/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/* Common */
ul {
    list-style: none;
}
a {
    color: #ffe5a0;
    text-decoration: none;
}
a:hover {
    transition: opacity .15s ease .1s;
    opacity: .7;
}
.spOnly {
    display: none;
}
html {
    font-size:62.5%;
}
body {
    font-size: 1.8rem;
    letter-spacing: .075em;
    color: #ffffff;
    font-family: 'A1 Mincho', serif;
    line-height: 2;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-color: #252F31;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
_:lang(x)::-moz-placeholder, body {
    background-color: #1e292a;
  }
/* html, body {
    min-width: 100%;
    height: 100%
} */
  
@media screen and (max-width: 768px){
    body{
        background-color: #232a2b;
    }
    img {
        width: 100%;
    }
    .spOnly {
        display: block;
    }
    .txt .spOnly{
        display: inline;
    }
    .pcOnly {
        display: none;
    }
}
@media screen and (max-width: 640px){
    body {
        font-size: 1.4rem;
    }
    .sp-br {
        display: block;
    }
}
/* INTRO */
.video-background {
    position: fixed;
    top: calc(50vh - 124px);
    left: 50%;
    transform: translateX(-50%);
    z-index: -10;
}
.background {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    position: fixed;
    background-position: center center;
    opacity: 0;
    background-size: cover;
    transition: all 1.2s ease 0s;
}
.background.timing1{
    transition: all .7s ease 0s;
}
.show .background {
    opacity: 1;
}
.contents .wrap {
    padding: 60vh 0;
    position: relative;
    z-index: 2;
}
.contents .timing0 {
    margin-top: -50vh;
    padding: 30vh 0;
}

#content00_bg {
    background-image: url(../images/bg00.svg);
    height: 600px;
    width: 1000px;
    background-size: contain;
    top: calc(50vh - 332px);
    left: 50%;
    transform: translateX(-50%);
}
#content01_bg {background-image: url(../images/bg01.jpg);}
#content02_bg {background-image: url(../images/bg02.jpg);}
#content03_bg {background-image: url(../images/bg03.jpg);}
#content04_bg {background-image: url(../images/bg04.jpg);}

.logo-haramaki {
    position: fixed;
    right: 3%;
    bottom: 5px;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.show .logo-haramaki {
    opacity: 1;
}
.top{
  height: 100vh;
  padding-top: 300px;
  text-align: center;
  position: relative;
}
.logo{
  position: fixed;
  transform: translateX(-50%);
  left: 50%;
  top: calc(50vh - 313px);
  z-index: -10;
}
.ttl_main{
    position: fixed;
    transform: translateX(-50%);
    left: 50%;
    top: calc(50vh - 333px);
    z-index: -10;  
}
.top h2{
  color: #ffffde;
  font-size: 1.3rem;
  font-family: 'A1 Gothic L', sans-serif;
  line-height: 1.69;
  position: absolute;
  text-align: left;
  top: calc(50vh + 140px);
  transform: translateX(-50%);
}
.top h2:first-of-type{
  left: calc(50% - 300px);
}
.top h2:last-of-type{
  left: calc(50% + 155px);
}
@media(max-width:768px) {
    .video-background {
        width: 330px;
        height: auto;
        top: 80px;
        transform: translate(-50%, 0);-webkit-filter: drop-shadow(0px 0px #000);filter: drop-shadow(0px 0px #000);
    }
    .logo{
        width: 187.5px;
        top: 10px;
    }
    .ttl_main{
        width: 375px;
        top: -20px;
    }
    .top{
        padding-top: 80px;
    }
    .top h2{
        transform: translateX(0);
        font-size: 1rem;
        line-height: 1.69;
    }
    .top h2:first-of-type {
        left: calc((100% - 330px)/2);
        top: 370px;
    }
    .top h2:last-of-type {
        left: calc((100% - 330px)/2);
        top: 580px;
    }
    #content00_bg{
        background-image: url(../images/bg00_sp.svg);
        width: 375px;
        height: 666.5px;
        top: -30px;
    }
    #content01_bg {
        background-image: url(../images/bg01_sp.jpg);
    }
    #content02_bg {
        background-image: url(../images/bg02_sp.jpg);
    }
    #content03_bg {
        background-image: url(../images/bg03_sp.jpg);
    }
    #content04_bg {
        background-image: url(../images/bg04_sp.jpg);
    }
    .logo-haramaki{
        width: 125px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}
@media(max-width:320px) {
    .top{
        padding-top: 30px;
    }
    .video-background{
        width: 100%;
        top: 30px;
    }
    .ttl_main {
        width: 300px;
    }
    .top h2:first-of-type {
        left: calc((100% - 320px)/2);
        top: 313px;
    }
    .top h2:last-of-type {
        left: calc((100% - 320px)/2);
        top: 515px;
    }
    #content00_bg {
        top: -65px;
    }
}
  
/* TOP */
.bg {
  background-size: cover;
  background-position: top center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.yodogawa{
    max-width: 420px;
    color: #000000;
    font-size: 1.6rem;
    padding: 40px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: rgba(255,255,255,.85);
    border: 1px solid;
}
@media(max-width:768px) {

    .yodogawa{
        font-size: 1.2rem;
        width: 22em;
        padding: 20px 6%;
    }
}
/* wrapper */
.wrapper{
    background-color: #212b2b;
    position: relative;
    z-index: 10;
}
/* Header */
header {
    width: 100%;
    height: 40px;
    background-color: #b5af9c;
    z-index: 10;
}
header .inner {
    max-width: 900px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}
header .inner h2 {
    position: absolute;
    top: 3px;
    left: 0;
}
header.fixed{
    left: 0;
    position: fixed;
    top: 0;
}
header a{
    font-family: 'A1 Gothic L', sans-serif;
    color: #000000;
    font-size: 1.2rem;
}
.gnav {
    position: absolute;
    right: 0;
}
.gnav ul li {
    height: 40px;
    margin-left: 35px;
    display: inline-block;
    vertical-align: middle;
}
.hamburger {
    display: none;
}
@media screen and (max-width: 768px){
    header{
        height: 30px;
    }
    header .inner{
        width: 100%;
    }
    header .inner h2 {
        left: 25px;
    }
    header .inner h2 img{
        width: 187.5px;
    }
    .gnav .menu {
        opacity: 0;
    }
    .nav-open .gnav {
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        z-index: 200;
    }
    .gnav {
        padding-top: 50px;
        top: 0;
    }
    .nav-open .gnav .menu {
        opacity: 1;
        transition: .4s;
    }
    .nav-open .gnav ul {
        display: block;
        background-color: #ffffff;
        margin-top: -20px;
        padding: 10px 0 15px;
    }
    .gnav ul li {
        text-align: center;
        height: 20px;
        display: inline-block !important;
        margin-left: 0;
        width: 100%;
    }
    .hamburger {
        position: absolute;
        right: 25px;
        top: 0;
        width: 20px;
        height: 30px;
        cursor: pointer;
        z-index: 300;
        display: block;
    }
    .hamburger__line {
        position: absolute;
        width: 20px;
        height: 3px;
        background-color: #000000;
        transition: all .6s;
    }
    .hamburger__line--1 {
        top: 8px;
    }
    .hamburger__line--2 {
        top: 14px;
    }
    .hamburger__line--3 {
        top: 20px;
    }
    .nav-open .hamburger__line--1 {
        transform: rotate(45deg);
        top: 15px;
    }
    .nav-open .hamburger__line--2 {
        width: 0;
        left: 50%;
    }
    .nav-open .hamburger__line--3 {
        transform: rotate(-45deg);
        top: 15px;
    }
    .black-bg {
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: rgba(0,0,0,.8);
        cursor: pointer;
        display: none;
    }
    .nav-open .black-bg {
        display: block;
    }
}
/* Product */
.product {
    padding: 85px 0;
    text-align: center;
    letter-spacing: .02rem;
}
.product ul {
    max-width: 570px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.product ul li:first-of-type{
    margin-right: 170px;
}
.product ul li:last-of-type{
    margin-top: 80px;
}
.product a.btn {
    color: #ffffff;
    border: 1px solid;
    border-radius: 18px;
    font-size: 1.56rem;
    letter-spacing: .02rem;
    width: 135.6px;
    text-align: center;
    display: inline-block;
    font-feature-settings: "palt";
    font-family: 'A1 Gothic L', sans-serif;
}
.product h2 {
    font-size: 1.8rem;
    letter-spacing: .1em;
    font-feature-settings: "palt";
    padding: 5px 0 10px;
}
.product .price {
    font-size: 1.5rem;
    margin-top: -10px;
}
.product .date {
    color: #ff87dd;
    font-size: 1.5rem;
}

@media screen and (max-width: 768px){
    .product {
        padding: 60px 0;
    }
    .product ul li:first-of-type {
        margin-right: 10px;
    }
    .product img {
        height: 145px;
        width: auto;
    }
    .product h2{
        font-size: 1.35rem;
    }
    .product a.btn{
        font-size: 1.17rem;
        width: 101.7px;
    }
    .product .price{
        font-size: 1.2rem;
    }
    .product .date {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 320px){
    .product ul li:first-of-type {
        margin: 0 10px 40px;
    }
    .product ul li:nth-of-type(2){
        margin: 0 10px;
    }
    .product ul li:last-of-type {
        margin-top: 40px;
    }
}
/* Info */
.info {
    background-color: #ffffff;
    color: #000000;
    letter-spacing: .1em;
    padding: 65px 0;
}
.info div:first-of-type {
    max-width: 250px;
    width: 14em;
    margin: 0 auto;
}
.info div:last-of-type{
    max-width: 470px;
    margin: 0 auto;
    font-size: 1.6rem;
    text-indent: -1em;
    padding-left: 1em;
}
.info a{
    color: #9b813c;
}
@media screen and (max-width: 640px){
    .info {
        padding: 40px 0;
    }
    .info div{
        font-size: 1.35rem;
    }
    .info div:last-of-type{
        font-size: 1.2rem;
        width: 86%;
        margin: 0 auto;
    }
}
/* notice */
.notice{
    padding: 65px 0;
    letter-spacing: .1em;
}
.notice h3{
    color: #fff5de;
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 2em;
}
.notice div {
    max-width: 500px;
    width: 86%;
    margin: 0 auto;
    font-size: 1.6rem;
}
.notice p{
    text-align: center;
    padding-bottom: 40px;
}
.notice .notice_info{
    font-size: 1.8rem;
    margin-left: 2em;
    margin-bottom: 2em;
}
.notice .notice_info span{
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}
@media screen and (max-width: 768px){
    .notice{
        padding: 35px 0;
    }
    .notice h3{
        width: 86%;
        margin: 0 auto 2em;
    }
    .notice div{
        font-size: 1.2rem;
    }
    .notice .notice_info{
        font-size: 1.35rem;
        width: 100%;
    }
    .notice .notice_info span{
        font-size: 1.1rem;
    }
    .notice p{
        width: 86%;
        padding-bottom: 20px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 320px){
    .notice div {
        width: 90%;
    }    
    .notice .notice_info{
        margin-left: 0;
    }
}
.link {
    background-color: #ffffff;
    text-align: center;
    padding: 30px 0;
}
.link .ttl{
    padding-bottom: 15px;
}
.link .off{
    pointer-events: none;
    opacity: .5;
}
.staff{
    background-color: #212b2b;
    padding: 60px 0;
    letter-spacing: .1em;
}
.staff h3{
    text-align: center;
    padding-bottom: 1em;
}
.staff div{
    font-size: 1.6rem;
    width: 400px;
    margin: 0 auto;
}
.staff dl{
    display: flex;
    white-space: nowrap;
}
.staff dl dt{
    padding-right: 15px;
    width: 200px;
    text-align: right;
}
@media screen and (max-width: 768px){
    .link{
        padding: 20px 0 5px;
    }
    .link .ttl {
        padding-bottom: 5px;
        width: 86%;
        margin: 0 auto;
    }
    .link p:last-of-type{
        width: 93%;
        margin: 0 auto;
    }
    .staff{
        padding: 30px 0;
    }
    .staff h3{
        font-size: 1.35rem;
        padding-bottom: 10px;
    }
    .staff div{
        font-size: 1.2rem;
        width: 320px;
    }
    .staff dl dt {
        width: 13em;
    }
}
/* banner */
.banner {
    background-color: #ffffff;
    text-align: center;
    padding: 30px 0;
}
.banner div {
    line-height: 0;
}
@media screen and (max-width: 768px){
    .banner {
        padding: 15px 0;
    }
    .banner img{
        width: 93%;
    }
}

/* Footer */
footer {
  background-color: #fff;
  padding: 20px 0 35px;
  border-top: 1px solid #000000;
  position: relative;
  z-index: 10;
}

footer .share__ttl {
    text-align: center;
    margin-bottom: 22px;
}

footer .share {
  width: 95%;
  max-width: 250px;
  margin: 0 auto 27px;
  display: flex;
  justify-content: space-between
}

footer .footer__btn{
    border-top: 1px solid #000000;
    text-align: center;
    padding-top: 28px;
}

footer .footer__btn div{
    margin-bottom: 29px;
}

footer .footer__links-store {
  display: flex;
  justify-content: center;
  margin-bottom: 23px
}

footer .footer__links-store a {
  text-decoration: none;
  font-size: 1.2rem;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  color: #000
}

footer .footer__links-store a:after {
  content: "／";
  display: inline;
  font-size: 1.3rem
}

footer .footer__links-store li:last-child a:after {
  content: none
}

footer small {
  display: block;
  text-align: center
}

@media screen and (max-width: 768px){
  footer {
    padding: 15px 0 35px
  }
  footer .share {
    width: 50%;
    max-width: 85%;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between
  }
  footer .share__ttl img{
    width: 22%;
  }
  footer .share__item {
    width: 40px
  }
  footer .share__item img {
    width: 40px;
  }
  footer .share__ttl{
    margin-bottom: 15px;
  }
  footer .footer__btn{
    padding-top: 25px;
  }
  footer .footer__btn img{
      width: 50%;
      margin: 0 auto;
  }
  footer .footer__btn div {
    margin-bottom: 20px;
  }
  footer .footer__links-store {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    flex-direction: column;
    align-items: center
  }
  footer .footer__links-store a {
    text-decoration: none;
    font-size: 1.1rem;
    color: #000
  }
  footer .footer__links-store li{
    line-height: 2;

  }
  footer .footer__links-store a:after {
    content: "";
    display: inline;
    font-size: 1.3rem
  }
  footer .footer__links-store li:last-child a:after {
    content: none
  }
  footer small {
    display: block;
    text-align: center
  }
  footer small img {
    height: 11px;
    width: auto
  }
}