@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */.modaal-noscroll{overflow:hidden}.modaal-accessible-hide{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0}.modaal-wrapper{display:block;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;overflow:auto;opacity:1;box-sizing:border-box;-webkit-overflow-scrolling:touch;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.modaal-wrapper *{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden}.modaal-wrapper .modaal-close{border:none;background:0 0;padding:0;-webkit-appearance:none}.modaal-wrapper.modaal-start_none{display:none;opacity:1}.modaal-wrapper.modaal-start_fade{opacity:0}.modaal-wrapper [tabindex="0"]{outline:0!important}.modaal-wrapper.modaal-fullscreen{overflow:hidden}.modaal-outer-wrapper{display:table;position:relative;width:100%;height:100%}.modaal-fullscreen .modaal-outer-wrapper{display:block}.modaal-inner-wrapper{display:table-cell;width:100%;height:100%;position:relative;vertical-align:middle;text-align:center;padding:80px 25px}.modaal-fullscreen .modaal-inner-wrapper{padding:0;display:block;vertical-align:top}.modaal-container{position:relative;display:inline-block;width:100%;margin:auto;text-align:left;color:#000;max-width:1000px;border-radius:0;background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.2);cursor:auto}.modaal-container.is_loading{height:100px;width:100px;overflow:hidden}.modaal-fullscreen .modaal-container{max-width:none;height:100%;overflow:auto}.modaal-close{position:fixed;right:20px;top:20px;color:#fff;cursor:pointer;opacity:1;width:50px;height:50px;background:rgba(0,0,0,0);border-radius:100%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.modaal-close:focus,.modaal-close:hover{outline:0;background:#fff}.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before{background:#b93d0c}.modaal-close span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-close:after,.modaal-close:before{display:block;content:" ";position:absolute;top:14px;left:23px;width:4px;height:22px;border-radius:4px;background:#fff;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.modaal-close:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.modaal-close:after{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modaal-fullscreen .modaal-close{background:#afb7bc;right:10px;top:10px}.modaal-content-container{padding:30px}.modaal-confirm-wrap{padding:30px 0 0;text-align:center;font-size:0}.modaal-confirm-btn{font-size:14px;display:inline-block;margin:0 10px;vertical-align:middle;cursor:pointer;border:none;background:0 0}.modaal-confirm-btn.modaal-ok{padding:10px 15px;color:#fff;background:#555;border-radius:3px;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.modaal-confirm-btn.modaal-ok:hover{background:#2f2f2f}.modaal-confirm-btn.modaal-cancel{text-decoration:underline}.modaal-confirm-btn.modaal-cancel:hover{text-decoration:none;color:#2f2f2f}.modaal-instagram .modaal-container{width:auto;background:0 0;box-shadow:none!important}.modaal-instagram .modaal-content-container{padding:0;background:0 0}.modaal-instagram .modaal-content-container>blockquote{width:1px!important;height:1px!important;opacity:0!important}.modaal-instagram iframe{opacity:0;margin:-6px!important;border-radius:0!important;width:1000px!important;max-width:800px!important;box-shadow:none!important;-webkit-animation:instaReveal 1s linear forwards;animation:instaReveal 1s linear forwards}.modaal-image .modaal-inner-wrapper{padding-left:140px;padding-right:140px}.modaal-image .modaal-container{width:auto;max-width:100%}.modaal-gallery-wrap{position:relative;color:#fff}.modaal-gallery-item{display:none}.modaal-gallery-item img{display:block}.modaal-gallery-item.is_active{display:block}.modaal-gallery-label{position:absolute;left:0;width:100%;margin:20px 0 0;font-size:18px;text-align:center;color:#fff}.modaal-gallery-label:focus{outline:0}.modaal-gallery-control{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:1;cursor:pointer;color:#fff;width:50px;height:50px;background:rgba(0,0,0,0);border:none;border-radius:100%;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.modaal-gallery-control.is_hidden{opacity:0;cursor:default}.modaal-gallery-control:focus,.modaal-gallery-control:hover{outline:0;background:#fff}.modaal-gallery-control:focus:after,.modaal-gallery-control:focus:before,.modaal-gallery-control:hover:after,.modaal-gallery-control:hover:before{background:#afb7bc}.modaal-gallery-control span{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);padding:0!important;border:0!important;height:1px!important;width:1px!important;overflow:hidden}.modaal-gallery-control:after,.modaal-gallery-control:before{display:block;content:" ";position:absolute;top:16px;left:25px;width:4px;height:18px;border-radius:4px;background:#fff;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out}.modaal-gallery-control:before{margin:-5px 0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.modaal-gallery-control:after{margin:5px 0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modaal-gallery-next-inner{left:100%;margin-left:40px}.modaal-gallery-next-outer{right:45px}.modaal-gallery-prev:after,.modaal-gallery-prev:before{left:22px}.modaal-gallery-prev:before{margin:5px 0 0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.modaal-gallery-prev:after{margin:-5px 0 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.modaal-gallery-prev-inner{right:100%;margin-right:40px}.modaal-gallery-prev-outer{left:45px}.modaal-video-wrap{margin:auto 50px;position:relative}.modaal-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;box-shadow:0 0 10px rgba(0,0,0,.3);background:#000;max-width:1300px;margin-left:auto;margin-right:auto}.modaal-video-container embed,.modaal-video-container iframe,.modaal-video-container object{position:absolute;top:0;left:0;width:100%;height:100%}.modaal-iframe .modaal-content{width:100%;height:100%}.modaal-iframe-elem{width:100%;height:100%;display:block}.modaal-loading-spinner{background:0 0;position:absolute;width:200px;height:200px;top:50%;left:50%;margin:-100px 0 0 -100px;-webkit-transform:scale(.25);-ms-transform:scale(.25);transform:scale(.25)}.modaal-loading-spinner>div{width:24px;height:24px;margin-left:4px;margin-top:4px;position:absolute}.modaal-loading-spinner>div>div{width:100%;height:100%;border-radius:15px;background:#fff}.modaal-loading-spinner>div:nth-of-type(1)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:0s;animation-delay:0s}.modaal-loading-spinner>div:nth-of-type(2)>div,.modaal-loading-spinner>div:nth-of-type(3)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:nth-of-type(1){-ms-transform:translate(84px,84px) rotate(45deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(45deg) translate(70px,0);transform:translate(84px,84px) rotate(45deg) translate(70px,0)}.modaal-loading-spinner>div:nth-of-type(2)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.12s;animation-delay:.12s}.modaal-loading-spinner>div:nth-of-type(2){-ms-transform:translate(84px,84px) rotate(90deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(90deg) translate(70px,0);transform:translate(84px,84px) rotate(90deg) translate(70px,0)}.modaal-loading-spinner>div:nth-of-type(3)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.25s;animation-delay:.25s}.modaal-loading-spinner>div:nth-of-type(4)>div,.modaal-loading-spinner>div:nth-of-type(5)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:nth-of-type(3){-ms-transform:translate(84px,84px) rotate(135deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(135deg) translate(70px,0);transform:translate(84px,84px) rotate(135deg) translate(70px,0)}.modaal-loading-spinner>div:nth-of-type(4)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.37s;animation-delay:.37s}.modaal-loading-spinner>div:nth-of-type(4){-ms-transform:translate(84px,84px) rotate(180deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(180deg) translate(70px,0);transform:translate(84px,84px) rotate(180deg) translate(70px,0)}.modaal-loading-spinner>div:nth-of-type(5)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.5s;animation-delay:.5s}.modaal-loading-spinner>div:nth-of-type(6)>div,.modaal-loading-spinner>div:nth-of-type(7)>div{-ms-animation:modaal-loading-spinner 1s linear infinite;-moz-animation:modaal-loading-spinner 1s linear infinite;-webkit-animation:modaal-loading-spinner 1s linear infinite;-o-animation:modaal-loading-spinner 1s linear infinite}.modaal-loading-spinner>div:nth-of-type(5){-ms-transform:translate(84px,84px) rotate(225deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(225deg) translate(70px,0);transform:translate(84px,84px) rotate(225deg) translate(70px,0)}.modaal-loading-spinner>div:nth-of-type(6)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.62s;animation-delay:.62s}.modaal-loading-spinner>div:nth-of-type(6){-ms-transform:translate(84px,84px) rotate(270deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(270deg) translate(70px,0);transform:translate(84px,84px) rotate(270deg) translate(70px,0)}.modaal-loading-spinner>div:nth-of-type(7)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.75s;animation-delay:.75s}.modaal-loading-spinner>div:nth-of-type(7){-ms-transform:translate(84px,84px) rotate(315deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(315deg) translate(70px,0);transform:translate(84px,84px) rotate(315deg) translate(70px,0)}.modaal-loading-spinner>div:nth-of-type(8)>div{-webkit-animation:modaal-loading-spinner 1s linear infinite;animation:modaal-loading-spinner 1s linear infinite;-webkit-animation-delay:.87s;animation-delay:.87s}.modaal-loading-spinner>div:nth-of-type(8){-ms-transform:translate(84px,84px) rotate(360deg) translate(70px,0);-webkit-transform:translate(84px,84px) rotate(360deg) translate(70px,0);transform:translate(84px,84px) rotate(360deg) translate(70px,0)}@media only screen and (min-width:1400px){.modaal-video-container{padding-bottom:0;height:731px}}@media only screen and (max-width:1140px){.modaal-image .modaal-inner-wrapper{padding-left:25px;padding-right:25px}.modaal-gallery-control{top:auto;bottom:20px;-webkit-transform:none;-ms-transform:none;transform:none;background:rgba(0,0,0,.7)}.modaal-gallery-control:after,.modaal-gallery-control:before{background:#fff}.modaal-gallery-next{left:auto;right:20px}.modaal-gallery-prev{left:20px;right:auto}}@media screen and (max-width:900px){.modaal-instagram iframe{width:500px!important}}@media only screen and (max-width:600px){.modaal-instagram iframe{width:280px!important}}@media screen and (max-height:1100px){.modaal-instagram iframe{width:700px!important}}@media screen and (max-height:1000px){.modaal-inner-wrapper{padding-top:60px;padding-bottom:60px}.modaal-instagram iframe{width:600px!important}}@media screen and (max-height:900px){.modaal-instagram iframe{width:500px!important}.modaal-video-container{max-width:900px;max-height:510px}}@media only screen and (max-height:820px){.modaal-gallery-label{display:none}}@keyframes instaReveal{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes instaReveal{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes modaal-loading-spinner{0%{opacity:1;-ms-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:.1;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}}@keyframes modaal-loading-spinner{0%{opacity:1;-ms-transform:scale(1.5);-webkit-transform:scale(1.5);transform:scale(1.5)}100%{opacity:.1;-ms-transform:scale(1);-webkit-transform:scale(1);transform:scale(1)}}

.modal {
  display: none;
}
.modaal-container {
  box-shadow: none;
  background-color: initial;
}
.modaal-content-container {
  padding: 0;
  position: relative;
  color: #626262;
}
.modaal-inner-wrapper {
  padding: 0;
}
.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: inherit;
}
.modaal-close:after, .modaal-close:before {
  display: none;
}
.modaal-container .modaal-close {
  position: absolute;
  z-index: 1;
  top: -15px;
  right: -15px;
  width: 56px;
  height: 56px;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .16));
}
.modaal-container .inner {
  background-color: #fff;
  padding: 150px 50px 50px;
  margin-top: -130px;
  border-radius: 30px;
  position: relative;
}
.modaal-content-container .img-store {
  max-width: 250px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 40%;
  margin: 0 auto;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .16));
}
.modaal-content-container .img-store img {
  padding: 10px;
  border-radius: 40%;
  border-color: rgba(0,0,0,0);
}
.modaal-content-container .text {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}
.modaal-content-container .text .name {
  font-size: 1.6rem;
}
.modaal-content-container hr {
  width: 100%;
  margin: 6px auto;
  border-top: 1px solid #BCBCBC;
  border-bottom: 1px solid #fff;
}
.modaal-content-container .text2 {
  font-size: 1.4rem;
  line-height: 1.71;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Yu Gothic UI',sans-serif;
  /* font-family: 'Hiragino Kaku Gothic W5 JIS2004', sans-serif; */
  padding-top: 2em;
}
.modaal-wrapper {
  backdrop-filter: blur(12px);
}

:root {
  --base-color: #626262;
  --tanoshimi-color: #EA5514;
  --scrollbar: 0;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}
body {
  font-family: 'Hiragino Kaku Gothic W7 JIS2004', 'Yu Gothic UI',sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: .1em;
  font-size: 1.4rem;
  color: var(--base-color);
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  width: calc(100vw - var(--scrollbar));
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
body.active {
  opacity: 1;
  visibility: visible;
}
body::before {
  content: '';
  background-image: url(../images2/bg.jpg);
  background-size: 439px 439px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}
a {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}

img {
  display: block;
  max-width: 100%;
}
a.blank[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.spOnly {
  display: none;
}
@media (any-hover: hover) {
  a:not(.noOp):hover {
    opacity: .5;
    -webkit-transition: .16s;
    transition: .16s;
  }
  #stores a:hover {
    opacity: 1;
  }
}
@media (min-width: 641px) {
  .modaal-container {
    max-width: 600px;
    border-radius: 30px;
  }
  .modaal-wrapper .modaal-close:hover {
    opacity: .5;
    -webkit-transition: .16s;
    transition: .16s;
  }
  #stores ul li a:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(234,85,20,.3);
    -webkit-transition: .16s;
    transition: .16s;
  }  
}
@media (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
  br:not(.sp-br) {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .modaal-container {
    width: 100%;
    padding: 50px 10px 80px;
  }
  .modaal-content-container .img-store {
    max-width: 210px;
  }
  .modaal-container .inner {
    padding: 120px 20px 50px;
    margin-top: -100px;
  }
  .modaal-wrapper .modaal-close {
    width: 40px;
    height: 40px;
    top: -19px;
    right: -6px;
  }
  .modaal-content-container .img-store img {
    padding: 8px;
  }
  .modaal-content-container .text {
    font-size: 1.6rem;
  }
  .modaal-content-container .text .name {
    font-size: 1.4rem;
  }
  .modaal-content-container .text2 {
    font-size: 1.4rem;
  }
}
/* common */
.door, .door1, .door2 {
  position: relative;
  width: 282px;
  height: 312px;
}
.slide.door, .slide.door1, .slide.door2 {
  margin: 0 10px;
}
.sleders {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slides-container {
  display: flex;
  width: calc((282px + 10px * 2) * 14); /* スライドの数の2倍に合わせる */
}
.slides-container.active {
  animation: slide-animation 28s linear infinite;  
}
.reverse .slides-container.active {
  animation: slide-animation-r 28s linear infinite;
}
.slide {
  flex-shrink: 0;
}
.slide img {
  width: 100%;
  display: block;
}

@keyframes slide-animation {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slide-animation-r {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.door::after, .door1::after, .door2::after {
  content: '';
  display: block;
  background: url(../images2/door-frame.png);
  width: 282px;
  height: 312px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.door > div, .door1 > div, .door2 > div {
  clip-path: url(#clip01);
  width: 250px;
  height: 280px;
  position: relative;
  top: 15px;
  left: 16px;
  overflow: hidden;
}
.door > div p img, .door1 > div p img, .door2 > div p img {
  width: 250px;
  height: 280px;
  object-fit: cover;
}
.door.tori > div p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -10px;
}
.door.tori > div p img {
  width: auto;
  height: 220px;
}
.door .left, .door1 .left, .door2 .left {
  position: absolute;
  left: -73px;
  top: -2px;
  transition: transform .5s;
}
.door .right, .door1 .right, .door2 .right {
  position: absolute;
  right: -73px;
  top: -2px;
  transition: transform .5s;
}
.door.open .left, .door1.open .left, .door2.open .left {
  transform: translateX(-130px);
}
.door.open .right, .door1.open .right, .door2.open .right {
  transform: translateX(130px);
}
.tori.reverse {
  transform: scale(-1, 1);
}
.border1 {
  background: url(../images2/border-1.png) repeat-x;
  background-size: 1503px 45px;
  width: 100%;
  height: 45px;
  box-shadow: 0 2px 5px 0px rgba(149, 149, 149, .7);
}
.border2 {
  background: url(../images2/border-2.png) repeat-x;
  background-size: 1503px 45px;
  width: 100%;
  height: 45px;
  box-shadow: 0 2px 5px 0px rgba(149, 149, 149, .7);
  z-index: 5;
  position: relative;
}

/* 桜の花びらのスタイル */
.snow-container1, .snow-container2 {
  position: relative;
  overflow: hidden;
}
.petal1 {
  position: absolute;
  background: url(../images2/snow01.svg) no-repeat;
  background-size: contain;
  width: 46.58px;
  height: 53.79px;
  animation: animate-petal 15s linear;
}
.petal2 {
  position: absolute;
  background: url(../images2/snow02.svg) no-repeat;
  background-size: contain;
  width: 44.21px;
  height: 51.05px;
  animation: animate-petal 18s linear;
}
.petal3 {
  position: absolute;
  background: url(../images2/snow03.svg) no-repeat;
  background-size: contain;
  width: 51.75px;
  height: 54.13px;
  animation: animate-petal 20s linear;
}
.petal4 {
  position: absolute;
  background: url(../images2/snow04.svg) no-repeat;
  background-size: contain;
  width: 54.28px;
  height: 56.88px;
  animation: animate-petal 22s linear;
}
.petal5 {
  position: absolute;
  background: url(../images2/snow05.svg) no-repeat;
  background-size: contain;
  width: 51.21px;
  height: 55.63px;
  animation: animate-petal 25s linear;
}

/* 花びらが降るアニメーション */
@keyframes animate-petal {
  0% {
    top: 0;
    opacity: 0;
    transform: rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
    transform: rotate(2000deg);
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-9-17 9:57:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-vert-center
 * ----------------------------------------
 */
@-webkit-keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes rotate-vert-center {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

/* Top */
#top .top-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  background: url(../images2/bg-top-header-pc.jpg) no-repeat top center;
  background-size: cover;
}
#top .tori {
  width: 140px;
  margin-bottom: -200px;
  transition: margin .5s;
}
#top .tori.active {
  margin-bottom: -15px;
}
#top h1 {
  width: 200px;
  margin: 15px 20px 0;
}
#top h1.active {
  -webkit-animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
#top .border1 {
  position: relative;
  z-index: 2;
}
.top-wrapper {
  background-image: url(../images2/bg.jpg);
  background-size: 439px 439px;
  z-index: 1;
  position: relative;
}
.top-wrapper .sleders {
  padding: 20px 0 15px;
  display: flex;
}
@media (max-width: 640px) {
  .slide.door, .slide.door1, .slide.door2 {
    margin: 0 5px;
  }
  .slides-container {
    display: flex;
    width: calc((154px + 5px * 2) * 10); /* スライドの数の2倍に合わせる */
  }
  .slides-container.active {
    animation: slide-animation 16s linear infinite;
  }
  .reverse .slides-container.active {
    animation: slide-animation-r 16s linear infinite;
  }
  
  .door, .door1, .door2 {
    width: 154px;
    height: 169px;
  }
  .door > div, .door1 > div, .door2 > div {
    clip-path: url(#clip01-sp);
    width: 133.93px;
    height: 150px;
    top: 9px;
    left: 10px;
  }
  .door > div p img, .door1 > div p img, .door2 > div p img {
    width: 133.93px;
    height: 150px;
  }
  .door > div svg, .door1 > div svg, .door2 > div svg {
    width: 100%;
    height: 100%;
  }
  .door::after, .door1::after, .door2::after {
    width: 154px;
    height: 169px;
  }
  .door .left, .door1 .left, .door2 .left {
    top: 0;
    left: -51px;
    padding: 0 14px;
    transition: transform .8s;
  }
  .door .right, .door1 .right, .door2 .right {
    top: 0;
    right: -51px;
    transition: transform .8s;
  }
  #top .top-header {
    background: url(../images2/bg-top-header-sp.jpg) no-repeat top center;
    background-size: cover;
  }  
  #top h1 {
    width: 140px;
  }
  #top .tori {
    width: 100px;
  }  
  .petal1 {
    width: calc(46.58px * 0.68);
    height: calc(53.79px * 0.68);
  }
  .petal2 {
    width: calc(44.21px * 0.68);
    height: calc(51.05px * 0.68);
  }
  .petal3 {
    width: calc(51.75px * 0.68);
    height: calc(54.13px * 0.68);
  }
  .petal4 {
    width: calc(54.28px * 0.68);
    height: calc(56.88px * 0.68);
  }
  .petal5 {
    width: calc(51.21px * 0.68);
    height: calc(55.63px * 0.68);
  }
}
/* yodogawa */
#yodogawa {
  position: relative;
}
#yodogawa .wrapper .text {
  color: #6c6c6c;
  background-color: #fff;
  position: relative;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .3));
  max-width: 600px;
  border-radius: 0 0 15px 15px;
}
#yodogawa .wrapper .text::before {
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 600px;
  position: absolute;
  top: -300px;
  left: 0;
  border-radius: 50%;
  z-index: -1;
}
#yodogawa .wrapper .text h2 {
  text-align: center;
  font-size: 2.3rem;
  line-height: calc(40 / 23);
  top: -140px;
  margin-bottom: -140px;
  position: relative;
}
#yodogawa .wrapper .text p {
  width: max-content;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 53px 0;
}
#yodogawa .wrapper .pcDoor {
  position: sticky;
  top: 0;
  width: 1260px;
  height: 100vh;
  margin-left: calc((100vw - 1260px - var(--scrollbar)) / 2);
}
#yodogawa .wrapper .pcDoor > div {
  position: relative;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  top: 50%;
}
#yodogawa .to-stores {
  position: sticky;
  bottom: 0;
  line-height: 0;
  overflow: hidden;
}
#yodogawa .to-stores .btn {
  text-align: right;
  margin-bottom: -45px;
  position: relative;
  z-index: 1;
}
#yodogawa .to-stores a {
  display: inline-block;
}
@media (min-width: 769px) {
  #yodogawa .wrapper .text {
    width: 617px;
    font-size: 1.5rem;
    margin: calc(((100vh - 300px) * -1) + 30px) auto 50px;
  }
  #yodogawa .js-door.tori::before {
    content: '';
    display: block;
    background: url(../images2/logo-orange.svg);
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .42));
    width: 145px;
    height: 107px;
    background-size: contain;
    position: absolute;
    top: -140px;
    left: 70px;
  }
  #yodogawa .js-door.tori.reverse::before {
    transform: scale(-1, 1);
  }
  #yodogawa .to-stores a {
    margin-right: min(55px, 1vw);
  }  
  #yodogawa .to-stores .btn img {
    width: 221px;
  }  
}
@media (min-width: 641px) {
  #yodogawa .toridori {
    display: none;
  }
}
@media (max-width: 1024px){
    #yodogawa .wrapper .text {
    margin-top: 330px;
  }
}
@media (orientation: portrait){
  #yodogawa .wrapper .text {
    margin-top: 330px;
  }
}
@media (max-width: 1260px){
  body:not(.desktop) #yodogawa .wrapper .pcDoor {
    width: 100vw;
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  #yodogawa .pcOnly {
    display: none;
  }
}
@media (max-width: 768px) {
  #yodogawa .wrapper .text h2 {
    font-size: 2rem;
    text-align: center;
    top: 0;
  }
  #yodogawa .wrapper .text::before {
    height: 400px;
    top: -200px;
  }
  #yodogawa .wrapper .text {
    width: 92%;
    margin: 0 auto;
    padding: 0 14px;
    font-size: 1.4rem;
    margin-top: 230px;
    margin-bottom: -120px;
  }  
  #yodogawa .wrapper .text .top-tori {
    width: 100%;
    z-index: -2;
    position: absolute;
    left: 0;
    top: -260px;
  }
  #yodogawa .wrapper .text div {
    position: relative;
    top: -120px;
  }
  #yodogawa .wrapper .text div p {
    position: relative;
    margin-top: -120px;
    bottom: -120px;
  }
  #yodogawa .to-stores a {
    margin-right: -10px;
  }  
  #yodogawa .to-stores .btn img {
    width: 170px;
  }
  #yodogawa .toridori {
    position: relative;
    display: flex;
    bottom: -160px;
    width: 220px;
    gap: 10px;
  }
  #yodogawa .toridori > div {
    width: 50%;
  }
  #yodogawa .tori1 img {
    transform: scale(-1, 1);
  }
  #yodogawa .tori1, #yodogawa .tori2 {
    transform: translateY(100%);
    transition: all .5s;
  }
  #yodogawa .tori1.active, #yodogawa .tori2.active {
    transform: translateY(0);
    transition: all .5s;
  }
}
@media (max-width: 640px) {
  #yodogawa .wrapper .text div p {
    width: 100%;
  }
}
/* stores */
#stores h2 {
  text-align: center;
  padding: 50px 0 25px;
}
#stores h2 span {
  font-size: 2rem;
  display: block;
  line-height: calc(30 / 20);
  padding-bottom: 5px;
}
#stores ul {
  display: flex;
  flex-wrap: wrap;
}
#stores ul li {
  position: relative;
  background: url(../images2/stores/blank.jpg);
  background-size: contain;
}
#stores .text {
	width: 0;
	margin: 0;
  font-size: 1.5rem;
  line-height: calc(23 / 15);
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.6vw 0 0 0.6vw;
}
#stores li.fadein .text {
  -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  -ms-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	animation: flowing-anim 1s forwards linear;
}
#stores .text .name {
  font-size: 80%;
  display: block;
}
#stores .text hr {
  width: 40px;
  margin: 5px 0;
  box-shadow: 1px 1px 2px rgba(0,0,0,.6);
  border: 0;
  border-top: 1px solid #fff;
}
@keyframes flowing-anim {
  0%{
      width: 0%;
    }
  100%{
      width: 100%;
    }
}

#stores li.fadein{
  opacity: 1;
}
#stores li img, #stores li div {
  opacity: 0;
  transition: 2s;
}
#stores li.fadein img, #stores li.fadein div {
  opacity: 1;
}
#stores li a > p::after {
  content: '';
  display: block;
  background: url(../images2/stores/bg.png);
  background-size: contain;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
}
@media (min-width: 960px) {
  #stores li {
    width: 25%;
  }  
  #stores .text {
    /* font-size: min(1.3vw, 1.4rem); */
    font-size: 1.34vw;
  }
  #stores li:nth-of-type(4n+2) img {
    transition-delay: .2s;
  }
  #stores li:nth-of-type(4n+2) div {
    animation-delay: .2s !important;
  }
  #stores li:nth-of-type(4n+3) img {
    transition-delay: .4s;
  }
  #stores li:nth-of-type(4n+3) div {
    animation-delay: .4s !important;
  }
  #stores li:nth-of-type(4n+4) img {
    transition-delay: .6s;
  }
  #stores li:nth-of-type(4n+4) div {
    animation-delay: .6s !important;
  }
}
@media (min-width: 1280px) {
  #stores .text {
    font-size: min(.92vw, 1.5rem);
  }  
  #stores li {
    width: 20%;
  }  
  #stores li:nth-of-type(5n+2) img {
    transition-delay: .2s;
  }
  #stores li:nth-of-type(5n+2) div {
    animation-delay: .2s !important;
  }
  #stores li:nth-of-type(5n+3) img {
    transition-delay: .4s;
  }
  #stores li:nth-of-type(5n+3) div {
    animation-delay: .4s !important;
  }
  #stores li:nth-of-type(5n+4) img {
    transition-delay: .6s;
  }
  #stores li:nth-of-type(5n+4) div {
    animation-delay: .6s !important;
  }
  #stores li:nth-of-type(5n+5) img {
    transition-delay: .8s;
  }
  #stores li:nth-of-type(5n+5) div {
    animation-delay: .8s !important;
  }
}
@media (min-width: 1536px) {
  #stores li {
    width: calc(100% / 6);
  }  
  #stores li:nth-of-type(6n+1) img {
    transition-delay: 0s;
  }
  #stores li:nth-of-type(6n+1) div {
    animation-delay: 0s !important;
  }
  #stores li:nth-of-type(6n+2) img {
    transition-delay: .2s;
  }
  #stores li:nth-of-type(6n+2) div {
    animation-delay: .2s !important;
  }
  #stores li:nth-of-type(6n+3) img {
    transition-delay: .4s;
  }
  #stores li:nth-of-type(6n+3) div {
    animation-delay: .4s !important;
  }
  #stores li:nth-of-type(6n+4) img {
    transition-delay: .6s;
  }
  #stores li:nth-of-type(6n+4) div {
    animation-delay: .6s !important;
  }
  #stores li:nth-of-type(6n+5) img {
    transition-delay: .8s;
  }
  #stores li:nth-of-type(6n+5) div {
    animation-delay: .8s !important;
  }
  #stores li:nth-of-type(6n+6) img {
    transition-delay: 1s;
  }
  #stores li:nth-of-type(6n+6) div {
    animation-delay: 1s !important;
  }
}
@media (max-width: 959px) {
  #stores li {
    width: calc(100% / 3);
  }  
  #stores li:nth-of-type(3n+2) img {
    transition-delay: .2s;
  }
  #stores li:nth-of-type(3n+2) div {
    animation-delay: .2s !important;
  }
  #stores li:nth-of-type(3n+3) img {
    transition-delay: .4s;
  }
  #stores li:nth-of-type(3n+3) div {
    animation-delay: .4s !important;
  }
  #stores .text {
    /* font-size: min(2vw, 1.4rem); */
    font-size: 1.8vw;
  }
}
@media (max-width: 640px) {
  #stores li {
    width: 50%;
  }  
  #stores li:nth-of-type(2n+2) img {
    transition-delay: .2s;
  }
  #stores li:nth-of-type(2n+2) div {
    animation-delay: .2s !important;
  }
  #stores .text {
    /* font-size: min(3vw, 1.2rem); */
    font-size: 2.98vw;
    padding: 0.6em 0 0 0.6em;
  }
}
/* intro */
#intro {
  overflow: hidden;
}
#intro .wrapper{
  font-size: 1.4rem;
  letter-spacing: .15em;
  line-height: 2;
  padding: 40px 0 60px;
}
#intro .wrapper .text {
  padding-top: 40px;
}
@media (min-width: 821px) {
  #intro .wrapper{
    width: 1130px;
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-left: calc((100vw - 1130px) / 2);
  }  
  #intro .wrapper .doors div:nth-of-type(1) {
    margin-bottom: 45px;
  }
}
@media (min-width: 641px) {
  #intro .wrapper .text {
    width: 410px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 820px) {
  #intro .wrapper {
    flex-direction: column-reverse;
    padding: 40px 14px 50px;
    gap: 35px;
  }
  #intro .wrapper .doors {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  #intro .wrapper .doors.pcOnly {
    display: none;
  }
  #intro .wrapper .doors .door:nth-of-type(1) {
    order: 2;
  }
  #intro .wrapper .doors .door:nth-of-type(2) {
    order: 3;
  }
  #intro .wrapper .doors .door:nth-of-type(3) {
    order: 1;
  }
}
/* info */
#info {
  background-color: #000053;
  position: relative;
}

.info {
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.77;
  padding-bottom: 40px;
}
.info .inner {
  display: flex;
  max-width: 980px;
  margin: 0 auto;
}
.info .inner dt span {
  color: var(--tanoshimi-color);
  border: solid var(--tanoshimi-color) 2px;
  border-radius: 62px;
  padding: 0.3em 1.5em .1em;
  font-size: 1.8rem;
}
.info .inner dd {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .15em;
}
.info small {
  font-size: 1.3rem;
}
@media (min-width: 821px) {
  #info {
    background-image: url(../images2/bg-info.jpg);
    background-size: 1500px 741px;
    background-repeat: repeat-x;
    padding-top: 60px;
    overflow: hidden;
  }  
  .info .inner {
    width: 98%;
    align-items: center;
    flex-direction: row-reverse;
  }  
  .info .inner .wrapper {
    margin-left: 80px;
    margin-top: 80px;
  }
  .info .inner dl {
    display: flex;
    padding-bottom: 45px;
  }
  .info .inner dl:last-of-type {
    padding-bottom: 0;
  }  
  .info .inner dt {
    margin-right: 1.5em;
    margin-top: .8em;
    white-space: nowrap;
  }
}

@media (max-width: 820px) {
  #info {
    background-image: url(../images2/bg-info-sp.jpg);
    background-repeat: repeat-x;
    padding-top: 10px;
    background-size: 100% auto;
  }  
  .info {
    padding-bottom: 20px;
  }
  .info .inner .wrapper {
    max-width: 25em;
    margin: 0 auto;
  }
  .info .inner {
    padding: 0 14px;
    flex-direction: column-reverse;
  }
  .info .info_title {
    width: 71.79vw;
    padding: 30px 0 0 5.38vw;
    margin: 0 auto 60px;
  }
  .info .inner dl {
    padding-bottom: 40px;
  }
  .info .inner dl:last-of-type {
    padding-bottom: 0;
  }
  .info .inner dt {
    padding-bottom: 1em;
  }
  .info .inner dt span {
    font-size: 1.7rem;
    padding: .3em 1.5em .1em;
  }
  .info .inner dd {
    font-size: 1.5rem;
    line-height: 2.28;
  }
}
@media (max-width: 640px) {
  .info .info_title {
    margin: 30px 0 40px 5.38vw;
    padding: 0;
  }
}
footer {
  position: relative;
  z-index: 1;  
  overflow: hidden;
}
.bg_tori {
  display: flex;
}
.footer {
  max-width: 410px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-align: center;
  font-family: kozuka-gothic-pro, sans-serif;
  font-weight: bold;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
}

.footer li.btn {
  width: 48%;
}

.footer ul.sns {
  width: 142px;
  margin: 0 auto;
  padding: 30px 0;
}

.footer ul.sns a img:hover {
  opacity: .5;
  -webkit-transition: .5s;
  transition: .5s;
}

.footer .btn {
  background-color: var(--tanoshimi-color);
  font-size: 1.4rem;
  line-height: 1;
  border-radius: 30px;
  padding: 0.7em 0 .5em;
  margin: 0 0 15px;
  position: relative;
}
.footer .btn a {
  display: block;
}
.footer .btn2 {
  background-color: #A7A7A7;
  border-radius: 5px;
}
.footer .btn:hover {
  background-color: #FFA380;
  -webkit-transition: .5s;
  transition: .5s;
}
.footer .btn2:hover {
  background-color: #CCCCCC;
  -webkit-transition: .5s;
  transition: .5s;
}
.footer .copyright {
  color: #767676;
  font-size: 1.4rem;
  padding-top: 10px;
}
footer .border2 {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .bg_tori.spOnly {
    display: none;
  }
  .bg_tori img {
    width: 137px;
  }
  .bg_tori {
    position: absolute;
    bottom: 37px;
  }
  .bg_tori1 {
    transform: translateX(-50%);
    left: 50%;
    margin-left: -480px;
  }
  .bg_tori2 {
    transform: translateX(50%);
    right: 50%;
    margin-right: -480px;
  }
}
@media (max-width: 768px) {
  .footer {
    font-weight: bold;
    font-size: 1.2rem;
  }
  .footer ul .btn:first-of-type{
    margin-right: 1em;
  }
  .footer .copyright {
    margin-top: 0;
    font-size: 1.2rem;
  }
  .bg_tori {
    display: none;
  }
  .bg_tori.spOnly {
    display: flex;
    margin-bottom: -27px;
  }
  .footer .btn {
    font-size: 1.2rem;
    padding: 1em 0 .8em;
  }
  .footer .link {
    padding: 20px 14px 30px;
  }
}