@font-face {
  font-family: "calluna-regular";
  src: url(../fonts/Calluna-Light.otf);
}

@font-face {
  font-family: "FOT-Klee-Pro-M";
  src: url(../fonts/FOT-Klee-Pro-M.otf);
}

@font-face {
  font-family: "FOT-Klee-Pro-DB";
  src: url(../fonts/FOT-Klee-Pro-DB.otf);
}

/**
* @file _reset.scss
**/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
}

body {
  background: #F8F8F2;
}

body.is-active {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
  background: #F8F8F2;
  font-size: calc((100 / 1280) * 1vw);
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc((100 / 390) * 1vw);
  }
}

*::-moz-selection {
  background: #826F34;
  color: white;
}

*::selection {
  background: #826F34;
  color: white;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

input[type='submit'],
input[type='button'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type='submit']::-webkit-search-decoration,
input[type='button']::-webkit-search-decoration {
  display: none;
}

input[type='submit']:focus,
input[type='button']:focus {
  outline-offset: -2px;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

table td,
table th {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 0;
}

input:focus {
  outline: 0;
}

hr {
  margin: 1.5em 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

* {
  padding: 0;
  line-height: 1;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

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

textarea {
  resize: vertical;
}

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

fieldset,
legend {
  padding: 0;
}

label,
legend {
  margin-bottom: 0.375em;
  font-weight: 600;
}

fieldset {
  margin: 0;
  background-color: transparent;
  border: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  line-height: 26px;
  display: inline-block;
  color: #1a1f2633;
  margin-bottom: 0;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #1a1f2633;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #1E2D59;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

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

p {
  letter-spacing: 0.075em;
}

.wow {
  visibility: hidden;
}

/**
* @file _common.scss
**/
.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}

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

@media screen and (min-width: 768px) {
  .l-thumb {
    max-width: 300rem;
    margin-left: 0;
  }
}

@-webkit-keyframes slide {
  10% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  40% {
  }
}

@keyframes slide {
  10% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  27% {
    opacity: 0;
  }
  40% {
  }
}

@-webkit-keyframes image-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes image-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes text-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes text-anim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes transform-anim {
  from {
    -webkit-transform: translateX(20rem);
            transform: translateX(20rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes transform-anim {
  from {
    -webkit-transform: translateX(20rem);
            transform: translateX(20rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.js-cursor {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  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;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  pointer-events: none;
}

.js-cursor:before, .js-cursor:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
}

.js-cursor:before {
  height: 18rem;
  width: 18rem;
  background: #EBE489;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.js-cursor.is-active {
  opacity: 0.8;
  visibility: visible;
  will-change: transform;
}

.js-cursor.is-focus::before {
  width: 28rem;
  height: 28rem;
}

.js-cursor.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

body {
  background: #000;
  color: #000;
}

.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper .swiper-slide {
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-button-next, .swiper-button-prev {
  position: unset;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .swiper.mySwiper {
    overflow: unset !important;
  }
}

.parallax-section {
  overflow: hidden;
  position: relative;
}

.parallax-section__01 {
  height: 700rem;
}

@media screen and (max-width: 767px) {
  .parallax-section__01 {
    height: 350rem;
  }
}

.parallax-section__02 {
  height: 406rem;
}

.parallax-section__03 {
  height: 252rem;
}

.parallax-section .parallax-image {
  background-repeat: no-repeat;
  background-size: cover;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 120%;
  z-index: 1;
  background-position: top center;
  min-width: 102%;
}

.c-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}

.c-bg__container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.c-bg__container div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  -webkit-animation: slide 48s infinite;
          animation: slide 48s infinite;
  opacity: 0;
}

.c-bg__container div:nth-child(2) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.c-bg__container div:nth-child(3) {
  -webkit-animation-delay: 16s;
          animation-delay: 16s;
}

.c-bg__container div:nth-child(4) {
  -webkit-animation-delay: 24s;
          animation-delay: 24s;
}

.c-bg__container div:nth-child(5) {
  -webkit-animation-delay: 32s;
          animation-delay: 32s;
}

.c-bg__container div:nth-child(6) {
  -webkit-animation-delay: 40s;
          animation-delay: 40s;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.c-header__container {
  width: 100%;
  padding: 60rem;
  padding-bottom: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-header__container {
    padding: 25rem;
  }
}

.c-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-header__wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-header__wrap__logo {
  position: relative;
  z-index: 9999;
}

.c-header__wrap__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header__wrap__logo a img {
  height: 35rem;
}

@media screen and (max-width: 767px) {
  .c-header__wrap__logo a img {
    height: 24rem;
  }
}

.c-header__wrap__text {
  position: relative;
  z-index: 9999;
  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;
}

.c-header__wrap__text img {
  width: 81rem;
}

.c-header__wrap__text img.is-white {
  display: block;
}

.c-header__wrap__text img.is-black {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header__wrap__text img {
    width: 55rem;
  }
}

.c-header__wrap__text.js-active img.is-white {
  display: block !important;
}

.c-header__wrap__text.js-active img.is-black {
  display: none !important;
}

.c-header__wrap__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  .c-header__wrap__menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1a1a1a;
    z-index: 90;
    padding-left: 25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40rem;
    padding-bottom: 40rem;
  }
  .c-header__wrap__menu.js-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-header__wrap__menu a {
  font-size: 12rem;
  font-family: "FOT-Klee-Pro-M";
  line-height: calc(21 / 12);
  color: white;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media screen and (max-width: 767px) {
  .c-header__wrap__menu a {
    font-size: 18rem;
    line-height: calc(31 / 18);
    -webkit-transform: translateX(20rem);
            transform: translateX(20rem);
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-header__wrap__menu.js-active a {
    -webkit-animation-name: transform-anim;
            animation-name: transform-anim;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    color: white !important;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .c-header__wrap__menu.js-active a:nth-child(2) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
  .c-header__wrap__menu.js-active a:nth-child(3) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  .c-header__wrap__menu.js-active a:nth-child(4) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
  .c-header__wrap__menu.js-active a:nth-child(5) {
    -webkit-animation-delay: .8s;
            animation-delay: .8s;
  }
}

.c-header__map {
  position: fixed;
  bottom: 60rem;
  left: 80rem;
  z-index: 998;
  font-family: "calluna-regular";
  font-size: 24rem;
  color: white;
}

@media screen and (max-width: 767px) {
  .c-header__map {
    left: 35rem;
    bottom: 30rem;
    font-size: 17rem;
    font-family: "calluna-regular" !important;
  }
}

.c-header.is-active .c-header__wrap__text img.is-white {
  display: none;
}

.c-header.is-active .c-header__wrap__text img.is-black {
  display: block;
}

.c-header.is-active .c-header__wrap__menu a {
  color: #1a1a1a;
}

.c-title {
  font-family: "calluna-regular";
  font-size: 72rem;
  color: white;
  line-height: calc(90 / 72);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upleft;
  margin-top: -60rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-title {
    margin-top: -40rem;
    font-size: 49rem;
    line-height: calc(62 / 49);
    position: relative;
    z-index: 100;
    margin-left: -10rem;
  }
}

.c-hamburg__menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-hamburg__menu {
    display: block;
    width: 20px;
    height: 2px;
    background-color: transparent;
    position: relative;
    z-index: 9999;
  }
  .c-hamburg__menu::before {
    content: "";
    width: 20px;
    height: 2px;
    top: -3px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .c-hamburg__menu::after {
    content: "";
    width: 20px;
    height: 2px;
    bottom: -3px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .c-hamburg__menu.js-active::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    background: #f7f7f7 !important;
  }
  .c-hamburg__menu.js-active::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    background: #f7f7f7 !important;
  }
}

.c-header.is-active .c-hamburg__menu::before, .c-header.is-active .c-hamburg__menu::after {
  background-color: #1a1a1a;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.p-main {
  position: relative;
  z-index: 100;
}

.p-mv {
  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: 100vh;
  gap: 250rem;
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30rem;
  }
}

.p-mv__image {
  visibility: hidden;
}

.p-mv__image img {
  width: 219rem;
}

@media screen and (max-width: 767px) {
  .p-mv__image img {
    width: 150rem;
  }
}

.p-mv__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "FOT-Klee-Pro-M";
  font-size: 24rem;
  color: white;
  line-height: calc(52 / 24);
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 16rem;
    line-height: 2.3;
  }
}

.p-intro {
  margin-top: 140px;
  padding-left: 290rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-intro {
    padding-left: 0;
    margin-top: 40rem;
  }
}

.p-intro__wrap {
  width: 100%;
  background-color: #f7f7f7;
  padding: 90rem 150rem 50rem 90rem;
}

@media screen and (max-width: 767px) {
  .p-intro__wrap {
    padding: 60rem 0 60rem 35rem;
    margin-left: -15rem;
  }
}

.p-intro__wrap__ttl {
  font-family: "FOT-Klee-Pro-DB";
  font-size: 12rem;
  line-height: calc(21 / 12);
  color: #1a1a1a;
  border-top: solid 1px #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-intro__wrap__ttl {
    font-size: 9rem;
    line-height: calc(15 / 9);
    padding-top: 5rem;
  }
}

.p-intro__wrap__des {
  padding: 50rem 70rem 0 130rem;
  font-family: "FOT-Klee-Pro-M";
  font-size: 24rem;
  line-height: calc(34 / 24);
}

@media screen and (max-width: 767px) {
  .p-intro__wrap__des {
    padding: 35rem 5rem 0;
    font-size: 16rem;
    line-height: calc(24 / 16);
  }
}

.p-history {
  margin-top: 200rem;
  padding-left: 290rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-history {
    margin-top: 140rem;
    padding-left: 0;
  }
}

.p-history__wrap {
  overflow-y: hidden;
  background-color: #f7f7f7;
  padding-top: 40rem;
  padding-bottom: 180rem;
  padding-left: 60rem;
}

@media screen and (max-width: 767px) {
  .p-history__wrap {
    padding-top: 30rem;
    padding-left: 20rem;
    padding-bottom: 54rem;
    margin-left: -15rem;
  }
}

.p-history__wrap__ttl {
  font-family: "calluna-regular";
  font-size: 120rem;
  color: #1a1a1a;
  cursor: pointer;
  padding-bottom: 30rem;
}

@media screen and (max-width: 767px) {
  .p-history__wrap__ttl {
    font-size: 70rem;
    padding-bottom: 0;
  }
}

.p-history__wrap__images {
  width: 347rem;
}

@media screen and (max-width: 767px) {
  .p-history__wrap__images {
    margin-top: 10rem;
    width: 100%;
  }
}

.p-history__wrap__images--main {
  width: 252rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}

.p-history__wrap__images--sub {
  width: 252rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -60rem;
}

.p-history__wrap__images figure {
  position: relative;
  opacity: 0;
}

.p-history__wrap__images figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  z-index: 10;
}

.p-history__wrap__des {
  width: calc(100% - 347rem);
  padding: 0 25rem;
  font-family: "FOT-Klee-Pro-M";
  font-size: 18rem;
  line-height: calc(34 / 18);
  color: #1a1a1a;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-history__wrap__des {
    padding-left: 15rem;
    padding-right: 30rem;
    width: 100%;
    font-size: 12rem;
    line-height: 2;
  }
}

.p-history__wrap__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10rem;
  margin-right: 135rem;
  padding: 30rem 0;
}

@media screen and (max-width: 767px) {
  .p-history__wrap__pagination {
    display: none;
  }
}

.p-history .swiper hr {
  border-top: solid 1px #000000;
  margin-left: 30rem;
  margin-right: 120rem;
}

@media screen and (max-width: 767px) {
  .p-history .swiper hr {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-history .mySwiper .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25rem 15rem;
    padding-bottom: 30rem;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .p-history .mySwiper .swiper-wrapper .swiper-slide {
    margin-right: 0 !important;
    width: calc(50% - 7.5rem) !important;
  }
}

.p-history .mySwiper2 .swiper-slide {
  padding-right: 120rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-history .mySwiper2 .swiper-slide {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30rem;
  }
}

.p-history .mySwiper2 .swiper-slide-active .p-history__wrap__images figure {
  -webkit-animation-name: text-anim;
          animation-name: text-anim;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.p-history .mySwiper2 .swiper-slide-active .p-history__wrap__images figure::after {
  -webkit-animation-name: image-anim;
          animation-name: image-anim;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-history .mySwiper2 .swiper-slide-active .p-history__wrap__images--main::after {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.p-history .mySwiper2 .swiper-slide-active .p-history__wrap__images--sub::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.p-history .mySwiper2 .swiper-slide-active .p-history__wrap__des {
  -webkit-animation-name: text-anim;
          animation-name: text-anim;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.p-taste__text {
  overflow-X: hidden;
}

.p-taste__text p {
  margin-top: 25rem;
  margin-bottom: 40rem;
  font-size: 120rem;
  font-family: "calluna-regular";
  line-height: calc(200 / 120);
  color: #1a1a1a;
  white-space: nowrap;
  margin-left: -30vw;
}

@media screen and (max-width: 767px) {
  .p-taste__text p {
    margin-top: 20rem;
    margin-bottom: 20rem;
    font-size: 80rem;
    line-height: 1.5;
    margin-left: -180vw;
  }
}

.p-juice {
  padding-left: 290rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .p-juice {
    padding-left: 0;
    position: relative;
  }
}

.p-juice__wrap {
  overflow-y: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-juice__wrap {
    margin-left: -15rem;
  }
}

.p-juice .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: 60rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-juice .swiper-button-prev {
    left: 30rem;
  }
}

.p-juice .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 60rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .p-juice .swiper-button-next {
    right: 30rem;
  }
}

.p-juice .swiper-pagination {
  left: unset;
  top: unset;
  right: 50rem;
  bottom: 60rem;
  text-align: right;
  font-size: 24rem;
  color: #8B8B8B;
  font-family: "calluna-regular";
}

@media screen and (max-width: 767px) {
  .p-juice .swiper-pagination {
    right: 30rem;
    bottom: 30rem;
    font-size: 16rem;
  }
}

.p-juice .swiper-pagination-current {
  color: white;
}

.p-juice__item {
  width: 100%;
  background-color: #f7f7f7;
  padding: 90rem 150rem 50rem 90rem;
}

@media screen and (max-width: 767px) {
  .p-juice__item {
    padding: 16rem 0 0 24rem;
  }
}

.p-juice__item__ttl {
  font-family: "FOT-Klee-Pro-DB";
  font-size: 12rem;
  line-height: calc(21 / 12);
  color: #1a1a1a;
  border-top: solid 1px #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-juice__item__ttl {
    padding-top: 5rem;
    font-size: 8rem;
    line-height: 1.5;
  }
}

.p-juice__item__ctn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30rem;
  padding: 0 30rem 0 20rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-juice__item__ctn {
    margin-top: 25rem;
    padding: 0 25rem 350rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-juice__item__ctn figure {
  width: 194rem;
  margin-top: 35rem;
}

@media screen and (max-width: 767px) {
  .p-juice__item__ctn figure {
    display: none;
  }
}

.p-juice__item__ctn figure img {
  width: 194rem;
}

.p-juice__item__ctn .__des {
  width: calc(100% - 194rem - 120rem);
}

@media screen and (max-width: 767px) {
  .p-juice__item__ctn .__des {
    width: 100%;
  }
}

.p-juice__item__ctn .__des p {
  font-family: "FOT-Klee-Pro-M";
  font-size: 18rem;
  line-height: calc(34 / 18);
  color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-juice__item__ctn .__des p {
    font-size: 12rem;
    line-height: 2;
  }
}

.p-juice__item__ctn .__des p span {
  font-family: "calluna-regular";
  line-height: calc(34 / 18);
}

@media screen and (max-width: 767px) {
  .p-juice__item__ctn .__des p span {
    font-size: 12rem;
    line-height: 2;
  }
}

.p-juice__item__ctn .__des .__link {
  margin-top: 100rem;
  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: 160rem;
  height: 31.5rem;
  background: #1a1a1a;
  border-bottom: solid 1px #D8D8D8;
  margin-left: auto;
  margin-right: auto;
  font-family: "FOT-Klee-Pro-DB";
  font-size: 12rem;
  color: white;
}

@media screen and (max-width: 767px) {
  .p-juice__item__ctn .__des .__link {
    margin-top: 27rem;
  }
}

.p-juice__inquiry {
  background-color: #f7f7f7;
  margin-top: 260rem;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry {
    margin-top: 150rem;
  }
}

.p-juice__inquiry__items {
  padding: 90rem 150rem 120rem 90rem;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__items {
    padding: 24rem 0 60rem 24rem;
  }
}

.p-juice__inquiry__item {
  display: none;
}

.p-juice__inquiry__item.is-active {
  display: block;
}

.p-juice__inquiry__item__ttl {
  font-family: "FOT-Klee-Pro-DB";
  font-size: 12rem;
  line-height: calc(21 / 12);
  color: #1a1a1a;
  border-top: solid 1px #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__item__ttl {
    padding-top: 5rem;
    font-size: 8rem;
    line-height: 1.5;
  }
}

.p-juice__inquiry__item .__form {
  margin-top: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40rem;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__item .__form {
    margin-top: 40rem;
    gap: 20rem;
  }
}

.p-juice__inquiry__item .__form__input {
  padding-left: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__item .__form__input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    gap: 10rem;
  }
}

.p-juice__inquiry__item .__form__input .--label {
  width: 200rem;
  font-family: "FOT-Klee-Pro-M";
  font-size: 14rem;
  line-height: calc(34 / 14);
  color: #1a1a1a;
}

.p-juice__inquiry__item .__form__input .--input {
  width: calc(100% - 200rem);
  height: 40rem;
  padding: 5rem 20rem;
  font-family: "FOT-Klee-Pro-M";
  font-size: 14rem;
  line-height: calc(34 / 14);
  color: #1a1a1a;
  border: solid 1px #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__item .__form__input .--input {
    width: calc(100% - 20rem);
  }
}

.p-juice__inquiry__item .__form__input .--input--textarea {
  height: auto;
}

.p-juice__inquiry__item .__form__agree {
  margin-left: 230rem;
  margin-top: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10rem;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__item .__form__agree {
    margin-left: 0;
    margin-top: 15rem;
  }
}

.p-juice__inquiry__item .__form__agree .__checkbox:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7rem;
  left: 4rem;
  width: 4rem;
  height: 8rem;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-juice__inquiry__item .__form__agree label {
  font-family: "FOT-Klee-Pro-M";
  font-size: 14rem;
  line-height: calc(24 / 14);
  color: #1a1a1a;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}

.p-juice__inquiry__item .__form__agree label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5rem;
  width: 12rem;
  height: 12rem;
}

.p-juice__inquiry__item .__form__agree label a {
  color: #EECC55;
  line-height: calc(24 / 14);
  text-decoration: underline;
}

.p-juice__inquiry__item .__form__confirm {
  margin-top: 20rem;
  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: 250rem;
  height: 31.5rem;
  background: #1a1a1a;
  border-bottom: solid 1px #D8D8D8;
  margin-left: 230rem;
  font-family: "FOT-Klee-Pro-DB";
  font-size: 12rem;
  color: white;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__item .__form__confirm {
    margin-top: 10rem;
    margin-left: 0;
    max-width: 100%;
  }
}

.p-juice__inquiry .info__items {
  margin-top: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30rem;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry .info__items {
    margin-top: 60rem;
    gap: 20rem;
  }
}

.p-juice__inquiry .info__item {
  padding-bottom: 30rem;
  border-bottom: 1px solid #999893;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry .info__item {
    padding-bottom: 20rem;
  }
}

.p-juice__inquiry .info__item p {
  font-family: "FOT-Klee-Pro-M";
  font-size: 14rem;
  line-height: calc(34 / 14);
  color: #1a1a1a;
}

.p-juice__inquiry .info__item p:first-child {
  width: 250rem;
  padding-left: 25rem;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry .info__item p:first-child {
    width: 120rem;
    padding-left: 10rem;
  }
}

.p-juice__inquiry .info__item p:last-child {
  width: calc(100% - 250rem);
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry .info__item p:last-child {
    width: calc(100% - 120rem);
  }
}

.p-juice__inquiry__tabs {
  padding: 0 30rem;
  width: 100%;
  height: 80rem;
  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;
  background: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__tabs {
    padding: 0 10rem;
    height: 60rem;
  }
}

.p-juice__inquiry__tab {
  cursor: pointer;
  font-family: "FOT-Klee-Pro-DB";
  font-size: 12rem;
  line-height: calc(21 / 12);
  color: white;
}

@media screen and (max-width: 767px) {
  .p-juice__inquiry__tab {
    font-size: 8rem;
    line-height: 1.5;
  }
}

.p-juice__inquiry__tab.is-active {
  color: #EECC55;
}

.p-juice__text {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-juice__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 132rem;
    position: absolute;
    top: 615rem;
    left: 0;
  }
}

.p-sub {
  padding: 20px 10px;
  width: 45vw;
  height: 100px;
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
  background-color: #fff;
  border: solid 2px #000;
  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;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-sub {
    height: 70px;
  }
}

.p-sub__text {
  font-size: 30rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-sub__text {
    font-size: 20rem;
  }
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

.modal__overlay {
  width: 100%;
  height: 100vh;
  background: #00000033;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
}

.modal__content {
  position: relative;
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal__content p {
  font-family: "FOT-Klee-Pro-M";
  font-size: 18rem;
  line-height: calc(34 / 18);
  color: #1a1a1a;
  border: 1px solid #999893;
  padding: 55rem 90rem;
  background-color: #f7f7f7;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 767px) {
  .modal__content p {
    font-size: 10rem;
    padding: 30rem 40rem;
  }
}
/*# sourceMappingURL=style.css.map */