@charset "UTF-8";
/****************************************
	main
****************************************/
main {
}

.main-img {
	position: relative;
}

.back-img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.under767{
display: none;
}

.under449{
display: none;
}

@media (max-width: 768px) {
/* 全要素のホバー時のアニメーションをリセット */
*:hover {
transition: none !important; /* アニメーション効果を無効にする */
animation: none !important;  /* CSSアニメーションを無効にする */
transform: none !important;  /* CSSアニメーションを無効にする */
}

/* aタグのホバー時のスタイルもリセット（必要に応じて追加） */
a:hover {
color: inherit !important;       /* 色変更をリセット */
background: none !important;     /* 背景変更をリセット */
text-decoration: none !important; /* 下線の変化をリセット */
}
}


/* ---------------------------------------
------------------------------------------
-----------------------------------------*/
.textbox {
width: 100%;
height: 171px;
position: absolute;
display: flex;
top: 154px;
color: #fff;
z-index: 99;
}

.catch-copy {
background-color: #fff;
text-shadow: 1px 1px 3px #111;
}

/* ------- 追加css -------- */
/* ------- 追加css -------- */
/* ------- 追加css -------- */
.coupon{
display:flex;
}

body{
background-color:#fff;
}

section#cancellation{
display:none;
}

ul.products li a.product_type_simple, ul.products li a.add_to_cart_button, ul.products li a.added_to_cart{
display:inline-block;
}
/* ------- 追加css -------- */
/* ------- 追加css -------- */
/* ------- 追加css -------- */
/* ------- 追加css -------- */
.back-in {
width: 50%;
position: absolute;
z-index: 2;
top: 30%;
left: 25%;

}

section#main-back p {
position: absolute;
top: 30%;
left: 20px;
}

section#main-back p strong {
display: block;
font-size: 30px;
text-shadow: 1px 1px 1px #fff;
margin: 125px 0px 20px;
transition: .4s;
color: #2c2c2b
}

section#main-back p a {
display: inline-block;
padding: 10px 30px;
background: rgba(0, 0, 0, .7);
border: 1px solid #303030;
box-shadow: 1px 1px 1px #fff;
color: #fff;
letter-spacing: 0.3em;
transition: .4s;
}

section#main-back p a:hover {
background: rgba(50, 50, 50, .7);
text-decoration: none;
}


section#welcome {
position:relative;
width:100%;
padding: 104px 10%;
background-image:url(../img/welcome-bg.jpg);
display: flex;
background-size: cover;
background-position: center center;
}


section#welcome .w-catch {
text-align:center;
}

.w-text-box{
display: block;
margin: 0 auto;
color: #fff;
text-shadow: 1px 2px 3px #4c4c4c;
padding: 10px 5%;	
}

.bold{
font-size: 1.2em;
}
/* .welcome-photo{
margin: 0 auto;
padding: 30px 3%;
margin: 120px 0% 120px 10%;
width: 45%;
border-radius: 55%;
} */

section#welcome p {
width:100%;
max-width:626px;
margin:0px auto;
line-height:2.0em;
margin-top: 21px;
text-align: left;
font-size: 1em;
text-align: center;
}


section#news {
position:relative;
width:100%;
padding:80px 5% 150px;
background:#fff;
}

section#news .n-area {
}

section#news .n-area .n-box {
position:relative;
width:25%;
padding:20px;
}

section#news .n-area .n-box .n-img {
width:100%;
}

section#news .n-area .n-box .n-img img {
width:100%;
}

section#news .n-area .n-box .n-date {
font-size:14px;
padding:10px 0px;
}

section#news .n-area .n-box .n-title {
font-size:20px;
padding:0px 0px 10px;
}

section#news .n-area .n-box a {
display:block;
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
}




section#links {
position:relative;
width:100%;
padding:0px 5% 150px;
background:#fff;
margin-top: 140px;
}


section#links .links-product {
position:relative;
padding:50px 10px;
}

section#links .links-product a {
color:#fff;
}

section#links .links-product a:hover {
color:#c0c0c0;
}

section#links .links-product .links-product-area {
display:block;
position:relative;
width:100%;
padding-top:33.3333%;
font-size:0;
}

section#links .links-product .links-product-area img {
position:absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
width:100%;
}

section#links .links-product .links-product-area .links-recuruit-cover {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
transition:.4s;
}

section#links .links-product .links-product-area .links-product-area-title {
position:absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
width:100%;
margin:0;
font-size:36px;
font-weight:500;
letter-spacing:0.2em;
text-align:center;
transition:.4s;
}

section#links .links-product .links-product-area .links-product-area-title span {
display:block;
font-size:12px;
letter-spacing:0.05em;
}

section#links .links-product .links-product-area .links-product-area-title .links-product-area-btn {
display:inline-block;
font-size:14px;
letter-spacing:0.05em;
margin:10px 0px 0px;
padding:5px 10px;
background:#fff;
color:#505050;
border:1px solid #505050;
border-radius:22px;
}

section#information {
position:relative;
width:100%;
padding:0px 5% 150px;
background:#fff;
margin-top: 400px;
}

section#information .company {
padding-bottom:50px;
}

section#information .tokushoho {
}

section#information .company h2 ,
section#information .tokushoho h2 {
margin:25px auto;
max-width:800px;
}

section#information table {
width:100%;
margin:0px auto;
max-width:800px;
}

section#information table th {
width:30%;
background:#80c21c;
border:1px solid #979494;
color:#fff;
font-weight:normal;
padding:10px;
text-align:left;
vertical-align:top;
}

section#information table td {
width:70%;
border:1px solid #979494;
padding:10px;
text-align:left;
vertical-align:top;
}


section#about-coupon{
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 9%;
}

.red-text{
color: #c80000;
}

.about-coupon-title{
font-weight: 600;
font-size: 20px;
}

.about-coupon-text{
font-size: 17px;
}


section#cancellation{
text-align: center;
margin-bottom: 100px;
}

.cancellation-text{
text-decoration: underline;
font-size: 17px;
}




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

section#welcome {
padding: 42px 10%;
}

section#welcome p {
font-size: 14px;
}

.w-catch .bold{
font-size: 24px;
}

}



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

	section#links .links-business .links-business-area .links-business-area-img img {
		width:70%;
	}

}


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

    section#main-back .main-img .slides {
		position: relative;
		height: 58vh;}

	section#main-back .main-img .slides div img {
		position: absolute;
		top: 78px;
		left: 100%;
		width: 100%;
		height: auto;
		object-fit: cover;}

	/* section#welcome {
		padding:18px 10% 44px;
	} */

	section#welcome .w-catch {
		font-size:28px;
	}

	section#news {
		padding:70px 5% 70px;
	}

	section#news .n-area .n-box {
		width:50%;
		padding:20px;
	}

	section#news .n-area .n-box .n-title {
		font-size:16px;
	}



	section#links {
		padding:0px 5% 70px;
	}
	
	section#information {
		position:relative;
		width:100%;
		padding:0px 5% 70px;
		background:#fff;
	}

section#welcome {
	padding: 40px 10%;
}

.about-coupon-text {
    font-size: 14px;
}

.cancellation-text{
font-size: 14px;
}

.w-catch .bold {
	font-size: 18px;
}

}


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

	section#main-back .main-img .slides {
		position: relative;
		height: 78vw;}



	section#links .links-product {
		padding:20px 10px 0px;
	}

	section#information table th {
		display:block;
		width:100%;
		background:#80c21c;
		border:1px solid #000;
		color:#fff;
		font-weight:normal;
		padding:10px;
		text-align:left;
		vertical-align:top;
	}
	
	section#information table td {
		display:block;
		width:100%;
		border:1px solid #000;
		padding:10px;
		text-align:left;
		vertical-align:top;
	}


	.about-coupon-text {
		font-size: 13px;
	}
	
}


section#lp-junp{
width: 100%;
height: 620px;
background-image: url(../img/lp-junp-img.jpg);
background-size: cover;
background-position: center;
display: flex;
flex-direction: row;
justify-content: center;
}

	.lp-junp-img{
	margin: 20px;
	}


section#coupon{
padding: 55px 0 0 0;
}

section#campaign{
width: 100%;
display: flex;
flex-direction:row;
flex-wrap: wrap;
padding: 0 ;
justify-content: center;
margin-bottom: 40px;
}

	.campaign-img{
	width: 27%;
	height: auto;
	margin: 10px;
	}

	.campaign-section-title{
	font-size: 40px;
    font-weight: 600;
    background-color: #ffaa53;
    padding: 5px;
    width: 82%;
    text-align: center;
	}

	.campaign-section-title-box{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
	}






section#cancellation{
width: 100%;
padding: 50px 10%;
display: flex;
justify-content: center;
}
	.cancellation-text{
	font-size: 18px;
	}
		.cancellation-text-a{
		color: #2c4fff;
		font-weight: 600;
		}


.buy-manual-img-1{
width: 100%;
height: auto;
}
.buy-manual-img-2{
display: none;
width: 100%;
height: auto;
}


@media (max-width: 1023px){
section#campaign{
width: 100%;
display: flex;
flex-direction:row;
flex-wrap: wrap;
padding: 0 ;
justify-content: center;
margin-bottom: 100px;
}

.campaign-img{
width: 27%;
height: auto;
margin: 10px;
}

.campaign-section-title{
font-size: 36px;
font-weight: 600;
}

.campaign-section-title-box{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}

}
@media (max-width: 767px){
section#campaign{
width: 100%;
display: flex;
flex-direction:row;
flex-wrap: wrap;
padding: 0 ;
justify-content: center;
margin-bottom: 45px;
}

.campaign-img{
	width: 34%;
	height: auto;
	margin: 25px;
}

.campaign-section-title{
font-size: 21px;
font-weight: 600;
}

.campaign-section-title-box{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}

.buy-manual-img-1{
/* display: none; */
}
.buy-manual-img-2{
display: block;
}
	


}
@media (max-width: 449px){
	section#campaign{
		width: 100%;
		display: flex;
		flex-direction:row;
		flex-wrap: wrap;
		padding: 0 ;
		justify-content: center;
		margin-bottom: 100px;
		}
		
			.campaign-img{
			width: 72%;
			height: auto;
			margin: 10px;
			}
		
			.campaign-section-title{
			font-size: 17px;
			font-weight: 600;
			}
		
			.campaign-section-title-box{
			width: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			margin-bottom: 30px;
			}
		


}









section#confirmation{
padding: 50px 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
	.confirmation-title{
	font-weight: 600;
	font-size: 24px;
	margin: 0 0 30px 0;
	text-align: center;
	}
	.confirmation-text{
	font-size: 15px;
	margin: 0 0 30px 0;
	}
	.order-btn-1{
	background-color: #4FD053;
	border-radius: 50px;
	transition: 0.3s;
	}
	.order-btn-1:hover{
	transition: 0.3s;
	opacity: 0.7;
	}
		.order-btn-text-all{
		font-size: 15px;
		font-weight: 600;
		margin: 8px 30px;
		color: #fff;
		}
	.order-coupon-btn{
	background-color: #4FD053;
	transition: 0.3s;
	}
		.order-coupon-btn:hover{
		transition: 0.3s;
		opacity: 0.7;
		}
	.confirmation-line{
	height: 1.5px;
	width: 700px;
	background-color: #111;
	margin: 57px 0;
	}
	


section#shop-btn-container{
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
margin: 30px 0;
padding: 0 9%;
}

	.shop-btn{
	width: 32.5%;
	height: auto;
	aspect-ratio: 1/1.8;
	background-position: center center;
	background-size: cover;
	transition: 0.3s;
	}
		.shop-btn:hover{
		opacity: 0.8;
		transform: scale(1.05);
		transition: 0.3s;
		}
	.shop-btn-img-1{
	background-image: url(../img/shop-btn-img-1.jpg);
	}
	.shop-btn-img-2{
	background-image: url(../img/shop-btn-img-2.jpg);
	}
	.shop-btn-img-3{
	background-image: url(../img/shop-btn-img-3.jpg);
	}
	
.line-title-color{
background-color: #4FD053;
}

.coupon-line-a{
width: 100%;
height: auto;
transition: 0.3s;
background-image: url(../img/coupon-line-back.jpg);
background-position: center center;
background-size: cover;
aspect-ratio: 100/40;
display: block;
}
	.coupon-line-a:hover{
	transition: 0.3s;
	opacity: 0.7;
	}




@media (max-width: 1023px){
section#shop-btn-container{
flex-direction: column;
justify-content: center;
align-items: center;
}
.shop-btn{
width: 100%;
aspect-ratio: 2 / 1.1;
}
.shop-btn-img-1{
background-image: url(../img/shop-btn-img-w-1.jpg);
margin-bottom: 10px;
}
.shop-btn-img-2{
background-image: url(../img/shop-btn-img-w-2.jpg);
margin-bottom: 10px;
}
.shop-btn-img-3{
background-image: url(../img/shop-btn-img-w-3.jpg);
}
.line-btn-color{
font-size: 35px;
}
	


}
@media (max-width: 767px){
.confirmation-title {
font-size: 21px;
margin: 0 0 30px 0;
}
.under767{
display: block;
}
.confirmation-text {
font-size: 14px;
margin: 0 0 30px 0;
}
.confirmation-line {
height: 1.5px;
width: 422px;
margin: 57px 0;
}
.shop-btn{
width: 100%;
aspect-ratio: 2 / 1.2;
margin-bottom: 9px;
}
.coupon-line-a{
background-image: url(../img/coupon-line-back-s.jpg);
aspect-ratio: 100/84;
}
	




}
@media (max-width: 449px){
.under449{
display: block;
}
.confirmation-line {
height: 1.5px;
width: 310px;
margin: 57px 0;
}
.confirmation-text {
font-size: 13px;
margin: 0 0 80px 0;
}
.line-btn-color{
font-size: 17px;
}






}