@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    product_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {

#wrap{
    margin: 0 auto;
    overflow: hidden;
    opacity: 1 !important;
}

#contents_area{
    opacity: 1 !important;
}

#contents_area:before{
    content: '';
    width: 100%;
    height: 100%;
    min-height: 100vh;
    opacity: 1;
    background-image:url(../images/teaser/pic_bg_02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    position: fixed;
    z-index: -2;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    height: 50px;
    margin: 0 0 0 0;
    padding: 7px 10px 0 10px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 2;
}

#head h1{
    display: inline-block;
    opacity: 1 !important;
    position: relative;
    z-index: 10000;
}

.on #head h1{
    z-index: 0;
}

#head h1 img{
    width: auto; height: 35px;
    opacity: 1 !important;
}

.is_sp #head h1 img.touch,
.is_pc #head h1 img:hover{
    opacity: .7 !important;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 -1px 0;
}

#mv .img_slider{

}

#mv img{
    width: 100%;
}

#mv .btn_prev,
#mv .btn_next{
    display: inline-block;
    font-size: 22px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: -28px;
    color: #929292;
    transition: color .1s ease .0s;
    cursor: pointer;
    z-index: 10;
}

.is_pc #mv .btn_prev:hover,
.is_sp #mv .btn_prev.touch,
.is_pc #mv .btn_next:hover,
.is_sp #mv .btn_next.touch{
    color: #fff;
    transition: color .1s ease .05s;
}

#mv .btn_prev{ left: 50%;}
#mv .btn_next{ right: 50%;}



/* --------------------------------------------------
*
    #sec_product
*
-------------------------------------------------- */
#sec_product{
    padding: 60px 0 40px 0;
    overflow: hidden;
    text-align: center;
}

#sec_product .section_inner{
    text-align: left;
    vertical-align: top;
}

#sec_product:after{
    content: '';
    clear: both;
    display: block;
    font-size: 0;
}

#sec_product .new{
    margin: 0 0 10px 5px;
    text-align: center;
}

#sec_product .new img{
    width: 48px;
}

#sec_product .col_left{
}

#sec_product .col_right{
}

#sec_product .title_wrap{
    margin: 0 0 30px 0;
}

#sec_product .title_wrap .logo{
    margin: 0 0 20px 0;
    text-align: center;
}

#sec_product .title_wrap .title{
    vertical-align: middle;
}

#sec_product .title_wrap h2{
    margin: 0 0 15px 0;
    font-size: 22px;
    text-align: center;
    letter-spacing: 0em;
    white-space: nowrap;
}

#sec_product .title_wrap h2 .c{
    margin: 10px 0 0 0;
    display: block;
    font-size: 75%;
}

#sec_product .title_wrap .price{
    text-align: center;
    font-size: 20px;
    letter-spacing: .075px;
}

#sec_product .title_wrap .price .s{
    font-size: 12px;
}

#sec_product .col_right .desc{
    margin: 10px 0 0 0;
    padding: 0 15px;
    text-align: left;
}

#sec_product .col_right .desc p{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 2em;
}

#sec_product .col_right .desc p:last-child{
    margin: 0;
}

#sec_product .subscribe{
    width: 280px;
    padding: 15px 0 13px 0;
    margin: 0 auto 40px auto;
    text-align: center;
    display: block;
    background-color: #A78872;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: .2em;
    color: #fff;
    transition: background .15s ease .0s;
}

#sec_product .subscribe a{
    display: block;
}

#sec_product .subscribe a{ color: #fff;}

#sec_product .subscribe.soon{
    background-color: transparent !important;
    border: 1px solid #fff;
}


#sec_product .subscribe.soon a{
    padding:  0 0 3px 0;
    margin: 10px 0 0 .5em;
    line-height: 1em;
    font-size: 90%;
    border-bottom: 1px dashed #fff;
    display: inline-block;
    transition: border .1s ease .0s;
    position: relative;
}

.is_sp #sec_product .subscribe.soon a.touch,
.is_pc #sec_product .subscribe.soon a:hover{
    border-bottom: 1px dashed transparent;
    transition: border .15s ease .05s;
}

.btn_credit{
    margin: 40px 0 0 15px;
    font-size: 14px;
    display: inline-block;
    transition: border .1s ease .0s;
}

.btn_credit a{
    padding: 0 20px 2px 0;
    color: #fff;
    border-bottom: 1px solid transparent;
    background-image:url(../images/parts_arrow_right_w.png);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: right calc(50% - 1px);
    display: inline-block;
    position: relative;
    text-decoration: none !important;
    transition: border .1s ease .0s;
}

.is_pc .btn_credit:hover a,
.is_sp .btn_credit.touch a{
    border-bottom: 1px solid #fff;
    transition: border .15s ease .05s;
}


#sec_product .cart{
    width: 280px;
    margin: 0 auto 40px auto;
    text-align: center;
    display: block;
    border-radius: 3px;
    font-size: 15px;
    letter-spacing: .2em;
    color: #fff;
    transition: background .15s ease .0s;
}

#sec_product .cart a{
    padding: 14px 0 13px 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    background-color: #A78872;
    transition: background .1s ease .0s;
}

.is_pc #sec_product .cart a:hover,
.is_sp #sec_product .cart a.touch{
    background-color: #93745F;
    transition: background .15s ease .05s;
}

#sec_product .cart.end{
    padding: 14px 0 13px 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    background-color: #6E6E6E;
    transition: background .1s ease .0s;
}

/* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
.section img{
    opacity: 1 !important;
}

.section{
    padding: 40px 0 0 0;
    border-top: 1px solid #231815;
}

#sec_btm_info.section{
    border: none;
}

/* --------------------------------------------------
*
    #sec_material
*
-------------------------------------------------- */
#sec_material{
    padding: 40px 0 25px 0;
    overflow: hidden;
    text-align: center;
}

.is_sp #sec_material a.touch,
.is_pc #sec_material a:hover{
    text-decoration: underline;
}

#sec_btm_info li a[target="_blank"]{
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

.is_sp #sec_btm_info li a[target="_blank"].touch:before,
.is_pc #sec_btm_info li a[target="_blank"]:hover:before{
    content: '';
    display: block;
    width: 100%;
    border-bottom: 1px solid #fff;
    position: absolute;
    bottom: 5px;
    left: 0;
}

#sec_material:after{
    content: '';
    clear: both;
    display: block;
}

#sec_material h2{
    margin: 0 0 35px 0;
}

#sec_material h3{
    font-size: 18px;
    margin: 0 0 25px 0;
    line-height: 1.6em;
}

#sec_material .section_inner{
    text-align: left;
    padding: 0 15px;
}

#sec_material .col_left{
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #666;
}

#sec_material.single .col_left{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

#sec_material.single .col_left p{
    margin: 0 !important;
}

#sec_material .col_left.no_r{
    margin: 0 0 -40px 0;
    border: none;
}

#sec_material .col_right{
    width: auto;
    box-sizing: border-box;
}

#sec_material h4{
    margin: 0 0 25px 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    line-height: 1.6em;
    border-bottom: 1px solid #231815;
    display: inline-block;
}

#sec_material p{
    margin: 0 0 25px 0;
    font-size: 14px;
    line-height: 2em;
}

#sec_material .detail{
    margin-top: 0 !important;
    display: inline-block;
    position: relative;
    font-family: '中ゴシックBBB' !important;
}

#sec_material .detail a{
    padding: 2px 32px 2px 15px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
    text-decoration: none !important;
}

#sec_material .detail a:after{
    content: '';
    width: 13px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_arrow_right_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    position: absolute;
    top: 0;
    right: 10px;
}

#sec_material .detail:before{
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    transition: width .1s ease .0s, opacity .1s ease .0s;
    z-index: 0;
}

.is_pc #sec_material .detail:hover:before,
.is_sp #sec_material .detail.touch:before{
    opacity: 1;
    transition: width .15s ease .05s, opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #sec_size
*
-------------------------------------------------- */
#sec_size{
    margin: 0 0 40px 0;
    text-align: center;
}

.is_sp #sec_size a.touch,
.is_pc #sec_size a:hover{
    text-decoration: underline;
}

#sec_size:after{
    content: '';
    clear: both;
    display: block;
}

#sec_size h3{
    font-size: 18px;
    margin: 0 0 25px 0;
    line-height: 1.6em;
}

#sec_size .section_inner{
    text-align: left;
    padding: 0 15px;
}

#sec_size .col_left{
    margin: 0 0 40px 0;
    box-sizing: border-box;
    text-align: center;
}

#sec_size .col_right{
    width: auto;
    box-sizing: border-box;

}

#sec_size .col_left .table_wrap{
    text-align: left;
    display: inline-block;
}

#sec_size table{
    min-width: 240px;
    font-size: 13px;
}

#sec_size table th{
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #231815;
    white-space: nowrap;
}

#sec_size table .top th{
    text-align: center;
}

#sec_size table td{
    padding: 5px 0;
    text-align: center;
    border: 1px solid #231815;
    line-height: 1.8em;
}

#sec_size .notes{
    margin: 15px 0 0 0;
    text-align: right;
    font-size: 13px;
}

#sec_size .col_right li{
    text-indent: -1em;
    padding-left: 1em;
    font-size: 13px;
    line-height: 2em;
}

#sec_size .img_size{
    margin:0 0 20px 0;
    text-align: center;
}

#sec_size .img_size img{
    width: 100%;
    max-width: 460px;
}


/* --------------------------------------------------
*
    #sec_btm_info
*
-------------------------------------------------- */
#sec_btm_info{
    padding: 40px 0;
    background-color: #a98875;
    color: #fff;
    position: relative;
}

#sec_btm_info:after{
    content: '';
    clear: both;
    display: block;
    position: relative;
}

#sec_btm_info a{
    font-size: 14px;
    color: #fff !important;
}

#sec_btm_info a:hover{
    text-decoration: underline;
}

#sec_btm_info h2{
    margin: 0 0 35px 0;
}

#sec_notice{
    margin: 0 0 30px 0;
    text-align: center;
}

#sec_notice .section_inner{
    padding: 0 15px;
    text-align: left;
}

#sec_notice .col_left{
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px dotted #eee;
}

.tshirt #sec_notice .col_left{
    padding: 0;
    border-bottom: none;
}

#sec_notice .col_right{
    width: auto;
    box-sizing: border-box;
}

#sec_notice h3{
    font-size: 18px;
    margin: 0 0 25px 0;
    white-space: nowrap;
}

#sec_notice li{
    margin: 0 0 25px 0;
    padding-left: 1em;
    font-size: 14px;
    line-height: 2em;
}

#sec_notice li:last-child{
    margin: 0;
}

#sec_notice li.h{
    text-indent: -1em;
    padding-left: 1em;
}

#sec_notice li.h:before{
    content: '■';
    margin: 0 3px 0 0;
    font-size: 11px;
}

#sec_notice li p{
    margin: 0 0 25px 0;
}

#sec_notice li img{
    width: 100%;
    max-width: 320px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

#sec_notice li .caution{
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}


#sec_notice .btn_item_spec{
    margin: 0 0 1em 1em !important;
    padding: 0 !important;
    display: inline-block;
    position: relative;
    font-family: '中ゴシックBBB' !important;
}

#sec_notice .btn_item_spec a{
    padding: 2px 32px 2px 15px;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
}

#sec_notice .btn_item_spec a:after{
    content: '';
    width: 13px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_arrow_right_w.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    position: absolute;
    top: 0;
    right: 10px;
}

#sec_notice .btn_item_spec:before{
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    transition: width .1s ease .0s, opacity .1s ease .0s;
    z-index: 0;
}

.is_pc #sec_notice .btn_item_spec:hover:before,
.is_sp #sec_notice .btn_item_spec.touch:before{
    opacity: 1;
    transition: width .15s ease .05s, opacity .15s ease .05s;
}


/* --------------------------------------------------
*
    #sec_spec
*
-------------------------------------------------- */
#sec_spec{
    padding: 35px 0 0 0;
    text-align: center;
    position: relative;
}

#sec_spec:before{
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
}

#sec_spec .section_inner{
    padding: 0 15px;
    text-align: left;
}

#sec_spec h3{
    font-size: 18px;
    margin: 0 0 25px 0;
}

#sec_spec .col_left{

}

#sec_spec .col_right{
    margin: 0 0 -20px 0;
    width: auto;
    box-sizing: border-box;
}

#sec_spec li{
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 2em;
}

#sec_spec li .ff_go-b{
    font-family: '見出ゴMB31' !important;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#sec_spec li dl{
    clear: both;
}

#sec_spec li dl:after{
    content: '';
    display: block;
    clear: both;
}

#sec_spec li dt{
    margin: 0 1em 0 0;
    clear: both;
    float: left;
}

#sec_spec li dd{
    margin: 0 0 15px 0;
    float: left;
}

#sec_spec li dd:last-child{
    margin: 0;
}


.tshirt #sec_spec .logo{
    margin: 0 0 20px 0;
}


.tshirt #sec_spec .col_right{
    padding: 30px 0 0 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.tshirt #sec_spec .col_right:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.tshirt #sec_spec .logo.auralee img{ width: 110px;}
.tshirt #sec_spec .logo.mhl img{ width: 85px;}
.tshirt #sec_spec .logo.grandma_mama_daughter img{ width: 240px;}

.tshirt #sec_spec p{
    font-size: 14px;
    line-height: 2em;
}


#modal_credit{
    margin: 20px;
    padding: 25px;
    background-color: rgba(255, 255, 255, .9);
    display: inline-block;
    text-align: left;
    position: relative;
}

#modal_credit:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: -1;
}

#modal_credit p{
    font-size: 14px;
    line-height: 1.8em;
    margin: 0 0 25px 0;
}

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


} /* ----- max-width: 640px ----- */
