@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Hiragino Sans","ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo,"Yu Gothic", sans-serif;
}

@font-face {
  font-family: "Lexend-numbers";
  src: url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@500&display=swap");
  unicode-range: U+0030-0039;
  font-weight: 500;
  size-adjust: 130%;
}
@font-face {
  font-family: "utsukushi";
  src: url("../fonts/subset_UtsukushiFONT.woff2") format("woff2"), url("../fonts/subset_UtsukushiFONT.woff") format("woff");
}
@font-face {
  font-family: "utsukushi_rl";
  src: url("../fonts/subset_UtsukushiFONT_rl.woff2") format("woff2"), url("../fonts/subset_UtsukushiFONT_rl.woff") format("woff");
}
/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  font: 16px "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #1a1a1a;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

html, body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
body.navOpen {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  overflow: clip;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-mb-05em {
  margin-bottom: 0.5em;
}

.u-inlineblock {
  display: inline-block;
}
@media screen and (min-width: 1241px) {
  .u-inlineblock--lg {
    display: inline-block;
  }
}

.u-block {
  display: block;
}
@media screen and (max-width: 430px) {
  .u-block--sm {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .u-block--md {
    display: block;
  }
}
@media screen and (min-width: 1241px) {
  .u-block--lg {
    display: block;
  }
}

.u-text-yellow {
  color: #b9b556;
}

.u-text-red {
  color: #bc1c24;
}

.u-text-lexend {
  font-family: "Lexend Deca", sans-serif;
  font-size: 108%;
}

.u-text-center {
  text-align: center;
}

.u-text-caution {
  padding-left: 1em;
}
.u-text-caution::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.u-text-caution::before {
  content: "※";
}

.u-text-size83 {
  font-size: 83%;
}

.u-nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 1240px) {
  .u-nav-sns--footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.u-nav-block {
  width: 47%;
}
.u-nav-block--wrap {
  position: relative;
  z-index: 1;
  width: 84%;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 0 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
}
@media screen and (max-width: 768px) {
  .u-nav-block--wrap {
    padding: 70px 0 0;
  }
}
.u-nav-block--item {
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  line-height: 1.4;
  margin-bottom: 1.5em;
}
.u-nav-block--item dt {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.u-nav-block--item dt.u-nav-block-jp {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  font-weight: 500;
}
.u-nav-block--item dd {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 0.75em;
}
@media (hover: hover) {
  .u-nav-block--item a:hover {
    color: #e2de63;
  }
}
.u-nav-block--item a:active {
  color: #e2de63;
}

.u-side {
  position: fixed;
  right: -80px;
  top: calc(50% - 241px);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70px;
  row-gap: 4px;
  margin: 70px 0 70px auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s, visibility 0.8s, bottom 0.8s, right 0.8s;
  transition: opacity 0.8s, visibility 0.8s, bottom 0.8s, right 0.8s;
}
@media screen and (max-width: 859px) {
  .u-side {
    position: fixed;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
}
.u-side.u-side-active {
  opacity: 1;
  right: 0;
  visibility: visible;
}
@media screen and (max-width: 859px) {
  .u-side.u-side-active {
    bottom: 0;
  }
}

.u-side-btn {
  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;
  background-color: #1a1a1a;
  color: #fff;
  width: 70px;
  height: 158px;
  border-radius: 10px 0 0 10px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .u-side-btn:hover {
    background-color: #505050;
  }
}
.u-side-btn:active {
  background-color: #505050;
}
@media screen and (max-width: 859px) {
  .u-side-btn {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 33.3333333333%;
    height: 70px;
    border-radius: 0;
    border-right: 1px solid #9b9b9b;
  }
  .u-side-btn:last-child {
    border-right: none;
  }
}
@media screen and (max-width: 430px) {
  .u-side-btn {
    font-size: 1.2rem;
    height: 50px;
  }
}
.u-side-btn--reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.u-side-btn--reserve::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../img/common/ico_side-01.svg") no-repeat center center;
}
@media screen and (max-width: 430px) {
  .u-side-btn--reserve::before {
    width: 1.2em;
  }
}
.u-side-btn--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
.u-side-btn--event::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url("../img/common/ico_side-02.svg") no-repeat center center;
}
@media screen and (max-width: 430px) {
  .u-side-btn--event::before {
    width: 1.2em;
  }
}
.u-side-btn--catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25em;
}
@media screen and (max-width: 430px) {
  .u-side-btn--catalog {
    gap: 0.4em;
  }
}
.u-side-btn--catalog::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 22px;
  background: url("../img/common/ico_side-03.svg") no-repeat center center;
}
@media screen and (max-width: 430px) {
  .u-side-btn--catalog::before {
    width: 1.2em;
  }
}

.u-fv-nav-main {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .u-fv-nav-main {
    gap: 0.8em;
    font-size: 1.2rem;
  }
}

.u-fv-nav-sub {
  margin-top: 30px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .u-fv-nav-sub {
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    row-gap: 0.5em;
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

.u-thought-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 120px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1330px) {
  .u-thought-nav {
    margin-bottom: 0;
    height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .u-thought-nav {
    height: 122px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media screen and (max-width: 430px) {
  .u-thought-nav {
    height: 115px;
  }
}
.u-thought-nav--item {
  position: relative;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > text-animation
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background-color: #e2de63;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100dvh;
  top: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: bgAnim 1s forwards ease-in-out;
          animation: bgAnim 1s forwards ease-in-out;
}

.loader-mark {
  width: 100px;
  height: 100px;
  background: url("../img/common/logo-mark.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  -webkit-animation: sk-bounce 4s infinite ease-in-out;
          animation: sk-bounce 4s infinite ease-in-out;
}
@media screen and (max-width: 768px) {
  .loader-mark {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
  }
}

@-webkit-keyframes bgAnim {
  0% {
    background-color: #e2de63;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes bgAnim {
  0% {
    background-color: #e2de63;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-xs, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 88%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-container-center, .l-container-xs, .l-container-s, .l-container-m, .l-container-l, .l-container {
    width: 86%;
  }
}

.l-container-l {
  max-width: 1380px;
}

.l-container-m {
  max-width: 1310px;
}

.l-container-s {
  max-width: 1200px;
}

.l-container-xs {
  max-width: 800px;
}

.l-container-center {
  text-align: center;
}

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

/*!
layout > header
------------------------------
*/
header {
  position: relative;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 135px 0 3%;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 70px 0 3%;
  }
}
@media screen and (max-width: 430px) {
  header {
    padding: 0 0 0 5%;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  height: 130px;
  font-size: clamp(1.2rem, 1.4vw, 1.7rem);
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 20px 0;
    height: auto;
  }
}
@media screen and (max-width: 430px) {
  .header-inner {
    padding: 15px 0;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-size: 1.2rem;
}
@media screen and (max-width: 430px) {
  .header-logo {
    display: block;
  }
}
.header-logo--logo {
  width: 191px;
  margin-left: 0;
}
@media screen and (max-width: 430px) {
  .header-logo--logo {
    width: 160px;
  }
}
.header-logo--copy {
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-bottom: 0.5em;
  border-bottom: 1px solid currentColor;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 430px) {
  .header-logo--copy {
    display: none;
  }
}

.header-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  font-size: 1.7rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1681px) {
  .header-pc {
    -webkit-column-gap: 2.5em;
       -moz-column-gap: 2.5em;
            column-gap: 2.5em;
  }
}
@media screen and (max-width: 1440px) {
  .header-pc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1330px) {
  .header-pc {
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .header-pc--access {
    display: none;
  }
}
.header-pc--link:hover {
  color: #b5b5b5;
}
.header-pc--drop {
  position: relative;
}
.header-pc--drop:hover .header-drop-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.header-drop-menu {
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  width: 180px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.header-drop-menu::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: #fff;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  top: -6px;
  left: 10px;
}
.header-drop-menu.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.header-drop-menu--item {
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.4;
  font-size: 1.6rem;
}
.header-drop-menu--item:last-child {
  border-bottom: none;
}
.header-drop-menu--link {
  display: block;
  padding: 0.75em 1em;
}
.header-drop-menu--link:hover {
  color: #b9b64f;
}

.header-hamburger {
  position: fixed;
  width: 45px;
  height: 45px;
  top: 40px;
  right: 50px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #1a1a1a;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .header-hamburger {
    top: 10px;
    right: 10px;
  }
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 1px;
  background-color: #fff;
  width: 25px;
}
.header-hamburger span:nth-of-type(1) {
  top: 19px;
}
.header-hamburger span:nth-of-type(2) {
  top: 25px;
}
@media (hover: hover) {
  .header-hamburger:hover {
    background-color: #9b9b9b;
  }
}
.header-hamburger:active {
  background-color: #9b9b9b;
}
.header-hamburger.open {
  background-color: #fff;
}
.header-hamburger.open span {
  background: #4d4d4d;
  width: 27px;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 17px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.header-hamburger.open span:nth-of-type(2) {
  top: 26px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (hover: hover) {
  .header-hamburger.open:hover {
    background-color: #eff1f2;
  }
  .header-hamburger.open:hover span {
    background-color: #505050;
  }
}
.header-hamburger.open:active {
  background-color: #eff1f2;
}
.header-hamburger.open:active span {
  background-color: #505050;
}

.header-nav {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 800px;
  height: 100%;
  z-index: 1000;
  overflow-y: scroll;
  color: #fff;
  -webkit-transition: right 1s;
  transition: right 1s;
}
.header-nav::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9b9b9b;
  opacity: 0.95;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.header-nav.open {
  display: block;
  right: 0;
  overflow: visible;
}
.header-nav--inner {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
  height: 100%;
}

.header-nav-tel {
  display: block;
  position: relative;
  width: 84%;
  max-width: 600px;
  margin: 30px auto 0;
  padding-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .header-nav-tel {
    margin: 10px auto 0;
  }
}
.header-nav-tel--tel {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: clamp(2.4rem, 4vw, 4rem);
}
.header-nav-tel--tel--small {
  font-size: 55%;
}
.header-nav-tel--time {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 400;
}

.header-nav-bottom {
  position: relative;
  border-top: 1px solid currentColor;
}
.header-nav-bottom--inner {
  width: 84%;
  max-width: 600px;
  margin: auto;
  padding: 25px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.header-nav-company--name {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  font-weight: 500;
}
.header-nav-company--address {
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
}

/*!
layout > footer
------------------------------
*/
footer {
  color: #fff;
  background-color: #9b9b9b;
  width: 100%;
  margin: 0 auto;
}

.footer-contact {
  color: #666;
  background: url("../img/common/bg_contact-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 100px 0 90px;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 50px 0;
  }
}
.footer-contact--head {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(3.1rem, 5.8vw, 5.8rem);
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}
.footer-contact--lead {
  text-align: center;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 200;
  margin-bottom: 1.5em;
}

.footer-contact-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 50px;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footer-contact-list {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

.footer-contact-item--text {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
  line-break: strict;
}
@media screen and (max-width: 430px) {
  .footer-contact-item--text {
    font-size: 1.2rem;
  }
}

.footer-contact-link {
  display: block;
  color: #1a1a1a;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  text-align: center;
  padding: 35px 10px 75px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer-contact-link {
    padding: 20px 10px 40px;
  }
}
.footer-contact-link::before, .footer-contact-link::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: calc(50% - 16px);
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .footer-contact-link::before, .footer-contact-link::after {
    width: 26px;
    height: 26px;
    bottom: 10px;
  }
}
.footer-contact-link::before {
  background-color: #505050;
  border-radius: 50%;
}
.footer-contact-link::after {
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: 6px 9px;
}
@media screen and (max-width: 768px) {
  .footer-contact-link::after {
    background-size: 5px 8px;
  }
}
@media (hover: hover) {
  .footer-contact-link:hover {
    color: #fff;
    background-color: #9b9b9b;
  }
  .footer-contact-link:hover .footer-contact-icon {
    fill: #fff;
  }
}
.footer-contact-link:active {
  color: #fff;
  background-color: #9b9b9b;
}
.footer-contact-link:active .footer-contact-icon {
  fill: #fff;
}
.footer-contact-link--image {
  width: 37px;
  height: 42px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-contact-link--image--catalog {
  width: 33px;
}
.footer-contact-link--en {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.9rem, 2.8vw, 2.8rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0.4em;
}
.footer-contact-link--jp {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 0.1em;
}

.footer-contact-icon {
  fill: #1a1a1a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-contact-tel {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.5;
}
.footer-contact-tel--text {
  letter-spacing: 0.15em;
}
.footer-contact-tel--num {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(3rem, 5.8vw, 5.8rem);
  font-weight: 300;
  letter-spacing: 0.07em;
}
.footer-contact-tel--num span {
  font-size: 55%;
}

.footer-site {
  padding: 75px 0 60px;
  display: grid;
  grid-template-columns: 1fr 610px;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 1440px) {
  .footer-site {
    grid-template-columns: 1fr 550px;
  }
}
@media screen and (max-width: 1240px) {
  .footer-site {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .footer-site {
    padding: 40px 0;
  }
}
.footer-site .footer-site-block {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-site .footer-site-block {
    padding-top: 0;
  }
}
.footer-site .footer-site-sns {
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: flex-end;
  padding-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  .footer-site .footer-site-sns {
    grid-row: 3/4;
    padding-bottom: 0;
    margin-top: 20px;
  }
}
.footer-site .footer-site-nav {
  grid-column: 2/3;
  grid-row: 1/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 1240px) {
  .footer-site .footer-site-nav {
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-site .footer-site-nav {
    margin-top: 20px;
  }
}
.footer-site--name {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  font-weight: 500;
}
.footer-site--address {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 0.5em;
  margin-bottom: 2.5em;
}
.footer-site--address address {
  display: block;
  margin-bottom: 0.5em;
}

.footer-site-area {
  max-width: 555px;
  display: grid;
  grid-template-columns: 138px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding: 1em 1em 1em 0;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 1240px) {
  .footer-site-area {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-site-area {
    display: block;
    padding: 1em 5%;
  }
}
.footer-site-area dt {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-site-area dt {
    text-align: left;
    margin-bottom: 0.1em;
  }
}
.footer-site-area dd {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  border-left: 1px solid #fff;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .footer-site-area dd {
    padding-left: 0;
    border-left: none;
  }
}

.footer-copy {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
  border-top: 1px solid #fff;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .footer-copy {
    font-size: 1rem;
  }
}

/*!
component > btn
------------------------------
*/
.c-btn-sns {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media (hover: hover) {
  .c-btn-sns:hover {
    background-color: #505050;
  }
}
.c-btn-sns:active {
  background-color: #505050;
}

.c-btn-detail--white, .c-btn-detail--event, .c-btn-detail {
  line-height: 1.5;
  display: inline-block;
  padding: 1em 3em;
  border: 1px solid currentColor;
  border-radius: 100px;
  text-align: center;
  background-color: #fff;
}
@media (hover: hover) {
  .c-btn-detail--white:hover, .c-btn-detail--event:hover, .c-btn-detail:hover {
    color: #fff;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
  }
}
.c-btn-detail--white:active, .c-btn-detail--event:active, .c-btn-detail:active {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.c-btn-detail {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  min-width: 245px;
}
@media screen and (max-width: 430px) {
  .c-btn-detail {
    min-width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-detail--event {
    min-width: 245px;
  }
}
.c-btn-detail--white {
  padding: 1.2em 4em 1.1em;
  border: none;
  max-width: 245px;
  display: block;
  margin: 0 0 0 auto;
}

.c-btn-top-yellow {
  background-color: #fff;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1.5;
  border: 1px solid #e2de63;
  padding: 1.2em 1.5em 1.2em 3.75em;
  border-radius: 120px 100px 100px 0;
  position: relative;
  letter-spacing: 0.02em;
  display: inline-block;
}
.c-btn-top-yellow::before {
  content: "";
  width: 2.2em;
  height: 2.2em;
  border-radius: 50%;
  background-color: #e2de63;
  position: absolute;
  left: 1em;
  top: calc(50% - 1.1em);
}
.c-btn-top-yellow::after {
  content: "";
  width: 4px;
  height: 8px;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  position: absolute;
  left: 2em;
  top: calc(50% - 4px);
}
@media screen and (min-width: 431px) {
  .c-btn-top-yellow {
    min-width: 190px;
  }
}
@media screen and (max-width: 430px) {
  .c-btn-top-yellow {
    padding: 1.2em 1em 1.2em 3em;
    width: 49%;
  }
  .c-btn-top-yellow::before {
    width: 1.6em;
    height: 1.6em;
    top: calc(50% - 0.8em);
    left: 0.8em;
  }
  .c-btn-top-yellow::after {
    left: 1.45em;
  }
}
@media screen and (max-width: 430px) {
  .c-btn-top-yellow--1cl {
    width: 100%;
  }
}
@media (hover: hover) {
  .c-btn-top-yellow:hover {
    background-color: #eff1f2;
  }
}
.c-btn-top-yellow:active {
  background-color: #eff1f2;
}

.c-btn-fv-nav--active, .c-btn-fv-nav {
  border-radius: 25px 25px 25px 0;
  border: 1px solid #fff;
  padding: 1em 1.5em;
  line-height: 1.2;
  min-width: 196px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn-fv-nav--active, .c-btn-fv-nav {
    min-width: 0;
  }
}

.c-btn-fv-nav {
  color: #fff;
}
@media (hover: hover) {
  .c-btn-fv-nav:hover {
    background-color: #cac556;
  }
}
.c-btn-fv-nav:active {
  background-color: #cac556;
}
.c-btn-fv-nav--active {
  color: #1a1a1a;
  background-color: #fff;
  pointer-events: none;
}

.c-btn-fv-sub {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5em;
}
.c-btn-fv-sub::before {
  content: "";
  background: url("../img/common/ico_arrow-04.svg") no-repeat left center;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 25%;
}
@media (hover: hover) {
  .c-btn-fv-sub:hover {
    background-color: #cac556;
  }
}
.c-btn-fv-sub:active {
  background-color: #cac556;
}
.c-btn-fv-sub--black::before {
  background-image: url("../img/common/ico_arrow-07.svg");
}
@media (hover: hover) {
  .c-btn-fv-sub--black:hover {
    background-color: inherit;
    opacity: 0.7;
  }
}
.c-btn-fv-sub--black:active {
  background-color: inherit;
  opacity: 0.7;
}

.c-btn-youtube {
  max-width: 1015px;
  margin: 0 auto;
  border: 1px solid #c1c1c1;
  border-radius: 200px;
  display: block;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-youtube {
    padding: 0 50px;
  }
}
@media (hover: hover) {
  .c-btn-youtube:hover {
    background-color: #eff1f2;
  }
}
.c-btn-youtube:active {
  background-color: #eff1f2;
}
.c-btn-youtube::after {
  content: "";
  position: absolute;
  right: 3%;
  top: calc(50% - 26px);
  width: 52px;
  height: 52px;
  background: url("../img/common/ico_arrow-03.svg") no-repeat center center;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-btn-youtube::after {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
.c-btn-youtube--en {
  display: block;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  padding-top: 1em;
  margin-bottom: 0.2em;
}
.c-btn-youtube--jp {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  padding-bottom: 1em;
}
.c-btn-youtube--jp::before {
  content: "";
  width: 1.5em;
  height: 1em;
  background: url("../img/about/ico_youtube.svg") no-repeat center center;
  display: inline-block;
}

.c-btn-thought-index {
  background-color: #fff;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  line-height: 1.5;
  padding: 1.2em 3em;
  display: block;
  width: 245px;
  text-align: center;
  border-radius: 100px;
}
@media (hover: hover) {
  .c-btn-thought-index:hover {
    color: #fff;
    background-color: #9b9b9b;
  }
}
.c-btn-thought-index:active {
  color: #fff;
  background-color: #9b9b9b;
}
@media screen and (max-width: 859px) {
  .c-btn-thought-index {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-thought-index {
    padding: 1em 3em;
  }
}

.c-btn-thought-nav {
  min-width: 222px;
  padding: 1.2em 1.8em;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  background-color: #fff;
  border-radius: 100px 100px 100px 0;
  border: 1px solid #e1dc6c;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 859px) {
  .c-btn-thought-nav {
    min-width: 0;
  }
}
@media (hover: hover) {
  .c-btn-thought-nav:hover {
    color: #fff;
    background-color: #e1dc6c;
  }
}
.c-btn-thought-nav:active {
  color: #fff;
  background-color: #e1dc6c;
}
.c-btn-thought-nav.active {
  color: #fff;
  background-color: #e1dc6c;
}
.c-btn-thought-nav.js-nav-drop-btn {
  cursor: pointer;
}

.c-btn-thought-drop {
  color: #fff;
  padding: 1em 0;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-btn-thought-drop {
    padding: 1.3em 0;
  }
}
.c-btn-thought-drop::after {
  content: "";
  margin-top: 0.2em;
  width: 1px;
  height: 1em;
  background-color: #fff;
  display: inline-block;
  margin-left: 1em;
}
.c-btn-thought-drop::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 1em);
  height: 3px;
  background-color: #e1dc6c;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.c-btn-thought-drop:last-of-type::after {
  display: none;
}
.c-btn-thought-drop:last-of-type::before {
  width: 100%;
}
@media (hover: hover) {
  .c-btn-thought-drop:hover {
    color: #e1dc6c;
  }
  .c-btn-thought-drop:hover::before {
    opacity: 1;
  }
}
.c-btn-thought-drop:active {
  color: #e1dc6c;
}
.c-btn-thought-drop:active::before {
  opacity: 1;
}
.c-btn-thought-drop.active {
  color: #e1dc6c;
  pointer-events: none;
}
.c-btn-thought-drop.active::before {
  opacity: 1;
}
.c-btn-thought-drop--wrap {
  position: absolute;
  bottom: -70px;
  overflow-x: auto;
  white-space: nowrap;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  display: block;
  overflow: hidden;
  left: -100%;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1330px) {
  .c-btn-thought-drop--wrap {
    bottom: 5px;
    top: auto;
    padding-right: 3%;
  }
}
.c-btn-thought-drop--wrap.is-active {
  overflow: visible;
  left: 3px;
  opacity: 1;
  z-index: 2;
  pointer-events: all;
}
@media screen and (max-width: 1330px) {
  .c-btn-thought-drop--wrap.is-active {
    left: 7%;
  }
}
.c-btn-thought-drop--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  background-color: #9a9a9a;
  padding: 0 35px;
  border-radius: 0 100px 100px 100px;
}

.c-btn-mind {
  color: #4d4d4d;
  background-color: #fff;
  border: 1px solid #e1dc6c;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 180px 1fr;
  padding: 26px 90px 26px 0;
  font-size: clamp(1.4rem, 2vw, 2rem);
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-btn-mind {
    grid-template-columns: 150px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-mind {
    border-radius: 10px;
    grid-template-columns: 110px 1fr;
    padding: 20px 45px 20px 0;
  }
}
@media screen and (max-width: 430px) {
  .c-btn-mind {
    grid-template-columns: 1fr;
    padding: 15px 45px 15px 6%;
  }
}
.c-btn-mind::before, .c-btn-mind::after {
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #e1dc6c;
  position: absolute;
  right: 2.5%;
  top: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .c-btn-mind::before, .c-btn-mind::after {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
.c-btn-mind::after {
  background: url("../img/common/ico_arrow-08.svg") no-repeat center center;
  background-size: 8px 14px;
}
@media screen and (max-width: 768px) {
  .c-btn-mind::after {
    background-size: 20%;
  }
}
@media (hover: hover) {
  .c-btn-mind:hover {
    color: #fff;
    background-color: #e1dc6c;
  }
  .c-btn-mind:hover .c-btn-mind-sort {
    color: #fff;
  }
}
.c-btn-mind:active {
  color: #fff;
  background-color: #e1dc6c;
}
.c-btn-mind:active .c-btn-mind-sort {
  color: #fff;
}
.c-btn-mind--text {
  padding-left: 2em;
  line-height: 1.5;
  padding-top: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  row-gap: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-btn-mind--text {
    padding-left: 1.5em;
  }
}
@media screen and (max-width: 430px) {
  .c-btn-mind--text {
    padding-left: 0;
  }
}
.c-btn-mind--text--inner::before {
  content: "-";
  margin-right: 0.4em;
}
.c-btn-mind--text--inner::after {
  content: "-";
  margin-left: 0.4em;
}
.c-btn-mind .c-btn-mind-sort {
  color: #e1dc6c;
  text-align: center;
  border-right: 1px solid currentColor;
  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;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1;
  letter-spacing: 0.15em;
}
.c-btn-mind .c-btn-mind-sort--num {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 200;
  font-size: clamp(2.2rem, 4vw, 4rem);
  letter-spacing: 0.09em;
}
@media screen and (max-width: 430px) {
  .c-btn-mind .c-btn-mind-sort {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-right: none;
    margin-bottom: 0.2em;
  }
}

.c-btn-small {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  background-color: #fff;
  display: inline-block;
  padding: 0.9em 2.5em;
  line-height: 1.4;
  border-radius: 100px;
}
@media (hover: hover) {
  .c-btn-small:hover {
    background-color: #b9b64f;
    color: #fff;
  }
}
.c-btn-small:active {
  background-color: #b9b64f;
  color: #fff;
}

.c-btn-wakuwaku {
  display: block;
  background-color: #e1dc6c;
  border-radius: 500px;
  color: #fff;
  padding: 60px 0 60px 5%;
}
@media screen and (max-width: 1000px) {
  .c-btn-wakuwaku {
    padding: 60px 3%;
  }
}
@media (hover: hover) {
  .c-btn-wakuwaku:hover {
    background-color: #d0c900;
  }
}
.c-btn-wakuwaku:active {
  background-color: #d0c900;
}
.c-btn-wakuwaku--inner {
  display: grid;
  grid-template-columns: 465px 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-btn-wakuwaku--inner {
    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: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-btn-wakuwaku--title {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-end;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.14em;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-btn-wakuwaku--title {
    text-align: left;
    grid-column: 1/3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-btn-wakuwaku--title span {
  display: inline-block;
  position: relative;
  padding-left: 3.25em;
}
.c-btn-wakuwaku--title span::before {
  content: "";
  width: 2.5em;
  height: 2.5em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 1.25em);
  border-radius: 50%;
}
.c-btn-wakuwaku--title span::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #e1dc6c;
  border-right: 2px solid #e1dc6c;
  position: absolute;
  left: calc(1.25em - 10px);
  top: calc(50% - 5px);
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-btn-wakuwaku--title span::after {
    width: 6px;
    height: 6px;
    left: calc(1.25em - 6px);
    top: calc(50% - 3px);
  }
}
.c-btn-wakuwaku--text {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.9;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .c-btn-wakuwaku--text {
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
  }
}
.c-btn-wakuwaku--image {
  grid-column: 2/3;
  grid-row: 1/3;
  align-self: center;
}
@media screen and (max-width: 1000px) {
  .c-btn-wakuwaku--image {
    max-width: 452px;
    margin: 0 auto;
  }
}

.c-btn-black {
  padding: 1em 3.5em;
  display: inline-block;
  background-color: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 100px;
  line-height: 1.5;
}
@media (hover: hover) {
  .c-btn-black:hover {
    background-color: #b9b64f;
  }
}
.c-btn-black:active {
  background-color: #b9b64f;
}

.c-btn-category {
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  padding: 0.75em 2em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-btn-category {
    padding: 0.75em 1.25em;
  }
}
@media (hover: hover) {
  .c-btn-category:hover {
    background-color: #f1f1f1;
  }
}
.c-btn-category:active {
  background-color: #f1f1f1;
}

.c-btn-news-pager {
  display: inline-block;
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  padding: 1em 3em;
}
@media (hover: hover) {
  .c-btn-news-pager:hover {
    background-color: #f1f1f1;
  }
}
.c-btn-news-pager:active {
  background-color: #f1f1f1;
}
.c-btn-news-pager--list {
  padding: 1em 4em;
}
@media screen and (max-width: 768px) {
  .c-btn-news-pager--list {
    display: block;
  }
}

.c-btn-works-pager {
  color: #666;
  display: inline-block;
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  padding: 1em 3em;
}
@media (hover: hover) {
  .c-btn-works-pager:hover {
    background-color: #f1f1f1;
  }
}
.c-btn-works-pager:active {
  background-color: #f1f1f1;
}
.c-btn-works-pager--list {
  padding: 1em 4em;
}
@media screen and (max-width: 768px) {
  .c-btn-works-pager--list {
    display: block;
  }
}

.c-btn-line {
  color: #fff;
  background-color: #4cc764;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 500;
  border-radius: 100px;
  padding: 1em 2em;
  display: inline-block;
}
.c-btn-line span {
  padding-left: 2.5em;
  position: relative;
}
.c-btn-line span::before {
  content: "";
  background: url("../img/common/ico_line.svg") no-repeat left center;
  background-size: contain;
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: calc(50% - 1em);
}
@media (hover: hover) {
  .c-btn-line:hover {
    background-color: rgb(58.9787234043, 188.5212765957, 84.2553191489);
  }
}
.c-btn-line:active {
  background-color: rgb(58.9787234043, 188.5212765957, 84.2553191489);
}

.c-btn-reserve-bottom {
  text-align: center;
  color: #b9b64f;
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  padding: 1em 1.5em;
  border-radius: 100px;
  border: 1px solid currentColor;
  -webkit-box-shadow: 0px 5px 0px 0px rgb(226, 222, 99);
          box-shadow: 0px 5px 0px 0px rgb(226, 222, 99);
  display: block;
  position: relative;
}
@media (hover: hover) {
  .c-btn-reserve-bottom:hover {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: 0px 1px 0px 0px rgb(226, 222, 99);
            box-shadow: 0px 1px 0px 0px rgb(226, 222, 99);
    background-color: rgba(240, 237, 193, 0.3);
  }
}
.c-btn-reserve-bottom:active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0px 1px 0px 0px rgb(226, 222, 99);
          box-shadow: 0px 1px 0px 0px rgb(226, 222, 99);
  background-color: rgba(240, 237, 193, 0.3);
}
.c-btn-reserve-bottom::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/ico_arrow-06.svg") no-repeat center center;
  background-size: 40%;
  background-color: #b9b64f;
  border-radius: 50%;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.5em);
}

.c-btn-reserve {
  color: #333;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.16em;
  padding: 1.8em 2em;
  background-color: #e2de63;
  border: none;
  border-radius: 100px;
  display: block;
  position: relative;
}
.c-btn-reserve::before {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 16px);
  display: block;
}
.c-btn-reserve::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: calc(1.5em + 13px);
  top: calc(50% - 4px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.c-btn-reserve--l {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
  padding: 1.5em 2em;
}
@media (hover: hover) {
  .c-btn-reserve:hover {
    color: #fff;
    background-color: #cac556;
  }
}
.c-btn-reserve:active {
  color: #fff;
  background-color: #cac556;
}

.c-btn-confirm {
  display: block;
  width: 100%;
  color: #333;
  background-color: #e2de63;
  border: none;
  border-radius: 100px;
  padding: 1em;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
@media (hover: hover) {
  .c-btn-confirm:hover {
    color: #fff;
    background-color: #cac556;
  }
}
.c-btn-confirm:active {
  color: #fff;
  background-color: #cac556;
}
.c-btn-confirm--wrap {
  position: relative;
  cursor: pointer;
}
.c-btn-confirm--wrap::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.9em);
}
.c-btn-confirm--wrap::after {
  content: "";
  border-top: 1px solid #e2de63;
  border-right: 1px solid #e2de63;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 2.25em;
  top: calc(50% - 0.25em);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}

.c-btn-eventReserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #2FA8B5;
  border-radius: 0 10px 10px 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  padding: 1em 1.2em;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
  position: relative;
}
.c-btn-eventReserve::before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
  background: url("../img/common/ico_event-01.svg");
}
@media screen and (max-width: 768px) {
  .c-btn-eventReserve {
    border-radius: 0 5px 5px 0;
  }
}
@media (hover: hover) {
  .c-btn-eventReserve:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    background-color: rgb(53.5184210526, 188.2105263158, 202.6815789474);
  }
}
.c-btn-eventReserve:active {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  background-color: rgb(53.5184210526, 188.2105263158, 202.6815789474);
}

.c-btn-yellow {
  color: #333;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 400;
  display: inline-block;
  padding: 1.2em 2.5em;
  border-radius: 100px;
  background-color: #e2de63;
}
@media (hover: hover) {
  .c-btn-yellow:hover {
    color: #fff;
    background-color: #b9b64f;
  }
}
.c-btn-yellow:active {
  color: #fff;
  background-color: #b9b64f;
}

/*!
component > title
------------------------------
*/
.c-title-top-news--en {
  color: #333;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(3rem, 6.9vw, 6.9rem);
  line-height: 1.25;
}
.c-title-top-news--jp {
  color: #b5b5b5;
  font-weight: 300;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  margin-top: 0.5em;
}

.c-title-top-safe {
  font-family: "utsukushi", serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  line-height: 1.5;
}
.c-title-top-safe--big {
  font-size: clamp(3rem, 6.5vw, 6.5rem);
}

.c-title-top-event {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(3.2rem, 6.2vw, 6.2rem);
}

.c-title-top-lineup {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.c-title-top-lineup--en {
  color: #919496;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0.2em;
}
.c-title-top-lineup--jp {
  color: #333;
  font-size: clamp(2.2rem, 3.6vw, 3.6rem);
  font-family: "utsukushi", serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 0.7em;
  margin-bottom: 1.8em;
}
.c-title-top-lineup--line {
  display: inline-block;
  border-bottom: 1px solid #e2de63;
  line-height: 1.4;
}

.c-title-top-model {
  color: #fff;
  width: 94%;
  background: url("../img/top/bg_model-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 150px 0 100px 6%;
  margin-bottom: 80px;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .c-title-top-model {
    width: 93%;
    padding: 100px 0 100px 7%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .c-title-top-model {
    margin-bottom: 30px;
  }
}
.c-title-top-model--en, .c-title-top-model--jp {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .c-title-top-model--en, .c-title-top-model--jp {
    padding-left: 0;
  }
}
.c-title-top-model--en {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(3.2rem, 5.1vw, 5.1rem);
}
.c-title-top-model--jp {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  font-weight: 300;
}

.c-title-top-works--jp {
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
}
.c-title-top-works--en {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(5rem, 10vw, 10rem);
  line-height: 1.2;
}

.c-title-top-content {
  color: #fff;
  background-color: #cac556;
  text-align: center;
  border-radius: 20px 20px 20px 0;
  padding: 55px 10px 50px;
}
@media screen and (max-width: 430px) {
  .c-title-top-content {
    padding: 30px 10px 25px;
  }
}
.c-title-top-content--en {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(2.8rem, 4.7vw, 4.7rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}
.c-title-top-content--jp {
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  line-height: 1.5;
  margin-top: 0.25em;
}

.c-title-top-media {
  font-size: clamp(3.5rem, 6.9vw, 6.9rem);
  color: #333;
}
.c-title-top-media--en {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-title-top-media--jp {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 300;
  margin-top: 0.2em;
}

.c-title-fv {
  font-size: clamp(3rem, 6vw, 6rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-top: 1em;
  margin-bottom: 0.6em;
}
.c-title-fv--m {
  font-size: clamp(2.8rem, 5vw, 5rem);
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.c-title-fv--m .c-title-fv--inner {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.c-title-fv.c-title-fv-small {
  font-size: clamp(2rem, 3vw, 3rem);
}
.c-title-fv--works {
  font-weight: 400;
}
.c-title-fv--voice {
  font-weight: 400;
  text-align: center;
  padding-bottom: 1em;
}
.c-title-fv--en {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  letter-spacing: 0.32em;
}
.c-title-fv--jp {
  font-size: clamp(2.3rem, 3.5vw, 3.5rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 3em auto 0;
}
.c-title-fv--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c-title-fv--inner::before, .c-title-fv--inner::after {
  content: "";
  width: 0.5em;
  height: 1em;
  display: inline-block;
}
.c-title-fv--inner::before {
  left: 0;
  background: url("../img/common/ico_mark-left-01.svg") no-repeat left bottom;
  background-size: contain;
}
.c-title-fv--inner::after {
  right: 0;
  background: url("../img/common/ico_mark-right-01.svg") no-repeat right bottom;
  background-size: contain;
}
.c-title-fv--inner.c-title-fv-black::before {
  background-image: url("../img/common/ico_mark-left-black.svg");
}
.c-title-fv--inner.c-title-fv-black::after {
  background-image: url("../img/common/ico_mark-right-black.svg");
}
.c-title-fv--inner.c-title-fv-yellow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-title-fv--inner.c-title-fv-yellow::before {
  background-image: url("../img/common/ico_mark-left-yellow.svg");
}
.c-title-fv--inner.c-title-fv-yellow::after {
  background-image: url("../img/common/ico_mark-right-yellow.svg");
}
.c-title-fv--inner.c-title-fv-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-title-about-tb {
  font-family: "utsukushi_rl", serif;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  font-weight: 500;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #b5b5b5;
  position: absolute;
  left: 0;
  top: 0;
}

.c-title-simple {
  color: #333;
  font-size: clamp(2rem, 3.3vw, 3.3rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.c-title-simple--small {
  color: #333;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.c-title-simple--en {
  color: #333;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}

.c-title-lineup-standard {
  color: #333;
  text-align: center;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-weight: 500;
  line-height: 1.5;
  position: relative;
}
.c-title-lineup-standard::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title-lineup-standard::before {
    width: 2.5em;
    z-index: 1;
  }
  .c-title-lineup-standard::after {
    content: "";
    width: 2.5em;
    height: 1px;
    background-color: #c7c7c7;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
  }
}
.c-title-lineup-standard--inner {
  background-color: #fff;
  padding: 0 2.5em;
  display: inline-block;
}

.c-title-gallery {
  font-size: clamp(1.5rem, 3.3vw, 3.3rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.02em;
  margin: 0 auto 1.1em;
}

.c-title-thought-index {
  color: #333;
  font-family: "utsukushi", serif;
  font-weight: 500;
  font-size: clamp(3rem, 4.8vw, 6rem);
  line-height: 1.3;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 430px) {
  .c-title-thought-index {
    margin-bottom: 0.5em;
  }
}
.c-title-thought-index--sub {
  color: #333;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.c-title-mind {
  line-height: 1;
  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;
}
.c-title-mind--num {
  font-size: clamp(5rem, 11.5vw, 11.5rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 100;
  line-height: 0.75;
  text-align: center;
  display: block;
}
@media screen and (min-width: 769px) {
  .c-title-mind--num {
    padding-right: 0.03em;
  }
}
.c-title-mind--inner {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(2.6rem, 6.4vw, 6.4rem);
  font-family: "utsukushi_rl", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 1.25em auto 0.5em;
  width: 1em;
}

.c-title-lead {
  font-size: clamp(1.8rem, 4vw, 4rem);
  font-weight: 600;
  color: #b8b456;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 0.75em;
}
.c-title-lead--inner {
  border-bottom: 1px solid #e1dc6c;
  padding-bottom: 0.25em;
}

.c-title-recipe {
  color: #000;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.6;
  padding-left: 1.4em;
  margin-bottom: 0.8em;
  position: relative;
}
.c-title-recipe::before {
  content: "";
  background-color: #b8b456;
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 0.7em;
  height: 0.7em;
  background-color: #b8b456;
  border-radius: 50%;
}

.c-title-mind-100year {
  color: #b8b456;
  font-size: clamp(2.4rem, 5vw, 5rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.c-title-mind-conditions {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.75em;
}

.c-title-graph {
  color: #4d4d4d;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 2.36;
  text-align: left;
  position: relative;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
@media screen and (min-width: 1241px) {
  .c-title-graph {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    margin-left: 0;
  }
}
.c-title-graph--lg {
  display: none;
}
@media screen and (min-width: 1241px) {
  .c-title-graph--lg {
    display: block;
  }
}
.c-title-graph--inner {
  display: inline-block;
  background-color: #e1dc6c;
  border-radius: 5px;
  padding: 0.5em 0.4em;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1240px) {
  .c-title-graph--inner {
    padding: 0.4em 0.2em 0.4em 0.5em;
  }
}

.c-title-grayline {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.085em;
  margin-bottom: 1em;
}
.c-title-grayline--inner {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 0.2em;
}

.c-title-bbline {
  font-size: clamp(2.6rem, 4.4vw, 4.4rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.5;
  padding-bottom: 0.5em;
  margin-bottom: 1.25em;
}

.c-title-building {
  text-align: center;
  font-size: clamp(2.5rem, 4.8vw, 4.8rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  letter-spacing: 0.21em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.c-title-building--small {
  font-size: 75%;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 430px) {
  .c-title-building {
    letter-spacing: 0.13em;
  }
}

.c-title-yellow {
  color: #b8b456;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  font-weight: 400;
  border: 1px solid currentColor;
  border-radius: 0 100px 100px 0;
  padding: 0.5em 0.8em;
  margin-bottom: 1.75em;
  line-height: 1.4;
}

.c-title-others {
  color: #666;
  font-size: clamp(1.5rem, 2.3vw, 2.3rem);
  font-weight: 400;
  margin: 0 auto 2.5em;
}
@media screen and (max-width: 430px) {
  .c-title-others {
    width: 96%;
  }
}
.c-title-others span {
  line-height: 1.5;
  border-bottom: 1px solid #666;
  padding: 0 3.5em 0.75em 0;
  position: relative;
}
.c-title-others span::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  right: 0;
  bottom: -1px;
  background-color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.c-title-voice-point {
  width: 46.5%;
  font-size: clamp(2.4rem, 4.6vw, 4.6rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #666;
  padding: 0 0 0.5em 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .c-title-voice-point {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1.5em;
  }
}
.c-title-voice-point::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  right: 0;
  bottom: -1px;
  background-color: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.c-title-watermark {
  position: relative;
  text-align: center;
  font-size: clamp(1.7rem, 3vw, 3rem);
  margin-bottom: 1em;
}
.c-title-watermark--main {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: clamp(1.7rem, 3vw, 3rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  z-index: 2;
}
.c-title-watermark--en {
  color: #c1c1c1;
  opacity: 0.15;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  font-size: clamp(5rem, 11vw, 11rem);
  z-index: 1;
  padding-top: 0.1em;
}

.c-title-lines {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  padding: 0.8em 0.5em 0.75em;
  margin: 0 auto 1.8em;
  text-align: center;
}

.c-title-tel-contact {
  max-width: 580px;
  background-color: #fff;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.18em;
  padding: 1em 1em 0.8em;
  margin: 0 auto 1.2em;
}

.c-title-event {
  color: #333;
  font-size: clamp(1.7rem, 3.3vw, 3.3rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 0.9em;
  position: relative;
}
.c-title-event::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  background-color: currentColor;
  z-index: -1;
}
.c-title-event--inner {
  display: inline-block;
  padding: 0 1em 0 0;
  background-color: #fff;
}

.c-title-eventStep {
  color: #000;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
}

.c-title-eventOption {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 1.2em;
}
.c-title-eventOption span {
  display: inline-block;
}

.c-title-utsukushi {
  font-size: clamp(2rem, 3.8vw, 3.8rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}

/*!
component > gallery
------------------------------
*/
.c-gallery {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

.c-gallery-thumbnail-wrap {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 35px;
}
@media screen and (max-width: 1330px) {
  .c-gallery-thumbnail-wrap {
    gap: 28px;
  }
}
@media screen and (max-width: 859px) {
  .c-gallery-thumbnail-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-gallery-thumbnail-wrap {
    gap: 15px;
  }
}
@media screen and (max-width: 430px) {
  .c-gallery-thumbnail-wrap {
    gap: 10px;
  }
}
.c-gallery-thumbnail-wrap .c-gallery-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #f1f1f1;
  border-radius: 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-gallery-thumbnail-wrap .c-gallery-thumbnail {
    border-radius: 8px;
  }
}
.c-gallery-thumbnail-wrap .c-gallery-thumbnail:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-gallery-thumbnail-wrap .c-gallery-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .c-gallery-thumbnail-wrap .c-gallery-thumbnail img {
    border-radius: 8px;
  }
}

.c-gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  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: 100vw;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-gallery-modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.c-gallery-modal .c-gallery-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 40px;
  right: 50px;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #eff1f2;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .c-gallery-modal .c-gallery-close {
    top: 10px;
    right: 10px;
  }
}
.c-gallery-modal .c-gallery-close::before, .c-gallery-modal .c-gallery-close::after {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 10px;
  height: 1px;
  background-color: #1a1a1a;
  width: 27px;
}
.c-gallery-modal .c-gallery-close:before {
  top: 17px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.c-gallery-modal .c-gallery-close:after {
  top: 26px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
@media (hover: hover) {
  .c-gallery-modal .c-gallery-close:hover {
    background-color: #f2f2f2;
  }
  .c-gallery-modal .c-gallery-close:hover::before, .c-gallery-modal .c-gallery-close:hover::after {
    background-color: #505050;
  }
}
.c-gallery-modal .c-gallery-close:active {
  background-color: #f2f2f2;
}
.c-gallery-modal .c-gallery-close:active::before, .c-gallery-modal .c-gallery-close:active::after {
  background-color: #505050;
}
.c-gallery-modal .c-gallery-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #9b9b9b;
  opacity: 0.9;
  cursor: pointer;
}
.c-gallery-modal .c-gallery-modal-body {
  width: 90%;
  max-width: 1440px;
  height: calc(100% - 120px);
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-gallery-modal .c-gallery-modal-body {
    padding: 20px 10px;
  }
}
.c-gallery-modal .c-gallery-modal-body .splide {
  width: 100%;
  height: 100%;
}
.c-gallery-modal .c-gallery-modal-body .splide__track {
  width: 100%;
  height: 100%;
}
.c-gallery-modal .c-gallery-modal-body .splide__slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-gallery-modal .c-gallery-modal-body .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-gallery-modal .c-gallery-modal-body .splide__pagination {
  gap: 8px;
  position: absolute;
  bottom: -50px;
  left: 10%;
  width: 80%;
  margin: 0 auto;
}
.c-gallery-modal .c-gallery-modal-body .splide__pagination li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 430px) {
  .c-gallery-modal .c-gallery-modal-body .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}
.c-gallery-modal .c-gallery-modal-body .splide__pagination__page {
  display: block;
  background-color: #eff1f2;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .c-gallery-modal .c-gallery-modal-body .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.c-gallery-modal .c-gallery-modal-body .splide__pagination__page.is-active {
  background-color: #cac556;
}
.c-gallery-modal .c-gallery-modal-body .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  background-color: #cac556;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-gallery-modal .c-gallery-modal-body .splide__arrow {
    top: auto;
    bottom: -45px;
  }
}
.c-gallery-modal .c-gallery-modal-body .splide__arrow svg {
  display: none;
}
@media (hover: hover) {
  .c-gallery-modal .c-gallery-modal-body .splide__arrow:hover {
    background-color: #b9b64f;
  }
}
.c-gallery-modal .c-gallery-modal-body .splide__arrow:active {
  background-color: #b9b64f;
}
.c-gallery-modal .c-gallery-modal-body .splide__arrow--prev {
  left: -60px;
}
@media screen and (max-width: 768px) {
  .c-gallery-modal .c-gallery-modal-body .splide__arrow--prev {
    left: -20px;
  }
}
.c-gallery-modal .c-gallery-modal-body .splide__arrow--prev::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}
.c-gallery-modal .c-gallery-modal-body .splide__arrow--next {
  right: -60px;
}
@media screen and (max-width: 768px) {
  .c-gallery-modal .c-gallery-modal-body .splide__arrow--next {
    right: -20px;
  }
}
.c-gallery-modal .c-gallery-modal-body .splide__arrow--next::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}

/*!
component > pager
------------------------------
*/
.c-pager-wrap {
  padding: 20px 0 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-pager-wrap {
    padding: 30px 0 40px;
  }
}

.c-pager {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-pager {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    row-gap: 10px;
  }
}
.c-pager--yellow .c-pager-Item-Link {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}
.c-pager--yellow .c-pager-Item-Link.isActive {
  background: #fff;
  color: #e1dc6c;
  pointer-events: none;
}
.c-pager--yellow .c-pager-Item-Link:not(.isActive):hover {
  background-color: #4d4d4d;
  color: #fff;
}
.c-pager--yellow .c-pager-Item-Link--prev, .c-pager--yellow .c-pager-Item-Link--next {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  height: 42px;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.25em;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .c-pager--yellow .c-pager-Item-Link--prev, .c-pager--yellow .c-pager-Item-Link--next {
    height: 38px;
  }
}
@media (hover: hover) {
  .c-pager--yellow .c-pager-Item-Link--prev:hover, .c-pager--yellow .c-pager-Item-Link--next:hover {
    background-color: #eff1f2;
  }
}
.c-pager--yellow .c-pager-Item-Link--prev:active, .c-pager--yellow .c-pager-Item-Link--next:active {
  background-color: #eff1f2;
}
.c-pager--yellow .c-pager-Item-Link--prev {
  padding: 0 1.25em 0 2.5em;
}
.c-pager--yellow .c-pager-Item-Link--prev::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-color: #e1dc6c;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: calc(50% - 0.7em);
}
.c-pager--yellow .c-pager-Item-Link--prev::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url("../img/common/ico_arrow-09.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0.8em;
  top: calc(50% - 0.3em);
}
.c-pager--yellow .c-pager-Item-Link--next {
  padding: 0 2.5em 0 1.25em;
}
.c-pager--yellow .c-pager-Item-Link--next::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background-color: #e1dc6c;
  border-radius: 50%;
  position: absolute;
  right: 0.5em;
  top: calc(50% - 0.7em);
}
.c-pager--yellow .c-pager-Item-Link--next::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: calc(50% - 0.3em);
}

.c-pager-Item {
  min-width: 42px;
  min-height: 42px;
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  .c-pager-Item {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 430px) {
  .c-pager-Item {
    min-width: 38px;
    min-height: 38px;
  }
}

.c-pager-Item-Link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1;
  color: #1a1a1a;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
@media screen and (max-width: 430px) {
  .c-pager-Item-Link {
    width: 38px;
    height: 38px;
  }
}
.c-pager-Item-Link.isActive {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
  pointer-events: none;
}
.c-pager-Item-Link:not(.isActive):hover {
  background-color: #4d4d4d;
  color: #fff;
}
.c-pager-Item-Link--page {
  height: 42px;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 1.25em;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 100px;
}
@media screen and (max-width: 430px) {
  .c-pager-Item-Link--page {
    height: 38px;
  }
}
@media (hover: hover) {
  .c-pager-Item-Link--page:hover {
    color: #fff;
    background-color: #505050;
  }
}
.c-pager-Item-Link--page:active {
  color: #fff;
  background-color: #505050;
}

/*!
page > top
------------------------------
*/
.top-fv {
  width: 94%;
  margin: 0 0 0 auto;
  position: relative;
}
.top-fv--video {
  width: 100%;
  height: auto;
  position: relative;
}

.top-fv-text {
  color: #fff;
  position: absolute;
  left: 3.7%;
  bottom: 6%;
  z-index: 1;
  font-family: "utsukushi", serif;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-weight: 500;
  -webkit-filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.9));
          filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.9));
}
@media screen and (max-width: 430px) {
  .top-fv-text {
    position: relative;
    margin-top: -4em;
  }
}
.top-fv-text--big {
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 430px) {
  .top-fv-text--big {
    margin-bottom: 0.5em;
  }
}
.top-fv-text--small {
  font-size: 70%;
  font-weight: 500;
  margin-bottom: 1em;
}
.top-fv-text--en {
  width: 30%;
  max-width: 223px;
}

.top-fv-mark {
  position: absolute;
  right: 3.7%;
  bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .top-fv-mark {
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .top-fv-mark {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
@media screen and (max-width: 430px) {
  .top-fv-mark {
    bottom: 0;
  }
}
.top-fv-mark--item {
  max-width: 221px;
  width: 20%;
}

.top-news {
  margin: 120px auto 150px;
  display: grid;
  grid-template-columns: 250px 1fr;
  -webkit-column-gap: 13%;
     -moz-column-gap: 13%;
          column-gap: 13%;
}
@media screen and (max-width: 1330px) {
  .top-news {
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
@media screen and (max-width: 859px) {
  .top-news {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    margin: 60px auto 80px;
  }
}
@media screen and (max-width: 430px) {
  .top-news {
    margin: 30px auto 40px;
  }
}
.top-news--title {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 859px) {
  .top-news--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.top-news--inner {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 859px) {
  .top-news--inner {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 430px) {
  .top-news--inner {
    margin-bottom: 30px;
  }
}
.top-news--detail {
  grid-column: 1/2;
  grid-row: 2/3;
  align-self: flex-end;
}
@media screen and (max-width: 859px) {
  .top-news--detail {
    text-align: right;
  }
}
.top-news--item {
  border-bottom: 1px solid #b5b5b5;
}

.top-news-link {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  padding: 1em 2em 1em 0;
  display: grid;
  grid-template-columns: 5.75em 7em 1fr;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  min-height: 4em;
  position: relative;
}
.top-news-link::before {
  content: "";
  background: url("../img/common/ico_arrow-02.svg") no-repeat right center;
  width: 0.8em;
  height: 0.8em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.4em);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
@media (hover: hover) {
  .top-news-link:hover {
    background-color: #eff1f2;
    padding: 1em;
  }
  .top-news-link:hover::before {
    right: -1em;
  }
}
.top-news-link:active {
  background-color: #eff1f2;
  padding: 1em;
}
.top-news-link:active::before {
  right: -1em;
}
@media screen and (max-width: 1240px) {
  .top-news-link {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 0.5em;
  }
}
.top-news-link--time {
  color: #b5b5b5;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-weight: 300;
  -ms-flex-item-align: center;
      align-self: center;
}
.top-news-link--ct {
  text-align: center;
  color: #fff;
  background-color: #e2de63;
  -ms-flex-item-align: center;
      align-self: center;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-weight: 300;
  line-height: 1.4;
}
.top-news-link--ct--award {
  background-color: #cc7985;
}
.top-news-link--ct--media {
  background-color: #3da8a5;
}
.top-news-link--title {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  max-height: 3em;
}
@media screen and (max-width: 1240px) {
  .top-news-link--title {
    grid-row: 2/3;
    grid-column: 1/4;
  }
}

.top-lead {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .top-lead {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 430px) {
  .top-lead {
    margin-bottom: 40px;
  }
}
.top-lead--title {
  font-family: "utsukushi", serif;
  font-size: clamp(1.9rem, 3.6vw, 3.8rem);
  font-weight: 500;
  letter-spacing: 0;
}

.top-safe {
  position: relative;
  padding-bottom: 50px;
  font-size: clamp(3.5rem, 6.6vw, 9.6rem);
}
@media screen and (max-width: 430px) {
  .top-safe {
    padding-bottom: 30px;
  }
}
.top-safe::before {
  content: "";
  width: 100%;
  height: calc(100% - 150px);
  background-color: #eff1f2;
  position: absolute;
  left: 0;
  top: 150px;
}

.top-safe-head {
  display: grid;
  grid-template-columns: 1fr 3.75em;
  font-family: "utsukushi", serif;
  font-size: clamp(3.5rem, 6.6vw, 9.6rem);
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 430px) {
  .top-safe-head {
    grid-template-columns: 1fr 3em;
  }
}
.top-safe-head::before {
  content: "";
  width: 1.8em;
  height: 100%;
  background: url("../img/common/ico_mark-right-02.svg") no-repeat right top;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 430px) {
  .top-safe-head::before {
    width: 1.4em;
  }
}
.top-safe-head::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.top-safe-head--image {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.top-safe-head--image img {
  border-radius: 0 120px 120px 0;
}
@media screen and (max-width: 768px) {
  .top-safe-head--image img {
    border-radius: 0 60px 60px 0;
  }
}
@media screen and (max-width: 430px) {
  .top-safe-head--image img {
    border-radius: 0 40px 40px 0;
  }
}
.top-safe-head--image figcaption {
  color: #fff;
  position: absolute;
  right: 3em;
  top: 2em;
  font-size: clamp(1.7rem, 2.9vw, 3rem);
  font-weight: 500;
  padding: 0;
  max-width: calc(90% - 3em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-safe-head--image figcaption {
    right: 2em;
    top: 1.5em;
    text-align: center;
  }
}
.top-safe-head--image figcaption::before, .top-safe-head--image figcaption::after {
  content: "";
  width: 0.75em;
  height: 1.5em;
  margin-bottom: 0.5em;
  display: inline-block;
}
.top-safe-head--image figcaption::before {
  left: 0;
  background: url("../img/common/ico_mark-left-01.svg") no-repeat left bottom;
  background-size: contain;
}
.top-safe-head--image figcaption::after {
  right: 0;
  background: url("../img/common/ico_mark-right-01.svg") no-repeat right bottom;
  background-size: contain;
}
.top-safe-head--title {
  color: #b5b5b5;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.18em;
  padding-top: 1em;
  padding-right: 1.75em;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 430px) {
  .top-safe-head--title {
    padding-right: 1.25em;
  }
}

.top-safe-block {
  width: 94%;
  max-width: 1370px;
  padding: 90px 0 0;
  margin: -330px 0 0 auto;
  border-radius: 35px 0 0 35px;
  position: relative;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .top-safe-block {
    margin: -150px 0 0 auto;
  }
}
@media screen and (max-width: 859px) {
  .top-safe-block {
    margin: -80px 0 0 auto;
  }
}
@media screen and (max-width: 430px) {
  .top-safe-block {
    padding: 40px 0 0;
    margin: -40px 0 0 auto;
  }
}
.top-safe-block::before {
  content: "";
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  position: absolute;
  bottom: 1.5em;
  right: 0;
  background-color: #fff;
  border-radius: 35px 0 0 35px;
  display: block;
  width: 100%;
  height: calc(100% - 1.5em);
}
.top-safe-block--inner {
  max-width: 1020px;
  width: 86%;
  margin: 0 auto;
  padding: 0 0 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .top-safe-block--inner {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .top-safe-block--inner {
    padding: 0 0 30px;
    width: 92%;
  }
}
.top-safe-block--cont {
  width: 380px;
}
@media screen and (max-width: 1240px) {
  .top-safe-block--cont {
    width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .top-safe-block--cont {
    padding: 0 3%;
  }
}
.top-safe-block--text {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 2;
  margin-top: 2em;
}
@media screen and (max-width: 1440px) {
  .top-safe-block--text {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
  }
}
@media screen and (max-width: 430px) {
  .top-safe-block--text {
    margin-bottom: 2em;
  }
}
.top-safe-block--links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-self: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .top-safe-block--links {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 430px) {
  .top-safe-block--links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1%;
       -moz-column-gap: 1%;
            column-gap: 1%;
  }
}
.top-safe-block--detail {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  max-width: 1020px;
  width: 86%;
  height: auto;
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-safe-block--detail {
    text-align: center;
  }
}

.top-waku {
  padding: 50px 0 90px;
  margin-bottom: 90px;
  position: relative;
  font-size: clamp(3.5rem, 6.6vw, 9.6rem);
}
@media screen and (max-width: 1330px) {
  .top-waku {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .top-waku {
    padding: 30px 0 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .top-waku {
    margin-bottom: 40px;
  }
}
.top-waku::before {
  content: "";
  width: 1.6em;
  height: 100%;
  background: url("../img/common/ico_mark-left-02.svg") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: 2;
}
@media screen and (max-width: 430px) {
  .top-waku::before {
    width: 1.4em;
  }
}
.top-waku--image {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 2;
  border-radius: 120px 0 0 120px;
  width: calc(100% - 3.75em);
  height: calc(100% - 140px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0 0 auto;
  font-family: "utsukushi", serif;
  font-size: clamp(3.5rem, 6.6vw, 9.6rem);
}
.top-waku--image img {
  border-radius: 120px 0 0 120px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1330px) {
  .top-waku--image {
    height: calc(100% - 280px);
  }
}
@media screen and (max-width: 768px) {
  .top-waku--image {
    border-radius: 60px 0 0 60px;
    height: calc(100% - 200px);
  }
  .top-waku--image img {
    border-radius: 60px 0 0 60px;
  }
}
@media screen and (max-width: 430px) {
  .top-waku--image {
    border-radius: 40px 0 0 40px;
    width: calc(100% - 3em);
    height: calc(100% - 100px);
    top: 30px;
  }
  .top-waku--image img {
    border-radius: 40px 0 0 40px;
  }
}
.top-waku--image figcaption {
  color: #fff;
  position: absolute;
  right: 3em;
  top: 2em;
  font-size: clamp(1.7rem, 2.9vw, 3rem);
  font-weight: 500;
  padding: 0;
  max-width: calc(90% - 3em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .top-waku--image figcaption {
    right: 2em;
    top: 1.5em;
    text-align: center;
  }
}
.top-waku--image figcaption::before, .top-waku--image figcaption::after {
  content: "";
  width: 0.75em;
  height: 1.5em;
  margin-bottom: 0.5em;
  display: inline-block;
}
.top-waku--image figcaption::before {
  left: 0;
  background: url("../img/common/ico_mark-left-01.svg") no-repeat left bottom;
  background-size: contain;
}
.top-waku--image figcaption::after {
  right: 0;
  background: url("../img/common/ico_mark-right-01.svg") no-repeat right bottom;
  background-size: contain;
}
.top-waku--inner {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
}
@media screen and (max-width: 1330px) {
  .top-waku--inner {
    padding-bottom: 0;
  }
}

.top-waku-head {
  color: #b5b5b5;
  font-family: "utsukushi", serif;
  font-size: clamp(3.5rem, 6.5vw, 9rem);
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}

.top-waku-title {
  font-family: "utsukushi", serif;
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  font-weight: 500;
  line-height: 1.46;
  margin-top: 1em;
}

.top-waku-text {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 2;
  margin: 1.5em auto 2.5em 0;
  max-width: 400px;
}

.top-waku-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 4;
  width: 58%;
}
@media screen and (max-width: 1330px) {
  .top-waku-links {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top-waku-links {
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}

.top-waku-person {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 50%;
  max-width: 680px;
}
@media screen and (max-width: 1330px) {
  .top-waku-person {
    position: relative;
    margin: 0 auto;
    min-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .top-waku-person {
    min-width: 0;
    width: 95%;
  }
}
@media screen and (max-width: 430px) {
  .top-waku-person {
    margin-top: -5px;
  }
}

.top-event {
  margin: 0 auto 110px;
}
@media screen and (max-width: 768px) {
  .top-event {
    margin: 0 auto 70px;
  }
}
.top-event--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  margin-bottom: 0.5em;
}
.top-event--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94%;
  margin: 0 0 0 auto;
  padding-bottom: 95px;
  position: relative;
}
@media screen and (max-width: 859px) {
  .top-event--inner {
    display: block;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-event--inner {
    width: 93%;
  }
}
@media screen and (max-width: 430px) {
  .top-event--inner {
    padding-bottom: 30px;
  }
}
.top-event--inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 140px);
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #e2de63;
  border-radius: 38px 0 0 38px;
  opacity: 0.2;
}
@media screen and (max-width: 859px) {
  .top-event--inner::before {
    width: calc(100% + 15px);
  }
}
.top-event--lead {
  width: 120px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "utsukushi_rl", serif;
  line-height: 2;
  margin-left: -0.45em;
  margin-top: 12px;
}
@media screen and (max-width: 859px) {
  .top-event--lead {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-family: "utsukushi", serif;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
}

.top-event-block {
  width: calc(100% - 150px);
}
@media screen and (max-width: 859px) {
  .top-event-block {
    width: calc(100% + 15px);
    margin-left: -15px;
  }
}

.top-event-slide {
  display: block;
  width: 100%;
  position: relative;
  padding: 10px 0 10px 10px;
}
.top-event-slide--item {
  width: 310px;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 859px) {
  .top-event-slide--item {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .top-event-slide--item {
    width: 240px;
  }
}
.top-event-slide .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 70px;
  height: 70px;
  background-color: #505050;
  border-radius: 50%;
  position: absolute;
  bottom: -130px;
  z-index: 2;
}
@media screen and (max-width: 859px) {
  .top-event-slide .splide__arrow {
    width: 50px;
    height: 50px;
    bottom: -65px;
  }
}
@media screen and (max-width: 430px) {
  .top-event-slide .splide__arrow {
    bottom: -55px;
  }
}
.top-event-slide .splide__arrow--prev {
  right: calc(8% + 110px);
}
@media screen and (max-width: 859px) {
  .top-event-slide .splide__arrow--prev {
    right: calc(8% + 80px);
  }
}
@media screen and (max-width: 430px) {
  .top-event-slide .splide__arrow--prev {
    right: calc(8% + 70px);
  }
}
.top-event-slide .splide__arrow--prev::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}
.top-event-slide .splide__arrow--next {
  right: 8%;
}
.top-event-slide .splide__arrow--next::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}

.top-event-link {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 0 0;
  -webkit-box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.5);
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .top-event-link {
    padding: 10px 0 0;
  }
}
@media (hover: hover) {
  .top-event-link:hover {
    background-color: #eff1f2;
  }
  .top-event-link:hover .top-event-detail--inner {
    color: #fff;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
  }
}
.top-event-link:active {
  background-color: #eff1f2;
}
.top-event-link:active .top-event-detail--inner {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}

.top-event-image {
  aspect-ratio: 268/252;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-event-image {
    width: calc(100% - 20px);
  }
}
.top-event-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.top-event-image figcaption {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0.4em 0.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  display: block;
  width: 100%;
  background-color: rgba(239, 241, 242, 0.75);
}
@media screen and (max-width: 430px) {
  .top-event-image figcaption {
    font-size: 1.2rem;
  }
}

.top-event-open .top-event-image figcaption {
  background-color: rgba(226, 222, 99, 0.75);
}

.top-event-soon .top-event-image figcaption {
  background-color: rgba(116, 184, 183, 0.75);
}

.top-event-category {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.4em;
  padding: 0 20px;
  margin: 1.2em 0 1em;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .top-event-category {
    padding: 0 10px;
  }
}
.top-event-category li {
  color: #fff;
  background-color: #1a1a1a;
  padding: 0.4em 1em;
  line-height: 1.4;
  border-radius: 100px;
  margin: 0;
}

.top-event-term {
  color: #666;
  padding: 0 20px;
  font-size: 1.2rem;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 768px) {
  .top-event-term {
    padding: 0 12px;
  }
}

.top-event-text {
  padding: 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-event-text {
    width: calc(100% - 24px);
    font-size: 1.3rem;
  }
}

.top-event-detail {
  line-height: 1.5;
  display: block;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 1.3rem;
  margin: 0.9em auto 1.2em;
  position: relative;
}
@media screen and (max-width: 430px) {
  .top-event-detail {
    font-size: 1.2rem;
  }
}
.top-event-detail--inner {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 100px;
  text-align: center;
  padding: 1em 2em;
  margin: 1em auto 0;
  min-width: 170px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 859px) {
  .top-event-detail--inner {
    margin: 0 auto;
  }
}
.top-event-detail::before {
  content: "...";
  display: block;
  position: absolute;
  left: 0;
  top: -1em;
}
@media screen and (max-width: 859px) {
  .top-event-detail::before {
    display: none;
  }
}

.top-event-until {
  color: #fff;
  display: block;
  width: 100%;
  background-color: #eff1f2;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1em 0.1em 1.1em;
  position: relative;
  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;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
}
@media screen and (max-width: 859px) {
  .top-event-until {
    font-size: 1.4rem;
  }
}
.top-event-until::before {
  content: "";
  width: 43px;
  height: 43px;
  display: inline-block;
  background: url("../img/common/ico_event-01.svg") no-repeat center center;
  background-size: contain;
  margin-right: 3px;
}
@media screen and (max-width: 859px) {
  .top-event-until::before {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 430px) {
  .top-event-until::before {
    width: 32px;
    height: 32px;
  }
}
.top-event-open .top-event-until {
  background-color: #b9b64f;
}
.top-event-soon .top-event-until {
  background-color: #3da8a5;
}
.top-event-until--day {
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 4.5rem;
  letter-spacing: -0.01em;
  line-height: 1.1;
  display: inline-block;
  border-bottom: 4px solid currentColor;
}
@media screen and (max-width: 859px) {
  .top-event-until--day {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 430px) {
  .top-event-until--day {
    font-size: 3.2rem;
  }
}

.top-lineup {
  max-width: 1116px;
  width: 100%;
  margin: 0 auto 130px;
}
@media screen and (max-width: 768px) {
  .top-lineup {
    margin: 0 auto 70px;
  }
}
.top-lineup--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .top-lineup--inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
}

.top-lineup-item {
  width: 33.3333333333%;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
}
@media screen and (max-width: 768px) {
  .top-lineup-item {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.top-lineup-item::before {
  content: "";
  position: absolute;
  right: 8.1%;
  bottom: 1.75em;
  width: 32px;
  height: 32px;
  background: url("../img/common/ico_arrow-03.svg") no-repeat center center;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 430px) {
  .top-lineup-item::before {
    width: 26px;
    height: 26px;
  }
}
.top-lineup-item::after {
  content: "";
  position: absolute;
  left: 8.1%;
  bottom: 0;
  width: 83.8%;
  height: 1px;
  background-color: #1a1a1a;
}
@media (hover: hover) {
  .top-lineup-item:hover .top-lineup-item--image {
    opacity: 0.7;
  }
  .top-lineup-item:hover::before {
    opacity: 0.7;
  }
}
.top-lineup-item:active .top-lineup-item--image {
  opacity: 0.7;
}
.top-lineup-item:active::before {
  opacity: 0.7;
}
.top-lineup-item--image {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-lineup-item--block {
  width: 83.8%;
  margin: 0 auto;
}
.top-lineup-item--title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  line-height: 1.2;
  margin: 0.2em auto 0;
}
.top-lineup-item--lead {
  color: #919496;
  line-height: 1.4;
  margin: 0.2em auto 1em;
}
.top-lineup-item--text {
  padding: 0 40px 1.75em 0;
  position: relative;
}
@media screen and (max-width: 430px) {
  .top-lineup-item--text {
    padding: 0 30px 1.75em 0;
  }
}

.top-model {
  margin: 0 auto 110px 0;
}
.top-model--inner {
  width: 94%;
}
@media screen and (max-width: 768px) {
  .top-model--inner {
    width: 93%;
  }
}

.top-model-slide {
  padding-bottom: 70px;
}
@media screen and (max-width: 859px) {
  .top-model-slide {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .top-model-slide {
    padding-bottom: 30px;
  }
}
.top-model-slide--item {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  direction: ltr;
}
@media screen and (max-width: 859px) {
  .top-model-slide--item {
    width: 280px;
  }
}
@media screen and (max-width: 430px) {
  .top-model-slide--item {
    width: 240px;
  }
}
.top-model-slide--link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 80px;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  border-radius: 10px;
  display: block;
  text-align: left;
  position: relative;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  direction: ltr;
  text-align: left;
}
.top-model-slide--link * {
  direction: ltr;
  text-align: left;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
.top-model-slide--link::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #1a1a1a;
  display: block;
}
.top-model-slide--link::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 43px;
  width: 32px;
  height: 32px;
  background: url("../img/common/ico_arrow-03.svg") no-repeat right center;
}
@media (hover: hover) {
  .top-model-slide--link:hover {
    background-color: #eff1f2;
  }
}
.top-model-slide--link:active {
  background-color: #eff1f2;
}
.top-model-slide--image {
  aspect-ratio: 268/252;
  border-radius: 10px;
}
.top-model-slide--image img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-model-slide--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  direction: ltr;
  gap: 0.4em;
  font-size: 1.1rem;
  margin-top: 1em;
}
.top-model-slide--category span {
  color: #fff;
  padding: 0.4em 1em;
  background-color: #828282;
  border-radius: 20px;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  direction: ltr;
}
.top-model-slide--text {
  text-align: left;
  direction: ltr;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 859px) {
  .top-model-slide--text {
    font-size: 1.3rem;
  }
}
.top-model-slide .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 70px;
  height: 70px;
  background-color: #505050;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  z-index: 2;
}
@media screen and (max-width: 859px) {
  .top-model-slide .splide__arrow {
    width: 50px;
    height: 50px;
    bottom: -50px;
  }
}
@media screen and (max-width: 430px) {
  .top-model-slide .splide__arrow {
    bottom: -50px;
  }
}
.top-model-slide .splide__arrow--prev {
  right: 110px;
}
@media screen and (max-width: 859px) {
  .top-model-slide .splide__arrow--prev {
    right: 80px;
  }
}
@media screen and (max-width: 430px) {
  .top-model-slide .splide__arrow--prev {
    right: 50px;
  }
}
.top-model-slide .splide__arrow--prev::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}
.top-model-slide .splide__arrow--next {
  right: 0;
}
@media screen and (max-width: 430px) {
  .top-model-slide .splide__arrow--next {
    right: -3%;
  }
}
.top-model-slide .splide__arrow--next::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}

.top-works {
  background: url("../img/top/bg_works-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 80px 0 160px;
}
@media screen and (max-width: 768px) {
  .top-works {
    padding: 50px 0;
  }
}
.top-works--inner {
  display: grid;
  margin: 0 auto;
  grid-template-columns: 1fr 245px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 60px;
  max-width: 1310px;
  width: 88%;
}
@media screen and (max-width: 768px) {
  .top-works--inner {
    row-gap: 30px;
    grid-template-columns: 1fr;
    width: 94%;
  }
}
@media screen and (max-width: 430px) {
  .top-works--inner {
    row-gap: 25px;
  }
}

.top-works-lead {
  color: #fff;
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
}
@media screen and (max-width: 768px) {
  .top-works-lead {
    width: 92%;
    margin: 0 auto;
  }
}
.top-works-lead--text {
  margin-top: 0.5em;
}

.top-works-detail {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .top-works-detail {
    grid-column: 1/2;
    grid-row: 3/4;
    justify-items: end;
    text-align: right;
  }
}

.top-works-contents {
  grid-column: 1/3;
  grid-row: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1240px) {
  .top-works-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-works-contents {
    grid-column: 1/2;
    row-gap: 15px;
  }
}
.top-works-contents .top-works-item {
  width: 25%;
}
@media screen and (max-width: 1240px) {
  .top-works-contents .top-works-item {
    width: 48.5%;
  }
}

.top-works-item {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 25px 25px 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-works-item::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 30px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .top-works-item {
    padding: 12px 12px 25px;
  }
  .top-works-item::before {
    left: 10px;
    bottom: 15px;
    width: calc(100% - 24px);
  }
}
@media (hover: hover) {
  .top-works-item:hover {
    background-color: white;
  }
  .top-works-item:hover .top-works-item--ct li {
    background-color: #9b9b9b;
  }
  .top-works-item:hover .top-works-item--ct::before {
    background-color: #b9b64f;
  }
}
.top-works-item:active {
  background-color: white;
}
.top-works-item:active .top-works-item--ct li {
  background-color: #9b9b9b;
}
.top-works-item:active .top-works-item--ct::before {
  background-color: #b9b64f;
}
.top-works-item--image {
  aspect-ratio: 262/171;
  overflow: hidden;
}
.top-works-item--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-works-item--text {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  margin-bottom: 1em;
}
.top-works-item--ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  padding-right: 35px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .top-works-item--ct {
    font-size: 1rem;
    padding-right: 22px;
  }
}
.top-works-item--ct li {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 100px;
  padding: 0.4em 1em 0.5em;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-works-item--ct::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #505050;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 430px) {
  .top-works-item--ct::before {
    width: 19px;
    height: 19px;
  }
}
.top-works-item--ct::after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  right: 11px;
  bottom: 8px;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 430px) {
  .top-works-item--ct::after {
    width: 5px;
    height: 7px;
    right: 6px;
    bottom: 4px;
  }
}

.top-content {
  padding: 120px 0 110px;
  background-color: #eff1f2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-content {
    padding: 70px 0;
  }
}
@media screen and (max-width: 430px) {
  .top-content {
    padding: 50px 0;
  }
}
.top-content::before {
  content: "";
  width: 30%;
  height: 40%;
  position: absolute;
  top: 50px;
  left: 0;
  background: url("../img/common/ico_mark-left-02.svg") no-repeat left top;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 430px) {
  .top-content::before {
    top: 20px;
  }
}
.top-content::after {
  content: "";
  width: 30%;
  height: 40%;
  position: absolute;
  top: 50px;
  right: 0;
  background: url("../img/common/ico_mark-right-02.svg") no-repeat right top;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 430px) {
  .top-content::after {
    top: 20px;
  }
}
.top-content--inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
  max-width: 1310px;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .top-content--inner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 430px) {
  .top-content--inner {
    width: 91%;
  }
}
.top-content--image {
  position: absolute;
  left: calc(50% - 109px);
  bottom: -40px;
  width: 218px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .top-content--image {
    left: auto;
    right: 0;
    max-width: 218px;
    width: 28%;
  }
}
@media screen and (max-width: 430px) {
  .top-content--image {
    bottom: -50px;
  }
}

.top-content-block {
  max-width: 645px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 0 0 40px;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1240px) {
  .top-content-block {
    margin: auto;
  }
}
@media screen and (max-width: 430px) {
  .top-content-block {
    padding: 0 0 30px;
  }
}

.top-content-article {
  max-width: 645px;
  width: 86%;
  height: 340px;
  overflow-y: scroll;
  margin: 55px auto 0;
}
@media screen and (max-width: 430px) {
  .top-content-article {
    width: 88%;
    width: calc(88% + 5px);
    margin: 30px auto 0 6%;
  }
}
.top-content-article::-webkit-scrollbar {
  width: 11px;
}
@media screen and (max-width: 430px) {
  .top-content-article::-webkit-scrollbar {
    width: 5px;
  }
}
.top-content-article::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
.top-content-article::-webkit-scrollbar-track {
  background-color: #e9e9e9;
  border-radius: 10px;
}
.top-content-article--detail {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .top-content-article--detail {
    margin-top: 30px;
  }
}

.top-voice, .top-column {
  font-size: 1.4rem;
  padding-right: 40px;
}
@media screen and (max-width: 1240px) {
  .top-voice, .top-column {
    padding-right: 30px;
  }
}
@media screen and (max-width: 430px) {
  .top-voice, .top-column {
    font-size: 1.2rem;
    padding-right: 15px;
  }
}
.top-voice--item, .top-column--item {
  border-bottom: 1px solid #dbdbdb;
}

.top-voice {
  list-style: none;
}
.top-voice--item {
  padding-bottom: 18px;
  padding-right: 5px;
  margin-bottom: 15px;
}
.top-voice--item:last-child {
  margin-bottom: 0;
}
.top-voice--head {
  margin-bottom: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
}
.top-voice--star {
  color: #cac556;
  font-size: clamp(2rem, 3.6vw, 3.6rem);
  letter-spacing: 0;
  line-height: 1;
}
.top-voice--name {
  font-size: 1.3rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 430px) {
  .top-voice--name {
    font-size: 1.1rem;
  }
}

.top-column {
  list-style: none;
}
.top-column--item {
  padding-bottom: 20px;
  padding-right: 5px;
  margin-bottom: 20px;
}
.top-column--item:last-child {
  margin-bottom: 0;
}
.top-column--link {
  display: grid;
  grid-template-columns: 146px 1fr;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
}
@media screen and (max-width: 1240px) {
  .top-column--link {
    -webkit-column-gap: 1.25em;
       -moz-column-gap: 1.25em;
            column-gap: 1.25em;
    grid-template-columns: 1fr 2fr;
  }
}
.top-column--image {
  grid-column: 1/2;
  grid-row: 1/3;
}
.top-column--day {
  grid-column: 2/3;
  grid-row: 1/2;
}
.top-column--text {
  grid-column: 2/3;
  grid-row: 2/3;
}

.top-media {
  padding: 80px 0 110px;
}
@media screen and (max-width: 768px) {
  .top-media {
    padding: 60px 0;
  }
}
@media screen and (max-width: 430px) {
  .top-media {
    padding: 50px 0;
  }
}
.top-media--inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3.8%;
     -moz-column-gap: 3.8%;
          column-gap: 3.8%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .top-media--inner {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
@media screen and (max-width: 430px) {
  .top-media--inner {
    margin-top: 30px;
  }
}
.top-media--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (hover: hover) {
  .top-media--link:hover .top-media-image {
    background-color: #b9b64f;
  }
  .top-media--link:hover .top-media-text::before {
    background-color: #b9b64f;
  }
  .top-media--link:hover .top-media-btn {
    background-color: #b9b64f;
  }
}
.top-media--link:active .top-media-image {
  background-color: #b9b64f;
}
.top-media--link:active .top-media-text::before {
  background-color: #b9b64f;
}
.top-media--link:active .top-media-btn {
  background-color: #b9b64f;
}
.top-media--link.top-media-soon {
  pointer-events: none;
}
.top-media--link.top-media-soon .top-media-text::before, .top-media--link.top-media-soon .top-media-text::after {
  display: none;
}
.top-media--link.top-media-soon .top-media-btn {
  color: #eff1f2;
  background-color: #c9c9c9;
}

.top-media-image {
  background-color: #cac556;
  border-radius: 10px;
  aspect-ratio: 414/210;
  text-align: center;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-media-image img {
  width: 80px;
  height: 56px;
}

.top-media-title {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 0.75em;
}
.top-media-title--jp {
  color: #919496;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 0.2em;
  margin-bottom: 1em;
}

.top-media-text {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-bottom: 1.75em;
  margin-bottom: 1.75em;
  border-bottom: 1px solid #1a1a1a;
  padding-right: 45px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.top-media-text::before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #505050;
  position: absolute;
  top: calc(50% - 16px - 0.6em);
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-media-text::after {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(50% - 16px - 0.6em);
  right: 0;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: 6px 9px;
}

.top-media-btn {
  color: #fff;
  background-color: #505050;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  border-radius: 100px;
  padding: 1em;
  display: block;
  max-width: 245px;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*!
page > about
------------------------------
*/
.about-fv {
  color: #fff;
  background-color: #e2de63;
  position: relative;
}
.about-fv--inner {
  position: relative;
  z-index: 2;
}
.about-fv.about-fv-company {
  width: 100%;
  height: 958px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1240px) {
  .about-fv.about-fv-company {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-fv.about-fv-company {
    margin-bottom: 50px;
  }
}

.about-fv-company-inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0;
}
@media screen and (max-width: 1240px) {
  .about-fv-company-inner {
    position: relative;
    height: auto;
    margin-top: -145px;
  }
}
@media screen and (max-width: 859px) {
  .about-fv-company-inner {
    margin-top: -90px;
  }
}
@media screen and (max-width: 430px) {
  .about-fv-company-inner {
    margin-top: -50px;
  }
}

.about-fv-company-image {
  width: 100%;
  max-width: 1095px;
  height: 100%;
  margin: 0 0 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 859px) {
  .about-fv-company-image {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
.about-fv-company-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-fv-concept {
  text-align: center;
  padding: 80px 0 70px;
}
@media screen and (max-width: 768px) {
  .about-fv-concept {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 430px) {
  .about-fv-concept {
    padding: 30px 0 35px;
  }
}
.about-fv-concept--image {
  max-width: 335px;
  width: 60%;
  margin: 0 auto;
}
.about-fv-concept--text {
  font-family: "utsukushi", serif;
  font-size: clamp(1.7rem, 3.3vw, 3.3rem);
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 2em;
}

.about-mission {
  padding: 50px 0 160px;
}
@media screen and (max-width: 768px) {
  .about-mission {
    padding: 40px 0 70px;
  }
}
@media screen and (max-width: 430px) {
  .about-mission {
    padding: 40px 0;
  }
}
.about-mission--inner {
  position: relative;
  text-align: center;
}
.about-mission--block1 {
  padding-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .about-mission--block1 {
    padding-top: 10px;
  }
}
.about-mission--block1::after {
  content: "";
  display: block;
  margin: 60px auto 0;
  width: 38px;
  height: 4px;
  background: url("../img/common/ico_dots-01.svg") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .about-mission--block1::after {
    margin: 35px auto 0;
  }
}

.about-mission-title {
  font-size: clamp(1.9rem, 3.5vw, 3.5rem);
  font-family: "utsukushi", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.7;
  padding: 1em 0;
}

.about-mission-text {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 300;
  line-height: 2.5;
}

.about-thought {
  text-align: center;
  background-color: #eff1f2;
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .about-thought {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 430px) {
  .about-thought {
    padding: 40px 0;
  }
}
.about-thought--inner {
  position: relative;
}

.about-thought-text {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 300;
  line-height: 2.5;
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .about-thought-text {
    padding-left: 40px;
    text-align: left;
    padding-top: 0;
  }
}

.about-thought-title {
  font-size: clamp(1.7rem, 3.5vw, 3.5rem);
  font-family: "utsukushi", serif;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.7;
  margin: 1.8em auto;
}
@media screen and (max-width: 768px) {
  .about-thought-title {
    letter-spacing: 0.05em;
  }
}

.about-thought-youtube {
  position: relative;
  padding-top: 56.25%;
}
.about-thought-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.about-thought-youtube {
  width: 92%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (min-width: 860px) {
  .about-thought-youtube {
    width: 88%;
  }
}
.about-thought-youtube--text {
  font-size: 1.2rem;
  margin-top: 1em;
  margin-bottom: 70px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .about-thought-youtube--text {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}

.about-point-wrap {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
@media screen and (min-width: 860px) {
  .about-point-wrap {
    width: 88%;
  }
}

.about-point {
  margin-bottom: 10px;
  text-align: left;
}
.about-point .about-point-btn {
  background-color: #fff;
  display: grid;
  grid-template-columns: 216px 1fr;
  width: 100%;
  padding: 20px 0;
  border: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-point .about-point-btn {
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (max-width: 430px) {
  .about-point .about-point-btn {
    display: block;
    padding: 20px;
  }
}
.about-point .about-point-btn::before, .about-point .about-point-btn::after {
  content: "";
  width: 68px;
  height: 68px;
  position: absolute;
  right: 35px;
  top: calc(50% - 35px);
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 859px) {
  .about-point .about-point-btn::before, .about-point .about-point-btn::after {
    width: 48px;
    height: 48px;
    right: 18px;
    top: calc(50% - 24px);
  }
}
@media screen and (max-width: 430px) {
  .about-point .about-point-btn::before, .about-point .about-point-btn::after {
    width: 28px;
    height: 28px;
    right: 12px;
    top: calc(50% - 14px);
  }
}
.about-point .about-point-btn::before {
  background-color: #505050;
  border-radius: 50%;
  border: 1px solid #505050;
}
.about-point .about-point-btn::after {
  background: url("../img/common/ico_arrow-06.svg") no-repeat center center;
  background-size: 15px 9px;
}
@media screen and (max-width: 859px) {
  .about-point .about-point-btn::after {
    background-size: 10px 6px;
  }
}
@media screen and (max-width: 430px) {
  .about-point .about-point-btn::after {
    background-size: 8px;
  }
}
@media (hover: hover) {
  .about-point .about-point-btn:hover::before {
    background-color: #9b9b9b;
    border-color: #9b9b9b;
  }
}
.about-point .about-point-btn:active::before {
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.about-point .about-point-btn.active::before {
  border-color: #4d4d4d;
  background-color: #fff;
}
.about-point .about-point-btn.active::after {
  background-image: url("../img/common/ico_arrow-05.svg");
}
.about-point .about-point-btn--num {
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-weight: 700;
  -ms-flex-item-align: center;
      align-self: center;
  color: #e2de63;
  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;
}
.about-point .about-point-btn--num::before {
  content: "thought";
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  font-weight: 300;
  color: #333;
  margin-right: 0.5em;
}
@media screen and (max-width: 430px) {
  .about-point .about-point-btn--num {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.about-point .about-point-btn--title {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 200;
  text-align: left;
  padding: 2em 90px 2em 2em;
  border-left: 1px solid #dedede;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 859px) {
  .about-point .about-point-btn--title {
    padding: 1em 60px 1em 1em;
  }
}
@media screen and (max-width: 430px) {
  .about-point .about-point-btn--title {
    border-left: none;
    display: block;
    padding: 0.5em 40px 0 0;
  }
}
.about-point .about-point-detail {
  overflow: hidden;
  height: 0;
  background-color: #f0edc1;
  font-size: clamp(1.3rem, 1.9vw, 1.9rem);
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0;
}
.about-point .about-point-detail--grid {
  padding: 50px;
  display: grid;
  grid-template-columns: 328px 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 859px) {
  .about-point .about-point-detail--grid {
    display: block;
  }
  .about-point .about-point-detail--grid .about-point-detail--image {
    max-width: 400px;
    width: 90%;
    margin: 0 auto;
  }
  .about-point .about-point-detail--grid .about-point-detail--text {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .about-point .about-point-detail--grid {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 430px) {
  .about-point .about-point-detail--grid {
    padding: 30px 6%;
  }
}
.about-point .about-point-detail--block {
  padding: 50px;
}
.about-point .about-point-detail--block .about-point-detail--text {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .about-point .about-point-detail--block {
    padding: 40px 6%;
  }
}
@media screen and (max-width: 430px) {
  .about-point .about-point-detail--block {
    padding: 30px 6%;
  }
}
.about-point .about-point-detail--image {
  width: 100%;
}

.about-youtube {
  padding: 110px 0 200px;
  position: relative;
  background: url("../img/about/bg_youtube.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1240px) {
  .about-youtube {
    padding: 50px 0;
  }
}

.about-youtube-title {
  text-align: center;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-bottom: 1.25em;
}
.about-youtube-title--sub {
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  margin: 1em auto 0.25em;
}
.about-youtube-title--sub span {
  font-family: "Lexend Deca", sans-serif;
}

.about-youtube-text {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 2.375;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .about-youtube-text {
    text-align: left;
    padding-right: 140px;
  }
}
@media screen and (max-width: 430px) {
  .about-youtube-text {
    padding-right: 0;
    margin-bottom: 1em;
  }
}
.about-youtube-text--block {
  text-align: center;
  font-size: clamp(1.3rem, 2vw, 2rem);
  background-color: #fff;
  padding: 0.2em 3em;
  max-width: 576px;
  margin: 0 auto 1.5em;
}
@media screen and (max-width: 768px) {
  .about-youtube-text--block {
    max-width: none;
  }
}

.about-youtube-movie {
  position: relative;
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
}
.about-youtube-movie--youtube {
  margin: 70px auto 0;
  position: relative;
  padding-top: 56.25%;
}
.about-youtube-movie--youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .about-youtube-movie--youtube {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 430px) {
  .about-youtube-movie--youtube {
    margin: 20px auto 0;
  }
}
.about-youtube-movie--icon {
  width: 190px;
  height: 190px;
  position: absolute;
  right: -90px;
  top: -165px;
  z-index: 2;
}
@media screen and (max-width: 1330px) {
  .about-youtube-movie--icon {
    right: -50px;
  }
}
@media screen and (max-width: 1240px) {
  .about-youtube-movie--icon {
    width: 160px;
    height: 160px;
    top: -140px;
    right: -5%;
  }
}
@media screen and (max-width: 430px) {
  .about-youtube-movie--icon {
    width: 120px;
    height: 120px;
    position: relative;
    margin: auto;
    top: auto;
    right: auto;
  }
}

.about-youtube-slide {
  padding-bottom: 110px;
  margin-bottom: 30px;
}
@media screen and (max-width: 859px) {
  .about-youtube-slide {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 430px) {
  .about-youtube-slide {
    padding-bottom: 50px;
  }
}
.about-youtube-slide--item {
  width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  direction: ltr;
  margin: 10px 0;
}
@media screen and (max-width: 859px) {
  .about-youtube-slide--item {
    width: 280px;
  }
}
@media screen and (max-width: 430px) {
  .about-youtube-slide--item {
    width: 240px;
  }
}
.about-youtube-slide--link {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 80px;
  background-color: #fff;
  display: block;
  text-align: left;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 10px -6px rgba(0, 0, 0, 0.4);
}
.about-youtube-slide--link::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 30px;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #1a1a1a;
  display: block;
}
.about-youtube-slide--link::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 43px;
  width: 32px;
  height: 32px;
  background: url("../img/common/ico_arrow-03.svg") no-repeat right center;
}
@media (hover: hover) {
  .about-youtube-slide--link:hover {
    background-color: #eff1f2;
  }
}
.about-youtube-slide--link:active {
  background-color: #eff1f2;
}
.about-youtube-slide--image {
  aspect-ratio: 16/9;
}
.about-youtube-slide--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-youtube-slide--text {
  text-align: left;
  direction: ltr;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 859px) {
  .about-youtube-slide--text {
    font-size: 1.3rem;
  }
}
.about-youtube-slide .splide__arrow {
  background: none;
  border: none;
  padding: 0;
  background: none;
  border: none;
  width: 70px;
  height: 70px;
  background-color: #d0c900;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
@media (hover: hover) {
  .about-youtube-slide .splide__arrow:hover {
    background-color: #b9b64f;
  }
}
.about-youtube-slide .splide__arrow:active {
  background-color: #b9b64f;
}
@media screen and (max-width: 859px) {
  .about-youtube-slide .splide__arrow {
    width: 50px;
    height: 50px;
  }
}
.about-youtube-slide .splide__arrow--prev {
  right: calc(8% + 110px);
}
@media screen and (max-width: 859px) {
  .about-youtube-slide .splide__arrow--prev {
    right: calc(8% + 80px);
  }
}
@media screen and (max-width: 430px) {
  .about-youtube-slide .splide__arrow--prev {
    right: calc(8% + 50px);
  }
}
.about-youtube-slide .splide__arrow--prev::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}
.about-youtube-slide .splide__arrow--next {
  right: 8%;
}
@media screen and (max-width: 430px) {
  .about-youtube-slide .splide__arrow--next {
    right: 4%;
  }
}
.about-youtube-slide .splide__arrow--next::after {
  content: "";
  width: 10px;
  height: 14px;
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 7px);
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
}

.about-company {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .about-company {
    margin-bottom: 40px;
  }
}

.about-company-block {
  display: grid;
  grid-template-columns: 300px 1fr;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  border-top: 1px solid #c7c7c7;
}
.about-company-block:last-child {
  border-bottom: 1px solid #c7c7c7;
}
@media screen and (max-width: 859px) {
  .about-company-block {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .about-company-block {
    grid-template-columns: 7em 1fr;
  }
}
.about-company-block dt, .about-company-block dd {
  padding: 0.75em 0.5em;
}
.about-company-block dt {
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  .about-company-block dt {
    padding: 0.55em 0.5em 0.5em 0;
  }
}
.about-company-block dd {
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .about-company-block dd {
    padding: 0.55em 0 0.5em 0.5em;
  }
}
.about-company-block .about-company-block-bt {
  border-top: 1px solid #c7c7c7;
}

.about-access {
  margin: 0 auto 125px;
}
@media screen and (max-width: 768px) {
  .about-access {
    margin: 0 auto 60px;
  }
}

.about-access-iframe {
  width: 94%;
  height: 770px;
  margin: 0 0 0 auto;
  position: relative;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  position: relative;
  padding-top: 770px;
}
.about-access-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 859px) {
  .about-access-iframe {
    height: 460px;
    padding-top: 460px;
  }
}
@media screen and (max-width: 768px) {
  .about-access-iframe {
    width: 93%;
    height: 380px;
    padding-top: 380px;
  }
}
@media screen and (max-width: 430px) {
  .about-access-iframe {
    height: 300px;
    padding-top: 300px;
  }
}

/*!
page > lineup
------------------------------
*/
.lineup-fv-list {
  color: #fff;
  background: url("../img/lineup/img_fv.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 650px;
}
@media screen and (max-width: 768px) {
  .lineup-fv-list {
    min-height: 400px;
  }
}
.lineup-fv-list--title {
  padding: 3em 0;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
}

.lineup-fv {
  position: relative;
  min-height: 650px;
}
@media screen and (max-width: 768px) {
  .lineup-fv {
    min-height: 0;
  }
}
.lineup-fv--inner {
  position: relative;
  z-index: 2;
}
.lineup-fv--text {
  max-width: 380px;
  width: 30%;
  font-size: clamp(1.3rem, 2vw, 2rem);
}
@media screen and (max-width: 768px) {
  .lineup-fv--text {
    width: 100%;
    max-width: none;
  }
}
.lineup-fv--title {
  margin: 130px auto 160px 0;
  max-height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .lineup-fv--title {
    margin: 30px auto 20px 0;
  }
}
.lineup-fv--title--shin {
  max-width: 36%;
}
.lineup-fv--title--rin {
  max-width: 31%;
}
.lineup-fv--title--moku {
  max-width: 40%;
}
.lineup-fv .lineup-fv-slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 64%;
  max-width: 1200px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lineup-fv .lineup-fv-slide {
    position: relative;
    margin: 20px 0 0 auto;
    width: 93%;
  }
}
.lineup-fv .lineup-fv-slide--image {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.lineup-fv .lineup-fv-slide--image::before {
  content: "";
  display: block;
  padding-top: 650px;
}
.lineup-fv .lineup-fv-slide--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 768px) {
  .lineup-fv .lineup-fv-slide--image {
    position: relative;
  }
  .lineup-fv .lineup-fv-slide--image::before {
    content: "";
    display: block;
    padding-top: 60.5%;
  }
  .lineup-fv .lineup-fv-slide--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.lineup-lead {
  padding: 70px 0;
  color: #919496;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .lineup-lead {
    padding: 40px 0;
  }
}

.lineup-link {
  max-width: 1350px;
  width: 88%;
  min-height: 440px;
  background-color: #f2f2f2;
  display: grid;
  grid-template-columns: 53.8% 1fr;
  margin: 0 auto 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup-link {
    width: 86%;
    margin: 0 auto 30px;
    display: block;
    min-height: 0;
  }
}
@media (hover: hover) {
  .lineup-link:hover {
    background-color: #f0edc1;
  }
}
.lineup-link:active {
  background-color: #f0edc1;
}
.lineup-link::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/common/ico_arrow-03.svg") no-repeat center center;
  position: absolute;
  right: 32px;
  bottom: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .lineup-link::after {
    right: 2%;
    bottom: 10px;
    width: 26px;
    height: 26px;
  }
}

.lineup-link-image {
  position: relative;
}
.lineup-link-image--figure {
  width: 100%;
  position: relative;
}
.lineup-link-image--figure::before {
  content: "";
  display: block;
  padding-top: 440px;
}
.lineup-link-image--figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
.lineup-link-image--figure img {
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 768px) {
  .lineup-link-image--figure {
    position: relative;
  }
  .lineup-link-image--figure::before {
    content: "";
    display: block;
    padding-top: 60.6%;
  }
  .lineup-link-image--figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
.lineup-link-image--text {
  position: absolute;
  right: 1.5em;
  top: 1.5em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  background-color: #fff;
  padding: 0.5em 0.5em;
  font-size: clamp(1.1rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
  line-height: 1;
}

.lineup-slide .splide__pagination {
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 430px) {
  .lineup-slide .splide__pagination {
    gap: 5px;
    bottom: 8px;
  }
}
.lineup-slide .splide__pagination li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 430px) {
  .lineup-slide .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}
.lineup-slide .splide__pagination__page {
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .lineup-slide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.lineup-slide .splide__pagination__page.is-active {
  background-color: #cac556;
}

.lineup-link-text {
  -ms-flex-item-align: center;
      align-self: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 20px 10%;
}
@media screen and (max-width: 768px) {
  .lineup-link-text {
    padding: 40px 7%;
  }
}
@media screen and (max-width: 430px) {
  .lineup-link-text {
    padding: 30px 7% 35px;
  }
}
.lineup-link-text--sub {
  text-align: center;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 200;
  letter-spacing: 0;
  margin: 2.25em auto;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .lineup-link-text--sub {
    margin: 1.25em auto;
  }
}
.lineup-link-text--detail {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}

.lineup-link-title {
  margin: 0 auto;
}
.lineup-link-title--shin {
  width: 60%;
  max-width: 225px;
}
.lineup-link-title--rin {
  width: 54%;
  max-width: 189px;
}
.lineup-link-title--moku {
  width: 70%;
  max-width: 276px;
}

.lineup-standard {
  max-width: 1350px;
  width: 88%;
  padding: 50px 0 40px;
  margin: 0 auto 110px;
  border-bottom: 1px solid #c7c7c7;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup-standard {
    width: 86%;
    margin: 0 auto 60px;
    padding: 30px 0 25px;
  }
}
.lineup-standard--inner {
  max-width: 1200px;
  width: 98%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: 1fr 830px;
  gap: 30px;
}
@media screen and (max-width: 1240px) {
  .lineup-standard--inner {
    grid-template-columns: 220px 1fr;
  }
}
@media screen and (max-width: 859px) {
  .lineup-standard--inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standard--inner {
    margin: 20px auto 0;
  }
}
.lineup-standard--sentence {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
}
@media screen and (max-width: 859px) {
  .lineup-standard--sentence {
    text-align: center;
  }
}
.lineup-standard--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .lineup-standard--list {
    gap: 5px;
  }
}
.lineup-standard .lineup-standard-item {
  background-color: #f0edc1;
  font-size: clamp(1.3rem, 1.6vw, 2rem);
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1em 0.5em;
  border-radius: 10px;
  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;
}
@media screen and (max-width: 768px) {
  .lineup-standard .lineup-standard-item {
    border-radius: 5px;
  }
}

.lineup-nav {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin: 5em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  row-gap: 1em;
}
.lineup-nav--item {
  display: inline-block;
  letter-spacing: 0;
  padding-left: 1.5em;
  background: url("../img/common/ico_arrow-07.svg") no-repeat left center;
  background-size: 1em;
}
@media (hover: hover) {
  .lineup-nav--item:hover {
    color: #b9b64f;
  }
}
.lineup-nav--item:active {
  color: #b9b64f;
}

.lineup-feature {
  width: 92%;
  display: grid;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .lineup-feature {
    display: block;
    width: 100%;
    margin-bottom: 60px;
  }
}
.lineup-feature--left {
  grid-template-columns: 1fr 670px;
  -webkit-column-gap: 5.6%;
     -moz-column-gap: 5.6%;
          column-gap: 5.6%;
}
@media screen and (max-width: 1240px) {
  .lineup-feature--left {
    grid-template-columns: 1fr 480px;
  }
}
.lineup-feature--right {
  grid-template-columns: 670px 1fr;
  -webkit-column-gap: 5.6%;
     -moz-column-gap: 5.6%;
          column-gap: 5.6%;
  margin: 0 0 120px auto;
}
@media screen and (max-width: 1240px) {
  .lineup-feature--right {
    grid-template-columns: 480px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lineup-feature--right {
    margin: 0 0 60px auto;
  }
}
.lineup-feature--right .lineup-feature-image {
  grid-column: 2/3;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .lineup-feature--right .lineup-feature-image {
    margin: 0 0 0 auto;
  }
}
.lineup-feature--right .lineup-feature-text {
  grid-column: 1/2;
  grid-row: 1/2;
}

.lineup-feature-image {
  position: relative;
  min-height: 657px;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .lineup-feature-image {
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup-feature-image {
    width: 93%;
  }
  .lineup-feature-image img {
    -o-object-fit: none;
       object-fit: none;
  }
}
.lineup-feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.lineup-feature-image figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  text-align: center;
  width: 100%;
}

.lineup-feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .lineup-feature-text {
    width: 86%;
    margin: 0 auto;
  }
}
.lineup-feature-text--title {
  font-family: "utsukushi", serif;
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .lineup-feature-text--title {
    margin-top: 1em;
  }
}
.lineup-feature-text--sentence {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  max-width: 580px;
  margin-bottom: 2em;
}

.lineup-feature-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.lineup-standardSpec {
  margin: 0 auto 110px;
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec {
    margin: 0 auto 50px;
  }
}
.lineup-standardSpec .lineup-standardSpec-tab {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec .lineup-standardSpec-tab {
    margin: 20px auto 0;
  }
}
.lineup-standardSpec .lineup-standardSpec-tab--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1380px;
  width: 94%;
  background-color: #f2f2f2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec .lineup-standardSpec-tab--menu {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 430px) {
  .lineup-standardSpec .lineup-standardSpec-tab--menu {
    margin: 0 auto 25px;
  }
}
.lineup-standardSpec .lineup-standardSpec-tab--btn {
  width: 33.3333333333%;
  text-align: center;
  font-size: clamp(1.2rem, 2.2vw, 2.2rem);
  font-weight: 700;
  border-radius: 200px;
  padding: 1.5em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 430px) {
  .lineup-standardSpec .lineup-standardSpec-tab--btn {
    letter-spacing: 0;
    padding: 1.5em 0.5em;
  }
}
@media (hover: hover) {
  .lineup-standardSpec .lineup-standardSpec-tab--btn:hover {
    background-color: #b5b5b5;
  }
}
.lineup-standardSpec .lineup-standardSpec-tab--btn:active {
  background-color: #b5b5b5;
}
.lineup-standardSpec .lineup-standardSpec-tab--btn.is-active {
  color: #fff;
  background-color: #333;
}
.lineup-standardSpec .lineup-standardSpec-tab--panel {
  display: none;
}
.lineup-standardSpec .lineup-standardSpec-tab--panel.is-show {
  display: block;
}

.lineup-standardSpec-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 3.3%;
     -moz-column-gap: 3.3%;
          column-gap: 3.3%;
  row-gap: 40px;
}
@media screen and (max-width: 1240px) {
  .lineup-standardSpec-block {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec-block {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 0;
  }
}
.lineup-standardSpec-block--wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .lineup-standardSpec-block--wrap .splide__arrows {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec-block--wrap.splide {
    display: block;
  }
  .lineup-standardSpec-block--wrap.splide .splide__track {
    overflow: hidden;
    padding-bottom: 50px;
  }
  .lineup-standardSpec-block--wrap.splide .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lineup-standardSpec-block--wrap.splide .splide__slide {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
  }
  .lineup-standardSpec-block--wrap.splide .splide__pagination {
    gap: 8px;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
  }
  .lineup-standardSpec-block--wrap.splide .splide__pagination li {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .lineup-standardSpec-block--wrap.splide .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec-block--wrap.splide .splide__pagination__page {
    display: block;
    background-color: #b5b5b5;
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  .lineup-standardSpec-block--wrap.splide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec-block--wrap.splide .splide__pagination__page.is-active {
    background-color: #cac556;
  }
  .lineup-standardSpec-block--wrap.splide .splide__arrow {
    background: none;
    border: none;
    padding: 0;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    background-color: #cac556;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }
  .lineup-standardSpec-block--wrap.splide .splide__arrow--prev {
    left: -3%;
  }
  .lineup-standardSpec-block--wrap.splide .splide__arrow--prev::after {
    content: "";
    width: 10px;
    height: 14px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 7px);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
    background-size: contain;
  }
  .lineup-standardSpec-block--wrap.splide .splide__arrow--next {
    right: -3%;
  }
  .lineup-standardSpec-block--wrap.splide .splide__arrow--next::after {
    content: "";
    width: 10px;
    height: 14px;
    position: absolute;
    left: calc(50% - 5px);
    top: calc(50% - 7px);
    background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
    background-size: contain;
  }
}

@media screen and (min-width: 769px) {
  .lineup-standardSpec-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup-standardSpec-item--title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .lineup-standardSpec-item--title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec-item--title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1.2em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .lineup-standardSpec-item--image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec-item--image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lineup-standardSpec-item--text {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 400;
  margin-top: 1em;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 769px) {
  .lineup-standardSpec-item--text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 768px) {
  .lineup-standardSpec-item--text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.5em;
  }
}

.lineup-gallery {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .lineup-gallery {
    margin: 0 auto 50px;
  }
}

.lineup-cost {
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .lineup-cost {
    margin: 0 auto 70px;
  }
}
.lineup-cost--dummy {
  background-color: #eff1f2;
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}

.lineup-example {
  margin: 0 auto 140px;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lineup-example {
    margin: 0 auto 70px;
    padding: 50px 0;
  }
}
@media screen and (max-width: 430px) {
  .lineup-example {
    padding: 40px 0;
  }
}
.lineup-example::before {
  content: "";
  position: absolute;
  width: 92%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #e2de63;
  border-radius: 0 50px 50px 0;
  opacity: 0.2;
}
@media screen and (max-width: 1330px) {
  .lineup-example::before {
    width: 97%;
  }
}
@media screen and (max-width: 768px) {
  .lineup-example::before {
    border-radius: 0 25px 25px 0;
  }
}
.lineup-example--inner {
  display: grid;
  grid-template-columns: 420px 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
}
@media screen and (max-width: 1330px) {
  .lineup-example--inner {
    grid-template-columns: 1fr;
  }
}
.lineup-example--title {
  background-color: #fff;
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  padding: 2em 1em;
  border-radius: 200px;
  position: relative;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 1330px) {
  .lineup-example--title {
    margin-bottom: 1.5em;
    padding: 1em 1em;
  }
}
.lineup-example--title::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 9px);
  bottom: -9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}
@media screen and (max-width: 768px) {
  .lineup-example--title::before {
    width: 14px;
    height: 14px;
    left: calc(50% - 7px);
    bottom: -7px;
  }
}
.lineup-example--list {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  padding: 0 8% 0 0;
}
@media screen and (max-width: 1330px) {
  .lineup-example--list {
    padding: 0 2%;
  }
}
.lineup-example--list li {
  margin-bottom: 0.8em;
  position: relative;
  line-height: 2;
  padding-left: 1.5em;
}
.lineup-example--list li::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1em;
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: center;
}
.lineup-example--list li::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  left: 0;
  top: 0.35em;
  display: block;
  background: url("../img/common/ico_check-01.svg") no-repeat left center;
  background-size: contain;
}
.lineup-example--list li:last-child {
  margin-bottom: 0;
}

/*!
page > thought
------------------------------
*/
.thought-fv {
  color: #fff;
  background-color: #eff1f2;
  position: relative;
  width: 100%;
  height: 526px;
}
@media screen and (max-width: 768px) {
  .thought-fv {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .thought-fv {
    height: 250px;
  }
}
.thought-fv--title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.thought-fv--image {
  position: relative;
}
.thought-fv--image::before {
  content: "";
  display: block;
  padding-top: 790px;
}
.thought-fv--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 768px) {
  .thought-fv--image {
    position: relative;
  }
  .thought-fv--image::before {
    content: "";
    display: block;
    padding-top: 600px;
  }
  .thought-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 430px) {
  .thought-fv--image {
    position: relative;
  }
  .thought-fv--image::before {
    content: "";
    display: block;
    padding-top: 500px;
  }
  .thought-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.thought-index-wrap {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .thought-index-wrap {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 430px) {
  .thought-index-wrap {
    margin-bottom: 60px;
  }
}

.thought-index {
  width: 94%;
  max-width: 1680px;
  position: relative;
  background-color: #f2f2f2;
  display: grid;
}
.thought-index--right {
  grid-template-columns: 1fr 47.9%;
  margin: 0 0 60px auto;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 1240px) {
  .thought-index--right {
    grid-template-columns: 580px 1fr;
  }
}
@media screen and (max-width: 859px) {
  .thought-index--right {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 430px) {
  .thought-index--right {
    margin: 0 0 40px auto;
  }
}
.thought-index--right .thought-index--image {
  border-radius: 0 0 0 50px;
}
.thought-index--right .thought-index--image img {
  border-radius: 0 0 0 50px;
}
@media screen and (max-width: 859px) {
  .thought-index--right .thought-index--image {
    border-radius: 0 0 0 20px;
  }
  .thought-index--right .thought-index--image img {
    border-radius: 0 0 0 20px;
  }
}
.thought-index--left {
  grid-template-columns: 47.9% 1fr;
  margin: 0 auto 60px 0;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 1240px) {
  .thought-index--left {
    grid-template-columns: 1fr 580px;
  }
}
@media screen and (max-width: 859px) {
  .thought-index--left {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 430px) {
  .thought-index--left {
    margin: 0 auto 40px 0;
  }
}
.thought-index--left .thought-index--image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  grid-column: 1/2;
  border-radius: 0 0 50px 0;
}
.thought-index--left .thought-index--image img {
  border-radius: 0 0 50px 0;
}
@media screen and (max-width: 859px) {
  .thought-index--left .thought-index--image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 0 0 20px 0;
  }
  .thought-index--left .thought-index--image img {
    border-radius: 0 0 20px 0;
  }
}
.thought-index--left .thought-index--content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-column: 2/3;
}
@media screen and (max-width: 859px) {
  .thought-index--left .thought-index--content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: 1/2;
  }
}
.thought-index--image {
  position: relative;
}
@media screen and (max-width: 859px) {
  .thought-index--image {
    position: relative;
  }
  .thought-index--image::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .thought-index--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
.thought-index--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.thought-index--image figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.3em;
}
.thought-index--content {
  padding: 80px 8.6%;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .thought-index--content {
    padding: 50px 6% 40px;
  }
}
@media screen and (max-width: 859px) {
  .thought-index--content--inner {
    width: 96%;
    margin: 0 auto;
  }
}
.thought-index--text {
  max-width: 600px;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 1.875;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 859px) {
  .thought-index--text {
    margin-bottom: 1.5em;
  }
}
.thought-index--link {
  display: inline-block;
  margin-top: 40px;
}
@media screen and (max-width: 859px) {
  .thought-index--link {
    text-align: right;
    margin-top: 0;
    display: block;
  }
}
.thought-index--list {
  border-top: 1px solid #c7c7c7;
  margin: 40px auto 0;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .thought-index--list {
    margin: 30px auto 0;
    padding-top: 30px;
  }
}
.thought-index--list--inner {
  max-width: 534px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
@media screen and (max-width: 768px) {
  .thought-index--list--inner {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
    row-gap: 10px;
  }
}
@media screen and (max-width: 430px) {
  .thought-index--list--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}

/*!
page > mind
------------------------------
*/
.mind-fv {
  color: #fff;
  background-color: #eff1f2;
  position: relative;
  width: 100%;
}
.mind-fv--title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.mind-fv--title.mind-fv--title-center {
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mind-fv--image {
  position: relative;
}
.mind-fv--image::before {
  content: "";
  display: block;
  padding-top: 790px;
}
.mind-fv--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 768px) {
  .mind-fv--image {
    position: relative;
  }
  .mind-fv--image::before {
    content: "";
    display: block;
    padding-top: 600px;
  }
  .mind-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 430px) {
  .mind-fv--image {
    position: relative;
  }
  .mind-fv--image::before {
    content: "";
    display: block;
    padding-top: 500px;
  }
  .mind-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.mind-wrap {
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  max-width: 1200px;
  width: 88%;
  margin: -30px auto 0;
  position: relative;
}
@media screen and (max-width: 1330px) {
  .mind-wrap {
    grid-template-columns: 6% 70px 10% 1fr 6%;
    width: 100%;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .mind-wrap {
    grid-template-columns: 7% 50px 7% 1fr 7%;
  }
}
@media screen and (max-width: 430px) {
  .mind-wrap {
    grid-template-columns: 5% 35px 5% 1fr 7%;
    row-gap: 20px;
  }
}
.mind-wrap .mind-head-nav {
  grid-column: 2/3;
  grid-row: 1/2;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1330px) {
  .mind-wrap .mind-head-nav {
    overflow-x: auto;
    grid-column: 1/6;
    padding-left: 7%;
    padding-right: 7%;
  }
}
.mind-wrap .mind-head-nav--item {
  position: relative;
}
.mind-wrap .mind-title {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 1330px) {
  .mind-wrap .mind-title {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
.mind-wrap .mind-inner {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 2.375;
}
@media screen and (max-width: 1330px) {
  .mind-wrap .mind-inner {
    grid-column: 4/5;
  }
}
@media screen and (max-width: 768px) {
  .mind-wrap .mind-inner {
    line-height: 2;
  }
}
.mind-wrap .mind-inner--second {
  grid-column: 2/3;
}
@media screen and (max-width: 1330px) {
  .mind-wrap .mind-inner--second {
    grid-column: 4/5;
  }
}

.mind-lead {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mind-lead {
    margin-bottom: 50px;
  }
}
.mind-lead--inner {
  width: 360px;
}
@media screen and (max-width: 1240px) {
  .mind-lead--inner {
    width: 100%;
  }
}
.mind-lead--images {
  position: absolute;
  left: 400px;
  bottom: 0;
  width: calc(109% - 400px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media screen and (max-width: 1240px) {
  .mind-lead--images {
    position: relative;
    width: 109%;
    left: 0;
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .mind-lead--images {
    width: 110%;
  }
}

.mind-recipe {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mind-recipe {
    margin-bottom: 50px;
  }
}
.mind-recipe--wrap1 {
  border: 1px solid #d2d2d2;
  background-color: #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.mind-recipe--wrap1::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 0 0 100% 0;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  z-index: 2;
}
.mind-recipe--wrap1::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 0 0 0 100%;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  z-index: 2;
}
.mind-recipe--wrap2 {
  position: relative;
}
.mind-recipe--wrap2::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 0 100% 0 0;
  border-right: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  position: absolute;
  left: -1px;
  bottom: -1px;
  display: block;
}
.mind-recipe--wrap2::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 100% 0 0 0;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #d2d2d2;
  position: absolute;
  right: -1px;
  bottom: -1px;
  display: block;
}
.mind-recipe--inner {
  padding: 45px 5.5% 50px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 58px 1fr;
  -webkit-column-gap: 3%;
     -moz-column-gap: 3%;
          column-gap: 3%;
  row-gap: 20px;
  text-align: center;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width: 859px) {
  .mind-recipe--inner {
    grid-template-columns: 1fr 48px 1fr;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  .mind-recipe--inner {
    grid-template-columns: 1fr;
    padding: 30px 7%;
    row-gap: 3px;
  }
}
@media screen and (max-width: 430px) {
  .mind-recipe--inner {
    padding: 20px 6%;
  }
}
.mind-recipe--inner::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mind-recipe--inner::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
}
.mind-recipe--inner .mind-recipe-so {
  width: 58px;
  height: 58px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
  border: 1px dashed currentColor;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  line-height: 1;
}
@media screen and (max-width: 859px) {
  .mind-recipe--inner .mind-recipe-so {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 768px) {
  .mind-recipe--inner .mind-recipe-so {
    margin: 0 auto;
    width: 44px;
    height: 44px;
  }
}
.mind-recipe--inner .mind-recipe-text1, .mind-recipe--inner .mind-recipe-text2 {
  border-bottom: 1px solid currentColor;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 0.5em;
  -ms-flex-item-align: last baseline;
      align-self: last baseline;
}
@media screen and (max-width: 768px) {
  .mind-recipe--inner .mind-recipe-text1 {
    padding-top: 1em;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .mind-recipe--inner .mind-recipe-text2 {
    padding-top: 0.7em;
    padding-bottom: 1em;
    border-color: #9b9b9b;
  }
  .mind-recipe--inner .mind-recipe-text2:last-child {
    border-bottom: none;
  }
}
.mind-recipe--inner .mind-recipe-text-shrinkage {
  letter-spacing: 0;
}

.mind-what {
  border-top: 1px solid #c1c1c1;
  padding: 90px 0 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mind-what {
    padding: 40px 0 0;
    margin-bottom: 50px;
  }
}
.mind-what .mind-what-dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  width: 100%;
  font-size: clamp(1.3rem, 1.7vw, 1.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .mind-what .mind-what-dl {
    margin-bottom: 25px;
    display: block;
  }
}
.mind-what .mind-what-dl dt {
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  letter-spacing: 0.04em;
  width: 240px;
}
@media screen and (max-width: 1000px) {
  .mind-what .mind-what-dl dt {
    width: 100%;
    margin-bottom: 0.25em;
  }
}
.mind-what .mind-what-dl dd {
  width: calc(100% - 240px);
}
@media screen and (max-width: 1000px) {
  .mind-what .mind-what-dl dd {
    width: 100%;
  }
}
.mind-what .mind-what-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mind-what .mind-what-image {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}

.mind-point {
  padding: 70px 7%;
  border: 1px solid #d2d2d2;
  background-color: #f1f1f1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mind-point {
    padding: 35px 8%;
  }
}
@media screen and (max-width: 430px) {
  .mind-point {
    padding: 25px 8%;
  }
}
.mind-point::before {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 1px solid #fff;
  position: absolute;
  left: 8px;
  top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .mind-point::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
}

.mind-point-block {
  display: grid;
  grid-template-columns: 1fr 420px;
  -webkit-column-gap: 5.8%;
     -moz-column-gap: 5.8%;
          column-gap: 5.8%;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 2.1;
}
@media screen and (max-width: 1240px) {
  .mind-point-block {
    display: block;
  }
}
.mind-point-block:not(:last-child) {
  border-bottom: 1px solid #cac556;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mind-point-block:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.mind-point-block .mind-point-title {
  grid-column: 1/2;
  display: grid;
  grid-template-columns: 70px 1fr;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 768px) {
  .mind-point-block .mind-point-title {
    display: block;
  }
}
.mind-point-block .mind-point-title--num {
  color: #cac556;
  -ms-flex-item-align: center;
      align-self: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  text-align: center;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .mind-point-block .mind-point-title--num {
    width: 52px;
    height: 52px;
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
.mind-point-block .mind-point-title--num span {
  display: block;
  text-align: center;
}
.mind-point-block .mind-point-title--num span::before {
  content: "POINT";
  font-size: 1rem;
  font-weight: 300;
  display: block;
}
.mind-point-block .mind-point-title--text {
  -ms-flex-item-align: center;
      align-self: center;
  font-weight: 400;
  line-height: 1.5;
}
.mind-point-block .mind-point-text {
  grid-column: 1/2;
}
@media screen and (max-width: 1240px) {
  .mind-point-block .mind-point-text {
    margin-bottom: 1.5em;
  }
}
.mind-point-block .mind-point-image {
  grid-column: 2/3;
  grid-row: 1/3;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mind-100year {
  border-top: 1px solid #c1c1c1;
  padding: 90px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mind-100year {
    padding: 40px 0 0;
  }
}
.mind-100year--text {
  font-family: "utsukushi", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-bottom: 0.25em;
}

.mind-conditions {
  position: relative;
  padding: 50px 0 60px;
  position: relative;
  border: 1px solid #e1dc6c;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mind-conditions {
    border-radius: 5px;
  }
}
.mind-conditions::before {
  content: "";
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e1dc6c 1px, transparent 1px), linear-gradient(#e1dc6c 1px, transparent 1px);
  background-position: 2px 2px;
  background-size: 11px 11px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mind-conditions::before {
    border-radius: 5px;
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 768px) {
  .mind-conditions {
    padding: 35px 0;
  }
}
.mind-conditions--block {
  border-top: 1px solid #e1dc6c;
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  padding: 1.2em 0;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
}
.mind-conditions--block:last-child {
  border-bottom: 1px solid #e1dc6c;
}
@media screen and (max-width: 768px) {
  .mind-conditions--block {
    display: block;
    border: none;
    padding: 0 0 1.2em;
  }
  .mind-conditions--block:last-child {
    border-bottom: none;
    padding: 0;
  }
}
.mind-conditions--block dt {
  color: #fff;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  font-weight: 500;
  line-height: 1.5;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #e1dc6c;
  padding: 0.75em 0.5em;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .mind-conditions--block dt {
    padding: 0.5em 0.5em;
  }
}
.mind-conditions--block dd {
  line-height: 1.75;
  letter-spacing: 0.09em;
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 768px) {
  .mind-conditions--block dd {
    margin-top: 0.75em;
    text-align: center;
  }
}

.mind-resistance .mind-resistance-title {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  text-align: center;
  font-size: clamp(1.6rem, 2.6vw, 2.6rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  line-height: 1.7;
  padding: 1.2em 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mind-resistance .mind-resistance-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 430px) {
  .mind-resistance .mind-resistance-title {
    letter-spacing: 0.01em;
  }
}
.mind-resistance .mind-resistance-title--big {
  font-size: 120%;
  color: #b9b64f;
  position: relative;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.3em, rgba(225, 220, 140, 0.3019607843)), color-stop(0.3em, transparent));
  background-image: linear-gradient(0deg, rgba(225, 220, 140, 0.3019607843) 0.3em, transparent 0.3em);
}

.mind-resistance-block1 {
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mind-resistance-block1 {
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
}

.mind-resistance-block2 {
  display: grid;
  grid-template-columns: 1fr 42%;
  -webkit-column-gap: 7%;
     -moz-column-gap: 7%;
          column-gap: 7%;
}
@media screen and (max-width: 1000px) {
  .mind-resistance-block2 {
    display: block;
  }
}
.mind-resistance-block2.mind-resistance-bb {
  border-bottom: 1px solid #888;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.mind-resistance-point--num {
  color: #cac556;
  -ms-flex-item-align: center;
      align-self: center;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #cac556;
  text-align: center;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  font-size: 2.7rem;
}
@media screen and (max-width: 768px) {
  .mind-resistance-point--num {
    width: 52px;
    height: 52px;
    font-size: 2rem;
  }
}
.mind-resistance-point--num span {
  display: block;
  text-align: center;
}
.mind-resistance-point--num span::before {
  content: "POINT";
  font-size: 1rem;
  font-weight: 300;
  display: block;
}
.mind-resistance-point--title {
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  padding-left: 0.6em;
  -ms-flex-item-align: center;
      align-self: center;
}
.mind-resistance-point--text {
  line-height: 2;
}
.mind-resistance-point--01 {
  display: grid;
  grid-template-columns: 70px 280px 1fr;
  margin-bottom: 50px;
}
.mind-resistance-point--01 .mind-resistance-point--text {
  border-left: 1px solid currentColor;
  padding-left: 2em;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1000px) {
  .mind-resistance-point--01 {
    grid-template-columns: 70px 1fr;
  }
  .mind-resistance-point--01 .mind-resistance-point--text {
    grid-column: 1/3;
    padding-left: 0;
    margin-top: 1em;
    border-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .mind-resistance-point--01 {
    grid-template-columns: 52px 1fr;
    margin-bottom: 25px;
  }
}
.mind-resistance-point--02 {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-self: flex-start;
}
@media screen and (max-width: 1000px) {
  .mind-resistance-point--02 {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .mind-resistance-point--02 {
    grid-template-columns: 52px 1fr;
  }
}
.mind-resistance-point--02 .mind-resistance-point--text {
  grid-column: 1/3;
  margin-top: 1.5em;
}

.mind-resistance-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 1240px) {
  .mind-resistance-contents {
    display: block;
  }
}
.mind-resistance-contents--item1 {
  width: 45%;
  border-right: 1px dashed #cac556;
  padding-right: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1240px) {
  .mind-resistance-contents--item1 {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    border-right: none;
    border-bottom: 1px dashed #cac556;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.mind-resistance-contents--item1 .mind-resistance-contents-title {
  color: #9b9b9b;
  grid-column: 1/3;
  text-align: left;
}
.mind-resistance-contents--item1 figure {
  grid-row: 2/3;
}
.mind-resistance-contents--item1 dl {
  grid-row: 3/4;
}
.mind-resistance-contents--item1 dl dt.mind-resistance-contents-title {
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mind-resistance-contents--item2 {
  width: 50%;
  max-width: 700px;
}
@media screen and (max-width: 1240px) {
  .mind-resistance-contents--item2 {
    width: 100%;
    margin: 0 auto;
  }
}
.mind-resistance-contents--item2 .mind-resistance-contents-title {
  color: #b9b64f;
}
.mind-resistance-contents--item2 .mind-resistance-contents-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
          column-gap: 1.5%;
}
.mind-resistance-contents--item2 .mind-resistance-contents-text {
  line-height: 2.1;
  margin-top: 1.1em;
}

.mind-resistance-contents-title {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-weight: 500;
  margin-bottom: 0.75em;
  line-height: 1.5;
}
@media screen and (max-width: 1240px) {
  .mind-resistance-contents-title {
    margin-bottom: 1em;
  }
}
.mind-resistance-contents-title span {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2em;
  display: inline-block;
}

.mind-resistance-pin {
  padding: 50px 20px;
  margin-top: 50px;
  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;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  font-size: clamp(1.4rem, 2vw, 2rem);
  text-align: center;
  position: relative;
  border: 1px solid #e1dc6c;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mind-resistance-pin {
    border-radius: 5px;
  }
}
.mind-resistance-pin::before {
  content: "";
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e1dc6c 1px, transparent 1px), linear-gradient(#e1dc6c 1px, transparent 1px);
  background-position: 2px 2px;
  background-size: 11px 11px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mind-resistance-pin::before {
    border-radius: 5px;
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 1000px) {
  .mind-resistance-pin {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mind-resistance-pin {
    padding: 25px 10px;
    margin-top: 25px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
.mind-resistance-pin--plus {
  width: 200px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  padding: 1em 0.5em;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mind-resistance-pin--plus {
    width: 150px;
    padding: 1em 0.8em;
  }
}
@media screen and (max-width: 430px) {
  .mind-resistance-pin--plus {
    width: auto;
  }
}
.mind-resistance-pin--plus::after {
  content: "";
  background: url("../img/common/ico_plus-01.svg") no-repeat center center;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: -41px;
  top: calc(50% - 11px);
}
@media screen and (max-width: 768px) {
  .mind-resistance-pin--plus::after {
    width: 14px;
    height: 14px;
    right: -21px;
    top: calc(50% - 7px);
  }
}
.mind-resistance-pin--plus:nth-child(2)::after {
  background: url("../img/common/ico_equal-01.svg") no-repeat center center;
}
@media screen and (max-width: 1000px) {
  .mind-resistance-pin--plus:nth-child(2)::after {
    display: none;
  }
}
.mind-resistance-pin--equal {
  color: #fff;
  background-color: #d0c900;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.3);
  padding: 1em 2em;
  line-height: 1.2;
  letter-spacing: 0.07em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mind-resistance-pin--equal {
    padding: 1em;
    width: 94%;
  }
  .mind-resistance-pin--equal::before {
    content: "";
    background: url("../img/common/ico_equal-01.svg") no-repeat center center;
    position: absolute;
    width: 14px;
    height: 14px;
    right: calc(50% - 7px);
    top: -21px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.mind-graph {
  border-top: 1px solid #c1c1c1;
  padding: 110px 0 0;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mind-graph {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
}
.mind-graph--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  position: relative;
  position: relative;
  border: 1px solid #e1dc6c;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mind-graph--bg {
    border-radius: 5px;
  }
}
.mind-graph--bg::before {
  content: "";
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e1dc6c 1px, transparent 1px), linear-gradient(#e1dc6c 1px, transparent 1px);
  background-position: 2px 2px;
  background-size: 11px 11px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mind-graph--bg::before {
    border-radius: 5px;
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 1240px) {
  .mind-graph--bg {
    display: block;
    padding: 0;
  }
}
.mind-graph--image {
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .mind-graph--image {
    margin: 0 5%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .mind-graph--image {
    padding: 20px 0 20px;
  }
}

.mind-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 40px 40px;
  margin-top: 60px;
  position: relative;
  position: relative;
  border: 1px solid #e1dc6c;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .mind-plan {
    border-radius: 5px;
  }
}
.mind-plan::before {
  content: "";
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e1dc6c 1px, transparent 1px), linear-gradient(#e1dc6c 1px, transparent 1px);
  background-position: 2px 2px;
  background-size: 11px 11px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mind-plan::before {
    border-radius: 5px;
    background-size: 6px 6px;
  }
}
@media screen and (max-width: 1240px) {
  .mind-plan {
    display: block;
    padding: 0;
    margin-top: 35px;
  }
}

.mind-plan-list {
  padding: 40px 6% 20px;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.12em;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .mind-plan-list {
    padding: 5px 6%;
    letter-spacing: 0.08em;
  }
}
.mind-plan-list li {
  border-bottom: 1px solid #e1dc6c;
  padding: 0.8em 0;
  display: grid;
  grid-template-columns: 5.4em 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .mind-plan-list li {
    grid-template-columns: 4.2em 1fr;
  }
  .mind-plan-list li:last-child {
    border-bottom: none;
  }
}
.mind-plan-list--num {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 120%;
  color: #d7d164;
  width: 5.4em;
}
@media screen and (max-width: 768px) {
  .mind-plan-list--num {
    width: 4.2em;
  }
}
.mind-plan-list--num::after {
  content: "□";
  width: 1em;
  margin: 0 1em;
  color: #1a1a1a;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  .mind-plan-list--num::after {
    margin: 0 0.5em;
  }
}

.mind-pdca {
  padding-bottom: 70px;
  border-bottom: 1px solid #888;
}
@media screen and (max-width: 768px) {
  .mind-pdca {
    padding-bottom: 40px;
  }
}

.mind-pdca-wrap {
  display: grid;
  grid-template-columns: 32% 62%;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  row-gap: 25px;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .mind-pdca-wrap {
    display: block;
    margin-top: 20px;
  }
}
.mind-pdca-wrap .mind-pdca-image {
  grid-row: 2/3;
}
.mind-pdca-wrap .mind-pdca-image--01 {
  max-width: 540px;
}
@media screen and (max-width: 1000px) {
  .mind-pdca-wrap .mind-pdca-image--01 {
    margin-bottom: 40px;
  }
}
.mind-pdca-wrap .mind-pdca-title {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
  color: #919496;
}
@media screen and (max-width: 1000px) {
  .mind-pdca-wrap .mind-pdca-title {
    margin-bottom: 1.5em;
  }
}
.mind-pdca-wrap .mind-pdca-title--inner {
  display: inline-block;
  border: 1px solid currentColor;
  padding: 0.8em 1.7em;
  font-weight: 500;
}
.mind-pdca-wrap .mind-pdca-title--flex {
  display: grid;
  grid-template-columns: 9em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
@media screen and (max-width: 768px) {
  .mind-pdca-wrap .mind-pdca-title--flex {
    grid-template-columns: 6em 1fr;
  }
}
.mind-pdca-wrap .mind-pdca-title--flex .mind-pdca-title--inner {
  text-align: center;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .mind-pdca-wrap .mind-pdca-title--flex .mind-pdca-title--inner {
    padding: 0.8em 0.5em;
  }
}
.mind-pdca-wrap .mind-pdca-title--small {
  color: #505050;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  letter-spacing: 0;
  line-height: 1.2;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.mind-pdca-wrap .mind-pdca-title--system {
  color: #505050;
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  align-self: center;
}

.mind-system {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 400;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1240px) {
  .mind-system {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .mind-system {
    margin-top: 40px;
  }
}
.mind-system--text {
  max-width: 400px;
  width: 44%;
}
@media screen and (max-width: 1240px) {
  .mind-system--text {
    width: 100%;
    max-width: none;
    margin-bottom: 1.5em;
  }
}
.mind-system--image {
  width: 52%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.mind-system--image figcaption {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans", "メイリオ", Meiryo, "Yu Gothic", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  margin-top: 0.25em;
  letter-spacing: 0;
}
@media screen and (max-width: 1240px) {
  .mind-system--image {
    width: 100%;
  }
}

.mind-wb {
  padding-top: 100px;
  border-top: 1px solid #c1c1c1;
  margin-bottom: 120px;
  display: grid;
  grid-template-columns: 100px 1fr 31%;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2;
  letter-spacing: 0.155em;
}
@media screen and (max-width: 1000px) {
  .mind-wb {
    grid-template-columns: 100px 1fr;
    row-gap: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .mind-wb {
    padding-top: 50px;
    margin-bottom: 60px;
    grid-template-columns: auto 1fr;
    letter-spacing: 0.08em;
  }
}
.mind-wb .mind-wb-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-size: clamp(1.3rem, 2vw, 2rem);
  letter-spacing: 0.075em;
  line-height: 1.5;
}
.mind-wb .mind-wb-title--head {
  color: #b9b64f;
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .mind-wb .mind-wb-image {
    grid-column: 1/3;
  }
}

.mind-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .mind-images {
    margin: 0 auto 60px;
  }
}

.mind-passive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px 0 3px;
  margin: 0 auto 100px;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.12em;
  line-height: 2;
}
@media screen and (max-width: 859px) {
  .mind-passive {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .mind-passive {
    margin: 0 auto 50px;
  }
}
.mind-passive--text {
  max-width: 370px;
  width: 40%;
}
@media screen and (max-width: 859px) {
  .mind-passive--text {
    width: 100%;
    max-width: none;
    margin-bottom: 1.5em;
  }
}
.mind-passive--image {
  width: 52%;
  max-width: 521px;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 859px) {
  .mind-passive--image {
    width: 100%;
    max-width: none;
  }
}

.mind-model {
  background-color: rgba(215, 209, 100, 0.2);
  position: relative;
  padding: 60px 20px 60px 35px;
  display: grid;
  grid-template-columns: 39% 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 1000px) {
  .mind-model {
    grid-template-columns: 1fr;
    padding: 60px 6%;
    row-gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .mind-model {
    padding: 30px 7%;
  }
}
.mind-model::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  left: 10px;
  top: 10px;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .mind-model::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
}
.mind-model--pach {
  position: absolute;
  left: -40px;
  top: -40px;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  color: #fff;
  background-color: #b9b64f;
}
@media screen and (max-width: 768px) {
  .mind-model--pach {
    width: 70px;
    height: 70px;
    font-size: 1.3rem;
    left: -20px;
    top: -20px;
  }
}
.mind-model--image {
  -ms-flex-item-align: center;
      align-self: center;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .mind-model--image {
    max-width: 500px;
    margin: 0 auto;
  }
}
.mind-model--text {
  position: relative;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 400;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}
.mind-model--link {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}
@media screen and (max-width: 1000px) {
  .mind-model--link {
    text-align: right;
  }
}
.mind-model .mind-model-title {
  color: #b9b64f;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.mind-model .mind-model-title--small {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  margin-bottom: 0.25em;
}
.mind-model .mind-model-title--main {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 400;
  margin-bottom: 0.5em;
}

.mind-member {
  position: relative;
  padding-bottom: 40px;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}
@media screen and (max-width: 768px) {
  .mind-member {
    padding-bottom: 20px;
  }
}
.mind-member::before {
  content: "";
  opacity: 0.3;
  width: 100vw;
  height: calc(100% - 4.75em);
  position: absolute;
  left: 0;
  top: 4.75em;
  border-radius: 37px 0 0 37px;
  border: 1px solid #e1dc6c;
  background-color: #fff;
  background-image: linear-gradient(90deg, #e1dc6c 1px, transparent 1px), linear-gradient(#e1dc6c 1px, transparent 1px);
  background-position: 2px 2px;
  background-size: 11px 11px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .mind-member::before {
    border-radius: 15px 0 0 15px;
    background-size: 6px 6px;
  }
}
.mind-member--title {
  color: #e1dc6c;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 431px) {
  .mind-member--title span {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .mind-member--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mind-member--image {
  width: 86%;
  margin: -20% -5% 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 430px) {
  .mind-member--image {
    margin: -0.75em -5% 0 auto;
    width: 96%;
  }
}

.mind-nav {
  margin: 150px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .mind-nav {
    margin: 80px auto;
    gap: 10px;
  }
}
@media screen and (max-width: 430px) {
  .mind-nav {
    margin: 60px auto;
  }
}

/*!
page > building
------------------------------
*/
.building-fv {
  color: #fff;
  background-color: #eff1f2;
  position: relative;
  width: 100%;
}
.building-fv--title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.building-fv--image {
  position: relative;
}
.building-fv--image::before {
  content: "";
  display: block;
  padding-top: 790px;
}
.building-fv--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 1240px) {
  .building-fv--image {
    position: relative;
  }
  .building-fv--image::before {
    content: "";
    display: block;
    padding-top: 680px;
  }
  .building-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 768px) {
  .building-fv--image {
    position: relative;
  }
  .building-fv--image::before {
    content: "";
    display: block;
    padding-top: 500px;
  }
  .building-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 430px) {
  .building-fv--image {
    position: relative;
  }
  .building-fv--image::before {
    content: "";
    display: block;
    padding-top: 400px;
  }
  .building-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.building-head-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -30px;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 1240px) {
  .building-head-nav {
    overflow-x: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 7%;
    padding-right: 7%;
  }
}

.building-lead {
  margin-top: 40px;
  margin-bottom: 70px;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .building-lead {
    margin-top: 5px;
    margin-bottom: 50px;
  }
}
.building-lead--center {
  text-align: center;
}
@media screen and (max-width: 859px) {
  .building-lead--center {
    text-align: left;
  }
}

/*!
page > promise
------------------------------
*/
.promise-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .promise-wrap {
    padding: 0 0 60px;
  }
}
.promise-wrap::before {
  content: "";
  background-color: #eff1f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
}

.promise-sb {
  max-width: 1200px;
  width: 94%;
  margin: 0 auto 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .promise-sb {
    display: none;
  }
}
.promise-sb--sorry {
  width: 26.3%;
}
.promise-sb--because {
  width: 34.1%;
}

.promise-block {
  max-width: 1200px;
  width: 92%;
  margin: 40px auto 0;
  padding: 50px 6%;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .promise-block {
    border-radius: 20px;
    display: block;
    padding: 30px 6%;
  }
  .promise-block::before {
    content: "";
    width: 31.6%;
    height: 50%;
    background: url("../img/house_building/txt_sorry.svg") no-repeat right top;
    background-size: contain;
    display: block;
    position: absolute;
    right: -2%;
    top: -10px;
    opacity: 0.3;
    z-index: 1;
  }
  .promise-block::after {
    content: "";
    width: 41%;
    height: 50%;
    background: url("../img/house_building/txt_because.svg") no-repeat right bottom;
    background-size: contain;
    display: block;
    position: absolute;
    right: -2%;
    bottom: -10px;
    opacity: 0.3;
    z-index: 1;
  }
}

.promise-item {
  max-width: 390px;
  width: 41%;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .promise-item {
    width: 100%;
    max-width: none;
  }
}
.promise-item dd {
  margin-top: 1em;
  line-height: 2;
}
.promise-item--num {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
  max-width: 130px;
  width: 10%;
  padding: 20px 0 45px;
  border-bottom: 1px solid #1a1a1a;
  position: relative;
}
.promise-item--num::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 10px;
  height: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .promise-item--num {
    padding: 5px 30px;
    margin: 20px auto;
    max-width: none;
    width: auto;
    text-align: left;
    border-bottom: none;
    border-left: 1px solid #1a1a1a;
  }
  .promise-item--num::before {
    right: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 8px;
  }
}
.promise-item--num img {
  max-width: 64px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .promise-item--num img {
    max-width: 42px;
  }
}

.promise-item-title {
  font-size: clamp(1.6rem, 2.3vw, 2.6rem);
  font-family: "utsukushi", serif;
  line-height: 1.8;
  letter-spacing: 0;
}
.promise-item-title--inner {
  display: inline-block;
  border-bottom: 1px solid #e1dc6c;
  line-height: 1.4;
}

/*!
page > cycle
------------------------------
*/
.cycle-section {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto 65px;
  position: relative;
}
.cycle-section--yellow {
  margin: 110px auto 80px;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 768px) {
  .cycle-section--yellow {
    margin: 60px auto 50px;
  }
}
.cycle-section--yellow .cycle-block-01::before, .cycle-section--yellow .cycle-block-02::before {
  background-color: #e1dc6c;
  opacity: 0.1;
}

.cycle-title-hiramatsu {
  text-align: center;
  font-size: clamp(2rem, 3vw, 3rem);
  font-family: "utsukushi", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  position: relative;
  margin: 0 auto 0.5em;
  top: -1em;
}
.cycle-title-hiramatsu--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cycle-title-hiramatsu--inner::before, .cycle-title-hiramatsu--inner::after {
  content: "";
  width: 0.5em;
  height: 1em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.cycle-title-hiramatsu--inner::before {
  background-image: url("../img/common/ico_mark-left-black.svg");
  background-position: left center;
}
.cycle-title-hiramatsu--inner::after {
  background-image: url("../img/common/ico_mark-right-black.svg");
  background-position: right center;
}

.cycle-title-general {
  text-align: center;
  font-size: clamp(1.6rem, 2.5vw, 2.5rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  position: relative;
  margin: 0 auto 0.5em;
  top: -1em;
}

.cycle-block-01, .cycle-block-02 {
  position: relative;
}
.cycle-block-01::before, .cycle-block-02::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
  background-color: #eff1f2;
}

.cycle-block-01 {
  padding-bottom: 60px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cycle-block-01 {
    padding-bottom: 30px;
  }
}

.cycle-block-02 {
  padding: 40px 7.2%;
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 6.5em 1fr;
  font-size: clamp(2rem, 4vw, 4rem);
}
@media screen and (max-width: 768px) {
  .cycle-block-02 {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
    padding: 30px 7%;
    margin-bottom: 40px;
  }
}
.cycle-block-02--title {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  -ms-flex-item-align: center;
      align-self: center;
  color: #3da8a5;
}
.cycle-block-02--text {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 2;
}

.cycle-block-image01 {
  max-width: 860px;
  width: 90%;
  margin: 0 auto 35px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cycle-block-image01 {
    width: 98%;
  }
}

.cycle-block-image02 {
  max-width: 760px;
  width: 90%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cycle-block-image02 {
    width: 92%;
    padding: 20px 2% 10px;
  }
}
.cycle-block-image02 figcaption {
  text-align: right;
  font-size: 1rem;
  margin-top: 0.25em;
}

.cycle-link {
  margin: 150px auto 180px;
  max-width: 1200px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .cycle-link {
    margin: 70px auto 80px;
  }
}

/*!
page > wakuwaku
------------------------------
*/
.wakuwaku-section {
  max-width: 1100px;
  width: 92%;
  padding: 0 0 50px;
  margin: 0 auto 110px;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-family: "utsukushi", serif;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wakuwaku-section {
    padding: 0 0 30px;
    margin: 0 auto 50px;
  }
}
.wakuwaku-section::before {
  content: "";
  width: 100%;
  height: calc(100% - 2.2em);
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eff1f2;
  z-index: -1;
}
.wakuwaku-section:last-of-type {
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .wakuwaku-section:last-of-type {
    margin: 0 auto 70px;
  }
}
.wakuwaku-section--lead {
  width: 89.1%;
  margin: 0 auto 2.5em;
}
@media screen and (max-width: 768px) {
  .wakuwaku-section--lead {
    margin: 0 auto 1.5em;
  }
}

.wakuwaku-section-title {
  border-left: 4px solid currentColor;
  padding-left: 2em;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 2.75em;
}
@media screen and (max-width: 768px) {
  .wakuwaku-section-title {
    border-left: 2px solid currentColor;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
  }
}
.wakuwaku-section-title--big {
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.2;
}
.wakuwaku-section-title--small {
  margin-top: 0.2em;
  letter-spacing: 0.18em;
}

.wakuwaku-block {
  height: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.wakuwaku-block.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.wakuwaku-block--wrap {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.wakuwaku-block--btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wakuwaku-block--btn {
    margin-top: 25px;
  }
}

.wakuwaku-block-title {
  text-align: center;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
}
.wakuwaku-block-title--inner {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
}
.wakuwaku-block-title--inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background: url("../img/common/ico_mark-left-03.svg") no-repeat left center;
}
.wakuwaku-block-title--inner::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background: url("../img/common/ico_mark-right-03.svg") no-repeat right center;
}

.wakuwaku-block-image {
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wakuwaku-block-image {
    margin-bottom: 15px;
  }
}
.wakuwaku-block-image::before, .wakuwaku-block-image::after {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  background-color: #eff1f2;
  display: block;
}
@media screen and (max-width: 768px) {
  .wakuwaku-block-image::before, .wakuwaku-block-image::after {
    width: 16px;
    height: 16px;
  }
}
.wakuwaku-block-image::before {
  left: -1px;
  top: -1px;
  clip-path: polygon(0 0, 100% 0%, 0 100%);
}
.wakuwaku-block-image::after {
  right: -1px;
  bottom: -1px;
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/*!
page > follow
------------------------------
*/
.follow-wrap {
  background-color: #eff1f2;
  padding: 130px 0 160px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .follow-wrap {
    padding: 50px 0;
    margin-top: 40px;
  }
}

.follow-lead {
  display: grid;
  grid-template-columns: 450px 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  margin: 0 auto 90px;
}
@media screen and (max-width: 1000px) {
  .follow-lead {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
}
@media screen and (max-width: 768px) {
  .follow-lead {
    margin: 0 auto 45px;
  }
}
.follow-lead--text {
  line-height: 2.375;
  font-weight: 200;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.follow-lead .follow-lead-title {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.follow-lead .follow-lead-title--en {
  color: #fff;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.follow-lead .follow-lead-title--jp {
  font-size: clamp(2rem, 4vw, 4rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.475;
}

.follow-block {
  max-width: 1200px;
  width: 92%;
  padding: 70px 6%;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 40px;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 300;
  line-height: 2.1;
  letter-spacing: 0;
}
@media screen and (min-width: 1331px) {
  .follow-block {
    padding: 70px;
  }
}
@media screen and (max-width: 768px) {
  .follow-block {
    border-radius: 20px;
    padding: 35px 5%;
  }
}
.follow-block--arrange2 {
  display: grid;
  grid-template-columns: 530px 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  padding: 0 6% 70px;
}
@media screen and (min-width: 1331px) {
  .follow-block--arrange2 {
    padding: 0 70px 70px;
  }
}
@media screen and (max-width: 1000px) {
  .follow-block--arrange2 {
    grid-template-columns: 1fr;
    row-gap: 2em;
  }
}
@media screen and (max-width: 768px) {
  .follow-block--arrange2 {
    padding: 0 5% 35px;
  }
}
.follow-block--arrange2 .follow-block-text {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .follow-block--arrange2 .follow-block-text {
    padding-top: 35px;
  }
}
@media screen and (min-width: 1001px) {
  .follow-block--arrange2 .follow-block-image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}
.follow-block--arrange3 {
  display: grid;
  grid-template-columns: 530px 1fr;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  padding: 70px 3% 70px 6%;
}
@media screen and (min-width: 1331px) {
  .follow-block--arrange3 {
    padding: 70px 30px 70px 70px;
  }
}
@media screen and (max-width: 1330px) {
  .follow-block--arrange3 {
    grid-template-columns: 1fr;
    row-gap: 2em;
  }
}
@media screen and (max-width: 768px) {
  .follow-block--arrange3 {
    padding: 35px 5%;
  }
}
.follow-block--arrange3 .follow-block-image {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 1330px) {
  .follow-block--arrange3 .follow-block-image {
    max-width: 700px;
    margin: auto;
  }
}

.follow-block-title {
  display: grid;
  grid-template-columns: 80px 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.2em;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .follow-block-title {
    grid-template-columns: 66px 1fr;
  }
}
.follow-block-title--num {
  background-color: #e1dc6c;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  border-radius: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.1;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .follow-block-title--num {
    font-size: 2.3rem;
    height: auto;
    min-height: 66px;
    border-radius: 6px;
  }
}
.follow-block-title--support {
  letter-spacing: -0.025em;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.3em;
}
@media screen and (max-width: 768px) {
  .follow-block-title--support {
    font-size: 1rem;
  }
}
.follow-block-title--small {
  grid-column: 2/3;
  align-self: flex-end;
}
.follow-block-title--big {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: clamp(2rem, 3.3vw, 3.3rem);
  font-weight: 400;
  line-height: 1.4;
  align-self: flex-start;
}

.follow-4col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 2.4%;
     -moz-column-gap: 2.4%;
          column-gap: 2.4%;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .follow-4col {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
  }
}
.follow-4col--item {
  margin-bottom: 1.5em;
}
.follow-4col--text {
  margin-top: 1em;
  line-height: 1.75;
}
.follow-4col--image figcaption {
  color: #fff;
  background-color: #999;
  text-align: center;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  font-weight: 400;
  line-height: 1.5;
  padding: 0.25em;
}

.follow-text-small {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
}

.follow-block-section {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .follow-block-section {
    margin-bottom: 30px;
  }
}
.follow-block-section:last-child {
  margin-bottom: 0;
}

.follow-arrange1 {
  display: grid;
  grid-template-columns: 51% 1fr;
  -webkit-column-gap: 7%;
     -moz-column-gap: 7%;
          column-gap: 7%;
}
@media screen and (max-width: 859px) {
  .follow-arrange1 {
    grid-template-columns: 1fr;
    row-gap: 1em;
  }
}
.follow-arrange1--image {
  margin-top: 0.5em;
}

.follow-calc {
  background-color: #eff1f2;
  border-radius: 10px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 130px 1fr;
}
@media screen and (max-width: 1240px) {
  .follow-calc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .follow-calc {
    margin-top: 25px;
    border-radius: 5px;
  }
}
.follow-calc--title {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  font-weight: 400;
  line-height: 1.3;
  padding: 0.5em;
}
.follow-calc--cont {
  border-left: 1px solid #fff;
  padding: 40px 3.5%;
  display: grid;
  grid-template-columns: 120px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 1240px) {
  .follow-calc--cont {
    border-left: none;
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 430px) {
  .follow-calc--cont {
    grid-template-columns: 1fr;
    row-gap: 1em;
    padding: 20px 4%;
  }
}

.follow-calc-ratio {
  color: #fff;
  background-color: #e1db8c;
  border-radius: 5px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .follow-calc-ratio {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .follow-calc-ratio {
    font-size: 1.3rem;
  }
}
.follow-calc-ratio--01 {
  width: calc(100% - 1em);
  background-color: #b8b456;
  border-radius: 5px;
  padding: 0.75em;
  margin-bottom: 0.5em;
}
.follow-calc-ratio--02 {
  color: #b8b456;
  background-color: #fff;
  border-radius: 5px;
  padding: 0.75em 0 0.5em;
  line-height: 1.2;
  font-weight: 400;
}

.follow-calc-method {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
}
.follow-calc-method--title {
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .follow-calc-method--title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.8em;
  }
}
.follow-calc-method--title--big {
  width: 9.5em;
}
@media screen and (max-width: 768px) {
  .follow-calc-method--title--big {
    width: 100%;
  }
}
.follow-calc-method--title--small {
  width: calc(100% - 9.5em);
  font-size: clamp(1.1rem, 1.3vw, 1.3rem);
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .follow-calc-method--title--small {
    width: 100%;
  }
}
.follow-calc-method--cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
@media screen and (max-width: 1000px) {
  .follow-calc-method--cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.follow-calc-method--item1 {
  background-color: #eff1f2;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em 1.5em;
  line-height: 1.3;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.follow-calc-method--item2 {
  background-color: #eff1f2;
  border-radius: 5px;
  text-align: center;
  padding: 0.75em 0;
}
.follow-calc-method--bb1 {
  border-bottom: 1px solid #e1dc6c;
  line-height: 1.2;
  padding: 0 0.8em 0.3em;
}
.follow-calc-method--bb2 {
  line-height: 1.2;
  padding: 0.5em 0.8em 0;
}
.follow-calc-method--multiply {
  width: 1.4em;
  height: 1.4em;
  -ms-flex-item-align: center;
      align-self: center;
}

.follow-example {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  background-color: #eff1f2;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 2.8em 1fr;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  .follow-example {
    border-radius: 5px;
  }
}
.follow-example--title {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}
.follow-example--list {
  border-left: 1px solid #fff;
  padding: 1.5em;
}
.follow-example--list li {
  padding-left: 2em;
}
.follow-example--list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -2em;
  margin-right: 1em;
  text-align: center;
}
.follow-example--list li::before {
  content: "□";
}
.follow-example--list li:not(:last-child) {
  margin-bottom: 0.2em;
}

/*!
page > archive
------------------------------
*/
.archive-fv {
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 60px 0 75px;
}
@media screen and (max-width: 430px) {
  .archive-fv {
    padding: 40px 0 50px;
  }
}
.archive-fv--title {
  position: relative;
  font-size: clamp(3rem, 6vw, 6rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.archive-fv--title--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.archive-fv--title--inner::before, .archive-fv--title--inner::after {
  content: "";
  width: 0.5em;
  height: 1em;
  display: inline-block;
}
.archive-fv--title--inner::before {
  left: 0;
  background: url("../img/common/ico_mark-left-01.svg") no-repeat left bottom;
  background-size: contain;
}
.archive-fv--title--inner::after {
  right: 0;
  background: url("../img/common/ico_mark-right-01.svg") no-repeat right bottom;
  background-size: contain;
}

.archive-wrap {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .archive-wrap {
    margin-bottom: 30px;
  }
}
.archive-wrap::before {
  content: "";
  width: 100%;
  height: 650px;
  background-color: #e2de63;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.archive-content {
  max-width: 1400px;
  width: 92%;
  background-color: #fff;
  padding: 50px;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .archive-content {
    padding: 50px 5%;
  }
}
@media screen and (max-width: 768px) {
  .archive-content {
    border-radius: 12px;
  }
}
.archive-content::before {
  content: "";
  width: 358px;
  height: 186px;
  position: absolute;
  left: 0;
  top: -130px;
  background: url("../img/common/img_pagehead-01.png") no-repeat left bottom;
  background-size: contain;
}
@media screen and (max-width: 1240px) {
  .archive-content::before {
    width: 30%;
    top: -130px;
  }
}
@media screen and (max-width: 768px) {
  .archive-content::before {
    width: 38%;
    top: -150px;
  }
}
@media screen and (max-width: 430px) {
  .archive-content::before {
    width: 45%;
  }
}
.archive-content::after {
  content: "";
  width: 310px;
  height: 186px;
  position: absolute;
  right: 25px;
  top: -130px;
  background: url("../img/common/img_pagehead-02.png") no-repeat right bottom;
  background-size: contain;
}
@media screen and (max-width: 1240px) {
  .archive-content::after {
    width: 28%;
    top: -130px;
  }
}
@media screen and (max-width: 768px) {
  .archive-content::after {
    width: 35%;
    top: -150px;
  }
}
@media screen and (max-width: 430px) {
  .archive-content::after {
    width: 40%;
  }
}
.archive-content--text {
  text-align: center;
  padding-bottom: 2.3em;
  border-bottom: 1px solid #b5b5b5;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
}
.archive-content--detail {
  padding: 50px 50px 10px;
}
@media screen and (max-width: 1000px) {
  .archive-content--detail {
    padding: 50px 5% 10px;
  }
}
@media screen and (max-width: 430px) {
  .archive-content--detail {
    padding: 35px 5% 10px;
  }
}

.archive-others {
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  .archive-others {
    margin: 60px auto 0;
  }
}
.archive-others--title {
  text-align: center;
  padding-bottom: 1.5em;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
}

.archive-event-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
  font-size: clamp(1.4rem, 1.9vw, 1.9rem);
  padding: 1em 0 2em;
}
.archive-event-category--text {
  font-weight: 600;
}
.archive-event-category--select {
  color: #4d4d4d;
  border: 1px solid #9b9b9b;
  border-radius: 100px;
  font-size: clamp(1.6rem, 1.7vw, 1.7rem);
  padding: 0.7em 1em 0.7em 0.5em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10em;
  background: url("../img/common/ico_arrow-07.svg") no-repeat;
  background-position: right 0.5em center;
  background-size: 0.75em;
  cursor: pointer;
}

.archive-column-category {
  display: grid;
  grid-template-columns: 7em 1fr;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin: 2em auto 4em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .archive-column-category {
    display: block;
  }
}
.archive-column-category--text {
  font-weight: 700;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  padding: 0.75em 0 0;
}
@media screen and (max-width: 768px) {
  .archive-column-category--text {
    padding: 0 0 0 0.5em;
    margin-bottom: 1em;
  }
}
.archive-column-category--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6em;
}

.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 50px;
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
          column-gap: 1.5%;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1240px) {
  .archive-list {
    row-gap: 40px;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
  }
}
@media screen and (max-width: 1000px) {
  .archive-list {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
  }
}
@media screen and (max-width: 768px) {
  .archive-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 430px) {
  .archive-list {
    row-gap: 25px;
    width: 92%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 430px) {
  .archive-list--news {
    width: 100%;
  }
}
.archive-list .archive-event-link, .archive-list .archive-link {
  width: 23.875%;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  padding: 20px 0 0;
}
@media screen and (max-width: 1240px) {
  .archive-list .archive-event-link, .archive-list .archive-link {
    width: 32%;
  }
}
@media screen and (max-width: 1000px) {
  .archive-list .archive-event-link, .archive-list .archive-link {
    width: 48.5%;
  }
}
@media (hover: hover) {
  .archive-list .archive-event-link:hover, .archive-list .archive-link:hover {
    background-color: #eff1f2;
  }
  .archive-list .archive-event-link:hover .archive-detail--inner, .archive-list .archive-link:hover .archive-detail--inner {
    color: #fff;
    background-color: #9b9b9b;
    border-color: #9b9b9b;
  }
}
.archive-list .archive-event-link:active, .archive-list .archive-link:active {
  background-color: #eff1f2;
}
.archive-list .archive-event-link:active .archive-detail--inner, .archive-list .archive-link:active .archive-detail--inner {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.archive-list .archive-event-link {
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .archive-list .archive-event-link {
    max-width: 400px;
    width: 98%;
    padding: 10px 0 0;
  }
}
.archive-list .archive-link {
  border-radius: 10px;
  padding: 20px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .archive-list .archive-link {
    padding: 10px 0;
  }
}
.archive-list .archive-link--inner {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.archive-image {
  aspect-ratio: 268/202;
  position: relative;
  width: calc(100% - 40px);
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .archive-image {
    width: calc(100% - 20px);
  }
}
.archive-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.archive-date {
  color: #666;
  padding: 0 20px;
  font-size: 1.2rem;
  margin-bottom: 0.9em;
}
@media screen and (max-width: 768px) {
  .archive-date {
    padding: 0 12px;
  }
}

.archive-text {
  padding: 0;
  width: calc(100% - 40px);
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .archive-text {
    width: calc(100% - 24px);
    font-size: 1.3rem;
  }
}

.archive-detail {
  line-height: 1.5;
  display: block;
  width: calc(100% - 40px);
  text-align: center;
  font-size: 1.3rem;
  margin: 0.9em auto 1.2em;
  position: relative;
}
@media screen and (max-width: 430px) {
  .archive-detail {
    font-size: 1.1rem;
    width: 80%;
  }
}
.archive-detail--inner {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 100px;
  text-align: center;
  padding: 1em 2em;
  margin: 1em auto 0;
  min-width: 170px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 859px) {
  .archive-detail--inner {
    margin: 0 auto;
    min-width: 0;
  }
}
@media screen and (max-width: 768px) {
  .archive-detail--inner {
    padding: 1em;
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .archive-detail--inner {
    padding: 0.75em 1em;
  }
}

.archive-category {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.4em;
  padding: 0 20px;
  margin: 1.2em 0 1em;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .archive-category {
    padding: 0 10px;
  }
}
.archive-category li {
  color: #666;
  background-color: rgba(226, 222, 99, 0.5);
  padding: 0.4em 1em;
  line-height: 1.4;
  letter-spacing: 0;
  border-radius: 100px;
  margin: 0;
}
.archive-category li.archive-category-media {
  color: #fff;
  background-color: #3da8a5;
}
.archive-category li.archive-category-award {
  color: #fff;
  background-color: #cc7985;
}
.archive-category li.archive-category-info {
  color: #fff;
  background-color: #e2de63;
}

/*!
page > news
------------------------------
*/
.news-fv {
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto 35px;
  z-index: 2;
}
.news-fv img {
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .news-fv {
    margin: 0 auto 20px;
  }
}

.news-fv-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
@media screen and (max-width: 768px) {
  .news-fv-sub {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

.news-category {
  color: #666;
  background-color: rgba(226, 222, 99, 0.5);
  padding: 0.4em 3em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: 0.04em;
  border-radius: 100px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-category {
    padding: 0.4em 2em;
  }
}
.news-category--media {
  color: #fff;
  background-color: #3da8a5;
}
.news-category--award {
  color: #fff;
  background-color: #cc7985;
}
.news-category--info {
  color: #fff;
  background-color: #e2de63;
}

.news-date {
  color: #333;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(1.4rem, 2vw, 2rem);
}

.news-article {
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 33.8%;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .news-article {
    grid-template-columns: 1fr;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .news-article {
    margin: 30px auto 50px;
    row-gap: 40px;
  }
}
.news-article--content {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  letter-spacing: 0;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 300;
  line-height: 1.9;
}
.news-article--content h1 {
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1em;
}
.news-article--content a {
  color: #0083ff;
  text-decoration: underline;
}
.news-article--content a:hover {
  text-decoration: none;
}
.news-article--thmb {
  max-width: 440px;
}
@media screen and (max-width: 1240px) {
  .news-article--thmb {
    width: 70%;
  }
}
.news-article--thmb img {
  border: 1px solid #d0d0d0;
}

.news-pager {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-pager {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    row-gap: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .news-pager .news-pager-item--prev {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .news-pager .news-pager-item--list {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .news-pager .news-pager-item--next {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: right;
  }
}

/*!
page > column
------------------------------
*/
.column-fv {
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto 35px;
  z-index: 2;
}
.column-fv img {
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
  .column-fv {
    margin: 0 auto 20px;
  }
}

.column-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4em;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  margin: 0 auto 60px;
}
.column-category--item {
  color: #666;
  background-color: rgba(226, 222, 99, 0.5);
  padding: 0.4em 1.5em;
  line-height: 1.4;
  letter-spacing: 0.01em;
  border-radius: 100px;
  margin: 0;
}

.column-date {
  color: #333;
  font-family: "Lexend Deca", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin-bottom: 1em;
  display: block;
}

.column-article {
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
  letter-spacing: 0.04em;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 300;
  line-height: 1.9;
  position: relative;
  z-index: 3;
}
.column-article h1 {
  color: #333;
  font-size: clamp(2.4rem, 4.4vw, 4.4rem);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.column-article p {
  margin-bottom: 1em;
}
.column-article a {
  color: #0083ff;
  text-decoration: underline;
}
.column-article a:hover {
  text-decoration: none;
}
.column-article .column-conclusion {
  line-height: 1.5;
  padding-left: 1em;
  border-left: 5px solid #1a1a1a;
  margin: 3em auto;
}
@media screen and (max-width: 768px) {
  .column-article .column-conclusion {
    border-left: 3px solid #1a1a1a;
  }
}
.column-article .column-conclusion dt {
  font-weight: 700;
}
.column-article .column-conclusion dd {
  margin-top: 0.3em;
  padding-left: 1em;
}
.column-article .column-conclusion dd::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.column-article .column-conclusion dd::before {
  content: "・";
}
.column-article .column-article-bg {
  position: relative;
  padding: 65px 8% 80px;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
}
@media screen and (max-width: 1440px) {
  .column-article .column-article-bg {
    padding: 65px 0 80px;
  }
}
@media screen and (max-width: 768px) {
  .column-article .column-article-bg {
    padding: 40px 0 50px;
  }
}
.column-article .column-article-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(226, 222, 99, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1440px) {
  .column-article .column-article-bg::before {
    width: 112%;
    left: -6%;
  }
}
.column-article .column-youtube {
  max-width: 960px;
  margin: 0 auto 3em;
  position: relative;
  padding-top: 56.25%;
}
.column-article .column-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.column-article h2 {
  color: #333;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  padding: 0.5em 0;
  line-height: 1.3;
  margin: 3.5em auto 1em;
  position: relative;
}
.column-article h3 {
  font-family: "utsukushi", serif;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0.75em auto;
  position: relative;
}
.column-article .column-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 1240px) {
  .column-article .column-contents {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .column-article .column-contents {
    margin-bottom: 40px;
  }
}
.column-article .column-contents dl {
  background-color: #fff;
  padding: 2.5em 1.5em;
  border: 1px solid #e2de63;
  margin-top: 1.5em;
}
.column-article .column-contents dl dt {
  font-weight: 500;
}
.column-article .column-contents dl dd {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  margin-top: 1.25em;
}
.column-article .column-line {
  text-align: center;
  margin: 3em auto 1em;
}
.column-article .column-line a {
  color: #fff;
  text-decoration: none;
  max-width: 580px;
  display: block;
  margin: 0 auto;
}

.column-pager {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .column-pager {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    row-gap: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .column-pager .column-pager-item--prev {
    grid-column: 1/2;
    grid-row: 2/3;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .column-pager .column-pager-item--list {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 768px) {
  .column-pager .column-pager-item--next {
    grid-column: 2/3;
    grid-row: 2/3;
    text-align: right;
  }
}

/*!
page > works
------------------------------
*/
.works-fv {
  color: #fff;
  background-color: #eff1f2;
  position: relative;
  width: 100%;
}
.works-fv--title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.works-fv--image {
  position: relative;
}
.works-fv--image::before {
  content: "";
  display: block;
  padding-top: 530px;
}
.works-fv--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 768px) {
  .works-fv--image {
    position: relative;
  }
  .works-fv--image::before {
    content: "";
    display: block;
    padding-top: 400px;
  }
  .works-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 430px) {
  .works-fv--image {
    position: relative;
  }
  .works-fv--image::before {
    content: "";
    display: block;
    padding-top: 300px;
  }
  .works-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.works-category {
  margin: 90px auto 80px;
}
@media screen and (max-width: 768px) {
  .works-category {
    margin: 40px auto 45px;
  }
}

.works-category-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.works-category-select .works-radio {
  color: #1a1a1a;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.works-category-select .works-radio--item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #c1c1c1;
  border-radius: 100px;
  padding: 0.5em 2em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  position: relative;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.works-category-select .works-radio--item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #c1c1c1;
  border-radius: 100px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.works-category-select .works-radio--item:has(input:checked) {
  color: #fff;
}
.works-category-select .works-radio--item:has(input:checked)::before {
  opacity: 1;
}
@media (hover: hover) {
  .works-category-select .works-radio--item:hover {
    background-color: #eff1f2;
  }
}
.works-category-select .works-radio--item:active {
  background-color: #eff1f2;
}

.works-category-search {
  text-align: center;
  margin: 2em auto 0;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
.works-category-search--btn {
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  border-radius: 100px;
  padding: 1em 3em;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 430px) {
  .works-category-search--btn {
    max-width: none;
  }
}
@media (hover: hover) {
  .works-category-search--btn:hover {
    color: #fff;
    background-color: #1a1a1a;
  }
}
.works-category-search--btn:active {
  color: #fff;
  background-color: #1a1a1a;
}

.works-list {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .works-list {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 430px) {
  .works-list {
    width: 92%;
  }
}
.works-list--detail {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .works-list--detail {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 430px) {
  .works-list--detail {
    width: 92%;
  }
}
@media screen and (min-width: 1241px) {
  .works-list--detail .works-list-item:last-child {
    display: none;
  }
}
.works-list--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
  row-gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1240px) {
  .works-list--inner {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works-list--inner {
    row-gap: 15px;
    margin-bottom: 30px;
  }
}
.works-list--inner .works-list-item {
  width: 31%;
}
@media screen and (max-width: 1240px) {
  .works-list--inner .works-list-item {
    width: 48.5%;
  }
}

.works-list-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 25px 50px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.works-list-item::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 30px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .works-list-item {
    padding: 12px 12px 25px;
  }
  .works-list-item::before {
    left: 10px;
    bottom: 15px;
    width: calc(100% - 24px);
  }
}
@media (hover: hover) {
  .works-list-item:hover {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  }
  .works-list-item:hover .works-list-item--ct li {
    background-color: #9b9b9b;
  }
  .works-list-item:hover .works-list-item--ct::before {
    background-color: #b9b64f;
  }
  .works-list-item:hover .works-list-item--movie::before {
    background-color: #b9b64f;
  }
}
.works-list-item:active {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.works-list-item:active .works-list-item--ct li {
  background-color: #9b9b9b;
}
.works-list-item:active .works-list-item--ct::before {
  background-color: #b9b64f;
}
.works-list-item:active .works-list-item--movie::before {
  background-color: #b9b64f;
}
.works-list-item--image {
  position: relative;
  aspect-ratio: 302/211;
  overflow: hidden;
  background: #ccc;
}
.works-list-item--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.works-list-item--movie {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  padding: 0.8em 1em 0.8em 3em;
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .works-list-item--movie {
    letter-spacing: 0;
    padding: 0.8em 0.75em 0.8em 2.75em;
  }
}
.works-list-item--movie::before {
  content: "";
  width: 2em;
  height: 2em;
  background-color: #919496;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 0.25em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .works-list-item--movie::before {
    width: 1.8em;
    height: 1.8em;
    top: 0.4em;
  }
}
.works-list-item--movie::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 8px;
  background: #ffffff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 1.25em;
  top: calc(50% - 4px);
}
@media screen and (max-width: 768px) {
  .works-list-item--movie::after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: 1.15em;
  }
}
.works-list-item--text {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 1em;
}
.works-list-item--ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  padding-right: 35px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .works-list-item--ct {
    font-size: 1rem;
    padding-right: 22px;
  }
}
.works-list-item--ct li {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 100px;
  padding: 0.4em 1em 0.5em;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.works-list-item--ct::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #505050;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 430px) {
  .works-list-item--ct::before {
    width: 19px;
    height: 19px;
  }
}
.works-list-item--ct::after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  right: 11px;
  bottom: 8px;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 430px) {
  .works-list-item--ct::after {
    width: 5px;
    height: 7px;
    right: 6px;
    bottom: 4px;
  }
}

.works-article {
  margin: 110px auto 140px;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .works-article {
    margin: 60px auto 70px;
  }
}

.works-article-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.25em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  max-width: 1100px;
  width: 88%;
  margin: 0 auto 1em;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
}
@media screen and (max-width: 768px) {
  .works-article-head {
    width: 86%;
  }
}

.works-article-title {
  font-family: "utsukushi", serif;
  font-weight: 400;
  line-height: 1.5;
}

.works-article-spec {
  font-size: clamp(1.4rem, 2vw, 2rem);
  text-align: right;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  .works-article-spec {
    width: 100%;
  }
}
.works-article-spec span {
  display: inline-block;
  border-bottom: 1px solid #c1c1c1;
  line-height: 1.4;
}

.works-lead {
  width: 88%;
  max-width: 980px;
  margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
  .works-lead {
    width: 86%;
  }
}

.works-inner {
  width: 88%;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .works-inner {
    width: 86%;
  }
}
.works-inner--image {
  margin: 0 auto 4em;
}
@media screen and (max-width: 768px) {
  .works-inner--image {
    margin: 0 auto 3em;
  }
}

.works-second {
  position: relative;
}
.works-second::before {
  content: "";
  width: 100%;
  height: calc(100% - 230px);
  background-color: #eff1f2;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .works-second::before {
    height: calc(100% - 100px);
  }
}

.works-images {
  margin: 110px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .works-images {
    margin: 50px auto 40px;
  }
}
.works-images figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  width: 50%;
  background: #ccc;
}
.works-images figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.works-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6.7%;
     -moz-column-gap: 6.7%;
          column-gap: 6.7%;
  row-gap: 70px;
  margin: 120px auto 0;
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .works-contents {
    margin: 60px auto 0;
    padding: 0 0 60px;
    grid-template-columns: 1fr;
    row-gap: 40px;
    width: 90%;
  }
}
.works-contents--text {
  margin-top: 2em;
}
.works-contents figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #ccc;
}
.works-contents figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.works-point {
  padding: 135px 0;
}
@media screen and (max-width: 768px) {
  .works-point {
    padding: 60px 0;
  }
}
.works-point--inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.works-point--inner::before {
  content: "";
  width: 100%;
  height: calc(100% - 56px);
  z-index: -1;
  border: 1px solid #666;
  border-radius: 0 5px 5px 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .works-point--inner::before {
    height: calc(100% - 37px);
  }
}
.works-point--head {
  font-size: 3rem;
  font-family: "utsukushi", serif;
  font-weight: 400;
  letter-spacing: 0.42em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .works-point--head {
    font-size: 1.8rem;
  }
}
.works-point--head span {
  display: inline-block;
  background: url("../img/works/bg_point.svg") no-repeat left top;
  background-size: contain;
  padding: 0.75em 1em 0.5em 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 437px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .works-point--head span {
    width: 280px;
    height: 37px;
    padding: 0.75em 1em 0 1.2em;
  }
}
.works-point--list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 3.8%;
     -moz-column-gap: 3.8%;
          column-gap: 3.8%;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  counter-reset: listnum;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .works-point--list {
    padding: 30px 0;
    grid-template-columns: 1fr;
    row-gap: 30px;
    max-width: 400px;
    width: 86%;
  }
}
.works-point--item {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 2;
}
.works-point--item::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  color: #cac556;
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
  height: 65px;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.7rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 200;
  letter-spacing: 0.055em;
  padding-top: 0.4em;
  z-index: 2;
}
.works-point--item::after {
  content: "POINT";
  color: #cac556;
  width: 65px;
  height: calc(65px - 1em);
  background-color: #fff;
  border-radius: 0 0 10px 0;
  font-size: 1rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1em 0 0;
}
.works-point--title {
  font-size: clamp(1.5rem, 1.9vw, 1.9rem);
  font-weight: 500;
  line-height: 1.6;
  margin: 1em auto 0.5em;
}
.works-point--image {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #ccc;
}
.works-point--image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.works-pager-wrap {
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .works-pager-wrap {
    margin: 0 auto 70px;
  }
}

/*!
page > voice
------------------------------
*/
.voice-fv {
  color: #fff;
  background-color: #eff1f2;
  position: relative;
  width: 100%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .voice-fv {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 430px) {
  .voice-fv {
    margin: 0 auto 40px;
  }
}
.voice-fv--title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.voice-fv--image {
  position: relative;
}
.voice-fv--image::before {
  content: "";
  display: block;
  padding-top: 530px;
}
.voice-fv--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 768px) {
  .voice-fv--image {
    position: relative;
  }
  .voice-fv--image::before {
    content: "";
    display: block;
    padding-top: 400px;
  }
  .voice-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 430px) {
  .voice-fv--image {
    position: relative;
  }
  .voice-fv--image::before {
    content: "";
    display: block;
    padding-top: 300px;
  }
  .voice-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.voice-fv-archive {
  color: #b8b456;
  background-color: rgba(225, 220, 108, 0.3);
  text-align: center;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .voice-fv-archive {
    margin: 0 auto 50px;
  }
}

.voice-list {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto 150px;
}
@media screen and (max-width: 768px) {
  .voice-list {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 430px) {
  .voice-list {
    width: 92%;
  }
}
.voice-list--detail {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .voice-list--detail {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 1241px) {
  .voice-list--detail .voice-list-item:last-child {
    display: none;
  }
}
.voice-list--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 3.5%;
     -moz-column-gap: 3.5%;
          column-gap: 3.5%;
  row-gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1240px) {
  .voice-list--inner {
    -webkit-column-gap: 3%;
       -moz-column-gap: 3%;
            column-gap: 3%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .voice-list--inner {
    row-gap: 15px;
    margin-bottom: 30px;
  }
}
.voice-list--inner .voice-list-item {
  width: 31%;
}
@media screen and (max-width: 1240px) {
  .voice-list--inner .voice-list-item {
    width: 48.5%;
  }
}

.voice-list-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 25px 25px 50px;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.voice-list-item::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 30px;
  width: calc(100% - 56px);
  height: 1px;
  background-color: #4d4d4d;
}
@media screen and (max-width: 768px) {
  .voice-list-item {
    padding: 12px 12px 25px;
  }
  .voice-list-item::before {
    left: 10px;
    bottom: 15px;
    width: calc(100% - 24px);
  }
}
@media (hover: hover) {
  .voice-list-item:hover {
    -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
  }
  .voice-list-item:hover .voice-list-item--ct span {
    background-color: #9b9b9b;
  }
  .voice-list-item:hover .voice-list-item--ct::before {
    background-color: #b9b64f;
  }
  .voice-list-item:hover .voice-list-item--movie::before {
    background-color: #b9b64f;
  }
  .voice-list-item:hover .voice-list-item--image {
    background-color: #cac556;
  }
}
.voice-list-item:active {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
.voice-list-item:active .voice-list-item--ct span {
  background-color: #9b9b9b;
}
.voice-list-item:active .voice-list-item--ct::before {
  background-color: #b9b64f;
}
.voice-list-item:active .voice-list-item--movie::before {
  background-color: #b9b64f;
}
.voice-list-item:active .voice-list-item--image {
  background-color: #cac556;
}
.voice-list-item--image {
  position: relative;
  aspect-ratio: 302/211;
  background-color: #e1dc6c;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.voice-list-item--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voice-list-item--fun {
  color: #fff;
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  font-size: clamp(1.5rem, 3.1vw, 3.1rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
}
.voice-list-item--archive {
  color: #fff;
  width: 100%;
  position: absolute;
  top: 0.4em;
  left: 0;
  font-size: clamp(1.5rem, 3.1vw, 3.1rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
}
.voice-list-item--num {
  color: #fff;
  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: clamp(1.5rem, 2vw, 2rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  height: 100%;
  padding: 1em 0 0;
}
.voice-list-item--num span {
  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;
}
.voice-list-item--num span::before, .voice-list-item--num span::after {
  content: "";
  width: 1.5em;
  height: 3em;
  display: inline-block;
  padding-bottom: 0.25em;
}
.voice-list-item--num span::before {
  left: 0;
  background: url("../img/common/ico_mark-left-01.svg") no-repeat left center;
  background-size: contain;
}
.voice-list-item--num span::after {
  right: 0;
  background: url("../img/common/ico_mark-right-01.svg") no-repeat right center;
  background-size: contain;
}
.voice-list-item--text {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 1em;
}
.voice-list-item--ct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 0.2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  padding-right: 35px;
  position: relative;
}
@media screen and (max-width: 430px) {
  .voice-list-item--ct {
    font-size: 1rem;
    padding-right: 22px;
  }
}
.voice-list-item--ct span {
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 100px;
  padding: 0.4em 1em 0.5em;
  line-height: 1.2;
  letter-spacing: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.voice-list-item--ct::before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: #505050;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 430px) {
  .voice-list-item--ct::before {
    width: 19px;
    height: 19px;
  }
}
.voice-list-item--ct::after {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  right: 11px;
  bottom: 8px;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 430px) {
  .voice-list-item--ct::after {
    width: 5px;
    height: 7px;
    right: 6px;
    bottom: 4px;
  }
}

.voice-article {
  position: relative;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 300;
  line-height: 2.375;
}
@media screen and (max-width: 768px) {
  .voice-article {
    line-height: 2;
  }
}
.voice-article--fun {
  color: #b5b5b5;
  font-size: clamp(2rem, 4.2vw, 4.2rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  position: absolute;
  margin: 0 auto;
  left: 8%;
}
@media screen and (max-width: 1440px) {
  .voice-article--fun {
    left: 5%;
  }
}
@media screen and (max-width: 1240px) {
  .voice-article--fun {
    left: 1%;
  }
}
.voice-article--inner {
  max-width: 980px;
  width: 88%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .voice-article--inner {
    width: 86%;
  }
}
.voice-article--video {
  width: 100%;
}
.voice-article--text {
  margin: 0 auto 4em;
}

.voice-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.25em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  margin: 1.8em auto 1em;
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
}
@media screen and (max-width: 768px) {
  .voice-head {
    width: 86%;
  }
}
.voice-head--title {
  font-family: "utsukushi", serif;
  font-weight: 400;
  line-height: 1.8;
}
.voice-head--title span {
  background-color: #e1dc6c;
  display: inline-block;
  padding: 0.1em 0.2em;
  line-height: 1.2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .voice-head--title span {
    border-radius: 5px;
  }
}
.voice-head--spec {
  font-size: clamp(1.4rem, 2vw, 2rem);
  text-align: right;
  line-height: 2;
}
@media screen and (max-width: 1240px) {
  .voice-head--spec {
    width: 100%;
  }
}
.voice-head--spec span {
  display: inline-block;
  border-bottom: 1px solid #c1c1c1;
  line-height: 1.4;
}

.voice-lead {
  margin-bottom: 4em;
}

.voice-second {
  position: relative;
  padding: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .voice-second {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 430px) {
  .voice-second {
    padding: 0 0 55px;
  }
}
.voice-second::before {
  content: "";
  width: 100%;
  height: calc(100% - 230px);
  background-color: #e1dc6c;
  opacity: 0.3;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .voice-second::before {
    height: calc(100% - 100px);
  }
}
.voice-second--image {
  margin-bottom: 3em;
}

.voice-image-full {
  margin: 140px auto 100px;
}
@media screen and (max-width: 768px) {
  .voice-image-full {
    margin: 70px auto 50px;
  }
}

.voice-point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6.8%;
     -moz-column-gap: 6.8%;
          column-gap: 6.8%;
}
@media screen and (max-width: 1000px) {
  .voice-point {
    grid-template-columns: 1fr;
    max-width: 700px;
    width: 96%;
    margin: 0 auto;
  }
}
.voice-point--wrap {
  margin: 170px auto 70px;
}
@media screen and (max-width: 768px) {
  .voice-point--wrap {
    margin: 70px auto 30px;
  }
}
.voice-point--item {
  position: relative;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .voice-point--item {
    margin-bottom: 35px;
  }
}
.voice-point--item:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 1000px) {
  .voice-point--item:first-child {
    padding-top: 0;
  }
}
.voice-point--inner:nth-child(2) {
  margin-top: -170px;
}
@media screen and (max-width: 1000px) {
  .voice-point--inner:nth-child(2) {
    margin-top: 0;
  }
}
.voice-point--title {
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  font-weight: 400;
  z-index: 2;
  margin-left: -0.5em;
  line-height: 1.5;
  position: relative;
}
.voice-point--title span {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #e2de63;
  border-radius: 100px 100px 0 100px;
  padding: 0.8em 1.5em 0.75em 1em;
}
.voice-point--title span::before {
  content: "Q";
  color: #fff;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  background-color: #e2de63;
  border-radius: 50%;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  text-align: center;
  padding: 0.3em 0.2em 0.1em;
  margin-right: 0.5em;
}
.voice-point--text {
  margin-top: 1.5em;
}

.voice-point-slide {
  margin-top: -40px;
}
.voice-point-slide .splide__pagination {
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 430px) {
  .voice-point-slide .splide__pagination {
    gap: 5px;
    bottom: 8px;
  }
}
.voice-point-slide .splide__pagination li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 430px) {
  .voice-point-slide .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}
.voice-point-slide .splide__pagination__page {
  display: block;
  background-color: #000;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .voice-point-slide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.voice-point-slide .splide__pagination__page.is-active {
  background-color: inherit;
  border: 1px solid #000;
}

.voice-gallery {
  margin: 140px auto 70px;
}
@media screen and (max-width: 768px) {
  .voice-gallery {
    margin: 70px auto 50px;
  }
}
@media screen and (max-width: 430px) {
  .voice-gallery {
    margin: 50px auto 50px;
  }
}

.voice-archive {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 300;
  line-height: 2;
  margin: 0 auto 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .voice-archive {
    grid-template-columns: 1fr;
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .voice-archive {
    margin: 0 auto 30px;
    row-gap: 40px;
  }
}
.voice-archive--item {
  padding-bottom: 50px;
  border-bottom: 1px solid #b5b5b5;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .voice-archive--item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .voice-archive--item {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1001px) {
  .voice-archive--item:nth-child(2n) {
    padding-left: 6%;
  }
  .voice-archive--item:not(:nth-child(2n)) {
    padding-right: 6%;
  }
  .voice-archive--item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.voice-archive--image {
  position: relative;
  aspect-ratio: 55/39;
}
.voice-archive--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.voice-archive--num {
  display: inline-block;
  background-color: #e2de63;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  font-weight: 400;
  font-family: "Lexend Deca", sans-serif;
  padding: 1em;
  line-height: 1;
  border-radius: 50% 50% 0 50%;
  position: absolute;
  left: 0;
  top: -1.5em;
}
.voice-archive--title {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  color: #4d4d4d;
  line-height: 1.6;
  margin: 1.6em auto 0.8em;
}

/*!
page > contact
------------------------------
*/
.contact-fv {
  color: #fff;
  background-color: #eff1f2;
  position: relative;
  width: 100%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .contact-fv {
    margin: 0 auto 35px;
  }
}
.contact-fv--title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.contact-fv--image {
  position: relative;
}
.contact-fv--image::before {
  content: "";
  display: block;
  padding-top: 530px;
}
.contact-fv--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
}
@media screen and (max-width: 768px) {
  .contact-fv--image {
    position: relative;
  }
  .contact-fv--image::before {
    content: "";
    display: block;
    padding-top: 400px;
  }
  .contact-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 430px) {
  .contact-fv--image {
    position: relative;
  }
  .contact-fv--image::before {
    content: "";
    display: block;
    padding-top: 300px;
  }
  .contact-fv--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}

.contact-catalog {
  max-width: 1380px;
  width: 92%;
  margin: 70px auto 60px;
  padding: 0 0 70px;
  border-bottom: 1px solid #9b9b9b;
}
@media screen and (max-width: 768px) {
  .contact-catalog {
    margin: 40px auto 30px;
    padding: 0 0 40px;
  }
}

.contact-catalog-want {
  max-width: 1300px;
  width: 100%;
  background-color: rgba(239, 241, 242, 0.4);
  border-radius: 20px;
  padding: 30px 230px 30px 4.6%;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 1240px) {
  .contact-catalog-want {
    padding: 30px 150px 30px 4.6%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-catalog-want {
    grid-template-columns: 1fr;
    row-gap: 10px;
    padding: 50px 5% 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-catalog-want {
    margin: 0 auto 30px;
    border-radius: 10px;
  }
}
.contact-catalog-want--circle {
  color: #fff;
  background-color: #cac556;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  position: absolute;
  right: 4%;
  top: -20px;
  text-align: center;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (max-width: 1240px) {
  .contact-catalog-want--circle {
    right: -2%;
  }
}
@media screen and (max-width: 768px) {
  .contact-catalog-want--circle {
    width: 90px;
    height: 90px;
    font-size: 1.2rem;
    top: -10px;
  }
}
.contact-catalog-want--free {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact-catalog-want--free {
    font-size: 1.8rem;
  }
}
.contact-catalog-want .contact-check-list {
  -ms-flex-item-align: center;
      align-self: center;
}

.contact-check-list {
  font-size: clamp(1.3rem, 1.8vw, 2.2rem);
}
.contact-check-list--item {
  border-bottom: 1px solid #c7c7c7;
  padding: 0.5em 0 0.5em 1.5em;
  line-height: 1.5;
  position: relative;
}
.contact-check-list--item::before {
  content: "";
  background: url("../img/common/ico_check-02.svg") no-repeat center left;
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1em;
  height: 1em;
}

.contact-catalog-book {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 1.7%;
     -moz-column-gap: 1.7%;
          column-gap: 1.7%;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-catalog-book {
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    -webkit-column-gap: 2%;
       -moz-column-gap: 2%;
            column-gap: 2%;
    margin-bottom: 20px;
  }
}
.contact-catalog-book--title {
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 1.5em;
}
.contact-catalog-book--image {
  position: relative;
}
.contact-catalog-book--image img {
  border-radius: 10px;
}
.contact-catalog-book--image figcaption {
  color: #fff;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  width: 2em;
  height: 2em;
  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;
  background-color: #606060;
  border-radius: 50%;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: -1em;
  left: calc(50% - 1em);
}
.contact-catalog-book--text {
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 1em;
  padding: 0 0.8em;
}

.contact-catalog-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.contact-catalog-link {
  max-width: 1010px;
  width: 90%;
  margin: 0 auto;
}

.contact-online {
  max-width: 1300px;
  width: 92%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .contact-online {
    margin: 0 auto 50px;
  }
}
.contact-online--contents {
  background-color: rgba(239, 241, 242, 0.4);
  border-radius: 20px;
  padding: 50px 200px 50px 4.6%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media screen and (max-width: 1440px) {
  .contact-online--contents {
    padding: 50px 4.6%;
  }
}
@media screen and (max-width: 768px) {
  .contact-online--contents {
    border-radius: 10px;
    display: block;
    padding: 30px 5%;
  }
}
.contact-online--contents .contact-check-list {
  align-self: center;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  .contact-online--contents .contact-check-list {
    margin-top: 1em;
  }
}
.contact-online--image {
  grid-row: 1/3;
  grid-column: 1/2;
}
.contact-online--text {
  grid-row: 2/3;
  grid-column: 2/3;
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
  margin-top: 1em;
}

.contact-tel {
  background-color: #e2de63;
  text-align: center;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .contact-tel {
    padding: 40px 0;
  }
}
.contact-tel--num {
  font-size: clamp(3.6rem, 8.7vw, 8.7rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.contact-tel--num span {
  font-size: 55%;
}
@media screen and (max-width: 768px) {
  .contact-tel--num {
    letter-spacing: 0.05em;
  }
}
.contact-tel--text {
  font-size: clamp(1.4rem, 1.8vw, 2.2rem);
  letter-spacing: 0;
  margin: 0.5em auto 1.8em;
}
.contact-tel--line {
  max-width: 385px;
  width: 90%;
  margin: 0 auto;
}
.contact-tel--line a {
  display: block;
}
.contact-tel--lineText {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
  margin: 0.8em auto 0;
}

.contact-mail {
  max-width: 1300px;
  width: 92%;
  padding: 100px 0 0;
  margin: 0 auto;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .contact-mail {
    padding: 50px 0 0;
  }
}
.contact-mail--check {
  background-color: rgba(239, 241, 242, 0.4);
  border-radius: 20px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .contact-mail--check {
    border-radius: 10px;
    padding: 25px 0;
  }
}
.contact-mail--list {
  max-width: 910px;
  width: 90%;
  margin: 0 auto 1.5em;
}
.contact-mail--list li {
  border-bottom: 1px solid #c1c1c1;
  padding: 0 0 0.75em;
  margin-bottom: 0.75em;
  line-height: 1.5;
  padding-left: 1em;
}
.contact-mail--list li::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  margin-right: 0;
  text-align: center;
}
.contact-mail--list li::before {
  content: "・";
}
.contact-mail--caution {
  max-width: 910px;
  width: 90%;
  margin: 0 auto;
}
.contact-mail--caution a {
  color: #bc1c24;
  text-decoration: underline;
}
.contact-mail--caution a:hover {
  text-decoration: none;
}

.contact-form {
  max-width: 1150px;
  width: 88%;
  margin: 0 auto;
  padding: 75px 0 160px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 40px 0 70px;
  }
}

.contact-form-item {
  color: #505050;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-form-item {
    margin-bottom: 30px;
  }
}
.contact-form-item .wpcf7-not-valid-tip {
  color: #bc1c24;
  font-size: 1.4rem;
  margin-top: 0.5em;
  display: block;
}
.contact-form-item .wpcf7-not-valid {
  background-color: rgba(188, 28, 36, 0.1) !important;
  border-color: #bc1c24 !important;
}
.contact-form-item--error dt {
  color: #bc1c24;
}
.contact-form-item--name {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .contact-form-item--name {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.contact-form-item--name .wpcf7-form-control-wrap {
  display: block;
}
.contact-form-item--caution {
  margin-top: 0.8em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.contact-form-item--address {
  display: grid;
  grid-template-columns: 270px 1fr;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-form-item--address {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.contact-form-item dt {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  font-weight: 700;
  margin-bottom: 0.75em;
}
.contact-form-item dt:first-child {
  border-left: 5px solid currentColor;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .contact-form-item dt:first-child {
    border-left: 3px solid currentColor;
  }
}
.contact-form-item input[type=text],
.contact-form-item input[type=email],
.contact-form-item input[type=tel],
.contact-form-item textarea {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  padding: 0.6em 0.5em;
  line-height: 1.5;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.contact-form-item input[type=text]::-webkit-input-placeholder, .contact-form-item input[type=email]::-webkit-input-placeholder, .contact-form-item input[type=tel]::-webkit-input-placeholder, .contact-form-item textarea::-webkit-input-placeholder {
  color: #b5b5b5;
}
.contact-form-item input[type=text]::-moz-placeholder, .contact-form-item input[type=email]::-moz-placeholder, .contact-form-item input[type=tel]::-moz-placeholder, .contact-form-item textarea::-moz-placeholder {
  color: #b5b5b5;
}
.contact-form-item input[type=text]:-ms-input-placeholder, .contact-form-item input[type=email]:-ms-input-placeholder, .contact-form-item input[type=tel]:-ms-input-placeholder, .contact-form-item textarea:-ms-input-placeholder {
  color: #b5b5b5;
}
.contact-form-item input[type=text]::-ms-input-placeholder, .contact-form-item input[type=email]::-ms-input-placeholder, .contact-form-item input[type=tel]::-ms-input-placeholder, .contact-form-item textarea::-ms-input-placeholder {
  color: #b5b5b5;
}
.contact-form-item input[type=text]::placeholder,
.contact-form-item input[type=email]::placeholder,
.contact-form-item input[type=tel]::placeholder,
.contact-form-item textarea::placeholder {
  color: #b5b5b5;
}
.contact-form-item .wpcf7-list-item {
  margin: 0 10px;
  display: inline-block;
}
.contact-form-item .wpcf7-list-item label {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.4em;
     -moz-column-gap: 0.4em;
          column-gap: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  cursor: pointer;
}
.contact-form-item input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #f1f1f1;
  border: 1px solid #d2d2d2;
  margin: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}
.contact-form-item input[type=radio]::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #cac556;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.contact-form-item input[type=radio]:checked {
  background-color: #fff;
  border-color: #d2d2d2;
}
.contact-form-item input[type=radio]:checked::after {
  opacity: 1;
}
.contact-form-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 22px;
  height: 22px;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  cursor: pointer;
  margin: 0;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.contact-form-item input[type=checkbox]:checked {
  background-color: #cac556;
}
.contact-form-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact-form-item .contact-form-radio--inline .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  row-gap: 0.5em;
}
@media screen and (max-width: 430px) {
  .contact-form-item .contact-form-radio--inline .wpcf7-form-control-wrap {
    row-gap: 0.25em;
  }
}

.contact-form-policy {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.5;
  padding: 1em;
  margin: 0.5em auto 1.5em;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 240px;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .contact-form-policy {
    height: 180px;
  }
}

.contact-form-required {
  color: #333;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  padding: 0.5em 0.75em;
  background-color: #e2de63;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .contact-form-required {
    margin-left: 0.6em;
  }
}

.contact-form-required-caution {
  color: #bc1c24;
  margin-top: 0.5em;
}

.contact-form-submit {
  display: block;
  width: 100%;
}

/*!
page > event
------------------------------
*/
.event-fv {
  color: #fff;
  background-color: #eff1f2;
  position: relative;
  width: 100%;
  min-height: 650px;
}
@media screen and (max-width: 768px) {
  .event-fv {
    min-height: 450px;
  }
}
@media screen and (max-width: 430px) {
  .event-fv {
    min-height: 400px;
  }
}
.event-fv--title {
  position: relative;
  z-index: 2;
  margin: 145px auto 0;
  padding: 0 0 50px;
}
@media screen and (max-width: 430px) {
  .event-fv--title {
    margin: 100px auto 0;
  }
}
.event-fv--image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.event-fv--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.event-fv--image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.45;
  position: absolute;
  left: 0;
  top: 0;
}
.event-fv--image figcaption {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  max-width: 1380px;
  width: 94%;
  margin: 0 auto;
  text-align: right;
  position: absolute;
  right: 6%;
  bottom: 1em;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .event-fv--image figcaption {
    right: 4%;
  }
}
.event-fv--area {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 2em;
}
.event-fv--area span {
  color: #1a1a1a;
  background-color: #fff;
  padding: 0.4em 1em;
  display: inline-block;
}
.event-fv--head {
  font-size: clamp(2.8rem, 5.4vw, 5.4rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.event-fv--copy {
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin: 0.5em auto 0.75em;
}
.event-fv .event-fv-days {
  display: inline-block;
  padding: 0.5em 0.5em 0 0;
  border-top: 1px solid currentColor;
  font-size: clamp(2.2rem, 3.8vw, 3.8rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.event-fv .event-fv-days--data {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  margin-right: 0.5em;
}

.event-wrap {
  position: relative;
  margin: 20px auto 100px;
  display: block;
}
@media screen and (min-width: 1241px) {
  .event-wrap {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 4.5%;
    margin: 50px auto 200px;
  }
}
.event-wrap .event-calendar {
  padding-top: 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1241px) {
  .event-wrap .event-calendar {
    height: auto;
    -ms-flex-item-align: first baseline;
        align-self: first baseline;
    position: sticky;
    right: 0;
    top: 50px;
    z-index: 1;
    padding-top: 0;
  }
}
.event-wrap .event-calendar--inner {
  margin: 0 auto;
  max-width: 500px;
  width: auto;
}

.event-article {
  width: 100%;
  color: #333;
  font-size: clamp(1.3rem, 2vw, 2rem);
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 1240px) {
  .event-article {
    margin-bottom: 50px;
  }
}
.event-article--anchor {
  display: block;
  position: sticky;
  left: 0;
  top: 33px;
  float: left;
  clear: both;
  margin-left: -7%;
  height: auto;
  z-index: 100;
}
@media screen and (min-width: 1241px) {
  .event-article--anchor {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .event-article--anchor {
    top: 10px;
    margin-left: -8%;
  }
}
.event-article .event-lead {
  margin-bottom: 1.8em;
}
.event-article figure {
  position: relative;
}
.event-article figure figcaption {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0.5em;
  bottom: 0.8em;
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .event-article figure figcaption {
    right: 4%;
    font-size: 40%;
    right: 0.5em;
  }
}

.event-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
  line-height: 1.2;
  width: 100%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1240px) {
  .event-tags {
    padding-top: 20px;
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .event-tags {
    margin: 0 auto 30px;
  }
}
.event-tags li {
  background-color: #ebebeb;
  padding: 0.5em 1em 0.45em;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .event-tags li {
    border-radius: 4px;
  }
}

.event-about {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  display: grid;
  grid-template-columns: 5em 1fr;
  max-width: 580px;
  line-height: 1.5;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .event-about {
    margin-bottom: 30px;
    grid-template-columns: 3.5em 1fr;
  }
}
.event-about dt, .event-about dd {
  padding: 0.8em 0.5em;
  border-bottom: 1px solid #c1c1c1;
}
.event-about dt:first-of-type, .event-about dd:first-of-type {
  border-top: 1px solid #c1c1c1;
}
.event-about dt {
  grid-column: 1/2;
}
.event-about dd {
  grid-column: 2/3;
}

.event-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .event-images {
    margin: 0 auto 40px;
  }
}

.event-highlights {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .event-highlights {
    margin: 50px auto;
  }
}
.event-highlights--item {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  row-gap: 1em;
}
@media screen and (max-width: 768px) {
  .event-highlights--item {
    display: block;
  }
}
.event-highlights--item:not(:last-child) {
  padding: 0 0 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c1c1c1;
}
.event-highlights--item figure {
  grid-column: 1/2;
  grid-row: 1/3;
  align-self: flex-start;
}
.event-highlights--item strong {
  color: #ca803b;
  font-weight: 700;
}
.event-highlights--title {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .event-highlights--title {
    margin: 1.2em auto 0.75em;
  }
}
.event-highlights--text {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: flex-start;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 1.62;
}

.event-info {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .event-info {
    margin: 30px auto 40px;
  }
}
.event-info--text {
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.event-info--text span {
  font-size: 81.8%;
}

.event-step {
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  position: relative;
  padding-bottom: 10px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .event-step {
    margin: 0 auto 40px;
  }
}
.event-step::before {
  content: "";
  background-color: #eff1f2;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  width: 100%;
  height: calc(100% - 0.5em);
  position: absolute;
  top: 0.7em;
  left: 0;
  z-index: -1;
}
.event-step--item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  -webkit-column-gap: 6%;
     -moz-column-gap: 6%;
          column-gap: 6%;
  width: 94%;
  margin: 0 auto;
  padding: 30px 0;
}
.event-step--item:not(:last-child) {
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 768px) {
  .event-step--item {
    display: block;
    padding: 20px 0 30px;
  }
}
.event-step--text {
  padding-left: 3%;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  line-height: 1.5;
}
.event-step--text span {
  font-size: 82%;
}
@media screen and (max-width: 768px) {
  .event-step--text {
    padding: 0 3%;
    margin-bottom: 1.5em;
  }
}
.event-step--title {
  padding-bottom: 0.25em;
  border-bottom: 1px solid currentColor;
  margin-bottom: 0.9em;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.event-step--title span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
}
.event-step .event-step-line {
  background-color: #fff;
  padding: 40px 6%;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 768px) {
  .event-step .event-step-line {
    padding: 20px 6%;
  }
}
.event-step .event-step-line--link {
  text-align: center;
  margin-bottom: 1.2em;
}
.event-step .event-step-line--link a {
  display: block;
}

.event-access {
  margin: 0 auto 65px;
}
@media screen and (max-width: 768px) {
  .event-access {
    margin: 0 auto 30px;
  }
}
.event-access--iframe {
  position: relative;
  padding-top: 56.25%;
}
.event-access--iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.event-option {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
.event-option--text {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  padding: 2em 0;
}

/*!
page > modelhouse
------------------------------
*/
.modelhouse-list-fv {
  color: #fff;
  position: relative;
  width: 100%;
  min-height: 476px;
}
@media screen and (max-width: 768px) {
  .modelhouse-list-fv {
    min-height: 380px;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-list-fv {
    min-height: 300px;
  }
}
.modelhouse-list-fv--image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .modelhouse-list-fv--image {
    height: 560px;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-list-fv--image {
    height: 480px;
  }
}
.modelhouse-list-fv--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.modelhouse-list-fv--title {
  padding: 3em 0;
  font-size: clamp(2.1rem, 3.5vw, 3.5rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  position: relative;
}

.modelhouse-list {
  position: relative;
  max-width: 1400px;
  width: 92%;
  background-color: #fff;
  padding: 60px 0;
  margin: 0 auto 60px;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .modelhouse-list {
    padding: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-list {
    border-radius: 12px;
    padding: 40px 0 30px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-list {
    padding: 40px 0 10px;
  }
}
.modelhouse-list--item {
  max-width: 1200px;
  width: 89%;
  margin: 0 auto;
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: 55.8% 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 2em;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  position: relative;
}
.modelhouse-list--item:not(:last-child) {
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .modelhouse-list--item:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .modelhouse-list--item {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-list--item {
    padding-bottom: 30px;
  }
}
.modelhouse-list--item--image {
  grid-row: 1/3;
  grid-column: 1/2;
}
.modelhouse-list--item .modelhouse-list-text1 {
  grid-row: 1/2;
  grid-column: 2/3;
}
.modelhouse-list--item .modelhouse-list-text2 {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: flex-end;
}
@media screen and (max-width: 1000px) {
  .modelhouse-list--item .modelhouse-list-text2 {
    margin-top: 1.5em;
  }
}
.modelhouse-list--title {
  font-size: clamp(2rem, 2.8vw, 3.2rem);
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  margin-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  .modelhouse-list--title {
    margin-top: 1.2em;
    margin-bottom: 0.9em;
  }
}
.modelhouse-list--detail {
  display: grid;
  grid-template-columns: 5em 1fr;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1000px) {
  .modelhouse-list--detail {
    grid-template-columns: 4em 1fr;
  }
}
.modelhouse-list--detail dt, .modelhouse-list--detail dd {
  border-bottom: 1px solid #c1c1c1;
}
.modelhouse-list--detail dt:first-of-type, .modelhouse-list--detail dd:first-of-type {
  border-top: 1px solid #c1c1c1;
}
.modelhouse-list--detail dt {
  padding: 0.5em 0.1em;
}
.modelhouse-list--detail dd {
  padding: 0.5em 0.1em 0.5em 0.5em;
}
@media screen and (max-width: 1000px) {
  .modelhouse-list--link {
    text-align: right;
  }
}
.modelhouse-list--mark {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: -30px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .modelhouse-list--mark {
    font-size: 1rem;
    width: 70px;
    height: 70px;
    left: -10px;
    top: -20px;
  }
}

.modelhouse-list-image {
  aspect-ratio: 671/482;
}
.modelhouse-list-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modelhouse-list-slide {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modelhouse-list-slide {
    margin-bottom: 10px;
  }
}
.modelhouse-list-slide .splide__pagination {
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 430px) {
  .modelhouse-list-slide .splide__pagination {
    gap: 5px;
    bottom: 8px;
  }
}
.modelhouse-list-slide .splide__pagination li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 430px) {
  .modelhouse-list-slide .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}
.modelhouse-list-slide .splide__pagination__page {
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .modelhouse-list-slide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.modelhouse-list-slide .splide__pagination__page.is-active {
  background-color: #4d4d4d;
}

.modelhouse-list-thumbnail .splide__slide {
  cursor: pointer;
}
.modelhouse-list-thumbnail .splide__slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  z-index: 2;
}

.modelhouse-about {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .modelhouse-about {
    margin: 0 auto 60px;
  }
}

.modelhouse-about-head {
  width: 94%;
  margin: 0 0 80px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modelhouse-about-head {
    width: 93%;
    margin: 0 0 40px auto;
  }
}
@media screen and (max-width: 1240px) {
  .modelhouse-about-head--image {
    position: relative;
  }
  .modelhouse-about-head--image::before {
    content: "";
    display: block;
    padding-top: 320px;
  }
  .modelhouse-about-head--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-about-head--image {
    position: relative;
  }
  .modelhouse-about-head--image::before {
    content: "";
    display: block;
    padding-top: 160px;
  }
  .modelhouse-about-head--image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; /* IE用 object-fit-images */
    font-family: "object-fit: cover; object-position: bottom;"; /* IE用 object-fit-images */
  }
}
.modelhouse-about-head--title {
  color: #fff;
  position: absolute;
  left: 6%;
  top: calc(50% - 0.5em);
  font-size: clamp(2rem, 3.3vw, 3.3rem);
  font-weight: 600;
}

.modelhouse-about-point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .modelhouse-about-point {
    margin: 0 auto 40px;
    grid-template-columns: 1fr;
    row-gap: 30px;
    max-width: 500px;
  }
}
.modelhouse-about-point--title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 1.2em auto 0.8em;
}

.modelhouse-about-method {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media screen and (max-width: 768px) {
  .modelhouse-about-method {
    margin: 0 auto 35px;
    border-radius: 20px;
  }
}
.modelhouse-about-method--item {
  display: grid;
  grid-template-columns: 1fr 35%;
  grid-template-rows: 2em 1fr;
  -webkit-column-gap: 9%;
     -moz-column-gap: 9%;
          column-gap: 9%;
  row-gap: 1em;
  margin: 0 auto;
  padding: 55px 5%;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
}
.modelhouse-about-method--item:not(:last-child) {
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 768px) {
  .modelhouse-about-method--item:not(:last-child) {
    border-bottom: 3px solid #fff;
  }
}
@media screen and (max-width: 859px) {
  .modelhouse-about-method--item {
    display: block;
    padding: 30px 5%;
  }
}
.modelhouse-about-method--title {
  grid-column: 1/2;
  grid-row: 1/2;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.modelhouse-about-method--title span {
  border-bottom: 1px solid #b4b4b4;
  display: inline-block;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 859px) {
  .modelhouse-about-method--title {
    padding: 0 1%;
  }
}
.modelhouse-about-method--text {
  grid-column: 1/2;
  grid-row: 2/3;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
@media screen and (max-width: 859px) {
  .modelhouse-about-method--text {
    padding: 0 1%;
    margin: 1em auto 1.2em;
  }
}
.modelhouse-about-method--youtube {
  grid-column: 2/3;
  grid-row: 1/3;
  position: relative;
  padding-top: 56.25%;
}
.modelhouse-about-method--youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modelhouse-about-flow {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .modelhouse-about-flow {
    margin: 0 auto 50px;
  }
}
.modelhouse-about-flow--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modelhouse-about-flow--list {
    margin-top: 10px;
  }
}
.modelhouse-about-flow--item {
  width: 22.5%;
  position: relative;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  line-height: 1.625;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .modelhouse-about-flow--item {
    width: 47%;
  }
}
.modelhouse-about-flow--item:not(:last-child) figure {
  position: relative;
}
.modelhouse-about-flow--item:not(:last-child) figure::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 30px;
  background: #4d4d4d;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  right: calc(-15px - 4.5%);
  top: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  .modelhouse-about-flow--item:not(:last-child) figure::before {
    width: 10px;
    height: 22px;
    right: calc(-5px - 6.5%);
    top: calc(50% - 11px);
  }
}
@media screen and (max-width: 1000px) {
  .modelhouse-about-flow--item:nth-child(2n) figure::before {
    display: none;
  }
}
.modelhouse-about-flow--title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.5;
  margin: 1.2em auto 0.7em;
}
.modelhouse-about-flow--caution {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  margin-top: 1em;
  letter-spacing: 0;
}
.modelhouse-about-flow--caution li {
  margin-top: 0.2em;
  text-indent: -1em;
  padding-left: 1em;
}
.modelhouse-about-flow--caution li::before {
  content: "​※";
}

.modelhouse-fv {
  color: #fff;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 859px) {
  .modelhouse-fv {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-fv {
    aspect-ratio: 1/1;
  }
}
.modelhouse-fv::before {
  content: "";
  width: 100%;
  max-height: 100%;
  aspect-ratio: 16/9;
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  z-index: 1;
}
@media screen and (max-width: 859px) {
  .modelhouse-fv::before {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-fv::before {
    aspect-ratio: 1/1;
  }
}
.modelhouse-fv--video {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 859px) {
  .modelhouse-fv--video {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-fv--video {
    aspect-ratio: 1/1;
  }
}
.modelhouse-fv--image {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.modelhouse-fv--image img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 859px) {
  .modelhouse-fv--image img {
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-fv--image img {
    aspect-ratio: 1/1;
  }
}
.modelhouse-fv--text1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
}
.modelhouse-fv--text2 {
  font-size: clamp(2.6rem, 4.6vw, 4.6rem);
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  z-index: 2;
}
.modelhouse-fv--logo1 {
  width: 40%;
  max-width: 352px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .modelhouse-fv--logo1 {
    margin-top: 30px;
  }
}
.modelhouse-fv--logoTitle {
  font-family: "Lexend Deca", sans-serif;
  font-size: clamp(2.6rem, 4.7vw, 4.7rem);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0.25em auto;
}
.modelhouse-fv--title {
  font-size: clamp(2.5rem, 4.6vw, 4.6rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.modelhouse-fv--title-sub {
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  font-weight: 300;
}

.modelhouse-content {
  padding: 70px 250px 40px 0;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .modelhouse-content {
    padding: 60px 200px 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-content {
    padding: 30px 180px 40px 0;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-content {
    padding: 30px 0 40px;
  }
}
.modelhouse-content--nav {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2.5em;
     -moz-column-gap: 2.5em;
          column-gap: 2.5em;
  row-gap: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .modelhouse-content--nav {
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
    row-gap: 1em;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-content--nav a:first-child {
    width: 100%;
  }
}
.modelhouse-content--mark {
  position: absolute;
  right: 0;
  top: -45px;
  width: 221px;
  height: 221px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .modelhouse-content--mark {
    width: 190px;
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-content--mark {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-content--mark {
    width: 100px;
    height: 100px;
    right: -4%;
  }
}

.modelhouse-lead {
  text-align: center;
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 90px auto;
}
@media screen and (max-width: 768px) {
  .modelhouse-lead {
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 1240px) {
  .modelhouse-lead--spLeft {
    text-align: left;
  }
}
.modelhouse-lead--text {
  line-height: 1.9;
  margin: 0 auto 2.5em;
}
.modelhouse-lead--link {
  max-width: 700px;
  margin: 0 auto;
}

.modelhouse-madori {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1%;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.7;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1240px) {
  .modelhouse-madori {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-madori {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-madori {
    row-gap: 10px;
  }
}
.modelhouse-madori--image {
  max-width: 490px;
  width: calc(93% - 320px);
}
@media screen and (max-width: 1240px) {
  .modelhouse-madori--image {
    width: 49.5%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-madori--image {
    width: 100%;
  }
}
.modelhouse-madori--text {
  max-width: 320px;
  width: 100%;
  margin-left: 6%;
}
@media screen and (max-width: 1240px) {
  .modelhouse-madori--text {
    max-width: 520px;
    margin: 2em 0 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-madori--text {
    margin: 1em auto 0;
  }
}

.modelhouse-feature {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .modelhouse-feature {
    margin: 0 auto 50px;
  }
}
.modelhouse-feature--item {
  display: grid;
  grid-template-columns: 1fr 53.3%;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  row-gap: 0;
  grid-template-rows: -webkit-max-content -webkit-max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  margin: 0 auto 50px;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  line-height: 2;
}
.modelhouse-feature--item:nth-child(2n) {
  grid-template-columns: 53.3% 1fr;
}
.modelhouse-feature--item:nth-child(2n) .modelhouse-feature--sub {
  grid-column: 2/3;
}
.modelhouse-feature--item:nth-child(2n) .modelhouse-feature--title {
  grid-column: 2/3;
}
.modelhouse-feature--item:nth-child(2n) .modelhouse-feature--text {
  grid-column: 2/3;
}
.modelhouse-feature--item:nth-child(2n) .modelhouse-feature--slide {
  grid-column: 1/2;
}
@media screen and (max-width: 1000px) {
  .modelhouse-feature--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-feature--item {
    margin: 0 auto 50px;
  }
}
.modelhouse-feature--sub {
  grid-column: 1/2;
  grid-row: 1/2;
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  padding: 0.9em 0 0.8em;
}
.modelhouse-feature--title {
  grid-column: 1/2;
  grid-row: 2/3;
  margin-top: 1em;
}
.modelhouse-feature--text {
  grid-column: 1/2;
  grid-row: 3/4;
}
@media screen and (max-width: 1000px) {
  .modelhouse-feature--text {
    margin-bottom: 2em;
  }
}
.modelhouse-feature--slide {
  grid-column: 2/3;
  grid-row: 1/4;
  align-self: flex-start;
}
.modelhouse-feature--slide .splide__pagination {
  gap: 16px;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 430px) {
  .modelhouse-feature--slide .splide__pagination {
    gap: 5px;
    bottom: 8px;
  }
}
.modelhouse-feature--slide .splide__pagination li {
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 430px) {
  .modelhouse-feature--slide .splide__pagination li {
    width: 8px;
    height: 8px;
  }
}
.modelhouse-feature--slide .splide__pagination__page {
  display: block;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
}
@media screen and (max-width: 430px) {
  .modelhouse-feature--slide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.modelhouse-feature--slide .splide__pagination__page.is-active {
  background-color: #4d4d4d;
}
.modelhouse-feature--slide .modelhouse-feature-image {
  aspect-ratio: 735/497;
}
.modelhouse-feature--slide .modelhouse-feature-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.modelhouse-feature--link {
  max-width: 700px;
  text-align: center;
  margin: 120px auto 60px;
}
@media screen and (max-width: 768px) {
  .modelhouse-feature--link {
    margin: 60px auto 30px;
  }
}

.modelhouse-gallery {
  margin: 60px auto 100px;
}
@media screen and (max-width: 768px) {
  .modelhouse-gallery {
    margin: 40px auto 50px;
  }
}

.modelhouse-tour {
  padding: 0 0 80px;
  margin: 100px auto;
  position: relative;
  font-size: clamp(1.6rem, 3.8vw, 3.8rem);
}
@media screen and (max-width: 768px) {
  .modelhouse-tour {
    margin: 50px auto;
    padding: 0 0 40px;
  }
}
.modelhouse-tour::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  display: block;
  width: 100%;
  height: calc(100% - 0.5em);
  background-color: #eff1f2;
  z-index: -1;
}
.modelhouse-tour--title {
  font-weight: 500;
  font-family: "Lexend Deca", sans-serif;
  text-align: center;
  position: relative;
  margin: 0 auto 1.25em;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.modelhouse-tour--iframe {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}
.modelhouse-tour--iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.modelhouse-reserve {
  font-size: clamp(1.4rem, 2vw, 2rem);
  margin: 110px auto 140px;
  max-width: 1380px;
  width: 92%;
  position: relative;
}
.modelhouse-reserve::before {
  content: "";
  font-size: clamp(1.6rem, 3.3vw, 3.3rem);
  width: 100%;
  height: calc(100% - 1.4em - 180px);
  background-color: rgba(226, 222, 99, 0.15);
  position: absolute;
  left: 0;
  top: 1.4em;
  z-index: -1;
}
.modelhouse-reserve::after {
  content: "";
  font-size: clamp(1.6rem, 3.3vw, 3.3rem);
  width: calc(100% - 16px);
  height: calc(100% - 1.4em - 196px);
  position: absolute;
  left: 8px;
  top: calc(1.4em + 8px);
  border: 1px solid #fff;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .modelhouse-reserve::after {
    width: calc(100% - 10px);
    height: calc(100% - 1.4em - 190px);
    left: 5px;
    top: calc(1.4em + 5px);
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-reserve {
    margin: 50px auto;
  }
}
.modelhouse-reserve--title {
  font-size: clamp(1.6rem, 3.3vw, 3.3rem);
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
}
.modelhouse-reserve--title span {
  display: inline-block;
  padding: 0.5em 1.5em;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}
.modelhouse-reserve--text {
  max-width: 800px;
  width: 86%;
  margin: 2.2em auto;
}
.modelhouse-reserve--link {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 2em;
  text-align: center;
}

.modelhouse-reserve-cancel {
  max-width: 1000px;
  width: 92%;
  padding: 40px 5% 35px;
  margin: 0 auto 4em;
  background-color: rgba(226, 222, 99, 0.15);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr 300px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .modelhouse-reserve-cancel {
    border-radius: 10px;
    display: block;
    padding: 30px 5%;
    margin: 0 auto 3em;
  }
}
.modelhouse-reserve-cancel--title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: 300;
  margin-bottom: 1em;
  grid-column: 1/2;
  grid-row: 1/2;
}
.modelhouse-reserve-cancel--text {
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  line-height: 1.5;
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .modelhouse-reserve-cancel--text {
    margin-bottom: 1.5em;
  }
}
.modelhouse-reserve-cancel--link {
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/3;
  font-size: clamp(1.3rem, 1.5vw, 1.5rem);
  background-color: #fff;
  padding: 2em 1em;
  border-radius: 100px;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modelhouse-reserve-cancel--link {
    padding: 1.5em 1em;
  }
}
@media (hover: hover) {
  .modelhouse-reserve-cancel--link:hover {
    color: #fff;
    background-color: #505050;
  }
}
.modelhouse-reserve-cancel--link:active {
  color: #fff;
  background-color: #505050;
}

.modelhouse-stay {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  display: block;
  position: relative;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  border-radius: 300px;
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay {
    border-radius: 100px;
  }
}
.modelhouse-stay--bg {
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  left: 0;
  top: 0;
}
.modelhouse-stay--bg img {
  border-radius: 300px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay--bg img {
    border-radius: 100px;
  }
}
.modelhouse-stay--content {
  position: relative;
  padding: 70px 11% 55px;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 70px 11% 30px;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-stay--content {
    padding: 50px 6% 20px;
  }
}
.modelhouse-stay--image {
  position: absolute;
  right: 6%;
  bottom: 0;
  width: 45%;
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay--image {
    position: relative;
    right: auto;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
  }
}
.modelhouse-stay--title {
  font-size: clamp(1.9rem, 3.5vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.modelhouse-stay--title span {
  position: relative;
  display: inline-block;
  padding: 0.1em 0 0.05em 1.89em;
}
.modelhouse-stay--title span::before {
  content: "";
  background: url("../img/modelhouse/ico_home.svg") no-repeat center left;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay--title {
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay--text {
    text-align: center;
  }
}
.modelhouse-stay--caution {
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  margin: 0.5em auto 2em;
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay--caution {
    text-align: center;
  }
}
.modelhouse-stay--btn {
  color: #1a1a1a;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 500;
  max-width: 365px;
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .modelhouse-stay--btn:hover {
    background-color: #e2de63;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
  }
}
.modelhouse-stay--btn:active {
  background-color: #e2de63;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1000px) {
  .modelhouse-stay--btn {
    margin: 0 auto;
    width: 90%;
  }
}
@media screen and (max-width: 430px) {
  .modelhouse-stay--btn {
    padding: 1.2em 1em 1.1em;
  }
}

.modelhouse-faq {
  position: relative;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .modelhouse-faq {
    padding: 0 0 60px;
  }
}
.modelhouse-faq::before {
  content: "";
  font-size: clamp(1.8rem, 3.3vw, 3.3rem);
  width: 100%;
  height: calc(100% - 0.5em);
  position: absolute;
  left: 0;
  top: 0.5em;
  background-color: #eff1f2;
  z-index: -1;
}
.modelhouse-faq--title {
  font-size: clamp(1.8rem, 3.3vw, 3.3rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.5em;
}
.modelhouse-faq--item {
  max-width: 1200px;
  width: 92%;
  padding: 25px 4.2%;
  margin: 0 auto 10px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 170px 1fr;
}
.modelhouse-faq--item:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 859px) {
  .modelhouse-faq--item {
    grid-template-columns: 140px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-faq--item {
    padding: 25px 5%;
    display: block;
  }
}
.modelhouse-faq--num {
  font-size: clamp(2rem, 3.1vw, 3.1rem);
  font-weight: 700;
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.5;
  color: #e0dc86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 25px 0;
}
.modelhouse-faq--num--q {
  color: #333;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 300;
  margin-right: 0.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .modelhouse-faq--num {
    padding: 0;
  }
}
.modelhouse-faq--content {
  padding-left: 4.8%;
  border-left: 1px solid #dedede;
  padding: 30px 0 30px 4.8%;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 768px) {
  .modelhouse-faq--content {
    padding: 1em 1% 0;
    border: none;
  }
}
.modelhouse-faq--content dt {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  margin-bottom: 1em;
  line-height: 1.5;
}
.modelhouse-faq--content dd {
  font-weight: 300;
}/*# sourceMappingURL=style.css.map */