@charset "UTF-8";

/* resset.dev • v5.0.2 */
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* # =================================================================
# Add
# ================================================================= */
* {
  line-height: 1;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000000;
}

/* # =================================================================
# Common
# ================================================================= */
@media (hover: hover) {
  a:hover {
    opacity: 0.5;
    -webkit-transition: opacty, 0.3s;
    transition: opacty, 0.3s;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  color: #000000;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.en {
  font-family: "Sorts Mill Goudy", serif;
}

.no-break {
  display: inline-block;
}

/* # =================================================================
# Component
# ================================================================= */
.c-container {
  position: relative;
  max-width: 1140px;
  padding: 0 20px 200px;
  margin: 0 auto;
}

.c-white-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 5px;
}
.c-white-heading span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 44px;
  font-weight: 400;
  color: #0D2750;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 0 10px;
}
.c-white-heading + .c-white-box {
  margin-top: 30px;
}

@media screen and (max-width: 820px) {
	.c-container {
	  padding: 0 20px 130px;
	}
	.c-white-heading {
	  gap: 10px 5px;
	}
  .c-white-heading span {
    font-size: 35px;
  }
}
@media screen and (max-width: 630px) {
	.c-white-heading {
	    gap: 8px 5px;
	}
  .c-white-heading span {
    font-size: 24px;
  }
}
.c-white-box {
  width: 100%;
  background-color: #ffffff;
  -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.25));
  padding: 15px;
}
.c-white-box__inner {
  width: 100%;
  border: 1px solid #BCA324;
  padding: 62px 60px;
}

@media screen and (max-width: 1024px) {
  .c-white-box__inner {
    padding: 35px 25px;
  }
}
@media screen and (max-width: 630px) {
	.c-container {
	  padding: 0 20px 100px;
	}
  .c-white-box {
    padding: 5px;
  }
  .c-white-box__inner {
    padding: 35px 15px;
  }
}

/* # =================================================================
# Layout
# ================================================================= */
/* # =================================================================
# nav
# ================================================================= */
body:has(.js-sp-nav.is-active) {
  overflow: hidden;
}

.nav {
  position: fixed;
  right: 0;
  bottom: 20%;
  z-index: 100;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
}
.nav__list-item {
  display: block;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.nav__list-item a {
  display: block;
  font-size: 13px;
  color: #0D2750;
  padding: 6px 2px 6px;
	letter-spacing: -1px;
}
.nav__list-item.is-active {
  background-color: #BCA324;
}
.nav__list-item.is-active a {
  color: #ffffff;
  pointer-events: none;
}
.nav.is-hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 500px) {
  .nav {
    display: none;
  }
}
.sp-nav-button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: none;
  width: 45px;
  height: 45px;
  background-image: url("../img/item_nav-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 30;
}

.sp-nav,
.sp-nav-bg {
  height: 100vh;
  position: fixed;
  top: 0;
  display: none;
}

.sp-nav {
  width: 75vw;
  z-index: 101;
  left: 100vw;
  background-color: #BCA324;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.sp-nav.is-active {
  left: 25vw;
}
.sp-nav::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 130px;
  height: auto;
  aspect-ratio: 129/104;
  background-image: url("../img/item_nav-water.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}
.sp-nav::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  position: absolute;
  bottom: -10vh;
  background-color: rgba(225, 225, 225, 0.5);
  -webkit-mask-image: url("../img/bg-mountain.svg");
          mask-image: url("../img/bg-mountain.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 360%;
          mask-size: 360%;
  -webkit-mask-position: -270px top;
          mask-position: -270px top;
}
.sp-nav__close-button {
  display: block;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #BCA324;
  margin: 10px 10px 0 auto;
}
.sp-nav__close-button::before, .sp-nav__close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 40px;
  background-color: #ffffff;
}
.sp-nav__close-button::before {
  -webkit-transform: translate(-50%, -50%) rotate(55deg);
          transform: translate(-50%, -50%) rotate(55deg);
}
.sp-nav__close-button::after {
  -webkit-transform: translate(-50%, -50%) rotate(-55deg);
          transform: translate(-50%, -50%) rotate(-55deg);
}
.sp-nav__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  margin: 10vh auto 0;
}
.sp-nav__list-item a {
  font-size: 20px;
  color: #ffffff;
}

.sp-nav-bg {
  width: 100vw;
  left: 0;
  background-color: rgba(225, 225, 225, 0.4);
  backdrop-filter: blur(3px);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  cursor: pointer;
}
.sp-nav-bg.is-active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 500px) {
  .sp-nav-button,
  .sp-nav,
  .sp-nav-bg {
    display: block;
  }
}
/* # =================================================================
# item
# ================================================================= */
.js-fade-in {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, -webkit-transform 0.1s;
  transition: opacity 0.1s, transform 0.1s;
  transition: opacity 0.1s, transform 0.1s, -webkit-transform 0.1s;
}

.bubble {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.bubble--01 {
  width: 20vw;
  height: auto;
  aspect-ratio: 325/434;
  background-image: url("../img/item_bubble01.png");
  top: 90vh;
  right: 0;
  -ms-filter: blur(1px);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.bubble--02 {
  width: 30vw;
  height: auto;
  aspect-ratio: 416/554;
  background-image: url("../img/item_bubble02.png");
  top: 250vh;
  left: 0;
}
.bubble--03 {
  width: 30vw;
  height: auto;
  aspect-ratio: 243/423;
  background-image: url("../img/item_bubble03.png");
  top: 350vh;
  right: 0;
  -ms-filter: blur(1px);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.bubble--04 {
  width: 10vw;
  height: auto;
  aspect-ratio: 118/338;
  background-image: url("../img/item_bubble05.png");
  top: 30vh;
  left: 0;
  -ms-filter: blur(1px);
  -webkit-filter: blur(1px);
          filter: blur(1px);
}
.bubble--05 {
  width: 30vw;
  height: auto;
  aspect-ratio: 243/415;
  background-image: url("../img/item_bubble04.png");
  top: 100vh;
  right: 0;
  -ms-filter: blur(2.8px);
  -webkit-filter: blur(2.8px);
          filter: blur(2.8px);
}
.bubble--06 {
  width: 15vw;
  height: auto;
  aspect-ratio: 243/423;
  background-image: url("../img/item_bubble03.png");
  top: 180vh;
  left: 0;
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.bubble--07 {
  width: 15vw;
  height: auto;
  aspect-ratio: 182/499;
  background-image: url("../img/item_bubble06.png");
  top: 200vh;
  right: 0;
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
.bubble--08 {
  width: 32vw;
  height: auto;
  aspect-ratio: 416/554;
  background-image: url("../img/item_bubble02.png");
  top: 450vh;
  left: 0;
  -ms-filter: blur(2px);
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.bubble--09 {
  width: 15vw;
  height: auto;
  aspect-ratio: 182/499;
  background-image: url("../img/item_bubble06.png");
  top: 500vh;
  right: 0;
  -ms-filter: blur(0px);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

@media screen and (max-width: 960px) {
  .bubble--01 {
    width: 34vw;
    top: 700px;
    -ms-filter: blur(0px);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@media screen and (max-width: 680px) {
  .bubble--01 {
    width: 45vw;
    min-width: 153px;
    top: 470px;
    background-position: center right -50px;
    opacity: 1 !important;
    -ms-filter: blur(0px) !important;
    -webkit-filter: blur(0px) !important;
            filter: blur(0px) !important;
  }
}
/* # =================================================================
# #1
# ================================================================= */
/* gsap01-water-contents */
.water-contents {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.water-mask-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110vw;
  z-index: -1;
  pointer-events: none;
  padding-bottom: 310px;
}
.water-mask-wrapper--back {
  z-index: -3;
}

.mask-line {
  display: block;
  width: 100%;
  height: auto !important;
  aspect-ratio: 2170.8/2335.5;
}

.first-content {
  position: relative;
  z-index: 10;
  width: 100%;
/*  padding-top: 110px;*/
  margin: 0 auto;
}
.first-content::before, .first-content::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100vW;
  height: auto;
  aspect-ratio: 1;
  background: radial-gradient(rgb(52, 167, 255) 5%, rgba(52, 167, 255, 0) 65%);
  border-radius: 50%;
  z-index: -10;
}
.first-content::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(25deg);
          transform: translate(-50%, -50%) skewX(25deg);
}
.first-content::after {
  bottom: -40%;
  -webkit-transform: translate(-50%, -50%) skewX(-45deg);
          transform: translate(-50%, -50%) skewX(-45deg);
  opacity: 0.5;
}
.first-content .c-container {
  margin-top: 120px;
}

@media screen and (max-width: 900px) {
  .first-content {
    padding-top: 0;
  }
}
@media screen and (max-width: 680px) {
  .first-content {
    padding-top: 20px;
  }
}
/* body */
body {
  background-color: #243BBC;
}

/* contents --- */
/* hero */
.hero {
  position: relative;
  width: 100vw;
  height: 76vh;
  min-height: 66vw;
  background-image: url("../img/bg-hero.svg");
  background-size: 100vw auto;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.hero__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 240px;
}
.hero__heading {
  overflow: hidden;
}
.hero__heading p {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
}
.hero__heading p:first-child {
  font-size: 40px;
}
.hero__heading p:last-child {
  font-size: 55px;
  line-height: 1.5;
  padding: 0 15px 0 15px;
  margin-top: 20px;
  margin-right: -1em;
}
.hero__heading p span.sm {
  font-size: 70%;
}
.hero__heading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  max-width: 1045px;
  background: radial-gradient(rgb(52, 167, 255) 5%, rgba(52, 167, 255, 0) 65%);
  border-radius: 50%;
  z-index: -10;
}
.hero__item {
  width: 100%;
  max-width: 674px;
  height: auto;
  aspect-ratio: 674/238;
  background-image: url("../img/item-hero.svg");
  background-size: 90% 90%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 80px auto;
}

@media screen and (min-width: 2000px) {
  .hero {
    min-height: 1150px;
  }
}
@media screen and (max-width: 1300px) {
  .hero {
    min-height: 50vh;
  }
}
@media screen and (max-width: 1100px) {
  .hero {
    height: 70vh;
  }
  .hero__inner {
    margin-top: 170px;
  }
	.hero__heading p:first-child {
    	font-size: 36px;
	}
	.hero__heading p:last-child {
		font-size: 50px;
	}
	.hero__item {
		max-width: 580px;
		margin: 60px auto;
	}
}
@media screen and (max-width: 680px) {
  .hero {
    max-height: 600px;
	  min-height: 40vh;
  }
  .hero__inner {
    margin-top: 32vw;
  }
  .hero__heading p:first-child {
    font-size: clamp(15px, 6vw, 35px);
  }
  .hero__heading p:last-child {
    font-size: clamp(20px, 8vw, 48px);
  }
  .hero__item {
    margin-top: 40px;
  }
	.first-content .c-container {
		margin-top: 70px;
	}
}
/* introduction */
.introduction-section {
  position: relative;
}
.introduction-section::after {
  content: "";
  position: absolute;
  top: -114px;
  left: 50px;
  display: block;
  width: 113px;
  height: 119px;
  background-image: url("../img/item_raicho.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.introduction__text-wrap {
  width: calc(100% + 76px);
  height: calc(100% + 77px);
  background-image: url("../img/img_package01.png");
    background-position: top left 0px;
    background-repeat: no-repeat;
    background-size: 60%;
    padding-top: 90px;
    padding-bottom: 80px;
    margin-top: -77px;
    margin-left: -76px;
}
.introduction__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 380px;
  margin: 0 0 0 auto;
	padding-right: 50px
}
.introduction__heading {
  font-size: 32px;
	font-weight: 400;
  color: #BCA324;
}
.introduction__catch {
  font-size: 24px;
  color: #0D2750;
  line-height: 1.8;
  margin-top: 30px;
}
.introduction__text span {
  display: block;
  font-size: 18px;
  color: #0D2750;
  line-height: 2.0;
  margin-top: 30px;
}
.introduction__made {
  font-size: 14px;
  color: #0D2750;
  margin-top: 30px;
}
.introduction__lead {
  width: 100%;
  font-size: 24px;
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  background-color: #BCA324;
  padding: 8px 10px;
}
.introduction__overview {
  margin-top: 30px;
}
.introduction__story {
  margin-top: 30px;
}

.introduction-overview {
  background-color: #F8F6E9;
  border-radius: 10px;
  padding: 50px 80px;
}
.introduction-overview__heading {
  font-size: clamp(18px, 2vw, 20px);
  color: #0D2750;
	text-align: center;
  line-height: 1.8;
}
.introduction-overview__text {
  width: 100%;
  font-size: clamp(12px, 1.8vw, 16px);
  color: #0D2750;
  line-height: 2.0;
  margin-top: 15px;
}

.introduction-story {
  --gap: calc((20 / 900) * 100%);
  --image-width: calc((220 / 900) * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #ffffff;
  border: 2px solid #e9e8df;
  border-radius: 15px;
  padding: 30px 30px;
}
.introduction-story__text-wrap {
  width: calc(100% - (var(--gap) + var(--image-width)));
	text-align: justify;
}
.introduction-story__heading {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.6;
  color: #0D2750;
}
.introduction-story__text {
  font-size: clamp(12px, 1.8vw, 14px);
  line-height: 1.7;
  color: #0D2750;
  margin-top: 20px;
}
.introduction-story__image-wrap {
  width: var(--image-width);
  min-width: 200px;
  height: auto;
  aspect-ratio: 220/170;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .introduction__text-wrap {
    margin-top: -50px;
    margin-left: -60px;
    padding-top: 82px;
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 820px) {
  .introduction__inner {
    max-width: 320px;
    padding-right: 30px;
  }
  .introduction__heading {
    font-size: 28px;
  }
  .introduction__catch {
    font-size: 20px;
  }
  .introduction__text span {
    font-size: 16px;
  }
  .introduction__made {
    font-size: 12px;
  }
  .introduction__lead {
    font-size: 20px;
  }
  .introduction-overview {
    padding: 30px 30px;
  }
  .introduction-overview__text {
    font-size: 14px;
  }
  .introduction-story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .introduction-story__text-wrap {
    width: 100%;
  }
	.introduction-story__image-wrap {
	  width: var(--image-width);
	  min-width: 140px;
	  height: auto;
	  aspect-ratio: 50/50;
	  border-radius: 200px;
	  overflow: hidden;
	}
	.introduction-story__image-wrap img {
		object-fit: cover;
	}
  .introduction-section::after {
    top: -84px;
    left: 40px;
    width: 80px;
    height: 90px;
  }
}
@media screen and (max-width: 780px) {
  .introduction__inner {
    max-width: 300px;
    padding-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .introduction__inner {
    max-width: 100%;
    margin: 0;
	  padding-right: 0;
  }
  .introduction__text-wrap {
    width: calc(100% + 20px);
    background-image: url("../img/img_package-sp.png");
    background-position: bottom -10vw right -50px;
    padding-top: 70px;
    padding-bottom: 65px;
    margin-top: -40px;
    margin-left: 0px;
  }
  .introduction-overview {
    padding: 30px 20px;
  }
  .introduction-story {
    padding: 25px 20px 15px;
  }
}
@media screen and (max-width: 500px) {
  .introduction-section::after {
    top: -94px;
    left: 0px;
    width: 70px;
    height: 120px;
  }
	.introduction-story__image-wrap {
		width: 100%;
	}
}
/* features */
.features-section__main-title {
  margin-top: 40px;
  padding-top: 80px;
}
.features-section__content {
  margin-top: 74px;
}

.main-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.main-title__text {
  display: block;
}
.main-title__text span {
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.8));
}
.main-title__text span:first-child {
  font-size: 48px;
}
.main-title__text span:last-child {
  font-size: 18px;
  margin-top: 10px;
}

.features__heading {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  background-color: #BCA324;
  padding: 8px 5px 8px;
}
.features__secret {
  margin-top: 40px;
}

.secret-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.secret-item--water .secret-item__image::before {
  content: "";
  left: -20px;
  background-image: url("../img/icon/icon_water.svg");
  background-size: 36px 46px;
}
.secret-item--water .secret-item__image::after {
  left: -20px;
}
.secret-item--water .secret-text::after {
  left: -160px;
  -webkit-transform: skewX(-0.1turn);
          transform: skewX(-0.1turn);
  border-right: none;
}
.secret-item--mountain {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
}
.secret-item--mountain .secret-item__image::before {
  content: "";
  right: -20px;
  background-image: url("../img/icon/icon_mountain.svg");
  background-size: 45px 36px;
}
.secret-item--mountain .secret-item__image::after {
  right: -20px;
}
.secret-item--mountain .secret-text::after {
  right: -160px;
  -webkit-transform: skewX(0.1turn);
          transform: skewX(0.1turn);
  border-left: none;
}
.secret-item__image {
  position: relative;
  width: 235px;
  height: auto;
  aspect-ratio: 235/156;
}
.secret-item__image::before, .secret-item__image::after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: -20px;
}
.secret-item__image::before {
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.secret-item__image::after {
  background-color: #BCA324;
  border-radius: 50%;
}
.secret-item__image img {
  border-radius: 30px;
  overflow: hidden;
}
.secret-item__text {
  width: calc(100% - (6.25% + 235px));
}

.secret-text {
  position: relative;
  background-color: #F8F6E9;
  border-radius: 30px;
  padding: 45px 20px;
}
.secret-text__heading {
  color: #BCA324;
}
.secret-text__heading-num {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
}
.secret-text__heading-text {
  display: block;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin-top: 15px;
}
.secret-text__note {
  color: #BCA324;
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
.secret-text__content {
  text-align: center;
  color: #0D2750;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 15px;
}
.secret-text::after {
  content: "";
  position: absolute;
  bottom: 10px;
  display: block;
  width: 200px;
  height: 190px;
  border: 1px dashed #BCA324;
  border-bottom: none;
  z-index: -1;
}

.hardness {
  padding-top: 50px;
}
.hardness__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border: 2px solid #0D2750;
  border-radius: 30px;
  padding: 50px 60px;
}
.hardness__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  font-size: 24px;
  color: #0D2750;
  font-weight: 400;
  line-height: 1.5;
}
.hardness__content {
  width: calc(100% - 190px);
}
.hardness__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  width: 100%;
  background-color: #F8F6E9;
  border-radius: 10px;
  padding: 20px 12px 20px 30px;
}
.hardness__text-inner {
  width: calc(100% - 151px);
  font-size: 15px;
  line-height: 1.8;
}
.hardness__more {
  width: 130px;
}
.hardness__button {
  width: 100%;
  position: relative;
  color: #BCA325;
  text-align: left;
  padding: 15px 0;
  z-index: 1;
}
.hardness__button span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F8F6E9;
  border-radius: 20px;
  padding-right: 2px;
}
.hardness__button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 54%;
  display: block;
  width: 80%;
  height: 1px;
  border-top: 1px dashed #333;
  z-index: -1;
}
.hardness__button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #BCA324;
  z-index: -2;
}
.hardness__button:hover::after {
  -webkit-animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  95%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  95%, 100% {
    opacity: 1;
  }
}
.hardness__table {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.hardness__table + p {
  text-align: right;
  font-size: 9px;
  color: #0D2750;
  margin-top: 5px;
}
.hardness-list {
    width: calc(50% - 5px);
}
.hardness__comparison {
  margin-top: 20px;
}

.hardness-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px 0;
}
.hardness-list__item dt, .hardness-list__item dd {
  color: #0D2750;
  font-size: 15px;
}
.hardness-list__item dt {
    width: calc(50% - 10px);
    padding-left: 20px;
}
.hardness-list__item dd {
  width: 50%;
}
.hardness-list__item:nth-child(even) {
  background-color: rgba(36, 59, 188, 0.08);
}
.hardness-list__item:nth-child(odd) {
  background-color: rgba(36, 59, 188, 0.04);
}
.hardness-list__item:nth-child(1) {
  background-color: transparent;
	padding: 6px 0;
}
.hardness-list__item:nth-child(1) dt,
.hardness-list__item:nth-child(1) dd {
	font-size: 13px;
}
.comparison {
  position: relative;
  background-color: rgba(36, 59, 188, 0.08);
  padding: 20px;
}
.comparison__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 0 5px;
}
.comparison__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 80px;
}
.comparison__item--soft {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.comparison__item--soft .comparison__figure {
  background-color: rgba(0, 113, 190, 0.3);
}
.comparison__item--soft::before {
  left: 0;
  background-color: rgb(0, 113, 190);
}
.comparison__item--hard {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.comparison__item--hard .comparison__figure {
  background-color: rgba(13, 39, 80, 0.3);
}
.comparison__item--hard::before {
  right: 0;
  background-color: rgb(13, 39, 80);
}
.comparison__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 14px;
  height: 36px;
  -webkit-mask-image: url("../img/icon/icon_bottle.svg");
          mask-image: url("../img/icon/icon_bottle.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.comparison__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
}
.comparison__item-sp-text {
  display: none;
}
.comparison__connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 160px);
  max-width: 400px;
  margin-top: 10px;
}
.comparison__connect-bar {
  position: relative;
  display: block;
  width: calc(100% - 26px);
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#34a7ff), to(#0d2750));
  background-image: linear-gradient(90deg, #34a7ff, #0d2750);
  margin: 0 13px;
}
.comparison__connect-bar::before, .comparison__connect-bar::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 15px;
  height: 13px;
}
.comparison__connect-bar::before {
  background: #34a7ff;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -15px;
}
.comparison__connect-bar::after {
  background: #0d2750;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -15px;
}
.comparison__connect-text {
  font-size: clamp(8px, 1vw, 12px);
}
.comparison__connect-text:last-child {
  margin-left: auto;
}
.comparison__bottom {
  width: 100%;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px auto 0;
}
.comparison__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: clamp(10px, 1.2vw, 14px);
  line-height: 1.2;
}
.comparison::before {
  content: "";
  position: absolute;
  left: 25%;
  bottom: -35px;
  display: block;
  width: 69.2307692308%;
  height: 50px;
  border: 1px solid #000000;
  border-top: none;
  border-right: none;
}

.highlight {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(20px, 2.4vw, 32px);
  background-color: #BCA324;
  color: #ffffff;
  padding: 8px 0px 8px 5px;
  margin: 10px 0 0 auto;
  z-index: 1;
}
.highlight span {
  font-size: 14px;
}
.highlight::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  display: block;
  width: 5px;
  height: 100%;
  background-color: #ffffff;
}

@media screen and (max-width: 880px) {
  .hardness-list__item dt {
    padding: 0 0 0 20px;
  }
}
@media screen and (max-width: 820px) {
  .hardness__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 25px 30px;
  }
  .hardness__text-inner {
    width: 100%;
  }
  .highlight {
    font-size: 18px;
  }
	.main-title__text span:first-child {
	  font-size: 42px;
	}
  .secret-text__heading-text {
    font-size: 30px;
  }
	.secret-text__content {
		font-size: 16px;
	}
	.hardness__inner {
	    padding: 40px 40px;
	}
	.hardness__table {
	    flex-flow: column;
	}
	.hardness-list {
		width: 100%;
	}
}
@media screen and (max-width: 780px) {
  .features__heading {
    font-size: 20px;
  }
  .features__secret {
    margin-top: 30px;
  }
  .secret-item--water .secret-item__image::before {
    background-size: 20px 25px;
  }
  .secret-item--water .secret-text::after {
    left: -160px;
  }
  .secret-item--mountain .secret-item__image::before {
    background-size: 25px 20px;
  }
  .secret-item--mountain .secret-text::after {
    right: -160px;
  }
  .secret-item__image {
    width: 200px;
  }
  .secret-item__image::before, .secret-item__image::after {
    width: 45px;
    height: 45px;
  }
  .secret-item__image::before {
    background-size: 20px 25px;
  }
  .secret-item__text {
    width: calc(100% - (6.25% + 200px));
  }
  .secret-text {
    padding: 24px 36px;
  }
  .secret-text__heading-text {
    font-size: 30px;
  }
  .secret-text__content {
    font-size: 16px;
  }
  .secret-text::after {
    height: 150px;
  }
  .hardness__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .hardness__content {
    width: 100%;
  }
  .hardness__table + p {
    padding-right: 5px;
  }
  .hardness-list__item dt {
    width: calc(50% - 40px);
  }
  .hardness-list__item dd {
    width: 50%;
  }
}
@media screen and (max-width: 770px) {
  .main-title__text span:first-child {
    font-size: clamp(20px, 5vw, 42px);
  }
  .main-title__text span:last-child {
    font-size: clamp(12px, 3vw, 20px);
    margin-top: 5px;
  }
}
@media screen and (max-width: 735px) {
  .secret-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    margin-top: 42px;
  }
  .secret-item__image {
    max-width: 200px;
    width: 100%;
    min-width: 120px;
  }
  .secret-item__text {
    width: 100%;
  }
  .secret-item .secret-text__content {
    font-size: 15px;
  }
  .secret-item .secret-text::after {
    width: calc(100% - 60vw);
    height: 80px;
    top: -80px;
    bottom: auto;
  }
  .secret-item--water .secret-item__image {
    margin-right: auto;
  }
  .secret-item--water .secret-text::after {
    left: auto;
    right: 40vw;
    border-right: 1px dashed #BCA324;
    border-left: none;
    -webkit-transform: skewX(0.1turn);
            transform: skewX(0.1turn);
  }
  .secret-item--mountain .secret-text::after {
    right: auto;
    left: 40vw;
    border-right: none;
    border-left: 1px dashed #BCA324;
    -webkit-transform: skewX(-0.1turn);
            transform: skewX(-0.1turn);
  }
  .hardness__table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 630px) {
  .secret-item--water .secret-item__image {
    margin-left: 15px;
  }
  .secret-item--mountain .secret-item__image {
    margin-right: 15px;
  }
  .hardness__inner {
    padding: 40px 15px 30px;
  }
  .hardness__heading {
    padding-left: 20px;
  }
	.hardness-list {
		width: 100%;
	}
}
@media screen and (max-width: 560px) {
  .hardness__table {
    overflow: scroll;
  }
  .hardness-list__item {
    width: 100%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .hardness-list__item dt {
    width: 150px;
    padding: 0 20px;
    white-space: nowrap;
  }
  .hardness-list__item dd {
    min-width: calc(100% - 160px);
    width: 200px;
    padding: 0 10px;
  }
  .hardness__text {
    row-gap: 10px;
    padding: 20px 24px;
  }
	.hardness__button::after {
		
	}
}
@media screen and (max-width: 500px) {
  .secret-text {
    padding: 24px 12px;
  }
  .hardness__heading {
    padding-left: 15px;
  }
  .comparison::before {
    width: 20px;
  }
  .highlight {
    font-size: 15px;
    margin: 10px auto 0;
  }
  .highlight span {
    font-size: 12px;
  }
  .highlight::before {
    content: "";
  }
}
@media screen and (max-width: 420px) {
  .comparison::before {
    width: 1px;
    left: 46%;
  }
  .comparison__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .comparison__connect {
    position: relative;
    width: 90px;
    margin: 42px 15px 42px 0;
  }
  .comparison__connect-bar {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    height: 6px;
  }
  .comparison__connect-text {
    position: absolute;
    font-size: 12px;
  }
  .comparison__connect-text:nth-child(2) {
    bottom: -30px;
    right: -1.5em;
  }
  .comparison__connect-text:last-child {
    top: -30px;
    right: -1.5em;
  }
  .comparison__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .comparison__item--hard::before {
    top: 24px;
    bottom: auto;
  }
  .comparison__item--hard .comparison__item-sp-text {
    margin-top: 5px;
  }
  .comparison__item--soft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .comparison__item--soft::before {
    right: 0;
    left: auto;
  }
  .comparison__item--soft .comparison__item-sp-text {
    margin-bottom: 5px;
  }
  .comparison__item-sp-text {
    display: block;
    font-size: 13px;
    line-height: 1.4;
    white-space: nowrap;
    text-align: center;
  }
  .comparison__figure {
    margin-left: -20px;
  }
  .comparison__bottom {
    display: none;
  }
  .highlight {
    padding: 4px 0px 5px 5px;
  }
  .highlight::before {
    content: none;
  }
}
/* modal */
body:has(.js-modal.is-open) {
  overflow: hidden;
}

.js-modal {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.js-modal.is-open.modal-main {
  opacity: 1;
  visibility: visible;
}
.js-modal.is-open.modal-bg {
  opacity: 0.6;
  visibility: visible;
}

.modal-main {
  width: 90vw;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 878px;
  max-height: 80vh;
  border-radius: 30px;
  overflow: scroll;
  z-index: 501;
}

.modal-bg {
  width: 100vw;
  height: 100vh;
  background-color: #0D2750;
  z-index: 500;
}
.modal-bg:hover {
  cursor: pointer;
}
.modal-bg:not(.is-open) {
  pointer-events: none;
}

.column {
  background-color: #F8F6E9;
  padding: 50px 40px;
}
.column__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column__heading {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 400;
  color: #0D2750;
}
.column__image-wrap {
  max-width: 400px;
  aspect-ratio: 400/273;
}
.column__text {
  font-size: 15px;
  line-height: 2;
  color: #0D2750;
  margin-top: 30px;
}
.column__text span {
  color: #fff;
  background: #BCA424;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .column {
    padding: 30px 30px;
  }
  .column__heading {
    font-size: 24px;
    padding-left: 20px;
  }
  .column__image-wrap {
    max-width: 300px;
  }
}
@media screen and (max-width: 590px) {
  .column {
    padding: 30px 20px;
  }
  .column__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 20px;
    padding-right: 15px;
    padding-left: 0px;
  }
  .column__image-wrap {
    width: calc(100% - 115px);
  }
}
/* # =================================================================
# #2
# ================================================================= */
/* gsap02-alps-contents */
.alps-contents {
  position: relative;
  width: 100vw;
  height: 100vh;
}

/* alps-img-wrapper */
.alps-img-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.alps-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

.alps-contents .c-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100vw;
    max-width: 90%;
    height: 100vh;
    max-height: 1100px;
    background: transparent;
    padding: 80px 0 70px;
}

.alps-img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.spacer {
  height: 250vh;
  background-color: #0ff;
}

.alps-comparison {
  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: 100%;
  height: 100%;
}
.alps-comparison__content {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
.alps-comparison__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}
.alps-comparison__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 10%;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 86%;
  color: #ffffff;
  background-color: rgba(225, 225, 225, 0.3);
}
.alps-comparison__connect {
  position: relative;
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.alps-comparison__connect-bar {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.alps-comparison__connect-mark {
  min-width: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  position: absolute;
  top: 36%;
  left: 20%;
  font-family: "Noto Sans", sans-serif;
  font-size: 75%;
  color: #ffffff;
}
.alps-comparison__connect-mark::before {
  content: "";
  display: inline-block;
  width: 70%;
  height: auto;
  max-width: 16px;
  aspect-ratio: 16/13;
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.alps-comparison__connect-mark span::after {
  content: attr(data-num-text);
  padding-left: 0.2rem;
}
.alps-comparison__box {
  width: 100%;
  border: 1px solid #ffffff;
  backdrop-filter: blur(20px);
  padding: 20px;
  margin-top: 25px;
  pointer-events: none;
}
.alps-comparison__box-inner {
  position: absolute;
  top: 20px;
  left: 20px;
}
.alps-comparison__box-inner--back {
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.alps-comparison__box-inner--null {
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
}
.alps-comparison__hardness {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
}
.alps-comparison__box-heading {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2px;
}
.alps-comparison__box-heading span {
  font-size: 20px;
}
.alps-comparison__type {
  margin-top: 2px;
}
.alps-comparison__type span {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.4;
}
.alps-comparison__type span + span::before {
  content: " / ";
}
.alps-comparison__text {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (max-width: 1200px) {
  .alps-contents .c-container {
    padding-right: 36px;
    padding-left: 36px;
  }
}
@media screen and (max-width: 820px) {
  .alps-contents .c-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 630px) {
  .alps-contents .c-container {
    padding-right: 20px;
    padding-left: 20px;
  }
	.alps-comparison__box-heading {
		font-size: 24px;
		line-height: 1.3;
	}
	.alps-comparison__text {
		font-size: 14px;
	}
	.alps-comparison__type span {
		font-size: 10px;
	}
}
@media screen and (max-width: 420px) {
  .alps-contents .c-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .alps-comparison__figure {
    width: 14%;
  }
  .alps-comparison__connect {
    width: 68%;
  }
  .alps-comparison__box-heading {
    font-size: 20px;
  }
  .alps-comparison__type span {
    font-size: 13px;
  }
  .alps-comparison__text {
    font-size: 13px;
  }
}
/* # =================================================================
# #3
# ================================================================= */
/* gsap03-second-content --- */
.detail-contents {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #243BBC;
  z-index: 0;
}
.detail-contents::before {
  content: "";
  display: block;
  width: 30vw;
  max-width: 500px;
  height: auto;
  aspect-ratio: 707/676;
  background-image: url("../img/item_spring.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  position: absolute;
  top: -50px;
  right: -60px;
}

.water-mask-wrapper--front {
  padding-bottom: 70vh;
}

.second-content {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}
.second-content::before, .second-content::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: auto;
  aspect-ratio: 1;
  background: radial-gradient(rgb(52, 167, 255) 5%, rgba(52, 167, 255, 0) 65%);
  border-radius: 50%;
  z-index: -10;
}
.second-content::before {
  top: 8%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%) skewX(15deg);
          transform: translate(-50%, -50%) skewX(15deg);
  opacity: 0.5;
}
.second-content::after {
  top: 28%;
  right: 0%;
  opacity: 0.8;
}

/* contents --- */
/* map-section */
.map-section {
  padding-top: 60px;
  margin-top: 70px;
}

.map__heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #0D2750;
}
.map__heading span + span::before {
  content: "|";
  padding: 0 1em;
}
.map__content {
  margin-top: 30px;
}
.map__text {
  font-size: 15px;
  line-height: 2;
  color: #0D2750;
}
.map__image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 877/343;
  margin-top: 30px;
}
.map__pin {
  position: absolute;
  width: 9.0909090909%;
  height: auto;
  aspect-ratio: 60/76;
}
.map__pin.map-pin-purple {
  top: 13%;
  left: 21%;
  background-image: url("../img/item_map-pin-purple.svg");
}
.map__pin.map-pin-blue {
  top: 0px;
  left: 44%;
  background-image: url("../img/item_map-pin-blue.svg");
}
.map__pin.map-pin-yellow {
  top: 5%;
  left: 45%;
  background-image: url("../img/item_map-pin-yellow.svg");
}
.map__pin.map-pin-sky {
  top: 9%;
  left: 48%;
  background-image: url("../img/item_map-pin-sky.svg");
}
.map__pin.map-pin-red {
  top: 17%;
  right: 5%;
  background-image: url("../img/item_map-pin-red.svg");
}
.map__data {
  --data-row-gap: calc(( 26 / 900 ) * 100% );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px var(--data-row-gap);
}
.map__data-list {
  width: calc((100% - var(--data-row-gap)) / 3);
}

.map-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.map-list__item:nth-child(odd) {
  background-color: rgba(36, 59, 188, 0.04);
}
.map-list__item:nth-child(even) {
  background-color: rgba(36, 59, 188, 0.08);
}
.map-list__item:first-child {
  background-color: #ffffff;
}
.map-list__item:first-child dt {
  font-size: 15px;
}
.map-list__item:first-child dd {
  font-size: 15px;
}
.map-list__item dt {
  width: 60%;
  font-size: 16px;
  color: #0D2750;
  padding: 7px 5px 8px 30px;
}
.map-list__item dt span {
  display: inline-block;
  font-size: 11px;
}
.map-list__item dd {
  width: 40%;
  font-size: 16px;
  color: #0D2750;
  padding: 7px 5px 8px 5px;
}
.map-list__item dd span {
  display: inline-block;
  font-size: 11px;
  padding-left: 2px;
}
.map-list:nth-child(2) .map-list__item dt {
  width: 50%;
  padding-left: 20px;
}
.map-list:nth-child(2) .map-list__item dd {
  width: 50%;
  padding-right: 20px;
}

@media screen and (max-width: 1110px) {
  .map__data {
    --data-row-gap: calc(( 10 / 900 ) * 100% );
  }
  .map__data-list:nth-child(1) {
    width: calc(23% - var(--data-row-gap));
  }
  .map__data-list:nth-child(2), .map__data-list:nth-child(3) {
    width: calc((77% - var(--data-row-gap)) / 2);
  }
  .map-list:nth-child(1) .map-list__item dt {
    width: 45%;
    padding-left: 5px;
  }
  .map-list:nth-child(1) .map-list__item dd {
    width: 55%;
    padding-right: 5px;
  }
  .map-list:nth-child(2) .map-list__item dt {
    width: 45%;
  }
  .map-list:nth-child(2) .map-list__item dd {
    width: 55%;
  }
  .map-list:nth-child(3) .map-list__item dt {
    width: 55%;
  }
  .map-list:nth-child(3) .map-list__item dd {
    width: 45%;
  }
}
@media screen and (max-width: 910px) {
  .map-list:nth-child(1) .map-list__item dt, .map-list:nth-child(2) .map-list__item dt, .map-list:nth-child(3) .map-list__item dt {
    padding-left: 5px;
  }
  .map-list:nth-child(1) .map-list__item dd, .map-list:nth-child(2) .map-list__item dd, .map-list:nth-child(3) .map-list__item dd {
    padding-right: 5px;
  }
  .map-list__item:first-child dt, .map-list__item:first-child dd {
    font-size: 12px;
  }
  .map-list__item dt, .map-list__item dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px) {
	.map-section {
	  padding-top: 40px;
	  margin-top: 60px;
	}
}
@media screen and (max-width: 730px) {
  .map__data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .map__data-list:nth-child(1), .map__data-list:nth-child(2), .map__data-list:nth-child(3) {
    width: 100%;
  }
  .map-list:nth-child(1), .map-list:nth-child(2), .map-list:nth-child(3) {
    width: 100%;
  }
  .map-list:nth-child(1) .map-list__item dt, .map-list:nth-child(2) .map-list__item dt, .map-list:nth-child(3) .map-list__item dt {
    width: 30%;
    min-width: 160px;
  }
  .map-list:nth-child(1) .map-list__item dd, .map-list:nth-child(2) .map-list__item dd, .map-list:nth-child(3) .map-list__item dd {
    width: 70%;
    max-width: calc(100% - 160px);
  }
  .map-list:nth-child(2) .map-list__item:first-child, .map-list:nth-child(3) .map-list__item:first-child {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .map__heading {
    text-align: center;
  }
  .map__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .map__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .map__image-wrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-top: 0;
  }
  .map__data {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 15px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 630px) {
	.map-section {
	  padding-top: 0;
	  margin-top: 70px;
	}
  .map__data {
    padding: 0;
  }
}
/* history-section */
.history-section {
  padding-top: 60px;
  margin-top: 70px;
}
.history-section .c-white-box__inner {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: -20px;
}

.history__arrive {
  width: calc(100% + 152px);
  height: 100%;
  background-image: url("../img/bg-arrive.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -76px;
}

.story {
  background-image: url("../img/item_bubble01.png");
  background-position: bottom right 0px;
  background-repeat: no-repeat;
  background-size: 40%;
}
.story__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  margin-top: 60px;
}
.story__left {
  width: 77.7777777778%;
}
.story__text {
  font-size: 15px;
  line-height: 2;
  color: #0D2750;
	text-align: justify;
}
.story__flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
  margin-top: 50px;
}
.story__right {
  width: 22.2222222222%;
}
.story__lead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.story__lead span {
  font-size: 44px;
  color: #ffffff;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #BCA324;
  padding: 10px 5px;
}

.story-flow {
  border-left: 1px solid #000000;
}
.story-flow__item {
  position: relative;
  z-index: 0;
}
.story-flow__item:first-child {
  margin-top: -15px;
}
.story-flow__item:nth-child(odd) {
  padding-left: 25px;
}
.story-flow__item:nth-child(odd) .story-flow__item-text {
  background-color: #eeeffa;
}
.story-flow__item:nth-child(even) {
  padding-left: 80px;
}
.story-flow__item:nth-child(even) .story-flow__item-text {
  background-color: #f5f7fc;
}
.story-flow__item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  z-index: -1;
}
.story-flow__item::after {
  content: "";
  position: absolute;
  top: 9px;
  left: -7px;
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0D2750;
  z-index: 0;
}
.story-flow__item-text {
  display: block;
  color: #0D2750;
  font-size: 18px;
  line-height: 1.65;
  padding: 10px 5px 10px 15px;
}
.story-flow__item-text .sm-only {
  display: none;
}
.story-flow__item-text .not-sm-only {
  display: block;
}

.arrive {
  position: relative;
  padding: 0 15px 15px 15px;
}
.arrive__bubble {
  position: absolute;
  top: 50px;
  left: 8px;
  display: block;
  width: 30%;
  max-width: 150px;
  height: auto;
  aspect-ratio: 118/338;
  background-image: url("../img/item_bubble05.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.arrive__inner {
  border: 1px solid #BCA324;
  border-top: 0;
}
.arrive__heading {
  font-size: 32px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding-top: 100px;
}
.arrive__content {
  position: relative;
  width: 84.1121495327%;
  padding-bottom: 84px;
  margin: 50px auto 0;
}
.arrive__content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  display: block;
  width: 73px;
  height: 117px;
  background-image: url("../img/item_arrive03.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.arrive__image-container {
  position: absolute;
  top: 20px;
  right: 50px;
  z-index: 0;
}
.arrive__image-wrap {
  position: relative;
  width: 100%;
  max-width: 270px;
  aspect-ratio: 270/188;
}
.arrive__image-wrap::after {
  content: "";
  position: absolute;
  right: 100px;
  bottom: -30px;
  display: block;
  width: 80px;
  height: 35px;
  border: 2px dotted #BCA324;
  border-top: none;
  border-right: none;
  -webkit-transform: skewX(0.1turn);
          transform: skewX(0.1turn);
}
.arrive__image-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #BCA324;
  font-size: 15px;
  margin: 20px -20px 0 auto;
}

.arrive-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 42.2222222222%;
  max-width: 380px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 20px 35px 45px 10px;
}
.arrive-item--01 {
  margin-left: 90px;
}
.arrive-item--01 .arrive-item__image {
  background-image: url("../img/img_arrive01.svg");
}
.arrive-item--01::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: 35px;
  display: block;
  width: 180px;
  height: 167px;
  background-image: url("../img/item_arrive01.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.arrive-item--02 {
  margin-top: -40px;
  margin-left: auto;
}
.arrive-item--02 .arrive-item__image {
  background-image: url("../img/img_arrive02.svg");
}
.arrive-item--02::after {
  content: "";
  position: absolute;
    left: -108px;
    bottom: 80px;
    display: block;
    width: 110px;
    height: 54px;
  background-image: url("../img/item_arrive02.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.arrive-item--03 {
  margin-left: 73px;
  margin-top: -252px;
}
.arrive-item--03 .arrive-item__image {
  background-image: url("../img/img_arrive03.svg");
}
.arrive-item__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  font-size: 14px;
  color: #BCA324;
  z-index: 1;
}
.arrive-item__content {
  position: relative;
  width: calc(100% - 20px);
}
.arrive-item__content::before {
  content: "";
  position: absolute;
  top: 4.2em;
  left: -27px;
  display: block;
  width: 1px;
  height: calc(95% - 4em);
  background-color: #BCA324;
}
.arrive-item__image {
  width: 100%;
  height: 112px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.arrive-item__title {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: #0D2750;
  margin-top: 20px;
}
.arrive-item__text {
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #0D2750;
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .history__arrive {
    width: calc(100% + 82px);
    margin-left: -41px;
  }
}
@media screen and (max-width: 1000px) {
  .arrive__image-container {
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 875px) {
  .arrive__content::after {
    left: -20px;
  }
  .arrive-item {
    width: 44.4444444444%;
    gap: 0;
    padding: 30px 25px 38px 5px;
  }
  .arrive-item--01 {
    margin-left: 0;
  }
  .arrive-item--02 {
    margin-right: -30px;
  }
  .arrive-item--03 {
    margin-left: 50px;
	margin-top: -277px;
  }
	.arrive-item__content {
		padding-left: 10px;
	}
  .arrive-item__content::before {
    left: -12px;
  }
  .arrive-item__title {
    font-size: 22px;
  }
  .arrive-item__text {
    font-size: 14px;
	  text-align: justify;
  }
	.story__lead {
	    gap: 10px 0;
	}
	.story__lead span {
		font-size: 36px;
	}
	.arrive__heading {
		padding-top: 80px;
		padding-bottom: 20px;
	    font-size: 30px;
	}
	.arrive-item__heading {
		font-size: 12px;
	}
	.story-flow__item-text {
		font-size: 16px;
	}
}
@media screen and (max-width: 678px) {
  .story__image-wrap {
    width: calc(100% + 122px);
    margin-top: -20px;
    margin-left: -61px;
  }
  .story__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .story__left {
    width: 100%;
  }
  .story__right {
    position: absolute;
    right: 75px;
    top: 36rem;
  }
  .story__lead span {
    font-size: 24px;
  }
  .story-flow__item:nth-child(odd) {
    padding-left: 20px;
  }
  .story-flow__item:nth-child(even) {
    padding-left: 34px;
  }
  .story-flow__item:nth-child(-n+3) .story-flow__item-text {
    padding-right: 120px;
  }
	.story-flow__item-text {
		font-size: 15px;
	}
  .story-flow__item .story-flow__item-text .pc-only {
    display: none;
  }
}
@media screen and (max-width: 630px) {
  .story__image-wrap {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .story__right {
    right: 20px;
  }
  .history__arrive {
    width: calc(100% + 42px);
    margin-left: -21px;
  }
  .arrive {
    padding: 0 5px 5px 5px;
  }
  .arrive__content {
    width: calc(100% + 10px);
    margin: 50px 0 0 -5px;
  }
  .arrive__content::after {
    content: none;
  }
  .arrive__image-container {
    top: 315px;
    right: 70px;
  }
  .arrive__image-wrap {
    width: 30vw;
    min-width: 180px;
    height: auto;
    aspect-ratio: 180/126;
  }
  .arrive__image-wrap::after {
    right: 15px;
    bottom: -20px;
    width: 39px;
    height: 15px;
    border-left: none;
    border-right: 2px dotted #BCA324;
    -webkit-transform: skewX(-0.1turn);
            transform: skewX(-0.1turn);
  }
  .arrive__image-text {
    margin: 10px auto 0 10px;
  }
  .arrive-item {
    width: 77.1428571429%;
    padding: 20px 15px;
  }
  .arrive-item::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #BCA324;
  }
  .arrive-item--01 {
    border-radius: 0 30px 30px 0;
  }
  .arrive-item--01::before {
    left: 5px;
  }
  .arrive-item--01::after {
    background-image: url("../img/item_arrive04.svg");
    width: auto;
    height: 400px;
    aspect-ratio: 48/210;
    top: 100%;
    bottom: auto;
    right: auto;
    left: 37.1428571429%;
  }
  .arrive-item--02 {
    border-radius: 30px 0 0 30px;
    margin-top: 200px;
    margin-right: 0px;
    z-index: 1;
  }
  .arrive-item--02::before {
    right: 5px;
  }
  .arrive-item--02::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 10vw;
    height: auto;
    aspect-ratio: 80/35;
    left: 20px;
    top: calc(100% + 10px);
    bottom: auto;
  }
  .arrive-item--03 {
    border-radius: 0 30px 30px 0;
    margin-top: 25px;
    margin-left: 0;
    z-index: 1;
  }
  .arrive-item--03::before {
    left: 5px;
  }
  .arrive-item--03::after {
    content: "";
    position: absolute;
    right: -10vw;
    bottom: 20px;
    display: block;
    width: 10vw;
    height: auto;
    aspect-ratio: 34/56;
    background-image: url(../img/item_arrive03.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
	.story__flow {
		margin-top: 90px;
	}
}
@media screen and (max-width: 560px) {
  .arrive__heading {
    font-size: 20px;
    padding-top: 40px;
  }.brand-section__content
  .arrive-item__title {
    font-size: 18px;
  }
  .arrive-item__text {
    font-size: 14px;
  }
	.story__lead {
		gap: 6px 0;
	}
}
@media screen and (max-width: 470px) {
  .arrive__image-container {
    top: 315px;
    right: 20px;
  }
  .arrive-item--01::after {
    left: 11.4285714286%;
  }
  .arrive-item--02::after {
    width: 17vw;
    top: calc(100% + 10px);
  }
}
@media screen and (max-width: 430px) {
  .story-flow__item:nth-child(3) .story-flow__item-text {
    padding-right: 5px;
  }
}
@media screen and (max-width: 400px) {
  .story__right {
    top: 38rem;
  }
}
@media screen and (max-width: 360px) {
  .arrive__image-container {
    top: 325px;
    right: 10px;
  }
}
@media screen and (max-width: 340px) {
  .story__right {
    top: 37rem;
  }
  .story-flow__item:nth-child(2) .story-flow__item-text {
    padding-right: 5px;
  }
  .story-flow__item-text .sm-only {
    display: block;
  }
  .story-flow__item-text .not-sm-only {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .arrive-item--01::after {
    height: 200px;
    left: 28.5714285714%;
  }
}
/* items-section */
.items-section {
  padding-top: 60px;
  margin-top: 70px;
}

.items__text {
  font-size: 15px;
  color: #0D2750;
}
.items__list {
  margin-top: 60px;
}

.items-list__content {
  position: relative;
}
.items-list__content:nth-child(odd) .items-list__image-wrap {
  left: 0;
}
.items-list__content:nth-child(odd) .items-list__text-wrap {
  margin-left: auto;
}
.items-list__content:nth-child(even) .items-list__image-wrap {
  right: 0;
}
.items-list__content:nth-child(even) .items-list__text-wrap {
  padding: 43px 18.5714285714% 43px 60px;
  margin-right: auto;
}
.items-list__content + .items-list__content {
  margin-top: 40px;
}
.items-list__image-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 33.3333333333%;
  height: auto;
  aspect-ratio: 300/218;
  border-radius: 30px;
  overflow: hidden;
}
.items-list__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.items-list__text-wrap {
  width: 77.7777777778%;
  background-color: #F8F6E9;
  border-radius: 30px;
  padding: 43px 40px 43px 16.5714285714%;
}
.items-list__title {
  font-size: 28px;
  line-height: 1.2;
  color: #BCA324;
}
.items-list__title span {
  display: inline-block;
}
.items-list__title span.sm {
  font-size: 20px;
}
.items-list__text {
  color: #0D2750;
  font-size: 15px;
  line-height: 1.65;
  margin-top: 18px;
}

.controls {
  display: none;
}

@media screen and (max-width: 1024px) {
  .items__text {
    margin-top: 20px;
  }
	.items__list {
		margin-top: 40px;
	}
  .items-list__text-wrap {
    padding: 30px 30px 30px 14.2857142857%;
  }
  .items-list__content:nth-child(even) .items-list__text-wrap {
    padding: 30px 14.2857142857% 30px 30px;
  }
  .items-list__content + .items-list__content {
    margin-top: 30px;
  }
  .items-list__title {
    font-size: 22px;
  }
	.items-list__text {
		font-size: 14px;
	}
}
@media (max-width: 630px) {
  .items__text {
    font-size: 15px;
    line-height: 2;
    padding: 0 30px;
    margin-top: 0;
  }
  .items__list {
    margin-top: 20px;
  }
  .items-list__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 6.4516129032%;
  }
  .items-list__content + .items-list__content {
    margin-top: 0;
  }
  .items-list__image-wrap {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 270/195;
    top: auto;
   transform: translateY(0);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .items-list__text-wrap {
    width: 100%;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  .items-list__title {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
  }
  .items-list__text {
    font-weight: 400;
    text-align: left;
  }
  .js-slider-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    text-align: center;
  }
  .js-slider-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 600px;
    overflow: hidden;
    background-color: #F8F6E9;
    border-radius: 30px;
  }
  .js-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: white;
  }
  /* アクティブなスライドだけを表示 */
  .js-slide.active {
    opacity: 1;
    position: relative;
  }
  /* ボタンエリアを表示 */
  .controls {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 30px;
  }
  .btn {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-image: url("../img/icon/icon_next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .btn--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .btn:hover {
    opacity: 0.7;
  }
}
/* brand-section */
.brand-section {
  margin-top: 60px;
}
.brand-section__heading {
  width: 100%;
  margin-top: 0;
}
.brand-section__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4vh;
}

.book-container {
  width: 100%;
  height: 100vh;
  min-height: 687px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.book {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1100/480;
  -webkit-perspective: 2000px;
          perspective: 2000px;
  margin: 0 auto;
  -webkit-box-shadow: 0 12px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 12px 20px rgba(0, 0, 0, 0.5);
}
.book::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: -100px;
  display: block;
  width: 135px;
  height: 151px;
  background-image: url("../img/item_flower.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.page {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.left-side {
  left: 0;
}

.right-side {
  left: 50%;
  pointer-events: none;
}

.page-face.is-hidden-page.toc-link {
  pointer-events: auto;
  cursor: pointer;
}

.flippable-page {
  will-change: transform;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.p2 {
  z-index: 14;
}

.p3 {
  z-index: 13;
}

.p4 {
  z-index: 12;
}

.p5 {
  z-index: 11;
}

.p1 {
  z-index: 1;
}

.p2 .front {
  width: 79%;
}

.p2 .back {
  width: 93%;
}

.p3 .front {
  width: 86%;
}

.p3 .back {
  width: 86%;
}

.p4 .front {
  width: 93%;
}

.p4 .back {
  width: 79%;
}

.p5 .page-face {
  width: 100%;
}

.p1 .page-face {
  width: 100%;
}
.p1 .page-face.front::after {
  left: 75px;
  width: calc(100% - 75px);
  border-right: none;
}

.page-face {
  position: absolute;
  height: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  /* -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
}
.page-face::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 0;
  border-top: 1px solid #BCA324;
  border-bottom: 1px solid #BCA324;
}
.page-face.front::after {
  width: calc(100% - 15px);
  border-right: 1px solid #BCA324;
}
.page-face.back::after {
  left: 75px;
  width: calc(100% - 75px);
}

.page-face.is-hidden-page {
  background: #ffffff !important;
  color: #0D2750 !important;
}
.page-face.is-hidden-page .page-title {
  opacity: 0;
}
.page-face.is-hidden-page::after {
  content: attr(data-page);
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7% !important;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 20px;
  font-weight: 400;
  color: #0D2750;
  border: none !important;
  padding: 50px 0px 0px 0px;
}

.page-title-sp {
  display: none;
}

.back.is-hidden-page::after,
.p1 .page-face.is-hidden-page::after {
  left: 0 !important;
  right: auto !important;
}

.front.is-hidden-page::after {
  left: auto !important;
  right: 0 !important;
}

.front {
  left: 0;
  right: auto;
  -webkit-box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.05);
}

.back {
  left: 0;
  right: auto;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  -webkit-box-shadow: -6px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: -6px 4px 10px rgba(0, 0, 0, 0.05);
}

.p1 .page-face {
  -webkit-box-shadow: -6px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: -6px 4px 10px rgba(0, 0, 0, 0.05);
}

.p5 .page-face {
  -webkit-box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 6px 4px 10px rgba(0, 0, 0, 0.05);
}

.p1 .page-face.front,
.page-face.back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 75px;
  height: 100%;
  background-color: #BCA324;
  padding: 50px 0px 0px 0px;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.page-image {
  width: calc(100% - 75px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-image img.sp-onle {
  display: none;
}

.page-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
}
.page-text-box__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-text-box__title {
  font-size: 32px;
  line-height: 1.5;
  color: #BCA324;
}
.page-text-box__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  line-height: 1.7;
  color: #0D2750;
  margin: 20px auto 0;
}

.page-over-image {
  position: absolute;
  top: 0;
  height: 100%;
}
.page-over-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.page-over-image img.sp-only {
  display: none;
}

.p2 .page-image {
  width: 107.5268817204%;
}
.p2 .page-text-box {
  width: calc(100% - 15px);
  padding-right: 15px;
}
.p2 .page-over-image {
  display: none !important;
}

.p3 .page-image {
  width: 116.2790697674%;
}
.p3 .page-text-box {
  width: calc(91.8604651163% - 15px);
  padding-right: 15px;
}
.p3 .page-over-image {
  width: 100%;
  left: calc(-100% + 75px);
  clip-path: inset(0 7% 0 0);
}

.p4 .page-image {
  width: 126.582278481%;
}
.p4 .page-text-box {
  width: calc(84.9462365591% - 15px);
  padding-right: 15px;
}
.p4 .page-over-image {
  width: 107.5268817204%;
  left: calc(-100% + 75px + 7.5268817204%);
  clip-path: inset(0 14% 0 0);
}

.p5 .page-image {
  width: 116.2790697674%;
}
.p5 .page-text-box {
  width: calc(79% - 15px);
  padding-right: 15px;
}
.p5 .page-over-image {
  width: 100%;
  left: calc(-100% + 75px + 21%);
  clip-path: inset(0 14% 0 0);
}

@media screen and (max-width: 1330px) {
  .book::after {
    bottom: -170px;
    right: auto;
    left: -70px;
  }
}
@media screen and (max-width: 876px) {
  .page-title {
    padding: 30px 0;
  }
  .page-title span {
    font-size: 26px;
  }
  .page-face.is-hidden-page::after {
    padding: 30px 0px;
  }
}
@media screen and (max-width: 876px) {
  .page-face.is-hidden-page::after {
    font-size: 15px;
  }
  .page-text-box__title {
    font-size: 26px;
  }
  .page-text-box__text {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .brand-section__content {
    width: calc(139.3548387097% - 30px);
    max-width: 750px;
    margin-top: 120px;
  }
  .book {
    height: 100%;
    aspect-ratio: 432/310;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .book::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    bottom: -70px;
    right: -170px;
    left: auto;
  }
  .page-face.back::after,
  .p1 .page-face.front::after {
    left: 30px;
    width: calc(100% - 30px);
  }
  .page-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 30px;
    padding: 0;
  }
  .page-title span {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 30px;
    font-size: 20px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .page-title span:not(.long) {
    -webkit-transform: rotate(-90deg) translateY(4px);
            transform: rotate(-90deg) translateY(4px);
  }
  .page-face.is-hidden-page::after {
    content: none;
  }
  .page-face.is-hidden-page .page-title-sp {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-left: 1%;
  }
  .page-face.is-hidden-page .page-title-sp span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .page:not(.p1) .page-face.is-hidden-page.front .page-title-sp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 1%;
    height: 100%;
  }
  .page-image {
    width: calc(100% - 30px);
  }
  .page-image img {
    margin-left: -1px;
    display: none;
  }
  .page-image img.sp-only {
    display: block;
  }
  .page-text-box__main {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .page-text-box__title {
    font-size: 20px;
  }
  .page-text-box__title .pc-only {
    display: none;
  }
  .page-text-box__text {
    margin-top: 0;
  }
  .page-over-image img {
    display: none;
  }
  .page-over-image img.sp-only {
    display: block;
  }
  .p2 .page-text-box {
    margin-left: 10px;
  }
  .p3 .page-text-box {
    margin-left: 7%;
  }
  .p3 .page-over-image {
    left: calc(-100% + 30px);
    clip-path: inset(0 7% 0 0);
  }
  .p4 .page-text-box {
    margin-left: 14%;
    width: 100%;
  }
  .p4 .page-over-image {
    width: 107.5268817204%;
    left: calc(-100% + 30px + 7.5268817204%);
    clip-path: inset(0 14% 0 0);
  }
  .p5 .page-text-box {
    margin-left: 21%;
  }
  .p5 .page-over-image {
    width: 100%;
    left: calc(-100% + 30px + 21%);
    clip-path: inset(0 14% 0 0);
  }
}
/* # =================================================================
# footer
# ================================================================= */
.footer {
  width: 100vw;
  height: auto;
  max-height: 1000px;
  aspect-ratio: 1442/946;
  background-color: #243BBC;
  background-image: url("../img/bg-footer.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 110px;
  margin-top: -2px;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: 10px;
}
.footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0;
  margin-left: auto;
}
.footer__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	align-items: center;
  gap: 0 60px;
  margin-top: auto;
}
.footer__copy {
  width: 100%;
  font-size: 9px;
  color: #ffffff;
  margin-top: 40px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 38px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}
.footer-nav__item a, .footer-nav__item button {
  color: #ffffff;
  font-size: 15px;
}

.footer-lp-title {
  font-size: 20px;
  color: #BCA324;
  margin-top: 20px;
}
.footer-lp-title.sp-only {
  display: none;
}

.footer-left__title {
  font-size: 20px;
  color: #ffffff;
}
.footer-left__address {
  font-size: 13px;
  color: #ffffff;
  line-height: 1.5;
  margin-top: 10px;
}
.footer-left__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 25px;
  margin-top: 20px;
}
.footer-left__sns-text {
  font-size: 20px;
  color: #ffffff;
}
.footer-left__sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-left__sns-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-left__sns-icon--instagram {
  background-image: url("../img/icon/icon_Instagram.png");
  margin-right: 10px;
}
.footer-left__sns-icon--facebook {
  background-image: url("../img/icon/icon_facebook.png");
  margin-right: 8px;
}
.footer-left__sns-icon--youtube {
  width: 30px;
  height: 30px;
  background-image: url("../img/icon/icon_youtube.png");
}
.footer-left__sns-icon--line {
  width: 25px;
  height: 25px;
  background-image: url("../img/icon/icon_line.png");
  margin-left: 6px;
}

.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 23px 0;
  max-width: 130px;
}
.footer-right__logo {
  width: 100%;
}
.footer-right__link {
  width: 100%;
}

@media screen and (min-width: 1850px) {
  .footer__content {
    width: 458px;
    margin-top: 50px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1735px) {
  .footer__content {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 50px;
    max-width: 100%;
  }
  .footer__copy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .footer-left__title {
    font-size: 20px;
    color: #ffffff;
  }
  .footer-left__address {
    font-size: 13px;
    margin-top: 12px;
  }
  .footer-left__sns {
    margin-top: 12px;
  }
  .footer-right {
    gap: 10px 0;
  }
}
@media screen and (max-width: 1240px) {
  .footer {
    padding-top: 0;
  }
  .footer__nav {
    margin-top: -180px;
  }
  .footer__content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
/*    gap: 0 20px;*/
    margin-top: 50px;
    margin-left: auto;
  }
  .footer__copy {
    margin-top: auto;
  }
}
@media screen and (max-width: 980px) {
/*
  .footer__content {
    min-width: 400px;
    margin-top: 25px !important;
  }
*/
  .footer__nav {
    margin-top: -210px;
  }
/*
  .footer .footer-nav__items {
    gap: 30px 0;
  }
*/
  .footer .footer-nav__item a {
    font-size: 14px;
  }
  .footer .footer-lp-title {
    margin-top: 30px;
  }
  .footer .footer-left__title {
    font-size: 14px;
  }
  .footer .footer-left__address {
    font-size: 10px;
  }
  .footer .footer-right {
    gap: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    max-height: 600px;
    height: 100vh;
    background-position: bottom;
  }
  .footer__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 400px;
    padding: 0 0 40px;
  }
  .footer__nav {
    width: 100%;
    margin-top: -150px;
  }
  .footer__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 60px !important;
  }
  .footer .footer-nav {
    width: 100%;
    gap: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer-nav__item a {
    font-size: 12px;
  }
  .footer .footer-lp-title {
    display: none;
  }
  .footer .footer-lp-title.sp-only {
    display: block;
  }
  .footer .footer-left__title {
    font-size: 12px;
  }
  .footer .footer-left__sns-text {
    font-size: 10px;
  }
}
@media screen and (max-width: 560px) {
  .footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer__content {
    min-width: auto;
    margin-left: 0;
  }
  .footer .footer-right {
    max-width: 106px;
  }
}
@media screen and (max-width: 385px) {
  .footer__content {
    row-gap: 20px;
  }
  .footer .footer-nav__item a {
    font-size: 10px;
  }
  .footer .footer-left__title {
    font-size: 10px;
  }
  .footer .footer-left__sns-text {
    font-size: 10px;
  }
  .footer .footer-right {
    max-width: 95px;
  }
}
@media screen and (max-width: 330px) {
  .footer__copy {
    line-height: 1.5;
    padding-right: 20px;
  }
  .footer .footer-nav {
    gap: 20px 0;
  }
}