@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    index_pc.css
*
*
------------------------------------------------------------------------------------------ */
#bg .b01{ background-image:url(../images/teaser/pic_bg_02.jpg);}
#bg .b02{ background-image:url(../images/teaser/pic_bg_03.jpg);}


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

.sec_inner{
    max-width: 1200px;
    min-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
    box-sizing: border-box;
}


#bg{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    min-height: 100%;
    position: fixed;
    z-index: -1;
    transition: all 1.5s ease;
}

#bg p{
    width: 100%;
    min-width: 1000px;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    transition: opacity 1.3s ease, transform 3s ease;
    -webkit-transition: opacity 1.3s ease,transform 3s ease;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

#bg p.on{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.is_sp #bg,
.is_sp #bg p{
    height: 100vh;
    min-height: 100vh;
    transform: translate3d(0, 0, 0);
}

/* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
#head{
    position: relative;
}

/* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
#mv{
    height: 100%;
    min-height: 680px;
    position: relative;
}

#mv .mv_inner{
    padding: 65px 0;
    background-color: #fff;
    position: relative;
}

#mv .logo_hobo{
    width: 100%;
    position: absolute;
    top: 35px;
    left: 35px;
}

#mv .logo_hobo p{
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
}

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


#mv .mv_inner h1{
    width: 196px;
    height: 254px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

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

#mv h2 img{
    opacity: 0;
}

#mv h2{
    width: 100%;
    height: 100%;
}

#mv .pic_mv{
    line-height: 0;
}

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


/* --------------------------------------------------
*
    #sec_yodogawa
*
-------------------------------------------------- */
#sec_yodogawa{
    text-align: center;
    padding: 55px 0 0 0;
    overflow: hidden;
}

#sec_yodogawa h2{
    text-align: center;
}

#sec_yodogawa .sec_inner{
    max-width: 900px;
    text-align: left;
    margin: 0 auto;
    padding: 45px 0 0 320px;
}

#sec_yodogawa p{
    font-size: 16px;
    line-height: 1.875em;
}

#sec_yodogawa .time{
    width: 210px;
    height: 210px;
    border-radius: 210px;
    box-sizing: border-box;
    padding: 45px 0 0 0;
    margin: 35px auto 40px auto;
    background-color: #fff;
    color: #A78872;
}

#sec_yodogawa .time.end{
    padding-top: 70px;
}

#sec_yodogawa .time p{
    font-size: 20px;
    line-height: 1.7em;
    letter-spacing: .075em;
}

#sec_yodogawa .time .h.s{
    font-size: 28px;
    line-height: 1.7em;
    letter-spacing: .075em;
}

#sec_yodogawa .time .h span{
    font-size: 36px;
    letter-spacing: .15em;
}

#sec_yodogawa .time .h.s{
    font-size: 23px;
    text-indent: .5em;
}


/* --------------------------------------------------
*
    #sec_about
*
-------------------------------------------------- */
#sec_about{
    text-align: center;
    color: #fff;
}

#sec_about .sec_inner{
    max-width: 900px;
    text-align: left;
    margin: 0 auto;
    padding: 60px 0 60px 320px;
}

#sec_about h3{
    margin: 0 0 20px 0;
    font-size: 23px;
    letter-spacing: .025em;
}

#sec_about p{
    font-size: 15px;
    line-height: 1.875em;
}

#sec_about .desc{
    margin: 0 0 25px 0;
}

#sec_about .btn_about{
    display: inline-block;
    position: relative;
}

#sec_about .btn_about a{
    padding: 2px 32px 2px 15px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}

#sec_about .btn_about 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_about .btn_about:before{
    content: '';
    width: 0;
    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_about .btn_about:hover:before,
.is_sp #sec_about .btn_about.touch:before{
    width: 100%;
    opacity: 1;
    transition: width .15s ease .05s, opacity .15s ease .05s;
}


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

/* --------------------------------------------------
*
    #sec_appetizer
*
-------------------------------------------------- */
#sec_appetizer{
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 180px 0;
}

#sec_appetizer .sec_inner{
    width: 100%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

#sec_appetizer .sec_content{
    padding: 40px 0;
}

#sec_appetizer h3{
    margin: 0 0 85px 0;
    text-align: center;
}

#sec_appetizer h3 img{
    width: 504px;
}

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

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

#sec_appetizer li a{
    display: block;
}

#sec_appetizer li .num{
    width: 78px;
    position: absolute;
    top: -65px;
    left: 25px;
    z-index: 1;
}

#sec_appetizer li .num img{
    width: 100%;
}

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

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

#sec_appetizer .btn_detail{
    width: 95px;
    height: 25px;
    padding-right: 15px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    border: 1px solid #898989;
    color: #898989;
    display: inline-block;
    position: relative;
    transition: color .15s ease .0s;
}

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


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

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

#sec_appetizer .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: 10px;
}


/* --------------------------------------------------
*
    #sec_product
*
-------------------------------------------------- */
#sec_product{
    padding: 50px 0 0 0;
    margin: 0 0 180px 0;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

#sec_pearl{
    margin: 0 0 50px 0;
}

#sec_product h2{
    margin: 0 0 50px 0;
    text-align: center;
}

#sec_product h2 img{
    width: 478px;
}

#sec_product h3{
    margin: 0 0 45px 0;
    text-align: center;
    font-size: 32px;
    color: #fff;
    letter-spacing: .05em;
}

#sec_product ul{
    max-width: 1080px;
    padding: 0 30px;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    letter-spacing: -.40em;
    text-align: left;
}

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

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

#sec_product li a{
    color: #fff;
    display: block;
}

#sec_product .title{
    width: 100%;
    margin: 0 0 5px 0;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

#sec_product .title h4{
    margin: 0 0 10px 0;
    display: block;
    vertical-align: middle;
    font-size: 21px;
    letter-spacing: .1em;
}

#sec_product .title .price{
    margin: 0 0 0 0;
    display: block;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: .05em;
}

#sec_product .title .price .s{
    font-size: 11px;
}

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

#sec_product .title .btn_detail{
    width: 115px;
    height: 25px;
    margin: 0 0 0 0;
    font-size: 13px;
    text-indent: -1em;
    line-height: 25px;
    text-align: center;
    border: 1px solid #898989;
    color: #898989;
    display: block;
    position: absolute;
    transition: color .15s ease .0s, border .15s ease .0s;
    right: 0;
    bottom: 15px;
}

.is_pc #sec_product a:hover .title .btn_detail,
.is_sp #sec_product a.touch .title .btn_detail{
    color: #fff;
    border-color: #fff;
    transition: color .15s ease .05s, border .15s ease .05s;
}

#sec_product .title .btn_detail:after{
    content: '';
    width: 7px;
    height: 100%;
    display: block;
    opacity: .5;
    background-image:url(../images/parts_arrow_right_w.png);
    background-repeat: no-repeat;
    background-size: 7px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 7px;
    transition: opacity .1s ease .0s;
}

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

.is_pc #sec_product a:hover .btn_detail:after,
.is_sp #sec_product a.touch .btn_detail:after{
    opacity: 1;
    transition: opacity .15s ease .05s;
}

.is_pc #sec_product a:hover .btn_detail:before,
.is_sp #sec_product a.touch .btn_detail:before{
    opacity: .2;
    transition: opacity .15s ease .05s;
    z-index: -1;
}

#sec_product li .photos{
    overflow: hidden;
    line-height: 0;
    position: relative;
}

#sec_product li.new .photos:before{
    content: '';
    width: 90px;
    height: 63px;
    display: block;
    background-image:url(../images/home/parts_ico_new.png);
    background-size: 90px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#sec_product li .photos img{
    width: 100%;
}

#sec_product li .photos:after{
    content: '';
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    opacity: 0;
    border: 0 solid #000;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: border 1.2s ease .0s, opacity 1.2s ease .0s;
}

.is_pc #sec_product li a:hover .photos:after,
.is_sp #sec_product li a.touch .photos:after{
    border: 2px solid #A68780;
    opacity: 1;
    transition: border .2s ease .05s, opacity .2s ease .05s;
}

#sec_product .btn_order{
    margin: 0 0 55px 0;
}

#sec_product .btn_order img{
    width: 250px;
}

/* --------------------------------------------------
*
    #sec_shop
*
-------------------------------------------------- */
#sec_shop{
    text-align: center;
    color: #28283C;
}

#sec_shop .sec_inner{
    max-width: 900px;
    text-align: left;
    margin: 0 auto;
    padding: 60px 0 20px 320px;
}

#sec_shop h3{
    margin: 0 0 20px 0;
    font-size: 23px;
    letter-spacing: .025em;
    line-height: 1.5em;
}

#sec_shop .desc p{
    font-size: 15px;
    line-height: 1.875em;
    margin: 0 0 25px 0;
}

#sec_shop .btn_about{
    display: inline-block;
    position: relative;
}

#sec_shop .btn_about a{
    padding: 2px 32px 2px 15px;
    color: #8C8C8C;
    border: 1px solid #8C8C8C;
    display: inline-block;
    position: relative;
}

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

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

.is_pc #sec_shop .btn_about:hover:before,
.is_sp #sec_shop .btn_about.touch:before{
    width: 100%;
    opacity: 1;
    transition: width .15s ease .05s, opacity .15s ease .05s;
}

/* --------------------------------------------------
*
    #sec_order
*
-------------------------------------------------- */
#sec_order{
    text-align: center;
    color: #fff;
}

#sec_order .sec_inner{
    max-width: 420px;
    text-align: left;
    margin: 0 auto;
    padding: 60px 0;
    min-width: auto;
}

#sec_order h3{
    margin: 0 0 20px 0;
    font-size: 23px;
    letter-spacing: .025em;
    text-align: left;
}

#sec_order p{
    font-size: 15px;
    line-height: 1.875em;
}

#sec_order .desc{
    margin: 0 0 25px 0;
}

#sec_order .btn_order{
    margin: 0 0 40px 0;
    display: inline-block;
    position: relative;
}

#sec_order .mes_submit{
    margin: -15px 0 40px 0;
    font-size: 14px;
    color: #fff;
}

#sec_order .mes_submit span{
    padding: 15px;
    display: inline-block;
    background-color: rgba(0, 0, 0, .3);
}

#sec_order .btn_order a{
    padding: 2px 32px 2px 15px;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    position: relative;
}

#sec_order .btn_order 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_order .btn_order:before{
    content: '';
    width: 0;
    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_order .btn_order:hover:before,
.is_sp #sec_order .btn_order.touch:before{
    width: 100%;
    opacity: 1;
    transition: width .15s ease .05s, opacity .15s ease .05s;
}

#sec_order .mm h5{
    margin: 0 0 10px 0;
    font-size: 14px;
}

#sec_order .mm input{
    width: 380px;
    height: 40px;
    margin: 0 0 20px 0;
    padding: 5px 10px;
    font-size: 16px;
    display: block;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    border: 1px solid #fff;
}

.is_pc #sec_order .mm input:hover,
#sec_order .mm input:focus{
    background-color: #f8f8f8;
}

#sec_order .mm .notes{
    font-size: 14px;
    line-height: 1.5714em;
    text-indent: -1em;
    padding-left: 1em;
}

/* --------------------------------------------------
*
    #sec_information
*
-------------------------------------------------- */
#sec_information{
    padding: 60px 0 30px 0;
    letter-spacing: -.40em;
}

#sec_information .sec_inner{
    width: 900px;
    margin: 0 auto;
}

#sec_information .col_left{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

#sec_information .col_right{
    width: 50%;
    padding: 0 0 0 35px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

#sec_information dl{
    line-height: 1.75em;
    letter-spacing: normal;
}

#sec_information dt{
    margin: 0 0 2px 0;
    font-size: 16px;
}

#sec_information dd{
    margin: 0 0 30px 0;
    font-size: 15px;
}

#sec_information dd li{
    text-indent: -1em;
    padding-left: 1em;
}


#modal_about{
    padding: 60px 45px;
    background-color: rgba(0, 0, 0, .9);
    display: inline-block;
    text-align: left;
    color: #fff;
    position: relative;
}

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

#modal_about h3{
    margin: 0 0 40px 0;
    text-align: center;
}

#modal_about h3 img{
    width: 120px;
}

#modal_about p{
    font-size: 16px;
    line-height: 1.8em;
}


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