/*-------- main --------------*/

article.tWrap{width:100%; overflow:hidden;}
article.tWrap section.contentWrap {width: 100%;	position: relative;}
article.tWrap section.contentWrap .w100 {width: 100% !important;}
article.tWrap section.contentWrap.bgWrap {background: no-repeat center center / auto 100%;}

article.tWrap section.contentWrap.contentWrap01.bgWrap.bgWrap01 {
	background-image: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_01.jpg);
	height: min(53vw , 900px);
}
article.tWrap section.contentWrap.contentWrap01 a{
	display:block;
	width:100%;
	height:100%;
}
article.tWrap section.contentWrap.contentWrap01 h1 {
	font-size: min(8vw , 45px);
	color: #fff;
	position: absolute;
	width: 37vw;
	left: max(-30vw , -470px);
	right: 0;
	margin: auto;
	top: min(7vw , 40px);
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	line-height: 1.3;
	text-shadow:
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412;
}
article.tWrap section.contentWrap.contentWrap01 h1 span {
	border-radius: 100px;
	padding: min(0.1em , 5px) min(1em , 10px);
	margin: 0 min(0.2em , 10px) min(.3em , 10px);
}
article.tWrap section.contentWrap.contentWrap01 h1 span:nth-of-type(1){background:#cf2051;}
article.tWrap section.contentWrap.contentWrap01 h1 span:nth-of-type(2) {background: #394b71;}
article.tWrap section.contentWrap.contentWrap01 h1 span:nth-of-type(3) {background: #258038;}
article.tWrap section.contentWrap.contentWrap01 h1 strong {
	font-size: min(9vw , 100px);
	line-height: 1.3;
	font-weight:700;
}
article.tWrap section.contentWrap.contentWrap01 figure {
	width: min(20vw , 349px);
	position: absolute;
	bottom: max(-18vw, -240px );
	left: max(-65vw , -760px);
	right: 0;
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap01 figure img{}
article.tWrap section.contentWrap.contentWrap01 h2 {
	width: min(50vw , 1000px);
	position: absolute;
	right: min(20vw , 200px);
	bottom: 0;
}

article.tWrap section.contentWrap.bnrs {
	width: min(90% , 1000px);
	margin: 5rem auto 3rem;
}
article.tWrap section.contentWrap.bnrs ul {
	display: flex;
	justify-content: flex-start;
	gap: min(2vw , 20px);
	flex-wrap: wrap;
}
article.tWrap section.contentWrap.bnrs ul li.w100{width:100%;}
article.tWrap section.contentWrap.bnrs ul li.w50{width:calc(calc(100% - min(2vw , 20px)) / 2);}
article.tWrap section.contentWrap.bnrs ul li a {
	color: #000;
	font-size: 2rem;
	text-align: center;
	display: block;
}
article.tWrap section.contentWrap.bnrs ul li a img{
	border: #258038 1px solid;
	transition: .4s ease-out;
	transform:rotate(0) translate(0,0);
	opacity:1;
}

article.tWrap section.contentWrap.bnrs ul li a:hover img{
	transform:rotate(-3deg) translate(0,-2rem);
	opacity:.8;
	}

article.tWrap section.contentWrap.news {
	margin: 7rem auto 7rem;
}
article.tWrap section.contentWrap.news h2 {
	width: 100%;
	margin: auto;
	color: #fff;
	position: relative;
	background: rgb(37, 128, 56);
}
article.tWrap section.contentWrap.news h2 span {
	width: min(100% , 1000px);
	margin: 0 auto;
	display: block;
	font-size: min(5vw , 36px);
	position: relative;
	padding-left: min(7vw , 100px);
}
article.tWrap section.contentWrap.news h2 span::before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_02.png) no-repeat center / 100%;
	width: min(6vw , 60px);
	height: min(6vw , 60px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

article.tWrap section.contentWrap.news ul {
	width: min(100% , 1000px);
	margin: 4rem auto 0;
	height: 30rem;
	overflow-y: auto;
}
article.tWrap section.contentWrap.news ul li {
	display: flex;
	gap: 3rem;
	border-bottom: #ccc dotted 2px;
	width: 100%;
	padding: 2rem 4rem;
	justify-content: flex-start;
}
article.tWrap section.contentWrap.news ul li span {
	font-size: 80%;
	padding-top: 0.5rem;
	width: 16rem;
}
article.tWrap section.contentWrap.news ul li p {
	width:min(100% ,  calc(100% - 19rem));
}
article.tWrap section.contentWrap.news ul li p a {
	position: relative;
	color: #000;
	display: inline-block;
	padding: 0 2rem;
	font-size: min(3vw , 2.5rem);
	line-height: 1.4;
}
article.tWrap section.contentWrap.news ul li p a:after{
	content:'';
	display:block;
	height:3px;
	width:0%;
	background:#ff826d;
	margin:0 auto;
	transition:0.4s;
	position:absolute;
	bottom:0;
	left:0;
	}
article.tWrap section.contentWrap.news ul li p a:hover:after{width:calc(100%);}

article.tWrap nav{}
article.tWrap nav ul {
	width: min(90% , 1200px);
	display: flex;
	margin: min(7vw , 70px) auto;
	justify-content: space-evenly;
	align-items: center;
}
article.tWrap nav ul li{}
article.tWrap nav ul li a {
	display: block;
	border: #d68c34 1px solid;
	border-radius: 100px;
	padding: 0 min(5vw , 50px) 0 min(3vw , 30px);
	position: relative;
	transition: .4s ease-out;
	overflow: hidden;
}
article.tWrap nav ul li a::before {
	content: "";
	background: #d68c34;
	height: 120%;
	width:0;
	display: block;
	position: absolute;
	right: -30%;
	transform: skewX(60deg);
	top: -10%;
	transition: .4s ease-out;
}
article.tWrap nav ul li a:hover:before{width:160%; left:-30%; right:auto;}
article.tWrap nav ul li a span {
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	position: relative;
}
article.tWrap nav ul li a span::before {
	content: "▼";
	font-size: 72%;
	color: #d68c34;
	position: absolute;
	right: max(-2vw , -30px);
	height: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s ease-out;
}
article.tWrap nav ul li a:hover span {color:#fff;}
article.tWrap nav ul li a:hover span:before {color:#fff;}

article.tWrap section.contentWrap.contentWrap02 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_05.jpg) no-repeat center / cover;
	height: min(53vw , 900px);
	padding: min(10vw , 100px) 0;
}
article.tWrap section.contentWrap.contentWrap02 h2 {
	width: min(96% , 1200px);
	margin: auto;
	color: #fff;
	font-size: min(5vw , 36px);
	padding-left: min(7vw , 100px);
	position: relative;
	border-bottom: #fff 2px solid;
}
article.tWrap section.contentWrap.contentWrap02 h2 {
	width: min(96% , 1200px);
	margin: auto;
	color: #fff;
	font-size: min(5vw , 36px);
	padding-left: min(7vw , 100px);
	position: relative;
}
article.tWrap section.contentWrap.contentWrap02 h2::before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_02.png) no-repeat center / 100%;
	width: min(7vw , 80px);
	height: min(7vw , 80px);
	position: absolute;
	left: 1rem;
	top: 0;
	bottom: 0;
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap02 p {
	width: min(96% , 1200px);
	margin: min(2vw , 20px) auto;
	padding: min(3vw , 30px) min(35vw , 350px) 0 min(5vw , 50px);
	color: #fff;
	font-weight: 400;
	text-shadow:
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.5vw , 7px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412,
		0 0 min(.7vw , 12px) #1d1412;
}
article.tWrap section.contentWrap.contentWrap02 p + p{padding: 0 min(35vw , 350px) 0 min(5vw , 50px);}
article.tWrap section.contentWrap.contentWrap02 p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
}

article.tWrap section.contentWrap.contentWrap02 p.active strong{background-size: 100% min(1vw , 10px);}

article.tWrap section.contentWrap.contentWrap03 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_06.jpg) no-repeat center / cover;
	padding: min(10vw , 100px) 0;
}
article.tWrap section.contentWrap.contentWrap03 h2 {
	width: min(96% , 1200px);
	margin: auto;
	color: #258038;
	font-size: min(8vw , 70px);
	position: relative;
	text-align: center;
	font-weight: 700;
	padding-top: min(9vw , 90px);
}
article.tWrap section.contentWrap.contentWrap03 h2::before {
	content: "全方位win-winを目指します";
	text-shadow:
		0 0 min(.7vw , 12px) rgba(00,00,00,.7),
		0 0 min(.7vw , 12px) rgba(00,00,00,.7),
		0 0 min(1vw , 16px) rgba(00,00,00,.7),
		0 0 min(1vw , 16px) rgba(00,00,00,.7);
	color: #fff;
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_03.png) no-repeat center left , url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_04.png) no-repeat center right;
	padding:0 min(8vw , 90px);
	position: absolute;
	font-size: 55%;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top:0;	
	width: min(70vw , 720px);
}
article.tWrap section.contentWrap.contentWrap03 h2 strong{
	background: #cf2051;
	color: #fff;
	font-size: 160%;
	border-radius: min(3vw , 30px);
	padding: min(0.5vw , 5px) min(2vw , 20px) min(1vw , 10px);
	line-height: 1;
	font-weight: 700;
	display: inline-block;
}
article.tWrap section.contentWrap.contentWrap03 p {
	width: min(90% , 1000px);
	margin: 0 auto;
	padding: min(3vw , 30px) min(5vw , 50px) 0;
	font-weight: 400;
}
article.tWrap section.contentWrap.contentWrap03 p + p{padding: 0 min(35vw , 350px) 0 min(5vw , 50px);}
article.tWrap section.contentWrap.contentWrap03 p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.tWrap section.contentWrap.contentWrap03 p.active strong{background-size: 100% min(1vw , 10px);}
article.tWrap section.contentWrap.contentWrap03 figure {
	width: min(80% , 1130px);
	margin: max(-10vw , -50px) auto;
}
article.tWrap section.contentWrap.contentWrap03 figure img{}
article.tWrap section.contentWrap.contentWrap04{}
article.tWrap section.contentWrap.contentWrap04 dl {
	width: min(96% , 1200px);
	margin: min(7vw,70px) auto;
	align-items: center;
}
article.tWrap section.contentWrap.contentWrap04 dl dd {
	width: 50%;
	order: 2;
}
article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(1) {order: 2;}
article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(2) {order: 3; margin-top: min(8vw , 80px);}
article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(3) {order: 6;}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(1) {order: 1;}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(2) {order: 4; margin-top: min(8vw , 80px);}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(3) {order: 5;}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(4) {order: 7;}
article.tWrap section.contentWrap.contentWrap04 dl dd figure {
	position: relative;
}
article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(1) figure::after {
	content: "";
	border: #258038 solid 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: min(1vw , 10px);
	top: min(1vw , 10px);
}
article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(2) figure::after {
	content: "";
	border: #258038 solid 1px;
	width: 100%;
	height: 100%;
	position: absolute;
	right: min(1vw , 10px);
	top: min(1vw , 10px);
}
article.tWrap section.contentWrap.contentWrap04 dl dd figure img{}
article.tWrap section.contentWrap.contentWrap04 dl dt {
	width: 45%;
}
article.tWrap section.contentWrap.contentWrap04 dl dt h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(5vw , 50px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
}
article.tWrap section.contentWrap.contentWrap04 dl dt.w100 h3 {
	margin-top: min(10vw , 100px);
}
article.tWrap section.contentWrap.contentWrap04 dl dt h3 strong{font-size:130%;}
article.tWrap section.contentWrap.contentWrap04 dl dt h3::after {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.tWrap section.contentWrap.contentWrap04 dl dt.w100 h3::after {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_09.png) no-repeat center / cover;
	width: min(9vw , 100px);
	height: min(11vw , 120px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.tWrap section.contentWrap.contentWrap04 dl dt p {
	padding: min(5vw , 20px) min(7vw , 40px);
}
article.tWrap section.contentWrap.contentWrap04 dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.tWrap section.contentWrap.contentWrap04 dl dt p.active strong{background-size: 100% min(1vw , 10px);}

article.tWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 {
	background-image: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_11.jpg);
	height: 52vw;
}
article.tWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 h2 {
	color: #cf2051;
	font-size: 5.5vw;
	font-weight: bold;
	position: absolute;
	bottom: 2vw;
	width: 75vw;
	left: 5vw;
	line-height: 1.3;
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.tWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 h2 strong {
	display: block;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.3;
}

article.tWrap section.contentWrap.contentWrap05{}
article.tWrap section.contentWrap.contentWrap05 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_12.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}
article.tWrap section.contentWrap.contentWrap05 h2 span {
	position: absolute;
	color: #fff;
	font-size: min(3vw , 5.5rem);
	bottom: 3vw;
	text-align: center;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap05 h2 span strong {
	background: rgb(37, 128, 56,.8);
	border-radius: 100%;
	display: inline-block;
	font-size: 14vw;
	width: 15vw;
	height: 16vw;
	line-height: 1.2;
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap05 dl {
	align-items: center;
	margin: auto;
	padding: min(5vw , 50px) 0;
}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) {background:url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_21.png);}
article.tWrap section.contentWrap.contentWrap05 dl dd {
	width: 50%;
}
article.tWrap section.contentWrap.contentWrap05 dl dd figure {
	position: relative;
}
article.tWrap section.contentWrap.contentWrap05 dl dd figure::after {
	content: "";
	background: #dadada;
	width: calc(100% + 20px);
	height: 100%;
	position: absolute;
	top: 20px;
}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd figure::after {left: 0;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd figure::after {right: 0;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd figure::after {border-radius: 0 25px 25px 0;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd figure::after {border-radius: 25px 0 0 25px;}
article.tWrap section.contentWrap.contentWrap05 dl dd figure img {
	position: relative;
	z-index: 2;
}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd figure img{border-radius: 0 25px 25px 0;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd figure img{border-radius: 25px 0 0 25px;}
article.tWrap section.contentWrap.contentWrap05 dl dt{width:48%;}
article.tWrap section.contentWrap.contentWrap05 dl dt h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(4vw , 40px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap05 dl dt h3 strong {
	font-size: 140%;
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap05 dl dt h3::before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-4vw , -50px);
	right: 0;
}
article.tWrap section.contentWrap.contentWrap05 dl dt p {
	padding: min(2vw , 10px) min(4vw , 30px);
}
article.tWrap section.contentWrap.contentWrap05 dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.tWrap section.contentWrap.contentWrap05 dl dt p.active strong{background-size: 100% min(1vw , 10px);}
article.tWrap section.contentWrap.contentWrap05 dl dt p + p{}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd{order:1;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dt {order: 2; padding:0 15vw 0 2vw;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd{order:2;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dt{order:1; padding:0 2vw 0 15vw;}

article.tWrap section.contentWrap.contentWrap06 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_16.jpg) no-repeat center / cover;
	padding: min(10vw , 100px) 0 0;
}
article.tWrap section.contentWrap.contentWrap06 ul{}
article.tWrap section.contentWrap.contentWrap06 ul li{}
article.tWrap section.contentWrap.contentWrap06 ul li dl {
	align-items: center;
	margin: auto;
	padding: min(5vw , 50px) 0;
	display: flex;
	justify-content: space-between;
}
article.tWrap section.contentWrap.contentWrap06 ul li dl dd {
	width: 48%;
}
article.tWrap section.contentWrap.contentWrap06 ul li dl dd:after{contetent:"";}
article.tWrap section.contentWrap.contentWrap06 ul li dl dd figure{}
article.tWrap section.contentWrap.contentWrap06 ul li dl dd figure img{}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt {
	position: relative;
	width: 52%;
}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt h3 {
	color: #258038;
	font-size: min(4vw , 33px);
	line-height: 1.3;
	position: relative;
	padding-left: min(12vw , 160px);
	transform: rotate(-8deg);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt h3 {
	top:max(-6vw , -60px);
	left: max(-9vw , -150px);
}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt h3 {
	top:max(-6vw , -60px);
	right: max(-9vw , -150px);
}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt h3::before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_img_10.png) no-repeat center / 100%;
	width: min(12vw , 150px);
	height: min(12vw , 150px);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(8deg);
}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt h3 strong{
	color: #258038;
	font-size: min(8vw , 54px);
	font-weight: 700;
	display: block;
}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt p {padding: min(5vw , 20px) min(3w , 40px);}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt p + p{padding: min(2vw , 10px) min(3vw , 40px);}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt p.active strong{background-size: 100% min(1vw , 10px);}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dd{order:1;}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt{order: 2; padding:0 10vw 0 2vw;}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dd{order:2;}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt{order:1; padding:0 2vw 0 10vw;}

article.tWrap section.contentWrap.contentWrap07 {
	margin: 0rem auto 10rem;
}
article.tWrap section.contentWrap.contentWrap07 ul{}
article.tWrap section.contentWrap.contentWrap07 ul li {
	position: relative;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_21.png);
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) {text-align:left;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) {text-align:right;}
article.tWrap section.contentWrap.contentWrap07 ul li img {width: 80vw;}
article.tWrap section.contentWrap.contentWrap07 ul li h2 {
	position: absolute;
	font-size: min(10vw , 100px);
	font-weight: bold;
	bottom: 0;
	right: 12%;
}
article.tWrap section.contentWrap.contentWrap07 ul li h2 {
	position: absolute;
	font-size: min(8vw , 100px);
	font-weight: bold;
	bottom: 7rem;
	right: 12%;
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
	z-index: 2;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h2{right: 12%;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h2 {left: 12%; text-align: left;}
article.tWrap section.contentWrap.contentWrap07 ul li h3 {
	position: absolute;
	width: min(40vw , 550px);
}
article.tWrap section.contentWrap.contentWrap07 ul li h3 span {
	font-size: min(3.5vw , 25px);
	position: relative;
	display: block;
	line-height: 1.5;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h3 {
	right: 0;
	bottom: 13vw;
	padding: 0;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h3 {
	left: 0;
	bottom: 13vw;
	padding: 0;
	}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h3 span {transform: rotate(4deg);}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h3 span {transform: rotate(-4deg);}
article.tWrap section.contentWrap.contentWrap07 ul li h3::before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_22_02.png) no-repeat center / 100%;
	width: min(40vw , 650px);
	height: min(21vw , 380px);
	position: absolute;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3::before {
	top: -10.5vw;
	left: -14vw;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n) h3::before {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_22.png) no-repeat center / 100%;
	top: -10.5vw;
	right: -14vw;
}
article.tWrap section.contentWrap.contentWrap07 ul li > a {
	display: block;
	border: #d68c34 1px solid;
	border-radius: 100px;
	padding: 0 min(5vw , 50px) 0 min(3vw , 30px);
	position: relative;
	transition: .4s ease-out;
	overflow: hidden;
	width: 40rem;
	margin: 0 10vw 0 auto;
	position: absolute;
	z-index: 5;
	bottom: 3rem;
	background: #fff;
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap07 ul li > a:before {
	content: "";
	background: #d68c34;
	height: 120%;
	width:0;
	display: block;
	position: absolute;
	right: -30%;
	transform: skewX(60deg);
	top: -10%;
	transition: .4s ease-out;
}
article.tWrap section.contentWrap.contentWrap07 ul li > a:hover:before{width:160%; left:-30%; right:auto;}
article.tWrap section.contentWrap.contentWrap07 ul li > a span {
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	position: relative;
	text-align: left;
}
article.tWrap section.contentWrap.contentWrap07 ul li > a span::before {
	content: "▼";
	font-size: 72%;
	color: #d68c34;
	position: absolute;
	right: max(-2vw , -30px);
	height: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s ease-out;
	transform: rotate(150deg);
}
article.tWrap section.contentWrap.contentWrap07 ul li > a:hover span {color:#fff;}
article.tWrap section.contentWrap.contentWrap07 ul li > a:hover span:before {color:#fff;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) a{right: 12%;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) a{left: 12%;}

article.tWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 {
	background-image: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_25.jpg);
	height: 52vw;
	margin: 3rem 0 7rem;
}
article.tWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 {
	color: #fff;
	position: absolute;
	top: 6vw;
	right: -21vw;
	left: 0;
	margin: auto;
	width: 50vw;
	font-size: min(7vw , 80px);
	line-height: 1.4;
	font-weight: 800;
	transform: rotate(-10deg);
	transform: rotate(-10deg);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(0,39,8,.7),
		0 0 min(.7vw , 12px) rgba(0,39,8,.7),
		0 0 min(1vw , 16px) rgba(0,39,8,.7),
		0 0 min(1vw , 16px) rgba(0,39,8,.7);
	text-align: right;
}
article.tWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 strong {
	font-size: 150%;
	font-weight: 800;
}

article.tWrap section.contentWrap.contentWrap08 + section.contentWrap.contentWrap09 {
	margin-bottom: 15rem;
}
article.tWrap section.contentWrap.contentWrap09 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_26.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}

article.tWrap section.contentWrap.contentWrap09 h2 span {
	position: absolute;
	color: #fff;
	font-size: 3vw;
	bottom:3vw;
	text-align: left;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
	width: min(86% , 930px);
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap09 h2 span strong {
	display: inline-block;
	font-size: min(5vw , 90px);
	line-height: 1.2;
	font-weight: 800;
}

article.tWrap section.contentWrap.contentWrap09 dl {
	align-items: center;
	margin: auto;
	padding: min(5vw , 50px) 0;
}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) {background:url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_21.png);}
article.tWrap section.contentWrap.contentWrap09 dl dd {
	width: 50%;
}
article.tWrap section.contentWrap.contentWrap09 dl dd figure {
	position: relative;
}
article.tWrap section.contentWrap.contentWrap09 dl dd figure::after {
	content: "";
	background: #dadada;
	width: calc(100% + 20px);
	height: 100%;
	position: absolute;
	top: 20px;
}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd figure::after {left: 0;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd figure::after {right: 0;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd figure::after {border-radius: 0 25px 25px 0;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd figure::after {border-radius: 25px 0 0 25px;}
article.tWrap section.contentWrap.contentWrap09 dl dd figure img {
	position: relative;
	z-index: 2;
}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd figure img{border-radius: 0 25px 25px 0;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd figure img{border-radius: 25px 0 0 25px;}
article.tWrap section.contentWrap.contentWrap09 dl dt{width:48%;}
article.tWrap section.contentWrap.contentWrap09 dl dt h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(5vw , 50px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap09 dl dt h3 strong {
	font-size: 140%;
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap09 dl dt h3:before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.tWrap section.contentWrap.contentWrap09 dl dt p {
	padding: min(2vw , 10px) min(4vw , 30px);
}
article.tWrap section.contentWrap.contentWrap09 dl dt p strong {
	background: linear-gradient(#cf2051, #cf2051) 0 100%/0 min(1vw , 10px) no-repeat;
	transition: all 1.2s;
	padding: 0 min(.5vw , 15px);
	text-shadow:
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(.7vw , 12px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7),
		0 0 min(1vw , 16px) rgba(255,255,255,.7);
}
article.tWrap section.contentWrap.contentWrap09 dl dt p.active strong{background-size: 100% min(1vw , 10px);}
article.tWrap section.contentWrap.contentWrap09 dl dt p + p{}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd{order:1;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dt {order: 2; padding:0 15vw 0 2vw;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd{order:2;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dt{order:1; padding:0 2vw 0 15vw;}

article.tWrap section.contentWrap.contentWrap10{}
article.tWrap section.contentWrap.contentWrap10 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_29.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}

article.tWrap section.contentWrap.contentWrap10 h2 span {
	position: absolute;
	color: #fff;
	font-size: 3vw;
	bottom: 3vw;
	text-align: left;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
	width: min(76% , 700px);
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap10 h2 span strong {
	display: inline-block;
	font-size: min(5vw , 90px);
	line-height: 1.2;
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap10 > h3 {
	font-size: 5rem;
	background: #258038;
	color: #fff;
	text-align: center;
	padding: 1.5rem;
	margin: 13rem auto 5rem;
}
article.tWrap section.contentWrap.contentWrap10 ul {
	width: min(96% , 1200px);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
}
article.tWrap section.contentWrap.contentWrap10 h3 + ul::before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_34.png) no-repeat center /100%;
	width: min(50vw , 27%);
	height: min(60vw , 37%);
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}
article.tWrap section.contentWrap.contentWrap10 ul li {
	width: 30%;
	margin: 1.5%;
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_40.png);
	padding: min(2vw , 25px);
	border: #258038 solid 2px;
	border-radius: 10px;
	position: relative;
}
article.tWrap section.contentWrap.contentWrap10 ul li::before {
	content: "";
	background: no-repeat center center / 100% auto;
	width: min(30%,15vw);
	height: min(30%,15vw);
	position: absolute;
	left: max(-2vw , -20px);
	top: max(-4vw , -40px);
	z-index: 2;
}
article.tWrap section.contentWrap.contentWrap10 ul li.icon1:before {background-image:url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_37.png);}
article.tWrap section.contentWrap.contentWrap10 ul li.icon2:before {background-image:url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_47.png);}
article.tWrap section.contentWrap.contentWrap10 ul li.icon3:before {background-image:url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_38.png);}
article.tWrap section.contentWrap.contentWrap10 ul li.icon4:before {background-image:url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_39.png);}
article.tWrap section.contentWrap.contentWrap10 ul li figure{}
article.tWrap section.contentWrap.contentWrap10 ul li h3 {
	color: #11541f;
	font-size: min(4vw , 25px);
	font-weight: 800;
	padding: min(1vw , 10px) min(1vw , 10px) 0;
}
article.tWrap section.contentWrap.contentWrap10 ul li h3 span{
	font-size: 60%;
}
article.tWrap section.contentWrap.contentWrap10 ul li p.catchWrap {
	font-size: min(3vw , 12px);
	border-bottom: 1px solid #000;
	padding: 10px 10px 5px;
}
article.tWrap section.contentWrap.contentWrap10 ul li p.priceWrap{}
article.tWrap section.contentWrap.contentWrap10 ul li p.priceWrap strong{
	color: #cf3720;
	font-size: 40px;
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap10 ul li a {
	border: solid #cf3720 1px;
	border-radius: 100px;
	padding: min(.3vw , 7px) min(3vw , 30px);
	margin: min(1vw , 10px) 0 0 auto;
	display: block;
	width: 80%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
article.tWrap section.contentWrap.contentWrap10 ul li a:before{
	content: "";
	background: #cf3720;
	height: 120%;
	width:0;
	display: block;
	position: absolute;
	right: -30%;
	transform: skewX(60deg);
	top: -10%;
	transition: .4s ease-out;
}
article.tWrap section.contentWrap.contentWrap10 ul li a:hover:before{width:160%; left:-30%; right:auto;}
article.tWrap section.contentWrap.contentWrap10 ul li a span {
	width: 100%;
	display: block;
	color: #000;
	position: relative;
}
article.tWrap section.contentWrap.contentWrap10 ul li a span::before {
	content: "";
	position: absolute;
	left: max(-3vw , -25px);
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .4s ease-out;
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_36.png) no-repeat center / 100%;
	width: min(4vw , 36px);
	height: min(4vw , 36px);
}
article.tWrap section.contentWrap.contentWrap10 ul li a:hover span {color:#fff;}


article.tWrap section.contentWrap.contentWrap11{}
article.tWrap section.contentWrap.contentWrap11 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_43.png) no-repeat center/ 100% auto;
	height: 22vw;
	position: relative;
	margin-top: min(7vw , 70px);
}

article.tWrap section.contentWrap.contentWrap11 h2 span {
	position: absolute;
	color: #fff;
	font-size: 3vw;
	bottom: 3vw;
	text-align: left;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
	width: min(76% , 700px);
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap11 h2 span strong {
	display: inline-block;
	font-size: min(5vw , 90px);
	line-height: 1.2;
	font-weight: 800;
}
article.tWrap section.contentWrap.contentWrap11 figure {
	width:min(96% , 1100px);
	margin: auto;
	}
article.tWrap section.contentWrap.contentWrap11 > h3 {
	background: #258038;
	border-radius: 100px;
	color: #fff;
	padding: 0 min(5vw , 50px);
	position: relative;
	font-size: min(4vw , 22px);
	margin-bottom: min(3vw ,30px);
	font-weight: 800;
	width:min(96% , 1100px);
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap11 > h3:before {
	content: "";
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_07.png) no-repeat center / cover;
	width: min(7vw , 69px);
	height: min(7vw , 69px);
	position: absolute;
	top: max(-7vw , -50px);
	right: 0;
}
article.tWrap section.contentWrap.contentWrap11 table {
	width: min(96% , 1100px);
	margin: min(5vw , 50px) auto;
	border-collapse: collapse;
	border: solid 1px #ccc;
}
article.tWrap section.contentWrap.contentWrap11 table tr{}
article.tWrap section.contentWrap.contentWrap11 table tr th {
	background: #c5204e;
	color: #fff;
	padding: min(.4vw , 10px);
}
article.tWrap section.contentWrap.contentWrap11 table tr td{
	padding: min(.4vw , 10px);
	}
article.tWrap section.contentWrap.contentWrap11 table tr + tr th{border-top: solid 1px #ccc;}
article.tWrap section.contentWrap.contentWrap11 table tr + tr td{border-top: solid 1px #ccc;}
article.tWrap section.contentWrap.contentWrap11 table tr th:nth-of-type(3),
article.tWrap section.contentWrap.contentWrap11 table tr td:nth-of-type(3){width:25%;}
article.tWrap section.contentWrap.contentWrap11 table tr th + th,
article.tWrap section.contentWrap.contentWrap11 table tr td + td{border-left: solid 1px #ccc;}
article.tWrap section.contentWrap.contentWrap11 table tr th h3,
article.tWrap section.contentWrap.contentWrap11 table tr td h3{font-weight:700;}
article.tWrap section.contentWrap.contentWrap11 table tr th p,
article.tWrap section.contentWrap.contentWrap11 table tr td p {
	font-size: 90%;
}


@media only screen and (max-width:1700px){
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3::before {
	top: -11vw;
	left: -14vw;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n) h3::before {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_22.png) no-repeat center / 100%;
	top: -11vw;
	right: -14vw;
}
article.tWrap section.contentWrap.contentWrap10 h2 span {
	bottom: 3vw;
}
article.tWrap section.contentWrap.contentWrap11 h2 span {
	bottom: 3vw;
}


}


@media only screen and (max-width:1500px){

article.tWrap section.contentWrap.contentWrap01 h1 {
	width: 47vw;
	left: -50vw;
	justify-content: center;
}
article.tWrap section.contentWrap.contentWrap03 figure {
	width: min(66% , 1130px);
}
article.tWrap section.contentWrap.contentWrap05 h2 span {
	bottom: 3vw;
	left: 6vw;
}

article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(2n+1) dt,
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(2n+1) dt{
	order: 2;
	padding: 0 2vw 0 2vw;
}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(2n) dt,
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(2n) dt {
	order: 1;
	padding: 0 2vw 0 2vw;
}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(2n+1) dl dt {
	order: 2;
	padding: 0 2vw 0 2vw;
	z-index: 2;
}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(2n) dl dt {
	order: 1;
	padding: 0 2vw 0 2vw;
	z-index: 2;
}

article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(2n+1) h3::before {
	top: -11vw;
	left: -12vw;
}

article.tWrap section.contentWrap.contentWrap07 ul li h3 span {
	font-size: min(3.5vw , 21px);
	position: relative;
	display: block;
	line-height: 1.5;
}
article.tWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 {
	top: 0;
	width: 70vw;
}

article.tWrap section.contentWrap.contentWrap09 h2 span {
	font-size: 3vw;
	bottom: 3vw;
	width: 54%;
}
article.tWrap section.contentWrap.contentWrap10 h2 span {
	font-size: 3vw;
	bottom: 3vw;
	width: 44%;
}
article.tWrap section.contentWrap.contentWrap11 h2 span {
	font-size: 3vw;
	bottom: 3vw;
	width: 44%;
}


}



@media only screen and (max-width:1000px){

/*-------- main --------------*/

article.tWrap section.contentWrap.contentWrap01.bgWrap.bgWrap01 {height: 110vw;}
article.tWrap section.contentWrap.contentWrap01 h1 {
	font-size: 4.5vw;
	width: 60vw;
	left: 3vw;
	right: initial;
	justify-content: flex-start;
}
article.tWrap section.contentWrap.contentWrap01 h1 span {
	border-radius: 100px;
	padding: min(0.1em , 5px);
	margin: 0 min(0.2em , 10px) min(.3em , 10px);
	font-size: 3vw;
	text-align: center;
	width: 70%;
}
article.tWrap section.contentWrap.contentWrap01 h1 strong {
	font-size: 11vw;
	line-height: 1.3;
	font-weight: 700;
}
article.tWrap section.contentWrap.contentWrap01 figure {
	width: 27vw;
	bottom: -14vw;
}
article.tWrap section.contentWrap.contentWrap01 h2 {
	width: 72vw;
	right: 1vw;
	bottom: 5vw;
}

article.tWrap section.contentWrap.news ul li {
	flex-wrap: wrap;
	gap: 0rem;
}
article.tWrap section.contentWrap.news ul li span {
	font-size: 80%;
	padding-top: 0;
	width: 100%;
	font-weight: 400;
	padding-bottom: 1vw;
}
article.tWrap section.contentWrap.news ul li p {
	width: 100%;
}
article.tWrap section.contentWrap.news ul li p a {
	padding: 0;
}

article.tWrap nav ul {
	width: 97%;
	flex-wrap: wrap;
}

article.tWrap nav ul li a {
	width: auto;
	margin: 0 0 2vw;
	padding: 0 7vw 0 3vw;
}
article.tWrap nav ul li a span {
	font-size: 3vw;
}
article.tWrap nav ul li a span::before {
	right: -4vw;
}


article.tWrap section.contentWrap.contentWrap02 {
	height: auto;
}
article.tWrap section.contentWrap.contentWrap02 h2 {
	width: min(100% , 1200px);
	margin: auto;
	color: #fff;
	font-size: 3.5vw;
	padding-left: 10vw;
	position: relative;
}
article.tWrap section.contentWrap.contentWrap02 p {
	padding: 1vw 3vw 0 3vw;
}
article.tWrap section.contentWrap.contentWrap02 p + p {
	padding: 0 3vw 0 3vw;
}

article.tWrap section.contentWrap.contentWrap03 {
	padding: 7vw 0;
}

article.tWrap section.contentWrap.contentWrap03 h2 {
	padding-top: 5vw;
	line-height: 1.6;
}

article.tWrap section.contentWrap.contentWrap03 h2 strong {
	display: block;
	width: 30vw;
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap03 h2::before {
	font-size: 55%;
	width: 75vw;
}
article.tWrap section.contentWrap.contentWrap03 figure {
	width: 80vw;
	margin: auto;
}
article.tWrap section.contentWrap.contentWrap03 p {
	padding: min(3vw , 30px) 0 0;
}
article.tWrap section.contentWrap.contentWrap04 dl dt {
	width: 100%;
}
article.tWrap section.contentWrap.contentWrap04 dl dt p {
	padding: 0 4vw 5vw;
}
article.tWrap section.contentWrap.contentWrap04 dl dd {
	width: 80vw;
	margin: auto;
}

article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(1) {order: 2;}
article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(2) {order: 4; margin-top:0;}
article.tWrap section.contentWrap.contentWrap04 dl dd:nth-of-type(3) {order: 6;}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(1) {order: 1;}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(2) {order: 3; margin-top: min(15vw , 80px);}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(3) {order: 5;}
article.tWrap section.contentWrap.contentWrap04 dl dt:nth-of-type(4) {order: 7;}
article.tWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 {
	height: 63vw;
	background-position: center left -21vw;
}
article.tWrap section.contentWrap.contentWrap04.contentWrap.bgWrap.bgWrap02 h2 {
	bottom: 0vw;
	left: 5vw;
	line-height: 1;
}

article.tWrap section.contentWrap.contentWrap05 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_12.png) no-repeat center left -27vw/ 140% auto;
	height: 30vw;
}
article.tWrap section.contentWrap.contentWrap05 h2 span {
	position: absolute;
	color: #fff;
	font-size: 5vw;
	bottom: 4vw;
	text-align: center;
	left: 0;
	right: 0;
	letter-spacing: 2px;
	font-weight: 800;
}

article.tWrap section.contentWrap.contentWrap05 dl dd {width: 90%;}
article.tWrap section.contentWrap.contentWrap05 dl dt {
	width: 100%;
	margin-top: 4rem;
}

article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dd{order:1;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(odd) dt {order: 2; padding: 0 2vw;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dd {order: 1; margin-left: auto;}
article.tWrap section.contentWrap.contentWrap05 dl:nth-of-type(even) dt{order:2; padding: 0 2vw;}

article.tWrap section.contentWrap.contentWrap06 ul li dl {flex-wrap: wrap;}
article.tWrap section.contentWrap.contentWrap06 ul li dl dd {width: 68%;}
article.tWrap section.contentWrap.contentWrap06 ul li dl dt {width: 100%;}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt {order: 2; margin: 0 0 0 auto; padding:0;}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt {order: 1; padding: 0; margin:0 auto 0 0;}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dd {order: 1; margin: 0 2vw 0 auto; padding:0;}

article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(odd) dl dt h3 {top: -20vw; left: 28vw; position: absolute;}
article.tWrap section.contentWrap.contentWrap06 ul li:nth-of-type(even) dl dt h3 {top: -20vw; right: 19vw; position: absolute;}

article.tWrap section.contentWrap.contentWrap07 ul li img {width: 95vw;}
article.tWrap section.contentWrap.contentWrap07 ul li h3::before {width: 54vw; height: 30vw;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h2 {right: 3%;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h2 {left: 4%;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h3,
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h3 {
	bottom: 24vw;
	right: 1vw;
	width: 45vw;
}
article.tWrap section.contentWrap.contentWrap07 ul li h3::before {
	width: 66vw;
	height: 33vw;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) h3::before {
	top: -15vw;
	left: initial;
	right: -2vw;
}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) h3::before {
	top: -15vw;
	right: initial;
	left: -2vw;
}
article.tWrap section.contentWrap.contentWrap07 ul li h3 span {
	font-size: 3vw;
	line-height: 1;
}
article.tWrap section.contentWrap.contentWrap07 ul li > a span {
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	position: relative;
	text-align: left;
	font-size: 3vw;
}

article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(odd) a{right: 2%;}
article.tWrap section.contentWrap.contentWrap07 ul li:nth-of-type(even) a{left: 2%;}

article.tWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 {height: 72vw; background-size: auto 100%;}
article.tWrap section.contentWrap.contentWrap08.bgWrap.bgWrap03 h2 {width: 70vw;}
article.tWrap section.contentWrap.contentWrap09 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_26.png) no-repeat center/ 140% auto;
	height: 30vw;
}

article.tWrap section.contentWrap.contentWrap09 h2 span {
	font-size: 4vw;
	width: 70%;
}
article.tWrap section.contentWrap.contentWrap09 h2 span strong {font-size: 7vw;}

article.tWrap section.contentWrap.contentWrap09 dl dd {width: 90%;}
article.tWrap section.contentWrap.contentWrap09 dl dt {
	width: 100%;
	margin-top: 4rem;
}

article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dd{order:1;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(odd) dt {order: 2; padding: 0 2vw;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dd {order: 1; margin-left: auto;}
article.tWrap section.contentWrap.contentWrap09 dl:nth-of-type(even) dt{order:2; padding: 0 2vw;}

article.tWrap section.contentWrap.contentWrap10 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_29.png) no-repeat center left -25vw / 140% auto;
	height: 32vw;
}
article.tWrap section.contentWrap.contentWrap10 h2 span {
	font-size: 4vw;
	width: 70%;
	bottom: 5vw;
}
article.tWrap section.contentWrap.contentWrap10 h2 span strong {font-size: 7vw;}
article.tWrap section.contentWrap.contentWrap10 ul::before {
	width: 48%;
	height: 20%;
}
article.tWrap section.contentWrap.contentWrap10 ul li {
	width: 100%;
	margin: 1.5% auto 5vw;
}
article.tWrap section.contentWrap.contentWrap10 ul li::before {
	width: 25vw;
	height: 25vw;
}
article.tWrap section.contentWrap.contentWrap10 ul li h3 {
	font-size: 6vw;
	line-height: 1.3;
}
article.tWrap section.contentWrap.contentWrap10 ul li p.catchWrap {
	font-size: 3.5vw;
	border-bottom: 1px solid #000;
	padding: 1vw 1vw .5vw;
}
article.tWrap section.contentWrap.contentWrap10 ul li a::before {
	width: 150%;
}
article.tWrap section.contentWrap.contentWrap10 ul li a span {
	color: #fff;
	font-size: 4vw;
}
article.tWrap section.contentWrap.contentWrap10 ul li a span::before {
	left: 11vw;
	width: min(6vw , 36px);
	height: min(6vw , 36px);
}
article.tWrap section.contentWrap.contentWrap11 {
	margin-bottom: 7vw;
}
article.tWrap section.contentWrap.contentWrap11 h2 {
	background: url(https://garlic-musume.com/site/wp-content/themes/garlic/assets/images/gaxaric_lp_slice_43.png) no-repeat center left -18vw / 130% auto;
	height: 30vw;
}
article.tWrap section.contentWrap.contentWrap11 h2 span {
	font-size: 4vw;
	width: 70%;
	bottom: 5vw;
}
article.tWrap section.contentWrap.contentWrap11 h2 span strong {font-size: 7vw;}
article.tWrap section.contentWrap.contentWrap11 figure img {
	width: 130%;
	position: relative;
	left: -17%;
}
article.tWrap section.contentWrap.contentWrap11 > h3 {
	margin: 12vw auto 0;
}
article.tWrap section.contentWrap.contentWrap11 table tr td {
	padding: 2vw;
}
article.tWrap section.contentWrap.contentWrap12 ul li{width:98%; margin:auto;}


}