@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Noto Sans JP', "メイリオ", sans-serif;
    font-size: 16px;
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
    -webkit-text-size-adjust: 100%;
    font-smoothing: auto;
}

#contentsBlock{
	/* background-color: #f1ffd6; */
}

img{
	max-width: 100%;
}

.contents{
	max-width: 1040px;
	width: calc(100% - 20px);
	margin: 0 auto;
}

/* ヘッダー
--------------------------------------------------------------------------- */

/* メインビジュアル
--------------------------------------------------------------------------- */


.mv_pcStyle {
	display: block;
}

.mv_spStyle {
	display: none;
}
@media screen and (max-width: 768px) {
	.mv_pcStyle {
		display: none;
	}

	.mv_spStyle {
		display: block;
	}
}
#mv {
    position: relative;
    /* background-image: url(../img/bg_mv_pc.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* height: 580px; */
}


#mv .contents{
    /* position: relative; */
}
#mv .mv_pcStyle figure.contents{
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 84px;
    margin: 0 auto;
	text-align: center;
}
#mv figure.mv_pcStyle img{
    margin: 0 auto;
	padding-top: 5%;
}
#mv h1{
	position: absolute;
	top: 2%;
	left: 22%;
	width: 3.5vw;
}

@media screen and (max-width: 1700px) {
    #mv .mv_pcStyle figure.contents{
		width: 47vw;
	}
	#mv .mv_pcStyle figure.contents{
		top: 10%;
	}
}
@media screen and (max-width: 938px) {
    #mv {
        height: auto;
        background-image: none;
    }
	#mv h1{
		top: 2%;
		left: 4%;
		width: 15vw;
	}
}


@media screen and (max-width: 440px){
	
	.nav_list {
		position: sticky;
		top: 0;
		margin: 15px auto 40px;
		padding: 10px 0;
		z-index: 900;
		background-color: rgba(0, 0, 0, 0.53); 
	}
	
	.nav_list > ul{
		display: flex;
		justify-content: space-between;
		width: calc(100% - 20px);
		margin: 0 auto;        
		flex-wrap: wrap;
	}
	
	.nav_list > ul > li{
		width: 49%;
	}
	
	.nav_list > ul > li > a{
	    position: relative;
		display: block;
		color: #fff;
		border-radius: 10px;
		font-size: 14px;
		padding: 15px 10px;
		text-align: left;
		line-height: 1.5;
		text-decoration: none;
		text-align: center;
	}	
	.nav_list  > ul > li.btn01{
		margin-bottom: 5px;
	}
	.nav_list  > ul > li.btn02{
		margin-bottom: 5px;
	}	
	
	.nav_list  > ul > li.btn01 > a{
		background-color: #1e439e;
	}
	.nav_list  > ul > li.btn02 > a{
		background-color: #af8924;
	}	
	.nav_list  > ul > li.btn03 > a{
		background-color: #ca1007;
	}
	.nav_list  > ul > li.btn04 > a{
		background-color: #1c5f8a;
	}
	
	.nav_list  > ul > li > a:before{
		content: "";
		position: absolute;
		top: 50%;
		right: 10px;
		width: 18px;
		height: 18px;
		transform: translateY(-50%);
	}
		
}






/* いつでも何度でも使えるクーポン！
--------------------------------------------------------------------------- */

.sec-limited{
	/* background-color: #ffe0f5; */
	background-image: url(../img/bg_img_snow.png);
	background-position: top center;
	background-size: contain;
	padding: 60px 0;
}

.sec-limited h2{
	text-align: left;
}

.service_area{
	margin-top: 15px;
}

.service_list{
	/*display: flex;
	flex-wrap: wrap;*/
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.service_list > li{
	/*width: calc(100% / 3 - 27px);
	margin-right: 10px;
	margin-top: 10px;*/
	padding: 10px;
	background-color: #fff;
	border-radius: 4px;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
}
.shopping li.service_soon {
	border: 1px solid #b8d5f8;
}
.gourmet li.service_soon {
	border: 1px solid #dacba2;
}
.leisure li.service_soon {
	border: 1px solid #f9ccca;
}
.life li.service_soon {
	border: 1px solid #c6e2f4;
}

.service_list > li:nth-child(3n){
	margin-right: 0;
}

.service_list > li figure{
	text-align: center;
}

.service_list > li > .inner{
	position: relative;
	padding: 0 10px;
	display: grid;
	grid-template-rows: fit-content(100%) 1fr fit-content(100%);
}

.service_list > li .service_ttl{
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px;
}

.service_list > li .service_data{
	font-size: 14px;
	color: #064666;
	/*padding: 0 10px;*/
}
.shopping .service_list > li .service_data{
	color: #1e439e;
}
.gourmet .service_list > li .service_data{
	color: #ae8823;
}
.leisure .service_list > li .service_data{
	color: #ca1007;
}
.life .service_list > li .service_data{
	color: #1c5f8a;
}

.service_list > li .service_detail{
	/*padding: 0 10px;*/
}

.service_list > li .service_btn{
	grid-row: end;
	margin-top: 10px;
	/*padding: 0 10px;*/
}

.service_list > li .service_btn > a{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #db1f74;
    text-decoration: none;
    text-align: center;
    min-height: 50px;
    transition: all .3s;
}

.shopping .service_list > li .service_btn > a{
    background-color: #1e439e;
}
.gourmet .service_list > li .service_btn > a{
    background-color: #ae8824;
}
.leisure .service_list > li .service_btn > a{
    background-color: #ca1007;
}
.life .service_list > li .service_btn > a{
    background-color: #1c5f8a;
}

.service_list > li .service_btn.app_btn > a{
	background-color: #2e8531;
}

.service_list > li .service_btn > a:hover{
	opacity: 0.8;
}

.service_list > li .service_btn > a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
	background: url(../img/icon_arrow_w.png) no-repeat center / contain;
}

.service_list > li .app_check_btn{
	grid-row: end;
	margin-top: 10px;
	/*padding: 0 10px;*/
}
.service_list > li .app_check_btn > span{
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    min-height: 50px;
}
.shopping .service_list > li .app_check_btn > span{
    background-color: #b8d5f8;
}
.gourmet .service_list > li .app_check_btn > span{
    background-color: #dacba2;
}
.leisure .service_list > li .app_check_btn > span{
    background-color: #f9ccca;
}
.service_list > li .coming_soon_img{
	grid-row: end;
	margin-top: 10px;
	/*padding: 0 10px;*/
}
.sec-limited .contents{
	margin-bottom: 50px;
}

@media screen and (max-width: 940px){
	.service_list{
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 425px){
	.service_list{
		display: block;
	}
	
	.service_list > li{
		display: block;
		margin-top: 15px;
	}
	
}

/* 1回限り！回数限定のクーポン
--------------------------------------------------------------------------- */

.sec-app{
	background-color: #feffd9;
	padding: 60px 0;
}

.sec-app h2{
	text-align: center;
}

.sec-app h2 + p{
	margin-top: 15px;
	text-align: center;
}

.app_txt{
	display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #d1ffd3;
    text-align: center;
    color: #1a1a1a;
    min-height: 50px;
    border-radius: 4px;
    grid-row: end;
    margin-top: 10px;
    line-height: 1.4;
    font-size: 14px;
}

.service_soon{
	position: relative;
}

.soon_area{
	/*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #e5e5e5;
	border-radius: 4px;
	min-height: 160px;
	margin: 0 10px;*/
	position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 4px;
    transform: translate(-50%, -50%);
}

.soon_area p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.soon_area p.font_b{
	font-size: 18px;
}


.finish_area {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background-color: rgba(51, 51, 51, 0.9);
    border-radius: 4px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}
.finish_area p {
    font-size: 3.0rem;
    font-weight: 700;
    color: #fff;
}
.finish_area p .sp-block {
    display: none;
}

@media screen and (max-width: 768px) {
    .finish_area p {
        font-size: 1.8rem;
        line-height: 1.4;
    }
	.finish_area p .sp-block {
        display: block;
    }
}

@media screen and (max-width: 440px){
	.app_txt.pcStyle{
		display: none!important;
	}
	
}

/* リンク
--------------------------------------------------------------------------- */

.sec-bottom{
	padding: 60px 0;
	background-color: #fff;
}

.sec-bottom ul.flex{
	/* justify-content: space-between; */
	justify-content: flex-end;
}

.sec-bottom ul.flex > li{
	width: 48%;
}

.sec-bottom ul.flex > li > a{
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #1a1a1a;
	font-size: 20px;
	font-weight: 700;
	transition: all .3s;
}

.sec-bottom ul.flex > li > a:hover{
	opacity: 0.8;
}

.sec-bottom ul.flex > li.link_other > a{
	background-color: #ffe0eb;
}

.sec-bottom ul.flex > li.link_travel > a{
	background: rgb(0,40,141);
    background: linear-gradient(90deg, rgba(0,40,141,1) 0%, rgba(68,178,254,1) 100%);
	color: #fff;
}

.sec-bottom ul.flex > li > a:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}

.sec-bottom ul.flex > li.link_other > a:before{
	background: url(../img/icon_arrow_r.png) no-repeat center / contain;
}

.sec-bottom ul.flex > li.link_travel > a:before{
	background: url(../img/icon_arrow_w.png) no-repeat center / contain;
}

.sec-bottom ul.flex > li > a span.icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 20px;
}

@media screen and (max-width: 768px){
	.sec-bottom ul.flex{
		flex-direction: column;
	}
	
	.sec-bottom ul.flex > li{
		width: 100%;
	}
	
	.sec-bottom ul.flex > li.link_travel{
		margin-top: 15px;
	}
	
}

@media screen and (max-width: 440px){
	
	.pageTop{
		position: fixed;
		right: 10px;
		bottom: 20px;
		width: 75px;
		height: 75px;
		z-index: 999;
	}
	
	.pageTop > a{
		/*position: relative;
		display: flex;
		align-items: center;
		justify-content: center;*/
		display: block;
		width: 100%;
		height: 100%;
		background: url(../img/pagetop.png) no-repeat center / contain;
		/*border-radius: 50%;
		color: #fff;
		font-size: 14px;
		padding: 25px 0 0;
		font-weight: 500;
		box-sizing: border-box;*/
		text-decoration: none;
		transition: all .3s;
	}
	
	.pageTop > a:hover{
		opacity: 0.8;
	}
	
	/*.pageTop > a:before{
		content: "";
		position: absolute;
		top: 22px;
		right: 50%;
		width: 20px;
		height: 10px;
		transform: translatex(50%);
		background: url(../img/pageTop_icon.svg) no-repeat center / contain;
	}*/
	
}



/* フッター
--------------------------------------------------------------------------- */

footer{
	background-color: #ae8823;
	padding: 20px 0;
}

footer .copy{
	font-size: 14px;
	color: #fff;
	text-align: center;
}
