@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    width: 100%;
    height: 100vh;
    min-width: 1000px;
    min-height: 640px;
    background-color: #fff;
    position: relative;
}

#kv.coming:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 640px;
    background-image:url(../images/parts_coming.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
    
#kv h1{
    width: 100%;
    min-width: 1000px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#kv h1 img{
    width: 100%;
}

#kv .pic img{
    width: 100%;
    opacity: 0;
}

#kv .pic{
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 640px;
    background-image:url(../images/pic_kv.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}


/* --------------------------------------------------
*
    #yodogawa
*
-------------------------------------------------- */
#yodogawa{
    min-width: 1000px;
    padding: 135px 0;
    text-align: center;
}

#yodogawa .inner{
    display: inline-block;
    text-align: left;
}

#yodogawa p{
    margin: 0 0 2em 0;
    font-size: 22px;
    letter-spacing: .08em;
    line-height: 2.13em;
    color: #fff;
}

#yodogawa p:last-child{
    margin: 0;
}


/* --------------------------------------------------
*
    #contents_menu
*
-------------------------------------------------- */
#contents_menu{
    margin: 45px 0 95px 0;
}

#contents_menu ul{
    display: flex;
    justify-content: space-between;
}

#contents_menu li img{
    width: calc(450px / 2);
    opacity: 1 !important;
}

#contents_menu li a{
    display: block;
    transition: color .15s ease;
}

.is_pc #contents_menu li a:hover,
.is_sp #contents_menu li a.touch{
    color: #d00400;
}

#contents_menu li .pic{
    line-height: 0;
    position: relative;
}

#contents_menu li .pic:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .45);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transition: opacity .15s ease;
}

.is_pc #contents_menu li a:hover .pic:after,
.is_sp #contents_menu li a.touch .pic:after{
    opacity: 1;
}

#contents_menu li{
    text-align: right;
}

#contents_menu li h3{
    margin: 15px 0 0 0;
    font-size: 16px;
    display: inline-block;
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1.4375em;
    letter-spacing: .28em;
}


/* --------------------------------------------------
*
    #lineup
*
-------------------------------------------------- */
#lineup{
}

#lineup h3{
    margin: 0 0 30px 0;
}

#lineup h3 img{
    width: calc(712px / 2);
}

#lineup .sec{
    margin: 0 0 105px 0;
}

#lineup .title{
    margin: 0 0 80px 0;
    padding: 0 0 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #15351a;
    position: relative;
}

#lineup .price{
    position: absolute;
    bottom: 20px;
    right: 0;
}

#lineup .iris h2 img{ width: calc(358px / 2);}
#lineup .iris .price img{ width: calc(466px / 2);}

#lineup .glacier h2 img{ width: calc(606px / 2);}
#lineup .glacier .price img{ width: calc(468px / 2);}

#lineup ul{
    text-align: center;
}

#lineup li{
    display: inline-block;
    vertical-align: top;
}

#lineup .iris li{ margin: 0 15px;}
#lineup .glacier li{ margin: 0 55px;}

#lineup li img{
    width: calc(550px /2);
    opacity: 1 !important;
}

#lineup li .pic{ position: relative; line-height: 0;}
#lineup li .pic:after{
    content: '';
    display: block;
    width: 101px;
    height: 101px;
    opacity: 0;
    background-image:url(../images/parts_detail.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20px;
    right: 10px;
    transform: scale(.9);
    z-index: 2;
    transition: opacity .15s ease, transform .15s ease;
}

.is_pc #lineup li a:hover .pic:after,
.is_sp #lineup li a.touch .pic:after{
    transform: scale(1);
    opacity: 1;
}


/* --------------------------------------------------
*
    #reading
*
-------------------------------------------------- */
#reading{
    margin: 0 0 130px 0;
}

#reading ul{
    display: flex;
    justify-content: space-between;
}

#reading li img{
    width: calc(930px / 2);
}


/* --------------------------------------------------
*
    .modal_content
*
-------------------------------------------------- */
.modal_content{
    background-color: #15351a;
    border-radius: 15px;
    max-width: 800px;
    margin: 50px auto;
    padding: 50px;
    text-align: left;
}

.modal_content h2{
    margin: 0 0 40px 0;
}

.modal_content .inner{
    padding: 0 100px;
}

.modal_content p{
    margin: 0 0 2em 0;
    color: #fff;
    font-size: 17px;
    line-height: 1.88em;
}

.modal_content a{
    color: #fff;
}

.is_pc .modal_content a:hover,
.is_sp .modal_content a.touch{
    border-bottom: 1px solid #fff;
}

.modal_content .pic a{ border: none !important;}

.modal_content p.pic{
    margin: 0 0 1em 0;
}

.modal_content h3{
    margin: 0 0 1em 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.88em;
}



} /* ----- min-width : 641px ----- */