
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  color: #231815;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #231815;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 751px) {
  html {
    font-size: 7.3px; }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  max-width: 100%;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit;
  touch-action: manipulation; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.en {
  font-family: sans-serif; }

.slide .shop {
  position: absolute;
  top: 0; }
  .slide .shop:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .shop {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 4.2%;
    margin: 0 1% 0 0; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 2.15vw;
      height: 2.15vw;
      text-indent: -9999em;
      background-color: #CECECE;
      border-radius: 50%;
      transition: background-color 0.2s ease-out; }
.slide .slick-arrow {
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 10;
  width: calc(100 / 750 * 100vw);
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  aspect-ratio: 1 / 1;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: 40%; }
  .slide .slick-arrow.slick-prev {
    right: calc(200 / 750 * 100vw); }
  .slide .slick-arrow.slick-next {
    right: calc(100 / 750 * 100vw);
    transform: rotate(180deg); }
    .slide .slick-arrow.slick-next:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: calc(100% - 1px);
      width: 2px;
      height: 60%;
      background-color: #ffffff;
      margin: auto; }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #231815, #231815);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 751px) {
  .slide .slick-dots {
    top: calc(100% + 13px); }
    .slide .slick-dots li {
      flex-basis: 15px;
      margin: 0 10px 0 0; }
      .slide .slick-dots li button {
        width: 10px;
        height: 10px; }
  .slide .slick-arrow {
    width: 4rem;
    height: 4rem; }
    .slide .slick-arrow.slick-prev {
      left: 0.6rem; }
    .slide .slick-arrow.slick-next {
      right: 0.6rem; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

@media screen and (min-width: 751px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP {
    display: none; }
    .modeSP.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

#main {
  overflow: hidden; }

.contentInner {
  width: calc(684 / 750 * 100%);
  margin: auto; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  will-change: transform, opacity; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 751px) {
  .contentInner {
    width: 100%;
    max-width: 1240px;
    padding: 0 20px;
    box-sizing: border-box; } }
#stage #scene1,
#stage #scene2 {
  display: none; }

@media screen and (min-width: 751px) {
  #stage {
    display: grid;
    grid-template-areas: "scene1 mainContents scene2";
    grid-template-columns: 1fr 550px 1fr;
    position: relative; }
    #stage #scene1 {
      opacity: 0.75;
      display: block;
      grid-area: scene1;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh;
      background: url(../images/bg_stage_left.jpg) left center no-repeat;
      background-size: cover; }
    #stage #scene2 {
      opacity: 0.75;
      display: block;
      grid-area: scene2;
      position: sticky;
      top: 0;
      height: 100vh;
      background: url(../images/bg_stage_right.jpg) right center no-repeat;
      background-size: cover; } }
/* maincCntents */
@media screen and (min-width: 751px) {
  #maincCntents {
    position: relative;
    max-width: 550px;
    margin: auto; }
    #maincCntents:before, #maincCntents:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 10;
      width: 15px;
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
      background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      will-change: filter; }
    #maincCntents:after {
      left: 100%;
      right: auto;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); } }
.modalContentWrap {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  will-change: transform, opacity; }
  .modalContentWrap .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #231815; }
  .modalContentWrap .modalContent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    color: #ffffff; }
    .modalContentWrap .modalContent #modalHeader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      background-color: #231815;
      aspect-ratio: 750 / 100; }
      .modalContentWrap .modalContent #modalHeader:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: calc(242 / 750 * 100%);
        background: url(../images/bg_triangle4.svg) left top no-repeat;
        background-size: contain;
        aspect-ratio: 242 / 100; }
      .modalContentWrap .modalContent #modalHeader .closeButton {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000;
        width: calc(100 / 750 * 100vw);
        height: 0;
        background-color: #ecca69;
        padding: calc(100 / 750 * 100vw) 0 0 0; }
        .modalContentWrap .modalContent #modalHeader .closeButton .wrap {
          display: flex;
          align-items: center;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: calc(60 / 100 * 100%);
          height: 0;
          padding: calc(52 / 100 * 100%) 0 0 0;
          margin: auto; }
          .modalContentWrap .modalContent #modalHeader .closeButton .wrap span {
            position: absolute;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #ffffff;
            margin: auto;
            transition: all 0.2s; }
            .modalContentWrap .modalContent #modalHeader .closeButton .wrap span:nth-of-type(1) {
              top: 0;
              bottom: 0;
              left: 0;
              transform: translateY(50%) translateY(-1px) rotate(-45deg); }
            .modalContentWrap .modalContent #modalHeader .closeButton .wrap span:nth-of-type(2) {
              top: 0;
              bottom: 0;
              left: 0;
              transform: translateY(-50%) translateY(1px) rotate(45deg); }
      .modalContentWrap .modalContent #modalHeader .arrow,
      .modalContentWrap .modalContent #modalHeader .slick-arrow {
        cursor: pointer;
        position: absolute;
        top: 0;
        z-index: 10;
        width: calc(100 / 750 * 100%);
        text-indent: -9999em;
        margin: auto;
        padding: 0;
        background: none;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        aspect-ratio: 1 / 1;
        background: url(../images/icon_arrow.svg) center center no-repeat;
        background-size: 40%; }
        .modalContentWrap .modalContent #modalHeader .arrow.prev, .modalContentWrap .modalContent #modalHeader .arrow.slick-prev,
        .modalContentWrap .modalContent #modalHeader .slick-arrow.prev,
        .modalContentWrap .modalContent #modalHeader .slick-arrow.slick-prev {
          right: calc(200 / 750 * 100%); }
        .modalContentWrap .modalContent #modalHeader .arrow.next, .modalContentWrap .modalContent #modalHeader .arrow.slick-next,
        .modalContentWrap .modalContent #modalHeader .slick-arrow.next,
        .modalContentWrap .modalContent #modalHeader .slick-arrow.slick-next {
          right: calc(100 / 750 * 100%);
          transform: rotate(180deg); }
          .modalContentWrap .modalContent #modalHeader .arrow.next:before, .modalContentWrap .modalContent #modalHeader .arrow.slick-next:before,
          .modalContentWrap .modalContent #modalHeader .slick-arrow.next:before,
          .modalContentWrap .modalContent #modalHeader .slick-arrow.slick-next:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: calc(100% - 1px);
            width: 2px;
            height: 60%;
            background-color: #ffffff;
            margin: auto; }
    .modalContentWrap .modalContent .inner {
      width: 100%;
      height: 100%; }
    .modalContentWrap .modalContent .shop {
      width: 100%; }
      .modalContentWrap .modalContent .shop .box {
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        padding: calc(100 / 750 * 100%) 0 0 0;
        box-sizing: border-box;
        scrollbar-width: 6px;
        scrollbar-color: #ffffff; }
        .modalContentWrap .modalContent .shop .box::-webkit-scrollbar {
          width: 6px;
          height: 6px; }
        .modalContentWrap .modalContent .shop .box::-webkit-scrollbar-track {
          background-color: transparent; }
        .modalContentWrap .modalContent .shop .box::-webkit-scrollbar-thumb {
          background-color: #ffffff;
          border-radius: 5px; }
      .modalContentWrap .modalContent .shop .image {
        margin: 0 0 calc(20 / 750 * 100%) 0; }
      .modalContentWrap .modalContent .shop .info {
        display: flex;
        justify-content: space-between;
        width: calc(700 / 750 * 100%);
        margin: 0 auto calc(75 / 750 * 100%) auto; }
        .modalContentWrap .modalContent .shop .info .textWrap {
          flex-basis: calc(420 / 700 * 100%); }
          .modalContentWrap .modalContent .shop .info .textWrap .genre {
            font-size: 2.4rem;
            line-height: 1.42; }
          .modalContentWrap .modalContent .shop .info .textWrap .name {
            font-size: 3.7rem;
            line-height: 1.05;
            font-weight: 700;
            margin: 0 0 calc(30 / 420 * 100%) 0; }
          .modalContentWrap .modalContent .shop .info .textWrap .areaWrap {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .modalContentWrap .modalContent .shop .info .textWrap .areaWrap .category {
              display: flex;
              align-items: center;
              justify-content: center;
              flex-basis: calc(145 / 420 * 100%);
              flex-shrink: 0;
              color: #231815;
              font-size: 2.7rem;
              line-height: 1;
              text-align: center;
              background-color: #ecca69;
              aspect-ratio: 145 / 65; }
            .modalContentWrap .modalContent .shop .info .textWrap .areaWrap .place {
              flex-basis: calc(265 / 420 * 100%);
              font-size: 2.4rem;
              line-height: 1.25;
              font-weight: 700; }
              .modalContentWrap .modalContent .shop .info .textWrap .areaWrap .place a {
                color: #ecca69;
                text-decoration: underline; }
          .modalContentWrap .modalContent .shop .info .textWrap .time {
            font-size: 2.6rem;
            line-height: 1.23;
            margin: calc(30 / 420 * 100%) 0 0 0; }
            .modalContentWrap .modalContent .shop .info .textWrap .time .small {
              font-size: 2rem;
              line-height: 1.3; }
        .modalContentWrap .modalContent .shop .info .logo {
          flex-basis: calc(264 / 700 * 100%); }
      .modalContentWrap .modalContent .shop .intro {
        text-align: center;
        width: calc(700 / 750 * 100%);
        margin: 0 auto calc(90 / 750 * 100%) auto; }
        .modalContentWrap .modalContent .shop .intro .copy {
          font-size: 3.2rem;
          line-height: 1.25;
          font-weight: 700;
          margin: 0 0 calc(60 / 750 * 100%) 0; }
        .modalContentWrap .modalContent .shop .intro .text {
          font-size: 3rem;
          line-height: 2; }
      .modalContentWrap .modalContent .shop .buttonArea {
        position: relative;
        width: calc(550 / 750 * 100%);
        margin: auto;
        padding: 0 0 calc(110 / 750 * 100%) 0; }
        .modalContentWrap .modalContent .shop .buttonArea:after {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1;
          width: calc(278 / 550 * 100%);
          background: url(../images/bg_triangle3.svg) right bottom no-repeat;
          background-size: contain;
          margin: 0 calc(-125 / 500 * 100%) calc(12 / 500 * 100%) 0;
          aspect-ratio: 278 / 248; }
        .modalContentWrap .modalContent .shop .buttonArea p {
          margin: calc(50 / 500 * 100%) 0 0 0; }
          .modalContentWrap .modalContent .shop .buttonArea p:first-child {
            margin: 0; }
        .modalContentWrap .modalContent .shop .buttonArea .button {
          position: relative;
          z-index: 2;
          font-size: 3.2rem;
          line-height: 1;
          font-weight: 700;
          background-color: #ecca69;
          padding: 0.1em 0 0 0;
          border: 1px solid transparent;
          aspect-ratio: 500 / 70; }
          .modalContentWrap .modalContent .shop .buttonArea .button.evergreen {
            font-size: 2.8rem;
            line-height: 1; }
          .modalContentWrap .modalContent .shop .buttonArea .button:hover {
            color: #ecca69;
            background-color: #231815;
            border: 1px solid #ecca69; }
          .modalContentWrap .modalContent .shop .buttonArea .button.red {
            color: #ffffff;
            background-color: #d90b18; }
            .modalContentWrap .modalContent .shop .buttonArea .button.red:hover {
              color: #d90b18;
              background-color: #ffffff;
              border: 1px solid #d90b18; }
      .modalContentWrap .modalContent .shop .service {
        width: calc(700 / 750 * 100%);
        margin: auto;
        padding: 0 0 calc(80 / 750 * 100%) 0; }
        .modalContentWrap .modalContent .shop .service .list {
          display: flex;
          justify-content: space-between; }
          .modalContentWrap .modalContent .shop .service .list .item {
            opacity: 0.5;
            flex-basis: calc(135 / 700 * 100%);
            color: #221714;
            font-size: 2rem;
            line-height: 1.1;
            font-weight: 700;
            text-align: center;
            background-color: #ffffff;
            padding: 0 0 calc(3 / 320 * 100%) 0; }
            .modalContentWrap .modalContent .shop .service .list .item.on {
              opacity: 1; }
            .modalContentWrap .modalContent .shop .service .list .item:nth-child(1):before {
              background: url(../images/service/icon_service1.svg) center center no-repeat;
              background-size: contain; }
            .modalContentWrap .modalContent .shop .service .list .item:nth-child(2):before {
              background: url(../images/service/icon_service2.svg) center center no-repeat;
              background-size: contain; }
            .modalContentWrap .modalContent .shop .service .list .item:nth-child(3):before {
              background: url(../images/service/icon_service3.svg) center center no-repeat;
              background-size: contain; }
            .modalContentWrap .modalContent .shop .service .list .item:nth-child(4):before {
              background: url(../images/service/icon_service4.svg) center center no-repeat;
              background-size: contain; }
            .modalContentWrap .modalContent .shop .service .list .item:nth-child(5):before {
              background: url(../images/service/icon_service5.svg) center center no-repeat;
              background-size: contain; }
            .modalContentWrap .modalContent .shop .service .list .item:before {
              content: "";
              display: block;
              width: 100%;
              aspect-ratio: 135 / 55; }
  .modalContentWrap.close .bg {
    display: none; }

@media screen and (min-width: 751px) {
  .modalContentWrap .modalContent {
    max-width: 550px;
    margin: auto; }
    .modalContentWrap .modalContent #modalHeader {
      max-width: 550px;
      margin: auto; }
      .modalContentWrap .modalContent #modalHeader .closeButton {
        position: absolute;
        width: calc(100 / 750 * 100%);
        padding: calc(100 / 750 * 100%) 0 0 0; } }
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  #header #head {
    position: relative;
    z-index: 1000;
    background-color: #ffffff; }

#globalNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }
  #globalNav .button {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(100 / 750 * 100vw);
    height: 0;
    background-color: #ecca69;
    padding: calc(100 / 750 * 100vw) 0 0 0;
    box-sizing: border-box; }
    #globalNav .button .wrap {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc(60 / 100 * 100%);
      height: 0;
      padding: calc(52 / 100 * 100%) 0 0 0;
      margin: auto; }
      #globalNav .button .wrap span {
        position: absolute;
        left: 0;
        right: 0;
        height: 3px;
        background-color: #ffffff;
        margin: auto;
        transition: all 0.2s; }
        #globalNav .button .wrap span:nth-of-type(1) {
          top: 0; }
        #globalNav .button .wrap span:nth-of-type(2) {
          top: calc(50% - 1px); }
        #globalNav .button .wrap span:nth-of-type(3) {
          bottom: 0; }
  #globalNav .menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    height: 100vh; }
    #globalNav .menu .menuBg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh;
      background-color: #231815; }
    #globalNav .menu .menuInner {
      overflow: auto;
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      color: #ffffff;
      transform: translateX(100vw);
      transition: opacity 0.2s ease-out;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box; }
    #globalNav .menu .wrap {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh; }
      #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: linear-gradient(45deg, #dcb844 0 28.28%, #f3d28c 70.25%, #f3d28c 100%);
        padding: calc(100 / 750 * 100vw) 0 0 0; }
      #globalNav .menu .wrap:after {
        top: auto;
        bottom: 0; }
    #globalNav .menu .list {
      position: relative;
      width: calc(500 / 750 * 100%);
      margin: auto;
      padding: calc(250 / 750 * 100%) 0 calc(245 / 750 * 100%) 0; }
      #globalNav .menu .list:before, #globalNav .menu .list:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: calc(297 / 500 * 100%);
        background: url(../images/bg_triangle.svg) center center no-repeat;
        background-size: contain;
        margin: calc(50 / 500 * 100%) calc(-125 / 500 * 100%) 0 0;
        padding: calc(211 / 500 * 100%) 0 0 0; }
      #globalNav .menu .list:after {
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        margin: 0 0 calc(50 / 500 * 100%) calc(-160 / 500 * 100%); }
      #globalNav .menu .list .item {
        margin: 0 0 calc(31 / 500 * 100%) 0;
        border-bottom: 1px solid #f3d28c; }
        #globalNav .menu .list .item a {
          width: 100%;
          font-size: 3.4rem;
          line-height: 1; }
          #globalNav .menu .list .item a p {
            display: flex;
            padding: 0.5em 0 0.5em 0.4em; }
            #globalNav .menu .list .item a p .en {
              display: block;
              position: relative;
              height: 0.9em;
              margin: 0 0 0 1.2em; }
              #globalNav .menu .list .item a p .en svg {
                position: absolute;
                width: auto;
                height: 100%; }
                #globalNav .menu .list .item a p .en svg .cls-1 {
                  fill: #ffffff; }
                #globalNav .menu .list .item a p .en svg .cls-2 {
                  fill: none; }
                #globalNav .menu .list .item a p .en svg .cls-3 {
                  clip-path: url(#clippath); }
  #globalNav.open .button {
    background-color: transparent; }
    #globalNav.open .button .wrap span {
      background-color: #231815; }
      #globalNav.open .button .wrap span:nth-of-type(1) {
        bottom: 0;
        left: 0;
        transform: translateY(50%) translateY(-1px) rotate(-45deg); }
      #globalNav.open .button .wrap span:nth-of-type(2) {
        opacity: 0;
        left: 0; }
      #globalNav.open .button .wrap span:nth-of-type(3) {
        top: 0;
        left: 0;
        transform: translateY(-50%) translateY(1px) rotate(45deg); }
  #globalNav.open .menu {
    left: 0; }
    #globalNav.open .menu .menuInner {
      opacity: 1;
      left: 0;
      margin: auto;
      transform: translateX(0);
      scrollbar-width: 6px;
      scrollbar-color: #ffffff; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar {
        width: 6px;
        height: 6px; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar-track {
        background-color: transparent; }
      #globalNav.open .menu .menuInner::-webkit-scrollbar-thumb {
        background-color: #ffffff;
        border-radius: 5px; }

@media screen and (min-width: 751px) {
  #globalNav {
    max-width: 550px;
    margin: auto; }
    #globalNav .button {
      position: absolute;
      width: calc(100 / 750 * 100%);
      padding: calc(100 / 750 * 100%) 0 0 0; }
    #globalNav .menu .menuBg {
      max-width: 550px;
      margin: auto; }
    #globalNav .menu .menuContent {
      overflow: hidden;
      max-width: 550px;
      height: 100vh;
      margin: auto;
      filter: blur(0);
      will-change: filter; }
    #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
      padding: calc(100 / 750 * 100%) 0 0 0; } }
/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #000000; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px); }
  66% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5; }
  #toTop a {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px; }
  #toTop span {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    background: url(../images/img_totop.svg) center center no-repeat;
    background-size: contain;
    background-color: #ffffff;
    margin: 0 auto;
    border: 2px solid #e4c469;
    border-radius: 50%; }

@media screen and (min-width: 751px) {
  #toTop {
    max-width: 550px;
    margin: auto; }
    #toTop span {
      width: 70px;
      height: 70px;
      line-height: 70px; } }
/* buttonType */
.buttonType01,
button.buttonType01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #231815;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 1.5em;
  box-sizing: border-box;
  aspect-ratio: 250 / 60;
  transition: all 0.4s ease-out; }
  .buttonType01.gold,
  button.buttonType01.gold {
    background-color: #ecca69; }
  .buttonType01.red,
  button.buttonType01.red {
    color: #ffffff;
    background-color: #d90b18; }

/* linkType */
.linkType01 {
  display: block;
  position: relative; }
  .linkType01.next:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    width: 1.0rem;
    height: 1.0rem;
    margin: auto;
    border-top: 1px solid #231815;
    border-right: 1px solid #231815;
    transform: rotate(45deg); }

@media screen and (min-width: 751px) {
  .linkType01 {
    transition: all 0.4s ease-out;
    will-change: opacity; }
    .linkType01.next:after {
      right: 2.2rem;
      width: 1.6rem;
      height: 1.6rem; }
    .linkType01:hover {
      opacity: 0.7; } }
/* firstContent */
#firstContent .content {
  position: relative; }
#firstContent .title .image {
  opacity: 0;
  transition: all 0.4s ease-out 0.4s; }
#firstContent .intro {
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06rem;
  text-align: center;
  padding: calc(94 / 750 * 100%) 0 calc(85 / 750 * 100%) 0;
  transform: translateY(0);
  transition-delay: 0.2s; }
.load_complete #firstContent .title .image {
  opacity: 1; }

/* underLink */
#underLink .content {
  color: #ffffff; }
#underLink .title {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 0 0 calc(35 / 750 * 100%) 0;
  animation: blink 3s 0s infinite linear; }
  #underLink .title:after {
    content: "";
    display: block;
    width: calc(50 / 750 * 100%);
    background-color: #ffffff;
    margin: calc(35 / 750 * 100%) auto calc(10 / 750 * 100%) auto;
    aspect-ratio: 50 / 20;
    clip-path: polygon(0% 0%, 100% 0, 50% 100%); }
#underLink .wrap {
  overflow: auto;
  margin: 0 0 calc(30 / 750 * 100%) 0;
  scrollbar-width: 6px;
  scrollbar-color: #ffffff; }
  #underLink .wrap::-webkit-scrollbar {
    width: 6px;
    height: 6px; }
  #underLink .wrap::-webkit-scrollbar-track {
    background-color: transparent; }
  #underLink .wrap::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 5px; }
  #underLink .wrap .list {
    display: flex;
    padding: calc(26 / 750 * 100%) 1.8em calc(14 / 750 * 100%) 1.8em;
    transform: translateY(0); }
    #underLink .wrap .list .item {
      flex-shrink: 0;
      position: relative;
      font-size: 2.7rem;
      line-height: 1.26;
      text-align: left;
      padding: 0 0.42em; }
      #underLink .wrap .list .item:first-child:before {
        display: none; }
      #underLink .wrap .list .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1px;
        width: 2px;
        height: 1em;
        background: linear-gradient(45deg, #dcb844 0 28.28%, #f3d28c 70.25%, #f3d28c 100%);
        margin: auto; }
      #underLink .wrap .list .item a {
        display: inline-block;
        position: relative;
        padding: 0 2rem;
        white-space: nowrap; }
        #underLink .wrap .list .item a:after {
          content: "";
          position: absolute;
          top: 100%;
          left: -3px;
          right: -3px;
          width: 0;
          height: 3px;
          background: linear-gradient(45deg, #dcb844 0 28.28%, #f3d28c 70.25%, #f3d28c 100%);
          transition: all 0.2s ease;
          will-change: width; }
        #underLink .wrap .list .item a:hover:after {
          width: calc(100% + 6px); }

/* layoutType01 */
.layoutType01#pickup .content {
  background: linear-gradient(45deg, #c9caca 0 2.33%, #efefef 82.78%, #aaabab 100%); }
.layoutType01#pickup .list .item {
  color: #231815; }
  .layoutType01#pickup .list .item .place a {
    color: #0070C1; }
  .layoutType01#pickup .list .item .buttonArea .button:hover {
    background-color: #ffffff;
    border: 1px solid #ecca69; }
    .layoutType01#pickup .list .item .buttonArea .button:hover svg .cls-1 {
      fill: #7A4E20; }
.layoutType01#western .titleWrap .en {
  height: 3em;
  margin: 0; }
.layoutType01#asian .titleWrap .en {
  height: 3em;
  margin: 0; }
.layoutType01#sweets .titleWrap .en {
  height: 3em;
  margin: 0; }
.layoutType01 .content {
  position: relative; }
.layoutType01 .titleWrap {
  opacity: 1;
  position: relative;
  z-index: 2;
  transform: translateY(0); }
  .layoutType01 .titleWrap.current .title {
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%); }
  .layoutType01 .titleWrap.current .en {
    opacity: 1; }
  .layoutType01 .titleWrap .title {
    font-size: 2.7rem;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(45deg, #dcb844 0 28.28%, #f3d28c 70.25%, #f3d28c 100%);
    padding: calc(24 / 750 * 100%) 0 calc(17 / 750 * 100%) calc(29 / 750 * 100%);
    clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 0% 0%);
    transition: all 0.4s ease-out 0.2s; }
  .layoutType01 .titleWrap .en {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    height: 4em;
    margin: 0 0 -1em 0;
    transition: all 0.4s ease-out 0.6s; }
    .layoutType01 .titleWrap .en svg {
      width: auto;
      height: 100%; }
      .layoutType01 .titleWrap .en svg .cls-1 {
        fill: #ffffff; }
.layoutType01 .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding: calc(67 / 750 * 100%) 0 calc(31 / 750 * 100%) 0; }
  .layoutType01 .list .item {
    flex-basis: calc(320 / 684 * 100%);
    color: #ffffff;
    text-align: center;
    margin: 0 0 calc(64 / 684 * 100%) calc(44 / 684 * 100%); }
    .layoutType01 .list .item:nth-child(2n+1) {
      margin-left: 0; }
    .layoutType01 .list .item .box {
      display: block;
      position: relative;
      height: 100%;
      padding: 0 0 calc(60 / 320 * 100%) 0;
      box-sizing: border-box; }
    .layoutType01 .list .item a picture {
      transition: opacity 0.2s ease-out;
      backface-visibility: hidden;
      zoom: 1;
      will-change: opacity; }
    .layoutType01 .list .item a:hover picture {
      opacity: 0.7; }
    .layoutType01 .list .item .image {
      position: relative;
      margin: 0 0 calc(16 / 320 * 100%) 0; }
      .layoutType01 .list .item .image .badge {
        position: absolute;
        bottom: 0;
        right: 0;
        width: calc(104 / 320 * 100%);
        margin: 0 0 calc(-25 / 320 * 100%) 0; }
    .layoutType01 .list .item .name {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: calc(34 / 26 * 2em);
      font-size: 2.5rem;
      line-height: 1.36;
      font-weight: 700;
      letter-spacing: -0.02em;
      margin: 0 0 calc(10 / 320 * 100%) 0; }
    .layoutType01 .list .item .place {
      font-size: 2rem;
      line-height: 1.25;
      font-weight: 700;
      margin: 0 0 calc(30 / 320 * 100%) 0; }
      .layoutType01 .list .item .place a {
        color: #ecca69;
        text-decoration: underline; }
    .layoutType01 .list .item .buttonArea {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc(250 / 320 * 100%);
      margin: auto; }
      .layoutType01 .list .item .buttonArea .button {
        will-change: background-color, border; }
        .layoutType01 .list .item .buttonArea .button svg {
          width: 3em; }
        .layoutType01 .list .item .buttonArea .button:hover {
          background-color: #231815;
          border: 1px solid #ffffff; }
          .layoutType01 .list .item .buttonArea .button:hover svg .cls-1 {
            fill: #ffffff; }
.layoutType01 .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: calc(156 / 750 * 100%);
  background: url(../images/bg_triangle2.svg) right bottom no-repeat;
  background-size: contain;
  aspect-ratio: 156 / 521;
  transform: translateY(0);
  transition: all 0.8s ease 0.4s; }

/* map */
#map .content {
  background: linear-gradient(45deg, #c9caca 0 2.33%, #efefef 82.78%, #aaabab 100%);
  padding: calc(15 / 750 * 100%); }
#map .inner {
  background-color: #ffffff; }
  #map .inner .image:last-child:after {
    display: none; }
  #map .inner .image:after {
    content: "";
    display: block;
    width: calc(697 / 720 * 100%);
    height: 1px;
    background-color: #221714;
    margin: auto; }




