@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
@media screen and (min-width : 641px){
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
#wrap{
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

#contents_area{
    display: block !important;
    min-width: 1000px;
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    height: 125px;
    position: relative;
}

#head .logo_hobo{
    position: absolute;
    top: 50px;
    left: 15px;
}

#head .logo_hobo img{
    width: 230px;
}


/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    margin: 0 0 60px 0;
    position: relative;
}

#mv h1{
    width: 226px;
    height: 292px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

#mv h1 img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#mv .pic{
    margin: -25px 0 0 0;
    overflow: hidden;
}

#mv .pic img{ width: 100%;}

#mv .coming_soon{
    width: 148px;
    height: 148px;
    font-size: 22px;
    padding: 10px 0;
    opacity: 0;
    box-sizing: border-box;
    letter-spacing: .05em;
    text-align: center;
    line-height: 1.8em;
    color: #fff;
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid #fff;
    border-radius: 160px;
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    transition: opacity 1.5s ease-in !important;
}

#mv .coming_soon .n{
    font-size: 48px;
    line-height: 1em;
    display: block;
    margin: -6px 0 0 0;
}

.onload #mv .coming_soon{
    opacity: 1;
}

#mv .coming_soon:after{
    content: '';
    display: block;
    width: 158px;
    height: 158px;
    border: 1px solid #fff;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 158px;
    position: absolute;
    top: -7px;
    left: -7px;
}

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

#sec_yodogawa h2{
    margin: 0 -.5em 30px 0;
    font-size: 52px;
    letter-spacing: .1em;
}

#sec_yodogawa h3{
    margin: 0 0 50px 0;
    padding: 0 0 10px 0;
    font-size: 22px;
    letter-spacing: .075em;
}

#sec_yodogawa h3 span{
    padding: 0 0 10px 0;
    border-bottom: 1px solid #231815;
}


#sec_yodogawa .desc{
    display: inline-block;
    text-align: left;
}

#sec_yodogawa p{
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 1.8666em;
}



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

.section h2{
    padding: 0 10px;
    font-size: 17px;
    letter-spacing: 0;
    position: relative;
}

.section h2 span{
    width: 180px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: block;
    border: 1px solid #231815;
    border-radius: 30px;
    background-color: #afbcc4;
    position: relative;
    z-index: 1;
}

.section h2:after{
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    display: block;
    background-color: #231815;
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 0;
}

#sec_btm_info.section h2 span{
    width: 220px;
    background-color: #a98875;
    color: #fff;
    border-color: #fff;
}

#sec_btm_info.section h2:after{
    content: '';
    background-color: #fff;
}

/* --------------------------------------------------
*
    #sec_feature
*
-------------------------------------------------- */
#sec_feature{
    margin: 0 0 75px 0;
}

#sec_feature h2{
    margin: 0 0 120px 0;
}

#sec_feature ul{
    max-width: 1080px;
    margin: 0 auto;
    letter-spacing: -.40em;
}

#sec_feature li{
    width: 33.3333%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
    position: relative;
}

#sec_feature li a{
    display: block;
}

#sec_feature li .num{
    width: 80px;
    height: 80px;
    font-size: 41px;
    letter-spacing: .075em;
    line-height: 80px;
    text-align: center;
    text-indent: .1em;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 80px;
    position: absolute;
    top: -65px;
    left: 15px;
    z-index: 1;
}

#sec_feature li .num:after{
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    border: 1px solid #fff;
    border-radius: 72px;
    position: absolute;
    top: 3px;
    left: 3px;
}

#sec_feature li .pic{
    margin: 0 0 15px 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

#sec_feature li h4{
    margin: 0 0 15px 0;
    font-size: 18px;
    letter-spacing: .05em;
}

#sec_feature .btn_detail{
    width: 120px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
    display: inline-block;
    position: relative;
    transition: color .15s ease .0s;
}

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


#sec_feature .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_feature a:hover .btn_detail:before,
.is_sp #sec_feature a.touch .btn_detail:before{
    opacity: .3;
    transition: opacity .15s ease .1s;
}

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


/* --------------------------------------------------
*
    #sec_jewelry
*
-------------------------------------------------- */
#sec_jewelry{
    margin: 0 0 60px 0;
    overflow: hidden;
}

#sec_jewelry h2{
    margin: 0 0 55px 0;
}

#sec_jewelry li{
    margin: 0 0 50px 0;
}

#sec_jewelry li a{
    display: block;
}

#sec_jewelry .title{
    width: 120%;
    margin: 0 0 20px 0;
    padding: 0 10px;
    overflow: hidden;
    box-sizing: border-box;
}

#sec_jewelry .logo{
    margin: 0 30px 0 0;
    display: inline-block;
    vertical-align: middle;
}

#sec_jewelry .logo img{
    width: 73px;
}

#sec_jewelry .col_right{
    display: inline-block;
    position: relative;
}

#sec_jewelry .title h3{
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}

#sec_jewelry .title .price{
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

#sec_jewelry .title .detail_wrap{
    display: inline-block;
}

#sec_jewelry .title .sold_txt{
    display: none !important;
    width: 115px;
    height: 26px;
    margin: -1px 0 0 10px;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background-color: #6e6e6e;
    color: #fff;
    display: inline-block;
    position: relative;
    transition: color .15s ease .0s;
}

#sec_jewelry .title .sold .sold_txt{
    display: inline-block !important;
}

#sec_jewelry .title .btn_detail{
    width: 95px;
    height: 25px;
    font-size: 13px;
    text-indent: -1em;
    line-height: 25px;
    text-align: center;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
    display: inline-block;
    position: relative;
    transition: color .15s ease .0s;
}

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

#sec_jewelry .title .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;
}

#sec_jewelry .title .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_jewelry a:hover .btn_detail:before,
.is_sp #sec_jewelry a.touch .btn_detail:before{
    opacity: .3;
    transition: opacity .15s ease .05s;
}

#sec_jewelry .photos p{
    overflow: hidden;
    position: relative;
}

#sec_jewelry .photos img{
    width: 100%;
}


/* --------------------------------------------------
*
    #sec_tshirts
*
-------------------------------------------------- */
#sec_tshirts{
    margin: 0 0 70px 0;
    overflow: hidden;
    overflow: hidden;
}

#sec_tshirts h2{
    margin: 0 0 60px 0;
}

#sec_tshirts ul{
    max-width: 1260px;
    overflow: hidden;
    letter-spacing: -.40em;
}

#sec_tshirts li{
    width: 50%;
    padding: 0 30px 0 0;
    margin: 0 0 50px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
}

#sec_tshirts li:nth-child(2n){
    padding: 0 0 0 30px;
}

#sec_tshirts li a{
    display: block;
}

#sec_tshirts .title{
    width: 100%;
    margin: 0 0 12px 0;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
}

#sec_tshirts .logo{
    margin: 0 0 8px 10px;
    display: block;
    vertical-align: middle;
}

#sec_tshirts .logo.auralee img{ width: 138px;}
#sec_tshirts .logo.grandma_mama_daughter img{ width: 319px;}
#sec_tshirts .logo.mhl img{ width: 106px;}

#sec_tshirts .title h3{
    margin: 8px 10px 8px 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

#sec_tshirts .title .price{
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

#sec_tshirts .title .detail_wrap{
    display: inline-block;
}

#sec_tshirts .title .sold_txt{
    display: none !important;
    width: 115px;
    height: 26px;
    margin: 3px 0;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    box-sizing: border-box;
    background-color: #6e6e6e;
    color: #fff;
    font-size: 13px;
}

#sec_tshirts .title.sold .sold_txt{
    display: inline-block !important;
}

#sec_tshirts .title .btn_detail{
    width: 95px;
    height: 25px;
    margin: 0 10px 3px 0;
    font-size: 13px;
    text-indent: -1em;
    line-height: 25px;
    text-align: center;
    border: 1px solid #6e6e6e;
    color: #6e6e6e;
    display: inline-block;
    position: relative;
    transition: color .15s ease .0s;
}

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

#sec_tshirts .title .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;
}

#sec_tshirts .title .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_tshirts a:hover .btn_detail:before,
.is_sp #sec_tshirts a.touch .btn_detail:before{
    opacity: .3;
    transition: opacity .15s ease .05s;
}

#sec_tshirts li .pic img{
    width: 100%;
}


/* --------------------------------------------------
*
    #sec_btm_info.section
*
-------------------------------------------------- */
#sec_btm_info{
    padding: 80px 0;
    background-color: #a98875;
    color: #fff;
}

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

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

#sec_btm_info .sec_information{
    margin: 0 0 60px 0;
}

#sec_btm_info .sec_information .section_inner{
    padding: 0 120px;
}

#sec_btm_info .sec_information h2{
    margin: 0 0 50px 0;
}

#sec_btm_info .sec_information .section_inner p{
    font-size: 20px;
    line-height: 1.8em;
    letter-spacing: .075em;
}

#sec_btm_info .sec_information .section_inner p.help{
    margin: 30px 0 0 0;
}

#sec_btm_info .sec_collaboration{
    margin: 0 0 25px 0;
}

#sec_btm_info .sec_collaboration h2{
    margin: 0 0 70px 0;
}

#sec_btm_info .sec_collaboration .section_inner{
}

#sec_btm_info .sec_collaboration .section_inner p{
    padding: 0 120px;
    font-size: 15px;
}

#sec_btm_info .sec_collaboration a:after{
    display: none;
}

#sec_btm_info .sec_collaboration img{
    display: inline-block;
    vertical-align: middle;
    transition: opacity .15s ease 0s;
}

.is_pc #sec_btm_info .sec_collaboration a:hover img,
.is_sp #sec_btm_info .sec_collaboration a.touch img{
    opacity: .7 !important;
    transition: opacity .15s ease .05s;
}

#sec_btm_info .sec_collaboration ul{
    margin: 60px 0;
    text-align: center;
}

#sec_btm_info .sec_collaboration li{
    margin: 0 38px;
    display: inline-block;
}



#sec_btm_info .sec_collaboration .section_inner .sirisiri img{ width: 73px;}
#sec_btm_info .sec_collaboration .section_inner .auralee img{ width: 138px;}
#sec_btm_info .sec_collaboration .section_inner .grandma img{ width: 319px;}
#sec_btm_info .sec_collaboration .section_inner .mhl img{ width: 106px;}


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