@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
/* =========================================================

Foundation

========================================================= */
:root {
  --color-blue: #0078ff;
  --color-white: #fff;
  --color-lightblue: #0090d5;
  --color-whiteblue: #6BB0FE;
  --color-bg-primary: #0078ff;
  --color-bg-white: #fff;
  --color-bg-black: #111;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-family-sans: "Noto Sans JP", sans-serif;
  --font-family-eng:"Marcellus", sans-serif;
  --font-family-eng-sub:"Inter", sans-serif;
  --site-padding: 8.46001322vw;
  --site-padding-lg:17.1296296vw;
  --site-padding-md: 10.87vw;
  --site-padding-sm: 7.69230769vw;
  --site-margin: 8.46001322vw;
  --site-margin-lg:17.1296296vw;
  --site-margin-md: 10.87vw;
  --site-margin-sm: 7.69230769vw;
  --easeInSine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --easeOutSine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --easeInOutSine: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --easeInQuad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --easeOutQuad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --easeInOutQuad: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --easeInCubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --easeOutCubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1);
  --easeInQuart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --easeOutQuart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easeInOutQuart: cubic-bezier(0.77, 0, 0.175, 1);
  --easeInQuint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --easeOutQuint: cubic-bezier(0.23, 1, 0.32, 1);
  --easeInOutQuint: cubic-bezier(0.86, 0, 0.07, 1);
  --easeInExpo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --easeOutExpo: cubic-bezier(0.19, 1, 0.22, 1);
  --easeInOutExpo: cubic-bezier(1, 0, 0, 1);
  --easeInCirc: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --easeOutCirc: cubic-bezier(0.075, 0.82, 0.165, 1);
  --easeInOutCirc: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --easeInBack: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --easeOutBack: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --easeInOutBack: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

address, blockquote, dl, figure, form, iframe, p, pre, table {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed, iframe, img, object, svg {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
}

[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
  appearance: button;
}

[type=number] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

html {
  font-size: calc(7 * 1px + 0.625vw);
}

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  font-size: 62.5%;
}

::selection {
  background: transparent;
  color: inherit;
}

::-moz-selection {
  background: transparent;
  color: inherit;
}

body {
  /*height: 100%;*/
  color: var(--color-white);
  font-size: 1rem;
  font-family: var(--font-family-sans);
  position: relative;
  font-weight: 500;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  /*-moz-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
  font-feature-settings: "palt";
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  /*letter-spacing: $letter-spacing-md;*/
  background: var(--color-bg-primary);
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--font-weight-medium);
}

a {
  color: currentcolor;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: currentcolor;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

:active, :focus, :hover, :visited, a, a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: none !important;
}

blockquote {
  margin: 0;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* =========================================================

Layout

========================================================= */
.l-container {
  max-width: 1680px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
}

/*wrapper*/
.l-wrapper {
  position: relative;
  max-width: 30vw;
  margin: 0 auto;
}
@media (max-width: 1800px) {
  .l-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 1260px) {
  .l-wrapper {
    max-width: 400px;
  }
}
@media (max-width: 1023px) {
  .l-wrapper {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .l-wrapper {
    max-width: 100%;
    z-index: 11;
    overflow: hidden;
  }
}

/*content*/
.l-content {
  position: relative;
  z-index: 1;
  transition: var(--easeInOutCubic) 1s;
  transition-delay: 1s;
  opacity: 0;
}
.is-page-loaded .l-content {
  opacity: 1;
}

.l-content__inner {
  display: flex;
  max-width: 1800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-content__inner {
    display: block;
    overflow: hidden;
  }
}

.l-content__kv {
  width: 50%;
  position: sticky;
  top: 0;
  height: 100%;
  background: var(--color-blue);
}
@media (max-width: 767px) {
  .l-content__kv {
    width: 100%;
    position: sticky;
    margin: 0 auto;
    border-right: none;
  }
}

.l-content__kv-inner {
  position: relative;
  height: 100vh;
  width: 100%;
}
@media (max-width: 767px) {
  .l-content__kv-inner {
    height: 100svh;
  }
}

.l-content__kv-img {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .l-content__kv-img {
    width: 100vw;
  }
}

.l-content__main {
  width: 37.6984127vw;
  background: var(--color-blue);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .l-content__main {
    width: 100%;
    position: relative;
    z-index: 3;
    border: none;
  }
}

/*header*/
.l-header {
  position: fixed;
  z-index: 11111111;
}

.l-header-logo {
  position: fixed;
  left: 2.9vw;
  top: 2.9vw;
  transition: var(--easeInOutCubic) 0.5s;
}
@media (max-width: 767px) {
  .l-header-logo {
    position: fixed;
    width: 23vw;
    left: 25px;
    top: 25px;
    bottom: inherit;
  }
  .is-header-bg-show .l-header-logo {
    opacity: 0;
  }
}

.l-header-ttl {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 0;
  transition: var(--easeInOutCubic) 0.5s;
  opacity: 0;
  padding: 5vw 0;
  background-image: url(../img/bg.webp);
  background-size: 150%;
  background-position: center center;
  background-attachment: fixed;
}
.l-header-ttl img {
  width: 220px;
  margin: 0 auto;
  display: table;
}
.is-header-bg-show .l-header-ttl {
  opacity: 1;
}
.is-gnav-open .l-header-ttl {
  opacity: 0;
}

.l-gnav-toggle {
  position: fixed;
  width: 11.28205128vw;
  height: 11.28205128vw;
  right: 5.12820513vw;
  top: 2.56410256vh;
  z-index: 22222223;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
  opacity: 0;
  background: rgba(0, 110, 174, 0.2);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 50px;
}
.is-page-loaded .l-gnav-toggle {
  transition: var(--easeOutCubic) 1.5s;
  transition-delay: 1s;
  opacity: 1;
}
@media (max-width: 767px) {
  .l-gnav-toggle {
    display: block;
  }
}
.l-gnav-toggle.is-active {
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.is-gnav-open .l-gnav-toggle.is-active {
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  transition: var(--easeOutCubic) 0s;
  transition-delay: 0s;
}

.l-gnav-toggle__inner {
  position: absolute;
  width: 16px;
  height: 11px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.l-gnav-toggle__line {
  width: 16px;
  height: 1px;
  background: #fff;
  display: table;
  transition: var(--easeOutCubic) 0.5s;
}
.l-gnav-toggle__line--bottom {
  margin-top: 7px;
}
.is-gnav-open .l-gnav-toggle__line--bottom {
  transform: rotate(45deg);
  margin-top: -1px;
}
.l-gnav-toggle__line--top {
  margin-top: 1px;
}
.is-gnav-open .l-gnav-toggle__line--top {
  transform: rotate(-45deg);
  margin-top: 5px;
}

.l-gnav {
  position: fixed;
  width: 100%;
  height: 100dvh;
  display: none;
  opacity: 0;
  z-index: 22222222;
  pointer-events: none;
}
.is-gnav-open .l-gnav {
  transition: var(--easeOutCubic) 1.5s;
  opacity: 1;
  pointer-events: all;
  background: rgba(17, 17, 17, 0.2);
}
@media (max-width: 767px) {
  .l-gnav {
    display: block;
  }
}

.l-gnav-logo {
  width: 60%;
  margin: 0 auto;
}

.l-gnav-menu {
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.l-gnav-menu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 5vw;
}

.l-gnav-menu__item {
  text-align: center;
  font-family: var(--font-family-eng);
  font-weight: var(--font-weight-bold);
  font-size: 7.5vw;
  letter-spacing: 0.08em;
  margin: 3rem 0;
}
@media (max-width: 375px) {
  .l-gnav-menu__item {
    margin: 2rem 0;
  }
}
.l-gnav-menu__item a {
  display: table;
  margin: 0 auto;
  transform: skew(-15deg);
  color: #86ff9c;
}

.l-gnav-menu__item--link .small {
  font-size: 3vw;
  display: table;
  margin: 0 auto 0.5rem;
}

.l-gnav-pickup {
  margin-top: 1.5rem;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.l-gnav-pickup__item {
  font-size: 3.5vw;
  margin-bottom: 0.5rem;
  transform: skew(15deg);
}
.l-gnav-pickup__item a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0.5rem 1rem;
}
.l-gnav-pickup__item--shop {
  width: 100%;
}
.l-gnav-pickup__item--shop a {
  border: none;
  padding: 1rem 1.5rem;
  text-decoration: none;
  line-height: 1.2;
  background: var(--color-blue);
}

.l-main {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 11111;
}
@media (max-width: 767px) {
  .l-main {
    width: 100%;
  }
  .is-gnav-open .l-main {
    opacity: 0;
  }
}

.l-footer {
  padding: 6rem 3.5rem 8rem;
  position: relative;
  z-index: 111;
  background: #fff;
  z-index: 11111;
}
@media (max-width: 1800px) {
  .l-footer {
    padding: 6rem 2.4vw 8rem;
  }
}

.l-footer__attention {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  line-height: 2;
  color: #111;
}

.l-footer__logo {
  width: 120px;
  margin: 4rem auto 0;
}

.l-sidemenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1111111;
  transition: var(--easeInOutCubic) 0.8s;
  width: 12.3015873vw;
  height: 100%;
  opacity: 0;
}
.is-page-loaded .l-sidemenu {
  opacity: 1;
}
@media (max-width: 1023px) {
  .l-sidemenu {
    display: none;
  }
}

.l-sidemenu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-sidemenu__item {
  writing-mode: vertical-lr;
  margin: 1.5rem 0;
}
.l-sidemenu__item a {
  font-size: clamp(1.2rem, 1.0666667vw, 1.6rem);
  font-family: var(--font-family-eng);
  padding: 1.5rem 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  border-radius: 50px;
  transition: var(--easeInOutCubic) 0.5s;
}
.l-sidemenu__item a:hover {
  background: var(--color-blue);
}
.l-sidemenu__item.is-active a {
  background: var(--color-blue);
}

/*@import "layout/parallax";*/
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
.c-scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 111111;
  color: #fff;
  font-family: var(--font-family-eng);
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
  padding-bottom: 14rem;
}
.c-scroll:after {
  width: 1px;
  height: 120px;
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 10px 0 #fff;
  animation: moveLineTopToBottom 2s infinite;
}
@media (max-width: 767px) {
  .c-scroll:after {
    height: 80px;
  }
}

@keyframes moveLineTopToBottom {
  0% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  49.9% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  50% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  100% {
    transform: scaleY(1);
    transform-origin: center top;
  }
}
.c-background {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scale(1);
  opacity: 0;
  transition: var(--easeInOutCubic) 2s;
  filter: blur(10px);
  animation: scalePulse 10s ease-in-out infinite;
}
@media (max-width: 767px) {
  .c-background {
    animation: scalePulse-sp 10s ease-in-out infinite;
  }
}
.is-page-loaded .c-background {
  transform: scale(1.1);
  filter: blur(0px);
  opacity: 1;
}
@media (max-width: 767px) {
  .is-page-loaded .c-background {
    transform: scale(1.5);
  }
}
@media (max-width: 1023px) {
  .c-background {
    width: 100%;
  }
}

@keyframes scalePulse {
  0%, 100% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes scalePulse-sp {
  0%, 100% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1.1);
  }
}
.c-shopnews {
  position: relative;
}
.section--limited .c-shopnews {
  padding: 2rem 0 1rem;
}

.c-shopnews__floor {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  color: var(--color-blue);
  background: var(--color-blue);
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-shopnews__floor {
    font-size: 3vw;
  }
}
.section--limited .c-shopnews__floor {
  display: table;
  margin: 0 auto;
}
.section--limited .c-shopnews__floor p {
  border: none;
  color: var(--color-white);
  background: var(--color-blue);
}
.p-pickup .c-shopnews__floor {
  font-size: clamp(1.3rem, 1vw, 1.5rem);
}
.section--highlight .p-pickup .c-shopnews__floor {
  color: var(--color-whiteblue);
  background: var(--color-whiteblue);
}
.section--highlight .p-highlight .c-shopnews__floor {
  color: var(--color-lightblue);
  background: var(--color-lightblue);
}
.c-shopnews__floor p {
  display: table;
  background: #fff;
  padding: 0.5rem;
  margin-bottom: 0rem;
  border-left: 1rem solid var(--color-blue);
  border-bottom: 1rem solid var(--color-blue);
}
@media (max-width: 767px) {
  .c-shopnews__floor p {
    border-bottom: 0.5rem solid var(--color-blue);
  }
}
.section--highlight .p-pickup .c-shopnews__floor p {
  border-left: 1rem solid var(--color-whiteblue);
  border-bottom: 1rem solid var(--color-whiteblue);
}
@media (max-width: 767px) {
  .section--highlight .p-pickup .c-shopnews__floor p {
    border-bottom: 0.5rem solid var(--color-whiteblue);
  }
}
.section--highlight .p-highlight .c-shopnews__floor p {
  border-left: 0rem solid var(--color-lightblue);
  border-bottom: 1rem solid var(--color-lightblue);
}
@media (max-width: 767px) {
  .section--highlight .p-highlight .c-shopnews__floor p {
    border-bottom: 0.5rem solid var(--color-lightblue);
    border-left: 0rem solid var(--color-lightblue);
  }
}
.p-highlight .c-shopnews__floor p {
  border-left: 0rem solid var(--color-lightblue);
}

.c-shopnews__cat {
  font-family: var(--font-family-eng);
  font-size: clamp(1.6rem, 1.33333vw, 2rem);
  position: absolute;
  top: 2px;
  right: 0;
}
.c-shopnews__cat p {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .c-shopnews__cat {
    font-size: 5vw;
    position: relative;
    border-bottom: 5px solid var(--color-lightblue);
    background: var(--color-lightblue);
    margin-top: -2px;
  }
}

.c-shopnews__frame {
  background: #fff;
  color: var(--color-blue);
  padding: 1.8rem 1.5rem 2rem;
}
.section--highlight .p-pickup .c-shopnews__frame {
  color: var(--color-blue);
  background: #D2FFDB;
}
.section--highlight .p-highlight .c-shopnews__frame {
  color: var(--color-lightblue);
}
@media (max-width: 767px) {
  .c-shopnews__frame {
    padding: 1.5rem 2vw 1.8rem;
  }
}
.section--limited .c-shopnews__frame {
  padding: 0;
}

.c-shopnews__date {
  font-size: clamp(1.1rem, 0.866667vw, 1.3rem);
  font-weight: 700;
  font-family: var(--font-family-eng-sub);
  margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--color-blue);
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-shopnews__date {
    font-size: 3vw;
  }
}
.section--highlight .p-pickup .c-shopnews__date {
  border-bottom: 1px solid rgba(57, 150, 255, 0.5);
}
.section--highlight .p-highlight .c-shopnews__date {
  border-bottom: 1px solid rgba(0, 144, 213, 0.5);
}
.c-shopnews__date p {
  font-style: italic;
}
.c-shopnews__date span {
  font-size: clamp(0.9rem, 0.67777vw, 1rem);
  font-weight: 700;
  line-height: 1.8;
  display: table;
  font-family: var(--font-family-sans);
}
@media (max-width: 767px) {
  .c-shopnews__date span {
    font-size: 2.3vw;
    line-height: 2;
    display: table;
  }
}
.p-pickup .c-shopnews__date {
  font-size: clamp(1.5rem, 1.2vw, 1.8rem);
}

.c-shopnews__img {
  pointer-events: none;
  border-bottom: 1px solid var(--color-blue);
}
.section--highlight .p-highlight .c-shopnews__img {
  border-bottom: 1px solid var(--color-lightblue);
}
.section--highlight .p-pickup .c-shopnews__img {
  border-bottom: 1px solid var(--color-whiteblue);
}
.section--limited .c-shopnews__img {
  margin: 2rem auto 2rem;
  border: 1px solid var(--color-blue);
}

.c-shopnews__ttl {
  font-size: clamp(1.1rem, 0.866667vw, 1.3rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.2rem;
  font-family: var(--font-family-eng-sub);
}
@media (max-width: 767px) {
  .c-shopnews__ttl {
    font-size: 3vw;
  }
}
.p-pickup .c-shopnews__ttl {
  font-size: clamp(1.3rem, 1vw, 1.5rem);
  margin-bottom: 0.9rem;
}

.c-shopnews__lead {
  font-size: clamp(1.1rem, 0.8vw, 1.2rem);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-shopnews__lead {
    font-size: 2.75vw;
  }
}

.c-shopnews__credit {
  font-size: clamp(1.1rem, 0.8vw, 1.2rem);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-shopnews__credit {
    font-size: 2.75vw;
  }
}

.c-shopnews__btn a {
  display: table;
  font-size: clamp(1.4rem, 1vw, 1.5rem);
  font-weight: 700;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  position: relative;
  background: #111;
  padding: 1.5rem 3rem;
  border-radius: 50px;
  color: #fff;
  background: #0078ff;
}
@media (max-width: 767px) {
  .c-shopnews__btn a {
    width: 70%;
    text-align: center;
    margin: 1rem auto 0;
  }
  .section--highlight .p-highlight .c-shopnews__btn a {
    font-size: 3.5vw;
    width: 70%;
    padding: 1.2rem 1rem;
  }
}
.section--highlight .p-highlight .c-shopnews__btn a {
  background: var(--color-lightblue);
}
.c-shopnews__btn a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
}
.section--limited .c-shopnews__btn a {
  margin: 1rem auto 0;
}

.is-hidden {
  opacity: 0;
}

.c-shopnews__shop {
  border: 1px solid var(--color-lightblue);
  font-size: clamp(1rem, 0.733333vw, 1.1rem);
  display: table;
  padding: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.section--highlight .p-pickup .c-shopnews__shop {
  border: 1px solid var(--color-whiteblue);
}

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.section {
  padding: 8rem 0 0;
  position: relative;
  margin-top: 8rem;
  overflow: hidden;
}
.section:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 7rem);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 0 #fff;
  content: "";
  height: 1px;
}
@media (max-width: 1800px) {
  .section:after {
    width: calc(100% - 4.8vw);
  }
}
@media (max-width: 767px) {
  .section:after {
    width: calc(100% - 10vw);
  }
}
.section::before {
  content: none;
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0px;
  left: 0;
  background: linear-gradient(180deg, #0078ff 0%, #3996ff 100%);
}
@media (max-width: 767px) {
  .section::before {
    height: 40px;
  }
}
.section--highlight {
  margin-top: 0rem;
  background: #6bb0fe;
}
@media (max-width: 767px) {
  .section--highlight {
    padding-top: 8rem;
    margin-top: 0rem;
  }
}
.section--highlight:after {
  content: none;
}
.section--info {
  padding: 8rem 0;
  margin-top: 0;
}
.section--info:after {
  content: none;
}

.section__heading {
  font-size: clamp(3.6rem, 3.33333vw, 5rem);
  font-family: var(--font-family-eng);
  padding: 0 3.5rem;
  color: #fff;
  transform: scaleX(2.5);
  transition: var(--easeInOutCubic) 1s;
  display: table;
  margin: 0 auto;
  text-align: center;
  filter: blur(20px);
}
.section__heading span {
  font-size: clamp(1.6rem, 1.2vw, 1.8rem);
  display: table;
  margin: 0 auto 0.5rem;
}
@media (max-width: 767px) {
  .section__heading {
    font-size: 10vw;
  }
  .section__heading span {
    font-size: 4vw;
  }
}
.section__heading.is-onscreen {
  filter: blur(0px);
  transform: scaleX(1) skew(-15deg);
}
@media (max-width: 1800px) {
  .section__heading {
    padding: 0 2.4vw;
  }
}

.section__lead {
  font-size: clamp(1.2rem, 0.9333vw, 1.4rem);
  line-height: 1.8;
  padding: 0 3.5rem;
  margin-top: 3rem;
  text-align: center;
}
@media (max-width: 1800px) {
  .section__lead {
    padding: 0 2.4vw;
  }
}
@media (max-width: 767px) {
  .section__lead {
    font-size: 3.25vw;
    padding: 0 5vw;
  }
}

.p-fv {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .p-fv {
    height: auto;
  }
}

.p-fv__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  .p-fv__ttl {
    display: none;
  }
}

.p-fv__ttl-logo {
  width: 73.68421053%;
  margin: 0 auto;
}

.p-fv__ttl-date {
  width: 45.54385965%;
  margin: 0 auto 3rem;
}

.p-intro {
  padding: 10rem 3.5rem 0;
}
@media (max-width: 1800px) {
  .p-intro {
    padding: 10rem 2.4vw 0;
  }
}
@media (max-width: 767px) {
  .p-intro {
    padding: 10rem 5vw 0;
  }
}

.p-intro__lead {
  font-size: clamp(1.8rem, 1.5333333vw, 2.3rem);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  line-height: 3;
  font-style: italic;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: var(--easeInOutCubic) 1.2s;
  margin: 0 auto;
  display: table;
}
.p-intro__lead.is-onscreen {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.p-intro-profile {
  display: flex;
  margin-top: 10rem;
  color: var(--color-white);
  gap: 15px;
}
@media (max-width: 767px) {
  .p-intro-profile {
    margin-top: 6rem;
  }
}

.p-intro-profile__img {
  width: 15%;
}
@media (max-width: 767px) {
  .p-intro-profile__img {
    width: 25%;
  }
}

.p-intro-profile__textarea {
  padding: 1.5vw;
  background: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .p-intro-profile__textarea {
    padding: 5vw;
  }
}

.p-intro-profile__label {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  font-family: var(--font-family-eng);
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-intro-profile__label {
    font-size: 3vw;
  }
}

.p-intro-profile__name {
  font-size: clamp(1.4rem, 1.0666667vw, 1.6rem);
  font-family: var(--font-family-eng);
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-intro-profile__name {
    font-size: 3.75vw;
  }
}

.p-intro-profile__lead {
  font-size: clamp(1.1rem, 0.8666667vw, 1.3rem);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-intro-profile__lead {
    font-size: 2.75vw;
  }
}
.p-intro-profile__lead a {
  display: table;
  text-decoration: underline;
}

.p-pickup {
  margin: 6rem auto 10rem;
  position: relative;
  z-index: 2;
}
.p-pickup--sp {
  margin: 6rem auto 6rem;
}
@media (max-width: 767px) {
  .p-pickup {
    margin: -2rem auto 0rem;
    padding-top: 10rem;
  }
  .p-pickup--sp {
    padding-bottom: 6rem;
  }
}
.p-pickup--last {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-pickup--last {
    margin-bottom: -3rem;
  }
}
.p-pickup__heading {
  font-size: clamp(2.8rem, 2.4vw, 3.6rem);
  font-family: var(--font-family-eng);
  padding: 0 3.5rem;
  text-align: center;
  margin: 0 auto 3.5rem;
  position: relative;
  display: table;
  transform: scaleY(0);
  text-transform: uppercase;
  transition: var(--easeInOutCubic) 1s;
}
@media (max-width: 767px) {
  .p-pickup__heading {
    font-size: 6.5vw;
    margin: 0 auto 2.5rem;
  }
}
.p-pickup__heading.is-onscreen {
  transform: scaleY(1);
}
.p-pickup__heading.is-onscreen:after {
  left: 50%;
  transform: translate(-50%, -50%) scaleX(1);
}
.p-pickup__heading:after {
  position: absolute;
  content: "";
  width: 105%;
  height: 200%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 4px 0 #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleX(0);
  transition: var(--easeInOutCubic) 1s;
  transition-delay: 0.2s;
}
@media (max-width: 1800px) {
  .p-pickup__heading {
    padding: 0 2.4vw 0;
  }
}

.p-pickup__lead {
  text-align: center;
  font-size: clamp(1.4rem, 1.0666667vw, 1.6rem);
  font-weight: 700;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-pickup__lead {
    margin-bottom: 2rem;
  }
}

.fade-in {
  opacity: 0;
  filter: blur(10px);
  transition: var(--easeInOutCubic) 0.5s;
}
.fade-in.is-onscreen {
  opacity: 1;
  filter: blur(0);
}

.section--limited .p-pickup__slide {
  padding: 1.5rem 3rem;
  margin-top: -1.5rem;
}
@media (max-width: 767px) {
  .section--limited .p-pickup__slide {
    padding: 1.5rem 2rem;
  }
}

/* 横並び */
.p-pickup__slide.js-hscroll .p-pickup__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  padding-right: 20px;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.section--limited .p-pickup__slide.js-hscroll .p-pickup__list {
  gap: 3rem;
}
.section--limited .p-pickup__slide.js-hscroll .p-pickup__list:after {
  content: "";
  display: block;
  flex: 0 0 1px;
}
@media (max-width: 767px) {
  .section--limited .p-pickup__slide.js-hscroll .p-pickup__list {
    gap: 1.5rem;
  }
}

.p-pickup__slide.js-hscroll .p-pickup__item {
  flex: 0 0 65%;
}
@media (max-width: 767px) {
  .p-pickup__slide.js-hscroll .p-pickup__item {
    flex: 0 0 85%;
  }
}
.section--highlight .p-pickup__slide.js-hscroll .p-pickup__item {
  flex: 0 0 60%;
}
@media (max-width: 767px) {
  .section--highlight .p-pickup__slide.js-hscroll .p-pickup__item {
    flex: 0 0 70%;
  }
}

.p-pickup__item {
  background: #fff;
}
.section--highlight .p-pickup .p-pickup__item {
  background: #d2ffdb;
}
.section--limited .p-pickup__item {
  border-radius: 300px;
  overflow: hidden;
  padding: calc(30/1512*100vw) calc(50/1515*100vw);
  box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .section--limited .p-pickup__item {
    padding: 1.5rem 3rem 2rem;
    box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.5);
  }
}

/* バードラッグ中（任意） */
html.is-dragging-scrollbar {
  cursor: grabbing;
}

/* スクロール領域 */
.p-pickup__slide.js-hscroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.p-pickup__slide.js-hscroll::-webkit-scrollbar {
  display: none;
}

.js-hscrollbar {
  height: 5px;
  margin-top: 2.5rem;
  position: relative;
  transform: scale(0.9);
  background: rgba(255, 255, 255, 0.2);
}

.js-hscrollbar-thumb {
  height: 100%;
  background: #86ff9c;
  box-shadow: 0 0 10px 0 #fff;
  border-radius: 999px;
  width: 30px;
  will-change: transform, width;
  cursor: grab;
}

.js-hscrollbar-thumb:active {
  cursor: grabbing;
}

html.is-dragging-scrollbar {
  cursor: grabbing;
}

.js-hscroll {
  cursor: none;
}

.js-hscroll.is-dragging {
  cursor: none;
}

/* カーソル追従ラベル */
.drag-cursor {
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99999999;
  opacity: 0;
  background: rgba(0, 120, 255, 0.1);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  height: 120px;
  width: 120px;
  border-radius: 50%;
  transition: opacity 0.12s ease, transform 0.12s ease;
}
.drag-cursor:hover a {
  opacity: 0;
}

/* 表示 */
.drag-cursor.is-visible {
  opacity: 1;
}

/* 中身（丸アイコン） */
.drag-cursor__bubble {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  border-radius: 999px;
  line-height: 1;
  text-transform: uppercase;
  height: 120px;
  width: 120px;
  color: var(--color-lightblue);
  font-size: clamp(1.5rem, 1vw, 1.5rem);
  font-family: var(--font-family-eng);
}

/* ↔ の丸アイコン */
.drag-cursor__icon {
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 14px;
  line-height: 1;
}

/* 押してる時（任意） */
.drag-cursor.is-grabbing .drag-cursor__bubble {
  transform: scale(0.98);
}

.p-highlight {
  position: relative;
}
.p-highlight::before {
  content: none;
  position: absolute;
  width: calc(100% - 7rem);
  height: 1px;
  top: auto;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0.7;
  box-shadow: 0 0 4px 0 #fff;
}
@media (max-width: 1800px) {
  .p-highlight::before {
    width: calc(100% - 4.8vw);
  }
}
@media (max-width: 767px) {
  .p-highlight::before {
    width: calc(100% - 10vw);
  }
}
.p-highlight::after {
  content: none;
  position: absolute;
  width: 100%;
  height: 100px;
  top: 0px;
  left: 0;
  background: linear-gradient(180deg, #3996ff 0%, #0090d5 100%);
}
@media (max-width: 767px) {
  .p-highlight::after {
    height: 120px;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .p-highlight {
    padding-top: 8rem;
  }
}

/* ソートのアクティブ */
.p-highlight-sort__item.is-active a {
  background: #fff;
  color: var(--color-lightblue);
}

.p-highlight__inner {
  padding: 0 2rem 8rem;
  background: var(--color-lightblue);
}
@media (max-width: 1800px) {
  .p-highlight__inner {
    padding: 0 1.3vw 8rem;
  }
}
@media (max-width: 767px) {
  .p-highlight__inner {
    padding: 0 5px 8rem;
  }
}

.p-highlight__ttl {
  font-size: clamp(2.3em, 2vw, 3rem);
  font-family: var(--font-family-eng);
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}
.p-highlight__ttl span {
  font-family: var(--font-family-sans);
  display: table;
  margin: 0.5rem auto 0;
  text-align: center;
  font-size: clamp(1.4rem, 1.0666667vw, 1.6rem);
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-highlight__ttl {
    font-size: 8vw;
  }
}

.p-highlight__ttl-2 {
  overflow: hidden;
  white-space: nowrap;
  padding: 1rem 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: clamp(1.5em, 1.5333vw, 2rem);
  font-family: var(--font-family-eng);
  margin-top: 8rem;
  background: #fff;
  vertical-align: baseline;
  color: var(--color-lightblue);
}
@media (max-width: 767px) {
  .p-highlight__ttl-2 {
    font-size: 4.5vw;
    margin-top: 6rem;
    margin-bottom: -6rem;
    padding: 0.8rem 0;
  }
}
.p-highlight__ttl-2 span {
  transform: skew(-15deg);
}

.p-highlight__ttl-track {
  display: flex;
  width: -webkit-max-content;
  width: max-content;
  animation: highlightFlow 30s linear infinite;
  align-items: center;
}
.p-highlight__ttl-track .small {
  padding-right: 0rem;
  display: inline-block;
  font-size: 80%;
  transform: translateY(-0.1rem);
}

.p-highlight__ttl-track span {
  padding-right: 1.5rem;
}

@keyframes highlightFlow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.p-highlight-sort {
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .p-highlight-sort {
    padding: 0 5vw;
    margin-bottom: 3rem;
  }
}

.p-highlight-sort__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .p-highlight-sort__list {
    margin-left: -3px;
    margin-right: -4px;
  }
}

.p-highlight-sort__item {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-highlight-sort__item {
    padding: 0 3px;
  }
}
.p-highlight-sort__item a {
  display: block;
  border-radius: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: clamp(1.3em, 1vw, 1.5em);
  transition: var(--easeInOutCubic) 0.5s;
  padding: 1.2rem;
}
@media (max-width: 767px) {
  .p-highlight-sort__item a {
    font-size: 3vw;
  }
}
.p-highlight-sort__item a:hover {
  background: var(--color-white);
  color: var(--color-lightblue);
}

.p-highlight__item.is-ended {
  position: relative;
  z-index: 1;
}
.p-highlight__item.is-ended:after {
  position: absolute;
  content: "終了しました";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  font-size: clamp(1.3em, 1vw, 1.5em);
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}

.p-highlight__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-highlight__list {
    gap: 5px;
  }
}

.p-highlight__item {
  width: calc(50% - 10px);
  margin-bottom: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .p-highlight__item {
    width: calc(50% - 2.5px);
  }
}

.p-highlight-all {
  display: table;
  border-radius: 30px;
  text-align: center;
  font-family: var(--font-family-eng);
  line-height: 1;
  margin: 0.5rem auto 0;
}
@media (max-width: 767px) {
  .p-highlight-all {
    font-size: 8vw;
  }
}
.p-highlight-all span {
  display: table;
  font-size: clamp(1.6rem, 1.333333vw, 2rem);
}
.p-highlight-all a {
  display: flex;
  color: #111;
  font-size: clamp(2rem, 1.6vw, 2.4rem);
  font-family: var(--font-family-eng);
  padding: 3rem 10rem;
  transition: var(--easeInOutCubic) 0.5s;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: linear-gradient(337deg, #fff -30.31%, #2aff50 139.71%, #86ff9c 209.96%);
}
.p-highlight-all a:hover {
  opacity: 0.5;
}

.p-highlight-all__text {
  font-size: clamp(1.1rem, 0.8666667vw, 1.3rem);
  text-align: center;
  margin-top: 3rem;
  line-height: 1.5;
}

.p-highlight-more {
  text-align: center;
  font-size: clamp(2.3em, 2vw, 3rem);
  font-family: var(--font-family-eng);
  line-height: 1;
  margin: 0 auto;
  position: relative;
  display: table;
}
@media (max-width: 767px) {
  .p-highlight-more {
    font-size: 8vw;
  }
}
.p-highlight-more button {
  border-radius: 30px;
  padding: 1.2rem 3rem;
  transition: transform 0.2s ease, background 0.5s, color 0.5s;
  border: 1px solid #fff;
  border-radius: 30px;
  transform-origin: center;
  will-change: transform;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  animation: pochipochi 1.6s ease-in-out infinite;
}
.p-highlight-more button svg {
  animation: pochipochi 1.6s ease-in-out infinite;
}
.p-highlight-more button span {
  display: table;
  font-size: clamp(2rem, 1.533333vw, 2.3rem);
}
.p-highlight-more button:hover {
  background: #fff;
  color: var(--color-lightblue);
}

.p-highlight-more__inner {
  position: relative;
}
.p-highlight-more__inner::before {
  content: "";
  position: absolute;
  width: 500%;
  height: 150px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(30px);
  background: linear-gradient(180deg, #0090d5 0%, #0090d5 100%);
  pointer-events: none;
}
@keyframes pochipochi {
  0%, 100% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.06);
  }
  60% {
    transform: scale(0.98);
  }
}
.p-info__info {
  padding: 0 3.5rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
}
@media (max-width: 1800px) {
  .p-info__info {
    padding: 0 2.4vw;
  }
}
@media (max-width: 767px) {
  .p-info__info {
    padding: 0 5vw;
    display: block;
  }
}

.p-info-btn {
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  margin: 3rem auto 0;
  flex-basis: 50%;
  box-sizing: border-box;
  width: 50%;
}
@media (max-width: 767px) {
  .p-info-btn {
    width: auto;
    display: table;
    margin: 2rem auto 0;
  }
}
.p-info-btn span {
  font-size: clamp(1.2rem, 0.8vw, 1.2rem);
  display: block;
}
@media (max-width: 767px) {
  .p-info-btn span {
    font-size: 3.75vw;
  }
}
.p-info-btn span.icon {
  margin: 0 auto 0.5rem;
}
.p-info-btn span.icon svg {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 767px) {
  .p-info-btn span.icon svg {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 767px) {
  .p-info-btn span.icon {
    margin: 0;
  }
}
.p-info-btn a {
  color: #fff;
  display: block;
  font-family: var(--font-family-sans);
  padding: 2rem 0;
  line-height: 1.2;
  transition: var(--easeInOutCubic) 0.5s;
  border-radius: 60px;
  justify-content: center;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: linear-gradient(337deg, #fff -13.31%, #0078ff 139.71%, #fff 209.96%);
}
.p-info-btn a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .p-info-btn a {
    padding: 1.5rem 10vw;
    display: flex;
    gap: 1.5rem;
    text-align: left;
  }
}

/* ---------------------------------------------------------


Utility

--------------------------------------------------------- */
/* =========================================================
CLEAR
========================================================= */
.clear,
.u-clearfix:before,
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.u-clearfix:after {
  clear: both;
}

/* =========================================================
DISPLAY
========================================================= */
.u-sp-block {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-block {
    display: block !important;
  }
}

.u-pc-block {
  display: block !important;
}
@media (max-width: 767px) {
  .u-pc-block {
    display: none !important;
  }
}

.u-tablet-none {
  display: block !important;
}
@media (max-width: 1023px) {
  .u-tablet-none {
    display: none !important;
  }
}

.u-tablet-block {
  display: none !important;
}
@media (max-width: 1023px) {
  .u-tablet-block {
    display: block !important;
  }
}

.u-sp-inline {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inline {
    display: inline !important;
  }
}

.u-pc-inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .u-pc-inline {
    display: none !important;
  }
}

.u-sp-inlineblock {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-inlineblock {
    display: inline-block !important;
  }
}

.u-pc-inlineblock {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .u-pc-inlineblock {
    display: none !important;
  }
}

/* =========================================================
IMG
========================================================= */
.u-img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.u-img-no-responsive {
  display: inline-block;
  max-width: auto;
  height: auto;
}

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto;
}

/* =========================================================
POINTER-EVENTS
========================================================= */
.u-hover-shit {
  pointer-events: none;
}

.u-p-r {
  position: relative !important;
}

@keyframes none {
  0% {
    overflow: hidden;
    height: 100vh;
  }
  100% {
    overflow: visible;
    height: auto;
  }
}