@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 {display: none;}


/*==============================================
 看板
============================================= */
h1 {
padding-top: 114%;
margin: 0 auto 1rem;
background: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_522gwr/sp_main.jpg) no-repeat center top;
background-size: 100%;
text-indent: -999em;
font-size: 0;
}
.mainCatch,
.mainImg{
display: none;
}
.lead p {
font-size: 1.4rem;
line-height: 1.7;
padding: 0 2.0rem;
color: #3D3D3D;
}
.lead p a {
display: inline!important;
color: #2f7fc8!important;
text-decoration: underline;
}

sup{
font-size:0.8rem!important;
}
.notes {
font-size: 1.1rem;
line-height:1.4;
display: block;
margin-top: 1rem;
}


/*==============================================
 バナー
============================================= */
.topbnr{
margin: 2rem 2rem 2.5rem
}
.topbnr a {
width: 100%;
height: 4.4rem;
line-height: 4.4rem;
background: rgb(46,128,200);
background: linear-gradient(90deg, rgba(46,128,200,1) 0%, rgba(104,59,150,1) 49%, rgba(66,35,131,1) 100%);
border-radius:50rem;
text-align: center;
font-size: 1.4rem;
color: #fff;
font-weight: bold;
display: block;
letter-spacing: 0.02em;
margin: 0 auto 2rem;
box-sizing: border-box;
padding-right: 1rem;
position: relative;
}
.topbnr a::after {
content: '';
display: inline-block;
width: 0.7rem;
height: 1.2rem;
background-image: url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_522gwr/arrow.svg);
background-repeat: no-repeat;
background-size: contain;
position: absolute;
top: 39%;
right:5%;
}
.topbnr span {
display: none;
}

/*----　記事内　----*/
.innerbnr {
width: 100%;
background: rgb(21,103,177);
background: linear-gradient(25deg, rgba(21,103,177,1) 0%, rgba(74,34,109,1) 65%, rgba(17,5,42,1) 100%);
}
.innerbnr a{
padding:2.7rem 2.3rem;
box-sizing: border-box;
display: block;
}
.innerbnr a .item .img {
width: 80%;
margin: 0 auto 1.7rem;
} 
.innerbnr a .item .img img {
width: 100%;
} 
.innerbnr a .item .info {
box-sizing: border-box;
} 
.innerbnr a .catch{
font-size: 1.1rem;
line-height:1.7;
letter-spacing: 0.03em;
margin-bottom:1.5rem;
color: #fff;
text-align: center; 
}
_::-webkit-full-page-media, _:future, :root .innerbnr a .catch {
font-size: 1.2rem;
}
.innerbnr a .name img{
width: 85%;
margin: 0 auto 1.9rem;
display: block;
}
.innerbnr a .btn{
display: block;
width: 100%;
font-size:1.2rem;
letter-spacing: 0.02em;
color: #ECECEC;
border: 2px solid #ECECEC;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_522gwr/arrow.svg) no-repeat 94% 50% ;
background-size:0.6rem;
text-align: center;
height:3.6rem;
line-height: 3.1rem;
box-sizing: border-box;
border-radius:50rem;
margin: 0 auto;	
}


/*==============================================
 #mainContents
============================================= */
#mainContents {
font-family: "noto", "Hiragino Sans", "Hiragino Kaku Gothic ProN", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, "Meiryo", "Arial", sans-serif;
font-feature-settings: "palt" 1;
}
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Medium.woff);
    font-weight: normal;
}
@font-face {
    font-family: 'noto';
    src: url(https://img1.kakaku.k-img.com/images/fonts/noto-sans/NotoSansJP-Bold.woff);
    font-weight: bold;
}

/*----- 文字 -----*/
.paragraph p {
font-size: 1.5rem;
line-height:1.7;
margin-bottom: 2.5rem;
letter-spacing: 0.03em;
color: #3D3D3D;
}
.paragraphIn > p:first-child {
margin-top: 5px;
}
.paragraph .cap{
font-size: 1.2rem;
line-height:1.6;
margin-bottom: 0;
}
.paragraph  p .marker {
background:linear-gradient(transparent 70%, #fcdcdc 70%);
padding: 0px 1px 0;
font-weight: bold;
vertical-align: 8;
}

/*----　paragraph　----*/
.paragraph {
border-top: 1px solid #ccc;
transition: background-color .2s, border-top-color .2s;
}
.paragraphIn{
padding-bottom: 2rem;
padding: 0 2.0rem 2rem;
}
#article04 {
border-bottom: 1px solid #3A3A3A;
}
.spAccordion {
display: none;
}

/*----　h2　----*/
.paragraph h2 {
position: relative;
font-weight: bold;
padding: 2.4rem 2rem 2.4rem 5.2rem;  
text-align: left;
color: transparent;
background: rgb(5,119,195);
background: linear-gradient(90deg, rgba(5,119,195,1) 0%, rgba(111,63,149,1) 100%);
-webkit-background-clip: text;	
word-break: break-all;
}
.paragraph h2 span {
display: block;
font-size: 1.9rem;
line-height: 1.4;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.paragraph h2:active {
background-color: rgba(255,255,255,0.10);
}
.paragraph h2:after {
content: "";
display: inline-block;
position: absolute;
top: 0.1rem;
bottom: 0;
left: 1.8rem;/*----　左からの矢印の位置　----*/
width: 0.9rem;
height:0.9rem;
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: 0.4rem solid #C3C3C3;/*----　矢印の色　----*/
border-right: 0.4rem solid #C3C3C3;/*----　矢印の色　----*/
}
.paragraph.active h2:after {
top: 0.5rem;
-webkit-transform: rotate(225deg);
transform: rotate(225deg);
}
h2 b{
background:#3A3A3A;
display:inline-block;
text-align: center;
color: #fff;
font-size: 1.3rem!important;
font-weight: normal;
height: 2.8rem;
line-height:2.8rem;
letter-spacing: 0.06em;
margin-bottom: 0.7rem;
padding: 0 1.3rem;
border-radius:0.4rem;
}
p + .titS,
p + .imgBox1,
p + .imgBox2,
p + .imgBox3,
p + .movBox {
margin-top:3.5rem;
}
.titS{
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 1rem;
color: #1c1c1c;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_522gwr/line.png) no-repeat 0 50%;
background-size: auto 1.8rem;
padding-left:1.2rem;
}
.ml{
margin-left: 4.2rem;
}


/* imgBox */
.imgBox1 img,
.imgBox2 img{
width: 100%;
margin-bottom:1.3rem;
}
.imgBox3 img{
width: 70%;
display: block;
margin:  0 auto 1.3rem;
}
.imgBox1,
.imgBox2,
.imgBox3{
margin-bottom:3rem;
}

/* matome  */
#article04 .paragraphIn{
background:url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_522gwr/sp_summary_bg.jpg) no-repeat bottom center;
background-size: 100%;
padding-bottom:75vw;
}

/*----- 動画 -----*/
video { 
outline: none;
display: block;
width: 100%;
height: auto;
margin-bottom:1.3rem;
}
.movBox { 
margin-bottom:3rem;
}



/*==============================================
 .productBox
============================================= */

.productBox{
background: #000;
padding: 3rem 2rem;
}
.productBoxIn .pdImg{
width: 100%;
display: block;
margin: 0 auto 1.8rem;
}
.productBoxIn .pdImg.single {
width: 76%;
margin: 0 auto 2rem;
}
.productBoxIn .pdImg img{
width: 100%;
}
.main{
position: relative;
}
.mainIc{
width:6.4rem;
height: 2.6rem;
line-height: 2.6rem;
color: #603de7;
background: #fff;
font-size: 1.1rem;
font-weight: bold;
position: absolute;
top:2.6rem;
left:2rem;
}
.mainIc::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 2.6rem 1rem;
    border-color: transparent transparent transparent #fff;
    right: -0.96rem;
    position: absolute;
    top: 0;
}
.productBoxIn a{
width: 100%;
display: block;
background: rgb(15,83,142);
background: linear-gradient(15deg, rgba(15,83,142,1) 0%, rgba(66,31,95,1) 54%, rgba(42,14,85,1) 100%);
padding: 2.2rem 2.2rem 2.4rem;
box-sizing: border-box;
border-radius: 1.2rem;
color: #e5e4e4;
text-align: center;
margin-bottom: 2.0rem;
}
.main .pdName{
padding-left:3.6rem;
}
.pdName{
font-weight: bold;
margin-bottom:1.7rem;
font-size: 2.3rem;
border-bottom: dotted 1px #907f88;
padding-bottom: 1.7rem;
}
.pdCatch{
margin-bottom: 1.6rem;
font-size: 1.3rem;
line-height: 1.8;
}
.main .pdImg{
padding-bottom: 0.5rem;
}
.pdBtn{
display: block;
width: 100%;
font-size:1.2rem;
letter-spacing: 0.02em;
color: #ECECEC;
border: 2px solid #ECECEC;
background:url(https://img1.kakaku.k-img.com/images/article/tieup/23/04_522gwr/arrow.svg) no-repeat 94% 52% ;
background-size:0.6rem;
text-align: center;
height: 4.2rem;
line-height: 3.8rem;
box-sizing: border-box;
border-radius:50rem;
margin: 0 auto;	
}

.lineUp{
background:#314155;
padding: 1.5rem 1.5rem 0 2rem;
box-sizing: border-box;
border-radius: 1.2rem;
color: #E1E0E0;
margin-bottom: 2rem;
display:table;
}
.lineUp .pdName{
font-weight: bold;
margin-bottom: 1.2rem;
font-size:1.5rem;
border-bottom: dotted 1px #A4A3A3;
padding-bottom:1.0rem;
text-align: center;
}
.lineUp .pdCatch{
font-size: 1.1rem;
line-height: 2.0;
width: 54%;
padding-right: 1.3rem;
box-sizing: border-box;
}
.lineUp .info{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.lineUp .pdImg{
width: 46%;
padding-top: 1.2rem;
}
.lineUp .pdImg img{
width: 100%;	
}
.lineUp .pdImg .single{
width: 80%;
display: block;
margin: 0 auto;
}
.lineUp .pdImg .single img{
width: 100%;	
}


/*==============================================
.releasedate
============================================= */
.releasedate {
font-size: 0.85rem; 
color: #C0BEBE;
}


