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

.pc{display: none;}
#contentsArea a:hover{ opacity:0.8;}
#contentsArea a:visited:hover,
#contentsArea a:link:hover,
#contentsArea a:visited:active,
#contentsArea a:link:active {
  text-decoration: none;
}
#contents.column1{background:#f3f3f3; padding-top: 24px;}
/* ---KeyVisual--- */
#KeyVisualSp{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.pr_absolute::before{ 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: 260px;
}
#KeyVisualSp ul li{
    width: 100%;
    height: 400px;
    line-height: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
#KeyVisualSp ul li:nth-child(5){
    justify-content: right;
}
#KeyVisualSp ul li:nth-child(6){
    justify-content: left;
}
#KeyVisualSp ul img{
    height: 100%;
    opacity: 0.55;
}
/* ---cpn--- */
#contents .cpn{ margin: 0 8px;}
#contents .cpn h2{
    text-align: center;
    font-size: 20px;
}
.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--- */
.column1 #search-box{
    background: #fff;
    padding: 16px 8px;
    margin: 0;
    border: none;
}
.column1 #search-box h2{
    background: #ED6D00;
    color: #fff;
    font-size: 95%;
    margin: 0;
    padding: 8px;
    position: relative;
    line-height: 1.7;
}
#search-box h2.open::after, #search-box h2.close::after{border:none;}
#search-box-body{
    border: 1px solid #ED6D00;
}
#search-box h2.open::after{
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    width: 7px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(35deg);
    transform: rotate(135deg);
    padding-right: 2px;
    margin-top: -8px;
}
#search-box h2.close::after{
    display: block;
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    width: 7px;
    height: 9px;
    margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-right: 2px;
}
.column1 #search-box .f_chu_1000{ display: none;}
/* ---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;}