@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;500;700;900&display=swap');
:root {
  --brand-yellow: #fdd416;
  --brand-blue: #126eb3;
  --brand-orange: #fca027;
  --line-gold: rgba(205, 117, 17, 1);
  --font-gothic: "Zen Kaku Gothic Antique", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  color: #000;
  margin: 0;
  font-size: 1rem;
}
h1, h2, h3, h4, h5, h6,p, ul, ol, dl, figure,blockquote {
  margin: 0;
}
ul,ol,dd {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li,ol li {
  list-style: none;
}
img,
picture,
svg,
canvas,
video {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
a {
  color: inherit;
  text-decoration-thickness: from-font;
  text-decoration: none;
  text-underline-offset: 0.12em;
  display: block;
  transition: all .3s;
}
a,
button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
a img {
  transition: all .3s;
}
a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}
button {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  display: block;
  width: 100%;
}
img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

body {
  background: #d4f2f4;
  color: #603813;
  line-height: 1.65;
  font-weight: 400;
  animation: fade 1s ease forwards;
  opacity: 0;
  font-family: var(--font-gothic);
  font-weight: 500;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html.is-fixed,
body.is-fixed {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  body {
    font-size: .875rem;
  }
}

.c-heading_en,
.u-font_Mon,
.u-font_MonBefore:before,
.u-font_MonAfter:after {
  font-family: var(--font-Montserrat);
  font-weight: 300;
  letter-spacing: .1em;
}
@media screen and (min-width: 768px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hide_sp {
    display: none !important;
  }
}
@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}
.u-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.u-mininner {
  max-width: 907px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

/* scroll FadeIn
//* -------------------------------------------------- */
.js-scrollClass {
  opacity: 0;
}
.is-state_scroll {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}

/* common　bace
//* -------------------------------------------------- */
.u-txt {
  font-size: .875rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt {
    font-size: .75rem;
  }
}
.u-txt_20 {
  font-size: 1.25rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_20 {
    font-size: .875rem;
  }
}
.u-txt_sm {
  font-size: .6875rem;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-txt_sm {
    font-size: .625rem;
  }
}

.u-txt_center {
  text-align: center;
}
.u-txt_left {
  text-align: center;
}
sup {
  font-size: 75%;
  vertical-align: top;
}
.u-img {
  text-align: center;
}
.u-batsu {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
.u-batsu:before, .u-batsu:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  background: #000;
  border-radius: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-batsu:before, .u-batsu:after {
    height: 0.6em;
  }
}
.u-batsu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.u-batsu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.u-batsu_s {
  border: 1px solid;
}
.u-plus {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  position: relative;
}
.u-plus:before, .u-plus:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000;
  width: 3px;
  height: .7em;
}
.u-plus:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.u-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-plus {
    border-width: 1px;
  }
  .u-plus:before, .u-plus:after {
    width: 1px;
  }
}

.u-arrow {
  background: url(../images/common/ico_arrow.png) no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 8px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-arrow {
    width: 10px;
    height: 4px;
  }
}
.u-flex {
  display: flex;
}
.u-flex_alcenter {
  align-items: center;
}
.u-flex_spacebetween {
  justify-content: space-between;
}
.u-flex_rev {
  flex-direction: row-reverse;
}
.u-flex_50 {
  width: 50%;
  position: relative;
}
.u-flex_45 {
  width: 45%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone .u-flex_50 ,
  .u-flex_spnone .u-flex_45 {
    width: 100%;
  }
  .u-flex_spnone {
    flex-wrap: wrap;
  }
}

.u-lists_ten,
.u-lists_maru,
.u-lists_kome {
  font-size: 1.4rem;
  padding-left: 1.4em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

	


.u-lists_ten li,
.u-lists_maru li,
.u-lists_kome li {
  position: relative;
}
.u-lists_maru li:before,
.u-lists_ten li:before,
.u-lists_kome li:before {
  display: block;
  position: absolute;
  left: -1.2em;
}
.u-lists_kome li:before {
  content: "※";
}
.u-lists_maru li:before {
  content: "◯";
}
.u-lists_ten li:before {
  content: "・";
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-lists_kome {
    font-size: calc(24vw / 7.5);
    line-height: 1.6;
  }
}

.u-mtop-10 {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-10 {
    margin-top: 5px;
  }
}
.u-mtop-20 {
  margin-top: 20px!important;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-20 {
    margin-top: 15px!important;
  }
}
.u-mtop-30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-30 {
    margin-top: 20px;
  }
}
.u-mtop-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-40 {
    margin-top: 30px;
  }
}
.u-mtop-50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-50 {
    margin-top: 40px;
  }
}
.u-mtop-100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-mtop-100 {
    margin-top: 60px;
  }
}

.u-hoverButton {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: var(--brand-blue);
  color: #fff;
  padding: 18px 0;
  position: relative;
  line-height: 1;
  font-size: .875rem;
  transition: all 0.3s;
  max-width: 265px;
  cursor: pointer;
  pointer-events: visible;
  border-radius: 24px;
}
.componentLink.u-hoverButton,
.u-hoverButton__white {
  background-color: #fff;
  color: var(--brand-blue);
}
.u-kunoji {
  position: relative;
  display: block;
  width: 100%;
}
.u-kunoji::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.u-enkunoji {
  position: absolute;
  right: 5%;
  width: calc(51vw /19.2);
  background: #fff;
  border-radius: 50%;
  background-color: #0088db;
  height:  calc(51vw /19.2);
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-enkunoji::before {
  content: '';
  width: calc(20vw /19.2);
  height: calc(20vw /19.2);
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px;
}
.u-enkunoji::before {
  transform: rotate(45deg);
  left: calc(12vw /19.2);
}

.u-underline {
  position: relative;
}
.u-underline:before {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: center bottom;
  transition: transform .3s;
}
.u-link_arw {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand-lightblue);
  vertical-align: middle;
}
.u-link_arw:before {
  position: absolute;
  content: '';
  right: 0;
  top: -4px;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../images/common/ico_arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 8px;
}
.u-btn_ec {
  content: "";
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/common/icn_ec.svg) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  top: -4px;
  margin-left: 5px;
  transition: transform .3s;
}
.u-btn_tab {
  position: relative;
  padding-right: 1.2em;
}
.u-btn_tab::after {
  content: "";
  position: absolute;
  display: block;
  width: .8em;
  height: .8em;
  background: url(./img/ico_blank.png) no-repeat;
  background-size: 100% auto;
  top: .1em;
  bottom: 0;
  margin: auto;
  right: .2em;
}

@media screen and (min-width: 768px) {
  .u-hoverButton:hover {
    transform: scale(1.1);
  }
  .u-hoverButton:hover:before {
    right: .7em;
  }
  .u-underline:hover:before {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hoverButton:before {
    width: 3px;
    height: calc(tan(60deg) * 6px / 2);
  }
}


/* modal
//* -------------------------------------------------- */
.modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
body.modal-open {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.modal[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,253,241,0.8);
  transition: opacity 0.4s ease;
}
.modal-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  background: #fff;
  overflow-y: auto;
  overflow: hidden;
  max-height: calc(100vh - 10%);
  display: flex;
  flex-direction: column;
  outline: none;
  height: fit-content;
  width: calc(1246vw /19.2);
}
.modal.is-opening .modal-panel {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.modal.is-closing .modal-panel {
  opacity: 0;
  transform: translate(-50%, -30%);
}
.modal-close {
  position: fixed;
  right: 5%;
  margin: auto;
  width: calc(82vw /19.2);
  height: calc(82vw /19.2);
  border-radius: 50%;
  background-color: #0088db;
  border: none;
  cursor: pointer;
  z-index: 1301;
  line-height: 1;
  top: 5%;
  opacity: 1;
  transition: all .3s;
}
.modal.is-opening .modal-close {
  opacity: 1;
}
.modal-close.is-closing {
  opacity: 0;
}
.modal-close .u-batsu {
  width: calc(50vw /19.2);
  height: calc(50vw /19.2);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.modal-close  .u-batsu:before, .modal-close  .u-batsu:after {
  height: calc(50vw /19.2);
  width: 3px;
  background: #fff;
}

.modal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 ; 
}
.u-modal-inner_sp {
  padding: calc(100vw /19.2) 6%;
  color: #b25d21;
}
.u-modal-date {
  font-size: calc(24vw /19.2);
  line-height: 1.6;
}
.u-modal-ttl {
  font-size: calc(48vw /19.2);
  position: relative;
  font-weight: bold;
  line-height: 1.6;
}
.u-modal .u-txt {
  line-height: 2;
  font-size: calc(19vw /19.2);
}
.u-modal .u-lists_kome {
  font-size: calc(17vw /19.2);
}
.u-modal .u-hoverButton {
  margin-top: 20px;
}
.u-modal .u-hoverButton__close .u-batsu:before,
.u-modal .u-hoverButton__close  .u-batsu:after {
  top: 40%;
  left: 50%;
  width: 1px;
  height: 1.5em;
}

@media screen and (min-width: 1px) and (min-width: 768px) {
  .u-modal-inner_sp a:hover,
  .modal-close:hover {
      transform: scale(1.1);
  }
}

@media (max-width: 767px) {
  .modal-panel { 
    width: calc(100% - 8%);
    height: 80dvh;
    max-height: calc(100vh - 8%);
    top: 50%;
  }
  .modal-close {
    width: calc(82vw / 7.5);
    height: calc(82vw / 7.5);
    right: 5%;
    left: initial;
    top: 4%;
    margin: 0;
  }
  .modal-close .u-batsu {
    width: calc(82vw / 7.5);
    height: calc(82vw / 7.5);
  }
  .modal-close .u-batsu:before, .modal-close .u-batsu:after {
    height: calc(50vw / 7.5);
    width: 3px;
  }
  .modal-body {
    padding: 0;
  }
  .u-modal-inner_sp {
    padding: 60px 6% 50px;
  }
  .u-modal_sejmv .shop_list_note {
    font-size: .625rem;
    width: fit-content;
    margin: 0.5em auto 0;
  }
  .u-modal_contents {
    margin-top: 1em;
  }
  .u-modal-date {
    font-size: calc(24vw /7.5);
  }
  .u-modal-ttl {
    font-size: calc(48vw /7.5);
  }
  .u-modal .u-txt {
    font-size: calc(21vw /7.5);
  }
  .u-modal .u-txt span {
    font-size: calc(19vw /7.5);
  }
  .u-modal .u-lists_kome {
    font-size: calc(17vw /7.5);
  }
  .u-modal .u-hoverButton {
    font-size: calc(21vw /7.5);
    padding: 14px 0;
  }
}




/* header
//* -------------------------------------------------- */
.g-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
html.js-navopen,
body.js-navopen {
  /* overflow: hidden; */
  height: 100%;
}
.g-header-hamburger,
.g-header-close {
  border: 0;
  color: inherit;
  appearance: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.g-header-hamburger {
  position: fixed;
  top: calc(60vw / 19.2);
  left: calc(30vw / 19.2);
  z-index: 1003;
  width: calc(200vw / 19.2);
  height: calc(195vw / 19.2);
  line-height: 1;
  text-align: center;
  transform-origin: center bottom;
  /* animation: yurayura 3s ease-in-out infinite; */
  transition: left 1s ease;
}
.g-header.is-hamburger-out .g-header-hamburger {
  left: calc(-240vw / 19.2);
  pointer-events: none;
}
.g-header-hamburger__moon {
  position: absolute;
  inset: 0;
  display: block;
  background: url("./img/menu_moon.svg") no-repeat center / contain;
  z-index: 2;
  width: calc(142vw / 19.2);
  height: calc(105vw / 19.2);
  top: calc(24vw / 19.2);
  left: calc(22vw / 19.2);
}
.g-header-hamburger__moon_bg {
  position: absolute;
  inset: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: url("./img/menu_moon_bg.png") no-repeat center / contain;
  z-index: 0;
  width: 120%;
  width: calc(201vw / 19.2);
  height: calc(167vw / 19.2);
}
.g-header-hamburger__text {
  font-size: calc(24.7vw / 19.2);
  position: absolute;
  z-index: 3;
  color: #b25d21;
  left: calc(50vw / 19.2);
  bottom: calc(103vw / 19.2);
  font-weight: 500;
  letter-spacing: 0.1em;
  transition:
    color .3s ease,
    text-shadow .3s ease;
}
.g-header-hamburger__img {
  width: calc(87vw / 19.2);
  position: absolute;
  z-index: 1;
  left: calc(73vw / 19.2);
  bottom: calc(80vw / 19.2);
  opacity: 0;
  transform: rotate(15deg) translateY(20%);
  transition:
    opacity .35s ease,
    transform .45s ease,
    bottom .45s ease;
}

.g-header.is-peek .g-header-hamburger__img {
  opacity: 1;
  bottom: calc(160vw / 19.2);
  transform: rotate(0deg) translateY(0);
}
.g-header.is-peek .g-header-hamburger__text {
  color: #fff;
  text-shadow: 1px 1px 10px #aaa;
}

.g-header-overlay {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.85);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity .35s ease,
    visibility .35s ease;
}
.g-header.is-open .g-header-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.g-header-sidemenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: calc(868vw / 19.2);
  height: 100dvh;
  background: #fff1b8;
  text-align: center;
  font-size: calc(40vw / 7.5);
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100%)scale(0.3,1);
  transform-origin: left top;
  transition:
    transform 1s ease,
    visibility 0s linear .3s;
}
.g-header.is-menu-ready .g-header-sidemenu,
.g-header.is-open .g-header-sidemenu,
.g-header.is-menu-closing .g-header-sidemenu {
  visibility: visible;
}
.g-header.is-open .g-header-sidemenu {
  transform: translateX(0)scale(1.0);
  transition:
    transform 1s .3s ease-out,
    visibility 0s;
}
.g-header.is-menu-closing .g-header-sidemenu {
  transform: translateX(-100%)scale(0.3,1);
}
.g-header-sidemenu-inner {
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  padding: calc(130vw / 19.2) 0 calc(130vw / 19.2);
}
.g-header-sidemenu-inner::-webkit-scrollbar {
  display: none;
}

/* close */
.g-header-close {
  position: absolute;
  top: calc(30vw / 19.2);
  right: calc(30vw / 19.2);
  z-index: 2;
  width: calc(82vw / 19.2);
  height: calc(82vw / 19.2);
  background-color: #008cce;
  border-radius: 50%;
  opacity: 0;
  transition: all .3s ease;
}
.g-header.is-open .g-header-close {
  opacity: 1;
}
.g-header-close span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(45vw / 19.2);
  height: calc(5vw / 19.2);
  background: #fff;
}
.g-header-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.g-header-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.g-header-sidemenu-doraemon {
  width: calc(320vw / 19.2);
  margin: 0 auto;
  transform-origin: center bottom;
  animation: yurayura 3s ease-in-out infinite;
}
.g-header-sidemenu-lists {
  margin: calc(80vw / 19.2) auto 0;
  width: 75%;
}
.g-header-sidemenu-lists li {
  margin: calc(40vw / 19.2) auto 0;
}
.g-header-sidemenu-lists li a {
  line-height: 1;
  padding: 0 0 0 0.8em;
  position: relative;;
  margin: 0;
  width: 100%;
  display: block;
  color: #b25d21;
  text-align: left;
}
.g-header-sidemenu-lists li a::before {
  position: absolute;
  content: '';
  top: calc(5vw / 19.2) ;
  left: 0;
  background: url(./img/ico_suzu_brown.svg) no-repeat;
  background-size: 100% auto;
  width: calc(37vw / 19.2);
  height: calc(33vw / 19.2);
  line-height: 1;
}
.g-header-sidemenu__jp {
  display: block;
  font-size: calc(40vw / 19.2);
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
}
.g-header-sidemenu__en {
  display: block;
  font-size: calc(24vw / 19.2);
  font-weight: 500;
  margin-top: calc(20vw / 19.2);
  letter-spacing: 0.1em;
}
.g-header.is-open .g-header-overlay,
.g-header.is-menu-closing .g-header-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.g-header-sidemenu .link-snss a {
  width: calc(177vw / 19.2);
  height: calc(177vw / 19.2);
}
.g-header-sidemenu .link-snss li:nth-child(1) img {
  width: calc(86vw / 19.2);
}
.g-header-sidemenu .link-snss li:nth-child(2) img {
  width: calc(99vw / 19.2);
}


@media screen and (min-width: 768px) {
  .g-header-hamburger:hover .g-header-hamburger__text {
    color: #fff;
    text-shadow: 1px 1px 10px #aaa;
  }
  .g-header-hamburger:hover .g-header-hamburger__img {
    opacity: 1;
    bottom: calc(140vw / 19.2);
    transform: rotate(0deg) translateY(0);
  }
  .g-header-close:hover {
    transform: scale(1.1);
  }
  .g-header-sidemenu-lists li a:hover::before {
    transform-origin: center top;
    animation: yurayura 0.5s ease-in-out infinite;
  }
}
@media screen and (max-width: 767px) {
  .g-header-hamburger {
    top: calc(50vw / 7.5);
    left: calc(10vw / 7.5);
    width: calc(200vw / 7.5);
    height: calc(156vw / 7.5);
  }
  .g-header.is-hamburger-out .g-header-hamburger {
    left: calc(-240vw / 7.5);
  }
  .g-header-hamburger__moon {
    width: calc(142vw / 7.5);
    height: calc(105vw / 7.5);
    top: calc(24vw / 7.5);
    left: calc(22vw / 7.5);
  }
  .g-header-hamburger__moon_bg {
    width: 120%;
    width: calc(201vw / 7.5);
    height: calc(167vw / 7.5);
  }
  .g-header-hamburger__text {
    font-size: calc(24.7vw / 7.5);
    left: calc(51vw / 7.5);
    bottom: calc(67vw / 7.5);
  }
  .g-header-hamburger__img {
    width: calc(87vw / 7.5);
    left: calc(73vw / 7.5);
    bottom: calc(50vw / 7.5);
  }
  
  .g-header.is-peek .g-header-hamburger__img {
    bottom: calc(100vw / 7.5);
  }
  .g-header-sidemenu {
    width: 100%;
    height: 100svh;
    font-size: calc(40vw / 7.5);
  }
  .g-header-sidemenu-inner {
    height: 100svh;
    padding: calc(130vw / 7.5) 0 calc(130vw / 7.5);
  }
  .g-header-close {
    top: calc(30vw / 7.5);
    right: calc(30vw / 7.5);
    width: calc(82vw / 7.5);
    height: calc(82vw / 7.5);
  }
  .g-header-close span {
    width: calc(45vw / 7.5);
    height: calc(5vw / 7.5);
  }
  .g-header-sidemenu-doraemon {
    width: calc(315vw / 7.5);
  }
  .g-header-sidemenu-lists {
    margin: calc(80vw / 7.5) auto 0;
    width: 84%;
  }
  .g-header-sidemenu-lists li {
    margin: calc(40vw / 7.5) auto 0;
  }
  .g-header-sidemenu-lists li a {
    padding: 0 0 0 2em;
  }
  .g-header-sidemenu-lists li a::before {
    top: calc(5vw / 7.5) ;
    width: calc(37vw / 7.5);
    height: calc(33vw / 7.5);
  }
  .g-header-sidemenu__jp {
    font-size: calc(40vw / 7.5);
  }
  .g-header-sidemenu__en {
    font-size: calc(24vw / 7.5);
    margin-top: calc(20vw / 7.5);
  }
  .g-header-sidemenu .link-snss a {
    width: calc(177vw / 7.5);
    height: calc(177vw / 7.5);
  }
  .g-header-sidemenu .link-snss li:nth-child(1) img {
    width: calc(86vw / 7.5);
  }
  .g-header-sidemenu .link-snss li:nth-child(2) img {
    width: calc(99vw / 7.5);
  }

  .g-header-overlay {
    display: none;
  }

}


/* SECTION　bace
//* -------------------------------------------------- */
.g-wrapper {
  /* overflow: hidden; */
  position: relative;
  display: block;
  margin: 0 auto;
}
.g-main {
  position: relative;
}
.c-section {
  display: block;
}
.c-heading {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 auto;
}

html.is-loading,
body.is-loading {
  overflow: hidden;
  height: 100%;
}
.loading {
  --hole: 0px;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: transparent;
  overflow: hidden;
}
.loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #67c5e1 url(./img/pattern.png) repeat;
  background-size: 100% auto;
  z-index: 1;
  transition: opacity .25s ease;
  width: 100%;
  height: 100vh;
}
.loading.is-yellow::before {
  opacity: 0;
}
.loading-img {
  position: absolute;
  width: calc(748vw / 19.2);
  height: calc(715vw / 19.2);
  inset: 0;
  margin: auto;
  transform-origin: center center;
  transition:
    transform 1.4s cubic-bezier(.22, 1, .36, 1),
    opacity .3s ease;
  z-index: 2;
}
.loading-img img {
  display: block;
  width: 100%;
  height: auto;
}
.loading-img-moon {
  z-index: 1;
  position: relative;
}
.loading-img-moon_bg {
  z-index: 0;
  position: absolute;
  top: -3%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loading-img-doraemon {
  position: absolute;
  top: 0;
  bottom: -5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  opacity: 0;
  transform: rotate(15deg) translateY(20%);
  transition:
    opacity .1s ease,
    transform .35s ease,
    bottom .35s ease;
}
.is-percent-hide .loading-img-doraemon {
  opacity: 1;
  bottom: 5%;
  transform: rotate(0deg) translateY(0);
}
.loading-percent {
  font-size: calc(50vw / 19.2);
  font-weight: 700;
  letter-spacing: .08em;
  color: #0088db;
  position: absolute;
  bottom: calc(280vw / 19.2);
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: opacity .3s ease;
  z-index: 3;
}
.loading-yellow {
  position: absolute;
  inset: 0;
  background: #ffe67f;
  z-index: 3;
  opacity: 0;
  pointer-events: none;

  -webkit-mask-image: radial-gradient(
    circle at 50% 50%,
    transparent 0 var(--hole),
    #000 calc(var(--hole) + 1px)
  );
  mask-image: radial-gradient(
    circle at 50% 50%,
    transparent 0 var(--hole),
    #000 calc(var(--hole) + 1px)
  );
}
.loading.is-percent-hide .loading-percent {
  opacity: 0;
}
.loading.is-zoom .loading-img {
  transform: scale(13);
}
.loading.is-yellow .loading-yellow {
  opacity: 1;
}
.loading.is-img-hide .loading-img {
  opacity: 0;
}
.loading.is-hide {
  pointer-events: none;
  opacity: 0;
  transition: opacity .8s ease;
}

@media screen and (max-width: 767px) {
  .loading::before {
    background-size: 250% auto;
    height: 100svh;
  }
  .loading-img {
    width: calc(750vw / 7.5);
    height: calc(720vw / 7.5);
  }
  .loading-percent {
    font-size: calc(50vw / 7.5);
    bottom: calc(270vw / 7.5);
  }

  .loading.is-zoom .loading-img {
    transform: scale(13);
  }
}