@charset "UTF-8";
:root {
  --brand-yellow: #fdd416;
  --brand-blue: #126eb3;
  --brand-orange: #fca027;
  --brand-cream: #fffbeb;
  --line-gold: rgba(205, 117, 17, 1);
  --font-gothic: "zen-maru-gothic", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --font-Komet: komet-sc, 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: #fff;
  line-height: 1.65;
  font-weight: 400;
  animation: fade 1s ease forwards;
  opacity: 0;
  font-family: var(--font-gothic);
}
@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_Komet,
.u-font_KometBefore:before,
.u-font_KometAfter:after {
  font-family: var(--font-Komet);
  font-weight: 900;
  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 {
  max-width: 1000px;
  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.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}

/* 
//* -------------------------------------------------- */
/* .anime_op {
  opacity: 0;
  transition: all 1s;
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y30 {
  transform: translateY(30px);
  transition: all 0.5s;
}
.motion_Y50 {
  transform: translateY(50px);
}
.motion_X20 {
  transform: translateX(-20px);
  transition: all 0.8s;
}
.motion_X_20 {
  transform: translateX(20px);
  transition: all 0.8s;
}
.motion_Z8 {
  transform: scale(0.8,0.8);
}
.motion_blur {
  filter: blur(25px);
  transition: all 0.8s ease-in;
}
.is_animed {
  transform: translateX(0);
  transform: translateY(0);
  transform: rotate(0);
  transform: scale(1);
  opacity: 1;
  filter: blur(0px);
}
.delay-ani02 {
  transition-delay: 0.2s;
}
.delay-ani03 {
  transition-delay: 0.3s;
}
.delay-ani05 {
  transition-delay: 0.5s;
}
 */



/* common　bace
//* -------------------------------------------------- */
.u-txt {
  font-size: 1rem;
}
@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: .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: 2px;
  height: .8em;
}
.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:before, .u-plus:after {
    height: 1em;
  }
}

.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;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-flex_spnone .u-flex_50 {
    width: 100%;
  }
  .u-flex_spnone {
    flex-wrap: wrap;
  }
}

.u-lists_ten,
.u-lists_maru,
.u-lists_kome {
  font-size: calc(18vw/14);
  padding-left: 1em;
  line-height: 1.8;
}
.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: 1em 0;
  position: relative;
  line-height: 1;
  font-size: .875rem;
  transition: all 0.3s;
  max-width: 265px;
  cursor: pointer;
  pointer-events: visible;
  border-radius: 2em;
  font-weight: 500;
}
.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: 16px;
  background: #fff;
  border-radius: 50%;
  border: 1.5px solid #57afe6;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-enkunoji::before {
  content: '';
  width: 4px;
  height: 4px;
  border-top: solid 1px #57afe6;
  border-right: solid 1px #57afe6;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-enkunoji::before {
  transform: rotate(45deg);
  left: 4px;
}
.u-enplus {
  position: absolute;
  right: 5%;
  width: 16px;
  background: #fff;
  border-radius: 50%;
  border: 1.5px solid #57afe6;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.u-enplus:after,
.u-enplus::before {
  content: '';
  width: 1px;
  height: .5em;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #57afe6;
  margin: auto;
}
.u-enplus:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.u-enplus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.u-hoverButton__long {
  max-width: 100%;
  width: fit-content;
  padding-left: 2em;
  padding-right: 2em;
}
.u-hoverButton__bl {
  background: var(--brand-navy);
  color: #fff;
}
.u-hoverButton__bl:before {
  background: #fff;
}
.u-hoverButton__noarw:before {
  display: none;
}
.u-hoverButton__shop {
  background: var(--brand-blue);
  color: #000;
}
.u-hoverButton__shop:before {
  background: #fff;
}
.u-hoverButton__other {
  background: #eba818;
}
.u-hoverButton__other:before {
  background: #fff;
}

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

@media screen and (min-width: 768px) {
  .u-hoverButton:hover {
    transform: scale(1.1);
  }
  .u-hoverButton:hover:before {
    right: .7em;
  }
  /* .u-hoverButton_arw:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
    transition-delay: 0s;
    transition: opacity .8s, transform .6s ease-in-out;
  } */
  .u-underline:hover:before {
    transform: scale(1, 1);
  }
  .u-btn_ec:hover {
    transform: scale(1.1);
  }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
  .u-hoverButton {
    font-size: .75rem;
  }
  .u-hoverButton:before {
    width: 3px;
    height: calc(tan(60deg) * 6px / 2);
  }
  .u-enkunoji {
    border-width: 1px;
    width: 12px;
    height: 12px;
  }
  .u-enkunoji::before {
    left: 2px;
  }
  .u-enplus {
    border-width: 1px;
    width: 12px;
    height: 12px;
  }
}


.js-bg_change {
  transition: background 2s ease;
}
.is-bg_change {
  background: #D8EDEB;
}



/* modal
//* -------------------------------------------------- */

.modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s 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,198,0,0.8);
  transition: opacity 0.3s ease;
}
.modal-panel {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  background: #fdfce1;
  overflow-y: auto;
  max-width: var(--max-width, 900px);
  overflow: hidden;
  max-height: calc(100vh - 10%);
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  outline: none;
  height: fit-content;
  width: 90%;
}

.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;
  left:calc(50% + 470px);
  margin: auto;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  z-index: 1301;
  line-height: 1;
  top: 5%;
  opacity: 1;
  background: none;
  transition: opacity 0.3s ease, top 0.3s ease;
}
.modal.is-opening .modal-close {
  opacity: 1;
}
.modal-close.is-closing {
  opacity: 0;
}
.modal-close .u-batsu {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.modal-close  .u-batsu:before, .modal-close  .u-batsu:after {
  height: 35px;
  width: 3px;
  background: #fff;
}

.modal-body {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 ; 
}
.modal-body::-webkit-scrollbar {
  display: none;
}
.u-modal-inner_sp {
  padding: 50px 7%;
}
.u-modal-ttl {
  font-size: 1.75rem;
  position: relative;
  font-weight: 500;
  line-height: 1.6;
}
.u-modal-ttl span {
  font-size: 1.375rem;
  display: block;
}
.u-modal-mv {
  width: 80%;
  margin: 50px auto 0;
}
.u-modal .u-txt {
  line-height: 2;
}
.u-modal .u-txt__itemname {
  text-align: center;
  font-size: 1.5rem;
}
.u-modal .u-txt__itemname span {
  font-size: 1.125rem;
}
.u-modal .u-lists_kome {
  font-size: .875rem;
}
.u-modal .u-hoverButton {
  background: #ffd900;
  border: 5px solid #fdee99;
  margin: 80px 0 0 auto;
  color: #000;
  max-width: 213px;
}
.u-modal .u-hoverButton__close {
  position: relative;
}
.u-modal .u-hoverButton__close .u-batsu {
  display: inline;
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  left: 4em;
}
.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 (max-width: 767px) {
  .modal-panel { 
    width: calc(100% - 8%);
    height: 80dvh;
    max-height: calc(100vh - 8%);
    top: 50%;
    border-radius: calc(30vw / 7.5);
  }
  .modal-close {
    width: calc(50vw / 7.5);
    height: calc(50vw / 7.5);
    right: 5%;
    left: initial;
    top: 5%;
    margin: 0;
  }
  .modal-close .u-batsu {
    width: calc(50vw / 7.5);
    height: calc(50vw / 7.5);
  }
  .modal-close .u-batsu:before, .modal-close .u-batsu:after {
    height: calc(66vw / 7.5);
    width: 3px;
  }
  .modal-body {
    padding: 0;
  }
  .u-modal-inner_sp {
    padding: 30px 6% 50px;
  }
  .u-modal-ttl {
    font-size: .875rem;
  }
  .u-modal-ttl span {
    font-size: .75rem;
  }
  .u-modal-mv {
    width: 100%;
    margin: 3ch auto 0;
  }
  .u-modal .u-txt__itemname {
    font-size: .75rem;
  }
  .u-modal .u-txt__itemname span {
    font-size: .625rem;
  }
  .u-modal .u-lists_kome {
    font-size: .625rem;
  }
  .u-modal .u-hoverButton {
    margin: 50px 0 0 auto;
    border-width: 2px;
    max-width: calc(270vw /7.5);
    font-size: .625rem;
  }
  .u-modal .u-hoverButton .u-enkunoji {
    width: 1.2em;
    height: 1.2em;
    right: 10%;
  }
  
}

.modal-popup .modal-panel__swiper {
  max-width: var(--max-width, 600px);
  width: 90%;
  margin: 0 auto 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: fit-content;
}
.modal-panel__swiper::-webkit-scrollbar {
  display: none;
}
.modal-popup .modal-close {
  position: absolute;
  right: 0;
  left: initial;
  margin: 0;
  top: 7%;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  width: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 2em;
}
@media (max-width: 767px) {
  .modal-popup .modal-panel__swiper {
    max-height: 80%;
  }
  .modal-popup .modal-close {
    top: 0;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 25px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.8em;
  }
}

/* header
//* -------------------------------------------------- */
.g-header {
  position: fixed;
  top: 20px;
  width: calc(1000vw /14);
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-family: var(--font-gothic);
}
.g-header-logo {
  width: calc(54vw /14);
}
.g-header-logo__img {
  width: calc(44vw /14);
  margin: 0 auto calc(5vw /14) calc(8vw /14);
}

.g-header-menu .g-header-menu__lists > li button {
  color: #000;
}

@media screen and (min-width: 768px) {
  .g-header-logo a:hover .g-header-logo__img {
    animation: shake 0.6s 2; 
  }
  @keyframes shake {
    0% { transform: rotate(0deg); }
    50% { transform: rotate(15deg); }
    100% { transform: rotate(0deg); }
  }

  .g-header-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .g-header-menu .g-header-menu__lists {
    display: flex;
    justify-content: space-between;
    font-size: calc(14vw /14);
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: calc(40vw /14);
    width: calc(770vw /14);
    padding: 0 calc(40vw /14);
  }
  .g-header-menu .g-header-menu__lists > li > a {
    position: relative;
    padding: calc(18vw /14) 0;
    line-height: 1;
  }
  .g-header-menu .g-header-menu__lists > li > a:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--brand-yellow);
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .g-header-menu .g-header-menu__lists > li > a:hover {
    color: var(--brand-orange);
    cursor: pointer;
  }
  .g-header-menu .g-header-menu__lists > li > a:hover:after {
    transform: scale(1, 1);
  }

  
  .g-header-nav__item {
    position: relative;
  }
  .g-header-nav__trigger,
  .g-header-menu .g-header-menu__lists > li > a {
    position: relative;
    padding: calc(18vw / 14) 0;
    line-height: 1;
    font-size: inherit;
    color: inherit;
    width: auto;
    cursor: pointer;
  }
  .g-header-nav__trigger::after,
  .g-header-menu .g-header-menu__lists > li > a::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--brand-yellow);
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .g-header-nav__trigger:hover,
  .g-header-menu .g-header-menu__lists > li > a:hover {
    color: var(--brand-orange);
  }
  .g-header-nav__trigger:hover::after,
  .g-header-menu .g-header-menu__lists > li > a:hover::after {
    transform: scale(1, 1);
  }

  .g-header-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0%;
    width: fit-content;
    padding: .5em .8em .8em;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 99;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-5%, -8px) scale(.92);
    transform-origin: top center;
    transition:
      opacity .25s ease,
      visibility .25s ease,
      transform .35s cubic-bezier(.34, 1.56, .64, 1);
  }
  .g-header-nav__item:hover .g-header-dropdown,
  .g-header-nav__item:focus-within .g-header-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-5%, 0) scale(1);
  }
  .g-header-nav__item.has-dropdown::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 100%;
    height: 18px;
  }
  .g-header-dropdown {
    top: calc(100% + 8px);
  }
  .g-header-dropdown__list a {
    margin-top: 0.3em;
  }
  .g-header-dropdown__list a {
    padding: 0;
    white-space: nowrap;
    line-height: 1.6;
    color: #0162ab;
    font-size: .86em;
    width: fit-content;
  }
  .g-header-dropdown__list a:hover {
    color: var(--brand-orange);
  }

  .g-header-dropdown__list .g-header-dropdown__list--insta {
    background-color: #0162ab;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000.1 1000.1'%3E%3Cpath fill='%23ffffff' d='M293,3.6c-53.2,2.5-89.5,11-121.3,23.5-32.9,12.8-60.7,30-88.5,57.8s-44.8,55.8-57.5,88.7c-12.3,31.8-20.7,68.2-23,121.4C.4,348.3-.2,365.3,0,501.1c.3,135.8.9,152.8,3.4,206.1,2.5,53.2,11,89.5,23.5,121.3,12.8,32.9,30,60.7,57.8,88.5,27.8,27.7,55.8,44.8,88.7,57.5,31.8,12.3,68.2,20.7,121.4,23,53.3,2.3,70.4,2.9,206.1,2.6,135.8-.3,152.8-.9,206.2-3.4,53.2-2.5,89.5-11.1,121.3-23.5,32.9-12.9,60.7-30,88.5-57.8,27.7-27.8,44.8-55.8,57.5-88.7,12.3-31.8,20.7-68.2,23-121.4,2.3-53.4,2.9-70.4,2.6-206.2-.3-135.8-.9-152.8-3.4-206.1-2.5-53.2-11-89.5-23.5-121.3-12.8-32.9-30-60.7-57.8-88.5-27.8-27.7-55.8-44.8-88.7-57.5-31.8-12.3-68.2-20.7-121.4-23C652,.3,634.9-.2,499.2,0c-135.8.3-152.8.8-206.1,3.4M298.8,907.4c-48.7-2.1-75.2-10.2-92.9-17-23.4-9-40-19.9-57.6-37.3-17.5-17.5-28.4-34.1-37.5-57.4-6.9-17.6-15.1-44.1-17.4-92.8-2.5-52.7-3-68.5-3.3-202s.2-149.3,2.5-202c2.1-48.7,10.2-75.2,17-92.8,9-23.4,19.8-40,37.3-57.6,17.5-17.5,34.1-28.4,57.4-37.5,17.6-6.9,44.1-15.1,92.8-17.4,52.7-2.5,68.5-3,202-3.3s149.3.2,202.1,2.5c48.7,2.1,75.2,10.2,92.8,17,23.4,9,40,19.8,57.6,37.3,17.5,17.5,28.4,34.1,37.5,57.4,6.9,17.6,15.1,44,17.4,92.8,2.5,52.7,3.1,68.5,3.3,202,.3,133.5-.2,149.3-2.5,202-2.1,48.7-10.2,75.2-17,92.9-9,23.3-19.8,40-37.3,57.6-17.5,17.5-34.1,28.4-57.4,37.5-17.6,6.9-44.1,15.1-92.8,17.4-52.7,2.5-68.5,3-202,3.3s-149.3-.2-202-2.5M706.4,232.8c0,33.1,27,59.9,60.1,59.9s59.9-27,59.9-60.1-27-59.9-60.1-59.9-59.9,27-59.9,60.1M243.3,500.6c.3,141.8,115.4,256.5,257.2,256.2s256.5-115.4,256.3-257.2c-.3-141.8-115.5-256.5-257.3-256.2s-256.5,115.5-256.2,257.2M333.4,500.4c-.2-92,74.3-166.8,166.3-167s166.8,74.3,167,166.3-74.3,166.8-166.4,167c-92,.2-166.8-74.3-167-166.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 44% auto;
    background-position: center center;
    display: block;
    width: 3em;
    height: 3em;
    margin-top: 1em;
    border-radius: 50%;
  }
  .g-header-dropdown__list .g-header-dropdown__list--x {
    background-color: #0162ab;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 975.6 1005.1'%3E%3Cpath fill='%23ffffff' d='M580.6,425.6L943.7,0h-86.1l-315.3,369.6L290.5,0H0l380.8,558.8L0,1005.1h86.1l333-390.3,266,390.3h290.5l-395-579.5h0ZM462.8,563.8l-38.6-55.6L117.2,65.4h132.2l247.8,357.3,38.6,55.6,322.1,464.5h-132.2l-262.8-379h0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 38% auto;
    background-position: center center;
    display: block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
  }
  .g-header-dropdown__list .g-header-dropdown__list--insta:hover {
    background-color: var(--brand-orange);
  }
  .g-header-dropdown__list--x:hover {
    background-color: var(--brand-orange);
  }

  .g-header-pcmenu__cart {
    text-indent: 1.8em;
  }
  .g-header-pcmenu__cart::before {
    display: block;
    content: '';
    position: absolute;
    width: calc(20vw /14);
    height: calc(16vw /14);
    background: url(../img/common/ico_cart.svg) no-repeat;
    background-size: 100% auto;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (min-width: 1401px) {
  .g-header {
    max-width: 1000px;
  }
  .g-header-logo {
    max-width: 54px;
  }
  .g-header-logo__img {
    max-width: 44px;
    margin: 0 auto calc(5vw /14) calc(8vw /14);
  }
  .g-header-menu .g-header-menu__lists {
    font-size: 14px;
    border-radius: 40px;
    max-width: 770px;
    padding: 0 40px;
  }
  .g-header-pcmenu__cart::before {
    width: 20px;
    height: 16px;
  }
}


@media screen and (min-width: 1px) and (max-width: 767px) {
  html.js-navopen,
  body.js-navopen {
    overflow: hidden;
  }
  .g-header {
    top: 1.5%;
    width: 96%;
    right: 0;
    display: block;
  }
  .g-header-logo {
    display: none;
  }
  .g-header-hamburger,
  .g-header-close {
    border: 0;
    color: inherit;
    appearance: none;
  }

  .js-navopen .g-header-hamburger {
    opacity: 0;
    pointer-events: none;
  }
  .g-header-ec {
    position: absolute;
    top: calc(100vw / 7.5);
    right: 0;
    width: calc(70vw /7.5);
    background: url(../img/common/ico_cart_w.svg) left top no-repeat;
    background-size: calc(70vw / 7.5) auto;
    padding-top: calc(72vw /7.5);
    line-height: .7;
  }
  .g-header-ec span {
    font-family: komet, sans-serif;
    font-size: calc(16vw /7.5);
    font-weight: 400;
    word-break: break-all;
    display: inline-block;
    margin-left: 0.3em;
    line-height: 1;
    margin-top: 0.1em;
  }
  .g-header-hamburger {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    display: block;
    width: calc(70vw /7.5);
    background: url(../img/common/ico_banana_sp.svg) center top no-repeat;
    background-size: calc(70vw / 7.5) auto;
    padding-top: calc(60vw /7.5);
    line-height: 1;
    text-align: center;
  }
  .g-header-hamburger span {
    font-family: komet, sans-serif;
    font-size: calc(16vw /7.5);
    font-weight: 400;
  }
  .g-header-hamburger {
    cursor: pointer;
    display: inline-block;
    transition: .3s;
    transition: .8s all;
  }
  .g-header-close {
    width: calc(55vw /7.5);
    height: calc(55vw /7.5);
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
  }
  .js-navopen .g-header-close {
    z-index: 999;
    opacity: 1;
  }
  .g-header-close .u-batsu {
    width: 100%;
    height: 100%;
  }
  .g-header-close .u-batsu:before,.g-header-close  .u-batsu:after {
    width: calc(5vw /7.5);
    height: 100%;
    background: #f7c208;
  }
  .g-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    inset: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    background: #fdfce1;
    text-align: center;
    /* transition: opacity .3s ease, visibility .3s ease; */
    transform: translate(0, -8px) scale(.92);
    transform-origin: top center;
    transition:
      opacity .25s ease,
      visibility .25s ease,
      transform .35s cubic-bezier(.34, 1.56, .64, 1);
  }
  .js-navopen .g-header-menu {
    top: 0;
    visibility: visible;
    z-index: 2;
    opacity: 1;
    width: 100%;
    transform: translate(0, 0) scale(1);
  }
  .g-header-menu-inner {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;
    padding: 15px 3% calc(200vw / 7.5);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .g-header-menu-inner::-webkit-scrollbar {
    display: none;
  }
  .g-header-menu__logo {
    width: calc(516vw /7.5);
  }
  .g-header-menu__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .g-header-menu__lists::after {
    display: block;
    content: '';
    position: absolute;
    width: 106%;
    height: calc(250vw /7.5);
    background: url(../img/common/bg_spmenu.png) no-repeat;
    background-size: 100% auto;
    top: calc(1162vw /7.5);
    left: -3%;
  }
  .g-header-menu .g-header-menu__lists > li {
    border-radius: 1em;
    border: 3.5px solid #fdee99;
    background-color: #fff;
    font-size: calc(26vw /7.5);
    margin-top: 1em;
    display: flex;
    align-items: flex-start;
    padding: 1.5em 0 1.5em 1em;
    text-align: left;
    width: 100%;
  }
  .g-header-menu .g-header-menu__lists .g-header-menu__lists--half {
    width: 49%;
  }
  .g-header-menu .g-header-menu__lists > li > a,
  .g-header-menu .g-header-menu__lists > li button {
    width: 25%;
    text-align: left;
    line-height: 1;
  }
  .g-header-menu .g-header-menu__lists > li:not(.has-dropdown)  {
    padding: 0;
  }
  .g-header-menu .g-header-menu__lists > li:not(.has-dropdown) a  {
    padding: 1.5em 0 1.5em 0em;
    width: 100%;
    text-align: center;
  }
  .g-header-menu .g-header-menu__lists .g-header-menu__lists--half a {
    width: 100%;
  }
  .g-header-dropdown {
    width: 70%;
  }
  .g-header-dropdown__list {
    display: grid;
    gap: 8px;
  }
  .g-header-dropdown__list--1 {
    grid-template-columns: 1fr;
  }
  .g-header-dropdown__list--2 {
    grid-template-columns: 1fr 1fr;
    gap: 8px 0px;
  }
  .g-header-dropdown__list--3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .g-header-dropdown__list--4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .g-header-dropdown__list a {
    padding: 0;
    white-space: nowrap;
    line-height: 1.6;
    color: #0162ab;
    font-size: calc(20vw /7.5);
  }
  .g-header-dropdown__list .g-header-dropdown__list--insta {
    background-color: #0162ab;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000.1 1000.1'%3E%3Cpath fill='%23ffffff' d='M293,3.6c-53.2,2.5-89.5,11-121.3,23.5-32.9,12.8-60.7,30-88.5,57.8s-44.8,55.8-57.5,88.7c-12.3,31.8-20.7,68.2-23,121.4C.4,348.3-.2,365.3,0,501.1c.3,135.8.9,152.8,3.4,206.1,2.5,53.2,11,89.5,23.5,121.3,12.8,32.9,30,60.7,57.8,88.5,27.8,27.7,55.8,44.8,88.7,57.5,31.8,12.3,68.2,20.7,121.4,23,53.3,2.3,70.4,2.9,206.1,2.6,135.8-.3,152.8-.9,206.2-3.4,53.2-2.5,89.5-11.1,121.3-23.5,32.9-12.9,60.7-30,88.5-57.8,27.7-27.8,44.8-55.8,57.5-88.7,12.3-31.8,20.7-68.2,23-121.4,2.3-53.4,2.9-70.4,2.6-206.2-.3-135.8-.9-152.8-3.4-206.1-2.5-53.2-11-89.5-23.5-121.3-12.8-32.9-30-60.7-57.8-88.5-27.8-27.7-55.8-44.8-88.7-57.5-31.8-12.3-68.2-20.7-121.4-23C652,.3,634.9-.2,499.2,0c-135.8.3-152.8.8-206.1,3.4M298.8,907.4c-48.7-2.1-75.2-10.2-92.9-17-23.4-9-40-19.9-57.6-37.3-17.5-17.5-28.4-34.1-37.5-57.4-6.9-17.6-15.1-44.1-17.4-92.8-2.5-52.7-3-68.5-3.3-202s.2-149.3,2.5-202c2.1-48.7,10.2-75.2,17-92.8,9-23.4,19.8-40,37.3-57.6,17.5-17.5,34.1-28.4,57.4-37.5,17.6-6.9,44.1-15.1,92.8-17.4,52.7-2.5,68.5-3,202-3.3s149.3.2,202.1,2.5c48.7,2.1,75.2,10.2,92.8,17,23.4,9,40,19.8,57.6,37.3,17.5,17.5,28.4,34.1,37.5,57.4,6.9,17.6,15.1,44,17.4,92.8,2.5,52.7,3.1,68.5,3.3,202,.3,133.5-.2,149.3-2.5,202-2.1,48.7-10.2,75.2-17,92.9-9,23.3-19.8,40-37.3,57.6-17.5,17.5-34.1,28.4-57.4,37.5-17.6,6.9-44.1,15.1-92.8,17.4-52.7,2.5-68.5,3-202,3.3s-149.3-.2-202-2.5M706.4,232.8c0,33.1,27,59.9,60.1,59.9s59.9-27,59.9-60.1-27-59.9-60.1-59.9-59.9,27-59.9,60.1M243.3,500.6c.3,141.8,115.4,256.5,257.2,256.2s256.5-115.4,256.3-257.2c-.3-141.8-115.5-256.5-257.3-256.2s-256.5,115.5-256.2,257.2M333.4,500.4c-.2-92,74.3-166.8,166.3-167s166.8,74.3,167,166.3-74.3,166.8-166.4,167c-92,.2-166.8-74.3-167-166.3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 44% auto;
    background-position: center center;
    display: block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
  }
  .g-header-dropdown__list .g-header-dropdown__list--x {
    background-color: #0162ab;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 975.6 1005.1'%3E%3Cpath fill='%23ffffff' d='M580.6,425.6L943.7,0h-86.1l-315.3,369.6L290.5,0H0l380.8,558.8L0,1005.1h86.1l333-390.3,266,390.3h290.5l-395-579.5h0ZM462.8,563.8l-38.6-55.6L117.2,65.4h132.2l247.8,357.3,38.6,55.6,322.1,464.5h-132.2l-262.8-379h0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 38% auto;
    background-position: center center;
    display: block;
    width: 3em;
    height: 3em;
    border-radius: 50%;
  }
  .g-header-menu .g-header-menu__lists .g-header-pcmenu__cart {
    width: 100%;
    font-size: calc(24vw /7.5);
    letter-spacing: -.05em;
    line-height: 1.2;
  }
  .g-header-pcmenu__cart {
    text-indent: 1.2em;
    position: relative;
  }
  .g-header-pcmenu__cart::before {
    display: block;
    content: '';
    position: absolute;
    width: calc(30vw /7.5);
    height: calc(26vw /7.5);
    background: url(../img/common/ico_cart.svg) no-repeat;
    background-size: 100% auto;
    bottom: 0;
    top: 0;
    left: .8em;
    margin: auto;
  }
}

/* g-footer
//* -------------------------------------------------- */
.g-footer {
  margin-top: 70px;
  background: #fef3bf; /* f8f6d9 */
  position: relative;
  padding: 50px 0 60px;
  border-radius: 78px 78px 0 0;
}
.g-footer .u-inner {
  margin: auto;
  position: relative;
}
.g-footer-logo {
  max-width: 260px;
  margin: 0 auto;
}
.g-footer-copy {
  text-align: center;
  line-height: 1;
  font-size: .875rem;
  margin-top: 30px;
}
.pagetop {
  position: absolute;
  width: 56px;
  height: 40px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  background-color: #fff;
  transform: .3s all;
}
.pagetop::before {
  content: '';
  width: 14px;
  height: 14px;
  border-top: solid 1.5px #000;
  border-right: solid 1.5px #000;
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .pagetop:hover {
    transform: scale(1.1)translateY(-10px);
  }
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .g-footer {
    margin-top: 50px;
    padding: 30px 0 35px;
    border-radius: 39px 39px 0 0;
  }
  .g-footer-logo {
    width: calc(256vw /7.5);
  }
  .g-footer-copy {
    margin-top: 20px;
    font-size: .4375rem;
  }
  .pagetop {
    width: 47px;
    height: 31px;
    bottom: -20px;
  }
  .pagetop::before {
    width: 9px;
    height: 9px;
    border-width: 1px;
    top: 5px;
  }
}


.l-footerWrap {
  position: relative;
  background-color: #ffe8a5;
  
}
.l-shareWrap {
  padding: 1px 0 60px;
  position: relative;
  background-color: #fed14a;
}
.l-shareWrap::after {
  background: url(../img/products/banana/bg_dots.png) repeat-x bottom;
  background-size: auto 132px;
  width: 100%;
  height: 121px;
  display: block;
  content: '';
  position: absolute;
  bottom: -121px;
  left: 0;
  pointer-events: none;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .l-shareWrap {
      padding-bottom: 50px;
  }
  .l-shareWrap::after {
      background-size: auto 66px!important;
      height: 60px;
      bottom: -60px;
  }  
}

/* 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;
}
.c-heading_en {
  text-align: center;
  font-size: 5rem;
  line-height: 1;
  display: block;
}
.c-heading_jp {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.02em;
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 1px) and (max-width: 767px) {
  .c-heading_en {
    font-size: calc(80vw /7.5);
  }
  .c-heading_jp {
    font-size: calc(30vw /7.5);
  }
}





.c-section-heading_en {
  display: flex;
}
.c-section-heading_en span {
  display: inline-block;
  transform: translateY(1em);
  opacity: 0;
}
.is-state_scroll .c-section-heading_en span {
  animation: textanimation 0.7s forwards;
}
.c-section-heading_jp {
  opacity: 0;
  transform: translateY(20px);
}
.is-state_scroll .c-section-heading_jp {
  animation: jpFadeUp 0.8s forwards;
  animation-delay: 0.8s;
}
@keyframes textanimation {
  0% {
    transform: translateY(1em);
    opacity: 0;
  }
  50% {
    transform: translateY(-0.3em);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes jpFadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}