/*------------------------------------------------------------------------------------------
*
*
    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: 769px) {
  /*------------------------------------------------------------------------------------------
*
*
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bg {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    min-height: 100%;
    position: fixed;
    z-index: -1;
    -webkit-transition: all 1.5s ease;
    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;
    -webkit-transition: opacity 1.3s ease, -webkit-transform 3s ease;
    transition: opacity 1.3s ease, -webkit-transform 3s ease;
    transition: opacity 1.3s ease, transform 3s ease;
    transition: opacity 1.3s ease, transform 3s ease, -webkit-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;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
  #head {
    position: relative;
  }
  /* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
  #mv {
    height: 100%;
    min-height: 680px;
    position: relative;
  }
  #mv .mv_inner {
    padding: 165px 0 0;
    background-color: #fff;
    /* position: relative; */
  }
  #mv .logo_hobo {
    width: 100%;
    position: absolute;
    top: 33px;
    left: 39px;
  }
  #mv .logo_hobo p {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mv .logo_hobo img {
    width: 169px;
  }
  #mv .mv_inner h1 {
    width: 173px;
    height: 267px;
    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: 80px 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: 0 0 40px 280px;
  }
  #sec_yodogawa p {
    font-size: 16px;
    line-height: 1.875em;
  }
  #sec_yodogawa .time {
    width: 210px;
    height: 210px;
    border-radius: 210px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0 0 0;
    margin: 35px auto 40px auto;
    background-color: #fff;
    color: #aa9678;
  }
  #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: #595757;
  }
  #sec_about .sec_inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0 60px;
    text-align: center;
  }
  #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 {
    font-size: 20px;
    padding: 6px 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_wh.svg);
    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, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .1s ease .0s, opacity .1s ease .0s;
    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;
    -webkit-transition: width .15s ease .05s, opacity .15s ease .05s;
    transition: width .15s ease .05s, opacity .15s ease .05s;
  }
  /* --------------------------------------------------
*
    .section
*
-------------------------------------------------- */
  .section img {
    opacity: 1 !important;
  }
  /* --------------------------------------------------
*
    #sec_appetizer
*
-------------------------------------------------- */
  #sec_appetizer {
    width: 100%;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 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: 522px;
  }
  #sec_appetizer ul {
    max-width: 1080px;
    margin: 0 auto;
    letter-spacing: -.40em;
  }
  #sec_appetizer li {
    width: 33.3333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    letter-spacing: normal;
    position: relative;
  }
  #sec_appetizer li a {
    display: block;
    color: #fff;
    transition: 1s;
  }
  #sec_appetizer li a:hover {
    opacity: .8;
  }
  #sec_appetizer li a:hover .btn_detail {
    opacity: .8;
    -webkit-transition: opacity .15s ease .1s;
    transition: opacity .15s ease .1s;
  }
  #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 12px 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
  }
  #sec_appetizer li h4 {
    margin: 0 0 15px 0;
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.58;
  }
  /* .is_pc #sec_appetizer a:hover .btn_detail,
.is_sp #sec_appetizer a.touch .btn_detail{
    color: rgba(255, 255, 255, .3);
    -webkit-transition: color .15s ease .05s;
    transition: color .15s ease .05s;
} */
  #sec_appetizer .btn_detail:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .1s ease .0s;
    transition: opacity .1s ease .0s;
  }
  .is_pc #sec_appetizer a:hover .btn_detail:before,
  .is_sp #sec_appetizer a.touch .btn_detail:before {
    opacity: .8;
    -webkit-transition: opacity .15s ease .1s;
    transition: opacity .15s ease .1s;
  }
  /* --------------------------------------------------
*
    #sec_product
*
-------------------------------------------------- */
  #sec_product {
    padding: 50px 0 0 0;
    text-align: center;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    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: 557px;
} */
  #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;
    -webkit-box-sizing: border-box;
    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;
    -webkit-box-sizing: border-box;
    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 {
    display: block;
  }
  #sec_product .title {
    width: 100%;
    margin: 0 0 5px 0;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    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;
    line-height: 1.5em;
  }
  #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: 26px;
    margin: 0 0 0 0;
    font-size: 14px;
    letter-spacing: -.1em;
    text-indent: -1em;
    line-height: 26px;
    text-align: center;
    border: 1px solid #808080;
    color: #808080;
    display: block;
    position: absolute;
    -webkit-transition: color .15s ease .0s, border .15s ease .0s;
    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; */
    -webkit-transition: color .15s ease .05s, border .15s ease .05s;
    transition: color .15s ease .05s, border .15s ease .05s;
  }
  #sec_product .title .btn_detail:after {
    content: '';
    width: 9px;
    height: 100%;
    display: block;
    background-image: url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 13px;
    -webkit-transition: opacity .1s ease .0s;
    transition: opacity .1s ease .0s;
  }
  #sec_product .title .btn_detail:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .1s ease .0s;
    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;
    -webkit-transition: opacity .15s ease .05s;
    transition: opacity .15s ease .05s;
  }
  .is_pc #sec_product a:hover .btn_detail:before,
  .is_sp #sec_product a.touch .btn_detail:before {
    opacity: .8;
    -webkit-transition: opacity .15s ease .05s;
    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%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 0;
    border: 0 solid #000;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-transition: border 1.2s ease .0s, opacity 1.2s ease .0s;
    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: 1.5px solid #9e9e9e;
    opacity: 1;
    -webkit-transition: border .2s ease .05s, opacity .2s ease .05s;
    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;
  }
  #sec_shop .sec_inner {
    max-width: 350px;
    text-align: left;
    margin: 0 auto;
    padding: 60px 0 20px 0;
  }
  #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 8px 0;
  }
  #sec_shop .desc p.first {
    margin-bottom: 25px;
  }
  #sec_shop .btn_about {
    display: inline-block;
    position: relative;
  }
  #sec_shop .btn_about a {
    padding: 2px 32px 2px 15px;
    color: #000;
    border: 1px solid #000;
    display: inline-block;
    position: relative;
  }
  #sec_shop .btn_about a:before {
    content: '';
    width: 13px;
    height: 100%;
    display: block;
    background-image: url(../images/parts_arrow_right.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(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .1s ease .0s, opacity .1s ease .0s;
    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;
    -webkit-transition: width .15s ease .05s, opacity .15s ease .05s;
    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, 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, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width .1s ease .0s, opacity .1s ease .0s;
    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;
    -webkit-transition: width .15s ease .05s, opacity .15s ease .05s;
    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;
    -webkit-box-sizing: border-box;
    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 0 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;
    -webkit-box-sizing: border-box;
    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: 15px;
  }
  #sec_information dd {
    margin: 0 0 30px 0;
    font-size: 13px;
    line-height: 1.8em;
  }
  #sec_information dd li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #sec_sirisiri {
    padding: 30px 0;
    letter-spacing: -.40em;
    border-top: 1px dashed #595757;
  }
  #sec_sirisiri .sec_inner {
    width: 900px;
    margin: 0 auto;
  }
  #sec_sirisiri .col_left {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  #sec_sirisiri dl {
    line-height: 1.75em;
    letter-spacing: normal;
  }
  #sec_sirisiri dt {
    margin: 0 0 2px 0;
    font-size: 16px;
  }
  #sec_sirisiri dd {
    margin: 0 0 30px 0;
    font-size: 15px;
  }
  #modal_about:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: -1;
  }
  #modal_about h3 {
    margin: 0 0 20px 0;
    font-size: 23px;
    letter-spacing: .025em;
  }
  #modal_about h3 img {
    width: 120px;
  }
  #modal_about p {
    font-size: 16px;
    line-height: 1.8em;
  }
}

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