@charset "UTF-8";

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

html {
  line-height: 1;
  scroll-behavior: smooth;
  visibility: hidden;
}

html.wf-active {
  visibility: visible;
}

body {
  color: #000;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
  font-size: 1.2em;
}

/* CSS Document */
ul {
  display: block;
  list-style-type: disc;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

h2 {
  padding-bottom: 0;
}

body {
  margin: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

section::before {
  content: "";
  display: block;
  margin-top: -40px;
  padding-top: 40px;
  visibility: hidden;
}

/******************
fade
*******************/
.sa {
  opacity: 0;
  transition: all 2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(0.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}

.sa--lr {
  transform: translateX(-50px);
  opacity: 0;
}
.sa.show.sa--lr {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.8s ease;
}

.sa--rl {
  transform: translateX(50px);
  opacity: 0;
}
.sa.show.sa--rl {
  transform: translateX(0);
  opacity: 1;
  transition: all 0.8s ease;
}

/******************
fade
*******************/

/*=============================
=============================
#SOME25ss
=============================
=============================*/
#SOME25AW {
  font-family: fot-klee-pro, sans-serif;
  font-weight: 100;
  font-style: normal;
  text-align: center;
  width: 100%;
  color: #595757;
}

#SOME25AW p {
  font-size: 20px;
  letter-spacing: 0.2rem;
  line-height: 3;
}

#SOME25ss img {
  max-width: 100%;
}

/*=============================
#keyvisual
=============================*/
#KeyVisual {
  min-height: 100vh;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background-clip: content-box;
}

#KeyVisual.fade-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#KeyVisual .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fadeSlider 18s infinite;
}

#KeyVisual .slide:nth-child(1) {
  animation-delay: 0s;
}

#KeyVisual .slide:nth-child(2) {
  animation-delay: 6s;
}

#KeyVisual .slide:nth-child(3) {
  animation-delay: 12s;
}

#KeyVisual .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@keyframes fadeSlider {
  0% {
    opacity: 0;
    z-index: 1;
  }

  10% {
    opacity: 1;
    z-index: 2;
  }

  30% {
    opacity: 1;
    z-index: 2;
  }

  40% {
    opacity: 0;
    z-index: 1;
  }

  100% {
    opacity: 0;
    z-index: 1;
  }
}

.KeyVisual_text {
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  position: absolute;
  top: 60px;
  left: 50px;
  transform-origin: left top;
  writing-mode: vertical-rl;
  font-size: 2rem;
  color: #5a5a5a;
  white-space: nowrap;
  z-index: 10;
  letter-spacing: 0rem;
}

.KeyVisual_text span {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) scale(0.8);
}

/* 順に出す */
.KeyVisual_text.visible span:nth-child(1) {
  animation-delay: 0s;
}

.KeyVisual_text.visible span:nth-child(2) {
  animation-delay: 0.08s;
}

.KeyVisual_text.visible span:nth-child(3) {
  animation-delay: 0.16s;
}

.KeyVisual_text.visible span:nth-child(4) {
  animation-delay: 0.24s;
}

.KeyVisual_text.visible span:nth-child(5) {
  animation-delay: 0.32s;
}

.KeyVisual_text.visible span:nth-child(6) {
  animation-delay: 0.4s;
}

.KeyVisual_text.visible span:nth-child(7) {
  animation-delay: 0.48s;
}

.KeyVisual_text.visible span:nth-child(8) {
  animation-delay: 0.56s;
}

.KeyVisual_text.visible span:nth-child(9) {
  animation-delay: 0.64s;
}

.KeyVisual_text.visible span:nth-child(10) {
  animation-delay: 0.72s;
}

.KeyVisual_text.visible span:nth-child(11) {
  animation-delay: 0.8s;
}

.KeyVisual_text.visible span:nth-child(12) {
  animation-delay: 0.88s;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  #KeyVisual {
    height: 100vh;
    background-position: 40% center;
    padding: 0;
    background-size: cover;
  }

  .KeyVisual_text {
    top: 20%;
    left: 10%;
    font-size: 5.4vw;
  }
}

/*=============================
#keyvisual
=============================*/
/*=============================
#Lead
=============================*/
#Lead {
  margin: 160px auto;
  max-width: 1180px;
  width: 90%;
  z-index: 99;
}

#Lead p:nth-child(n) {
  margin: 40px auto;
}

#Lead .leadtxt p {
  margin: 0;
  padding: 0;
  line-height: 3.4;
}

#Lead .leadtxt img {
  width: 30%;
  margin-bottom: 24px;
}

#Lead2 {
  margin: 160px auto;
  max-width: 1180px;
  width: 90%;
}

#Lead2 p:nth-child(n) {
  margin: 40px auto;
}

#Lead2 .leadtxt p {
  margin: 0;
  padding: 0;
  line-height: 3.4;
}

/*=============================
#Lead
=============================*/

/*=============================
#Movie
=============================*/
#Movie {
  margin: 40px auto;
  width: 100%;
}

#Movie .video-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  will-change: transform;
  overflow: visible;
  /* ← 子要素の拡大を隠さない */
  min-width: 300px;
  /* ← 小さすぎて消えるのを防ぐ */
}

#Movie .movie {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 20px 0;
}

#Movie .movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*=============================
#Movie
=============================*/

/*=============================
#Photo
=============================*/
#Photo {
  width: 100%;
  margin: auto;
}

#Photo h2 {
  font-size: 1.3rem;
  margin: 64px 0;
}

#Photo .photo-box {
  margin: 120px 0;
}

#Photo .allCont .imgFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px auto;
}

#Photo .allCont {
  margin: 120px auto 240px;
}

#Photo .allCont .cont_inner {
  width: 80%;
  margin: 0 auto;
}

#Photo img.imgBottom {
  width: 60%;
  margin: 160px auto;
}

#Photo div img {
  width: 100%;
  display: block;
}

/*** A ***/
.contA {
  width: 100%;
}

#Photo .contA .imgFlex {
  margin: 0px auto;
  width: 70%;
}

#Photo .contA .imgFlex div {
  width: 45%;
}

#Photo .contA .imgFlex img {
  width: 100%;
}

#Photo .contA .imgFlex img.imgLeft {
  margin-bottom: 32%;
}

#Photo .contA .imgFlex img.imgRight {
  margin-top: 32%;
}

#Photo .contA img.imgBottom {
  width: 70%;
}

/*** B ***/
#Photo .contB img.imgB1 {
  width: 48%;
  margin: 160px auto 160px;
  display: block;
}

#Photo .contB img.imgB2 {
  display: block;
  margin: 0 auto;
}

#Photo .contB .imgFlex {
  width: 80%;
}

#Photo .contB .imgFlex div {
  width: 48%;
}

#Photo .contB img.imgB2 {
  width: 30%;
}

/*** C ***/
#Photo .contC img {
  margin-bottom: 64px;
}

#Photo .contC .imgFlex {
  width: 80%;
  align-items: flex-start;
  margin: 240px auto 0px;
}

#Photo .contC .imgFlex div.imgLeft {
  width: 50%;
}

#Photo .contC .imgFlex div.imgRight {
  width: 40%;
  margin: 0 auto;
}

#Photo .contC .imgFlex .flexBox .imgLeft1 {
  margin: 0 auto;
}

/*** D ***/

#Photo .contD .imgFlex {
  margin: 64px auto;
  width: 100%;
  justify-content: space-between;
  gap: 3%;
}

#Photo .contD .imgFlex .flexBox {
  width: 45%;
  margin-bottom: 24%;
}

#Photo .contD .imgFlex .flexBox h2 {
  text-align: left;
}

#Photo .contD .imgFlex div.imgLeft {
  width: 50%;
  margin-top: 24%;
}

#Photo .contD .imgFlex div.imgRight {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
}

#Photo .contD .imgFlex div.imgRight img {
  width: 80%;
}

#Photo .contD .imgFlex img {
  width: 100%;
}

#Photo .contD div.imgBottom img {
  width: 70%;
  margin: 0 auto 0 0;
}

/*** E ***/

#Photo .contE .imgFlex {
  width: 60%;
  margin: 0 auto 0 0;
}

#Photo .contE .imgFlex div {
  width: 48%;
}

#Photo .contE .imgFlex img {
  width: 100%;
}

#Photo .contE div.imgBottom {
  display: block;
  width: 60%;
  margin: 160px 0 160px auto;
}

/*** F ***/
#Photo .contF .imgFlex {
  width: 70%;
  margin: 64px auto;
}

#Photo .contF .imgFlex img {
  width: 100%;
}

#Photo .contF .imgFlex div {
  width: 48%;
}

#Photo .contF div.imgBottom {
  display: block;
  width: 60%;
  margin: 160px auto;
}

/******** detail ********/
#Photo .ditailBox {
  font-family: hiragino-mincho-pron, sans-serif;
  width: 80%;
  max-width: 500px;
  text-align: left;
  margin: 0 auto 0px;
}
#Photo .ditail {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#Photo .ditail p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
#Photo .ditail p.line {
  width: 100%;
  font-size: 60%;
}
#Photo .ditail p.name {
  flex: 1;
}

#Photo .ditail p span {
  display: block;
  font-size: 0.9rem;
  margin: 0px 16px;
}
#Photo .ditail a {
  display: block;
  border: solid 1px #333;
  color: #333;
  width: 80px;
  text-align: center;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 8px 0 6px;
}
#Photo .ditail a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .dialog {
    height: 100%;
  }

  #SOME25ss .dialog .dialog_inner_item .text-content {
    font-size: 3vw;
  }

  .dialog .dialog_inner .dialog_inner_item .buy_btn {
    font-size: 3vw;
  }
}

/* アニメーションスタイル */
/* ---------------------------- */

/* fade left */
.u-fade-type-left {
  transform: translateX(50px);
  opacity: 0;
}

.u-fade-type-left.is-activefade {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-activefade .u-fade-type-left {
  transition: 0.6s;
  transform: translateX(0);
  opacity: 1;
}

.is-activefade .u-fade-type-left:nth-child(2) {
  transition-delay: 0.2s;
}

.is-activefade .u-fade-type-left:nth-child(3) {
  transition-delay: 0.4s;
}

.is-activefade .u-fade-type-left:nth-child(4) {
  transition-delay: 0.8s;
}

.is-activefade .u-fade-type-left:nth-child(5) {
  transition-delay: 1.2s;
}

.is-activefade .u-fade-type-left:nth-child(6) {
  transition-delay: 1.6s;
}

/*=============================
dialog
=============================*/
/*=========animation===========*/
/* フェードインアニメーション */
.fade-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fade-item.fade-in {
  opacity: 1;
}

/* スケールインアニメーション */
@keyframes scaleIn {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.scale-item {
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.5s ease-in-out;
}

.scale-item.photo-box {
  animation: scaleIn 2s forwards;
  opacity: 1;
}

/*=============================
Gsap
=============================*/
[class*="section-slide"],
.section-scale-in {
  will-change: transform, opacity;
  transform-origin: center center;
  margin: 120px 0;
}

.section-slide-left img,
.section-slide-right img,
.section-slide-up img,
.section-scale-in img {
  width: 100%;
  height: auto;
  display: block;
}

/*=============================
Gsap
=============================*/

/*=============================
Items
=============================*/
#Items {
  width: 80%;
  margin: 0 auto 80px;
  font-family: hiragino-mincho-pron, sans-serif;
}

#Items h2 {
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
  border-bottom: #000 solid 1px;
  padding-bottom: 8px;
  margin-bottom: 64px;
  font-weight: 100;
}

#Items .itemFlex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
}

#Items .itemFlex .itemBox {
  display: flex;
  justify-content: space-between;
  width: 48%;
}

#Items .itemFlex .itemBox img {
  display: block;
  width: 50%;
  aspect-ratio: 1 / 1.6;
  object-fit: cover;
}

#Items .itemFlex .itemBox .ditailBox {
  width: 45%;
  text-align: left;
}

#Items .itemFlex .itemBox .ditail {
  margin-bottom: 24px;
}

#Items .itemFlex .itemBox .ditail p {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#Items .itemFlex .itemBox .ditail p span {
  display: block;
  font-size: 0.7rem;
  margin: 8px 0;
}

#Items .itemFlex .itemBox .ditail a {
  display: block;
  border: solid 1px #333;
  color: #333;
  width: 80px;
  text-align: center;
  border-radius: 20px;
  font-size: 0.8rem;
  padding: 8px 0 6px;
}

#Items .itemFlex .itemBox .ditail a:hover {
  opacity: 0.8;
}

/*=============================
Items
=============================*/

/*=============================
#Credit
=============================*/
#Credit {
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 90%;
  margin: 0 auto;
}

#Credit img {
  width: 50%;
  max-width: 300px;
  display: block;
  margin: 0 auto 80px;
}

#Credit h3 {
  font-size: 120%;
}

#Credit p {
  line-height: 1.8;
  font-size: 0.8em;
  margin-bottom: 2em;
}

#Credit p.Fmidi {
  font-size: 140%;
  margin-bottom: 80px;
}

#Credit h4 {
  text-decoration: underline;
  margin: 80px auto 24px;
}

@media screen and (max-width: 768px) {
  #Credit {
    width: 80%;
  }

  #Credit img {
    margin: 0 auto 60px;
  }

  #Credit h3 {
    font-size: 100%;
  }

  #Credit p {
    line-height: 1.2;
    font-size: 60% !important;
    margin-bottom: 2em;
  }

  #Credit p.Fmidi {
    font-size: 110% !important;
    margin-bottom: 40px;
  }

  #Credit h4 {
    font-size: 90%;
    margin: 60px auto 16px;
  }
}

/*=============================
#Credit
=============================*/
/*=============================
#PopUp
=============================*/
#PopUp {
  margin: 160px auto;
  width: 90%;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #555;
}

#PopUp h2 {
  margin-bottom: 40px;
  border-bottom: solid 1px #555;
  font-size: 2rem;
  display: inline-block;
  padding-bottom: 16px;
  letter-spacing: 0.1em;
  font-weight: 100;
}

#PopUp h4 {
  width: 100%;
  margin: 24px 0 0px;
  font-size: 1.1rem;
  display: inline-block;
  padding-bottom: 16px;
  letter-spacing: 0.1em;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#PopUp h4::after {
  content: "";
  width: 4em;
  background: #333;
  height: 1px;
  flex-grow: 1;
  /* 横幅いっぱい */
  display: inline-block;
  margin-left: 24px;
}

#PopUp .area-wrap {
  margin: 0 auto 80px;
}

#PopUp .area-wrap .shop {
  margin: 40px auto;
  position: relative;
  width: 100%;
}

#PopUp .area-wrap .shop .toggle-trigger {
  align-items: center;
  background: transparent;
  border: solid 1px #555;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  height: 100px;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  width: 320px;
  z-index: 1;
  border-radius: 16px;
}

#PopUp .area-wrap .shop .toggle-trigger:hover {
  background: #555555;
  border: 1px solid #555555;
}

#PopUp .area-wrap .shop .toggle-trigger.active {
  background: #555555;
  border: 1px solid #555555;
}

#PopUp .area-wrap .shop .toggle-trigger.active:before,
#PopUp .area-wrap .shop .toggle-trigger.active:after {
  content: none;
}

#PopUp .area-wrap .shop .toggle-section {
  height: 0;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
  width: 70%;
}

#PopUp .area-wrap .shop .toggle-section.show-section {
  height: auto;
  opacity: 1;
}

#PopUp .area-wrap .shop .toggle-section h3 {
  font-family: ten-mincho, serif;
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 24px;
  margin-top: 24px;
  text-align: center;
}

#PopUp .area-wrap .shop .toggle-section h3 span.wave {
  font-size: 2rem;
  margin: 0 1rem;
  vertical-align: middle;
}

#PopUp .area-wrap .shop .toggle-section h3 span.min {
  display: inline-block;
  font-size: 30%;
  letter-spacing: 0;
  margin: 0;
  text-transform: uppercase;
  transform: skewX(-10deg);
}

#PopUp .area-wrap .shop .toggle-section .list {
  margin: 60px auto;
  max-width: 1000px;
  width: 100%;
}

#PopUp .area-wrap .shop .toggle-section .list:last-child {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

#PopUp .area-wrap .shop .toggle-section .list li {
  font-size: 1rem;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 90%;
}

#PopUp .area-wrap .shop .toggle-section .list.center li {
  text-align: left;
}

#PopUp .area-wrap .shop .toggle-section .list.short {
  width: 90%;
}

#PopUp .area-wrap .shop .toggle-section .list.middle {
  width: 90%;
}

#PopUp .area-wrap .shop .toggle-section .list li span.name {
  margin-left: 1rem;
}

#PopUp .area-wrap .shop .toggle-section .list li span.en {
  display: inline-block;
  letter-spacing: 0.1rem;
  margin-right: 1em;
  text-transform: uppercase;
  transform: scaleY(0.95);
}

#PopUp .area-wrap .shop .toggle-section .list li span.en.cr {
  text-transform: capitalize;
}

#PopUp .area-wrap .shop .toggle-section .list li span.en.normal {
  text-transform: none;
}

#PopUp .area-wrap .shop .toggle-section .list li.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#PopUp .area-wrap .shop .toggle-section .list li .child .data {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 16px;
  line-height: 1.6;
  font-size: 1rem;
  margin-left: 6em;
}

#PopUp .area-wrap .shop .toggle-section .list li .child .data .location {
  font-size: 80%;
  margin-right: 2em;
  width: 5em;
  line-height: 1;
}

#PopUp .area-wrap .shop .toggle-section .list li .child {
  margin-bottom: 24px;
  width: 100%;
}

#PopUp .area-wrap .shop a.active {
  background: black;
  color: white;
}

#PopUp .area-wrap .shop a::before,
#PopUp .area-wrap .shop a::after {
  content: "";
  position: absolute;
  top: 0;
  transition: transform ease 0.3s;
  width: 100%;
  z-index: -1;
}

#PopUp .area-wrap .shop a::before {
  border-bottom: 100px solid #555555;
  border-right: 100px solid transparent;
  right: -100px;
  transform: translateX(-100%);
}

#PopUp .area-wrap .shop a::after {
  border-left: 100px solid transparent;
  border-top: 100px solid #555555;
  left: -100px;
  transform: translateX(100%);
}

#PopUp .area-wrap .shop a:hover {
  color: #fff;
  opacity: 1;
}

#PopUp .area-wrap .shop a:hover::before {
  transform: translateX(-49%);
}

#PopUp .area-wrap .shop a:hover::after {
  transform: translateX(49%);
}

#PopUp .area-wrap .shop a.vm {
  align-items: center;
  background: #555;
  border: solid 1px #555;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 1.6rem;
  height: 100px;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
  width: 320px;
  z-index: 1;
  border-radius: 16px;
}

#PopUp .area-wrap .shop a.vm p {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

#PopUp .area-wrap .shop a.vm p::before {
  aspect-ratio: 1/1;
  background: url(../image/icon_bag.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 32px;
}

#PopUp .area-wrap .shop a.vm::before {
  border-bottom: 120px solid #fff;
}

#PopUp .area-wrap .shop a.vm::after {
  border-top: 120px solid #fff;
}

#PopUp .area-wrap .shop a.vm:hover {
  color: #555;
}

#PopUp .area-wrap .shop a.vm:hover p::before {
  background: url(../image/icon_bag-b.png) no-repeat;
  background-position: center;
  background-size: contain;
}

#PopUp p.ex {
  font-size: 0.8rem;
  text-align: center;
}

/*=============================
#PopUp
=============================*/

/*=============================
#banner
=============================*/
#banner {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 600px;
}
#banner a {
  display: block;
}
#banner a img {
  display: block;
  width: 100%;
}
/*=============================
#banner
=============================*/

#SOME25ss .order1 {
  order: 1;
}

#SOME25ss .order2 {
  order: 2;
}

.pc {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: inline-block !important;
  }

  #SOME25AW p {
    font-size: 14px;
    line-height: 2;
  }

  /*=============================
#KeyVisual
=============================*/
  #KeyVisual {
    height: 100vh;
    background-position: 40% center;
    padding: 0;
    background-size: cover;
  }

  .KeyVisual_text {
    top: 6%;
    left: 10%;
    font-size: 5.4vw;
  }

  /*=============================
  #KeyVisual
  =============================*/

  /*=============================
  #Lead
  =============================*/
  #Lead {
    margin: 20vw auto;
    width: 100%;
  }

  #Lead.left p {
    letter-spacing: 0;
    text-align: justify;
  }

  #Lead .leadtxt img {
    width: 60%;
  }

  #Lead p:nth-child(n) {
    margin: 5vw auto;
    line-height: 3;
  }

  #Lead2 {
    margin: 20vw auto;
    width: 100%;
  }

  #Lead2.left p {
    letter-spacing: 0;
    text-align: justify;
  }

  #Lead2 p:nth-child(n) {
    margin: 5vw auto;
    line-height: 3;
  }

  /*=============================
  #Lead
  =============================*/
  /*=============================
#Movie
=============================*/
  #Movie {
    margin: 24px auto;
    width: 100%;
    height: 100%;
  }

  #Movie .video-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    will-change: transform;
    overflow: visible;
  }

  #Movie .movie {
    aspect-ratio: 9/16;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
  }

  #Movie .movie iframe {
    height: 80%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  /*=============================
#Movie
=============================*/

  /*=============================
#Photo
=============================*/
  [class*="section-slide"],
  .section-scale-in {
    will-change: transform, opacity;
    transform-origin: center center;
    margin: 80px 0;
  }

  #Photo {
    width: 100%;
    margin: auto;
  }

  #Photo h2 {
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin: 80px 0;
  }

  #Photo .photo-box {
    margin: 80px 0;
  }

  #Photo .allCont .imgFlex {
    margin: 40px auto;
    display: block;
  }

  #Photo .allCont {
    margin: 0px auto 80px;
  }

  #Photo .allCont .cont_inner {
    margin: 0 auto;
  }

  #Photo div.imgBottom {
    width: 100%;
    margin: 64px auto;
  }

  #Photo div img {
    width: 100%;
  }

  /*** A ***/
  .contA {
    width: 100%;
  }

  #Photo .contA .imgFlex {
    margin: 0px auto;
    display: block;
    width: 80%;
  }

  #Photo .contA .imgFlex div:nth-child(1) {
    width: 80%;
    margin: 0 auto 0 0;
  }

  #Photo .contA .imgFlex div:nth-child(2) {
    width: 80%;
    margin: 0 0 0 auto;
  }

  #Photo .contA img.imgBottom {
    width: 80%;
    margin: 0 auto;
  }

  /*** B ***/
  #Photo .contB img.imgB1 {
    width: 50%;
    margin: 64px auto 80px;
  }

  #Photo .contB img.imgB2 {
    margin: 0 auto;
  }

  #Photo .contB .imgFlex {
    width: 70%;
    margin: 0 auto;
  }

  #Photo .contB .imgFlex div {
    width: 100%;
  }

  #Photo .contB img.imgB2 {
    width: 60%;
  }

  /*** C ***/
  #Photo .contC img {
    margin-bottom: 0px;
  }

  #Photo .contC .imgFlex {
    margin: 0px auto 0px;
  }

  #Photo .contC .imgFlex div.imgLeft {
    width: 80%;
    margin: 0 auto 0 0;
  }

  #Photo .contC .imgFlex div.imgRight {
    width: 70%;
    margin: 0 0 0 auto;
  }

  #Photo .contC .imgFlex .flexBox .imgLeft1 {
    margin: 0 auto;
  }

  #Photo .contC img.imgBottom {
    width: 80%;
    margin: 0 auto;
  }

  /*** D ***/
  #Photo .contD .imgFlex {
    margin: 64px auto;
    width: 100%;
    gap: 3%;
  }

  #Photo .contD .imgFlex .flexBox {
    width: 100%;
    margin-bottom: 2%;
  }

  #Photo .contD .imgFlex .flexBox h2 {
    margin-left: 24px;
  }

  #Photo .contD .imgFlex div.imgLeft {
    width: 80%;
    margin-top: 64px;
  }

  #Photo .contD .imgFlex div.imgRight {
    width: 100%;
    text-align: left;
  }

  #Photo .contD .imgFlex div.imgRight img {
    display: block;
    width: 70%;
    margin: 0 0 0 auto;
  }

  #Photo .contD div.imgBottom {
    width: 90%;
    margin: 0 auto 80px;
  }

  #Photo .contD div.imgBottom img {
    width: 100%;
  }

  /*** E ***/
  #Photo .contE .imgFlex {
    width: 60%;
    margin: 0 auto 0 0;
  }

  #Photo .contE .imgFlex div {
    width: 100%;
  }

  #Photo .contE .imgFlex img {
    width: 100%;
  }

  #Photo .contE div.imgBottom {
    display: block;
    width: 70%;
    margin: 0 auto 80px;
  }

  /*** F ***/
  #Photo .contF .imgFlex {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 64px auto;
  }

  #Photo .contF .imgFlex img {
    width: 100%;
  }

  #Photo .contF .imgFlex .imgLeft {
    margin: 0 auto;
  }

  #Photo .contF .imgFlex .imgRight {
    margin: 80px auto 0;
  }

  #Photo .contF div.imgBottom {
    display: block;
    width: 80%;
    margin: 0 auto 80px;
  }

  /******** detail ********/
  #Photo .ditailBox {
    width: 80%;
    max-width: 100%;
    margin-bottom: 0px;
  }
  #Photo .ditail {
    margin-bottom: 16px;
  }
  #Photo .ditail p {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
  }
  #Photo .ditail p.line {
    width: 100%;
    font-size: 60%;
    margin-bottom: 4px;
  }
  #Photo .ditail p.name {
    flex: 1;
  }

  #Photo .ditail p span {
    font-size: 80%;
  }
  #Photo .ditail a {
    display: block;
    width: 60px;
    font-size: 50%;
  }

  /*=============================
#Photo
=============================*/

  /*=============================
Items
=============================*/
  #Items {
    width: 80%;
    margin: 0 auto 80px;
  }

  #Items h2 {
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #Items .itemFlex {
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  #Items .itemFlex .itemBox {
    display: block;
    width: 100%;
  }

  #Items .itemFlex .itemBox img {
    display: block;
    width: 100%;
    margin-bottom: 24px;
  }

  #Items .itemFlex .itemBox .ditailBox {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  #Items .itemFlex .itemBox .ditail {
    margin-bottom: 24px;
  }

  #Items .itemFlex .itemBox .ditail p {
    font-size: 0.9rem;
  }

  #Items .itemFlex .itemBox .ditail p span {
    font-size: 70%;
  }

  #Items .itemFlex .itemBox .ditail a {
    width: 80px;
    font-size: 70%;
    margin: 0 auto;
  }

  #Items .itemFlex .itemBox .ditail a:hover {
    opacity: 0.8;
  }

  /*=============================
Items
=============================*/

  /*=============================
  #PopUp
  =============================*/
  #PopUp {
    margin: 80px auto;
  }

  #PopUp h2 {
    font-size: 1.6rem;
    margin-bottom: 0px;
  }

  #PopUp h2 img {
    width: 70%;
  }

  #PopUp .area-wrap {
    margin: 40px auto;
  }

  #PopUp .area-wrap .shop {
    margin: 0 auto 24px;
    overflow: hidden;
  }

  #PopUp .area-wrap .shop .toggle-section {
    margin: 0 auto;
    width: 90%;
  }

  #PopUp .area-wrap .shop a {
    font-size: 1.1rem;
    height: 80px;
    width: 100%;
  }

  #PopUp .area-wrap .shop .toggle-trigger {
    width: 98%;
    font-size: 1.1rem;
    height: 80px;
  }

  #PopUp .area-wrap .shop .toggle-section h3 {
    font-family: ten-mincho, serif;
    font-size: 2.4rem;
    letter-spacing: 0.05rem;
    margin-bottom: 16px;
    margin-top: 16px;
    text-align: center;
  }

  #PopUp .area-wrap .shop .toggle-section h3 span.wave {
    font-size: 1rem;
    margin-left: 0.5em;
    margin-right: 0.5em;
    vertical-align: middle;
  }

  #PopUp .area-wrap .shop .toggle-section h3 span.min {
    font-size: 40%;
    margin: 0 0;
  }

  #PopUp .area-wrap .shop .toggle-section .list li .child .data {
    flex-wrap: wrap;
    font-size: 80%;
  }

  #PopUp .area-wrap .shop .toggle-section .list li .child .data .location {
    font-size: 1rem;
    margin-right: 0;
    margin-top: 8px;
    width: 100%;
  }

  #PopUp .area-wrap .shop .toggle-section .list {
    margin-bottom: 0;
    margin: 24px auto;
  }

  #PopUp .area-wrap .shop .toggle-section .list:last-child {
    margin-bottom: 0;
  }

  #PopUp .area-wrap .shop .toggle-section .list li {
    font-size: 80%;
  }

  #PopUp .area-wrap .shop .toggle-section .list.center li {
    text-align: left;
  }

  #PopUp .area-wrap .shop .toggle-section .list.short {
    width: 100%;
  }

  #PopUp .area-wrap .shop .toggle-section .list.middle {
    width: 100%;
  }

  #PopUp .area-wrap .shop .toggle-section .list li span.name {
    margin-left: 1rem;
  }

  #PopUp .area-wrap .shop .toggle-section .list li span.en {
    letter-spacing: 0.1rem;
  }

  #PopUp .area-wrap .shop .toggle-section .list li.flex {
    flex-wrap: wrap;
    width: 100%;
  }

  #PopUp p.ex {
    font-size: 70%;
    margin: 40px auto 7.5vw;
    text-align: left;
    width: 90%;
    line-height: 1.6;
  }

  /*=============================
  #PopUp
  =============================*/

  .section-slide-left,
  .section-slide-right {
    opacity: 0;
    visibility: hidden;
  }

  .section-slide-left.gsap-revealed,
  .section-slide-right.gsap-revealed {
    opacity: 1;
    visibility: visible;
  }
}

/*=============================
=============================
#SOME25ss
=============================
=============================*/
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*# sourceMappingURL=style.css.map */

/*=============================
=============================
#スクロールで重なる動き
=============================
=============================*/
.sticky-item {
  background-color: #fff;
  position: relative;
}
