@charset "utf-8";
/*
* ★★CSS for smartphone
* @date 2022.5.30
*/

.pc{display: none;}
#contentsArea a:hover{ opacity:0.8;}
#contents.column1{background:#f3f3f3; padding-top: 24px;}
/* ---KeyVisual--- */
#KeyVisualSp{
    position: relative;
    height: 425px;
    overflow: hidden;
}
.pr_absolute::before{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 22px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    line-height: 1;
    padding:
    4px 0;
    content: "PR";
    z-index: 3;
}
#KeyVisualSp .mainText{
    position: absolute;
    top: 0;
    padding:32px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
#KeyVisualSp .mainText img{
    width: 90%;
    max-width: 300px;
}
#KeyVisualSp ul li{
    width: 100%;
    height: 425px;
    line-height: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* #KeyVisualSp ul li:last-child{ justify-content: left;} */
#KeyVisualSp ul img{
    height: 100%;
    opacity: 0.55;
}
/* cpnSchedule */
#mainContents .cpnSchedule{ padding:0 16px 16px; font-size: 95%; line-height: 1.5em;}
/* ---cpn--- */
#contents .cpn{ margin: 0 8px;}
#contents .cpn h2{
    text-align: center;
    font-size: 20px;
    color: #334D63;
}
.cpn .coupon__filter__guide{ margin-bottom: 8px;}
.cpn .coupon__filter__guide a.arr-green-windowA {
	background-color: #ffffff;
	padding: 4px 8px;
	color: #444444;
	text-decoration: none;
}
/* ---search--- */
.secSearch{ padding: 32px 0 0; background: #ffffff;}
.secSearch #Searchbox h2.mainTtl{ text-align: center; font-size: 22px; color: #334D63;}
/* ---cpninfo--- */
#cpInfo{ margin:24px 8px;}
#cpInfo h2{ font-size: 22px; text-align: center;}
#cpInfo dl{ font-size: 82%; line-height: 1.5em;}
#cpInfo dt {
    color: #bf0a0a;
    font-weight: bold;
    margin: 16px 0 8px;
}
#cpInfo dd {
    margin: 16px 0;
}
#cpInfo a{ text-decoration: underline!important; color: #bf0a0a!important;}
#cpInfo a :hover{ text-decoration: none;}
/* ---totop--- */
#contents .toPpageTop{
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 12%;
    line-height: 0;
    opacity: 0.7;
    z-index: 6;
}
#contents .toPpageTop img{ width: 100%;}
#contents {position: relative; padding: 10px 0 0 0;}
.surveyArea{background-color: #fff;}