@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    detail_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
header{
    min-width: 1100px;
    height: 45px;
    border-bottom: 1px solid #000;
}

header .inner{
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

header .inner h1{
    position: absolute;
    top: 12px;
    left: 50px;
}

header .inner h1 img{
    width: auto;
    height: 20px;
}

header .inner .pajama{
    position: absolute;
    top: 11px;
    right: 50px;
}

header .inner .pajama img{
    width: auto;
    height: 20px;
}

header .inner .pajama a{
    transition: opacity .1s ease;
}

header .inner .pajama a:hover{
    opacity: .7;
    transition: opacity .15s ease;
}

header .gnav{
    visibility: visible !important;
    font-size: 13px;
    position: absolute;
    top: 15px;
    right: 0;
}

header .gnav ul{
    display: flex;
}

header .gnav ul li{
    margin-left: 50px;
}

header .gnav ul li a{
    transition: color .15s ease;
}

header .gnav ul li a:hover{
    color: #0082ff;
}

/* --------------------------------------------------
*
    #product
*
-------------------------------------------------- */
#product{
    width: 1100px;
    margin: 0 auto;
    padding: 35px 50px 0 50px;
    text-align: center;
    box-sizing: border-box;
}

#product .pic{
    margin: 0 0 50px -25px;
}

#product .desc{
    width: 100%;
    padding: 0 0 0 100px;
    display: flex;
    text-align: left;
}

#product .desc .col{
    width: 550px;
}

#product .desc p{
    margin: 0 0 2em 0;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
}

#product .desc a{
    color: #0082ff;
    transition: opacity .1s ease;
}

#product .desc a:hover{
    opacity: .7;
    transition: opacity .15s ease;
}


/* --------------------------------------------------
*
    #size
*
-------------------------------------------------- */
#size{
    min-width: 1100px;
    margin: 25px 0 0 0;
    padding: 60px 0 0 0;
    border-top: 1px solid #000;
}

#size .inner{
    width: 800px;
    margin: 0 auto;
}

#size .inner h3{
    margin: 0 0 35px 0;
    position: relative;
    left: -50px;
}

#size .inner h3 img{
    width: calc(386px / 2);
}

#size .desc p{
    margin: 0 0 2em 0;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
}

#size .size_table{
    margin: 0 0 60px 0;
    display: flex;
}

#size .size_table table{
    width: 455px;
    text-align: center;
    font-size: 16px;
    letter-spacing: .1em;
}

#size .size_table table th,
#size .size_table table td{
    width: 85px;
    max-width: 85px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #000;
    vertical-align: middle;
}

#size .size_table table th:first-child{ width: 200px; min-width: 200px;}

#size .size_table .notes{
    margin: 10px 0 0 0;
    font-size: 14px;
}

#size .size_table .img{ padding-left: 60px;}
#size .size_table.top .img img{ width: calc(600px / 2);}
#size .size_table.btm .img img{ width: calc(600px / 2);}

.any #size .size_table.top .img img{ width: calc(730px / 2);}

.nightcap #size .size_table .img{ padding: 25px 0;}
.nightcap #size .size_table.top .img img{ width: calc(520px / 2);}

#size .desc a{
    color: #0082ff;
    transition: opacity .1s ease;
}

#size .desc a:hover{
    opacity: .7;
    transition: opacity .15s ease;
}

/* --------------------------------------------------
*
    #spec
*
-------------------------------------------------- */
#spec{
    min-width: 1100px;
    margin: -10px 0 0 0;
    padding: 60px 0 0 0;
    border-top: 1px solid #000;
    overflow: hidden;
}

#spec .inner{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    left: 100px;
}

#spec .inner h3{
    margin: 0 0 35px 0;
    position: relative;
    left: -50px;
}

#spec .inner h3 img{
    width: calc(384px / 2);
}

#spec .desc{
    margin: 0 0 70px 0;
}

#spec .desc p{
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
}

#spec .desc p.ti{
    display: flex;
}


#spec .spec_list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#spec .spec_list li{
    width: 50%;
    margin: 0 0 40px 0;
}

#spec .spec_list h4{
    margin: 0 0 10px 0;
    font-size: 17px;
    letter-spacing: .1em;
}

#spec .spec_list p{
    margin: 0 0 15px 0;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
}


/* --------------------------------------------------
*
    #notice
*
-------------------------------------------------- */
#notice{
    min-width: 1100px;
    margin: -10px 0 0 0;
    padding: 60px 0 20px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: hidden;
}

#notice .inner{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    left: 100px;
}

#notice .inner h3{
    margin: 0 0 35px 0;
    position: relative;
    left: -50px;
}

#notice .inner h3 img{
    width: calc(806px / 2);
}

#notice .notice_list{
    display: flex;
}

#notice .notice_list .col:first-child{
    margin-right: 110px;
}

#notice .notice_list li{
    margin: 0 0 2em 0;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: .1em;
    text-indent: -1em;
    padding-left: 1em;
}

#notice .notice_list li:before{ content: '■';}


.btn_back{
    width: 300px;
    display: table;
    text-align: center;
    margin: 60px auto;
}

.btn_back a{
    width: 300px;
    height: 43px;
    background-color: #e0e0e0;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    border: 1px solid #000;
    border-radius: 45px;
    box-sizing: border-box;
    transition: opacity .1s ease;
}

.is_pc .btn_back a:hover,
.is_sp .btn_back a.touch{
    opacity: .7;
    transition: opacity .15s ease;
}


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