@charset "UTF-8";
/* ==========================================================================//
//
//　IMPORT
//
// ========================================================================== */
/** -------------------------------- **
	FONT
*** ----------------------------------------------------------------- ***/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* ==========================================================================//
//
//　変数 Custom Properties
//
// ========================================================================== */
:root {
  --pc-size: 768px;
  /* ScrollBar Width *JavascriptOverwrite */
  --scrollbar-w: 0px;
  /* Font Family */
  --ff-montserrat: "Montserrat", sans-serif;
  --ff-shippori: "Shippori Mincho B1", serif;
  --ff-noto-sans: "Noto Sans JP", Meiryo, sans-serif;
  /* Color Code * rgba Example --color-main/50% : rgb(from var(--cc-green-A) r g b / .5) */
  --color-gray: #ccc;
  --color-white: #fff;
  --color-yellow: #e4d058;
  --color-brown: #755814;
  --color-white-alpha: rgba(255, 255, 255, 0.36);
  --color-black: #333;
  --color-gold: #c5b232;
  --color-gray-light: #f0f3f4;
  --color-orange-alpha: rgba(237, 178, 117, 0.3);
  /* Base Variable Width */
  --pc-min-size: 1000;
  --base-size: 1600;
  --variable-length: var(--base-size) * 100vw;
  /* PC Min Width */
  --pc-min-width: 1000px;
}

* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
html.active {
  overflow-y: hidden;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
  font-family: var(--ff-noto-sans);
  color: var(--color-text);
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: calc(14 * 100vw / 375);
  }
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  margin: 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

ol,
ul {
  list-style: none;
}

table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: var(--color-text);
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input {
  -webkit-user-select: auto;
}

input,
button,
select,
textarea {
  padding: 0;
  color: inherit;
  font-family: var(--ff-noto-sans);
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
figure {
  margin: 0;
  line-height: 0;
}

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

.sp-item {
  display: block;
}
@media (min-width: 768px) {
  .sp-item {
    display: none !important;
  }
}

.letter0 {
  letter-spacing: 0;
}

/*  ---------------------------
		footer
---------------------------  */
#footer {
  position: relative;
  z-index: 2;
  margin-top: -365px;
  padding-top: min(calc(70 * 100vw / 1400), 70px);
}
@media (max-width: 767px) {
  #footer {
    margin-top: calc(-190 * 100vw / 375);
    padding-top: calc(0 * 100vw / 375);
  }
}
#footer .company-logo {
  width: 220px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #footer .company-logo {
    width: calc(145 * 100vw / 375);
  }
}
#footer .sns-wrap {
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: 5px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #footer .sns-wrap {
    width: calc(305 * 100vw / 375);
  }
}
#footer .copyright {
  margin-top: 44px;
  padding-top: 155px;
  padding-bottom: 20px;
  background-image: url(../img/img_footer_ill.gif);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 303px;
}
@media (max-width: 767px) {
  #footer .copyright {
    padding-top: calc(75 * 100vw / 375);
    background-image: url(../img/img_footer_ill.gif);
    background-size: 210%;
  }
}
#footer .copyright p {
  text-align: center;
  color: var(--color-white);
  font-size: min(calc(16 * 100vw / 1400), 16px);
  line-height: 2.1875;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #footer .copyright p {
    font-size: calc(9 * 100vw / 375);
    line-height: 1.4244444444;
  }
}

#pageTop {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 66px;
}
@media (max-width: 767px) {
  #pageTop {
    top: calc(-10 * 100vw / 375);
    right: calc(0 * 100vw / 375);
    width: calc(46 * 100vw / 375);
  }
}
#pageTop svg circle,
#pageTop svg path,
#pageTop svg text {
  transition: fill 0.5s, stroke 0.5s;
  /* 0.5秒で色を変化 */
}
#pageTop svg text,
#pageTop svg tspan {
  fill: var(--color-gold);
  transition: fill 0.2s;
}
@media (any-hover: hover) {
  #pageTop:hover svg circle {
    stroke: var(--color-brown);
  }
  #pageTop:hover svg path {
    stroke: var(--color-brown);
  }
  #pageTop:hover svg text,
#pageTop:hover svg tspan {
    fill: var(--color-brown);
  }
}

/*  ---------------------------
		パーツ
---------------------------  */
/* ------------- Infinite Loop -------------- */
.js-infiniteloop {
  --loop-duration: 10s;
  overflow: hidden;
}

.js-infiniteloop_inner {
  display: flex;
}

.js-infiniteloop[data-direction=left] .js-infiniteloop_inner {
  justify-content: flex-start;
}

.js-infiniteloop[data-direction=right] .js-infiniteloop_inner {
  justify-content: flex-end;
}

.js-infiniteloop-item {
  flex-shrink: 0;
  max-width: initial;
  white-space: nowrap;
}

.js-infiniteloop-item > * {
  flex-shrink: 0;
}

.js-infiniteloop-item.left {
  -webkit-animation: infiniteloop-left var(--loop-duration) linear infinite;
          animation: infiniteloop-left var(--loop-duration) linear infinite;
}

.js-infiniteloop-item.right {
  -webkit-animation: infiniteloop-right var(--loop-duration) linear infinite;
          animation: infiniteloop-right var(--loop-duration) linear infinite;
}

@-webkit-keyframes infiniteloop-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infiniteloop-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes infiniteloop-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes infiniteloop-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/* ------------- パララックス -------------- */
.parallax-scroll-horizontal {
  transform: 0;
}

/* ------------- フェードイン -------------- */
.js-parallax {
  opacity: 0;
  transition-property: transform, opacity;
  transition-timing-function: ease-out;
  transition-duration: var(--parallax-duration, 0.6s);
}

/* 下から */
.js-parallax[data-direction=bottom] {
  transform: translateY(var(--parallax-distance, 30px));
}

/* 左から */
.js-parallax[data-direction=left] {
  transform: translateX(calc(-1 * var(--parallax-distance, 50px)));
}

/* 右から */
.js-parallax[data-direction=right] {
  transform: translateX(var(--parallax-distance, 50px));
}

/* 発火時 */
.js-parallax.is-active {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

/*  ---------------------------
    eyecatch
---------------------------  */
.eyecatch .kv,
.eyecatch .fixed-content,
.eyecatch .roll-content {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}
.eyecatch .kv.is-visible,
.eyecatch .fixed-content.is-visible,
.eyecatch .roll-content.is-visible {
  opacity: 1;
}
@media (max-width: 767px) {
  .eyecatch .fixed-content.is-visible {
    opacity: 0.5;
  }
}

/*  ---------------------------
    KV
---------------------------  */
.first-view {
  pointer-events: none;
  width: 100%;
  height: 100lvh;
  margin-top: -100lvh;
  position: relative;
  z-index: 1;
  background-image: url(../img/bg_pink_texture_fv_up.png), url(../img/bg_top_texture_left.png), url(../img/bg_top_texture_right.png);
  background-repeat: repeat-x, repeat-y, repeat-y;
  background-position: center bottom, top left, top right;
  background-size: 100% auto, min(calc(151 * 100vw / 1400), 151px) min(calc(95 * 100vw / 1400), 95px), min(calc(151 * 100vw / 1400), 151px) min(calc(95 * 100vw / 1400), 95px);
}
@media (max-width: 767px) {
  .first-view {
    overflow: hidden;
    height: 45vh;
    background-size: 200% auto;
  }
}
.first-view .number-container {
  display: flex;
  justify-content: center;
}
.first-view .kv-img01 {
  height: 70vh;
  /* 高さは画面の70% */
  width: auto;
  /* 縦横比維持 */
  -o-object-fit: contain;
     object-fit: contain;
}
.first-view .kv-img02 {
  height: 70vh;
  /* 高さは画面の70% */
  width: auto;
  /* 縦横比維持 */
  -o-object-fit: contain;
     object-fit: contain;
}
.first-view .kv-img03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 20vh;
  /* 高さは画面の20% */
  width: auto;
  /* 縦横比維持 */
  -o-object-fit: contain;
     object-fit: contain;
}
.first-view #lottie {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-inline: auto;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 950px) {
  .first-view #lottie {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .first-view #lottie {
    position: absolute;
    width: 200vw;
  }
}
.first-view #lottie img {
  width: 100%;
}
/*  ---------------------------
    LEADcontents
---------------------------  */
.lead-section {
  position: relative;
  z-index: 0;
  padding-top: min(calc(230 * 100vw / 1400), 230px);
  padding-bottom: min(calc(255 * 100vw / 1400), 255px);
  background-color: rgba(237, 178, 117, 0.3);
  background-image: url("../img/bg_pink_texture_under.png");
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .lead-section {
    padding-top: calc(0 * 100vw / 375);
    padding-bottom: calc(45 * 100vw / 375);
    background-size: calc(55.316 * 100vw / 375) auto;
  }
}
.lead-section__inner {
  text-align: center;
}
.lead-section__box {
  width: min(calc(840 * 100vw / 840), 840px);
  margin-inline: auto;
  padding-top: min(calc(80 * 100vw / 840), 80px);
  padding-bottom: min(calc(45 * 100vw / 840), 45px);
}
@media (max-width: 900px) {
  .lead-section__box {
    width: 93.3333333333%;
  }
}
@media (max-width: 767px) {
  .lead-section__box {
    width: 80vw;
    padding-top: calc(54 * 100vw / 375);
    padding-bottom: calc(25 * 100vw / 375);
  }
}
.lead-section__title {
  transform: scaleX(0.85);
  transform-origin: center top;
  white-space: nowrap;
  text-align: center;
  color: var(--color-brown);
  font-family: var(--ff-montserrat);
  font-weight: bold;
  font-size: min(calc(72 * 100vw / 840), 72px);
  line-height: 1;
  letter-spacing: 0.1em;
}
.lead-section__title.js-parallax[data-direction=bottom] {
  transform: translateY(var(--parallax-distance, 30px)) scaleX(var(--scaleX, 0.85));
}
.lead-section__title.js-parallax[data-direction=bottom].is-active {
  transform: translateY(0) scaleX(0.85);
}
@media (max-width: 767px) {
  .lead-section__title {
    font-size: calc(27 * 100vw / 375);
    letter-spacing: 0.03em;
  }
  .lead-section__title.js-parallax[data-direction=bottom] {
    transform: translateY(var(--parallax-distance, 30px)) scaleX(var(--scaleX, 0.9));
  }
}
.lead-section__txt {
  -webkit-margin-before: min(calc(45 * 100vw / 840), 45px);
          margin-block-start: min(calc(45 * 100vw / 840), 45px);
  -webkit-margin-after: min(calc(75 * 100vw / 840), 75px);
          margin-block-end: min(calc(75 * 100vw / 840), 75px);
  text-align: center;
  color: var(--color-brown);
  font-family: var(--ff-noto-sans);
  font-weight: 400;
  font-size: min(calc(23 * 100vw / 840), 23px);
  line-height: 1.5217391304;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .lead-section__txt {
    margin-block: calc(32 * 100vw / 375) calc(26 * 100vw / 375);
    font-size: calc(16 * 100vw / 375);
    line-height: 1.625;
  }
}
.lead-section__img {
  display: block;
  width: min(calc(320 * 100vw / 840), 320px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .lead-section__img {
    width: calc(160 * 100vw / 375);
  }
}
.lead-section__img.fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.lead-section__img.stop {
  position: absolute;
  top: auto;
  bottom: 10px; /* 位置調整はJSで */
}

.lead-img-follow-wrapper {
  z-index: 1;
}

.triangle-container {
  position: relative;
}

/* 共通スタイル */
.triangle {
  position: absolute;
  width: min(calc(80 * 100vw / 840), 80px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* 各隅に配置 */
.top-left {
  top: 0;
  left: 0;
}

.top-right {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}

.bottom-left {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}

.bottom-right {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

/* ======================================
    sec01
====================================== */
.sec01 {
  position: relative;
  z-index: 2;
  -webkit-padding-before: min(calc(200 * 100vw / 1400), 200px);
          padding-block-start: min(calc(200 * 100vw / 1400), 200px);
  background-color: var(--color-yellow);
  background-image: url("../img/bg_gold_texture_left.png"), url("../img/bg_gold_texture_right.png");
  background-repeat: repeat-y, repeat-y;
  background-position: left min(calc(-230 * 100vw / 1400), -230px) center, right min(calc(-230 * 100vw / 1400), -230px) center;
  background-size: min(calc(650 * 100vw / 1400), 650px) min(calc(300 * 100vw / 1400), 300px), min(calc(650 * 100vw / 1400), 650px) min(calc(300 * 100vw / 1400), 300px);
}
@media (max-width: 767px) {
  .sec01 {
    -webkit-padding-before: calc(50 * 100vw / 375);
            padding-block-start: calc(50 * 100vw / 375);
    padding-inline: 0;
    background-size: calc(179.7769 * 100vw / 375) auto, calc(179.7769 * 100vw / 375) auto;
    background-position: left calc(-80 * 100vw / 375) bottom, right calc(-80 * 100vw / 375) bottom;
  }
}
.sec01 h2 {
  -webkit-margin-after: min(calc(100 * 100vw / 1200), 100px);
          margin-block-end: min(calc(100 * 100vw / 1200), 100px);
  text-align: center;
  color: var(--color-brown);
  font-family: var(--ff-shippori);
  font-weight: 600;
  font-size: min(calc(48 * 100vw / 1200), 48px);
  line-height: 1;
}
@media (max-width: 767px) {
  .sec01 h2 {
    -webkit-margin-after: calc(25 * 100vw / 375);
            margin-block-end: calc(25 * 100vw / 375);
    font-size: calc(28 * 100vw / 375);
    letter-spacing: 0.075em;
  }
}
.sec01 .lead-txt {
  -webkit-margin-after: min(calc(125 * 100vw / 1200), 125px);
          margin-block-end: min(calc(125 * 100vw / 1200), 125px);
  text-align: center;
  color: var(--color-brown);
  font-family: var(--ff-noto-sans);
  font-weight: 400;
  font-size: min(calc(23 * 100vw / 1200), 23px);
  line-height: 1.5217391304;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sec01 .lead-txt {
    -webkit-margin-after: calc(55 * 100vw / 375);
            margin-block-end: calc(55 * 100vw / 375);
    padding-inline: calc(57 * 100vw / 375);
    font-size: calc(17 * 100vw / 375);
    line-height: 1.5882352941;
  }
}
.sec01 .js-infiniteloop-item {
  margin-right: 1em;
  margin-bottom: min(calc(-12 * 100vw / 1200), -12px);
}
.sec01 .js-infiniteloop-item p {
  font-family: var(--ff-montserrat);
  font-weight: 700;
  font-size: min(calc(90 * 100vw / 1200), 90px);
  color: var(--color-white-alpha);
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec01 .js-infiniteloop-item p {
    font-size: calc(44 * 100vw / 375);
  }
}
@media (max-width: 767px) {
  .sec01 .js-infiniteloop-item {
    margin-bottom: calc(-7 * 100vw / 375);
  }
}

.sec01-item {
  width: calc(100% - 200px);
  max-width: 1200px;
  margin-inline: auto;
  background-image: url(../img/bg_pillar.png);
  background-repeat: repeat-y;
  background-position: center top;
  background-size: contain;
}
@media (max-width: 1200px) {
  .sec01-item {
    width: 90%;
    background-size: contain;
  }
}
.sec01-item:not(:last-child) {
  -webkit-margin-after: min(calc(225 * 100vw / 1200), 225px);
          margin-block-end: min(calc(225 * 100vw / 1200), 225px);
}
@media (max-width: 767px) {
  .sec01-item {
    width: calc(338 * 100vw / 375);
    background-image: url(../img/bg_pillar_sp.png);
    background-size: contain;
  }
  .sec01-item:not(:last-child) {
    -webkit-margin-after: calc(85 * 100vw / 375);
            margin-block-end: calc(85 * 100vw / 375);
  }
}
.sec01-item__inner {
  position: relative;
  width: min(calc(890 * 100vw / 1200), 890px);
  margin-inline: auto;
  padding: min(calc(45 * 100vw / 1200), 45px) min(calc(50 * 100vw / 1200), 50px) 0;
}
@media (max-width: 1200px) {
  .sec01-item__inner {
    width: min(calc(850 * 100vw / 1200), 850px);
  }
}
@media (max-width: 767px) {
  .sec01-item__inner {
    width: 89.3333333333vw;
    padding: calc(30 * 100vw / 375) calc(40 * 100vw / 375) calc(50 * 100vw / 375);
  }
}
.sec01-item__title {
  margin-top: min(calc(-74 * 100vw / 1200), -74px);
  padding-bottom: min(calc(35 * 100vw / 1200), 35px);
  text-align: center;
  color: var(--color-brown);
}
@media (max-width: 767px) {
  .sec01-item__title {
    margin-top: calc(-60 * 100vw / 375);
    padding-bottom: calc(10 * 100vw / 375);
  }
}
.sec01-item__title--en {
  -webkit-margin-after: min(calc(15 * 100vw / 1200), 15px);
          margin-block-end: min(calc(15 * 100vw / 1200), 15px);
  font-size: 0;
}
@media (max-width: 767px) {
  .sec01-item__title--en {
    -webkit-margin-after: calc(1 * 100vw / 375);
            margin-block-end: calc(1 * 100vw / 375);
  }
}
.sec01-item__title--en span {
  display: inline-block;
  opacity: 0;
  transform: scaleX(0.85) translateY(0.5em);
  transform-origin: center top;
  -webkit-animation: fadeUp 0.6s forwards;
          animation: fadeUp 0.6s forwards;
  -webkit-animation-delay: calc(0.08s * var(--char-index));
          animation-delay: calc(0.08s * var(--char-index));
  font-family: var(--ff-montserrat);
  font-weight: 700;
  font-size: min(calc(108 * 100vw / 1200), 108px);
  line-height: 1;
  letter-spacing: 0;
  margin-right: -0.09em;
}
@media (max-width: 767px) {
  .sec01-item__title--en span {
    font-size: calc(56 * 100vw / 375);
    letter-spacing: 0em;
  }
}
.sec01-item__title--jp {
  font-size: 0;
}
.sec01-item__title--jp span {
  display: inline-block;
  opacity: 0;
  transform: translateX(-1em);
  -webkit-animation: slideRight 0.5s forwards;
          animation: slideRight 0.5s forwards;
  -webkit-animation-delay: calc(0.08s * var(--char-index) + 0.6s);
          animation-delay: calc(0.08s * var(--char-index) + 0.6s);
  /* 英語タイトルが終わった後に開始 */
  font-family: var(--ff-shippori);
  font-weight: 700;
  font-size: min(calc(30 * 100vw / 1200), 30px);
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sec01-item__title--jp span {
    font-size: calc(20 * 100vw / 375);
    line-height: 1.75;
  }
}
.sec01-item__txt {
  -webkit-padding-before: 0;
          padding-block-start: 0;
  border-top: 1px solid var(--color-gold);
}
@media (min-width: 768px) {
  .sec01-item__txt {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: min(calc(155 * 100vw / 1200), 155px);
  }
}
@media (max-width: 767px) {
  .sec01-item__txt {
    -webkit-padding-before: calc(15 * 100vw / 375);
            padding-block-start: calc(15 * 100vw / 375);
  }
}
.sec01-item__txt > p {
  text-align: center;
  color: var(--color-black);
  font-family: var(--ff-noto-sans);
  font-weight: 300;
  font-size: min(calc(19 * 100vw / 1200), 19px);
  line-height: 1.5789473684;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .sec01-item__txt > p {
    font-size: calc(16 * 100vw / 375);
    line-height: 1.6875;
    letter-spacing: 0;
  }
}
.sec01-item__icon {
  position: absolute;
  top: min(calc(-130 * 100vw / 1200), -130px);
  right: 0;
  width: 100%;
  max-width: min(calc(145 * 100vw / 1200), 145px);
}
@media (max-width: 1200px) {
  .sec01-item__icon {
    margin-right: min(calc(-10 * 100vw / 1200), -10px);
  }
}
@media (max-width: 767px) {
  .sec01-item__icon {
    top: auto;
    bottom: calc(-80 * 100vw / 375);
    left: 0;
    max-width: calc(80 * 100vw / 375);
    margin-inline: auto;
  }
}

div#lead-stop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: min(calc(20 * 100vw / 1400), 20px);
  opacity: 0;
}
@media (max-width: 767px) {
  div#lead-stop {
    top: calc(10 * 100vw / 375);
  }
}

/* キーフレーム：英語 */
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: scaleX(0.85) translateY(0.5em);
    /* ← scaleX を追加 */
  }
  100% {
    opacity: 1;
    transform: scaleX(0.85) translateY(0);
    /* ← scaleX を維持 */
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: scaleX(0.85) translateY(0.5em);
    /* ← scaleX を追加 */
  }
  100% {
    opacity: 1;
    transform: scaleX(0.85) translateY(0);
    /* ← scaleX を維持 */
  }
}
/* キーフレーム：日本語 */
@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-1em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-1em);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .sec01-item__title--en span,
.sec01-item__title--jp span {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    transform: none;
  }
}
/* ======================================
    loop-contents
====================================== */
.loop-contents {
  width: 100%;
  -webkit-padding-before: min(calc(55 * 100vw / 1400), 55px);
          padding-block-start: min(calc(55 * 100vw / 1400), 55px);
  -webkit-padding-after: min(calc(127 * 100vw / 1400), 127px);
          padding-block-end: min(calc(127 * 100vw / 1400), 127px);
  background-color: var(--color-gray-light);
}
@media (max-width: 767px) {
  .loop-contents {
    -webkit-padding-before: calc(20 * 100vw / 375);
            padding-block-start: calc(20 * 100vw / 375);
    -webkit-padding-after: calc(80 * 100vw / 375);
            padding-block-end: calc(80 * 100vw / 375);
  }
}
.loop-contents .js-infiniteloop {
  margin-top: min(calc(65 * 100vw / 1400), 65px);
}
@media (max-width: 767px) {
  .loop-contents .js-infiniteloop {
    margin-top: calc(30 * 100vw / 375);
  }
}
.loop-contents .js-infiniteloop:last-child {
  margin-top: min(calc(40 * 100vw / 1400), 40px);
}
@media (max-width: 767px) {
  .loop-contents .js-infiniteloop:last-child {
    margin-top: calc(20 * 100vw / 375);
  }
}
.loop-contents img {
  width: auto;
  height: min(calc(278 * 100vw / 1400), 278px);
}
@media (max-width: 767px) {
  .loop-contents img {
    height: calc(130 * 100vw / 375);
  }
}

/* ======================================
    sec02
====================================== */
.future {
  margin-top: -100lvh;
  -webkit-padding-after: min(calc(220 * 100vw / 1000), 220px);
          padding-block-end: min(calc(220 * 100vw / 1000), 220px);
  background-color: var(--color-white);
}
@media (max-width: 767px) {
  .future {
    -webkit-padding-after: calc(100 * 100vw / 375);
            padding-block-end: calc(100 * 100vw / 375);
  }
}
.future h2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: min(calc(170 * 100vw / 1000), 170px);
}
@media (min-width: 768px) {
  .future h2 {
    top: min(calc(-55 * 100vw / 1000), -55px);
  }
}
@media (max-width: 1100px) {
  .future h2 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .future h2 {
    top: calc(-25 * 100vw / 375);
    -webkit-margin-after: calc(100 * 100vw / 375);
            margin-block-end: calc(100 * 100vw / 375);
    padding-inline: 0;
  }
}
.future h2 .ttl-img01 {
  display: block;
}
.future h2 .ttl-img02 {
  display: block;
  margin-top: min(calc(-28 * 100vw / 1000), -28px);
}
@media (max-width: 767px) {
  .future h2 .ttl-img02 {
    margin-top: calc(-13 * 100vw / 375);
  }
}
.future h2 .ttl-img03 {
  display: block;
  margin-top: min(calc(-9 * 100vw / 1000), -9px);
}
@media (max-width: 767px) {
  .future h2 .ttl-img03 {
    margin-top: calc(-4 * 100vw / 375);
  }
}
.future .lead-txt {
  margin-bottom: min(calc(220 * 100vw / 1000), 220px);
  text-align: center;
  color: var(--color-brown);
  font-family: var(--ff-shippori);
  font-weight: 600;
  font-size: min(calc(48 * 100vw / 1000), 48px);
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .future .lead-txt {
    margin-bottom: calc(50 * 100vw / 375);
    font-size: calc(24 * 100vw / 375);
    line-height: 1.7083333333;
    letter-spacing: 0em;
  }
}
.future .txt {
  margin-bottom: min(calc(180 * 100vw / 1000), 180px);
  text-align: center;
  color: var(--color-black);
  font-family: var(--ff-noto-sans);
  font-weight: 400;
  font-size: min(calc(23 * 100vw / 1000), 23px);
  line-height: 1.5217391304;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .future .txt {
    width: 79%;
    margin-inline: auto;
    margin-bottom: calc(55 * 100vw / 375);
    font-size: calc(17 * 100vw / 375);
    line-height: 1.5882352941;
  }
}
.future .item-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
}
@media (max-width: 1200px) {
  .future .item-wrap {
    width: min(calc(1100 * 100vw / 1200), 1100px);
  }
}
.future .future-item {
  display: flex;
  align-items: flex-start;
  align-items: center;
  gap: min(calc(40 * 100vw / 1050), 40px);
  width: 100%;
  max-width: 1050px;
  background: url(../img/bg_future_pc.png) no-repeat right center;
  background-size: contain;
  padding-right: min(calc(40 * 100vw / 1000), 40px);
}
@media (max-width: 767px) {
  .future .future-item {
    position: relative;
    display: block;
    width: calc(298 * 100vw / 375);
    margin-inline: auto;
    padding-block: calc(35 * 100vw / 375) calc(150 * 100vw / 375);
    padding-inline: calc(25 * 100vw / 375);
    background: url(../img/bg_future_sp.png) no-repeat center bottom;
    background-size: cover;
  }
}
.future .future-item__img {
  flex-shrink: 0;
  width: min(calc(375 * 100vw / 1050), 375px);
}
@media (max-width: 767px) {
  .future .future-item__img {
    position: absolute;
    bottom: calc(-40 * 100vw / 375);
    left: 50%;
    transform: translateX(-50%);
    width: calc(193 * 100vw / 375);
  }
}
.future .future-item__img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.future .future-item__body {
  flex: 1;
  margin: 0;
}
.future .future-item__title {
  margin-bottom: min(calc(45 * 100vw / 1050), 45px);
  color: var(--color-brown);
  font-family: var(--ff-shippori);
  font-weight: 600;
  font-size: min(calc(30 * 100vw / 1050), 30px);
  line-height: 1.9117647059;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .future .future-item__title {
    margin-bottom: calc(15 * 100vw / 375);
    text-align: center;
    font-size: calc(22 * 100vw / 375);
    line-height: 1.5454545455;
  }
}
.future .future-item__txt {
  color: var(--color-black);
  font-family: var(--ff-noto-sans);
  font-weight: 400;
  font-size: min(calc(16 * 100vw / 1050), 16px);
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .future .future-item__txt {
    font-size: calc(16 * 100vw / 375);
    line-height: 1.75;
  }
}
.future .future-item:nth-of-type(odd) {
  margin-left: auto;
}
.future .future-item:nth-of-type(even) {
  flex-direction: reverse;
  margin-right: auto;
}
@media (min-width: 768px) {
  .future .future-item:nth-of-type(even) {
    padding-right: min(calc(50 * 100vw / 1050), 50px);
    transform: scaleX(-1);
  }
  .future .future-item:nth-of-type(even) > * {
    transform: scaleX(-1);
  }
}
.future .future-item:not(:last-child) {
  -webkit-margin-after: min(calc(180 * 100vw / 1050), 180px);
          margin-block-end: min(calc(180 * 100vw / 1050), 180px);
}
@media (max-width: 767px) {
  .future .future-item:not(:last-child) {
    -webkit-margin-after: calc(65 * 100vw / 375);
            margin-block-end: calc(65 * 100vw / 375);
  }
}

/* ======================================
    sec03
====================================== */
.face {
  -webkit-padding-after: 450px;
          padding-block-end: 450px;
  background-color: rgba(237, 178, 117, 0.3);
  background-image: url(../img/svg/bg_footer_ellipse.svg), url(../img/bg_pink_texture_up.png), url(../img/bg_pink_texture_under_h846.png);
  background-repeat: no-repeat, repeat-x, repeat-x;
  background-position: center bottom -100px, top center, center bottom -100px;
  background-size: auto 464px, min(calc(200 * 100vw / 1400), 200px) auto, min(calc(200 * 100vw / 1400), 200px) auto;
}
@media (max-width: 767px) {
  .face {
    -webkit-padding-after: calc(350 * 100vw / 375);
            padding-block-end: calc(350 * 100vw / 375);
    background-position: center bottom calc(40 * 100vw / 375), top center, center bottom calc(200 * 100vw / 375);
    background-size: calc(997.206 * 100vw / 375) auto, calc(82.2343 * 100vw / 375) auto, calc(82.2343 * 100vw / 375) auto;
  }
}
.face h2 {
  overflow: hidden;
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: min(calc(-20 * 100vw / 1000), -20px);
}
@media (min-width: 768px) {
  .face h2 {
    position: relative;
    top: min(calc(-68 * 100vw / 1000), -68px);
  }
}
@media (max-width: 1100px) {
  .face h2 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .face h2 {
    position: relative;
    top: calc(-33 * 100vw / 375);
    -webkit-margin-after: 0;
            margin-block-end: 0;
    padding-inline: 0;
  }
}
.face h2 .ttl-img01 {
  display: block;
}
.face h2 .ttl-img02 {
  display: block;
  margin-top: min(calc(-24 * 100vw / 950), -24px);
}
@media (max-width: 767px) {
  .face h2 .ttl-img02 {
    margin-top: calc(-12 * 100vw / 375);
  }
}
.face .lead-txt {
  margin-bottom: min(calc(80 * 100vw / 1000), 80px);
  text-align: center;
  color: var(--color-brown);
  font-family: var(--ff-noto-sans);
  font-weight: 400;
  font-size: min(calc(23 * 100vw / 1000), 23px);
  line-height: 1.5217391304;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .face .lead-txt {
    margin-bottom: calc(30 * 100vw / 375);
    font-size: calc(18 * 100vw / 375);
    line-height: 1.3333333333;
  }
}

.card-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: min(calc(100 * 100vw / 1000), 100px) min(calc(40 * 100vw / 1000), 40px);
  grid-template-columns: repeat(auto-fit, minmax(0, 220px));
  justify-content: center;
  perspective: 1000px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 1020px) {
  .card-list {
    padding-inline: min(calc(20 * 100vw / 1020), 20px);
  }
}
@media (max-width: 767px) {
  .card-list {
    gap: calc(15 * 100vw / 375) calc(15 * 100vw / 375);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: calc(35 * 100vw / 375);
  }
}
.card-list__item {
  perspective: 1000px;
  width: 100%;
  aspect-ratio: 11/20;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.card-list__item.is-flipped .card-inner {
  transform: rotateY(180deg);
}
.card-list__item.is-flipped .card-inner .card--front {
  z-index: 1;
}
.card-list__item.is-flipped .card-inner .card--back {
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .card-list__item:hover .card-inner {
    transform: rotateY(180deg);
  }
  .card-list__item:hover .card-inner .card--front {
    z-index: 1;
  }
  .card-list__item:hover .card-inner .card--back {
    z-index: 2;
  }
}

.card-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
}

.card {
  position: absolute;
  inset: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-image: url(../img/img_card_bg_bottom.png), url(../img/img_card_bg_up.png), url(../img/img_card_bg_03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center top, top center;
  background-size: contain, contain, cover;
  padding: min(calc(57.5 * 100vw / 1000), 57.5px) min(calc(20 * 100vw / 1000), 20px) min(calc(57.5 * 100vw / 1000), 57.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .card {
    padding: calc(36 * 100vw / 375) calc(10 * 100vw / 375) calc(30 * 100vw / 375);
  }
}

.card--front {
  z-index: 2;
  justify-content: center;
}
.card--back {
  z-index: 1;
  justify-content: flex-start;
  transform: rotateY(180deg);
  justify-content: flex-start;
  background-image: url(../img/img_card_bg_bottom.png), url(../img/img_card_bg_up.png), url(../img/img_card_bg_03.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: center bottom, center top, top center;
  background-size: contain, contain, cover;
  padding: min(calc(25 * 100vw / 1000), 25px) min(calc(12 * 100vw / 1000), 12px) min(calc(25 * 100vw / 1000), 25px);
}
@media (max-width: 767px) {
  .card--back {
    padding: calc(10 * 100vw / 375) calc(10 * 100vw / 375) calc(30 * 100vw / 375);
  }
}

.card-front,
.card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
}

.card__catch {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(calc(80 * 100vw / 1000), 80px);
  margin-bottom: min(calc(19 * 100vw / 1000), 19px);
  text-align: center;
  color: var(--color-brown);
  font-family: var(--ff-shippori);
  font-weight: 600;
  font-size: min(calc(20 * 100vw / 1000), 20px);
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .card__catch {
    min-height: calc(53 * 100vw / 375);
    margin-bottom: calc(10 * 100vw / 375);
    font-size: calc(13 * 100vw / 375);
    line-height: 1.3587692308;
  }
}

.card__img {
  margin-bottom: min(calc(28 * 100vw / 1000), 28px);
  width: min(calc(135 * 100vw / 1000), 135px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .card__img {
    width: calc(85 * 100vw / 375);
    margin-bottom: calc(13 * 100vw / 375);
  }
}
.card__img img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.card__profile {
  display: inline-flex;
  text-align: center;
  color: var(--color-gold);
}
.card__profile .card__name {
  font-family: var(--ff-noto-sans);
  font-weight: bold;
  font-size: min(calc(24 * 100vw / 1000), 24px);
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .card__profile .card__name {
    font-size: calc(15.1406 * 100vw / 375);
    line-height: 1.7832846783;
  }
}
.card__profile .card__position {
  font-family: var(--ff-noto-sans);
  font-weight: bold;
  font-size: min(calc(16 * 100vw / 1000), 16px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .card__profile .card__position {
    font-size: calc(10.0937 * 100vw / 375);
    line-height: 2.6749358511;
  }
}

.card__qa {
  margin-top: min(calc(12 * 100vw / 1000), 12px);
  text-align: left;
}
@media (max-width: 767px) {
  .card__qa {
    margin-top: calc(10 * 100vw / 375);
  }
}
.card__qa::before {
  content: attr(data-label);
  display: block;
  color: var(--color-gold);
  margin-bottom: 0.25rem;
  font-family: var(--ff-montserrat);
  font-weight: bold;
  font-size: min(calc(19 * 100vw / 1000), 19px);
  line-height: 1;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .card__qa::before {
    font-size: calc(10 * 100vw / 375);
    line-height: 1.44;
    margin-bottom: calc(0 * 100vw / 375);
  }
}
.card__qa.card__qa--q2 {
  margin-top: min(calc(6 * 100vw / 1000), 6px);
}
@media (max-width: 767px) {
  .card__qa.card__qa--q2 {
    margin-top: calc(6 * 100vw / 375);
  }
}
.card__qa .card__question {
  color: var(--color-brown);
  font-family: var(--ff-noto-sans);
  font-weight: 600;
  font-size: min(calc(15 * 100vw / 1000), 15px);
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  margin-bottom: min(calc(8 * 100vw / 1000), 8px);
}
@media (max-width: 767px) {
  .card__qa .card__question {
    font-size: calc(10 * 100vw / 375);
    line-height: 1.5;
    margin-bottom: calc(5 * 100vw / 375);
  }
}
.card__qa .card__answer {
  color: var(--color-black);
  font-family: var(--ff-noto-sans);
  font-weight: 300;
  font-size: min(calc(14 * 100vw / 1000), 14px);
  line-height: 1.3571428571;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .card__qa .card__answer {
    font-size: calc(8 * 100vw / 375);
    line-height: 1.5555555556;
  }
}
.card__qa:not(:last-child) {
  margin-top: 0;
  -webkit-padding-after: min(calc(6 * 100vw / 1000), 6px);
          padding-block-end: min(calc(6 * 100vw / 1000), 6px);
  border-bottom: dashed 1px var(--color-gold);
}
@media (max-width: 767px) {
  .card__qa:not(:last-child) {
    -webkit-padding-after: calc(6 * 100vw / 375);
            padding-block-end: calc(6 * 100vw / 375);
  }
}

/* ======================================
    固定装飾

    ====================================== */
/* 固定コンテンツラッパー */
.js-fixed-section-wrapper {
  position: relative;
}

/* 固定コンテンツ */
.fixed-content {
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
  height: 100lvh;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 900px) {
  .fixed-content {
    opacity: 0.5;
  }
}

/* 左右装飾 */
.fixed-deco {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 225/1290;
  height: 100lvh;
  pointer-events: none;
}
@media (max-width: 767px) {
  .fixed-deco {
    width: calc(59.7069 * 100vw / 375);
    height: auto;
  }
}
.fixed-deco img {
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.fixed-left {
  left: 0;
}

.fixed-right {
  right: 0;
  left: auto;
}

.deco_r_01,
.deco_l_01 {
  -webkit-animation: floatY 3s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
          animation: floatY 3s cubic-bezier(0.37, 0, 0.63, 1) infinite alternate;
  position: absolute;
}
@media (max-width: 767px) {
  .deco_r_01,
.deco_l_01 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

/* アニメーション定義 */
@-webkit-keyframes floatY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(50px);
  }
}
/* バウンド用イージング */
.bounce-img {
  transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ======================================
    スクロール装飾

    ====================================== */
.roll-content {
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 900px) {
  .roll-content {
    opacity: 0.5;
  }
}

.roll-deco {
  position: absolute;
  top: 0;
  aspect-ratio: 225/1290;
  height: 100lvh;
  pointer-events: none;
}
@media (max-width: 767px) {
  .roll-deco {
    width: calc(59.7069 * 100vw / 375);
    height: auto;
  }
}
.roll-deco img {
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.roll-left {
  left: 0;
}

.roll-right {
  right: 0;
}

.deco_r_02,
.deco_l_02 {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 0;
}
/*# sourceMappingURL=style.css.map */