@charset "shift_jis";
/*==============================================
 common
============================================= */
#header {
border-bottom: #ededed solid 1px;
}
#footer {
padding-top: 22px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
.pc,
.mainIcon,
.mainCatch,
.mainItem{
display: none;
}


/*==============================================
 ΕΒ
============================================= */
h1 {
padding-top: 97.40%;
margin: 0 auto 1.2rem;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/sp_main.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
p.lead {
font-size: 1.3rem;
line-height: 1.7;
padding: 0 2.0rem;
}
p.lead a {
display: inline!important;
color: #ce0011!important;
text-decoration: underline;
}
sup{
font-size:0.8rem!important;
}
.notes {
font-size: 0.9rem;
line-height:1.4;
display: block;
margin-top: 1rem;
}


/*==============================================
 oi[
============================================= */
.topbnr{
padding:1.8rem 2rem 2.2rem;
}
.topbnr .bnr a {
display: block;
color: #fff;
font-weight: bold;
font-size: 1.3rem;
line-height: 1.3;
padding: 0.8rem 0;
letter-spacing: 0.06em;
background:#de0012;
border-radius: 50rem;
width: 100%;
margin: 0 auto;
text-align: center;
position: relative;
padding-right: 1.4rem;
box-sizing: border-box;
}
.topbnr .bnr a:after{
content: '';
display: inline-block;
width: 2rem;
height:2rem;
background-image:  url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/arrow.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top:29%;
right:3.5%;
}
.topbnr .bnr span{
display: block;
}


/*----@Lΰ@----*/
.innerbnr{
padding: 0 1.5rem 2rem;
}
.innerbnr .bnr a{
width: 100%;
display: block;
border: 1px solid #000;	
background: #000;
box-sizing: border-box;
}
.innerbnr .bnr a .item{
display: table;
width: 100%;
}
.innerbnr .bnr a .item .img {
width:30%;
display: table-cell;
vertical-align: middle;
background: #fff;
padding: 1.2rem;
box-sizing: border-box;
} 
.innerbnr .bnr a .item .img img {
width: 100%;
} 
.innerbnr .bnr a .item .info {
width: 70%;
display: table-cell;
vertical-align: middle;
text-align: center;
padding:1.2rem 1.5rem;
box-sizing: border-box;
} 
.innerbnr .bnr a .catch{
font-size: 1rem;
line-height:1.4;
margin-bottom:0.5rem;
color: #fff;
letter-spacing: 0;
}
.innerbnr .bnr a .name{
font-size: 1.3rem;
line-height:1.0;
margin-bottom:1rem;
font-weight: bold;
color: #fff;
letter-spacing: 0.06;
}
.innerbnr .bnr a .btn{
display: block;
width: 100%;
font-size: 1rem;
font-weight: bold;
color: #FFF;
 background:#ce0707 url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/arrow.svg) no-repeat 96% 50% ;
background-size:3vw;
height: 2.6rem;
line-height:2.6rem;
box-sizing: border-box;
border-radius: 50rem;
margin: 0 auto;
text-align: center;
padding-right: 1rem;
}


/*==============================================
 #mainContents
============================================= */
#mainContents {
font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , 'ΰSVbN Medium', 'ΰSVbNΜ', 'Yu Gothic Medium', YuGothic , "qMmpS Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "CI" , Meiryo , "lr oSVbN" , "MS PGothic" , sans-serif;
font-feature-settings: "palt";
}
/*----- Ά -----*/
.paragraph p {
font-size: 1.4rem;
line-height:1.7;
margin-bottom: 2.5rem;
letter-spacing: 0.03em;
}
.paragraphIn > p:first-child {
margin-top: 5px;
}
.paragraph .cap{
font-size: 1.1rem;
line-height:1.6;
margin-bottom: 0;
}

/*----@paragraph@----*/
.paragraph {
border-top: 1px solid #ccc;
transition: background-color .2s, border-top-color .2s;
}
.paragraphIn{
padding-bottom: 2rem;
padding: 0 2.0rem 1rem;
}
#matome{
border-bottom: 1px solid #ccc;
}
.spAccordion {
display: none;
}

/*----@h2@----*/
.paragraph h2 {
position: relative;
font-weight: bold;
padding: 30px 20px;   
}
.paragraph h2 span {
display: block;
font-size: 1.8rem;
line-height: 1.4;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph  h2{
padding-left: 48px;
}
.paragraph  h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 1px;
bottom: 0;
left: 20px;/*----@Ά©ηΜξσΜΚu@----*/
width: 8px;
height: 8px;
margin: auto;
-webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
transition: opacity .2s ease, -webkit-transform .2s ease;
transition: transform .2s ease, opacity .2s ease;
transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: middle;
border-bottom: 3px solid #ccc;/*----@ξσΜF@----*/
border-right: 3px solid #ccc;/*----@ξσΜF@----*/
}
.paragraph.active h2:after {
top: 3px;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
h2 .point1,
h2 .point5{
line-height: 1.2;
font-size: 1.8rem;
display: block;
margin: 0 auto 0.5rem;
color: #de0012;
letter-spacing: 0!important;
}
h2 .point2,
h2 .point3,
h2 .point4{
text-indent: -999em;
font-size: 0;
z-index: 1;	
width: 6.25rem;
height: 4rem;
display: block;
margin-bottom: 1rem;
}
h2 .point2 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/point2.svg) no-repeat left top;
background-size:6.25rem;
}
h2 .point3 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/point3.svg) no-repeat left top;
background-size:6.25rem;
}
h2 .point4 {
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/point4.svg) no-repeat left top;
background-size: 6.25rem;
}
h2 sup{
font-size: 1.3rem;
vertical-align: 1rem;
}
p + .titS2,
p + .titS3,
p + .imgBox,
p + .imgBox1,
p + .imgBox2,
p + .imgBox3,
p + .imgBox7 {
	margin-top:3.5rem;
}
p + .imgBox4,
p + .imgBox5 {
	margin-top:3rem;
}
.titS,
.titS2,
.titS3{
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 1rem;
border-left: 0.5rem solid #de0012;
padding-left: 1rem;
}
p + .conditions{
margin-top: 3rem;
}
.conditions{
width: 100%;
margin: 0 auto 3.5rem;
border: 3px solid #bdb9b0;
border-radius: 10px;
background: #f7f5f0;
padding: 2rem 1.5rem 2rem;
box-sizing: border-box;
}
.conditions .tit{
font-size: 1.3rem;
color: #000;
position: relative;
text-align: center;
font-weight: bold;
width: 100%;
height: 2rem;
margin: 0 auto 0.7rem;
}
.conditions .tit::after{
content: '';
display: inline-block;
width: 1rem;
height: 1.2rem;
background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/line.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
position: absolute;
top:0.5rem;
left:0;
}
.conditions .tit::before{
content: '';
display: inline-block;
width: 1rem;
height: 1.5rem;
background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/line2.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: middle;
position: absolute;
top:0.5rem;
right:0;
}
.conditions ul{
padding: 0 0.5rem;
}
.conditions li{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/circle.svg) no-repeat center left;
background-size: 1.1rem;
color: #de0012;
font-size: 1.4rem;
line-height: 1.4;
border-bottom: 1px dotted #b7b6b4;
font-weight: bold;
padding: 0.8rem 0 0.8rem 1.8rem;
}

/* imgBox */
.imgBox a,
.imgBox1 a,
.imgBox2 a,
.imgBox3 a,
.imgBox4 a,
.imgBox5 a,
.imgBox6 a,
.imgBox7 a{
display: block;
border: 1px solid #B5B5B5;
margin-bottom:1.3rem;
box-sizing: border-box;
}
.imgBox img,
.imgBox1 img,
.imgBox2 img,
.imgBox3 img,
.imgBox4 img,
.imgBox5 img,
.imgBox6 img,
.imgBox7 img{
width: 100%;
padding: 5px;
background: #fff;
box-sizing: border-box;
}
.imgBox5 a{
width: 80%;
margin: 0 auto;
display: block;
margin-bottom: 1.3rem;
}
.imgBox6 div:nth-child(2){
width: 80%;
display: block;
margin:0 auto 1.3rem;
box-sizing: border-box;
}
.imgBox,
.imgBox1,
.imgBox2,
.imgBox3,
.imgBox4,
.imgBox5,
.imgBox6,
.imgBox7 {
margin-bottom:3.5rem;
}
p + .columnBox{
margin-top: 4rem;
}
.columnBox{
background: #f7f5f0;
padding: 0 1.5rem 1rem 1.5rem;
width: 100%;
box-sizing: border-box;
margin-bottom: 3rem;
}
.columTit{
font-size: 1.6rem;
line-height: 1.4;
font-weight: bold;
margin-bottom: 3rem;
text-align: center;
position: relative;
padding-top: 2.5rem;
}
.columTit::after{
width: 9rem;
height: 0.4rem;
content: '';
position: absolute;
top: 0;
left: 0;
right:0;
margin: auto;
background: #de0012;
}
p + .columTit2,
.imgBox5 + .columTit2{
margin-top: 4rem;
}
.columTit2{
font-size: 1.4rem;
line-height: 1.4;
font-weight: bold;
margin-bottom: 2rem;
text-align: center;
position: relative;
padding-top: 2rem;
}
.columTit2::after{
width: 4rem;
height: 0.4rem;
content: '';
position: absolute;
top: 0;
left: 0;
right:0;
margin: auto;
background: #de0012;
}


/*==============================================
 .productBox
============================================= */
.productBox{
background: url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/sp_product_bg.png) repeat-x top left;	
padding: 4rem 2.3rem 3rem;
}
.product .img{
width: 70%;
display: block;
margin: 0 auto 1rem;
}
.product .img img{
width: 100%;
}
.product .info{
width: 100%;
text-align: center;
}
.product .catch{
font-size: 1.3rem;
line-height: 1.3;
margin-bottom:0.8rem;
color: #de0012;
font-weight: bold;
}
.product .name{
font-size: 2.2rem;
line-height:1.4;
margin-bottom: 1.2rem;
font-weight: bold;
}
.product a {
display: block;
}
.product a .btn {
display: block;
color: #fff;
font-weight: bold;
font-size: 1.3rem;
letter-spacing: 0.06em;
background:#de0012;
border-radius: 50rem;
width: 96%;
margin: 0 auto 3rem;
text-align: center;
position: relative;
padding-right: 1.4rem;
box-sizing: border-box;
height: 3.8rem;
line-height: 3.8rem;
}
.product a .btn:after{
content: '';
display: inline-block;
width: 1.8rem;
height:1.8rem;
background-image:  url(https://img1.kakaku.k-img.com/images/article/tieup/22/11_ts8630/arrow.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top:27%;
right:3.5%;
}


/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 0.85rem; 
padding: 0 25px 30px;
color: #333;
}


