@charset "utf-8";

/* common */

body {
	background-color: #ffffff;
	box-sizing: border-box;
}

h2 {
	font-size: 2rem;
	margin-bottom: 10px;
	letter-spacing: 0.1rem;
	margin-top: 0;
}

@media (min-width: 768px) {
	h2 {
		font-size: 2.8rem;
	}
}

/* button */

.view-button-center {
	display: block;
	position: relative;
	padding: 30px 10px;
	max-width: 260px;
	color: #fafafa;
	font-size: 1rem;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	background-color: #222222;
	margin: 0 auto;
	width: 300px;
	font-family: 'Oswald', sans-serif;
}

.view-button-center::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -8px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #222222;
}

/*背景の設定*/

/*現在地とhoverの設定*/

.view-button .current a::after,
.view-button a:hover::after {
	/*背景の形状*/
	width: 100%;
	/*横幅を伸ばす*/
	opacity: 1;
	/*不透明に*/
}

.view-button.current a,
.view-button a:hover {
	color: #fff;
}

.view_more-bk-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	max-width: 200px;
	color: #fafafa;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	background-color: #222222;
	margin: 0 auto;
	font-family: 'Oswald', sans-serif;
}

.view_more-bk-button::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fafafa;
	border-right: 2px solid #fafafa;
	transform: rotate(45deg);
}

.view_more-w-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	max-width: 150px;
	color: #fafafa;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #fafafa;
	margin: 0 auto;
	background: #000000;
	font-family: 'Oswald', sans-serif;
}

.view_more-w-button::after {
	content: '';
	width: 10px;
	height: 10px;
	border-top: 2px solid #fafafa;
	border-right: 2px solid #fafafa;
	transform: rotate(45deg);
}

.view-button {
	width: 140px;
	font-size: 0.75rem;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 0;
	height: 50px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.1rem;
}

.view-button:hover {
	background-position: 100% 0;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.view-button:focus {
	outline: none;
}

.view-button.bn26 {
	background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
	box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

.view-center-btn {
	text-align: center;
}

.view-left-btn {
	text-align: center;
}

.btn-square {
	display: block;
	position: relative;
	width: 160px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #1b1b1b;
	background: #fff;
	border: 1px solid #1b1b1b;
}

.btn-square:hover {
	background: #1b1b1b;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

@media (min-width: 768) {
	.view-left-btn {
		text-align: left;
	}

	.view-right-btn {
		text-align: right;
	}
}

/* circle btn */

.learn-more {
	display: block;
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	border: 0;
	text-decoration: none;
	background: transparent;
	padding: 0;
	font-size: inherit;
	font-family: inherit;
	width: 16rem;
	height: auto;
}

.learn-more .circle {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3rem;
	height: 3rem;
	background: #04befe;
	border-radius: 1.625rem;
}

.learn-more .circle .icon {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
}

.learn-more .circle .icon.arrow {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 0.5rem;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
}

.learn-more .circle .icon.arrow::before {
	position: absolute;
	content: '';
	top: -0.29rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid #fff;
	border-right: 0.125rem solid #fff;
	transform: rotate(45deg);
}

.learn-more .button-text {
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 0;
	margin: 0 0 0 1.85rem;
	color: #282936;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4rem;
}

.learn-more:hover .circle {
	width: 100%;
}

.learn-more:hover .circle .icon.arrow {
	background: #fff;
	transform: translate(1rem, 0);
}

.learn-more:hover .button-text {
	color: #fff;
}

/* sp-button */

.bn26 {
	display: none;
}

.bn632-hover {
	width: 250px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	margin: 20px;
	height: 50px;
	text-align: center;
	border: none;
	background-size: 300% 100%;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	margin: 0 auto;
}

.bn632-hover:hover {
	background-position: 100% 0;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.bn632-hover:focus {
	outline: none;
}

.bn632-hover.bn26 {
	background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
	box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}

@media (min-width: 768px) {
	.view_more-bk-button {
		padding: 30px;
	}

	.view_more-w-button {
		margin-left: auto;
	}

	.view-button {
		width: 180px;
		font-size: 1rem;
		height: 60px;
	}

	.learn-more .circle {
		width: 3rem;
		height: 3rem;
	}

	.learn-more .circle .icon.arrow {
		left: 0.5rem;
	}
}

@media (max-width: 768px) {
	.learn-more {
		display: none;
	}

	.bn26 {
		display: block;
	}
}

/* common */

.heading {
	position: relative;
	padding: 70px 30px 30px;
	font-size: 1.4rem;
	text-align: center;
	color: #222222;
	font-style: italic;
}

.heading span {
	position: relative;
	z-index: 2;
}

.heading::before {
	content: attr(data-en);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #222222;
	font-size: clamp(32px, 4.16666vw, 60px);
	font-style: italic;
	z-index: 1;
	font-family: 'Roboto', sans-serif;
}

@media (max-width: 768px) {
	.heading {
		padding: 40px 30px 0;
	}
}

/* hero */

.hero-section {
	position: relative;
	padding-top: 120px;
}

.hero-container {
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
}

.hero-catch {
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (max-width: 768px) and (min-width: 1140px) {
	.hero-container {
		height: 80vh;
	}
}

@media (min-width: 768px) {
	.hero-top-pc {
		top: 20%;
		left: 30%;
		transform: translate(-50%, -50%);
		width: 50%;
	}
}

@media (min-width: 1140px) {
	.hero-container {
		height: 100vh;
	}
}

@media screen and (max-width: 768px) {
	.hero-section {
		padding-top: 70px;
	}
}

/* top pc-sp image */

.hero-top-sp {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: contain;
	width: 35%;
	mix-blend-mode: screen;
}

.hero-top-pc {
	display: none;
}

@media (min-width: 768px) {
	.hero-top-sp {
		display: none;
	}

	.hero-top-pc {
		display: block;
		position: absolute;
		top: 25%;
		left: 25%;
		transform: translate(-50%, -50%);
		width: 35%;
		opacity: 0.9;
	}
}

/* トップスライド　ビックキャッチ */

.hero-wrapper {
	position: relative;
	max-width: 1140px;
	height: 100px;
	margin: 0 auto;
}

/*
.hero-wrapper {
    overflow: hidden;
} */

.marquee-anim {
	transition: all 0.3s;
}

.marquee-anim {
	opacity: 1;
	animation: marquee 30s linear infinite;
	position: absolute;
	top: 150%;
	left: 50%;
	display: flex;
	transform: translate(0, -50%);
	white-space: nowrap;
	mix-blend-mode: overlay;
}

@keyframes marquee {
	0% {
		transform: translate(-40%, 0%);
	}

	100% {
		transform: translate(-60%, 0%);
	}
}

.marquee-inline {
	font-family: 'Roboto', sans-serif;
	display: block;
	font-size: 10rem;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: #fafafa;
	text-align: center;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

@media (min-width: 768px) {
	.hero-container {
		margin-bottom: 100px;
	}

	/* .marquee-anim {
        top: 100%;
    } */
	.marquee-inline {
		font-size: 25rem;
	}
}

/* slider */

.top-slider {
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.top-slider {
		margin-bottom: 100px;
	}
}

/* top-lead */

.top-lead-section {
	padding: 90px 0;
	position: relative;
	margin-bottom: 180px;
}

.top-lead-bg {
	z-index: -1;
	background: url(../materials/top/top-lead-bg.jpg) no-repeat;
	background-size: cover;
	transform: skewY(-4deg) translateY(0px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.top-lead-container {
	text-align: center;
	margin-bottom: 90px;
}

.top-lead-head {
	margin-bottom: 30px;
}

.top-lead-head .top-lead-en {
	display: block;
	margin-bottom: 60px;
	font-size: 5.2083vw;
}

.top-lead-ja {
	font-size: 3.125vw;
	color: #fafafa;
}

.top-lead-en {
	margin: 0 auto;
	color: #fafafa;
	display: block;
	font-size: clamp(32px, 3.3333vw, 48px);
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.top-lead-text {
	margin-bottom: 30px;
	margin: 0 auto;
}

.top-lead-text-contents {
	margin-bottom: 30px;
}

.top-lead-text p {
	color: #fafafa;
	font-size: 2.34375vw;
}

.top-lead-text,
.top-lead-human {
	color: #fafafa;
}

.top-lead-text-contents,
.top-lead-human-text {
	text-align: center;
	font-weight: 600;
}

.top-lead-human {
	max-width: 600px;
	margin: 0 auto;
	width: 80%;
}

.top-lead-human-text {
	margin-bottom: 60px;
}

.top-human3-contents {
	display: flex;
	max-width: 900px;
	margin: 0 auto;
	gap: 20px;
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.human-contents {
	width: 30%;
	mix-blend-mode: hard-light;
}

.lead-text {
	line-height: 1.8;
}

@media (min-width: 768px) {
	.top-lead-ja {
		font-size: 36px;
		margin-bottom: 60px;
	}

	.top-lead-head {
		margin-bottom: 10px;
	}

	.top-lead-text,
	.top-lead-human {
		max-width: 800px;
	}

	.human-contents {
		width: 30%;
	}

	.top-lead-text p {
		font-size: 22px;
		line-height: 2.2;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 500px) {
	.top-lead-section {
		padding: 90px 1.5em;
		margin-bottom: 90px;
	}
	.top-human3-contents {
		gap: 10px;
	}
	.top-lead-head .top-lead-en {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.top-lead-ja {
		font-size: 20px;
	}
	.top-lead-text p {
		font-size: 15px;
		text-align: justify;
	}
	.top-lead-text-contents .pc {
		display: none;
	}
	.top-lead-human {
		width: 90%;
	}
	.top-lead-container {
		margin-bottom: 60px;
	}
}

@media screen and (min-width: 1620px) {
	.top-lead-head .top-lead-en {
		font-size: 60px;
	}
}

/* about */

.about-section {
	margin-bottom: 60px;
}

.about-container {
	display: flex;
	align-items: center;
	flex-direction: column-reverse;
}

.about-contents {
	width: 70%;
}

.about-image {
	width: 100%;
}

.about-image img {
	height: 200px;
	width: 100%;
	object-fit: contain;
	object-position: top;
	height: auto;
}

.title {
	margin-bottom: 30px;
	text-align: center;
}

.about-title {
	text-align: center;
	padding: 30px 0 10px;
}

.about-text {
	margin: 0 auto 30px;
	max-width: 350px;
}

.about-text p {
	text-align: justify;
	max-width: 550px;
	margin: 0;
}

.about-img-sp {
	display: block;
}

.about-img-pc {
	display: none;
}

@media (min-width: 768px) {
	.about-section {
		margin: 180px auto;
	}

	.about-container {
		flex-direction: row;
		gap: 30px;
	}

	.about-title {
		text-align: left;
	}

	.about-contents {
		width: 50%;
	}

	.about-image {
		width: 80%;
	}

	.about-image img {
		height: 500px;
	}

	.about-img-sp {
		display: none;
	}

	.about-img-pc {
		display: block;
	}
}

/* club-team&school */

.top-business {
	margin-bottom: 60px;
}

.top-business-section::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	/* background-image: url(../materials/top/club-school-bg.jpg); */
	background-repeat: no-repeat;
	height: 110vh;
	background-size: cover;
	transform: skewY(-4deg) translateY(90px);
	z-index: -1;
}

.top-business-container {
	display: flex;
	flex-direction: column;
	/* background: url(../materials/top/clubteam-index-bg.svg) no-repeat; */
	background-position: left 55%;
	width: 95%;
	background-size: 120%;
}

.top-business-img {
	width: 100%;
	flex: 1;
	margin: 0;
}

.top-business-img img {
	object-fit: cover;
	object-position: top;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.top-business-contents {
	background-color: #ffffff;
	padding: 30px;
	position: relative;
	padding-top: 60px;
}

.business-ttl {
	text-align: left;
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
}

.top-business-conts-wrapper {
	padding-top: 60px;
}

.top-business-text {
	margin: 0;
	margin-bottom: 30px;
	font-weight: 500;
	color: #222222;
	text-align: center;
}

.top-school-container {
	/* background: url(../materials/top/school-index-bg.svg) no-repeat; */
	display: flex;
	flex-direction: column;
	background-position: right 55%;
	width: 95%;
	background-size: 100%;
	margin-bottom: 0;
}

.business-conts-head {
	position: absolute;
	top: -80px;
	left: 0;
}

@media (min-width: 768px) {
	.top-business {
		margin-bottom: 120px;
	}

	.top-business-container {
		flex-direction: row-reverse;
		background-size: 100%;
		background-position: left 20px;
		margin-bottom: 120px;
		align-items: center;
		width: 95%;
	}

	.top-business-conts-head {
		top: -100px;
		left: 30px;
	}

	.top-business-img img {
		width: 100%;
		margin: 0;
		box-shadow: 20px 20px 0 #04befe;
		aspect-ratio: auto;
	}

	.school-img img {
		box-shadow: -20px 20px 0 #04befe;
		min-height: 400px;
	}

	.school-container {
		flex-direction: row;
	}

	.top-business-main-ttl {
		font-size: 3rem;
	}

	.top-business-contents {
		width: 50%;
	}

	.top-business-img {
		width: 40%;
	}

	.top-business-ttl {
		align-items: flex-start;
		padding-top: 100px;
	}

	.top-school-container {
		background-position: 100% 20px;
		background-size: 100%;
		margin-bottom: 0;
		flex-direction: row;
	}

	.top-business-text-ly-school {
		padding-left: 60px;
	}
}

/* PLAYER */

.player-container {
	margin: 0 auto 90px;
	background-position: center;
	padding: 30px 0;
	position: relative;
	background: url(../materials/top/player-sp-img.jpg) no-repeat;
	background-size: cover;
	height: 700px;
	width: 95%;
	background-position: top;
}

.player-contents {
	margin: 0 auto;
	color: #ffffff;
	text-align: left;
	margin-bottom: 10px;
}

.player-title {
	text-align: center;
}

.player-title h2 {
	margin-top: 0;
}

.player-text {
	padding: 0 40px;
	line-height: 2;
}

.band-text p {
	text-align: justify;
}

.band-text span {
	color: #ffffff;
	font-weight: 500;
	margin: 0;
	margin-top: 0;
	overflow-wrap: break-word;
	font-size: 2vw;
}

.player-band {
	background: rgba(34, 34, 34, 1);
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.player-btn {
	width: 100%;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
	transition: all 0.2s;
	padding: 20px;
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
}

.player-btn:hover {
	color: #000000;
	background-color: #f9f9f9;
	opacity: 0.8;
}

.band-text a {
	font-size: 1.4rem;
}

.heading-player {
	color: #fff;
}

.heading-player:before {
	color: #fff;
}

@media (min-width: 768px) {
	.player-container {
		background-position: top;
		margin-bottom: 200px;
		background: url(../materials/top/club-school-bg.jpg) no-repeat;
		background-size: cover;
		width: 100%;
		position: relative;
	}

	.player-contents {
		padding: 30px 0;
	}

	.player-title {
		text-align: center;
	}

	.player-text {
		margin-bottom: 60px;
	}

	.band-text h2 {
		font-size: 2.2rem;
		letter-spacing: 0.1rem;
	}

	.player-btn {
		padding: 30px;
		font-size: 12px;
	}

	.band-text a {
		font-size: 2.4rem;
	}
}

/* team staff */

.team_staff-container {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column-reverse;
}

.staff-wrapper {
	width: 100%;
	position: relative;
	padding: 30px;
	padding-top: 60px;
}

.staff-contents {
	width: 100%;
}

.staff-title {
	margin-bottom: 30px;
	text-align: center;
}

.staff-title h2 {
	margin-top: 0;
}

.staff-image {
	width: 100%;
	overflow: hidden;
}

.staff-image img {
	width: 100%;
	object-fit: cover;
	object-position: top;
	aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
	.team_staff-container {
		flex-direction: row;
		margin-bottom: 180px;
	}

	.staff-wrapper {
		width: 50%;
	}

	.staff-contents {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
	}

	.staff-image {
		width: 50%;
		box-shadow: 20px 20px 0 #04befe;
	}

	.staff-image img {
		height: auto;
		aspect-ratio: auto;
	}

	.staff-title {
		margin-bottom: 30px;
		text-align: center;
	}
}

/*  partner*/

.partner-section {
	background-color: #000000;
	padding: 60px 0;
}

.partner-mp3bball {
	margin-bottom: 60px;
}

.partner-mp3bball .thumbnail img {
	display: block;
	margin: 0 auto;
}

.shop-btn-wrapper {
	text-align: center;
	margin: 40px 0;
}

.shop-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	min-height: 44px;
	padding: 12px 28px;
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.shop-btn:hover,
.shop-btn:focus {
	background: #fff;
	color: #000;
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(255, 255, 255, 0.15);
	outline: none;
}

.shop-btn:focus-visible {
	outline: 3px solid #ffcc00;
	outline-offset: 3px;
}

.shop-btn:active {
	transform: translateY(0);
	box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
	.shop-btn {
		transition: none;
	}
}

.partner-container {
	padding: 20px 0;
	width: 90%;
}

.partner-title {
	text-align: center;
	margin-bottom: 30px;
}

.partner-heading span {
	color: #fafafa;
	font-size: 1.4rem;
	text-align: left;
	display: flex;
	align-items: center;
}

.partner-heading span:before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #fafafa;
}

.partner-wrapper {
	background-color: #ffffff;
	margin-bottom: 30px;
}

.partner-link li {
	list-style: none;
	margin: 0 10px;
}

.allow-btn {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	background: none;
	border: none;
	margin-left: auto;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}

.allow-btn a {
	color: #ffffff;
}

.allow-btn::before {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 15%;
	width: 85%;
	height: 1px;
	background: #ffffff;
	transition: all 0.3s;
}

.allow-btn::after {
	content: '';
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 15px;
	height: 1px;
	background: #ffffff;
	transform: rotate(35deg);
	transition: all 0.3s;
}

.allow-btn:hover::before {
	left: 20%;
}

.allow-btn:hover::after {
	right: -5%;
}

.allow-btn-black {
	color: #222222;
}

@media (min-width: 768px) {
	.partner-container {
		padding: 30px 0;
	}
}

/* community */

.community-wrapper {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

.community-contents {
	width: 100%;
	text-align: center;
	padding: 30px;
	padding-top: 60px;
	margin-bottom: 120px;
}

.community-contents p {
	text-align: justify;
	line-height: 1.8;
	max-width: 350px;
	margin: 0 auto 30px;
}

.community-image {
	width: 100%;
}

.community-image img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

@media (min-width: 768px) {
	.community-wrapper {
		flex-direction: row-reverse;
	}

	.community-contents {
		width: 50%;
	}

	.community-image {
		width: 50%;
		box-shadow: -20px 20px 0 #04befe;
	}

	.community-image img {
		height: auto;
		width: 100%;
		object-fit: cover;
		aspect-ratio: auto;
	}

	.community-contents {
		padding: 0;
	}

	.community-contents p {
		margin-bottom: 60px;
	}
}

/* sns*/

.sns-section {
	/* background: url(../materials/top/sns-bg.jpg) no-repeat;
    background-size: cover; */
	width: 100%;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	padding: 100px 0 0;
}

.sns-head {
	color: #fafafa;
	text-align: center;
	width: 250px;
	margin: 0 auto 30px;
}

.sns-section::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform: skewY(-4deg) translateY(60px);
	z-index: -1;
	background: url(../materials/top/top-lead-bg.jpg) no-repeat;
	background-size: cover;
}

.social-wrapper {
	width: 100%;
	margin: 0 auto;
}

.sns-title {
	padding: 10px 5px;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.sns-container {
	position: relative;
	padding: 30px 0 60px;
}

.sns-title h2 {
	margin: 0;
	text-align: center;
}

.sns-img img {
	height: 200px;
	object-fit: cover;
	object-position: 10% 20%;
	width: 100%;
}

.sns-wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 100px;
	margin: 30px auto;
	gap: 20px;
	width: 90%;
}

.twitter-title {
	background-color: #1da1f2;
}

.instagram-title {
	background-color: #c13584;
	font-size: 16px;
}

.facebook-title {
	background-color: #3b5998;
}

.sns-inner {
	height: 500px;
	overflow: scroll;
}

.sns-inner iframe {
	width: 100%;
}

@media (min-width: 768px) {
	.sns-section {
		padding: 200px 0 0;
	}

	.sns-section::before {
		transform: skewY(-4deg) translateY(180px);
	}

	.sns-container {
		padding: 60px 0;
	}

	.social-wrapper {
		width: 60%;
	}

	.sns-wrapper {
		flex-direction: row;
		padding: 0;
	}

	.social-title {
		margin-right: 30px;
	}

	.sns-img img {
		height: 300px;
	}
}

/* news */

.top-news-head {
	margin: 20px 0 60px;
}

.top-news-container {
	margin: 0 14px 80px;
}

.top-news_list {
	padding-left: 0;
	margin-bottom: 30px;
}
.top-news_list_item {
	padding: 10px;
	border-bottom: 2px solid #e6e6e6;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	gap: 5px;
}

.top-news_list_item:first-child {
	border-top: none;
}

.top-news_list_item a {
	position: relative;
	display: flex;
	padding-right: 30px;
}

.top-news_list_item p {
	margin: 0;
	font-size: 16px;
}

.top-news_list_date {
	display: flex;
	align-items: center;
}

.top-news_list_date time {
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #0a9efa;
	font-size: 1.6rem;
}

.top-news_list_date p {
	padding: 0 5px;
	font-size: 1.2rem;
}

.top-news_item {
	border: 1px solid #0a9efa;
	width: 6em;
	text-align: center;
	color: #fafafa;
	margin: 0;
	background-color: #0a9efa;
}

@media (min-width: 768px) {
	.top-news-container {
		margin: 120px auto;
		padding: 24px;
	}

	.top-news_list_item {
		padding: 20px 0;
		flex-direction: row;
		align-items: center;
	}

	.news_list_date {
		display: flex;
		margin-right: 15px;
		align-items: center;
	}
}

/* link */

.link-section {
	margin-bottom: 60px;
}

.link-container {
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 10px;
}

.link-container a {
	width: 30%;
	display: block;
}

.link-container a:hover {
	opacity: 0.8;
}

@media (max-width: 1100px) {
	.link-container a {
		width: 60%;
		margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.link-container {
		flex-direction: row;
	}

	.link-container img {
		width: 100%;
		object-fit: contain;
	}
}
