@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;
}

/* Accessibility: Screen reader only text */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Accessibility: Focus indicators */
/* キーボード操作時のみfocusを表示 */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px !important;
}

/* マウスクリック時はfocusを非表示 */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible) {
  outline: none !important;
}

.store a:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px !important;
}

.store a:focus:not(:focus-visible) {
  outline: none !important;
}

.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:not(:focus-visible), .modaal-close:hover {
  outline: 0;
  background: inherit;
}
.modaal-close:focus-visible {
  outline: 3px solid #005fcc !important;
  outline-offset: 2px !important;
  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 6px 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: 50%;
  margin: 0 auto;
}
.modaal-content-container .img-store img {
  padding: 10px 5px;
  border-radius: 50%;
}
.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;
  letter-spacing: .1em;
  padding-top: 2em;
}
.modaal-wrapper {
  backdrop-filter: blur(12px);
}

:root {
  --base-color: #626262;
  --tanoshimi-color: #EA5514;
  --secondary-color: #FFEB00;
  --scrollbar: 0;
  --background-color: #3FC5FF;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}
body {
  font-family: 'A1 Gothic B',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.6rem;
  color: var(--base-color);
  opacity: 0;
  overflow-x: hidden;
  width: 100vw;
  width: calc(100vw - var(--scrollbar));
  background-color: var(--background-color);
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
body.active {
  -webkit-animation: fadeIn 0.3s ease forwards;
  animation: fadeIn 0.3s ease forwards;
  opacity: 1;
}
.bg-sand {
  background-image: url(../images2/bg-sand.webp);
  background-size: 593px 593px;
  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;
  }
}
/* common */
.yellow {
  color: var(--secondary-color);
}
.window, .window2 {
  position: relative;
  width: 246px;
  height: 246px;
}
.slide.window, .slide.window1, .slide.window2 {
  margin: 0 15px;
}
.sliders {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.slides-container {
  display: flex;
  width: calc((250px + 15px * 2) * 14); /* スライドの数の2倍に合わせる */
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.slides-container.active {
  animation: slide-animation 35s linear infinite;  
}
.reverse .slides-container {
  transform: translate3d(-100%, 0, 0);
}
.reverse .slides-container.active {
  animation: slide-animation-r 35s linear infinite;
}
.slide {
  flex-shrink: 0;
}
.slide img {
  width: 100%;
  display: block;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: -1;
  position: relative;
}

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

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

.window::after, .window1::after, .window2::after {
  content: '';
  display: block;
  background: url(../images2/window-frame.svg);
  width: 260px;
  height: 260px;
  background-size: contain;
  position: absolute;
  top: -4px;
  left: -5px;
}
.window > div p img, .window1 > div p img, .window2 > div p img {
  width: 248px;
  height: 248px;
  object-fit: cover;
  border-radius: 50%;
}
.tori.reverse {
  transform: scale(-1, 1);
}
.border-top {
  position: relative;
  display: flex;
  top: -20px;
  z-index: 1;
}
.border-top .border-top-center {
  content: '';
  display: block;
  width: 750px;
  height: 170px;
  background: url(../images2/border-top-1.png) no-repeat;
  background-size: 750px 170px;
  background-position: center;
}
.border-top::before {
  content: '';
  display: block;
  width: calc((100% - 750px) / 2);
  height: 170px;
  background: url(../images2/border-top-2.png) repeat-x right center;
  background-size: 500px 170px;
}
.border-top::after {
  content: '';
  display: block;
  width: calc((100% - 750px) / 2);
  height: 170px;
  background: url(../images2/border-top-2.png) repeat-x right center;
  background-size: 500px 170px;
  transform: scaleX(-1);
}
.border-center {
  position: relative;
  display: flex;
  z-index: 1;
}
.border-center .border-center {
  content: '';
  display: block;
  width: 750px;
  height: 170px;
  background: url(../images2/border-center-1.png) no-repeat;
  background-size: 750px 170px;
  background-position: center;
  top: -19px;
}
.border-center::before {
  content: '';
  display: block;
  width: calc((100% - 750px) / 2);
  height: 170px;
  background: url(../images2/border-center-2.png) repeat-x right center;
  background-size: 500px 170px;
  position: relative;
  top: -19px;
}
.border-center::after {
  content: '';
  display: block;
  width: calc((100% - 750px) / 2);
  height: 170px;
  background: url(../images2/border-center-2.png) repeat-x right center;
  background-size: 500px 170px;
  transform: scaleX(-1);
  position: relative;
  top: -19px;
}
.border {
  background: url(../images2/border.png) repeat-x;
  background-size: 250px 65px;
  background-position: center;
  width: 100%;
  height: 65px;
}
.border2 {
  background: url(../images2/border-2.png) repeat-x;
  background-size: 1503px 45px;
  background-position: center;
  width: 100%;
  height: 45px;
  z-index: 5;
  position: relative;
}
.border.bg-sky {
  background: url(../images2/border.png) repeat-x,linear-gradient(to top, var(--background-color) 30%, transparent 30%);
  background-size: 250px 65px;
  background-position: center;
}
.tori1 {
  left: 58px;
  bottom: 30px;  
}
.tori1 {
  transition: all .5s ease-in-out;
  position: relative;
}
.tori1.hide {
  transform: translateY(150%);
  opacity: 0;
}
.tori1.show {
  transform: translateY(0);
}
.tori1 img {
  transform: scale(-1, 1);
}
.Tori1 .tree {
  transform: scale(-0.76, 0.76);
  bottom: 45px;
  right: -36px;
}
.Tori1 {
  position: relative;
  width: 250px;
  height: 250px;
  clip-path: ellipse(100% 100% at 50% 0%);
  animation: float-tori 4s ease-in-out infinite;
}
.Tori1 > div {
  position: absolute;
}

.Tori1::after {
  content: '';
  display: block;
  position: absolute;
  width: 260px;
  height: 120px;
  background: url(../images2/watermelon2.png) no-repeat center bottom;
  background-size: contain;
  left: 0;
  bottom: -5px;
  z-index: 10;
  pointer-events: none;
}
/* ----------------------------------------------
 * 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);
  }
}

@keyframes float-tori {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
/* Top */
#top .logo {
  position: fixed;
  top: 10px;
  left: 16px;
  z-index: 10;
}
#top .logo img {
  width: 70px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
#top .top-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-evenly;
  background: url(../images2/bg-top-header-pc.svg) no-repeat top center var(--background-color);
  background-size: 1600px 240px;
  overflow: hidden;
  position: relative;
}
#top .tori {
  margin-bottom: -200px;
  transition: margin .5s;
  z-index: 1;
}
#top .tori img {
  width: 120px;
}
#top .tori.active {
  margin-bottom: -15px;
}
#top h1 {
  width: 300px;
  margin: 24px 0 -2px;
}
#top .border1 {
  position: relative;
  z-index: 2;
}
.top-wrapper {
  margin-top: -90px; 
}
.top-wrapper .sliders {
  padding: 20px 0;
  display: flex;
}
#top .tree {
  position: absolute;
}
#top .tree1 {
  top: 0;
  left: -40px;
}
#top .tree2 {
  top: 20px;
  right: -40px;
}
.sliders .Tori1 {
  transform: scale(.8);
  bottom: -30px;
  animation: none;
  clip-path: ellipse(77% 102% at 50% 0%);
}
.sliders .Tori1::after {
  width: 260px;
  height: 130px;
  background: url(../images2/watermelon1.png) no-repeat center bottom;
  background-size: contain;
  left: -2px;
  bottom: -6px;
}
.sliders .Tori1 .tori1 {
  bottom: 40px;
}
.normal .sliders .Tori1 .tori1 img{
  transform: none;
}
@media (max-width: 768px) {
  #top .tori.tab {
    display: none;
  }
}
/* yodogawa */
#yodogawa {
  position: relative;
  background: url(../images2/bg-cloud.svg) repeat-y top center;
  background-size: 1590px 1170px;
}
#yodogawa .wrapper .text {
  color: #fff;
  position: relative;
  /* filter: drop-shadow(0 1px 3px rgba(0, 0, 40, .3)); */
  max-width: 600px;
  margin: calc(((130vh - 60px) * -1) + 30px) auto 170px;
  white-space: nowrap;
}
#yodogawa .wrapper .text h2 {
  font-size: 2.8rem;
  line-height: calc(40 / 28);
  padding-bottom: 60px;
}
#yodogawa .wrapper .text p {
  font-size: 2rem;
}
#yodogawa .wrapper .pcTori {
  position: sticky;
  top: 0;
  height: 130vh;
  margin-left: calc((100vw - 1240px - var(--scrollbar)) / 2);
  /* margin-left: calc((100vw - 1240px) / 2); */
  z-index: 1;
}
#yodogawa .wrapper .pcTori > div {
  position: relative;
  transform: translateY(-50%);
  top: 30%;
}
.Tori2 {
  transition: transform .6s ease-in-out;
  animation: float-tori 3.5s ease-in-out infinite;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  position: absolute;
  top: 170px;
  right: calc((100vw - 1020px - var(--scrollbar)) / 2);
  /* right: calc((100vw - 1020px) / 2); */
}
.Tori2 img {
  transform: rotate(-14deg);
}
#yodogawa .btn {
  width: 126px;
  position: fixed;
  bottom: 0;
  right: 60px;
  opacity: 1;
  transform: translateY(0);
  transition: all .3s ease-in-out;
  z-index: 1;
}
#yodogawa .btn.is-down {
  opacity: 0;
  transform: translateY(100%);
  transition: all .3s ease-in-out;
}
#yodogawa a {
  display: inline-block;
}
#yodogawa .to-stores {
  background-color: #fff;
}
#yodogawa .bottom {
  position: relative;
  background: url(../images2/bg-sand.png) repeat-x bottom center;
  background-size: 240px 100px;
  width: 100%;
  height: 100px;
}
#yodogawa .bottom > div{
  position: absolute;
}
#yodogawa .bottom > div:nth-of-type(1) {
  transform: scale(-.7, .7);
  bottom: 22px;
  left: calc((100vw / 2) - 680px);
}
#yodogawa .bottom > div:nth-of-type(2) {
  transform: scale(.7);
  bottom: 2px;
  left: calc((100vw / 2) - 500px);
}
#yodogawa .bottom > div:nth-of-type(3) {
  transform: scale(.9);
  bottom: 35px;
  right: calc((100vw / 2) - 680px);
}
#yodogawa .bottom > div.signboard2026 {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
#yodogawa .bottom > div.okaimono {
  bottom: 20px;
  right: calc((100vw / 2) - 500px);
}
#yodogawa .banner {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 10;
}
@media (min-width: 769px) {
  #yodogawa .to-stores .btn img {
    width: 135px;
  }  
  #yodogawa .banner {
    margin-bottom: -50px;
  }
}
@media (max-width: 1260px){
  body:not(.desktop) #yodogawa .wrapper .pcTori {
    width: 100vw;
    margin-left: 0;
    overflow: hidden;
  }
  #yodogawa .bottom > div:nth-of-type(3) {
    right: calc((100vw / 2) - 500px);
  }
}
@media (max-width: 768px) {
  #yodogawa .wrapper .text h2 {
    font-size: 2.6rem;
    line-height: calc(40/26);
  }
  #yodogawa .wrapper .text {
    padding: 0 0 0 3vw;
    white-space: normal;
  }  
  #yodogawa .wrapper .text p {
    font-size: 1.6rem;
    line-height: calc(26/16);
  }
  #yodogawa .btn {
    width: 110px;
    right: 5px;
  }
}
/* stores */
#stores {
  background-color: #fff;
}
#stores h2 {
  text-align: center;
  padding-bottom: 25px;
  margin-top: -46px;
  position: relative;
  z-index: 1;
}
#stores h2 span {
  font-size: 2rem;
  display: block;
  line-height: calc(30 / 20);
  padding-bottom: 5px;
}
#stores ul {
  display: flex;
  flex-wrap: wrap;
  background: url(../images2/stores/blank.jpg) repeat;
  background-size: calc((100vw - var(--scrollbar)) / 3) calc((100vw - var(--scrollbar)) / 3);
}
#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;
}
#stores + .border {
  position: absolute;
  margin-top: -8px;
}
@media (min-width: 960px) {
  #stores ul {
    background-size: calc((100vw - var(--scrollbar)) / 4) calc((100vw - var(--scrollbar)) / 4);
  }
  #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 ul {
    background-size: calc((100vw - var(--scrollbar)) / 5) calc((100vw - var(--scrollbar)) / 5);
  }
  #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 ul {
    background-size: calc((100vw - var(--scrollbar)) / 6) calc((100vw - var(--scrollbar)) / 6);
  }
  #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;
  }
}
/* intro */
#intro {
  overflow: hidden;
}
#intro .wrapper{
  color: #767676;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 2;
  padding: 160px 0 86px;  
}
#intro + .border {
  margin-top: -8px;  
}
@media (min-width: 821px) {
  #intro .wrapper{
    width: 1140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: calc((100vw - 1140px) / 2);
  }  
}
@media (max-width: 820px) {
  #intro .wrapper {
    padding: 50px 20px;
  }
  #intro .windows.pcOnly {
    display: none;
  }
  #intro .windows.spOnly {
    max-width: 600px;
    display: block;
    margin: 20px auto 0;
  }
  #intro .windows img {
    max-width: initial;
    width: 100%;
  }
}
/* info */
#info {
  background-color: var(--background-color);
  position: relative;
  overflow-x: hidden;
}
.info {
  color: #fff;
  line-height: 1.77;
  padding: 80px 0 40px;
}
.info .info_title {
  text-align: center;
}
.info .info_title p {
  display: inline-block;
  position: relative;
}
.info .info_title p img {
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, .16));
}
.info .info_title p::before {
  content: '';
  display: block;
  background: url(../images2/text-omoshiro.svg) no-repeat;
  background-size: contain;
  width: 184px;
  height: 94px;
  position: absolute;
  top: -20px;
  left: -130px;  
}
.info .inner {
max-width: 840px;
  margin: 0 auto;
}
.info .inner dt {
  font-size: 1.8rem;
  border-bottom: 2px solid #fff;
  position: relative;
}
.info .inner dt::before{
  content: '';
  position: absolute;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background: #1981F4;
}
.info .inner dd {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .08em;
  margin-top: .5em;
}
.info small {
  font-size: 1.2rem;
}
#info + .border {
  position: relative;
  z-index: 1;
  margin-top: -8px;
  height: 60px;
  background-position: top center;
}
@media (min-width: 821px) {
  #info {
    background-image: url(../images2/bg-cloud.png);
    background-size: 1600px 1058px;
    background-repeat: no-repeat;
    background-position: center;
  }  
  .info .inner {
    width: 98%;
    align-items: center;
    flex-direction: row-reverse;
  }  
  .info .inner .wrapper {
    display: flex;    
    gap: 40px;
    margin-top: 40px;
  }
  .info .inner dl {
    width: 400px;
  }
  .info .inner dl:last-of-type {
    padding-bottom: 0;
  }  
  .info .inner dt {
    padding-bottom: .4em;
  }
}

@media (max-width: 820px) {
  .info {
    padding: 60px 0 20px;
  }
  .info .inner .wrapper {
    max-width: 25em;
    margin: 0 auto;
  }
  .info .inner {
    padding: 0 20px;
    flex-direction: column-reverse;
  }
  .info .info_title {
    width: 71.79vw;
    margin: 0 auto 60px;
  }
  .info .inner dl {
    padding-bottom: 40px;
  }
  .info .inner dl:last-of-type {
    padding-bottom: 0;
  }
  .info .inner dt {
    padding-bottom: .4em;
  }
  .info .inner dt span {
    font-size: 1.7rem;
    padding: .3em 1.5em .1em;
  }
  .info .inner dd {
    font-size: 1.4rem;
  }
}
.footer-bottom {
  position: relative;
  z-index: 1;  
  background: url(../images2/bg-sand.png) repeat-x bottom center;
  background-size: 240px 100px;
  width: 100%;
  height: 100px;
}
.footer-bottom .tree {
  position: absolute;
}
.footer-bottom > div:nth-of-type(1) {
  bottom: 40px;
  left: calc((100vw / 2) - 660px);
}
.footer-bottom > div:nth-of-type(2) {
  transform: scale(-.8, .8);
  bottom: 30px;
  right: calc((100vw / 2) - 440px);
}
.footer-bottom > div:nth-of-type(3) {
  transform: scale(.7);
  bottom: 22px;
  right: calc((100vw / 2) - 600px);
}

.bg_tori {
  display: flex;
  gap: 40px;
}
footer {
  max-width: 410px;
  margin: 0 auto;
  padding-bottom: 36px;
  font-size: 1.5rem;
  text-align: center;
  font-family: "A1 Gothic M", sans-serif;
  -webkit-font-smoothing: auto;
  /* font-family: kozuka-gothic-pro, sans-serif; */
}
footer .produced {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 50px;
}
footer .produced img {
  display: inline-block;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-between;
  gap: 15px;
}

footer li.btn {
  width: 100%;
}

footer ul.sns {
  width: 142px;
  margin: 14px auto 7px;
}

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

footer .btn {
  background-color: #1981F4;
  line-height: 1;
  border-radius: 30px;
  padding: 1em 0 .8em;
  margin: 0 0 15px;
  position: relative;
}
footer .btn a {
  display: block;
}
footer .btn2 {
  font-size: 1.4rem;
  background-color: #fff;
  border-radius: 5px;
}
footer .btn2 a {
  color: var(--base-color);
  -webkit-transition: .5s;
  transition: .5s;
}
@media (min-width: 769px) {
  .bg_tori.spOnly {
    display: none;
  }
  .bg_tori img {
    width: 120px;
  }
  .bg_tori {
    position: absolute;
    bottom: 12px;
  }
  .bg_tori1 {
    transform: translateX(-50%);
    left: 50%;
    margin-left: -400px;
  }
  .bg_tori2 {
    transform: translateX(50%);
    right: 50%;
    margin-right: -400px;
  }
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 200px;
  }
  footer .produced {
    font-size: 1.2rem;
  }
  footer .produced img {
    width: 100px;
  }
  footer .btn {
    font-size: 1.2rem;
    padding: 1.2em 0 1em;    
  }
  footer .link {
    padding: 20px 20px 30px;
  }
  footer ul.sns {
    width: 162px;
    padding: 0;
  }
  footer ul.sns img {
    width: 40px;
  }
  .footer-bottom > div:nth-of-type(2) {
    bottom: 0;
    right: 140px;    
  }
  .footer-bottom > div:nth-of-type(3) {
    bottom: 10px;
    right: -20px;    
  }
  .bg_tori2 {
    display: none;
  }
  .bg_tori {
    position: absolute;
    left: 40px;
    bottom: 30px;
    gap: 10px;    
  }
  .bg_tori img {
    width: 100px;
  }
}
/* =============================================
   ヤシの木のスタイル
   ============================================= */
.tree {
  position: relative;
  display: inline-block;
}

.palm-leaf {
  position: absolute;
  transition: transform 1s ease-out;
}

/* 葉の配置 */
.palm-leaf.leaf-1 {
  top: 25%;
  left: 21.7%;
  transform: rotate(2deg);
  transform-origin: center top;
}

.palm-leaf.leaf-2 {
  top: 19%;
  left: 0;
  transform: rotate(-10deg);
  transform-origin: center top;
}

.palm-leaf.leaf-3 {
  top: 0;
  left: 0;
  transform: rotate(0deg);
  transform-origin: center bottom;
}

.palm-leaf.leaf-4 {
  top: 2%;
  right: 4.5%;
  transform: rotate(-1deg);
  transform-origin: center center;
}

.palm-leaf.leaf-5 {
  top: 10.5%;
  right: -1.9%;  
  transform: rotate(5deg);
  transform-origin: center center;
}

.palm-leaf.leaf-6 {
  top: 22%;
  right: 12.4%;  
  transform: rotate(9deg);  
  transform-origin: center top;
}

.palm-leaf.leaf-7 {
  top: 26.5%;
  right: 33.7%;  
  transform: rotate(1deg);  
  transform-origin: center top;
}

/* 実の配置 */
.palm-fruit {
  position: absolute;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.palm-fruit:hover {
  transform: scale(1.1);
}

.palm-fruit img {
  display: block;
}

/* 実の配置 */
.palm-fruit.fruit-1 {
  top: 21%;
  left: 38%;
}

.palm-fruit.fruit-2 {
  top: 19%;
  left: 44.2%;
}

.palm-fruit.fruit-3 {
  top: 22.3%;
  left: 40.6%;  
}

.palm-fruit.fruit-4 {
  top: 25.6%;
  left: 46.6%;  
}

.palm-fruit.fruit-5 {
  top: 27%;
  left: 39.2%;
}

/* 葉の揺れアニメーション - 根本を支点にゆっくり揺れる */
@keyframes sway-1 {
  0%, 100% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-14deg);
  }
}

@keyframes sway-2 {
  0%, 100% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(-26deg);
  }
}

@keyframes sway-3 {
  0%, 100% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(16deg);
  }
}

@keyframes sway-4 {
  0%, 100% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(-17deg);
  }
}

@keyframes sway-5 {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(21deg);
  }
}

@keyframes sway-6 {
  0%, 100% {
    transform: rotate(9deg);
  }
  50% {
    transform: rotate(-7deg);
  }
}

@keyframes sway-7 {
  0%, 100% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(17deg);
  }
}

/* 葉の揺れアニメーションを適用 - わさわさ動く */
.palm-leaf.leaf-1.swaying {
  animation: sway-1 4s ease-in-out infinite;
  transition: none;
}

.palm-leaf.leaf-2.swaying {
  animation: sway-2 4s ease-in-out infinite;
  transition: none;
}

.palm-leaf.leaf-3.swaying {
  animation: sway-3 4s ease-in-out infinite;
  transition: none;
}

.palm-leaf.leaf-4.swaying {
  animation: sway-4 4s ease-in-out infinite;
  transition: none;
}

.palm-leaf.leaf-5.swaying {
  animation: sway-5 4s ease-in-out infinite;
  transition: none;
}

.palm-leaf.leaf-6.swaying {
  animation: sway-6 4s ease-in-out infinite;
  transition: none;
}

.palm-leaf.leaf-7.swaying {
  animation: sway-7 4s ease-in-out infinite;
  transition: none;
}

/* 実の落下アニメーション */
@keyframes fruit-fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(var(--fall-distance, 500px)) rotate(360deg);
    opacity: 1;
  }
}

.palm-fruit.falling {
  animation: fruit-fall 1s ease-in forwards;
  pointer-events: none;
}

/* レスポンシブ対応 */

/* ============================================================
   RESPONSIVE STYLES
   ============================================================ */

/* Desktop styles (min-width: 641px) */
@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;
  }  
  #intro .windows .window {
    width: 280px;
    height: 280px;
  }
  #intro .windows .window::after {
    width: 280px;
    height: 280px;
    top: -15px;
    left: -15px;
  }
  #intro .windows div.window:first-of-type {
    margin-bottom: 88px;
  }
  #intro .wrapper .text {
    width: 450px;
    margin: 0 auto;
    text-align: center;
  }
}

/* Tablet styles (max-width: 1024px) */
@media (max-width: 1024px) {
  .Tori1 {
    display: none;
  }
  .Tori2 {
    right: 32px;
  }
  .sliders .Tori1 {
    display: block;
  }
  #yodogawa .bottom > div:nth-of-type(1) {
    display: none;
  }
  #yodogawa .bottom > div:nth-of-type(2) {
    left: calc((100vw / 2) - 400px);
  }
  #yodogawa .bottom > div:nth-of-type(3) {
    right: 4vw;
    left: auto;
  }
  #yodogawa .bottom > div.okaimono {
    left: auto;
    right: 5vw;
    width: 124px;
  }
}

/* Mobile styles (max-width: 640px) */
@media (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none !important;
  }
  .modaal-container {
    width: 100%;
    padding: 50px 10px 80px !important;
  }
  .modaal-content-container {
    padding: 0;
  }
  .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: 0;
  }
  .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;
  }
  .border-top .border-top-center {
    background-size: 525px 119px;
    width: 525px;
    height: 119px;
  }
  .border-top::before, .border-top::after {
    background-size: 350px 119px;
    width: calc((100% - 525px) / 2);
    height: 119px;
  }
  .border, .border.bg-sky {
    background-size: 150px 39px;
    height: 39px;
  }
  .border-center .border-center {
    background: url(../images2/border-center-1-sp.png) no-repeat;
    background-size: 525px 119px;
    background-position: center;
    width: 525px;
    height: 119px;
  }
  .border-center::before, .border-center::after {
    background-size: 350px 119px;
    width: calc((100% - 525px) / 2);
    height: 119px;
  }
  #top .top-header {
    background: url(../images2/bg-top-header-sp.svg) no-repeat top center var(--background-color);
    background-size: 700px 170px;
    justify-content: space-between;    
  }  
  #top .logo img {
    width: 50px;
  }
  #top h1 {
    width: 198px;
    margin: 0 0 -6px;
    position: relative;
    z-index: 2;
  }
  #top .tori {
    width: 80px;
  }  
  #top .tori.active {
    margin-bottom: 4px;
  }
  #top .tree2 {
    transform: scale(.7);
    top: -38px;
    right: -60px;
  }
  .slides-container {
    display: flex;
    width: calc((160px + 5px * 2) * 14); /* スライドの数の2倍に合わせる */
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .slides-container.active {
    animation: slide-animation 25s linear infinite;
  }
  .reverse .slides-container {
    transform: translate3d(-100%, 0, 0);
  }
  .reverse .slides-container.active {
    animation: slide-animation-r 25s linear infinite;
  }
  .window, .window2 {
    width: 160px;
    height: 160px;
  }
  .window > div p img, .window1 > div p img, .window2 > div p img {
    width: 158px;
    height: 158px;
  }
  .window::after, .window1::after, .window2::after {
    width: 168px;
    height: 168px;
    top: -4px;
    left: -4px;    
  }
  .top-wrapper .sliders {
    padding: 40px 0 15px;
  }
  .top-wrapper .reverse .sliders {
    padding-top: 15px;
  }
  .sliders .Tori1 {
    width: 160px;
    height: 160px;
    bottom: -10px;
  }
  .sliders .Tori1::after {
    width: 160px;
    height: 80px;
    left: 2px;
    bottom: -5px;    
  }
  .sliders .Tori1 .tori1 {
    left: 20px;
    bottom: -10px;  
  }
  .sliders .Tori1 .tori1 img {
    transform: scale(-.7, .7);
  }
  .normal .sliders .Tori1 .tori1 img {
    transform: scale(.7);
  }
  #yodogawa {
    background: url(../images2/bg-cloud-sp.svg) repeat-y top center;
    background-size: 100vw auto;
  }
  #yodogawa .wrapper .text {
    width: 92vw;
    margin: 0 auto;
    padding: 60px 0 160px;
  }
  #yodogawa .wrapper .text div p {
    width: 100%;
  }
  #yodogawa .bottom {
    background-size: 192px 80px;
    height: 80px;
  }
  #yodogawa .bottom > div.signboard2026 {
    width: 218px;
    bottom: 25px;
    left: 7%;
    transform: translateX(0);
  }
  #yodogawa .bottom > div:nth-of-type(3) {
    right: -15px;
    bottom: -15px;
    transform: scale(.66);    
  }
  #yodogawa .bottom > div.okaimono {
      bottom: 15px;
      right: 4vw;
      width: 94px;
  }  
  #stores h2 {
    font-size: 1.4rem;    
    margin-top: -26px;
  }
  #stores h2 span {
    font-size: 1.8rem;
    line-height: 2;
  }
  #stores ul {
    background-size: calc((100vw - var(--scrollbar)) / 2) calc((100vw - var(--scrollbar)) / 2);
  }
  #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 .windows.spOnly {
    display: block;
    width: 110vw;
    margin-left: -8vw;
    margin-top: 36px;
  }
  #info + .border {
    height: 36px;
  }
  .info .info_title {
    width: 200px;
    position: relative;
  }
  .info .info_title p::before {
    width: 130px;
    height: 66px;
    top: -34px;
    left: -70px;
  }
  .info .info_title div {
    position: absolute;
    bottom: -30px;
    left: -120px;
  }
  .footer-bottom > div:nth-of-type(3) {
    bottom: 10px;
    left: auto;
    right: -20px;    
  }
  .bg_tori {
    position: absolute;
    left: 30px;
    bottom: 30px;
    gap: 10px;    
  }
  .bg_tori img {
    width: 95px;
  }
  .bg_tori p:last-of-type img {
    transform: scale(-1, 1);
  }  
}
