/*------------------------------------------------------------------------------------------
*
*
    index_sp.css
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------------------------------------------------------------------
*
    max-width: 640px;
*
-------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  #wrap {
    margin: 0 auto;
    overflow: hidden;
  }
  #contents_area {
    display: block !important;
  }
  .sec_inner {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #bg {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    z-index: -1;
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
  }
  #bg p {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    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);
    transform: translate3d(0, 0, 0);
  }
  #bg p.on {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .is_sp #bg,
  .is_sp #bg p {
    height: 100vh;
    min-height: 100vh;
  }
  /* --------------------------------------------------
*
    #head
*
-------------------------------------------------- */
  #head {
    position: relative;
  }
  /* --------------------------------------------------
*
    #mv
*
-------------------------------------------------- */
  #mv {
    position: relative;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  #mv .logo_hobo {
    width: 100%;
    position: absolute;
    top: 2%;
    left: 4%;
  }
  #mv .logo_hobo p {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mv .logo_hobo img {
    width: 29%;
  }
  #mv .mv_inner h1 {
    width: 36.71vw;
    max-width: 118px;
    position: absolute;
    top: 51.5%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
  }
  #mv .mv_inner h1 img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #mv .mv_inner h1 img:first-child {
    position: relative;
  }
  #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;
    overflow: hidden;
  }
  #sec_yodogawa .sec_inner {
    text-align: left;
    margin: 30px auto;
    padding: 0 20px;
  }
  #sec_yodogawa h2 {
    text-align: center;
    padding: 30px 50px 25px 50px;
  }
  #sec_yodogawa h2 img {
    width: 100%;
    max-width: 320px;
  }
  #sec_yodogawa p {
    font-size: 14px;
    line-height: 1.875em;
  }
  #sec_yodogawa .time {
    width: 180px;
    height: 180px;
    border-radius: 180px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 46px 0 0 0;
    margin: 35px auto 40px auto;
    background-color: #fff;
    color: #A78872;
  }
  #sec_yodogawa .time.end {
    padding-top: 62px;
  }
  #sec_yodogawa .time p {
    font-size: 16px;
    line-height: 1.7em;
    letter-spacing: .075em;
  }
  #sec_yodogawa .time .h {
    font-size: 22px;
    line-height: 1.7em;
    letter-spacing: .075em;
  }
  #sec_yodogawa .time .h span {
    font-size: 32px;
    letter-spacing: .15em;
  }
  #sec_yodogawa .time .h.s {
    font-size: 20px;
    text-indent: .5em;
  }
  /* --------------------------------------------------
*
    #sec_about
*
-------------------------------------------------- */
  #sec_about {
    text-align: center;
    color: #595757;
  }
  #sec_about .sec_inner {
    margin: 0 auto;
    padding: 40px 20px;
  }
  #sec_about h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: .025em;
    text-align: center;
  }
  #sec_about p {
    font-size: 13px;
    line-height: 1.875em;
    text-align: left;
  }
  #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: #595757;
    border: 1px solid #595757;
    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.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, 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: 45px 0;
  }
  #sec_appetizer .sec_inner {
    width: 100%;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
  }
  #sec_appetizer .sec_content {
    padding: 40px 0 15px 0;
    overflow: hidden;
  }
  #sec_appetizer h3 {
    margin: 0 0 40px 0;
    text-align: center;
  }
  #sec_appetizer h3 img {
    width: 90%;
    max-width: 500px;
  }
  #sec_appetizer ul {
    max-width: 520px;
    margin: 0 auto;
    letter-spacing: -.40em;
    text-align: left;
  }
  #sec_appetizer li {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 6.5vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal;
    position: relative;
  }
  #sec_appetizer li a {
    display: block;
  }
  #sec_appetizer li .num {
    width: 10vw;
    height: 10vw;
    position: absolute;
    top: -15px;
    left: 5px;
    z-index: 1;
  }
  #sec_appetizer li .num img {
    width: 100%;
  }
  .is_sp #sec_appetizer li .num:after {
    content: '';
    display: block;
    width: 11.5vw;
    height: 11.5vw;
    border-radius: 40px;
    position: absolute;
    top: -1.05vw;
    left: -1.05vw;
  }
  #sec_appetizer li .pic {
    width: 40%;
    margin: 0 0 15px 0;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
  #sec_appetizer li .pic img {
    width: 100%;
  }
  #sec_appetizer li .desc {
    width: 60%;
    min-width: 37.5vw;
    padding: 0 0 5px 15px;
    display: table-cell;
    vertical-align: middle;
  }
  #sec_appetizer li h4 {
    margin: 0 0 5px 0;
    font-size: 4.375vw;
    letter-spacing: 0;
    line-height: 1.3em;
    /* white-space: nowrap; */
    color: #fff;
  }
  #sec_appetizer li h4 .ti {
    margin: 0 0 0 -.5em;
    display: block;
  }
  #sec_appetizer .btn_detail {
    width: 85px;
    height: 22px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition: color .15s ease .0s;
    transition: color .15s ease .0s;
  }
  .is_pc #sec_appetizer a:hover .btn_detail,
  .is_sp #sec_appetizer a.touch .btn_detail {
    color: #fff;
    -webkit-transition: color .15s ease .05s;
    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;
    -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: .05;
    -webkit-transition: opacity .15s ease .1s;
    transition: opacity .15s ease .1s;
  }
  #sec_appetizer .btn_detail:after {
    content: '';
    width: 7px;
    height: 100%;
    display: block;
    background-image: url(../images/parts_arrow_right_w.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    position: absolute;
    top: -1px;
    right: 10px;
  }
  /* --------------------------------------------------
*
    #sec_product
*
-------------------------------------------------- */
  #sec_product {
    padding: 40px 0 0 0;
    margin: 0 0 45px 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  #sec_pearl {
    margin: 0 0 0 0;
  }
  #sec_product h2 {
    margin: 0 0 40px 0;
    text-align: center;
  }
  #sec_product h2 img {
    width: 90%;
    max-width: 478px;
  }
  #sec_product h3 {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: .05em;
  }
  #sec_product ul {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    letter-spacing: -.40em;
  }
  #sec_product li {
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 45px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    text-align: left;
  }
  #sec_product li a {
    color: #595757;
    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;
    padding: 0 0;
    display: block;
    vertical-align: middle;
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 1.5em;
  }
  #sec_product .title .price {
    padding: 0 0;
    display: block;
    vertical-align: middle;
    font-size: 15px;
    letter-spacing: .05em;
  }
  #sec_product .title .price .s {
    font-size: 10px;
  }
  #sec_product .title .detail_wrap {
    display: inline-block;
  }
  #sec_product .title .btn_detail {
    width: 90px;
    height: 19px;
    margin: 0 0 0 0;
    font-size: 10px;
    text-indent: -1em;
    line-height: 19px;
    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: 9px;
  }
  .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: 7px;
    height: 100%;
    display: block;
    opacity: .5;
    background-image: url(../images/parts_arrow_right.png);
    background-repeat: no-repeat;
    background-size: 6px;
    background-position: center;
    position: absolute;
    top: 0;
    right: 7px;
    -webkit-transition: opacity .1s ease .0s;
    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;
    -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: .2;
    -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: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/home/parts_ico_new.png);
    background-size: 25%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #sec_product li .photos img {
    width: 100%;
    line-height: 0;
  }
  #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;
  }
  #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 {
    margin: 0 auto;
    padding: 40px 20px 10px 20px;
  }
  #sec_shop h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: .025em;
    line-height: 1.5em;
    text-align: center;
  }
  #sec_shop .desc p {
    margin: 0 0 25px 0;
    font-size: 13px;
    line-height: 1.875em;
    text-align: left;
  }
  #sec_shop .btn_about {
    display: inline-block;
    position: relative;
  }
  #sec_shop .btn_about a {
    padding: 2px 32px 2px 15px;
    color: #fff;
    border: 1px solid #fff;
    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_w.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: white;
    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 {
    text-align: left;
    margin: 0 auto;
    padding: 40px 20px 35px 20px;
  }
  #sec_order h3 {
    margin: 0 0 20px 0;
    font-size: 18px;
    text-align: center;
    letter-spacing: .025em;
  }
  #sec_order p {
    font-size: 13px;
    line-height: 1.875em;
  }
  #sec_order .desc {
    margin: 0 0 25px 0;
  }
  #sec_order .btn_order {
    margin: 0 0 30px 0;
    display: inline-block;
    position: relative;
  }
  #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: 12px;
  }
  #sec_order .mm input {
    width: 100%;
    max-width: 320px;
    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;
  }
  #sec_order .mes_submit {
    margin: -5px 0 40px 0;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0;
  }
  #sec_order .mes_submit span {
    padding: 10px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .is_pc #sec_order .mm input:hover,
  #sec_order .mm input:focus {
    background-color: #f8f8f8;
  }
  #sec_order .mm .notes {
    font-size: 12px;
    line-height: 1.5714em;
    text-indent: -1em;
    padding-left: 1em;
  }
  /* --------------------------------------------------
*
    #sec_information
*
-------------------------------------------------- */
  #sec_information {
    padding: 40px 20px 10px 20px;
    letter-spacing: -.40em;
    overflow: hidden;
  }
  #sec_information .sec_inner {
    margin: 0 auto;
  }
  #sec_information .col_left {
    vertical-align: top;
  }
  #sec_information .col_right {
    vertical-align: top;
  }
  #sec_information dl {
    line-height: 1.75em;
    letter-spacing: normal;
  }
  #sec_information dt {
    margin: 0 0 2px 0;
    font-size: 14px;
  }
  #sec_information dd {
    margin: 0 0 25px 0;
    font-size: 13px;
  }
  #sec_information dd li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #modal_about {
    margin: 20px;
    padding: 25px;
    background-color: rgba(0, 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, 0.3);
    position: absolute;
    bottom: -4px;
    right: -4px;
    z-index: -1;
  }
  #modal_about h3 {
    margin: 0 0 15px 0;
    text-align: center;
  }
  #modal_about h3 img {
    width: 80px;
  }
  #modal_about p {
    font-size: 13px;
    line-height: 1.8em;
  }
}

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