@charset "utf-8";

.header-menu-sp {
 padding-bottom: 25%;	
}

@media (max-width: 576px){
    .sm-none{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .product-logo.seat {
        max-height: 35px;
        width: auto;
    }
}

.line2{
    height: 96px;
}

#wrapper{
    overflow: hidden;
}

.product-logo{
    width: 340px;
    margin: 0 auto;
}
.content-inner{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.content-inner__small{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
.horizontal-col{
    margin-bottom: 20px;
}
.horizontal-col figure{
    width: 38%;
}
.horizontal-col .text-area{
    width: 62%;
    padding-left: 30px;
}
.inner-photo{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .line2{
        height: 60px;
    }
    .product-logo{
        width: 260px;
    }
    .horizontal-col .text-area{
        padding-left: 15px;
    }
}

.oriato-movie {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.oriato-movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .oriato-movie {
    height: 50svh;
  }
}