@charset "utf-8";
/* CSS Document */
*{
    margin: 0;
    padding: 0;
    list-style-type: none;
	box-sizing: border-box;
}
body{background-color: #FFF;}
.sp{display: none;}
a{text-decoration: none;}

.pane-left-menu{
	display: none;
}
.block-genre-page--header{
	display: none;
}

@media screen and (max-width: 780px){
    .sp{display: block;}
	.pc{display: none;}
	.block-filter--btn{display: none;}
}

/*クーポンページ*/
.mv{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 0px;
	display: block;
}

.pic002{
	text-align: center;
}

.pic002 img{
	width: 90%;
	height: auto;
}

.mv_pic {
text-align: center;
margin: 0 auto;
	
}

.mv_pic img{
width: 80%;
height: auto;
	
}


.opensale_image{
	max-width: 400px;
	width: 100%;
	margin: 0 auto 40;
	display: block;
}

.sale_image{
	max-width: 281px;
	width: 100%;
	margin: 0 auto 20;
	display: block;
}

.josefin {
    font-family: "Josefin Sans", sans-serif;
}

h1 {
	padding: 10px;
		   margin-bottom: 16px;
    font-size: 20px;
  font-weight: bold;
  
  color: #1c689d; 
   border: 0;
  text-align: center;
}

h2{
	text-align: center;
        font-weight: bold;
}

.lead p {
  text-align: center; padding: 0 14px; margin-bottom: 18px;
	font-weight: 500;
font-size: 18px;
  line-height: 1.7;
}

.btn_wrap{
	display: flex;
	justify-content: space-evenly;
	max-width: 1200px;
    margin: 0 auto 20px;
}
.cam_btn{
    background-color: #336699;
    border-radius: 5px;
    width: 410px;
    height: 54px;
    position: relative;
}
.cam_btn p{
    color: #fff;
    font-size: 19px;
    text-align: center;
    position: absolute;
    line-height: 1;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.cam_btn p::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: solid 1.2px #fff;
    border-right: solid 1.2px #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    top: 50%;
    right: 20px;
}
.cam_btn a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.under{
	cursor:pointer;
}
.under p::after{
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 10%;
}

.rightside{
	cursor:pointer;
}
.rightside p::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 25%;
}

.coupon_wrap{
	font-size: 26px;
	max-width: 1200px;
	border-radius:10px;
	background-color: #fff;
	padding: 10px 40px 50px;
	margin: 10px auto;
	text-align: center;
}
.percent_txt{
	font-weight: bold;
	color: #E9091A;
	display: flex;
	background: linear-gradient(transparent 85%, #FFF351 15%);
	width: fit-content;
    margin: 0 auto;
	align-items: flex-end;
}
.percent_txt_num{
	font-size: 150px;
	line-height: 1;
}
.percent_txt_yen{
	font-size: 55px;
    line-height: 1.2;
    text-align: left;
}

.head-border {
    display: flex;
    align-items: center;
	font-size: 30px;
	margin: 10px 0 20px;
}



.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #BBBBBB;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}

.head-border02 {
    display: flex;
    align-items: center;
	font-size: 30px;
	margin: 10px 0 0px;
}

.head-border02:before,
.head-border02:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #BBBBBB;
}

.head-border02:before {
    margin-right: 1rem;
}

.head-border02:after {
    margin-left: 1rem;
}



.coupon_code{
	font-size: 40px;
	font-weight: bold;
	background-color: #FFF351;
	width: 400px;
	padding: 20px;
	margin: 20px auto;
	border-radius:10px;
}
.nomal_btn{
    background-color: #444444;
    border-radius: 50px;
    width: 260px;
    height: 40px;
    position: relative;
	margin: 0 auto;
}
.nomal_btn p{
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    line-height: 1;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.nomal_btn p::after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: solid 1.2px #fff;
    border-right: solid 1.2px #fff;
    -webkit-transform: rotate(45deg) translate(0, -50%);
    transform: rotate(45deg) translate(0, -50%);
    top: 50%;
    right: 20px;
}
.nomal_btn a{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
}
.coupon-copy-code{
    display: block;
font-size: 40px;
font-weight: bold;
background-color: #FFF351;
width: 400px;
padding: 20px;
margin: 20px auto;
border-radius:10px;
    border: none;
}
.coupon-copy-button {
display: block;
align-items: center;
padding: 10px 20px;
background-color: #444444;
color: #fff;
font-size: 15px;
cursor: pointer;
border-radius: 50px;
transition: all 0.3s ease;
    width: 170px;
	margin: 0 auto;
}
.coupon-message {
margin: 10px auto;
color: #444444;
display: none;
	text-align: center;
	font-size: 15px;
}
.red{
	color: #E9091A;
}
.note{
	font-size: 18px;
	line-height: 2;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}

h2{
	text-align: center;
	margin: 40px auto 0;
}
.item_list{
	display: flex;
	max-width: 1200px;
	justify-content: space-between;
	margin: 30px auto 60px;
	
}
.item_list li{
	width: calc((100% - 25*2px)/3);
	background-color: #555;
	aspect-ratio: 1 / 1;
}

.flow_wrap {
	display: flex;
	margin: 0 0 40px;
text-align: center;
}
.flow_wrap .flow_wrap_item{
	width: calc(100%/3);
	padding: 0 40px;
	
}
.flow_wrap .flow_wrap_item:last-child{
	border:none;
	background: none;
}
.flow_num {
    display: flex;
    gap: 50px;
	align-items: center;
	justify-content: center;
}
.flow_num li.flow_num_current {
    width: 60px;
    height: 60px;
    background: #444;
}
.flow_num li.flow_num_current p{
	font-size: 12px;
	line-height:1;
}
.flow_num li.flow_num_current p span{
	font-size: 25px;
}
.flow_num li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #DDD;
    color: #FFF;
    font-size: 19px;
    border-radius: 50%;
    z-index: 1;
}
.flow_num li:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    background: #DDD;
    z-index: -1;
}
.sale_icon{
	width: 100%;
	background-color: #fff;
	aspect-ratio: 1 / 0.2;
	margin: 20px 0;
text-align: center;
}
.flow_wrap .flow_wrap_item .flow_wrap_txt{
	font-size: 13px;
	font-weight: 500;
	text-align: left;
	
	margin: 0 auto;
}

.txt_more{
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 30px auto 30px;
}
.dots{
    background-image: radial-gradient(circle at center, #E9091A 20%, transparent 20%); /* 点の色とサイズ調整 */
    background-position: top right; /* 点の位置 */
    background-repeat: repeat-x; /* 横方向に繰り返し */
    background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
    padding-top: .4em; /* 縦方向の位置調整 */
}

.campaign_wrap{
	font-size: 26px;
	max-width: 1200px;
	border-radius:10px;
	background-color: #FFFBC8;
	padding: 60px 40px 50px;
	margin: 0 auto 100px;
	text-align: center;
	border: solid 3px #444444;
}
.percent_txt_point{
	font-size: 70px;
    line-height: 1.2;
    text-align: left;
}
.white_border{
	background: linear-gradient(transparent 85%, #FFF 15%);
}

.customer{
	max-width: 1200px;
	background-color: #fff;
	padding: 20px;
	margin: 0 auto 100px;;
	border-radius:10px;
	text-align: center;
}
.customer_campain{
	font-size: 20px;
	text-decoration: underline;
}
.customer_center{
	font-size: 16px;
	margin:20px 0;
}
.customer ul{
	display: flex;
	align-items: center;
	justify-content: center;
}
.tel{
	color: #FF0000;
	font-size: 27px;
	font-weight: bold;
	margin-right: 20px;
}
.time{
	font-size: 16px;
}



@media screen and (max-width: 780px){
	.mv{
        width: 100%;
        margin-bottom: 0px;
    }
	
	.pic002{
	text-align: center;
}

.pic002 img{
	height: auto;
}
	
	.sale_image{
	width: 100%;
	margin: 0 auto 30;
	display: block;
}


.mv_pic {
text-align: center;
margin: 0 auto;
	
}

.mv_pic img{
	width:100%;

height:auto;
	
}
	
	.lead p {
  text-align: center; padding: 0 8px; margin-bottom: 10px;
	font-size: 12px;
  line-height: 1.7;
}
	
	.btn_wrap{
		display: block;
	}
	.cam_btn {
		width: 90%;
		margin: 10px auto;
	}
	
	.cam_btn p{
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    line-height: 1;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
	
	.coupon_wrap,.campaign_wrap {
		width: 90%;
		padding: 10px 15px;
		font-size: 16px;
		margin: 0px auto 20px;
	}
	.percent_txt_num{
		font-size: calc(82 / 414* 100vw);
	}
	.percent_txt_yen {
		font-size: calc(29 / 414* 100vw);
	}
	.head-border{
		font-size: 20px;
		margin-top: 40px;
	}
	
	.head-border02{
		font-size: 20px;
		margin-top: 40px;
	}
	
	.coupon-copy-code {
		width: calc(300 / 414* 100vw);
		font-size: calc(30 / 414* 100vw);
		padding: calc(10 / 414* 100vw);
	}
	.coupon-copy-button {
		width: calc(170 / 414* 100vw);
		font-size: calc(15 / 414* 100vw);
	}
	.flow_wrap {
		display: block;
		margin: 0;
text-align: center;
	}
	.flow_wrap .flow_wrap_item {
        width: 90%;
        padding: 0px 0;
        
		margin: 0 auto;
    }
	.flow_wrap .flow_wrap_item:first-child{
		padding-top: 0;
	}
	.flow_wrap .flow_wrap_item .flow_wrap_txt {
        font-size: 14px;
		text-align: left;
	
		margin: 0 auto;
		
    }
	
	
	.nomal_btn {
		width: calc(270 / 414* 100vw);
	}
	.nomal_btn p{
		font-size: calc(15 / 414* 100vw);
	}
	.note {
		font-size: 14px;
	}
	.item_list {
		width: 90%;
		margin: 20px auto 40px;
	}
	.item_list li {
		width: calc((100% - 12* 2px) / 3);
	}
	.percent_txt_point{
		font-size: calc(26 / 414* 100vw);
	}
	.customer {
		width: 90%;
	}
	.customer ul {
		display: block;
	}
    .customer_campain{
        font-size: 18px;
    }
	.customer_center {
        font-size: 14px;
    }
	.tel {
        font-size: 22px;
    }
	
	


}