/*
Theme Name: asano

*/
:root {
	font-size: 62.5%;
}

.container {
	max-width: 1005px;
}

.row {
	margin: 0 -1.5rem;
}

.row>* {
	padding: 0 1.5rem;
}

body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 2rem;
	font-weight: 500;
}

img {
	max-width: 100% !important;
	height: auto;
}

.size-full {
	max-width: 100% !important;
	height: auto;

}

#sampleImage {
	max-width: 100%;
	height: auto;
}

header {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

header h1 {
	max-width: 30rem;
	margin: 0 auto;
}

nav {
	background: #FBB03B;
	position: absolute;
	right: 0;
	top: -2rem;
	z-index: 2;
	padding: 8rem 4rem 4rem;
	display: none;
	transition: 0.3s ease-in;
}

.menu_open nav {
	display: block;
}

nav ul li {
	list-style: none;
}

nav ul li a {
	display: block;
	font-size: 2.6rem;
	color: #000;
	text-decoration: none;
	padding: 0.7rem 0;
}

.hero {
	aspect-ratio: 128 / 68;
	background: url("images/bg.png") no-repeat center center;
	background-size: cover;
	mask-image: url("images/mask.svg");
	mask-size: 100% 100%;
	position: relative;
	margin-top: -6vw;
	color: #fff;
}

.hero__txt {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide img {
	aspect-ratio: 128 / 68;
	object-fit: cover;
	min-width: 100%;
}

.page_hero {
	aspect-ratio: 128 / 40.2;
	background-size: cover;
	background-image: url("images/img_T.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	mask-image: url("images/mask_sub.svg");
	mask-size: 100% 100%;
	position: relative;
	margin-top: -6vw;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin-bottom: 5rem;
}

.page_pa .page_hero {
	background-image: url("images/img_pa.jpg");
}

.page_live .page_hero {
	background-image: url("images/img_live.jpg");
	background-size: cover;
}

.page_tshirt .page_hero,
.page_other .page_hero {
	background-image: url("images/img_T.jpg");
	background-size: cover;
}

.page_hero h1 {
	padding-top: 5rem;
	font-size: 4.8rem;
	font-weight: 600;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.hero__txt {
	font-size: 3.7rem;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
}

.menu_btn {
	width: 15rem;
	height: 15rem;
	border-radius: 50%;
	background: #FBB03B;
	position: absolute;
	top: -2rem;
	right: 0;
	cursor: pointer;

}

.menu_open .menu_btn {
	z-index: 3;
}

.menu_btn__line {
	position: absolute;
	width: 4.5rem;
	height: 0.4rem;
	background: #fff;
	top: calc(50% - 0.2rem);
	left: calc(50% - 2.25rem);
	transition: 0.3s ease-in-out;
	transform-origin: 50%;
}

.menu_btn__line:nth-child(1) {
	top: calc(50% - 1.5rem);
}

.menu_btn__line:nth-child(3) {
	top: calc(50% + 1.1rem);
}

.menu_open .menu_btn__line:nth-child(2) {
	opacity: 0;
}

.menu_open .menu_btn__line:nth-child(1) {
	top: calc(50% - 0.2rem);
	transform: rotate(30deg);
}

.menu_open .menu_btn__line:nth-child(3) {
	top: calc(50% - 0.2rem);
	transform: rotate(-30deg);
}

header .container {
	position: relative;
}

.img__about {
	position: relative;
	z-index: 1;
	width: 60rem;
	margin: -20rem auto 3rem;

}

.txt__about {
	text-align: center;
	font-size: 2.3rem;
	line-height: 1.8;
	font-weight: 500;
	margin-bottom: 5rem;
}

.img__ttl {
	margin-bottom: 3rem;
}

.img__ttl__hdg {
	width: 19rem;
	height: 19rem;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 auto -10rem;
	position: relative;
	z-index: 1;
}

.img__ttl__hdg.is-pa {
	background: #29ABE2;
}

.img__ttl__hdg.is-live {
	background: #8CC63F;
}

.img__ttl__hdg.is-tshut {
	background: #FF7BAC;
}

.txt_pa {
	text-align: center;
	font-size: 3.5rem;
	color: #29ABE2;
	font-weight: 600;
	margin-bottom: 3rem;
}

footer {
	background: url("images/bg_foot.svg"), linear-gradient(to bottom, #fff, #fff 100px, #002C1F 100px, #002C1F 100%) no-repeat top center;
	background-size: 100vw auto;
}


footer {
	margin-top: 20rem;
}

footer .container {
	position: relative;
	padding-top: 12rem;
}

.btn_contact {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	width: 30rem;
	height: 30rem;
	font-size: 3rem;
	border-radius: 50%;
	background-color: #FBB03B;
	background-image: url("images/bg_foot.svg");
	background-repeat: no-repeat;
	background-size: 100vw auto;
	background-position: center top 13rem;
	position: absolute;
	top: -13rem;
	left: calc(50% - 15rem);
	transition: 0.3s ease-in;
}

.btn_contact:hover {
	background-color: #faba53;
}

.img_foot {
	width: 20rem;
	position: absolute;
	right: 0;
	top: -10rem;
}

.logo_foot {
	width: 30rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.copy {
	color: #fff;
	text-align: center;
	font-size: 2rem;
	padding: 5rem 0;
}

.img_pa02 {
	text-align: center;
	margin-bottom: 7rem;
	padding-left: 15rem;
}

.img_pa02 img {
	width: 59rem;
}

.txt_pa02 {
	text-align: center;
}

.btn01 {
	display: inline-block;
	padding: 0.5rem 2rem;
	text-align: center;
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	transition: 0.3s ease-in;
}

.btn01:hover {
	color: #fff;
	background: #000;
}

.index__pa,
.index__live,
.index__tshut {
	margin-bottom: 8rem;
}

.row_other {
	display: flex;
	justify-content: center;
	gap: 2rem;
}

.col_other {
	background: #998675;
	display: flex;
	width: 19rem;
	height: 19rem;
	text-align: center;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.fb {
	text-align: center;
	margin: 5rem 0;
}

.fb__btn {
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	background: #29417D;
	border-radius: 90px;
	align-items: center;
	padding: 1rem 3rem;
	transition: 0.3s ease-in;
}

.fb__btn:hover {
	opacity: 0.7;
}

.fb__logo {
	width: 11.6rem;
	margin-right: 1rem;
}

.page h2 {
	text-align: center;
	font-size: 3.7rem;
	margin-bottom: 5rem;
	font-weight: 600;
}

.page_pa h2 {
	color: #29ABE2;
}

.page_live h2 {
	color: #8CC63F;
}

.page_tshirt h2 {
	color: #FF7BAC;
}

.page_other h2 {
	color: #998675;
}

.page ul {
	margin-bottom: 8rem;
	margin-left: 0;
	padding-left: 0;
}

.page ul li {
	line-height: 1.8;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

.page ul li::before {
	content: "●";
}

.page_pa ul li::before {
	color: #29ABE2;
}

.page_live ul li::before {
	color: #8CC63F;
}

.page_tshirt ul li::before {
	color: #FF7BAC;
}

.page_other ul li::before {
	color: #998675;
}

.form-control {
	padding: 10px;
}

.btn-lg {
	font-size: 20px;
	padding: 10px 40px;
}

dt a {
	color: #000;
	text-decoration: none;
}

dt a:hover {
	text-decoration: underline;
}

@media (max-width: 1024px) {
	.hero__txt {
		font-size: 2.6rem;
	}

	.img__about {
		width: 40rem;
		margin: -12rem auto 3rem;

	}

	.txt__about {
		font-size: 1.8rem;
	}

	.btn_contact {
		width: 20rem;
		height: 20rem;
		font-size: 2rem;
		background-position: center top 10rem;
		top: -10rem;
		left: calc(50% - 10rem);
	}
}
.sns {
	position: absolute;
	top: 0;
	right: 20rem;
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem;
	font-size: 3.4rem;
	line-height: 1;
}
.sns a {
	color: #000;
	transition: 0.3s ease-in;
}
.sns a:hover {
	opacity: 0.7;
}
.form-control {
	font-size: 1.6rem;
}


@media (max-width: 767px) {
	body {
		font-size: 1.6rem;
	}

	.container {
		padding: 0 2rem;
	}

	header {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	header h1 {
		max-width: 40%;
	}

	.hero {
		margin-top: -6vw;
	}

	.hero__txt {
		font-size: 1.6rem;
	}

	nav ul li a {
		font-size: 1.8rem;
	}

	.menu_btn {
		width: 8rem;
		height: 8rem;
		top: 0;
		right: 2rem;
	}

	.menu_btn__line {
		position: absolute;
		width: 3rem;
		left: calc(50% - 1.5rem);
	}

	.menu_btn__line:nth-child(1) {
		top: calc(50% - 1.2rem);
	}

	.menu_btn__line:nth-child(3) {
		top: calc(50% + 0.8rem);
	}

	.img__ttl__hdg {
		width: 12rem;
		height: 12rem;
		font-size: 1.6rem;
		margin-bottom: -6rem;
	}

	.img__about {
		width: 24rem;
		margin: -7rem auto 3rem;
	}

	.txt__about {
		font-size: 1.6rem;
	}

	.txt_pa {
		font-size: 2.4rem;
	}

	.btn_contact {
		width: 16rem;
		height: 16rem;
		font-size: 2rem;
		background-position: center top 9rem;
		top: -9rem;
		left: calc(50% - 8rem);
	}

	.img_foot {
		width: 10rem;
	}

	.img_pa02 {
		text-align: center;
		margin-bottom: 5rem;
		padding-left: 8rem;
	}

	.img_pa02 img {
		width: 28rem;
	}

	.txt_pa02 {
		text-align: left;
	}

	.col_other {
		width: 10rem;
		height: 10rem;
	}

	.page_hero h1 {
		font-size: 2.2rem;
		padding-top: 2rem;
	}

	.page h2 {
		font-size: 2.6rem;
		margin-bottom: 3rem;
	}
	
	.sns {
		right: auto;
		left: 4vw;
		font-size: 6.4vw;
		gap: 3vw;
	}
	.sns a {
		color: #000;
		transition: 0.3s ease-in;
	}
	.sns a:hover {
		opacity: 0.7;
	}
}
