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

body{
    background-color: #fff !important;
}

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

#contents_area{
    opacity: 1 !important;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    margin: 0 0 0 0;
    padding: 10px 15px 8px 15px;
}

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

#head h1 img{
    width: 156px;
    opacity: 1 !important;
}

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


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

#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{
    margin: 0 0 40px 0;
    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 .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 .title_wrap .logo.hobo_sirisiri img{ width: 58px;}
#sec_product .title_wrap .logo.auralee img{ width: 110px;}
#sec_product .title_wrap .logo.grandma_mama_daughter img{ width: 240px;}
#sec_product .title_wrap .logo.mhl img{ width: 85px;}


#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 #cart{
    margin: 0 0 40px 0;
}

#sec_product .cart{
    width: 260px;
    margin: 0 auto;
    position: relative;
}

#sec_product #cart li{
    margin: 0 auto 25px auto;
}

#sec_product #cart .cart_t{
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: center;
}

#sec_product .cart_btn{
    width: 260px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    background-color: #e63e37;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: .2em;
    color: #fff;
    transition: background .15s ease .0s;
}

.is_sp #sec_product .cart_btn.touch,
.is_pc #sec_product .cart_btn:hover{
    background-color: #cd312b;
    transition: background .15s ease .05s;
}

#sec_product .cart_btn.sold{
    width: 260px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    background-color: #6e6e6e !important;
    font-size: 15px;
    letter-spacing: .2em;
    color: #fff;
}


#sec_product .cart .stock{
    width: 100%;
    display: block;
    margin: 5px 0 -5px 0;
    text-align: right;
    font-size: 12px;
}

#sec_product .cart_coming{
    width: 260px;
    height: 38px;
    line-height: 34px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
    text-align: center;
    display: block;
    border: 2px solid #6e6e6e;
    font-size: 15px;
    letter-spacing: .075em;
    color: #6e6e6e;
}


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

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

#sec_btm_info.section{
    border: none;
}


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

#sec_styling h2{
    margin: 0 0 40px 0;
}

#sec_styling .section_inner{
    text-align: left;
}

#sec_styling h4{
    font-size: 17px;
    margin: 0 0 20px 0;
    text-align: center;
    white-space: nowrap;
}

.tshirt #sec_styling h4{
    font-size: 16px;
}

#sec_styling .img{
    margin: 0 0 10px 0;
}

#sec_styling .img img{
    width: 100%;
    max-width: 360px;
}

#sec_styling li{
    padding: 0 15px;
    margin: 0 0 20px 0;
    text-align: center;
}

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

#sec_styling li a{
    display: block;
}

#sec_styling .on_txt_wrap{
    text-align: center;
}

#sec_styling .title_wrap{
    text-align: center;
    box-sizing: border-box;
}

#sec_styling .logo{
    margin: 0 0 12px 0;
}

#sec_styling .logo.hobo_sirisiri img{ width: 65px;}
#sec_styling .logo.auralee img{ width: 110px;}
#sec_styling .logo.mhl img{ width: 58px;}
#sec_styling .logo.grandma_mama_daughter img{ width: 240px;}

#sec_styling .title_wrap h3{
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 1.4em;
}

#sec_styling .title_wrap h3 .c{
    font-size: 75%;
    display: block;
}

#sec_styling .title_wrap h3 .price{
    margin: 5px 0 0 -.4em;
    display: block;
    font-size: 16px;
    position: relative;
}

#sec_styling .btn_detail{
    width: 85px;
    height: 18px;
    font-size: 11px;
    line-height: 18px;
    text-indent: -1em;
    text-align: center;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
    display: inline-block;
    position: relative;
    transition: color .15s ease .0s;
}

.is_pc #sec_styling a:hover .btn_detail,
.is_sp #sec_styling a.touch .btn_detail{
    color: #231815;
    transition: color .15s ease .05s;
}


#sec_styling .btn_detail:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .1s ease .0s;
}

.is_pc #sec_styling a:hover .btn_detail:before,
.is_sp #sec_styling a.touch .btn_detail:before{
    opacity: .3;
    transition: opacity .15s ease .1s;
}

#sec_styling .btn_detail:after{
    content: '';
    width: 7px;
    height: 100%;
    display: block;
    background-image:url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 7px;
}


/* tshirt */
.tshirt #sec_styling a{
    max-width: 360px;
    vertical-align: middle;
    position: relative;
    text-align: center;
    display: inline-block;
}

.tshirt #sec_styling:after{
    content: '';
    display: block;
    clear: both;
}

.tshirt #sec_styling .img{
    display: block;
    vertical-align: middle;
}

.tshirt #sec_styling .title_wrap{
    width: 100%;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.tshirt #sec_styling .logo{
    margin: 0;
    padding: 0 0 0 0;
    display: table-cell;
    vertical-align: middle;
}

.tshirt #sec_styling .logo img{
    width: 55px;
}

.tshirt #sec_styling .title_wrap h3{
    margin: 0 0 0 0;
    font-size: 16px;
    text-align: left;
}

.tshirt #sec_styling .title_wrap .price{
    margin: 0 0 0 0;
    text-align: left;
}

.tshirt #sec_styling .btn_detail{
    float: right;
}


/* --------------------------------------------------
*
    #sec_material
*
-------------------------------------------------- */
#sec_material{
    margin: 0 0 40px 0;
    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_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: -1em 0 2em 0;
}

/* --------------------------------------------------
*
    #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: 14px;
    line-height: 2em;
}

#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;
}


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