<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html { 
overflow-y:scroll;
}

.clear{
clear: both;
}

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

a:link,
a:visited{
color: #005fc3;
text-decoration: none;
}

a:hover{
color: #6296ca;
text-decoration: none;
font-weight: normal;
}

body{
text-align:left;
font-family:"ＭＳ Ｐゴシック","MS PGothic",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
color: #333;

padding: 0 20px
}
@media only screen and (min-width: 768px) {
body{
min-width: 980px;
}
}
@media only screen and (max-width: 767px) {
body{
width:100%;
background:none;
padding: 0
}
}


/*ヘッダー*/
@media only screen and (min-width: 768px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
width: 100%;
max-width: 1200px;
margin: 30px auto;
padding:0px;
box-sizing: border-box;
}
}
@media only screen and (max-width: 767px) {
#head {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
align-items: flex-end;
width: 100%;
padding: 10px;
box-sizing: border-box;
}
#head .logo img{
width: 170px;
}
#head .back img{
width: 130px;
}
}
@media only screen and (max-width: 540px) {
#head .logo img{
width: 150px;
}
#head .back img{
width: 115px;
}
}


/*カード会員限定*/
#komeri_aqua{
background-color:#FFFFFF;
color:#000;
font-size:1.8em;
font-weight:bold;
padding:10px 0;
margin:0;
padding-left:2.0em;
text-align:left;
position:relative;
}
@media only screen and (max-width: 767px) {
#komeri_aqua{
font-size:3.8vw;
text-align:left;
padding-left:1.0em;
padding-bottom:5px;
}
}
#komeri_aqua span{
text-align:center;
background: #000;
color: #fff;
padding: 2px 0;
display: block;
width: 5.0em;
position: absolute;
top: 7px;
right: 2%;
}
@media only screen and (max-width: 767px) {
#komeri_aqua span{
font-size:0.8em;
}
}


/*コンテンツ*/
#contents{
max-width: 1200px;
margin: 0 auto;
padding-bottom: 10px;

clear: both;
}

#contents img{
width: 100%;
margin: 0 auto;
max-width: 1200px;
text-align:center;
}

#contents a:hover img{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
background: #fff;
}

div.image{
text-align:center;
}

#contents .mainImage{
margin: 0;	
}
.wrapper{
}
h4{
text-align: center;
margin-bottom: 24px;
}
.flame{
border-radius: 30px;
box-sizing: border-box;
border: 1px solid #ccc;
background-color: #fff;
margin: 20px auto;
overflow: hidden;
width: 95%;
padding: 20px;
box-shadow: 6px 3px 14px -6px rgb(0,  0,  0, 0.6);
margin: 20px 2%;
}
.flame.radiusHead{
padding: 0 0 1.6em 0
}
.flame h3{
color: #fff;
font-weight: bold;
font-size: 1.6em;
text-align: center;
padding: 0.4em;
background: #e70044;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
width: 100%;
margin: 0 ;
box-sizing: border-box
}
.inner{
padding: 0 20px
}
.ma2rem{
margin: 2rem 0
}
.discList{
margin-left: 5em
}
.discList li{
line-height: 1.5;
margin-bottom: 0.5em;
list-style-type: disc
}

ul.btnBox {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
overflow: hidden;
margin-top: 15px; 
}

ul.btnBox li {
width: calc(33.33% - 7px);
margin-bottom: 10px;
text-align: center;
}

#contents .text_summary {
font-size: 35px;
line-height: 1.6;
padding: 10px 0;
}
#contents .text_summary span {
font-size: 14px;
padding-left: 1.0em;
text-indent: -1.0em; 
}

#contents .text_summary02 {
font-size: 1.5em;
padding: 5px 0 10px;
text-align: justify;
font-weight: 400;
margin-left: 20px;
}

#contents .noticeTxt {
font-size: 1.2em;
text-align: justify;
font-weight: 400;
margin-left: 20px;
}

ul.cam_botton_box1 {
display: flex;
flex-wrap: wrap;
margin-top: 10px;
margin-bottom: 10px;
-webkit-justify-content: space-around;
-ms-justify-content: space-around;
justify-content: space-around; 
}
ul.cam_botton_box1 li {
width: calc(40% - 7px);
margin-right: calc(21px / 2);
margin-bottom: 10px;
text-align: center;
}


ul.cam_botton_box1 li a {
border-radius: 40px;
font-weight: bold;
background: #EA6D0D;
width: auto;
height: auto;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
font-size: 1.0em;
padding: 0.75em 2.85em;
}
a.orangeBtn {
background: #EA6D0D;
}
a.btnRadius02 {
border-radius: 40px;
font-weight: bold;
width: auto;
height: auto;
margin: 0;
color: #FFF;
display: flex;
cursor: pointer;
text-decoration: none;
box-sizing: border-box;
align-items: center;
justify-content: center;
text-align: center;
}
/*a.fsSmall {
font-size: 1em;
padding: 0.6em 0.5em;
}*/
a.fs-small { font-size: 0.8em; padding: 0.8rem 1.2rem; }
a.fs-medium { font-size: 1.0em; 	padding: 0.8rem 0.2rem; }
a.fs-large { font-size: 1.62em; padding: 1.05rem 1rem; }

ul.imgBox {
margin: 2em 0 0;
overflow: hidden;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
}

ul.imgBox li {
width: calc(95% / 3);
margin-top: 2.5em;
position: relative;
}
ul.imgBox li a {
}
#contents .border_radiuse li {
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 5px;
overflow: hidden;
}
#contents .imgBox.cols3-2 .text-box {
font-feature-settings: "palt";
}
#contents .imgBox li .text-box {
text-align: center;
}

@media only screen and (min-width: 768px) {
.btnList{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.btnList li{
width: 31%;
margin-bottom: 15px
}
.btnList::after {
content: "";
display: block;
width: 31%;
}
.campaign_btnList01 {
text-align: center;
width: auto;
margin: 20px auto;
display: flex;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
}
.campaign_btnList01 li {
padding-bottom: calc(1em + 4px);
max-width: 480px;
width: 100%;
} 
.campaign_btnList01 li {
padding-bottom: calc(1em + 4px);
max-width: 480px;
width: 100%;
} 
h4{
font-size: 1.2em
}
.detail-inner {
width: 100%;
max-width: 1200px;
padding: 0 20px;
margin: 0 auto 20px;
box-sizing: border-box;
} 
ul.imgBox li:nth-child(-n+3) {
margin-top: 0 
} 
}

@media only screen and (max-width: 767px) {
#contents{
width: 100%;
margin: 0 auto;
max-width: 1200px;
}	
#contents img{
width: 100%;
margin: 0 auto;
max-width: 1200px;
height:auto;
}	 
.flame{
width:89%;
padding:5px;
margin: 10px 6%;
border-radius: 10px
} 
.inner{
padding: 0 10px
} 
.flameHead{
font-size:1.1em;
padding: 10px; 
}
.flame h3{
color: #fff;
font-weight: bold;
font-size: 1.3em;
text-align: center;
padding: 0.3em;
background: #e70044;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
width: 100%;
margin: 0;
box-sizing: border-box
}
.ma2rem{
margin: 1rem 0
} 
.flameContent p {
font-size: 1em;
} 
.discList{
margin: 1em 2em 1em 3em;
font-size: 0.9em;
} 

.btnList{
margin: 0 10px
}
.btnList li{
margin-bottom: 15px
} 
ul.btnBox li { 
width: 100%;
margin-right: 0px;
margin-bottom: 10px; 
}
#contents .text_summary {
font-size: 1.25em;
padding: 5px 0;
margin-top: 5px;
}

#contents .text_summary02 {
font-size: 1.0em;
margin: 10px 8px;
} 
#contents .noticeTxt {
font-size: 0.95em;
margin: 10px 8px;
} 

ul.cam_botton_box1 li {
width: 100%;
margin: 10px;  
}  
.detail-inner {
padding: 0 15px;
}  
#contents .imgBox.cols3-2 li {
width: calc(95% / 2);
margin-top: 1.5em;
} 
#contents .imgBox.cols3-2 li:nth-child(-n+2) {
margin-top: 0 
} 
a.fs-medium { font-size: 1em; 	padding: 0.5rem 0.1rem; } 
a.fs-medium.single { font-size: 1.2em;} 
}
ul.appBox li span.image img{
width:100%;
height:auto;	
}
/*アプリ誘導*/
ul.appBox{
border-bottom:none;
overflow:hidden;
clear:both;
}

ul.appBox li{
display:block;
float:left;
width:48%;
margin:10px 1% 5px;
}
ul.appBox li span.heading{
display:block;
width:100%;
color:#fff;
text-align:center;
background-color:#E50012;	 
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
padding:5px 2%;
font-size:1.2em;
font-weight:bold;
margin-bottom:5px;
box-sizing: border-box;
}

ul.appBox li span.heading br{
display:none;
}
ul.appBox li span.bnrImage{
display:block;
float:left;
width:100%;
margin-top:5px;
}

@media only screen and (max-width: 640px) {
ul.appBox li span.heading{
font-size:0.75em;
line-height:1.0;
margin-bottom:0;
}
ul.appBox li span.heading br{
display:block;
} 
}

@media only screen and (max-width: 767px) {
ul.appBox li span.bnrImage{
width:100%;
}
}
ul.appBox li span.image img{
width:100%;
height:auto;	
}

a.topPage{
display:block;
margin:40px auto 60px;
width:18.0em;
text-align:center;
font-size: 18px;
font-weight: bold;
background-color: #969494;
padding: 10px 0;
border-radius: 30px;
color: #fff;
text-decoration: none;
}

a.topPage:link,
a.topPage:visited,
a.topPage:hover,
a.topPage:active{
color: #fff;
}
a.topPage:hover{
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
@media only screen and (max-width: 540px) {
a.topPage{
width:90%;
margin:20px 5% 40px;
}	
}

/*コピーライト
--------------------------------------*/
@media only screen and (min-width: 768px) {
#copyright {
width: 100%;
margin: 0 auto;
max-width: 1200px;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
clear: both;;
}
} 
@media (max-width: 767px) and (min-width: 320px){
#copyright {
width: 100%;
margin: 0 auto; 
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 0px;
padding-left: 0px;
font-size: 0.8em;
clear: both;
}
}

/*ページトップ
--------------------------------------*/
#pageTop img {
width: 100%;
height: auto;
}
@media (min-width: 768px) {
#pageTop {
display: block;
position: fixed;
bottom: 0;
right: 0;
z-index: 9999;
width: 80px;
height: 80px;
z-index: 9999;
} 
}
@media (max-width: 767px) and (min-width: 320px) {
#pageTop {
display: block;
position: fixed;
bottom: 25px;
right: 10px;
width: 42px;
height: 42px;
}
}
.spacer-m{
    position: relative;
}
.spacer{
    position: absolute;
}

#contents img.spacer.apple{
    top: 72.3%;
    left: 5.5%;
    width: 43%;
    height: 18%;
}

#contents img.spacer.google{
    top: 72.3%;
    left: 50.9%;
    width: 43%;
    height: 18%;
}


/*マージン等
--------------------------------------*/
.mt10{
margin-top:10px;
}
.mt20{
margin-top:20px;
}
.mt30{
margin-top:30px;
}
.mt40{
margin-top:40px;
}
.mt50{
margin-top:50px;
}

.mb10{
margin-bottom:10px;
}
.mb20{
margin-bottom:20px;
}
.mb30{
margin-bottom:30px;
}
.mb40{
margin-bottom:40px;
}
.mb50{
margin-bottom:50px;
}</pre></body></html>