@charset "UTF-8";


/*mv*/

main {
	background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/lp_pants/bg_main.png") no-repeat 50% 0%;
}
.main {
	overflow: hidden;
	height: 905px;
}
.main .inner {
	position: relative;
}
.main img {
	width: 1680px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,0);
}

@media screen and (max-width: 1299px){
	
	main {
		background-size: 150%;
	}
	.main {
		height: 69vw;
	}
	.main img {
		width: 125vw;
	}

}

@media screen and (max-width: 767px){
	
	.main {
		height: auto;
	}
	.main img {
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		transform: translate(0,0);
	}
	
}

.pickup {
	padding: 0 20px;
	background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/lp_pants/bg_grn.png") no-repeat 50% 10%;
	margin-top: -50px;
}
.pickup .inner {
	margin: 0 auto;
	max-width: 1200px;
}
.pickup .ttl {
	margin-bottom: 30px;
}
.pickup .ttl img {
	max-width: 100%;
}
.pickup .vari {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	margin-bottom: 70px;
}
.pickup .vari img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 0.3s ease;
}
.pickup .vari .pu_1 {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}
.pickup .vari .pu_2 {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
.pickup .vari .pu_3 {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.pickup .vari .pu_4 {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}

@media screen and (max-width: 1299px){
	.pickup {
		background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/lp_pants/bg_grn.png") no-repeat 50% 15%;
		background-size: 150%;
	}
	.pickup .ttl {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.pickup {
		background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/lp_pants/bg_grn.png") no-repeat 50% 10%;
		background-size: 150%;
		margin-top: -20px;
	}
	.pickup .inner {
		max-width: 640px;
	}
	.pickup .ttl {
		margin-bottom: 20px;
	}
	.pickup .vari {
		gap: 10px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
		margin-bottom: 40px;
	}
	.pickup .vari .pu_1 {
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	.pickup .vari .pu_2 {
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	.pickup .vari .pu_3 {
		grid-column: 1 / 2;
		grid-row: 3 / 4;
	}
	.pickup .vari .pu_4 {
		grid-column: 2 / 3;
		grid-row: 2 / 4;
	}

}

.detail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.detail .box {
	width: calc( ( 100% - 60px ) / 4 );
	position: relative;
}
.detail .img {
	width: 100%;
	margin-bottom: 15px;
}
.detail .circle {
	position: absolute;
	left: 15px;
	top: -33px;
	width: 66px;
}
.detail p {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 1199px){
	.detail {
		margin-bottom: 50px;
	}
	.detail .circle {
		left: 10px;
		top: -2.8vw;
		width: 5.6vw;
	}
	.detail p {
		font-size: 12px;
	}
	
}

@media screen and (max-width: 767px){
	
	.detail {
		margin-bottom: 30px;
		flex-wrap: wrap;
	}
	.detail .box {
		width: calc( ( 100% - 10px ) / 2 );
		margin-bottom: 30px;
	}
	.detail .img {
		margin-bottom: 10px;
	}
	.detail .circle {
		left: 5px;
		top: 5px;
		width: 11vw;
	}
	.detail p {
		font-size: 12px;
		text-align: left;
	}
	
}

.cood {
	margin-bottom: 100px;
}
.cood .hdg {
	padding: 0 20px;
	margin-bottom: 50px;
	text-align: center;
}
.cood .hdg img {
	height: 71px;
	margin-bottom: 30px;
}
.cood .hdg h2 {
	font-size: 22px;
	font-weight: bold;
}
.cood .ul_wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: calc( -100vw / 5 );
}
.cood .ul_wrap > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc( ( 100vw / 5 ) / 0.4 );
	background: linear-gradient(0deg, rgba(255,255,255,1) 60%, rgba(255,255,255,0));
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.cood .inner {
	display: flex;
	flex-wrap: wrap;
}
.cood .box {
	width: 20%;
}
.cood .box img {
	width: 100%;
}
.cood .box .txt {
	padding: 25px 15px 40px;
	line-height: 1.5;
}
.cood .box .ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
.cood .box .price {
	font-size: 12px;
	margin-bottom: 15px;
}
.cood .box .spec {
	font-size: 11px;
}
.cood .link {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 65px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	background-color: #e960a5;
	transition: opacity 0.3s ease;
}
.cood .link:hover {
	opacity: 0.6;
}

@media screen and (max-width: 999px){
	
	.cood {
		margin-bottom: 100px;
	}
	.cood .hdg {
		margin-bottom: 30px;
	}
	.cood .hdg img {
		height: 60px;
		margin-bottom: 30px;
	}
	.cood .hdg h2 {
		font-size: 18px;
	}
	.cood .ul_wrap {
		margin-bottom: calc( -100vw / 4 );
	}
	.cood .ul_wrap > div {
		height: calc( ( 100vw / 4 ) / 0.4 );
	}
	.cood .box {
		width: 25%;
	}
	.cood .box .txt {
		padding: 20px 15px 35px;
	}
	.cood .box .ttl {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.cood .box .price {
		font-size: 11px;
		margin-bottom: 15px;
	}
	.cood .box .spec {
		font-size: 11px;
	}
	
}

@media screen and (max-width: 767px){
	
	.cood {
		margin-bottom: 50px;
	}
	.cood .hdg {
		margin-bottom: 30px;
	}
	.cood .hdg img {
		height: 40px;
		margin-bottom: 20px;
	}
	.cood .hdg h2 {
		font-size: 16px;
	}
	.cood .ul_wrap {
		margin-bottom: calc( -100vw / 3 );
	}
	.cood .ul_wrap > div {
		height: calc( ( 100vw / 3 ) / 0.4 );
	}
	.cood .box {
		width: 33.3333%;
	}

	.cood .box .txt {
		padding: 20px 10px 30px;
	}
	.cood .box .ttl {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.cood .box .price {
		font-size: 11px;
		margin-bottom: 15px;
	}
	.cood .box .spec {
		font-size: 11px;
	}
	.cood .link {
		display: block;
		max-width: 320px;
		height: 46px;
		font-size: 14px;
		line-height: 46px;
		margin: 10px auto 0;
	}
	
}

@media screen and (max-width: 479px){
	.cood .ul_wrap {
		margin-bottom: calc( -100vw / 2 );
	}
	.cood .ul_wrap > div {
		height: calc( ( 100vw / 2 ) / 0.4 );
	}
	.cood .box {
		width: 50%;
	}
	
}


.product {
	margin-bottom: 100px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.product .inner {
	max-width: 1200px;
	margin: 0 auto;
}
.product .hdg {
	padding: 0 20px;
	margin-bottom: 50px;
	text-align: center;
}
.product .hdg img {
	height: 71px;
	margin-bottom: 30px;
}
.product .hdg h2 {
	font-size: 22px;
	font-weight: bold;
}
.list_big {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_big li {
	width: 30%;
	margin-bottom: 30px;
}
.list_big a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.list_big img {
	width: 100%;
	margin-bottom: 0px;
	transition: opacity 0.3s ease;
}
.list_big a:hover img {
	opacity: 0.6;
}
.list_big .name {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
}
.list_big .price {
	font-size: 13px;
	margin-bottom: 30px;
}
.list_big .btn {
	max-width: 160px;
	height: 40px;
	border: 1px solid #01ada9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #01ada9;
	margin: 0 auto;
}
.list_sml {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list_sml li {
	width: 21%;
	margin-bottom: 30px;
}
.list_sml a {
	display: block;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.list_sml img {
	width: 100%;
	margin-bottom: 0px;
	transition: opacity 0.3s ease;
}
.list_sml a:hover img {
	opacity: 0.6;
}
.list_sml .name {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 10px;
}
.list_sml .price {
	font-size: 13px;
	margin-bottom: 30px;
}
.list_sml .btn {
	max-width: 160px;
	height: 40px;
	border: 1px solid #01ada9;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	color: #01ada9;
	margin: 0 auto;
}
@media screen and (max-width: 999px){
	
	.product {
		margin-bottom: 100px;
	}
	.product .hdg {
		margin-bottom: 30px;
	}
	.product .hdg img {
		height: 60px;
		margin-bottom: 30px;
	}
	.product .hdg h2 {
		font-size: 18px;
	}
	
	.list_big .name {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.list_big .price {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.list_big .btn {
		max-width: 160px;
		height: 36px;
		font-size: 13px;
	}
	.list_sml {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.list_sml .name {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.list_sml .price {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.list_sml .btn {
		max-width: 150px;
		height: 32px;
		font-size: 12px;
	}
	
}

@media screen and (max-width: 767px){
	
	.product {
		margin-bottom: 50px;
	}
	.product .hdg {
		margin-bottom: 30px;
	}
	.product .hdg img {
		height: 40px;
		margin-bottom: 20px;
	}
	.product .hdg h2 {
		font-size: 16px;
	}
	
	.list_big li {
		width: 48%;
		margin-bottom: 30px;
	}
	.list_big .name {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.list_big .price {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.list_big .btn {
		max-width: 150px;
		height: 36px;
		font-size: 13px;
	}
	.list_sml li {
		width: 30%;
		margin-bottom: 30px;
	}
	.list_sml .name {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.list_sml .price {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.list_sml .btn {
		max-width: 150px;
		height: 36px;
		font-size: 13px;
	}
	
	
}

@media screen and (max-width: 479px){
	
	.list_big li {
		width: 100%;
		margin-bottom: 30px;
	}
	.list_big .name {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.list_sml li {
		width: 48%;
		margin-bottom: 30px;
	}
	.list_sml .name {
		font-size: 13px;
		margin-bottom: 10px;
	}

	
}

.order {
	margin-bottom: 100px;
}
.order .hdg {
	height: 630px;
	background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/lp_pants/bg_order.jpg") no-repeat 50% 50%;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
.order .hdg img {
	width: 100%;
	height: auto;
	max-width: 610px;
	display: block;
}
.order .inner {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.order .inner img {
	margin-bottom: 40px;
	width: 100%;
}
.order .inner .att {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 40px;
	text-align: center;
}
.order .link {
	display: block;
	max-width: 400px;
	height: 65px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 65px;
	background-color: #e960a5;
	margin: 30px auto 0;
	transition: opacity 0.3s ease;
}
.order .link:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1299px){
	
	.order .hdg {
		height: 46vw;
	}
	.order .hdg img {
		width: auto;
		height: 30vw;
	}
	
}

@media screen and (max-width: 767px){
	
	.order {
		margin-bottom: 50px;
	}
	.order .hdg {
		min-height: 360px;
		background: url("https://gigaplus.makeshop.jp/Eighties800/asset/img/lp_pants/bg_order.jpg") no-repeat 50% 50%;
		background-size: cover;
		margin-bottom: 30px;
		height: 58vw;
	}
	.order .hdg img {
		min-width: 300px;
		width: 58vw;
		height: auto;
	}
	.order .inner {
		text-align: center;
	}
	.order .inner img {
		margin-bottom: 30px;
		max-width: 540px;
	}
	.order .inner .att {
		font-size: 12px;
		margin-bottom: 30px;
	}
	
	.order .link {
		display: block;
		max-width: 320px;
		height: 46px;
		font-size: 14px;
		line-height: 46px;
		margin: 10px auto 0;
	}
	
}