@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sono:wght@500;600;700;800&family=Zen+Maru+Gothic:wght@500;700;900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
}

/*----------
media query
----------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  margin: 0;
}
body.is__loaded {
  overflow: hidden;
  background-color: #FFE97B;
}
body.is__open {
  overflow: hidden;
}

.cc-compliance{
    min-width: unset;
}

main {
  overflow-x: hidden;
}

.animation__container {
  opacity: 0;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.font-en {
  font-family: "Sono", monospace;
}

.l-inner__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-inner__flex.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-inner__flex.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-inner__flex.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-inner__flex.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.l-inner__flex.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.l-inner__flex.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-inner__flex.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.l-inner__flex.no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.l-footer {
  background-color: #FEFFE5;
  padding: 7rem 0;
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding: 4rem 0;
  }
}
.l-footer .inner {
  width: min(90%, 600px);
  margin: 0 auto;
}
.l-footer .logo {
  width: 100%;
  margin-bottom: 4rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 480px) {
  .l-footer .logo {
    width: 90%;
    margin: 0 auto 2rem;
  }
}
.l-footer .link__wrap {
  margin-bottom: 2.8rem;
}
.l-footer .link__wrap .c-link__button {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
.l-footer .link__wrap .c-link__button:nth-of-type(1) {
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.l-footer .link__wrap .c-link__button:nth-of-type(2) {
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.l-footer .link__wrap .c-link__button:nth-of-type(3) {
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.4s;
}
.l-footer .link__wrap .c-link__button:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .l-footer .link__wrap .c-link__button:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.l-footer .annotations {
  font-size: clamp(0.75rem, 0.7083333333rem + 0.1388888889vw, 0.8125rem);
  line-height: 1.7;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .l-footer .annotations {
    padding-left: 0;
  }
}
.l-footer .annotations .text-link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .l-footer .annotations .text-link:hover {
    opacity: 0.8;
  }
}
.l-footer .gotop {
  position: relative;
  margin-bottom: 1.8rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.l-footer .gotop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 240px;
  height: 240px;
  background-color: #009DE2;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .l-footer .gotop::before {
    width: 190px;
    height: 190px;
  }
}
.l-footer .gotop .illusts {
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.l-footer .gotop .illusts .item {
  position: relative;
  width: 110px;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
@media screen and (max-width: 480px) {
  .l-footer .gotop .illusts .item {
    width: 40px;
  }
}
.l-footer .gotop .illusts .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -30%;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/icon_fly.svg") no-repeat;
  background-size: contain;
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 480px) {
  .l-footer .gotop .illusts .item::before {
    top: -40%;
    width: 36px;
    height: 36px;
  }
}
.l-footer .gotop .illusts.is__animated {
  width: auto;
  opacity: 1;
}
.l-footer .gotop .illusts.is__animated__left {
  margin-right: 10rem;
}
.l-footer .gotop .illusts.is__animated__right {
  margin-left: 10rem;
}
.l-footer .gotop .illusts.is__animated .item {
  position: fixed;
  z-index: 11;
  -webkit-animation: toTop 3s forwards;
          animation: toTop 3s forwards;
}
.l-footer .gotop .illusts.is__animated .item.fly1 {
  left: 5%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.l-footer .gotop .illusts.is__animated .item.fly2 {
  left: 18%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.l-footer .gotop .illusts.is__animated .item.fly3 {
  left: 30%;
}
.l-footer .gotop .illusts.is__animated .item.fly4 {
  right: 22%;
}
.l-footer .gotop .illusts.is__animated .item.fly5 {
  right: 12%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.l-footer .gotop .illusts.is__animated .item.fly6 {
  right: 3%;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.l-footer .gotop .illusts.fade-out {
  opacity: 0;
}
.l-footer .gotop .illust {
  position: relative;
  width: 175px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  animation: fuwafuwa 1.8s ease-in-out infinite alternate-reverse;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .l-footer .gotop .illust {
    width: 132px;
  }
}
.l-footer .gotop .toggle {
  width: 300px;
  margin: 1rem auto 0;
}
@media screen and (max-width: 480px) {
  .l-footer .gotop .toggle {
    width: 200px;
  }
}
.l-footer .gotop.is__active::before {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 157, 226, 0.8);
  -webkit-transform: translate(-50%, -50%) scale(10);
          transform: translate(-50%, -50%) scale(10);
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
.l-footer .gotop.is__active .illust {
  z-index: 11;
}
.l-footer .gotop.is__active .illust.is__animated {
  position: fixed;
  -webkit-animation: toTop 3s ease-out forwards;
          animation: toTop 3s ease-out forwards;
}
.l-footer .gotop.is__active .illust.fade-out {
  opacity: 0;
}
.l-footer .gotop.fade-out {
  opacity: 0;
}
.l-footer .text {
  color: #009DE2;
  font-size: clamp(0.6875rem, 0.6041666667rem + 0.2777777778vw, 0.8125rem);
  text-align: center;
  line-height: 1.7;
  font-weight: 700;
}
.l-footer.is__animated .logo,
.l-footer.is__animated .c-link__button {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}
@-webkit-keyframes toTop {
  0% {
    top: 50%;
  }
  80% {
    top: 40%;
  }
  100% {
    top: 30%;
  }
}
@keyframes toTop {
  0% {
    top: 50%;
  }
  80% {
    top: 40%;
  }
  100% {
    top: 30%;
  }
}
.l-header {
  position: fixed;
  right: 0;
  width: 100%;
  height: 0;
  z-index: 10;
}
.l-header .menu__toggle {
  position: relative;
  display: grid;
  place-content: center;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F755A2;
  margin: 2rem 2rem 0 auto;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .l-header .menu__toggle {
    width: 60px;
    margin: 1rem 1rem 0 auto;
  }
}
.l-header .menu__toggle .icon {
  width: 28px;
  margin: 0 auto 0.1rem;
}
@media screen and (max-width: 480px) {
  .l-header .menu__toggle .icon {
    width: 18px;
    margin-bottom: 0.2rem;
  }
}
.l-header .menu__toggle .text {
  color: #FFFFFF;
  font-size: clamp(0.625rem, 0.2083333333rem + 1.3888888889vw, 1.25rem);
  font-weight: 500;
}
.l-header .menu__toggle.close {
  margin: 0;
}
.l-header .global__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFE97B;
  -webkit-clip-path: circle(0% at 48% 53%);
          clip-path: circle(0% at 48% 53%);
  padding: 2rem 2rem 4rem 2rem;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  pointer-events: none;
  visibility: hidden;
  overflow: scroll;
}
@media screen and (max-width: 480px) {
  .l-header .global__menu {
    padding: 1rem 0.5rem 8rem 0.5rem;
  }
}
.l-header .global__menu .inner {
  width: min(85%, 1220px);
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .l-header .global__menu .inner {
    width: 100%;
  }
}
.l-header .global__menu .menu__header {
  padding-bottom: 2rem;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .menu__header {
    padding-bottom: 1.5rem;
  }
}
.l-header .global__menu .logo {
  width: 312px;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .logo {
    width: min(50%, 340px);
  }
}
.l-header .global__menu .link__wrap {
  width: 55%;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .link__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-header .global__menu .link__wrap .illust {
  width: min(95%, 592px);
  margin: 3rem 3% 0 auto;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .link__wrap .illust {
    width: min(50%, 324px);
    margin-top: -0.8rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .link__wrap .links {
    width: 48%;
  }
}
.l-header .global__menu .link__wrap .sns {
  width: 41%;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .link__wrap .sns {
    width: 100%;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .l-header .global__menu .link__wrap .sns {
    padding-left: 0.5rem;
  }
}
.l-header .global__menu .link__wrap .sns .link__icon {
  display: inline-block;
  width: 85px;
  height: auto;
  aspect-ratio: 1/1;
}
.l-header .global__menu .link__wrap .sns .link__icon:first-of-type {
  margin-right: 0.8rem;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .link__wrap .sns .link__icon {
    width: min(40%, 80px);
  }
}
@media screen and (max-width: 480px) {
  .l-header .global__menu .link__wrap .sns .link__icon {
    width: min(40%, 50px);
  }
}
.l-header .global__menu .link__wrap .nav {
  width: 48%;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .link__wrap .nav {
    width: 100%;
    padding-left: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .l-header .global__menu .link__wrap .nav {
    padding-left: 0.5rem;
  }
}
.l-header .global__menu .link__wrap .nav__item {
  font-size: clamp(0.75rem, 0.5rem + 0.8333333333vw, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
}
@media (any-hover: hover) {
  .l-header .global__menu .link__wrap .nav__item:hover {
    opacity: 0.8;
  }
}
.l-header .global__menu .menu__wrap {
  width: 44%;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .menu__wrap {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.l-header .global__menu .menu__wrap .menu__item {
  width: 100%;
  background-color: #FFFFFF;
  border-width: 10px;
  border-style: solid;
  border-radius: 40px;
  padding: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .menu__wrap .menu__item {
    padding: 1rem;
  }
}
.l-header .global__menu .menu__wrap .menu__item .menu__logo {
  width: 50%;
}
.l-header .global__menu .menu__wrap .menu__item .menu__img {
  width: 25%;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(1) {
  border-color: #B3E8FF;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(1) .menu__top {
  width: 100%;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(1) .menu__top .menu__img {
  width: 25%;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(1) .menu__bottom {
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .l-header .global__menu .menu__wrap .menu__item:nth-child(1) .menu__bottom {
    width: 98%;
  }
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(1) .list__item {
  width: 48%;
  font-size: clamp(0.9375rem, 0.8125rem + 0.4166666667vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .l-header .global__menu .menu__wrap .menu__item:nth-child(1) .list__item {
    width: 48%;
  }
  .l-header .global__menu .menu__wrap .menu__item:nth-child(1) .list__item:last-of-type {
    width: 100%;
  }
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(1) .list__item::before {
  content: "";
  display: inline-block;
  background: url("../images/icon_bell.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  margin-right: 0.6rem;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media (any-hover: hover) {
  .l-header .global__menu .menu__wrap .menu__item:nth-child(1) .list__item:hover {
    opacity: 0.8;
  }
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(2) {
  border-color: #FFC786;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(2) .c-link__arrow {
  background-color: #FF8A00;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(3) {
  border-color: #FFF500;
  margin-bottom: 0;
}
@media screen and (max-width: 869px) {
  .l-header .global__menu .menu__wrap .menu__item:nth-child(3) {
    margin-bottom: 2rem;
  }
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(3) .menu__shop {
  font-size: clamp(1.0625rem, 0.5208333333rem + 1.8055555556vw, 1.875rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(3) .menu__shop .shop__name {
  display: block;
  color: #009DE2;
  font-size: clamp(0.875rem, 0.625rem + 0.8333333333vw, 1.25rem);
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(3) .c-link__arrow {
  background-color: #FFF500;
}
.l-header .global__menu .menu__wrap .menu__item:nth-child(3) .c-link__arrow::before {
  border-color: #009DE2;
}
.l-header .global__menu.is__open {
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  pointer-events: all;
  visibility: visible;
}

.c-section__header {
  position: relative;
  width: 42px;
  margin-right: 4rem;
  -webkit-transition: all 0.1 ease-in;
  transition: all 0.1 ease-in;
}
@media screen and (max-width: 869px) {
  .c-section__header {
    width: auto;
    height: 15px;
    padding-left: 0.8rem;
    margin-bottom: 2rem;
  }
  .c-section__header img {
    width: auto;
    height: 100%;
  }
}
.c-section__header::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1px;
  height: 100px;
  background-color: #D1D1D1;
  z-index: -1;
}
@media screen and (max-width: 869px) {
  .c-section__header::before {
    width: 24px;
    height: 1px;
    top: 50%;
    left: -24px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.c-section__header.white::before {
  width: 2px;
  background-color: #FFFFFF;
  z-index: 2;
}
@media screen and (max-width: 869px) {
  .c-section__header.white::before {
    width: 24px;
    height: 1px;
    top: 50%;
    left: -24px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.c-section__header.entry::before {
  top: -105px;
  height: 70px;
  z-index: 2;
}
@media screen and (max-width: 869px) {
  .c-section__header.entry::before {
    width: 24px;
    height: 1px;
    top: 50%;
    left: -24px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

.c-link__button {
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 100px;
  width: 462px;
  padding: 1.1rem 1rem;
  margin: 0 auto;
  /*----------
  矢印ボタン
  ----------*/
  /*----------
  アイコンボタン
  ----------*/
}
@media screen and (max-width: 480px) {
  .c-link__button {
    width: 320px;
  }
}
.c-link__button .inner__text {
  font-weight: 700;
  line-height: 1.5;
}
.c-link__button.arrow {
  background-color: #FFE97B;
}
.c-link__button.arrow .inner__text {
  color: #009DE2;
  font-size: clamp(1.0625rem, 0.5208333333rem + 1.8055555556vw, 1.875rem);
}
.c-link__button.arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 91%;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .c-link__button.arrow::before {
    left: 88.6%;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}
.c-link__button.arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 89%;
  width: 36px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #009DE2;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .c-link__button.arrow::after {
    left: 86%;
    width: 28px;
  }
}
.c-link__button.icon {
  background-color: #EA5854;
}
.c-link__button.icon .inner__text {
  color: #FFFFFF;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .c-link__button.icon .inner__text {
    padding-left: 2rem;
  }
}
.c-link__button.icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/icon_shop.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .c-link__button.icon::before {
    width: 45px;
    left: 2.5%;
  }
}
.c-link__button.icon.icon-map::before {
  background: url("../images/icon_map.png") no-repeat;
  background-size: contain;
}

.c-link__arrow {
  position: relative;
  display: block;
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #009DE2;
}
@media screen and (max-width: 480px) {
  .c-link__arrow {
    width: 28px;
  }
}
.c-link__arrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 47%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 480px) {
  .c-link__arrow::before {
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
}
.c-link__arrow.left::before {
  left: 54%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.c-link__arrow.bottom {
  width: 52px;
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (max-width: 869px) {
  .c-link__arrow.bottom {
    width: 20%;
  }
}
.c-link__arrow.bottom::before {
  left: 50%;
  width: 14px;
  height: 14px;
  border-width: 4px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width: 480px) {
  .c-link__arrow.bottom::before {
    width: 7px;
    height: 7px;
    border-width: 2px;
  }
}

.c-section__title {
  color: #FFFFFF;
  font-size: clamp(5.25rem, 0.4166666667rem + 16.1111111111vw, 12.5rem);
  font-weight: 700;
  -webkit-text-stroke: 2px #8ADBFF;
  margin-bottom: 2rem;
}
@media screen and (max-width: 869px) {
  .c-section__title {
    margin-bottom: 1rem;
  }
}
.c-section__title.sm {
  font-size: clamp(5.125rem, 1.0416666667rem + 13.6111111111vw, 11.25rem);
}
@media screen and (max-width: 869px) {
  .c-section__title.sm {
    margin-bottom: 0;
  }
}
.c-section__title .letter-space {
  letter-spacing: -0.5rem;
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: transparent;
  border: none;
  z-index: 9999;
}
.p-modal .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 233, 123, 0.6);
}
.p-modal .modal__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: min(90%, 1200px);
  height: 80%;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 3rem 2rem 3rem 3rem;
  -webkit-filter: drop-shadow(3px 4px 1px rgba(0, 0, 0, 0.24));
          filter: drop-shadow(3px 4px 1px rgba(0, 0, 0, 0.24));
    height: auto;
    max-height: 90%;
    overflow-y: auto;
}
@media screen and (max-width: 480px) {
  .p-modal .modal__area {
    top: 45%;
    width: 90%;
    height: 80%;
    padding: 1.5rem 0.5rem 1.5rem 1rem;
    overflow-y: auto;
  }
}
.p-modal .modal__content {
  height: 100%;
	align-content: flex-start;
}
@media screen and (max-width: 869px) {
  .p-modal .modal__content {
    padding-right:0.5rem;
    overflow-y:auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .p-modal .modal__content::-webkit-scrollbar {
    display: none;
  }
}
.p-modal .modal__content .header {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 480px) {
  .p-modal .modal__content .header {
    margin-bottom: 1.8rem;
  }
}
.p-modal .modal__content .header .date {
  color: #009DE2;
  font-size: clamp(1rem, 0.9166666667rem + 0.2777777778vw, 1.125rem);
  font-weight: 500;
  margin-bottom: 0.8rem;
}
.p-modal .modal__content .header .title {
  font-size: clamp(1.25rem, 0.75rem + 1.6666666667vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
}
.p-modal .modal__content .text {
  width: 55%;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 3rem;
}
@media screen and (max-width: 480px) {
  .p-modal .modal__content .text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-modal .modal__content .text.w-lg {
  width: 100%;
}
.p-modal .modal__content .img {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .p-modal .modal__content .img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.p-modal .modal__content .table__wrap {
  width: 48%;
}
@media screen and (max-width: 869px) {
  .p-modal .modal__content .table__wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-modal .modal__content .table__wrap .table__title {
  font-size: clamp(1.125rem, 1.0416666667rem + 0.2777777778vw, 1.25rem);
  font-weight: 500;
  margin-bottom: 1rem;
}
.p-modal .modal__content .table__wrap .table {
  border: 2px solid #009DE2;
  font-size: clamp(0.9375rem, 0.8958333333rem + 0.1388888889vw, 1rem);
  margin-bottom: 2rem;
}
@media screen and (max-width: 869px) {
  .p-modal .modal__content .table__wrap .table {
    margin-bottom: 0.5rem;
  }
}
.p-modal .modal__content .table__wrap .table dt {
  width: 160px;
  background-color: #009DE2;
  color: #FFFFFF;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 480px) {
  .p-modal .modal__content .table__wrap .table dt {
    width: 100%;
    padding: 0.3rem 0.5rem 0.5rem 0.5rem;
  }
}
.p-modal .modal__content .table__wrap .table dt:not(:last-of-type) {
  border-bottom: 2px solid #FFFFFF;
}
.p-modal .modal__content .table__wrap .table dt .highlight {
  display: inline-block;
  background-color: #8dbc5c;
  border-radius: 20px;
  font-size: clamp(0.8125rem, 0.7708333333rem + 0.1388888889vw, 0.875rem);
  padding: 0.3rem 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 869px) {
  .p-modal .modal__content .table__wrap .table dt .highlight {
    margin-top: 0;
  }
}
.p-modal .modal__content .table__wrap .table dd {
  width: calc(100% - 160px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 480px) {
  .p-modal .modal__content .table__wrap .table dd {
    width: 100%;
    padding: 0.5rem;
  }
}
.p-modal .modal__content .table__wrap .table dd:not(:last-of-type) {
  border-bottom: 2px solid #009DE2;
}
.p-modal .modal__content .note__wrap {
  width: 100%;
}
.p-modal .modal__content .date-modal {
  text-align: right;
  margin-bottom: 12px;
}
.p-modal .modal__content .note {
  position: relative;
  font-size: clamp(0.9375rem, 0.8958333333rem + 0.1388888889vw, 1rem);
  line-height: 1.2;
  padding-left: 1.2rem;
}
.p-modal .modal__content .note::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(0.9375rem, 0.8958333333rem + 0.1388888889vw, 1rem);
}
.p-modal .modal-close-button {
  position: absolute;
  top: 32px;
  right: 32px;
  display: grid;
  place-content: center;
  width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #F755A2;
  cursor: pointer;
  z-index: 5;
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 869px) {
  .p-modal .modal-close-button {
    top: 92%;
    right: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .p-modal .modal-close-button {
    top: 88%;
    width: 60px;
  }
}
.p-modal .modal-close-button .border {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 3px;
  border-radius: 30px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .p-modal .modal-close-button .border {
    width: 32px;
  }
}
.p-modal .modal-close-button .border::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -8px;
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background-color: #FFFFFF;
  -webkit-transform: rotate(-88deg);
          transform: rotate(-88deg);
}
@media screen and (max-width: 480px) {
  .p-modal .modal-close-button .border::after {
    width: 32px;
  }
}

.p-title__wrap {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 869px) {
  .p-title__wrap {
    margin-bottom: 3rem;
  }
}
.p-title__wrap .title__img {
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 869px) {
  .p-title__wrap .title__img {
    width: min(80%, 580px);
  }
}
.p-title__wrap .title__img img {
  width: min(60%, 580px);
}
@media screen and (max-width: 480px) {
  .p-title__wrap .title__img img {
    width: 90%;
  }
}
.p-title__wrap .title {
  color: #009DE2;
  font-size: clamp(1.0625rem, 0.2708333333rem + 2.6388888889vw, 2.25rem);
  font-weight: 700;
}

/*---------- 
break depend on the browser size
----------*/
.pc {
  display: block;
}
@media screen and (max-width: 869px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 869px) {
  .sp {
    display: block;
  }
}

.spm {
  display: none;
}
@media screen and (max-width: 480px) {
  .spm {
    display: block;
  }
}

.u-hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media (any-hover: hover) {
  .u-hover:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.u-fadein {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (any-hover: hover) {
  .u-fadein:hover {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pg-hero {
  position: relative;
  background-color: #FFE97B;
  overflow: hidden;
  padding-top: 3rem;
}
@media screen and (max-width: 869px) {
  .pg-hero {
    height: 100%;
  }
}
.pg-hero .logo {
  width: min(30%, 526px);
  position: absolute;
  top: 10%;
  left: 55%;
  opacity: 0;
}
@media screen and (max-width: 869px) {
  .pg-hero .logo {
    width: min(80%, 526px);
    position: relative;
    top: 5%;
    left: initial;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .pg-hero .logo {
    width: min(80%, 273px);
    top: 10%;
  }
}
.pg-hero .mv {
  width: min(50%, 944px);
  opacity: 0;
  margin-left: 6%;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
@media screen and (max-width: 869px) {
  .pg-hero .mv {
    width: min(100%, 944px);
    margin-left: 0;
  }
}
.pg-hero .absolute__img {
  position: absolute;
  top: 50%;
  left: 60%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(8%, 250px);
  margin: 0 auto;
}
.pg-hero .news {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(60%, 724px);
  background-color: #FFFFFF;
  border: 1.65px solid #FFE97B;
  border-radius: 60px;
  padding: 0.8rem 1rem;
  margin: 0 auto;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
  opacity: 0;
}
@media screen and (max-width: 869px) {
  .pg-hero .news {
    width: min(90%, 724px);
  }
}
.pg-hero .news__slide {
  width: 87%;
  font-weight: 500;
  margin: 0 auto;
  cursor: pointer;
}
.pg-hero .news .swiper-slide {
  padding: 0 .5em;
}
.pg-hero .news__slide .date {
  display: block;
  color: #009DE2;
  font-size: clamp(0.75rem, 0.4166666667rem + 1.1111111111vw, 1.25rem);
  padding-left: 0.2rem;
  margin-bottom: 0.2rem;
}
.pg-hero .news__slide .title {
  font-size: clamp(0.6875rem, 0.3125rem + 1.25vw, 1.25rem);
  line-height: 1.5;
}
.pg-hero .news__slide .title.has__link {
  border-bottom: 1px solid #009DE2;
}

/* ----------
override swiper core style
---------- */
.swiper-button-prev,
.swiper-button-next {
  width: 30px !important;
  height: 30px !important;
  top: 60% !important;
}
@media screen and (max-width: 480px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 28px !important;
    height: 28px !important;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  left: 20px !important;
}
@media screen and (max-width: 480px) {
  .swiper-button-prev {
    left: 10px !important;
  }
}

.swiper-button-next {
  right: 20px !important;
}
@media screen and (max-width: 480px) {
  .swiper-button-next {
    right: 10px !important;
  }
}

.pg-belt {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FEFFE5;
  padding: 1rem 0 2rem;
}
.pg-belt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg_wave.svg") repeat-x;
}
.pg-belt .belt__slide-bottom {
  display: none;
}
@media screen and (max-width: 869px) {
  .pg-belt .belt__slide-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
  }
}
.pg-belt .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.pg-belt .swiper-slide {
  width: 157px;
  height: auto;
}
@media screen and (max-width: 869px) {
  .pg-belt .swiper-slide {
    width: 60px;
  }
}

.pg-lineup {
  position: relative;
  border-top: 24px solid #EA5854;
  background-color: #009DE2;
  padding: 4rem 0 10rem;
  overflow: hidden;
}
@media screen and (max-width: 869px) {
  .pg-lineup {
    border-top: 14px solid #EA5854;
    padding: 2rem 0 10rem;
  }
}
.pg-lineup::before {
  content: "";
  position: absolute;
  top: -40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 130%;
  height: 130%;
  background-color: #FFFFFF;
  border-radius: 50%;
}
@media screen and (max-width: 869px) {
  .pg-lineup::before {
    top: -77%;
    width: 200%;
  }
}
.pg-lineup .layer-top {
  position: relative;
  z-index: 2;
}
.pg-lineup .section__header {
  width: min(50%, 867px);
  margin: 0 auto 2rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 480px) {
  .pg-lineup .section__header {
    width: 400px;
    width: 100%;
    margin-bottom: 0;
  }
}
.pg-lineup .lineup__inner {
  width: min(95%, 1284px);
  margin: 0 auto;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner {
    width: 80%;
    padding-top: 3rem;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.pg-lineup .lineup__inner .lineup__item {
  position: relative;
  width: 33%;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 45%;
  }
}
.pg-lineup .lineup__inner .lineup__item .img {
  position: relative;
  width: min(80%, 298px);
  margin: 0 auto;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item .img {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .pg-lineup .lineup__inner .lineup__item .img {
    margin-bottom: 2rem;
  }
}
.pg-lineup .lineup__inner .lineup__item .img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: min(140%, 386px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item .img::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 130%;
  }
}
.pg-lineup .lineup__inner .lineup__item .img img {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
.pg-lineup .lineup__inner .lineup__item:nth-of-type(2) .img img {
  /*-webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);*/
	margin: -0.8rem 0 0.8rem;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item:nth-of-type(2) .img img {
   /* -webkit-transform: translateY(0);
            transform: translateY(0);*/
		margin: 0;
	}
}
.pg-lineup .lineup__inner .lineup__item .product-name {
  color: #FFFFFF;
  font-size: clamp(1.125rem, 0.5416666667rem + 1.9444444444vw, 2rem);
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item .product-name {
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.2rem;
    white-space: nowrap;
  }
}
.pg-lineup .lineup__inner .lineup__item .product-name .font-sm {
  display: block;
  font-size: clamp(0.75rem, 0.3333333333rem + 1.3888888889vw, 1.375rem);
	line-height: 1.2;
}
@media screen and (max-width: 480px) {
  .pg-lineup .lineup__inner .lineup__item .product-name .font-sm {
    padding-left: 2rem;
  }
}
.pg-lineup .lineup__inner .lineup__item.item1 .img::before {
  background-image: radial-gradient(circle at -40% -40%, #D2F1FF 0%, #2DB4EF 100%);
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item.item1 .c-link__arrow {
    background-color: #009DE2;
  }
}
.pg-lineup .lineup__inner .lineup__item.item1 .c-link__arrow::before {
  border-color: #009DE2;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item.item1 .c-link__arrow::before {
    border-color: #FFFFFF;
  }
}
.pg-lineup .lineup__inner .lineup__item.item2 .img {
  text-align: center;
}
.pg-lineup .lineup__inner .lineup__item.item2 .img::before {
  background-image: radial-gradient(circle at -40% -40%, #FFD5A3 0%, #FF8A00 79%);
}
.pg-lineup .lineup__inner .lineup__item.item2 .img img {
  width: min(85%, 246px);
}
@media screen and (max-width: 480px) {
  .pg-lineup .lineup__inner .lineup__item.item2 .product-name {
    margin-left: -1.5rem;
  }
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item.item2 .c-link__arrow {
    background-color: #FF8A00;
  }
}
.pg-lineup .lineup__inner .lineup__item.item2 .c-link__arrow::before {
  border-color: #FF8A00;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .lineup__item.item2 .c-link__arrow::before {
    border-color: #FFFFFF;
  }
}
.pg-lineup .lineup__inner .illust {
  width: 30%;
  padding-top: 8rem;
}
@media screen and (max-width: 869px) {
  .pg-lineup .lineup__inner .illust {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: min(70%, 380px);
    padding-top: 0;
    margin: 0 auto;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in 0.8s;
    transition: -webkit-transform 0.5s ease-in 0.8s;
    transition: transform 0.5s ease-in 0.8s;
    transition: transform 0.5s ease-in 0.8s, -webkit-transform 0.5s ease-in 0.8s;
  }
}
.pg-lineup.is__animated .section__header,
.pg-lineup.is__animated .lineup__item .img img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 869px) {
  .pg-lineup.is__animated .illust {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.pg-product1 {
  position: relative;
  background-color: #FEFFE5;
  padding: 8rem 0 0 0;
  z-index: 2;
  /*----------
  flavor
  ----------*/
  /*----------
  design
  ----------*/
  /*----------
  product
  ----------*/
}
.pg-product1::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/bg_product.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 240px;
  z-index: -1;
}
@media screen and (min-width: 1914px) {
	.pg-product1::after {
		background-size: 100% 100%;
        background-position: center bottom;
	}
}
@media screen and (max-width: 869px) {
  .pg-product1 {
    margin-top: -16rem;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 {
    padding: 2rem 0 1.5rem 0;
    margin-top: -13rem;
  }
}
.pg-product1 .header {
  width: min(85%, 1370px);
  padding-bottom: 8rem;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .pg-product1 .header {
    padding-bottom: 4rem;
  }
}
.pg-product1 .header__img {
  width: 32%;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 869px) {
  .pg-product1 .header__img {
    width: 50%;
  }
}
.pg-product1 .header__logo {
  width: 32%;
  margin-left: 2.5%;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 869px) {
  .pg-product1 .header__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: min(80%, 550px);
    margin: 0 auto;
  }
}
.pg-product1 .header.is__animated .header__img,
.pg-product1 .header.is__animated .header__logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pg-product1 .flavor {
  position: relative;
  background-color: #FFE97B;
  padding: 5rem 0 10rem 0;
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor {
    padding: 0;
  }
}
.pg-product1 .flavor::before, .pg-product1 .flavor::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  background: url("../images/bg_wave2.svg") repeat-x;
  background-size: cover;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor::before, .pg-product1 .flavor::after {
    width: 280%;
  }
}
.pg-product1 .flavor::before {
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor::before {
    top: -30px;
  }
}
.pg-product1 .flavor::after {
  bottom: -50px;
  -webkit-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.pg-product1 .flavor .p-title__wrap {
  position: relative;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pg-product1 .flavor .p-title__wrap .c-section__title {
  color: #FFF6C7;
  margin-bottom: 0;
}
.pg-product1 .flavor .p-title__wrap .title__img {
  position: relative;
  padding-left: 207px;
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor .p-title__wrap .title__img {
    padding-left: 0;
  }
}
.pg-product1 .flavor .p-title__wrap .title__img .icon {
  width: 207px;
  margin-bottom: -3rem;
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor .p-title__wrap .title__img .icon {
    display: none;
  }
}
.pg-product1 .flavor .absolute__text {
  opacity: 0;
  width: 0;
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor .absolute__text {
    position: absolute;
    top: 30vw;
    left: 70%;
    width: 147px;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .absolute__text {
    width: 102px;
	  top: 40vw;
  }
}
.pg-product1 .flavor .flavor__detail {
  position: relative;
  width: 782px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  background-color: #FDFFCD;
  text-align: center;
  padding-top: 6rem;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
@media screen and (max-width: 1145px) {
  .pg-product1 .flavor .flavor__detail {
    width: 682px;
    margin-left: calc(50% - 341px);
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail {
    width: 427px;
    padding: 3rem 2rem 0 2rem;
    margin-left: calc(50% - 213.5px);
  }
}
.pg-product1 .flavor .flavor__detail .first-animation {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in 1.2s;
  transition: opacity 0.5s ease-in 1.2s;
}
.pg-product1 .flavor .flavor__detail .detail__title {
  display: inline-block;
  color: #75180E;
  font-size: clamp(2.1875rem, 1.5625rem + 2.0833333333vw, 3.125rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail .detail__title {
    margin-bottom: 0.5rem;
  }
}
.pg-product1 .flavor .flavor__detail .detail__title .font-sm {
  font-size: clamp(1.0625rem, 1.0208333333rem + 0.1388888889vw, 1.125rem);
}
.pg-product1 .flavor .flavor__detail .detail__title::after {
  content: "";
  display: block;
  background: url("../images/border_wave.svg") no-repeat;
  width: 100%;
  height: 15px;
}
.pg-product1 .flavor .flavor__detail .detail__lead {
  color: #EA5854;
  font-size: clamp(1.0625rem, 0.3541666667rem + 2.3611111111vw, 2.125rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail .detail__lead {
    margin-bottom: 0;
  }
}
.pg-product1 .flavor .flavor__detail .detail__img {
  width: min(70%, 300px);
  width: 300px;
  margin-left: 22%;
}
@media screen and (max-width: 1145px) {
  .pg-product1 .flavor .flavor__detail .detail__img {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail .detail__img {
    width: 180px;
    margin-left: 22%;
  }
}
.pg-product1 .flavor .flavor__detail .attention {
  position: relative;
  color: #75180E;
  font-size: clamp(0.625rem, 0.2083333333rem + 1.3888888889vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  text-indent: -1.3rem;
  padding-left: 0.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor .flavor__detail .attention {
    text-indent: -1.1rem;
    margin-left: -1rem;
  }
}
.pg-product1 .flavor .flavor__detail .attention::before {
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(0.625rem, 0.2083333333rem + 1.3888888889vw, 1.25rem);
}
.pg-product1 .flavor .flavor__detail .desc {
  position: absolute;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in 1.6s;
  transition: all 0.5s ease-in 1.6s;
}
.pg-product1 .flavor .flavor__detail .desc__text {
  color: #75180E;
  font-size: clamp(0.75rem, 0.25rem + 1.6666666667vw, 1.5rem);
  font-weight: 700;
  line-height: 1.2;
}
.pg-product1 .flavor .flavor__detail .desc__text .highlight {
  display: inline-block;
  color: #FFF500;
  line-height: 1.55;
  background-color: #75180E;
  border-radius: 20px;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail .desc__text .highlight {
    padding: 0 0.5rem;
  }
}
.pg-product1 .flavor .flavor__detail .desc-left {
  top: 48%;
  left: 7%;
}
@media screen and (max-width: 1145px) {
  .pg-product1 .flavor .flavor__detail .desc-left {
    top: 49%;
    left: 5%;
  }
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor .flavor__detail .desc-left {
    top: 50%;
    left: 15%;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail .desc-left {
    top: 48%;
    left: 7%;
  }
}
.pg-product1 .flavor .flavor__detail .desc-left .border {
  position: absolute;
  top: 108%;
  left: 48%;
  width: 133px;
}
@media screen and (max-width: 1145px) {
  .pg-product1 .flavor .flavor__detail .desc-left .border {
    top: 102%;
    left: 45%;
    width: 110px;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail .desc-left .border {
    width: 84px;
  }
}
.pg-product1 .flavor .flavor__detail .desc-right {
  top: 85%;
  right: 19%;
}
@media screen and (max-width: 1145px) {
  .pg-product1 .flavor .flavor__detail .desc-right {
    top: 88%;
  }
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor .flavor__detail .desc-right {
    top: 86%;
  }
}
@media screen and (max-width: 700px) {
  .pg-product1 .flavor .flavor__detail .desc-right {
    top: 82%;
  }
}
@media screen and (max-width: 580px) {
  .pg-product1 .flavor .flavor__detail .desc-right {
    top: 80%;
    right: 25%;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .flavor .flavor__detail .desc-right {
    top: 88%;
    right: 21%;
  }
}
.pg-product1 .flavor .flavor__detail .desc-right .border {
  position: absolute;
  top: -102%;
  left: 7%;
  width: 231px;
}
@media screen and (max-width: 1145px) {
  .pg-product1 .flavor .flavor__detail .desc-right .border {
    top: -85%;
    left: 10%;
    width: 185px;
  }
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor .flavor__detail .desc-right .border {
    top: -120%;
    left: -1%;
    width: 205px;
  }
}
@media screen and (max-width: 580px) {
  .pg-product1 .flavor .flavor__detail .desc-right .border {
    top: -98%;
    width: 122px;
  }
}
.pg-product1 .flavor__illust {
  position: absolute;
  top: 65%;
  left: 0;
  width: min(20%, 410px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.5s ease-in 1s;
  transition: all 0.5s ease-in 1s;
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor__illust {
    position: relative;
    top: initial;
    width: 35%;
  }
}
.pg-product1 .flavor.is__animated .p-title__wrap {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 869px) {
  .pg-product1 .flavor.is__animated .absolute__text {
    opacity: 1;
  }
}
.pg-product1 .flavor.is__animated .flavor__detail {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.pg-product1 .flavor.is__animated .flavor__detail .first-animation {
  opacity: 1;
}
.pg-product1 .flavor.is__animated .flavor__detail .desc {
  opacity: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.pg-product1 .flavor.is__animated .flavor__illust {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pg-product1 .design {
  padding: 10rem 0;
}
@media screen and (max-width: 869px) {
  .pg-product1 .design {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .design {
    padding-bottom: 1.5rem;
  }
}
.pg-product1 .design .p-title__wrap {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pg-product1 .design .design__inner {
  width: min(80%, 1184px);
  margin: 0 auto;
}
.pg-product1 .design .design__inner .design__detail {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 869px) {
  .pg-product1 .design .design__inner .design__detail {
    width: 100%;
  }
}
.pg-product1 .design .design__inner .design__detail .text__wrap {
  position: relative;
  width: min(80%, 450px);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../images/design_border.png") no-repeat;
  background-size: contain;
  text-align: center;
  padding-top: 20%;
}
.pg-product1 .design .design__inner .design__detail .text__wrap.line3 {
  padding-top: 17%;
}
@media screen and (max-width: 869px) {
  .pg-product1 .design .design__inner .design__detail .text__wrap {
    padding-top: 25%;
  }
  .pg-product1 .design .design__inner .design__detail .text__wrap.line3 {
    padding-top: 21%;
  }
}
.pg-product1 .design .design__inner .design__detail .text__wrap .name {
  color: #009DE2;
  font-size: clamp(1.375rem, 0.625rem + 2.5vw, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.4rem;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 869px) {
  .pg-product1 .design .design__inner .design__detail .text__wrap .name {
    margin-bottom: 1rem;
  }
}
.pg-product1 .design .design__inner .design__detail .text__wrap .name .sup {
  display: block;
  color: #A2E3FF;
  font-size: clamp(0.8125rem, 0.1875rem + 2.0833333333vw, 1.75rem);
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0;
}
.pg-product1 .design .design__inner .design__detail .text__wrap .text {
  font-size: clamp(0.9375rem, 0.3958333333rem + 1.8055555556vw, 1.75rem);
  font-weight: 500;
  line-height: 1.5;
}
.pg-product1 .design .design__inner .design__detail .text__wrap .special {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
}
.pg-product1 .design .design__inner .design__detail .design__img {
  position: absolute;
  bottom: -9%;
  right: 5%;
  width: 38%;
}
@media screen and (max-width: 480px) {
  .pg-product1 .design .design__inner .design__detail .design__img {
    right: -10%;
    width: 50%;
  }
}
.pg-product1 .design .design__inner .design__detail .design__img img {
  -webkit-filter: drop-shadow(10px 10px 10px rgba(197, 150, 31, 0.5));
          filter: drop-shadow(10px 10px 10px rgba(197, 150, 31, 0.5));
  will-change: filter;
}
.pg-product1 .design .design__inner .design__detail[aria-hidden=false] {
  content-visibility: hidden;
  width: 0;
  opacity: 0;
  margin: 0;
}
.pg-product1 .design .design__inner .design__detail[aria-hidden=true] {
  content-visibility: visible;
  width: 55%;
  opacity: 1;
  margin-right: 5%;
  -webkit-transition: opacity 0.5s ease-in, content-visibility 0.5s ease-in;
  transition: opacity 0.5s ease-in, content-visibility 0.5s ease-in;
}
@media screen and (max-width: 869px) {
  .pg-product1 .design .design__inner .design__detail[aria-hidden=true] {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .design .design__inner .design__detail[aria-hidden=true] {
    margin: 0 0 3rem -1rem;
  }
}
.pg-product1 .design .design__inner .item__list {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 869px) {
  .pg-product1 .design .design__inner .item__list {
    width: 100%;
  }
}
.pg-product1 .p-title__wrap .note {
	line-height: 1.4;
	margin: 5px 0 40px;
}
.pg-product1 .design .design__inner .item__list .note {
  position: relative;
  display: inline-block;
  background-color: #009DE2;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: clamp(0.8125rem, 0.5208333333rem + 0.9722222222vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 1rem;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 480px) {
  .pg-product1 .design .design__inner .item__list .note {
    margin-bottom: 1.3rem;
  }
}
.pg-product1 .design .design__inner .item__list .note::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: 20%;
  width: 21px;
  height: 25px;
  background-color: #009DE2;
  border-radius: 7px;
  -webkit-clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  -webkit-transform: rotate(88deg);
          transform: rotate(88deg);
}
.pg-product1 .design .design__inner .item__list .note .pc {
  display: inline-block;
}
@media screen and (max-width: 869px) {
  .pg-product1 .design .design__inner .item__list .note .pc {
    display: none;
  }
}
@media screen and (max-width: 869px) {
  .pg-product1 .design .design__inner .item__list .note .sp {
    display: inline-block;
  }
}
.pg-product1 .design .design__inner .item__list .note .icon {
  width: 20px;
  vertical-align: sub;
  padding-left: 0.5rem;
}
.pg-product1 .design .design__inner .item__list .list__item {
  width: 26%;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(197, 150, 31, 0.5));
          filter: drop-shadow(10px 10px 10px rgba(197, 150, 31, 0.5));
  margin-bottom: 3rem;
  cursor: pointer;
}
.pg-product1 .design .design__inner .item__list .list__item img {
  -webkit-filter: drop-shadow(6px 9px 0px white) drop-shadow(-3px -1px 0px white) drop-shadow(-8px 3px 0px white) drop-shadow(5px -12px 0px white);
          filter: drop-shadow(6px 9px 0px white) drop-shadow(-3px -1px 0px white) drop-shadow(-8px 3px 0px white) drop-shadow(5px -12px 0px white);
  will-change: filter;
}
@media screen and (max-width: 480px) {
  .pg-product1 .design .design__inner .item__list .list__item img {
    -webkit-filter: drop-shadow(4px 4px 0px white) drop-shadow(-4px -4px 0px white) drop-shadow(-4px 4px 0px white) drop-shadow(4px -4px 0px white);
            filter: drop-shadow(4px 4px 0px white) drop-shadow(-4px -4px 0px white) drop-shadow(-4px 4px 0px white) drop-shadow(4px -4px 0px white);
  }
}
.pg-product1 .design .design__inner .item__list .list__item.is__active img {
  -webkit-filter: drop-shadow(6px 9px 0px #FFF500) drop-shadow(-3px -1px 0px #FFF500) drop-shadow(-8px 3px 0px #FFF500) drop-shadow(5px -12px 0px #FFF500);
          filter: drop-shadow(6px 9px 0px #FFF500) drop-shadow(-3px -1px 0px #FFF500) drop-shadow(-8px 3px 0px #FFF500) drop-shadow(5px -12px 0px #FFF500);
}
@media screen and (max-width: 480px) {
  .pg-product1 .design .design__inner .item__list .list__item.is__active img {
    -webkit-filter: drop-shadow(4px 4px 0px #FFF500) drop-shadow(-4px -4px 0px #FFF500) drop-shadow(-4px 4px 0px #FFF500) drop-shadow(4px -4px 0px #FFF500);
            filter: drop-shadow(4px 4px 0px #FFF500) drop-shadow(-4px -4px 0px #FFF500) drop-shadow(-4px 4px 0px #FFF500) drop-shadow(4px -4px 0px #FFF500);
  }
}
.pg-product1 .design .design__inner .item__list .list__item:hover img {
  -webkit-filter: drop-shadow(6px 9px 0px #FFF500) drop-shadow(-3px -1px 0px #FFF500) drop-shadow(-8px 3px 0px #FFF500) drop-shadow(5px -12px 0px #FFF500);
          filter: drop-shadow(6px 9px 0px #FFF500) drop-shadow(-3px -1px 0px #FFF500) drop-shadow(-8px 3px 0px #FFF500) drop-shadow(5px -12px 0px #FFF500);
}
@media screen and (max-width: 480px) {
  .pg-product1 .design .design__inner .item__list .list__item:hover img {
    -webkit-filter: drop-shadow(4px 4px 0px #FFF500) drop-shadow(-4px -4px 0px #FFF500) drop-shadow(-4px 4px 0px #FFF500) drop-shadow(4px -4px 0px #FFF500);
            filter: drop-shadow(4px 4px 0px #FFF500) drop-shadow(-4px -4px 0px #FFF500) drop-shadow(-4px 4px 0px #FFF500) drop-shadow(4px -4px 0px #FFF500);
  }
}
.pg-product1 .design.is__animated .p-title__wrap {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pg-product1 .product {
  width: min(85%, 1000px);
  background-color: transparent;
  margin: 0 auto;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product {
    width: 100%;
  }
}
.pg-product1 .product .p-title__wrap {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pg-product1 .product__item {
  width: 47%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item {
    width: 90%;
    margin: 0 auto 10rem;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item {
    margin-bottom: 5rem;
  }
}
.pg-product1 .product__item .product__img {
  position: relative;
  margin-bottom: 2.5rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item .product__img {
    margin-bottom: 2rem;
  }
}
.pg-product1 .product__item .product__img .new {
  position: absolute;
  top: 5%;
  left: 3%;
  width: 127px;
  z-index: -1;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item .product__img .new {
    top: 12%;
  }
}
@media screen and (max-width: 680px) {
  .pg-product1 .product__item .product__img .new {
    top: 7%;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item .product__img .new {
    top: 5%;
    width: 25%;
  }
}
.pg-product1 .product__item .product__img .new.adjust-top {
  top: -7%;
  left: 7%;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item .product__img .new.adjust-top {
    top: 5%;
    left: 3%;
  }
}
@media screen and (max-width: 750px) {
  .pg-product1 .product__item .product__img .new.adjust-top {
    top: 0%;
    left: 3%;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item .product__img .new.adjust-top {
    top: -4%;
  }
}
.pg-product1 .product__item .detail {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item .detail {
    width: 100%;
  }
}
.pg-product1 .product__item .detail .price__wrap {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item .detail .price__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 0.8rem;
  }
}
.pg-product1 .product__item .detail .price__wrap .num {
  background-color: #009DE2;
  border-radius: 22px;
  color: #FFFFFF;
  font-size: clamp(2.3125rem, 2.1041666667rem + 0.6944444444vw, 2.625rem);
  font-weight: 600;
  padding: 0.2rem 0.8rem;
}
.pg-product1 .product__item .detail .price__wrap .num .font-sm {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(1.25rem, 1.2083333333rem + 0.1388888889vw, 1.3125rem);
  font-weight: 700;
  vertical-align: middle;
  padding-left: 0.2rem;
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item .detail .price__wrap .num .font-sm {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pg-product1 .product__item .detail .price__wrap .price {
  color: #009DE2;
  font-size: clamp(2.1875rem, 1.5625rem + 2.0833333333vw, 3.125rem);
  font-weight: 600;
  padding-left: 0.8rem;
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item .detail .price__wrap .price {
    text-align: center;
  }
}
.pg-product1 .product__item .detail .price__wrap .price .font-sm {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(0.6875rem, 0.3958333333rem + 0.9722222222vw, 1.125rem);
  font-weight: 700;
  vertical-align: middle;
  padding-left: 0.2rem;
}
.pg-product1 .product__item .detail .note {
  font-size: clamp(0.75rem, 0.6666666667rem + 0.2777777778vw, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  margin-bottom: 1rem;
	margin: -30px 0 30px;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item .detail .note {
    width: min(100%, 320px);
    margin: -30px auto 30px;
  }
}
.pg-product1 .product__item .detail .c-link__button {
  width: 100%;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item .detail .c-link__button {
    width: min(100%, 320px);
  }
}
.pg-product1 .product__item.w-lg {
  width: 95%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item.w-lg {
    width: 90%;
  }
}
.pg-product1 .product__item.w-lg .product__img {
  width: 55%;
	padding: 0 20px 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item.w-lg .product__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
	  padding: 0;
  }
}
.pg-product1 .product__item.w-lg .detail {
  width: min(40%, 370px);
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item.w-lg .detail {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item.mgb {
    margin-bottom: 2.5rem;
  }
}
.pg-product1 .product__item:nth-of-type(1) .new {
  top: 8%;
  left: 8%;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product__item:nth-of-type(1) .new {
    top: 22%;
  }
}
@media screen and (max-width: 750px) {
  .pg-product1 .product__item:nth-of-type(1) .new {
    top: 17%;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item:nth-of-type(1) .new {
    top: 12%;
  }
}
@media screen and (max-width: 480px) {
  .pg-product1 .product__item:nth-of-type(1) .new {
    top: 12%;
  }
}
.pg-product1 .product__item.is__animated .product__img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pg-product1 .product .ingredient {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #009DE2;
  color: #009DE2;
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 6px;
  margin: 4rem auto 0;
  cursor: pointer;
}
@media screen and (max-width: 869px) {
  .pg-product1 .product .ingredient {
    margin-top: 0;
    max-height: 100%;
  }
}
.pg-product1 .product .ingredient .border {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 3px;
  background-color: #009DE2;
  vertical-align: middle;
  margin-right: 0.8rem;
  margin-top: -0.3rem;
}
.pg-product1 .product .ingredient .border::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 17px;
  background-color: #009DE2;
}
.pg-product1 .product.is__animated .p-title__wrap {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pg-product2 {
  position: relative;
  background: url("../images/bg_sugar.png") repeat;
  background-size: contain;
  padding: 18rem 0 25rem;
}
@media screen and (max-width: 869px) {
  .pg-product2 {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 480px) {
  .pg-product2 {
    padding: 5rem 0 10rem 0;
    background-size: 200% auto;
  }
}
.pg-product2 .header {
  width: min(90%, 1440px);
  margin: 0 auto 8rem;
}
@media screen and (max-width: 869px) {
  .pg-product2 .header {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .pg-product2 .header {
    margin-bottom: 2rem;
  }
}
.pg-product2 .header__illust {
  width: min(50%, 626px);
  margin: 0 30% 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pg-product2 .header .header__imgs {
  margin-top: -5%;
}
@media screen and (max-width: 869px) {
  .pg-product2 .header .header__imgs {
    margin-top: 0;
  }
}
.pg-product2 .header__img {
  width: 30%;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
@media screen and (max-width: 869px) {
  .pg-product2 .header__img:nth-of-type(1) {
    width: 45%;
  }
  .pg-product2 .header__img:nth-of-type(2) {
    width: 55%;
  }
}
.pg-product2 .header__logo {
  width: 32%;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
@media screen and (max-width: 869px) {
  .pg-product2 .header__logo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: min(100%, 510px);
    margin: 0 auto 2.5rem;
  }
}
.pg-product2 .header.is__animated .header__illust,
.pg-product2 .header.is__animated .header__img,
.pg-product2 .header.is__animated .header__logo {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pg-product2 .product__flex {
  width: min(90%, 1440px);
  margin: 0 auto 8rem;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product__flex {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .pg-product2 .product__flex {
    margin-bottom: 1rem;
  }
}
.pg-product2 .product__flex .p-title__wrap {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 480px) {
  .pg-product2 .product__flex .p-title__wrap {
    margin-bottom: 1rem;
  }
}
.pg-product2 > .product .l-inner__flex:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 869px) {
.pg-product2 > .product .l-inner__flex:not(:last-child) {
  margin-bottom: 3rem;
}
}
.pg-product2 .product__flex .flavor {
  width: 45%;
}
@media screen and (max-width: 1300px) {
  .pg-product2 .product__flex .flavor {
    width: 60%;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 869px) {
  .pg-product2 .product__flex .flavor {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 1500px) {
  .pg-product2 .product__flex .flavor .c-section__title {
    margin-left: -9%;
  }
}
@media screen and (max-width: 1450px) {
  .pg-product2 .product__flex .design .c-section__title {
    margin-left: -6%;
  }
}
@media screen and (max-width: 1420px) {
  .pg-product2 .product__flex .flavor .c-section__title {
    margin-left: -15%;
  }
}
@media screen and (max-width: 1300px) {
  .pg-product2 .product__flex .flavor .c-section__title {
    margin-left: auto;
  }
}
.pg-product2 .product__flex .flavor__img {
  width: 90%;
  margin-top: 15%;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
@media screen and (max-width: 1400px) {
  .pg-product2 .product__flex .flavor__img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 869px) {
  .pg-product2 .product__flex .flavor__img {
    width: 100%;
  }
}
.pg-product2 .product__flex .flavor__text {
  color: #EA5854;
  font-size: clamp(0.9375rem, 0.5625rem + 1.25vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.pg-product2 .product__flex .flavor.is__animated .p-title__wrap,
.pg-product2 .product__flex .flavor.is__animated .flavor__img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pg-product2 .product__flex .design {
  width: 45%;
}
@media screen and (max-width: 1300px) {
  .pg-product2 .product__flex .design {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 869px) {
  .pg-product2 .product__flex .design {
    width: 100%;
  }
}
.pg-product2 .product__flex .design__img {
  width: 120%;
  margin-left: -10%;
  margin-top: -5%;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product__flex .design__img {
    width: 110%;
    margin: 0 auto;
    margin-left: -5%;
  }
}
.pg-product2 .product__flex .design.is__animated .p-title__wrap,
.pg-product2 .product__flex .design.is__animated .design__img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.pg-product2 .product {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product {
    width: 100%;
  }
}
.pg-product2 .product .p-title__wrap {
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 480px) {
  .pg-product2 .product .p-title__wrap {
    margin-bottom: 1rem;
  }
}
.pg-product2 .product__img {
  width: 45%;
	padding: 0 10px;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product__img {
    width: 80%;
	  padding: 0;
    margin: 0 auto 1rem;
  }
}
.pg-product2 .product .detail {
  width: min(40%, 387px);
  margin-left: 5%;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product .detail {
    width: 100%;
    margin-left: 0;
  }
}
.pg-product2 .product .detail .price__wrap {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product .detail .price__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 0.8rem;
  }
}
.pg-product2 .product .detail .price__wrap .num {
  background-color: #009DE2;
  border-radius: 22px;
  color: #FFFFFF;
  font-size: clamp(2.3125rem, 2.1041666667rem + 0.6944444444vw, 2.625rem);
  font-weight: 600;
  padding: 0.2rem 0.8rem;
}
.pg-product2 .product .detail .price__wrap .num .font-sm {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(1.25rem, 1.2083333333rem + 0.1388888889vw, 1.3125rem);
  font-weight: 700;
  vertical-align: middle;
  padding-left: 0.2rem;
}
.pg-product2 .product .detail .price__wrap .price {
  color: #009DE2;
  font-size: clamp(2.1875rem, 1.5625rem + 2.0833333333vw, 3.125rem);
  font-weight: 600;
  padding-left: 1rem;
}
.pg-product2 .product .detail .price__wrap .price .font-sm {
  font-family: "Zen Maru Gothic", serif;
  font-size: clamp(0.625rem, 0.2916666667rem + 1.1111111111vw, 1.125rem);
  font-weight: 700;
  vertical-align: middle;
  padding-left: 0.2rem;
}
.pg-product2 .product .detail .note {
  font-size: clamp(0.75rem, 0.6666666667rem + 0.2777777778vw, 0.875rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product .detail .note {
    width: min(100%, 320px);
    margin: 0 auto 1rem;
  }
}
.pg-product2 .product .detail .c-link__button {
  width: 100%;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product .detail .c-link__button {
    width: min(100%, 320px);
  }
}
.pg-product2 .product .ingredient {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #009DE2;
  color: #009DE2;
  font-size: clamp(1rem, 0.8333333333rem + 0.5555555556vw, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 6px;
  margin: 4rem auto 0;
  cursor: pointer;
}
@media screen and (max-width: 869px) {
  .pg-product2 .product .ingredient {
    margin-top: 2rem;
    max-height: 100%;
  }
}
.pg-product2 .product .ingredient .border {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 3px;
  background-color: #009DE2;
  vertical-align: middle;
  margin-right: 0.8rem;
  margin-top: -0.3rem;
}
.pg-product2 .product .ingredient .border::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 18px;
  background-color: #009DE2;
}
.pg-product2 .product.is__animated .p-title__wrap,
.pg-product2 .product.is__animated .product__img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pg-shop {
  position: relative;
  background-color: #009DE2;
  padding-bottom: 20rem;
  z-index: 2;
}
@media screen and (max-width: 869px) {
  .pg-shop {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 480px) {
  .pg-shop {
    padding-bottom: 8rem;
  }
}
.pg-shop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 600px;
  background-color: #009DE2;
  border-radius: 50%;
  z-index: -1;
}
@media screen and (max-width: 869px) {
  .pg-shop::before {
    top: -70px;
    height: 200px;
  }
}
.pg-shop::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -460px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 120%;
  height: 600px;
  background-color: #FFE97B;
  border-radius: 50%;
}
@media screen and (max-width: 869px) {
  .pg-shop::after {
    bottom: -150px;
    height: 200px;
  }
}
.pg-shop .shop__illust-top {
  position: absolute;
  top: -270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 112px;
}
@media screen and (max-width: 869px) {
  .pg-shop .shop__illust-top {
    top: -110px;
    width: 53px;
  }
}
.pg-shop .shop__illust-top.is__shake img {
  -webkit-animation: shake 0.3s linear forwards;
          animation: shake 0.3s linear forwards;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 5px) rotateZ(1deg);
            transform: translate(5px, 5px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 5px) rotateZ(-1deg);
            transform: translate(5px, 5px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(5px, 5px) rotateZ(1deg);
            transform: translate(5px, 5px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(5px, 5px) rotateZ(-1deg);
            transform: translate(5px, 5px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.pg-shop .section__title {
  color: #FFFFFF;
  font-size: clamp(7.8125rem, 2.6041666667rem + 17.3611111111vw, 15.625rem);
  font-weight: 700;
  text-align: center;
}
.pg-shop .shop__name {
  color: #FFE97B;
  font-size: clamp(1.5625rem, 0.625rem + 3.125vw, 2.96875rem);
  line-height: 1.7;
  text-align: center;
  margin-bottom: 3.5rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 869px) {
  .pg-shop .shop__name {
    margin-bottom: 1.5rem;
  }
}
.pg-shop .shop__name .inner {
  position: relative;
  display: inline-block;
}
.pg-shop .shop__name .inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/border_wave2.svg") repeat-x;
  background-size: contain;
  width: 100%;
  height: 10px;
}
@media screen and (max-width: 869px) {
  .pg-shop .shop__name .inner::after {
    bottom: -5px;
  }
}
@media screen and (max-width: 1300px) {
  .pg-shop .shop__name.pc {
    display: none;
  }
}
.pg-shop .shop__name.sp {
  display: none;
}
@media screen and (max-width: 1300px) {
  .pg-shop .shop__name.sp {
    display: block;
  }
}
.pg-shop .shop__container {
  width: min(90%, 1440px);
  margin: 0 auto;
}
.pg-shop .img__wrap {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .pg-shop .img__wrap {
    width: 70%;
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 869px) {
  .pg-shop .img__wrap {
    width: 100%;
  }
}
.pg-shop .img__wrap .shop__img {
  margin-bottom: 2rem;
}
.pg-shop .img__wrap .shop__img.animation1 {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  -webkit-transition: -webkit-clip-path 0.5s ease-in;
  transition: -webkit-clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in;
  transition: clip-path 0.5s ease-in, -webkit-clip-path 0.5s ease-in;
}
.pg-shop .img__wrap .shop__img.animation2 {
  position: relative;
}
.pg-shop .img__wrap .shop__img.animation2 .base {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in;
  transition: opacity 0.8s ease-in;
}
.pg-shop .img__wrap .shop__img.animation2 .inside {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease-in 0.8s;
  transition: opacity 1.2s ease-in 0.8s;
}
.pg-shop .img__wrap .shop__illust {
  position: absolute;
  bottom: 0;
  right: -55%;
  width: min(40%, 272px);
  z-index: 3;
  /*overflow: hidden;*/
}
@media screen and (max-width: 1300px) {
  .pg-shop .img__wrap .shop__illust {
    bottom: -16vw;
    right: -35%;
    width: 200px;
  }
}
@media screen and (max-width: 870px) {
  .pg-shop .img__wrap .shop__illust {
    bottom: -16vw;
    right: 0;
    width: 125px;
  }
}
@media screen and (max-width: 480px) {
  .pg-shop .img__wrap .shop__illust {
    bottom: -16vw;
    right: -10%;
    width: 125px;
  }
}
.pg-shop .img__wrap .shop__illust img {
  opacity: 0;
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
.pg-shop .img__wrap .shop__illust.animation1 img {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.pg-shop .img__wrap .shop__illust.animation2 img {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.pg-shop .img__wrap .note {
  color: #A3E3FF;
  font-size: clamp(0.65625rem, 0.34375rem + 1.0416666667vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.04rem;
	text-align: center;
}
@media screen and (max-width: 870px) {
	.pg-shop .img__wrap .note {
		width: 60%;
		text-align: left;
	}
}
.pg-shop .img__wrap.is__animated .shop__img.animation1 {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}
.pg-shop .img__wrap.is__animated .shop__img.animation2 .base,
.pg-shop .img__wrap.is__animated .shop__img.animation2 .inside {
  opacity: 1;
}
.pg-shop .img__wrap.is__animated .shop__illust img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pg-shop .text__wrap {
  width: 45%;
	margin: 0 0 290px;
}
@media screen and (max-width: 1300px) {
  .pg-shop .text__wrap {
    width: 100%;
	  margin: 0;
  }
}
.pg-shop .text__wrap .map__lead {
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.4583333333rem + 1.3888888889vw, 1.5rem);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 869px) {
  .pg-shop .text__wrap .map__lead {
    font-weight: 700;
  }
}
.pg-shop .map__wrap {
  width: 100%;
  margin-top: 7rem;
}
@media screen and (max-width: 869px) {
  .pg-shop .map__wrap {
    margin-top: 2rem;
  }
}
.pg-shop .map__wrap .map {
  width: 50%;
  margin-right: 7%;
}
@media screen and (max-width: 869px) {
  .pg-shop .map__wrap .map {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.pg-shop .map__wrap .address__wrap {
  width: min(43%, 390px);
}
@media screen and (max-width: 869px) {
  .pg-shop .map__wrap .address__wrap {
    width: 100%;
  }
}
.pg-shop .map__wrap .address__wrap .address {
  color: #FFFFFF;
  font-size: clamp(0.9375rem, 0.4791666667rem + 1.5277777778vw, 1.625rem);
  font-weight: 500;
  line-height: 1.5;
}
.pg-shop .map__wrap .address__wrap .address .font-sm {
  display: block;
  font-size: clamp(0.6875rem, 0.4791666667rem + 0.6944444444vw, 1rem);
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .pg-shop .map__wrap .address__wrap .address .font-sm {
    margin-top: 0.5rem;
  }
}
.pg-shop .map__wrap .address__wrap .c-link__button {
  width: 100%;
  margin-top: 2rem;
}
.pg-shop.is__animated .shop__name {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.pg-sns {
  position: relative;
  background-color: #FFE97B;
  z-index: 2;
  overflow: hidden;
}
.pg-sns .section__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FEFFE5;
  font-size: clamp(7.8125rem, 4.6875rem + 10.4166666667vw, 12.5rem);
  font-weight: 700;
  margin: 0 auto 7rem;
  z-index: 2;
}
@media screen and (max-width: 869px) {
  .pg-sns .section__title {
    margin-bottom: 1rem;
  }
}
.pg-sns .section__title .text__img {
  position: absolute;
  bottom: 0;
  right: -90px;
  width: 117px;
  opacity: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 869px) {
  .pg-sns .section__title .text__img {
    bottom: 30px;
    right: -55px;
    width: 58px;
  }
}
.pg-sns .section__title.is__animated .text__img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.pg-sns .sns__inner {
  position: relative;
  width: min(90%, 1088px);
  margin: 0 auto;
  z-index: 2;
}
.pg-sns .sns__inner .text__wrap {
  width: 60%;
}
@media screen and (max-width: 869px) {
  .pg-sns .sns__inner .text__wrap {
    width: 100%;
  }
}
.pg-sns .sns__inner .text__wrap .lead {
  color: #009DE2;
  font-size: clamp(2.1875rem, 1.7708333333rem + 1.3888888889vw, 2.8125rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.pg-sns .sns__inner .text__wrap .tags {
  margin-bottom: 4rem;
}
@media screen and (max-width: 869px) {
  .pg-sns .sns__inner .text__wrap .tags {
    margin-bottom: 2rem;
  }
}
.pg-sns .sns__inner .text__wrap .tags .tag {
  background-color: #009DE2;
  border-radius: 43px;
  color: #FFFFFF;
  font-size: clamp(1rem, 0.6666666667rem + 1.1111111111vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 0.2rem 1rem;
  margin: 0 1%;
}
.pg-sns .sns__inner .link__wrap {
  width: 38%;
  padding-bottom: 2rem;
}
@media screen and (max-width: 869px) {
  .pg-sns .sns__inner .link__wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.pg-sns .sns__inner .link__wrap .sns {
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .pg-sns .sns__inner .link__wrap .sns {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2rem;
  }
}
.pg-sns .sns__inner .link__wrap .sns .item {
  cursor: pointer;
}
.pg-sns .sns__inner .link__wrap .sns .item:first-of-type {
  margin-bottom: 2rem;
}
@media screen and (max-width: 869px) {
  .pg-sns .sns__inner .link__wrap .sns .item:first-of-type {
    margin-bottom: 1rem;
  }
}
.pg-sns .sns__inner .link__wrap .sns .item .icon {
  width: 120px;
  margin-right: 2rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 869px) {
  .pg-sns .sns__inner .link__wrap .sns .item .icon {
    width: 83px;
    margin-right: 1rem;
  }
}
.pg-sns .sns__inner .link__wrap .sns .item .text {
  width: calc(100% - (120px + 2rem));
  font-size: clamp(1rem, 0.5rem + 1.6666666667vw, 1.75rem);
  font-weight: 700;
}
@media screen and (max-width: 869px) {
  .pg-sns .sns__inner .link__wrap .sns .item .text {
    width: calc(100% - (83px + 1rem));
    line-height: 1.5;
  }
}
.pg-sns .sns__inner .link__wrap .sns .item .text .font-sm {
  font-size: clamp(0.8125rem, 0.3541666667rem + 1.5277777778vw, 1.5rem);
}
.pg-sns .sns__inner .link__wrap .sns .item .text .font {
  font-family: "Zen Maru Gothic", serif;
}
@media (any-hover: hover) {
  .pg-sns .sns__inner .link__wrap .sns .item:hover .icon {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 869px) {
  .pg-sns .sns__inner .link__wrap .share {
    margin-bottom: 2rem;
  }
}
.pg-sns .sns__inner .link__wrap .share .title {
  color: #009DE2;
  font-size: clamp(2.1875rem, 1.7708333333rem + 1.3888888889vw, 2.8125rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1rem;
}
.pg-sns .sns__inner .link__wrap .share__icon {
  width: 18%;
  margin: 0 3%;
}
.pg-sns .sns__inner .sns__illust {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s ease-in 0.5s;
  transition: -webkit-transform 0.5s ease-in 0.5s;
  transition: transform 0.5s ease-in 0.5s;
  transition: transform 0.5s ease-in 0.5s, -webkit-transform 0.5s ease-in 0.5s;
}
.pg-sns .sns__inner.is__animated .sns__illust {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.pg-loading {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100vh;
  background-color: #FFE97B;
  z-index: 50;
}
.pg-loading .loading__illust {
  position: absolute;
  top: 40%;
  left: 50%;
  width: min(12%, 250px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 869px) {
  .pg-loading .loading__illust {
    width: min(32%, 250px);
  }
}
.pg-loading .loading__illust.is__animated {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: illustFadeIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          animation: illustFadeIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.pg-loading .load__slide {
  width: 100%;
  margin-bottom: 5rem;
}
.pg-loading .load__slide .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.pg-loading .load__slide .swiper-slide {
  width: 110px;
}
@media screen and (max-width: 869px) {
  .pg-loading .load__slide .swiper-slide {
    width: 60px;
  }
}
.pg-loading .counter {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #009DE2;
  font-size: clamp(2.8125rem, 0.9375rem + 6.25vw, 5.625rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
.pg-loading .counter::after {
  content: "%";
  display: inline-block;
  font-size: clamp(1.875rem, 0.625rem + 4.1666666667vw, 3.75rem);
  padding-left: 0.5rem;
}
.pg-loading .counter.max__num {
  color: #FF0000;
}
.pg-loading .counter.max__num::before {
  content: "";
  display: block;
  position: absolute;
  top: 85%;
  left: 0;
  background: url("../images/border_double.svg") no-repeat;
  background-size: contain;
  width: 100%;
  height: 30px;
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease-in forwards;
          animation: fadeIn 0.5s ease-in forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes illustFadeIn {
  0% {
    -webkit-transform: scale(0), translate(-50%, -50%);
            transform: scale(0), translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1), translate(-50%, -50%);
            transform: scale(1), translate(-50%, -50%);
  }
}
@keyframes illustFadeIn {
  0% {
    -webkit-transform: scale(0), translate(-50%, -50%);
            transform: scale(0), translate(-50%, -50%);
  }
  100% {
    -webkit-transform: scale(1), translate(-50%, -50%);
            transform: scale(1), translate(-50%, -50%);
  }
}