.hide-small{
	@media only screen and (min-width: 768px) {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.md\:top-\[2336px\] {
		top: 3136px;
	}
}
@media screen and (max-width: 767px) {
	.group\/header.is-fixed .group-\[\.is-fixed\]\/header\:w-\[90px\] {
		width: 100px;
	}
	.group\/header.is-fixed .group-\[\.is-fixed\]\/header\:right-\[33px\] {
		right: 55px;
	}
	#hamburger-button {
		width: 36px;
		height: 36px;
	}
	#hamburger-button .w-\[17\.5px\] {
		width: 21px;
	}
	.group\/header.is-fixed .group-\[\.is-fixed\]\/header\:delay-75 {
		right: 2px;
	}
	.top-\[1900px\] {
		top: 1900px;
	}
	.top-\[2900px\] {
		top: 2900px;
	}
}

#sounds.bg-grid {
	background-size: 18px 18px;
	background-image: linear-gradient(0deg, transparent 17px, rgba(0, 0, 0, .5) 18px), linear-gradient(90deg, transparent 17px, rgba(0, 0, 0, .5) 18px);;
}
#sounds .md\:pt-\[calc\(100px_\+_10rem\)\] {
	padding-top: calc(100px + 10rem);
}
#sounds .md\:text-\[2rem\] {
	font-size: 1.5rem;
}
#sounds .md\:leading-\[1\.40625\] {
	line-height: 1.875;
}
#sounds .md\:pt-32 {
	padding-top: 0;
}
/* .max-w-\[900px\] {
	max-width: 900px;
} */
#sounds .youtube-inner {
	position: relative;
	padding-top: 56.25%;
}
#sounds .youtube-inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sounds .md\:text-2xl,
#sounds .md\:text-3xl {
	text-align: center;
	margin-top: 1em;
}
@media (min-width: 768px) {
	#sounds .md\:gap-12 {
		gap: 6em 4em;
	}
}
@media screen and (max-width: 768px) {
	#sounds .bg-grid {
		background-image: linear-gradient(0deg, transparent 17px, rgba(0, 0, 0, .5) 18px), linear-gradient(90deg, transparent 17px, rgba(0, 0, 0, .5) 18px);
		background-size: 18px 18px;
	}
	#sounds .pt-\[calc\(65px_\+_2rem\)\] {
		padding-top: calc(65px + 2rem);
	}
	#sounds .group\/header.is-fixed .group-\[\.is-fixed\]\/header\:w-\[90px\] {
		width: 100px;
	}
	#sounds .group\/header.is-fixed .group-\[\.is-fixed\]\/header\:right-\[33px\] {
		right: 55px;
	}
	#sounds #hamburger-button {
		width: 36px;
		height: 36px;
	}
	#sounds #hamburger-button .w-\[17\.5px\] {
		width: 21px;
	}
	#sounds .group\/header.is-fixed .group-\[\.is-fixed\]\/header\:delay-75 {
		right: 2px;
	}
	#sounds main header h2 {
		font-size: 40px;
	}
	#sounds .pb-10 .text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	#sounds .grid-cols-2 {
		grid-template-columns: initial;
	}
	#sounds .js-sounds-list .md\:text-3xl {
		font-size: 16px;
		margin-top: 0.5em;
	}
	#sounds .js-sounds-list .md\:text-2xl {
		margin-top: 0;
	}
}

#sounds .md\:text-xl {
	text-align: center;
}

#sounds .text-xs {
	text-align: center;
}


#sounds .md\:text-xl {
	text-align: center;
}

#sounds .text-xs {
	text-align: center;
}

#sounds .sounds-tab-list {
	gap: 40px;
}

#sounds .grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

#sounds .btn {
	text-align: center;
	border-radius: 20px;
	border: 5px solid #fff;
	padding: 7px 20px;
	min-width: 132px;
	width: 100%;
	display: block;
	transition:  200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

#sounds .btn:hover {
	border: 5px solid #23DEF7;
	background: #23DEF7;
	
}

#sounds .btn.is-active {
	border: 5px solid #23DEF7;
	background: #23DEF7;
}

@media (max-width: 768px) {
	#sounds .sounds-tab-list {
		gap: 10px;
		/* flex-direction: column; */
		justify-content: center;
		align-items: center;
		padding-bottom: 40px;
	}
	#sounds .btn {
		border-radius: 12px;
		border: 2px solid #fff;
		padding: 5px;
		min-width: 100px;
		width: 100%;
		display: block;
		max-width: 100px;
		margin-top: 0;
	}
}
#article .article p{
	word-break:break-all
}
#article .youtube-inner {
	position: relative;
	padding-top: 56.25%;
	margin-top: 10px;
	
}
#article .youtube-inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	
}


.js-accordion-content {
	display: none;
}
.js-accordion-title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
}
.js-accordion-title::after {
	content: "";
	display: block;
	width: 9px;
	height: 7px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	transition-duration: .3s;
}


@media (min-width: 769px) {
	.js-accordion-title:hover::after {
		background-color: var(--green);
	}
}

.js-accordion-content .sub-menu{
	display: block;
	font-size: 13px;
}

@media (max-width: 768px) {
	.js-accordion-content .sub-menu{
		font-size: 12px;
	}
}

.sns-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}
.sns-item {
	display: block;
}
.sns-list .sns-item a{
	display: block;
	width: 30px;
}
.sns-list .sns-item.youtube a{
	width: 40px;
}
@media screen and (max-width: 768px) {
	.sns-list {
		gap: 10px;
	}
	.sns-list .sns-item a{
		width: 28px;
	}
	.sns-list .sns-item.youtube a{
		width: 35px;
	}
}

#modal-dialog {
	background-image: url(../images/common/modal.png);
}

#page-404 .section-hero {
	padding-top: 200px;
	text-align: center;
}

#page-404 .section-hero .headline__title {
	font-size: 32px;
	font-weight: bold;
}

#page-404 .section-404 {
	margin-top: 80px;
	text-align: center;
}

#page-404 .section-404 .text-center{
	margin-top: 40px;
}

@media screen and (max-width: 768px) {
	#page-404 .section-hero {
		padding-top: 100px;
		text-align: center;
	}
	
	#page-404 .section-hero .headline__title {
		font-size: 24px;
	}

	#page-404 .section-hero .headline__sub-title {
		font-size: 14px;
	}
	
	#page-404 .section-404 {
		margin-top: 80px;
		text-align: center;
	}
	
	#page-404 .section-404 .notfound__text{
		font-size: 14px;
	}
	
	#page-404 .section-404 .text-center{
		margin-top: 40px;
	}
}

.news .leading-none {
	word-break: break-all;
}

#news .leading-none {
	word-break: break-all;
}


#article h3,
#article p {
	word-break: break-all;
}

.notes {
	line-height: 1.5;
}