@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Shimanami',serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 2;
  font-size: 1.89rem;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.26rem;
    line-height: 1.8;
  }
}
.ff-k {
  font-family: 'Koburina Gothic W6 JIS2004',sans-serif;
}
.ff-k2 {
  font-family: 'Koburina Gothic W6 JIS2004',sans-serif;
}
.hide{
  visibility: hidden;
}
.none{
  display: none;
}
a {
  color: #554344;
  text-decoration: none;
}
.menu a{
  display: inline-block;
}
.talk a{
  display: block;
}
a:hover {
  color: #73637b;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
a img:hover{
  opacity: 0.7;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}
img {
  vertical-align: top;
  max-width: 100%;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .sp-br{
    display: block;
  }
}

/* ===============================================================================
MainVisual
=============================================================================== */
#bgVideo-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}
#bgVideo-wrap video{
  min-width: 100%;
  min-height: 100vh;
}
#mv {
  min-height: 100vh;
  position: relative;
}
#mv .logo_hobo {
  position: absolute;
  top: 16px;
  left: 20px;
}
#mv .logo_hobo p {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mv .mv_inner .ttl{
  max-width: 650px;
  width: 82%;
  position: absolute;
  top: 43.2%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#mv .mv_inner .ttl img,
#mv .mv_inner .down img{
  width: 100%;
}
#mv .mv_inner .down{
  max-width: 47px;
  position: absolute;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 640px){
  #bgVideo-wrap{
    background: url(../img/main_img_sp.jpg) no-repeat;
    background-size: cover;
  }
  #mv .mv_inner .down{
    width: 50px;
    bottom: 20px;
  }
}
/* ===============================================================================
Swiper
=============================================================================== */
.swiper-container {
  padding-bottom: 60px;
  background-color: #ffffff;
}
.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-button-inner{
  max-width: 400px;
  margin: 0px auto;
  position: relative;
}
.swiper-button-next, .swiper-button-prev{
  margin-top: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/arrow_left.png);
  background-size: contain;
  width: 20px;
  top: 10px;
  left: 0;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/arrow_right.png);
  background-size: contain;
  width: 20px;
  top: 10px;
  right: 0;
  left: auto;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background-color: #969696;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 5px;
}
.swiper-pagination-bullet-active {
  background-color: #004853;
}
.swiper-container:before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.swiper-wrapper img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px){
  .swiper-container {
    padding-bottom: 50px;
  }
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .swiper-button-inner{
    width: 90%;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    top: 5px;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    top: 5px;
  }
  .swiper-container:before {
    padding-top: 100%;
  }  
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.bg-g{
  background-color: #e6e6e6;
}
main {
  background-color: #ffffff;
}
main h1{
  background-image: url(../img/txt_name.png);
  background-size: contain;
  width: 687px;
  height: 109px;
  text-indent: -9999px;
  margin: 0 auto;
}
.yodogawa{
  letter-spacing: .07em;
  padding: 35px;
  background-color: #004853;
  color: #ffffff;
}
.content{
  text-align: left;
  padding: 60px 0 70px;
  background-color: #ffffff;
}
.content .price{
  max-width: 687px;
  margin: 10px auto 35px;
  font-size: 2.1rem;
  letter-spacing: .05em;
}
.content .price span{
  font-size: 1.47rem;
  vertical-align: 2px;
}
.content .txt{
  width: 28em;
  margin: 0 auto;
}
.product{
  padding: 75px 0 40px;
}
.product .inner{
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product h3{
  font-size: 2.31rem;
}
.product .price{
  font-size: 2.1rem;
  letter-spacing: .05em;
  line-height: .8;
}
.product .price span{
  font-size: 70%;
  vertical-align: 2px;
}

.product ul{
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product ul li div:first-of-type{
  text-align: left;
  font-size: 1.4rem;
  color: #554344;
}
.product .cart{
  font-family: 'Koburina Gothic W6 JIS2004',sans-serif;
}
.product .btn{
  width: 200px;
  background-color: #554344;
  border-radius: 2px;
  padding: .5em 0;
  line-height: 1em;
}
.product .btn a{
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.product .btn a:after {
  content: '';
  background-image: url(../img/ico_cart.png);
  background-size: contain;
  vertical-align: bottom;
  display: inline-block;
  width: 25px;
  height: 16px;
  margin-left: .2em;
}
.product .btn:hover{
  background-color: #73637b;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.product .stock{
  font-size: 1.4rem;
  color: #004853;
}
.product .shipping{
  font-size: 1.4rem;
  color: #554344;
}
.product .cart.sold .btn{
  pointer-events: none;
  background-color: #bbbbbb;
}
.product .btn a.sold:after{
  display: none;  
}
.product .link{
  max-width: 690px;
  padding-top: 60px;
}
.product .link img{
  width: 165px;
}
.message{
  padding: 90px 0;
  background-color: #ffffff;
}
.message h2{
  background-image: url(../img/txt_message.png);
  background-size: contain;
  width: 615px;
  height: 33px;
  text-indent: -9999px;
  margin: 0 auto 55px;
}
.message p{
  max-width: 28em;
  margin: 0 auto;
  text-align: left;
}
.detail_contents{
  text-align: left;
}
.detail_contents .inner{
  max-width: 1080px;
  margin: 0 auto;
  padding: 15px 0 10px;
  font-size: 1.68rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.detail_contents .inner div{
  width: 50%;
  padding: 0 12px;
}
.detail_contents h4{
  color: #004853;
  letter-spacing: .3em;
  padding-top: 2em;
}
.detail_contents p{
  line-height: 2.2;
}
.detail_contents ul{
  padding-top: 2em;
}
.detail_contents ul li{
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 2.7em;
}
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
}
.modal__bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content{
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 60%;
}
.modal__content .js-modal-close{
  font-size: 5rem;
  position: absolute;
  top: -2rem;
  right: 2rem;
}
.modal__content h4{
  font-size: 2.2rem;
  padding-bottom: .5em;
}
.staff{
  color: #666666;
  font-size: 1.47rem;
  padding: 60px 0 50px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
.staff dl{
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video{
  padding: 45px 0 40px;
  border-bottom: 1px solid #ffffff;
}
.video h3{
  padding-bottom: 50px;
  font-size: 2.31rem;
}
.video .inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video .txt{
  text-align: left;
  margin-left: 1.5em;
  font-size: 1.89rem;
  line-height: 1.7;
}
.video .txt .hike{
  line-height: 0;
  padding: 9px 3px 0;
  margin: 0 3px;
}
.video a:hover .hike{
  opacity: .8;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
.video .txt p span{
  font-size: 1.26rem;
  display: block;
  margin-top: 35px;
}
.talk{
  max-width: 560px;
  margin: 40px auto;
  text-align: left;
}
.talk a dl{
  opacity: 1;
}
.talk h3{
  color: #004853;
  font-size: 2.8rem;
  line-height: 1.6;
  padding-bottom: 30px;
}
.talk h3 span.sub{
  display: block;
  font-size: 1.4rem;
  font-family: 'Koburina Gothic W6 JIS2004',sans-serif;
}
.talk h3 span:last-of-type{
  font-size: 1.8rem;
}
.talk dl{
  font-size: 1.89rem;
  opacity: .5;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.talk dl dd{
  font-size: 1.26rem;
}
.intro p{
  color: #004853;
  font-size: 1.575rem;
}
.info{
  color: #004853;
  padding: 115px 0 60px;
}
.info h3{
  padding-bottom: 40px;
}
.info dl{
  padding-top: 30px;
}
.info dl dt{
  /* font-family: 'Koburina Gothic W6 JIS2004',sans-serif; */
  font-size: 1.4rem;
}
.info dl dd{
  font-size: 1.65rem;
}
.banner{
  padding-top: 54px;
}
.border-top{
  border-top: 1px solid #ffffff;
  margin-top: 100px;
}
@media screen and (min-width: 641px) {
  .intro{
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .intro div{
    width: 50%;
  }
  .intro div:first-of-type{
    border-right: 2px solid #ffffff;
  }
  .intro h2{
    padding: 65px 0 30px;
  }
  .intro p{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px){
  #mv .logo_hobo {
    top: 5px;
    left: 0;
    right: 0;
  }
  #mv .logo_hobo img{
    width: 114px;
  }
  .yodogawa{
    padding: 20px 12px;
    text-align: left;
    font-size: 1.47rem;
  }
  main h1{
    width: 87.875%;
    height: 0;
    padding-top: 15.035%;
  }
  .content{
    padding: 15px 0;
  }
  .content .txt{
    width: 92%;
    line-height: 2;
    font-size: 1.4rem;
  }
  .content .price{
    width: 87.875%;
    font-size: 1.8rem;
    margin: 5px auto 20px;
  }
  .content .price span {
    font-size: 1.3rem;
    vertical-align: 2px;
  }
  .product{
    padding: 30px 0 0;
  }
  .product h3{
    font-size: 1.7rem;
  }
  .product .price{
    font-size: 1.5rem;
  }
  .product .btn{
    width: 100%;
    line-height: 1.5em;
  }
  .product .btn a{
    font-size: 1.2rem;
  }
  .product .btn a:after{
    vertical-align: middle;
    width: 19px;
    height: 15px;
  }
  .product .inner{
    display: block;
    padding: 0 10px;
  }
  .product ul{
    padding: 10px 0 45px;
    padding-bottom: 60px;
  }
  .product ul li{
    width: 48%;
  }
  .product ul li div:first-of-type{
    font-size: 1.1rem;
  }
  .product .stock{
    font-size: 1.1rem;
  }
  .product .shipping{
    font-size: 1.1rem;
  }
  .product .link{
    border-top: 2px solid #ffffff;
    margin-top: -40px;
    padding-top: 30px;
  }
  .product .link div{
    padding-bottom: 40px;
  }
  .message{
    padding: 35px 0;
  }
  .message h2{
    background-image: url(../img/txt_message_sp.png);
    background-size: contain;
    width: 92%;
    height: 0;
    padding-top: 16.035%;
    margin: 0 auto 25px;
  }
  .message p{
    padding: 0 12px;
    font-size: 1.4rem;
  }
  .detail_contents h4{
    font-size: 1.4rem;
    letter-spacing: .1em;
    padding-top: 2em;
  }
  .detail_contents .inner{
    display: block;
    padding: 0 16px;
    font-size: 1.4rem;
  }
  .detail_contents .inner div{
    width: 100%;
    padding: 0;
  }
  .modal__content{
    padding: 20px;
    width: 90%;
    text-align: left;
  }
  .modal__content .js-modal-close {
    font-size: 4rem;
    top: -20px;
    right: 5px;
  }
  .modal__content h4 {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
  .modal__content h4 img{
    height: 16px;
    width: auto;
  }
  .video{
    padding: 30px 12px 22px;
    text-align: left;
  }
  .video h3{
    padding-bottom: 10px;
    font-size: 1.89rem;
  }
  .video .inner{
    display: block;
  }
  .video .inner div:first-of-type img{
    width: 100%;
  }
  .video .txt{
    width: 15em;
    margin: 1em auto 0;
  }
  .video .txt p span{
    padding-top: .5em;
    margin-top: 0;
  }
  .talk{
    width: 22em;
    margin: 30px auto -20px;
  }
  .talk h3{
    line-height: 1.4;
    padding-bottom: 15px;
  }
  .talk dl{
    display: block;
    padding-bottom: 2em;
  }
  .talk dl dt{
    text-indent: -2em;
    padding-left: 2em;
  }
  .talk dl dd{
    padding: .6em 0 0 3em;
  }
  .banner{
    padding: 40px 8px;
  }
  .border-top{
    margin-top: 40px;
  }
  .banner img{
    width: 240px;
  }
  .staff{
    font-size: 1.3rem;
    padding: 30px 0 20px;
    line-height: 1.98;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  .intro{
    border-top: 1px solid #ffffff;
  }
  .intro h2{
    padding: 35px 0 20px;
  }
  .intro .prof h2 img{
    width: 86.25%;
  }
  .intro .shop h2 img{
    width: 46.875%;
  }
  .intro p{
    padding: 0 16px 30px;
    text-align: left;
  }
  .intro div{
    border-bottom: 1px solid #ffffff;
  }
  .info{
    padding: 32px 0 0;
  }
  .info h3{
    padding-bottom: 0;
  }
  .info h3 img{
    width: 68.125%;
  }
  .info dl{
    padding-top: 35px;
  }
  .info dl dd{
    line-height: 1.5;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer {
  background-color: #004853;
  position: relative;
  padding: 55px 0;
}
footer li span {
  display: block;
  vertical-align: middle;
}
footer .inner {
  max-width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .share li {
  margin: 0 40px 0 0;
  line-height: 0;
}
footer .link a{
  font-family: 'Koburina Gothic W6 JIS2004',sans-serif;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: .1em;
}
footer .link a:hover{
  color: #ffffff;
  opacity: .7;
}
footer .link {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .link li{
  padding: 0 35px;
}
footer .copyright {
  color: #e6e6e6;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  padding-top: 90px;
  text-align: center;
}
footer .hobo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 6px;
  right: 10px;
}
footer .hobo li {
  margin: 0 0 0 45px;
}
footer .hobo li.contact{
  margin-top: 8px;
}
footer .hobo li.store{
  margin-top: 4px;
}
footer .hobo li.home{
  margin-top: 4px;
}
@media screen and (max-width: 640px){
  footer {
    text-align: center;
    padding: 30px 0 25px;
  }
  footer .border{
    border-top: 1px solid #666666;
  }
  footer .share {
    max-width: 196px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 30px;
  }
  footer .share li {
    margin: 0;
  }
  footer .hobo {
    max-width: 340px;
    width: 98%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    right: 0;
    top: 0;
    padding: 30px 0 20px;
  }
  footer .hobo li {
    margin: 0 0 25px 0;
    display: block;
  }
  footer .email {
    font-size: 1.3rem;
    font-weight: bold;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 30px;
    position: relative;
    top: -2px;
  }
  footer .home span {
    margin: 0 0 0 0;
    display: block;
    font-size: 38px;
  }
  footer .link{
    display: block;
    padding: 25px 0;
  }
  footer .link li {
    padding: 5px;
  }
  footer .copyright{
    font-size: 1.2rem;
    padding-top: 25px;
  }
}