@charset "UTF-8";
/*
@function vw($px, $base: 1440px) {
  $value: $px;
  @if (unit($px) != "px") {
    @warn 'vw()の引数にpx以外の値を指定しても計算できません';
    @return $value;
  }

  $value: (strip-unit($px) / strip-unit($base)) * 100vw;

  @return $value;
}
*/
/*
@function svw($px, $base: 375px) {
  $value: $px;
  @if (unit($px) != "px") {
    @warn 'vw()の引数にpx以外の値を指定しても計算できません';
    @return $value;
  }

  $value: (strip-unit($px) / strip-unit($base)) * 100vw;

  @return $value;
}
*/
@-webkit-keyframes fadeInLeftT {
  0% {
    background-position: 0% 0%;
    background-position: 100% 100%;
    opacity: 1;
  }
  100% {
    background-position: 0% 0%;
    opacity: 1;
  }
  /*
  0% {
    opacity: 0;
    color: #8a8a8a;
    transform: translate3d(-2%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    color: #000;
    transform: translateZ(0);
  }*/
}
@keyframes fadeInLeftT {
  0% {
    background-position: 0% 0%;
    background-position: 100% 100%;
    opacity: 1;
  }
  100% {
    background-position: 0% 0%;
    opacity: 1;
  }
  /*
  0% {
    opacity: 0;
    color: #8a8a8a;
    transform: translate3d(-2%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    color: #000;
    transform: translateZ(0);
  }*/
}
@-webkit-keyframes fadeInUpUT {
  0% {
    opacity: 0;
    color: #8a8a8a;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    color: #000;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUpUT {
  0% {
    opacity: 0;
    color: #8a8a8a;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    color: #000;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
/*  =========== reset default Theme ============ */
.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: none;
}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background: none;
  color: inherit;
}

.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  outline: none;
  text-decoration: none;
}

.singular .entry-header {
  border: none;
}

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

/*  =========== Basic ============ */
html {
  font-size: 10px;
  scroll-padding: 150px;
}

body {
  font-size: 1.6rem;
  overflow-x: hidden;
}
body > #page.site {
  overflow: hidden;
}
body::before {
  content: "";
  display: block;
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 242, 241, 0.8)), to(rgba(244, 242, 241, 0.8))), url(../images/bg.webp) 0 0 repeat;
  background: linear-gradient(90deg, rgba(244, 242, 241, 0.8) 0%, rgba(244, 242, 241, 0.8) 100%), url(../images/bg.webp) 0 0 repeat;
  background-size: 1400px auto;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 769px) {
  body::before {
    background-size: 795px auto;
  }
}

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #000;
}

.site {
  font-size: 1.6rem;
  --global--line-height-body: 2;
  text-align: justified;
  opacity: 0;
  -webkit-transition: 0.8s 0.2s ease-in-out opacity;
  transition: 0.8s 0.2s ease-in-out opacity;
}

.site-main {
  margin-top: 0;
  padding: 0;
}

.is--loaded .site {
  opacity: 1;
}

.site-content {
  margin: 23rem 0 0 0;
  margin-bottom: 0 !important;
}
@media (max-width: 769px) {
  .site-content {
    /* 375 */
    margin: 16rem 0 0 0;
  }
}

.entry-content {
  margin-bottom: 0;
}

body,
input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button,
.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large,
.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments *,
.entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt,
.entry-content cite,
.entry-content figcaption,
.entry-content .wp-caption-text,
.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content dl,
.comment-content dt,
.comment-content cite,
.comment-content figcaption,
.comment-content .wp-caption-text,
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary,
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text,
content dt,
.comment-content cite,
.comment-content figcaption,
.comment-content .wp-caption-text,
.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary,
.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text,
.wp-block-post-title :where(a),
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ul,
ol,
table th,
.wp-block-table th,
.wp-block-table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong {
  font-weight: 500;
}

.singular .entry-header,
.singular .has-post-thumbnail .entry-header {
  padding-bottom: 0;
}

.entry-header,
.post-thumbnail,
.entry-content,
.wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}

/*
.enter-mask {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: -200%;
  width: 200%;
  height: 100vh;
  z-index: 200;

  background: linear-gradient(90deg, rgb(244, 242, 241) 50%, rgba(244, 242, 241, 0) 100%);
}
*/
.leave-mask {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: -400%;
  width: 400%;
  height: 100vh;
  z-index: 200;
  background: -webkit-gradient(linear, right top, left top, from(rgba(244, 242, 241, 0)), color-stop(25%, rgb(244, 242, 241)), color-stop(75%, rgb(244, 242, 241)), to(rgba(244, 242, 241, 0)));
  background: linear-gradient(270deg, rgba(244, 242, 241, 0) 0%, rgb(244, 242, 241) 25%, rgb(244, 242, 241) 75%, rgba(244, 242, 241, 0) 100%);
}

/*  =========== GeneralModule ============ */
/* container */
.container {
  max-width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 6rem;
  /*  @media (max-width: 1439px) {
    padding: 0 6rem;
  }
  */
}
@media (max-width: 769px) {
  .container {
    padding: 0 3rem;
  }
}

/* grid */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
/* animation */
@-webkit-keyframes fadeInUpPost {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUpPost {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
            transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.fadeInUpPost {
  -webkit-animation-name: fadeInUpPost;
          animation-name: fadeInUpPost;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

/* pagination */
.navigation.pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border: 0px solid #000;
}
.navigation.pagination .page-numbers {
  color: #000;
  padding: 0;
  margin: 0 1rem;
  display: inline-block;
  text-align: center;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.04em;
}
@media (max-width: 769px) {
  .navigation.pagination .page-numbers {
    /* 375 */
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin: 0 2rem;
  }
}
@media (max-width: 390px) {
  .navigation.pagination .page-numbers {
    margin: 0 3.8461538462vw;
  }
}
@media (max-width: 769px) {
  .navigation.pagination .page-numbers svg {
    width: 13px;
    height: 13px;
  }
}
.navigation.pagination .page-numbers:hover {
  text-decoration: none;
}
.navigation.pagination .page-numbers.current {
  position: relative;
  text-decoration: none;
}
.navigation.pagination .page-numbers.current::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
}
.navigation.pagination .page-numbers.prev {
  margin-left: 0;
  margin-right: 40px;
}
@media (max-width: 769px) {
  .navigation.pagination .page-numbers.prev {
    margin-right: 20px;
  }
}
@media (max-width: 390px) {
  .navigation.pagination .page-numbers.prev {
    margin-right: 0 3.8461538462vw;
  }
}
.navigation.pagination .page-numbers.next {
  margin-right: 0px;
  margin-left: 40px;
}
@media (max-width: 769px) {
  .navigation.pagination .page-numbers.next {
    margin-left: 20px;
  }
}
@media (max-width: 390px) {
  .navigation.pagination .page-numbers.next {
    margin-left: 0 3.8461538462vw;
  }
}

/* nextpages*/
.navigation-nextpages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 33.5rem;
  margin: 20rem auto 0;
}
@media (max-width: 769px) {
  .navigation-nextpages {
    margin: 15rem auto 0;
    max-width: 23.8rem;
  }
}
.navigation-nextpages a {
  display: block;
  font-family: Quicksand;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: none;
  width: 11.1666666667rem;
  text-align: center;
}
@media (max-width: 769px) {
  .navigation-nextpages a {
    width: 7.9333333333rem;
    font-size: 15px;
  }
}
.navigation-nextpages a[rel=prev] {
  text-align: left;
}
.navigation-nextpages a[rel=prev] svg {
  margin-right: 0.5rem;
}
@media (max-width: 769px) {
  .navigation-nextpages a[rel=prev] svg {
    /* 375 */
    width: 13px;
    height: 13px;
  }
}
.navigation-nextpages a[rel=next] {
  text-align: right;
}
.navigation-nextpages a[rel=next] svg {
  margin-left: 0.5rem;
}
@media (max-width: 769px) {
  .navigation-nextpages a[rel=next] svg {
    /* 375 */
    width: 13px;
    height: 13px;
  }
}

/* buttons */
.button-external {
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  display: block;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
  width: 100%;
  max-width: 813px !important;
  height: 9.6rem;
  border-radius: 9.6rem 9.6rem 9.6rem 9.6rem;
  overflow: hidden;
  background: #fff;
}
.button-external br {
  display: none;
}
.button-external::before {
  content: "";
  display: block;
  height: 100%;
  width: 4.8rem;
  background: url(../images/btn-parts-left.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.button-external::after {
  content: "";
  display: block;
  height: 100%;
  width: 4.8rem;
  background: url(../images/btn-parts-right.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.button-external a {
  font-family: "Shippori Mincho";
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: 3.8rem 7rem 0 7rem;
  position: relative;
  height: 100%;
}
.button-external a::after {
  content: "";
  display: block;
  height: 1.8rem;
  width: 1.8rem;
  background: url(../images/arrow-r-18.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 5rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.button-external.is--linebrake br {
  display: inline;
}
.button-external.is--leave-this-site {
  border: 1px solid rgb(124, 124, 124);
}
.button-external.is--leave-this-site::before, .button-external.is--leave-this-site::after {
  display: none;
}
.button-external.is--leave-this-site a {
  padding: 3.8rem 7rem 0 4rem;
}
.button-external.is--leave-this-site a::after {
  right: 30px;
  -webkit-transform: translate(0, -50%) rotate(315deg);
          transform: translate(0, -50%) rotate(315deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.button-external.type-mini {
  font-size: 1.5rem;
  height: 5.2rem;
  border-radius: 5.2rem;
  width: 22.6rem;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 769px) {
  .button-external.type-mini {
    font-size: 1.3rem;
    height: 42px;
    border-radius: 42px;
    width: 190px;
  }
}
.button-external.type-mini::before {
  width: 2.5rem;
  background: url(../images/btn-parts-left-mini.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 769px) {
  .button-external.type-mini::before {
    width: 21px;
    background: url(../images/btn-parts-left-mini-smp.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.button-external.type-mini::after {
  width: 2.5rem;
  background: url(../images/btn-parts-right-mini.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 26px;
  right: 0px;
}
@media (max-width: 769px) {
  .button-external.type-mini::after {
    width: 21px;
    background: url(../images/btn-parts-right-mini-smp.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.button-external.type-mini a {
  padding: 1.8rem 4rem 0 4rem;
}
@media (max-width: 769px) {
  .button-external.type-mini a {
    padding: 11px 3.6rem 0 3.6rem;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
  }
}
.button-external.type-mini a::after {
  right: 1.7rem;
}
@media (max-width: 769px) {
  .button-external.type-mini a::after {
    right: 1.8rem;
    width: 1.3rem;
    height: 1.3rem;
    background: url(../images/arrow-r-13.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.button-external.type-mini-reservations {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  height: 5.2rem;
  border-radius: 5.2rem;
  padding: 0;
  width: fit-content;
  border-radius: 1000px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 6px 0 0 !important;
  background: rgba(255, 255, 255, 0.7);
}
.button-external.type-mini-reservations::before {
  width: 2.5rem;
  background: url(../images/btn-parts-left-mini.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.button-external.type-mini-reservations::after {
  width: 2.5rem;
  background: url(../images/btn-parts-right-mini.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 26px;
  right: 0px;
}
@media (max-width: 769px) {
  .button-external.type-mini-reservations {
    /* 375 */
    height: 4.2rem;
    border-radius: 4.2rem;
  }
}
@media (max-width: 769px) {
  .button-external.type-mini-reservations {
    /* 375 */
    margin: 16px 0 0;
  }
}
.button-external.type-mini-reservations a {
  padding: 14px 66px 0px 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .button-external.type-mini-reservations a {
    /* 375 */
    padding: 9px 50px 0px 36px;
  }
}
.button-external.type-mini-reservations a::after {
  display: none;
}
.button-external.type-mini-reservations a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../images/icon-arrow-l-18.svg) 0 0 no-repeat;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 769px) {
  .button-external.type-mini-reservations a::before {
    /* 375 */
    width: 13px;
    height: 13px;
    background: url(../images/icon-arrow-l-13.svg) 0 0 no-repeat;
  }
}
.button-external.type-mini-viewmore {
  width: 226px;
  height: 52px;
}
.button-external.type-mini-viewmore::before {
  width: 2.5rem;
  background: url(../images/btn-parts-left-mini.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.button-external.type-mini-viewmore::after {
  width: 2.5rem;
  background: url(../images/btn-parts-right-mini.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 26px;
  right: 0px;
}
.button-external.type-mini-viewmore a {
  padding: 10px 36px 0 36px;
  font-family: Quicksand;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
  position: static;
}
@media (max-width: 769px) {
  .button-external.type-mini-viewmore a {
    width: 190px;
    height: 42px;
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
  }
}
.button-external.type-mini-viewmore a::after {
  right: 20px;
}
@media (max-width: 769px) {
  .button-external.type-mini-viewmore a::after {
    right: 18px;
    width: 13px;
    height: 13px;
  }
}
.button-external.is--linebrake.type-mini {
  height: 8rem;
  width: 250px;
}
@media (max-width: 769px) {
  .button-external.is--linebrake.type-mini {
    width: 210px;
    height: 60px;
  }
}
.button-external.is--linebrake.type-mini::before {
  width: 4.5rem;
  background: url(../images/btn-parts-left-mini-double.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -2px;
}
@media (max-width: 769px) {
  .button-external.is--linebrake.type-mini::before {
    width: 30px;
    background: url(../images/btn-parts-left-mini-double-smp.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    left: 0px;
  }
}
.button-external.is--linebrake.type-mini::after {
  width: 4.5rem;
  background: url(../images/btn-parts-right-mini-double.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -2px;
}
@media (max-width: 769px) {
  .button-external.is--linebrake.type-mini::after {
    width: 30px;
    right: 0px;
    background: url(../images/btn-parts-right-mini-double-smp.svg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.button-external.is--linebrake.type-mini a {
  padding: 1.8rem 4rem 0 4rem;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .button-external.is--linebrake.type-mini a {
    padding: 10px 36px 0 36px;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0%;
  }
}
.button-external.is--linebrake.type-mini a::after {
  right: 3.1rem;
}
.button-external.is--linebrake.type-mini .f12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.04em;
}
@media (max-width: 769px) {
  .button-external.is--linebrake.type-mini .f12 {
    font-size: 11px;
    line-height: 200%;
    letter-spacing: 0%;
  }
}
.button-external.is--linebrake.type-mini br {
  display: inline;
}
@media (max-width: 769px) {
  .button-external.is--double-smp {
    max-width: 315px !important;
  }
  .button-external.is--double-smp br {
    display: inline;
  }
  .button-external.is--double-smp a {
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0;
    padding: 2.2rem 5rem 0rem 5rem;
  }
  .button-external.is--double-smp a::after {
    right: 3rem;
  }
}

.button-internal {
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  display: block;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
  width: 100%;
  max-width: 813px !important;
  height: 9.6rem;
  border-radius: 9.6rem 9.6rem 9.6rem 9.6rem;
  overflow: hidden;
  background: #fff;
}
.button-internal br {
  display: none;
}
.button-internal::before {
  content: "";
  display: block;
  height: 100%;
  width: 4.8rem;
  background: url(../images/btn-parts-left.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.button-internal::after {
  content: "";
  display: block;
  height: 100%;
  width: 4.8rem;
  background: url(../images/btn-parts-right.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.button-internal a {
  font-family: "Shippori Mincho";
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: 3.8rem 7rem 0rem 7rem;
  height: 100%;
}
.button-internal a::after {
  content: "";
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  background: url(../images/arrow-u-18.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 769px) {
  .button-internal.is--double-smp {
    max-width: 30.5rem !important;
  }
  .button-internal.is--double-smp br {
    display: inline;
  }
  .button-internal.is--double-smp a {
    font-size: 1.6rem;
    line-height: 2.56rem;
    padding: 2.2rem 3.5rem;
  }
  .button-internal.is--double-smp a::after {
    right: 1.9rem;
  }
}

/* button - group - bottom */
.module__button-group-bottom {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 170px;
  max-width: 950px;
  margin: 170px auto 0;
}
@media (max-width: 1168px) {
  .module__button-group-bottom {
    /* 1169 */
    max-width: 520px;
  }
}
@media (max-width: 899px) {
  .module__button-group-bottom {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .module__button-group-bottom {
    /* 375 */
    max-width: 460px;
    margin-top: 120px;
    padding: 0 30px;
  }
}
.module__button-group-bottom .module__button-group-bottom-title {
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  width: 100%;
}
@media (max-width: 1168px) {
  .module__button-group-bottom .module__button-group-bottom-title {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .module__button-group-bottom .module__button-group-bottom-title {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .module__button-group-bottom .module__button-group-bottom-title {
    /* 375 */
    margin-bottom: 30px;
  }
}
.module__button-group-bottom .button-external {
  width: 400px;
}
@media (max-width: 1168px) {
  .module__button-group-bottom .button-external {
    /* 1169 */
  }
  .module__button-group-bottom .button-external:first-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 899px) {
  .module__button-group-bottom .button-external {
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .module__button-group-bottom .button-external {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .module__button-group-bottom .button-external {
    /* 375 */
    width: 100%;
    max-width: 400px;
  }
}

/* toggle system （general）*/
.module__toggle {
  position: relative;
}
.module__toggle::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 2rem;
  position: absolute;
  top: 3.5rem;
  right: 2.4rem;
  pointer-events: none;
  background: url(../images/icon-arrow-toggle.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .module__toggle::after {
    width: 3.5rem;
    height: 1.6rem;
    right: 1rem;
  }
}
.module__toggle.is--open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.module__toggle .module__toggle-title {
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 4.4rem;
  cursor: pointer;
  padding: 2.2rem 5rem 2.2rem 2.4rem;
  border-bottom: 0.1rem solid #d3d3d3;
  position: relative;
}
.module__toggle .module__toggle-title br {
  display: none;
}
@media (max-width: 769px) {
  .module__toggle .module__toggle-title {
    font-size: 2rem;
    line-height: 3.2rem;
    padding: 2.2rem 3rem 2.2rem 1rem;
  }
  .module__toggle .module__toggle-title br {
    display: inline;
  }
}
.module__toggle .module__toggle-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #000;
  bottom: -0.1rem;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.module__toggle .module__toggle-detail {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
}

/* steplist */
.module_steplist {
  position: relative;
  counter-reset: steplistnum 0;
  margin-bottom: 15rem !important;
}
@media (max-width: 769px) {
  .module_steplist {
    margin-bottom: 12rem !important;
  }
}
.module_steplist::before {
  content: "";
  display: block;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 1.9rem;
  border-left: 0.1rem dashed #d3d3d3;
}
.module_steplist .module_steplist-section {
  position: relative;
  padding-left: 8rem;
  margin-bottom: 7rem;
}
@media (max-width: 769px) {
  .module_steplist .module_steplist-section {
    font-size: 1.4rem;
  }
}
.module_steplist .module_steplist-section::before {
  counter-increment: steplistnum 1;
  content: counter(steplistnum) " ";
  display: block;
  width: 3.8rem;
  height: 2.8rem;
  border-radius: 3.8rem;
  font-family: "EB Garamond";
  font-weight: 400;
  line-height: 2.8rem;
  background: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.module_steplist .module_steplist-section:last-child::after {
  content: "";
  display: block;
  /* mask-image: url(../images/mask01.png);
  mask-size: 100% 3.8rem;
  mask-position: 0 0;*/
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 242, 241, 0.9)), to(rgba(244, 242, 241, 0.9))), url(../images/bg.webp) 0 0 repeat;
  background: linear-gradient(90deg, rgba(244, 242, 241, 0.9) 0%, rgba(244, 242, 241, 0.9) 100%), url(../images/bg.webp) 0 0 repeat;
  background-size: 1400px auto;
  width: 3.8rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 769px) {
  .module_steplist .module_steplist-section:last-child::after {
    background-size: 795px auto;
  }
}
.module_steplist .module_steplist-section p {
  margin: 2rem 0 0;
}
.module_steplist .module_steplist-section .module_steplist-section-title {
  font-family: "Shippori Mincho";
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: -0.6rem 0 0;
}
@media (max-width: 769px) {
  .module_steplist .module_steplist-section .module_steplist-section-title {
    font-size: 2rem;
  }
}
.module_steplist .module_steplist-section .module_steplist-section-detail {
  letter-spacing: -0.04em;
  text-align: justified;
}

/* column */
.module__column01 {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
  padding: 3rem 4rem;
}
@media (max-width: 769px) {
  .module__column01 {
    font-size: 1.4rem;
    padding: 3rem;
  }
}
.module__column01 p {
  margin: 0 !important;
  line-height: 2;
}
.module__column01 p:last-child {
  margin-top: 1.2rem !important;
}
.module__column01 .module__column-title {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  letter-spacing: -0.04em;
}
.module__column01 a {
  text-decoration: none;
}
.module__column01 a::before {
  content: "";
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  background: url(../images/arrow-r-18.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 1.5rem;
  vertical-align: middle;
}

/* form */
.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
  border: 0px solid #000;
}
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: 0px;
}
.wpcf7 .indispensable {
  color: red;
  margin: 0 0.5rem;
}

/*text*/
.sm {
  font-size: 1.2rem;
  color: #4c4b4b;
}

br.is--smp {
  display: none;
}
@media (max-width: 769px) {
  br.is--smp {
    display: inline;
  }
}

br.is--pc {
  display: inline;
}
@media (max-width: 769px) {
  br.is--pc {
    display: none;
  }
}

/* gallery - close */
#gallery-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
  overflow: auto;
}

#gal-sidebar {
  background: transparent !important;
}

#overlay-close-btn {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  width: 58px;
  height: 16px;
  position: fixed !important;
  top: 46px !important;
  right: 38px !important;
  background: url(../images/close-gallery.svg) no-repeat 0 0;
  background-size: contain;
  cursor: pointer;
  -webkit-filter: drop-shadow(2px 2px 0px #000);
          filter: drop-shadow(2px 2px 0px #000);
}
@media (max-width: 769px) {
  #overlay-close-btn {
    width: 52px;
    height: 15px;
    top: 30px !important;
    right: 20px !important;
  }
}

#img-zoom-in,
#img-zoom-out {
  display: none;
}

#loaded-img {
  width: auto !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important;
  z-index: 0 !important;
}
@media (max-width: 769px) {
  #loaded-img {
    /* 375 */
    width: 100% !important;
    height: auto !important;
    /*  position: absolute;
    top: 50%;
    transform: translateY(-50%);*/
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  #loaded-img {
    width: auto !important;
    height: 100% !important;
  }
}

#gal-sidebar {
  position: fixed !important;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 769px) {
  #gal-sidebar {
    /* 375 */
    display: none !important;
  }
}

@media (max-width: 769px) {
  #toolbar-div {
    /* 375 */
    display: none !important;
  }
}

/* font */
.quicksand {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* デフォルト　ページ */
.page-template-default .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
  max-width: 1920px;
  max-width: 81rem;
}
.page-template-default .entry-header .entry-header-group .entry-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .page-template-default .entry-header .entry-header-group .entry-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.page-template-default .entry-header .entry-header-group .entry-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .page-template-default .entry-header .entry-header-group .entry-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.page-template-default.is--loaded .entry-header-group .entry-title {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease;
          animation: fadeInLeftT 1.25s 1s forwards ease;
}
.page-template-default.is--loaded .entry-header-group .entry-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease-out;
          animation: fadeInLeftT 1.25s 1s forwards ease-out;
}

/*  =========== global header ============ */
.site-header {
  padding: 0;
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 100;
  margin: 0 !important;
  padding: 0 !important;
}
.site-header .container {
  padding: 0 6rem;
  /*
      @media (max-width: 1920px) {
        padding: 0 v.vw(130px);
      }
  */
}
@media (max-width: 750px) {
  .site-header .container {
    padding: 0 3rem;
  }
}
.site-header .logo {
  top: 40px;
  left: 40px;
  position: absolute;
  z-index: 101;
  width: 97.1052627563px;
  height: 30px;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}
@media (max-width: 769px) {
  .site-header .logo {
    width: 82px;
    height: 25.33px;
    left: 20px;
    top: 26px;
  }
}
.site-header .logo svg {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  left: 0;
  top: 0;
}
.site-header .logo svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.site-header.is--scrollover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}
.site-header a {
  text-decoration: none;
}

.is--menu-icon-dark-mode .site-header .logo.is--allow svg path {
  fill: #fff;
}

.is--active-nav.is--menu-icon-dark-mode .site-header .logo.is--allow svg path {
  fill: #000;
}

.site-header .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 100%;
  width: calc(100vw - (100vw - 100%));
  height: 100vh;
  height: 100svh;
  top: 0;
  right: -200vw;
  position: absolute;
  background: #f4f2f1;
  z-index: 100;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  overflow: hidden;
  overflow-y: scroll;
}
.site-header .global-nav::before {
  content: "";
  display: block;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 242, 241, 0.8)), to(rgba(244, 242, 241, 0.8))), url(../images/bg.webp) 0 0 repeat;
  background: linear-gradient(90deg, rgba(244, 242, 241, 0.8) 0%, rgba(244, 242, 241, 0.8) 100%), url(../images/bg.webp) 0 0 repeat;
  background-size: 1400px auto;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 769px) {
  .site-header .global-nav::before {
    background-size: 795px auto;
  }
}
.site-header .global-nav::after {
  content: "";
  opacity: 0.8;
  display: block;
  position: absolute;
  height: 100vh;
  width: 0.1rem;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  background: #000;
}
@media (max-width: 1168px) {
  .site-header .global-nav {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .site-header .global-nav {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .site-header .global-nav {
    /* 375 */
  }
}
@media (max-width: 769px) {
  .site-header .global-nav {
    padding: 0 43px 0 42px;
  }
}
.site-header .global-nav .grid {
  max-width: 1210px;
  padding: 0 60px;
  width: 100%;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1210px) {
  .site-header .global-nav .grid {
    gap: 6rem;
  }
}
@media (max-width: 1168px) {
  .site-header .global-nav .grid {
    /* 1169 */
    width: 720px;
  }
}
@media (max-width: 899px) {
  .site-header .global-nav .grid {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid {
    /* 375 */
    width: 100%;
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid {
    display: block;
    padding: 0;
  }
}
.site-header .global-nav .grid::before {
  content: "";
  display: block;
  position: relative;
  height: 100%;
  width: 33.3333333333%;
  max-width: 364px;
  padding-right: 40px;
  background: #000;
}
@media (max-width: 1168px) {
  .site-header .global-nav .grid::before {
    /* 1169 */
    display: none;
  }
}
@media (max-width: 899px) {
  .site-header .global-nav .grid::before {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid::before {
    /* 375 */
  }
}
.site-header .global-nav .grid .pc-image {
  position: absolute;
  pointer-events: none;
  width: 100%;
  max-width: 364px;
  top: calc(50% + 6.25rem);
  left: 6rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1210px) {
  .site-header .global-nav .grid .pc-image {
    width: 30.0826446281vw;
  }
}
@media (max-width: 1168px) {
  .site-header .global-nav .grid .pc-image {
    display: none;
  }
}
@media (max-width: 899px) {
  .site-header .global-nav .grid .pc-image {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid .pc-image {
    /* 375 */
  }
}
.site-header .global-nav .grid .pc-image figure {
  container-type: inline-size;
  margin: 0;
  overflow: hidden;
  opacity: 1;
  display: block;
  max-width: 364px;
  width: 100%;
  /*    &::before {
    //   container: sidebar / inline-size;
    content: "";
    position: absolute;
    width: 400cqw;
    height: 400cqw;
    background: #000;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0 0;
  }*/
}
.site-header .global-nav .grid .grid-item {
  opacity: 0;
  margin-top: 12.5rem;
  width: 33.3333333333%;
  max-width: 270px;
}
@media (max-width: 1168px) {
  .site-header .global-nav .grid .grid-item {
    /* 1169 */
    width: 270px;
  }
}
@media (max-width: 899px) {
  .site-header .global-nav .grid .grid-item {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid .grid-item {
    /* 375 */
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid .grid-item {
    width: 100%;
    margin-top: 0;
    max-width: none;
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid .grid-item:first-child {
    margin-top: 12.5rem;
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .grid .grid-item:last-child {
    margin-bottom: 3rem;
  }
}
.site-header .global-nav .menu-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 100%;
}
.site-header .global-nav .menu-wrapper li {
  display: block;
  font-size: 13px;
  line-height: 27.3px;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper li {
    font-family: "Zen Kaku Gothic New";
    font-weight: 400;
    font-size: 13px;
    line-height: 41.6px;
    letter-spacing: 0;
  }
}
.site-header .global-nav .menu-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.site-header .global-nav .menu-wrapper a.toggle-smp {
  cursor: pointer;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper a.toggle-smp {
    position: relative;
  }
  .site-header .global-nav .menu-wrapper a.toggle-smp::after {
    content: "";
    display: block;
    height: 10.9999980927px;
    width: 24.2000026703px;
    position: absolute;
    top: 15px;
    right: 0;
    background: url(../images/icon-arrow-toggl-manu-smp.svg) no-repeat;
    background-size: contain;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}
.site-header .global-nav .menu-wrapper > li {
  padding: 2rem 0 2rem;
  margin: 0;
  border-bottom: 1px solid #d3d3d3;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.04em;
  font-style: normal;
  position: relative;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper > li {
    padding: 18px 0 2rem;
    font-size: 27px;
    line-height: 32.4px;
    letter-spacing: 0.04em;
    border-bottom: none;
  }
  .site-header .global-nav .menu-wrapper > li::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #d3d3d3;
    height: 0;
    width: 100%;
    display: block;
    top: 70px;
  }
}
.site-header .global-nav .menu-wrapper > li .menu-item-description {
  font-size: 1.4rem;
  line-height: 25.2px;
  display: inline-block;
  margin-left: 1.2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper > li .menu-item-description {
    font-size: 13px;
    line-height: 23.4px;
    letter-spacing: 0;
    margin-left: 1rem;
  }
}
.site-header .global-nav .menu-wrapper > li.site-header-nolink > a {
  pointer-events: none;
}
.site-header .global-nav .menu-wrapper > li.site-header-nolink > a.toggle-smp {
  pointer-events: fill;
}
.site-header .global-nav .menu-wrapper .sub-menu {
  margin: 1rem 0 2rem 0;
  padding: 0;
  overflow: hidden;
}
.site-header .global-nav .menu-wrapper .sub-menu li {
  margin: 0 0 0 1.8rem;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper .sub-menu {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    margin: 0;
    max-height: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 41.6px;
    letter-spacing: 0;
  }
}
.site-header .global-nav .menu-wrapper .sub-menu li.is--active-smp {
  display: none;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper .sub-menu li.is--active-smp {
    display: block;
  }
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper li.is--open .sub-menu {
    padding: 1rem 0 2rem 0;
    max-height: 100vh;
    padding: 41.6px 0 30px 0;
  }
  .site-header .global-nav .menu-wrapper li.is--open a.toggle-smp::after {
    -webkit-transform: rotate(180deg) translate(0, -50%);
            transform: rotate(180deg) translate(0, -50%);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
.site-header .global-nav .menu-wrapper3 {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper3 {
    margin: 4rem 0 0;
  }
}
.site-header .global-nav .menu-wrapper3 a {
  display: block;
  width: 218px;
  height: 40px;
  border-radius: 1000px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0;
  padding: 8px 38px 0px 24px;
  border: 1px solid rgb(124, 124, 124);
  margin: 6px 0 0;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper3 a {
    /* 375 */
    margin: 16px 0 0;
  }
}
.site-header .global-nav .menu-wrapper3 .reservations a,
.site-header .global-nav .menu-wrapper3 .by-line a {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper3 .reservations a,
  .site-header .global-nav .menu-wrapper3 .by-line a {
    /* 375 */
  }
}
.site-header .global-nav .menu-wrapper3 .reservations a::before,
.site-header .global-nav .menu-wrapper3 .by-line a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-menu-14.svg) 0 0 no-repeat;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
.site-header .global-nav .menu-wrapper3 .reservations a {
  margin: 0;
}
.site-header .global-nav .menu-wrapper3 .order a {
  background: rgb(220, 220, 220);
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper3 .order a {
    /* 375 */
  }
}
.site-header .global-nav .menu-wrapper3 .order a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 14px;
  background: url(../images/arrow-menu-14.svg) 0 0 no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header .global-nav .menu-wrapper4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6rem 0 0;
  padding: 0;
  list-style: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper4 {
    margin: 7rem 0 0;
  }
}
.site-header .global-nav .menu-wrapper4 li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.site-header .global-nav .menu-wrapper4 .link-mail {
  margin-right: 40px;
}
.site-header .global-nav .menu-wrapper4 .link-mail a {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32.2px;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper4 .link-mail a {
    font-size: 12px;
    line-height: 27.6px;
    letter-spacing: 0;
  }
}
.site-header .global-nav .menu-wrapper4 .link-mail a::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.1rem;
  background: url(../images/icon-mail.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0.7rem;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper4 .link-mail a::after {
    background: url(../images/icon-mail-smp.svg) 0 0 no-repeat;
    background-size: contain;
    width: 14px;
    height: 8.11px;
    margin-left: 0.74rem;
  }
}
.site-header .global-nav .menu-wrapper4 .link-instagram a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 32.2px;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper4 .link-instagram a {
    font-size: 12px;
    line-height: 27.6px;
    letter-spacing: 0;
  }
}
.site-header .global-nav .menu-wrapper4 .link-instagram a::after {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  background: url(../images/icon-arrow.svg) 0 0 no-repeat;
  transition: 0.4s;
  margin-left: 0rem;
  top: 0;
}
@media (max-width: 769px) {
  .site-header .global-nav .menu-wrapper4 .link-instagram a::after {
    background: url(../images/icon-arrow-menu-Instagram.svg) 0 0 no-repeat;
    background-size: contain;
    width: 1.2rem;
    height: 1.2rem;
    top: 0.3rem;
    margin-left: 0.2rem;
  }
}
.site-header .nav-button {
  width: 58px;
  height: 16px;
  position: absolute;
  top: 46px;
  right: 40px;
  background: transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  z-index: 101;
}
@media (max-width: 769px) {
  .site-header .nav-button {
    right: 2rem;
    top: 30px;
    width: 52px;
    height: 15px;
  }
}
.site-header .nav-button div,
.site-header .nav-button span {
  height: 1px;
  width: 58px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 769px) {
  .site-header .nav-button div,
  .site-header .nav-button span {
    width: 52px;
  }
}
.site-header .nav-button div {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.site-header .nav-button span:before {
  top: -8px;
  visibility: visible;
}
@media (max-width: 769px) {
  .site-header .nav-button span:before {
    top: -7.5px;
  }
}
.site-header .nav-button span:after {
  top: 8px;
}
@media (max-width: 769px) {
  .site-header .nav-button span:after {
    top: 7.5px;
  }
}
.site-header .nav-button span:before,
.site-header .nav-button span:after {
  height: 1px;
  width: 58px;
  background-color: #000;
  position: absolute;
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 769px) {
  .site-header .nav-button span:before,
  .site-header .nav-button span:after {
    width: 52px;
  }
}
.site-header .nav-button span,
.site-header .nav-button span:before,
.site-header .nav-button span:after {
  background: #000;
}

.site-header .nav-button.is--gsap-allow-black span,
.is--menu-icon-dark-mode .site-header .nav-button.is--allow span {
  background-color: #fff;
}
.site-header .nav-button.is--gsap-allow-black span:before,
.site-header .nav-button.is--gsap-allow-black span:after,
.is--menu-icon-dark-mode .site-header .nav-button.is--allow span:before,
.is--menu-icon-dark-mode .site-header .nav-button.is--allow span:after {
  background-color: #fff;
}

@media (max-width: 769px) {
  .site-header .nav-button.is--gsap-allow-black span {
    background-color: #000;
  }
  .site-header .nav-button.is--gsap-allow-black span:before,
  .site-header .nav-button.is--gsap-allow-black span:after {
    background-color: #000;
  }
}

.site-header.is--active-nav .nav-button span:before {
  -webkit-transform: rotate(164deg) translate(2px, -8.25px);
          transform: rotate(164deg) translate(2px, -8.25px);
  opacity: 1;
}
@media (max-width: 769px) {
  .site-header.is--active-nav .nav-button span:before {
    -webkit-transform: rotate(164deg) translate(2px, -7.25px);
            transform: rotate(164deg) translate(2px, -7.25px);
  }
}

.site-header.is--active-nav .nav-button span:after {
  -webkit-transform: rotate(-164deg) translate(2px, 7.25px);
          transform: rotate(-164deg) translate(2px, 7.25px);
  opacity: 1;
}
@media (max-width: 769px) {
  .site-header.is--active-nav .nav-button span:after {
    -webkit-transform: rotate(-164deg) translate(2px, 7.25px);
            transform: rotate(-164deg) translate(2px, 7.25px);
  }
}

.site-header.is--active-nav .nav-button span {
  background: transparent !important;
}

.site-header.is--active-nav .nav-button.is--gsap-allow-black span,
.is--menu-icon-dark-mode .site-header.is--active-nav .nav-button.logo span,
.is--menu-icon-dark-mode .site-header.is--active-nav .nav-button span {
  background: transparent;
}
.site-header.is--active-nav .nav-button.is--gsap-allow-black span:before,
.site-header.is--active-nav .nav-button.is--gsap-allow-black span:after,
.is--menu-icon-dark-mode .site-header.is--active-nav .nav-button.logo span:before,
.is--menu-icon-dark-mode .site-header.is--active-nav .nav-button.logo span:after,
.is--menu-icon-dark-mode .site-header.is--active-nav .nav-button span:before,
.is--menu-icon-dark-mode .site-header.is--active-nav .nav-button span:after {
  background-color: #000;
}

.site-header .global-nav.has--pc {
  display: block;
  padding-bottom: 80px;
}
.site-header .global-nav.has--smb {
  display: none;
}
@media (max-width: 769px) {
  .site-header .global-nav.has--pc {
    display: none;
  }
  .site-header .global-nav.has--smb {
    display: block;
  }
}

.site-header.is--active-nav .global-nav {
  right: 0%;
}
.site-header.is--active-nav .global-nav::after {
  opacity: 0;
}

@-webkit-keyframes fadeinHM {
  0% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    -webkit-mask-size: auto 500%;
            mask-size: auto 500%;
    opacity: 1;
  }
}

@keyframes fadeinHM {
  0% {
    -webkit-mask-position: 50% 100%;
            mask-position: 50% 100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    -webkit-mask-size: auto 500%;
            mask-size: auto 500%;
    opacity: 1;
  }
}
@-webkit-keyframes fadeinHM2 {
  0% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinHM2 {
  0% {
    -webkit-transform: translate(-20px, -20px);
            transform: translate(-20px, -20px);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinHM3 {
  0% {
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeinHM3 {
  0% {
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeinHM4 {
  0% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes fadeinHM4 {
  0% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.site-header .global-nav figure img {
  z-index: 0;
  -webkit-mask-image: url(../images/mask1.png);
          mask-image: url(../images/mask1.png);
  mask-mode: alpha;
  -webkit-mask-position: 50% 100%;
          mask-position: 50% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
          mask-size: auto 200%;
  opacity: 0;
}

.site-header.is--active-nav .global-nav figure {
  opacity: 1;
}
.site-header.is--active-nav .global-nav figure::before {
  -webkit-animation: fadeinHM 2s 0s forwards;
          animation: fadeinHM 2s 0s forwards;
}
.site-header.is--active-nav .global-nav figure img {
  -webkit-animation: fadeinHM 1s 0.4s forwards;
          animation: fadeinHM 1s 0.4s forwards;
}

@media (max-width: 769px) {
  .site-header.is--active-nav .global-nav > .grid > .grid-item:nth-child(1) {
    -webkit-animation: fadeinHM4 0.5s 0.4s forwards;
            animation: fadeinHM4 0.5s 0.4s forwards;
  }
}

.site-header.is--active-nav .global-nav > .grid > .grid-item:nth-child(2) {
  -webkit-animation: fadeinHM3 1s 0.7s forwards;
          animation: fadeinHM3 1s 0.7s forwards;
}
@media (max-width: 769px) {
  .site-header.is--active-nav .global-nav > .grid > .grid-item:nth-child(2) {
    -webkit-animation: fadeinHM4 0.5s 0.4s forwards;
            animation: fadeinHM4 0.5s 0.4s forwards;
  }
}

.site-header.is--active-nav .global-nav > .grid > .grid-item:nth-child(3) {
  -webkit-animation: fadeinHM3 1s 1s forwards;
          animation: fadeinHM3 1s 1s forwards;
}
@media (max-width: 769px) {
  .site-header.is--active-nav .global-nav > .grid > .grid-item:nth-child(3) {
    -webkit-animation: fadeinHM4 0.5s 0.4s forwards;
            animation: fadeinHM4 0.5s 0.4s forwards;
  }
}

body:has(.is--active-nav) {
  overflow-y: hidden;
}

.btn-reservations {
  position: fixed;
  top: calc(100vh - 24.3rem);
  top: calc(100svh - 24.3rem);
  right: 3.5rem;
  width: 6.8rem;
  height: auto;
  padding: 0;
  margin: 0;
  aspect-ratio: 68/208;
  border-radius: 9.6rem 9.6rem 9.6rem 9.6rem;
  overflow: hidden;
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
  opacity: 0;
  z-index: 4;
}
.btn-reservations .is--pc {
  display: block;
}
.btn-reservations .is--smp {
  display: none;
}
@media (max-width: 769px) {
  .btn-reservations {
    width: 50px;
    height: 159px;
    right: 1rem;
    top: calc(100vh - (159px + 1rem));
    top: calc(100svh - (159px + 1rem));
  }
  .btn-reservations .is--pc {
    display: none;
  }
  .btn-reservations .is--smp {
    display: block;
  }
}
.btn-reservations a {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  margin: auto;
  /*  text-indent: 100%; background: url(../images/btn-reservations.svg) 0 0 no-repeat;
  background-color: #fff;
  background-size: 100% 100%;*/
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
}

.is--loaded .btn-reservations {
  opacity: 1;
}

/*  =========== global footer ============ */
.site > .site-footer {
  position: relative;
  z-index: 2;
  padding: 0;
  max-width: 100%;
  margin: 394px 0 0;
  border: 0 !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(29.52%, rgba(232, 225, 221, 0.465)), to(#e8e1dd));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(232, 225, 221, 0.465) 29.52%, #e8e1dd 100%);
}
@media (max-width: 769px) {
  .site > .site-footer {
    margin: 260px 0 0;
  }
}
.site > .site-footer .backline {
  position: absolute;
  width: 100vw;
  height: 45.8333333333vw;
}
@-webkit-keyframes swayF1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(5px, 5px) rotate(2deg);
            transform: translate(5px, 5px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes swayF1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(5px, 5px) rotate(2deg);
            transform: translate(5px, 5px) rotate(2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes swayF2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-8px, -8px) rotate(-2deg);
            transform: translate(-8px, -8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes swayF2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-8px, -8px) rotate(-2deg);
            transform: translate(-8px, -8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes swayF1L {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, 5px) rotate(0deg);
            transform: translate(0px, 5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes swayF1L {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, 5px) rotate(0deg);
            transform: translate(0px, 5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes swayF2L {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, -8px) rotate(0deg);
            transform: translate(0px, -8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes swayF2L {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(0px, -8px) rotate(0deg);
            transform: translate(0px, -8px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}
.site > .site-footer .backline .footerline1 {
  position: absolute;
  top: 5vw;
  left: -5vw;
  -webkit-animation: swayF1 infinite 5s 0s;
          animation: swayF1 infinite 5s 0s;
  width: 110vw;
  display: block;
}
@media (max-width: 1168px) {
  .site > .site-footer .backline .footerline1 {
    /* 1169 */
    display: none;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .backline .footerline1 {
    stroke-width: 0.4rem;
  }
}
.site > .site-footer .backline .footerline2 {
  position: absolute;
  top: 0vw;
  width: 110vw;
  left: -5vw;
  display: block;
  -webkit-animation: swayF2 infinite 10s 0s;
          animation: swayF2 infinite 10s 0s;
}
@media (max-width: 1168px) {
  .site > .site-footer .backline .footerline2 {
    /* 1169 */
    display: none;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .backline .footerline2 path {
    stroke-width: 0.4rem;
  }
}
.site > .site-footer .backline .footerline3 {
  position: absolute;
  top: -7vw;
  left: -5vw;
  -webkit-animation: swayF1 infinite 5s 0s;
          animation: swayF1 infinite 5s 0s;
  width: 110vw;
  display: none;
}
@media (max-width: 1168px) {
  .site > .site-footer .backline .footerline3 {
    /* 1169 */
    display: block;
  }
}
.site > .site-footer .backline .footerline3 path {
  stroke-width: 0.5px;
}
@media (max-width: 1168px) {
  .site > .site-footer .backline .footerline3 path {
    /* 1169 */
  }
}
@media (max-width: 769px) {
  .site > .site-footer .backline .footerline3 path {
    stroke-width: 1px;
  }
}
.site > .site-footer .backline .footerline4 {
  position: absolute;
  top: 0vw;
  width: 110vw;
  left: -5vw;
  -webkit-animation: swayF2 infinite 10s 0s;
          animation: swayF2 infinite 10s 0s;
  display: none;
}
@media (max-width: 1168px) {
  .site > .site-footer .backline .footerline4 {
    /* 1169 */
    display: block;
  }
}
.site > .site-footer .backline .footerline4 path {
  stroke-width: 0.5px;
}
@media (max-width: 769px) {
  .site > .site-footer .backline .footerline4 path {
    stroke-width: 1px;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .backline {
    bottom: 300px;
  }
}
.site > .site-footer .container {
  padding: 0 6rem;
  max-width: 1280px;
}
@media (max-width: 750px) {
  .site > .site-footer .container {
    padding: 0 3rem;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 {
    margin: 60px 0 0;
  }
}
.site > .site-footer .level-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1279px) {
  .site > .site-footer .level-1 .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .container {
    /* 1169 */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site > .site-footer .level-1 .container > *:nth-child(1) {
  width: 265px;
  margin-right: 99px;
}
@media (max-width: 1279px) {
  .site > .site-footer .level-1 .container > *:nth-child(1) {
    margin-right: 0;
  }
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .container > *:nth-child(1) {
    width: auto;
    max-width: 160px;
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 899px) {
  .site > .site-footer .level-1 .container > *:nth-child(1) {
    margin-right: 0px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .container > *:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }
}
.site > .site-footer .level-1 .container > *:nth-child(2) {
  width: 423.6314086914px;
  margin-right: 103px;
}
@media (max-width: 1279px) {
  .site > .site-footer .level-1 .container > *:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .container > *:nth-child(2) {
    width: 100%;
    margin-right: 0px;
  }
}
.site > .site-footer .level-1 .container > *:nth-child(3) {
  margin-bottom: 111px;
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .container > *:nth-child(3) {
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .container > *:nth-child(3) {
    width: 245px;
    margin: 0 auto 0;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .container > * {
    width: 100%;
    margin-right: 0;
  }
}
.site > .site-footer .level-1 .group > .grid {
  margin-top: 3.8rem;
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .group > .grid {
    margin-top: 0rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media (max-width: 899px) {
  .site > .site-footer .level-1 .group > .grid {
    margin-bottom: 0px;
  }
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .group > .grid > .grid-item {
    width: 100%;
  }
}
.site > .site-footer .level-1 .group > .grid > .grid-item:nth-child(1) {
  width: 109px;
  line-height: 1;
  color: #8a8a8a;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.4rem;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 0.05em;
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .group > .grid > .grid-item:nth-child(1) {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 899px) {
  .site > .site-footer .level-1 .group {
    width: 100%;
    margin-bottom: 60px;
  }
  .site > .site-footer .level-1 .group > *:nth-child(1) {
    position: absolute;
    top: 0;
    left: 60px;
  }
  .site > .site-footer .level-1 .group > *:nth-child(2) {
    margin-left: 267px;
  }
  .site > .site-footer .level-1 .group > *:nth-child(3) {
    margin-top: 50px;
    margin-left: 267px;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .group {
    width: 100%;
    margin-bottom: 60px;
  }
  .site > .site-footer .level-1 .group > *:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0px;
  }
  .site > .site-footer .level-1 .group > *:nth-child(2) {
    margin-left: 207px;
  }
  .site > .site-footer .level-1 .group > *:nth-child(3) {
    margin-top: 22px;
    margin-left: 207px;
  }
}
.site > .site-footer .level-1 .footer-menu-wrapper {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  list-style: none;
  font-size: 1.4rem;
  line-height: 32.2px;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .footer-menu-wrapper {
    font-size: 12px;
    line-height: 27.6px;
    letter-spacing: 0%;
  }
}
.site > .site-footer .level-1 .footer-menu-wrapper a {
  text-decoration: none;
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .link-mail a {
    font-size: 12px;
    line-height: 27.6px;
    letter-spacing: 0%;
  }
}
.site > .site-footer .level-1 .link-mail a::after {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.1rem;
  background: url(../images/icon-mail.svg) 0 0 no-repeat;
  margin-left: 0.7rem;
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .link-mail a::after {
    background-size: 100% 100%;
    width: 14px;
    height: 8.11px;
  }
}
.site > .site-footer .level-1 .link-instagram a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}
.site > .site-footer .level-1 .link-instagram a::after {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  background: url(../images/icon-arrow-footer-Instagram.svg) 0 0 no-repeat;
  transition: 0.4s;
  margin-left: 0rem;
  top: 0;
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .link-instagram a::after {
    width: 13px;
    height: 13px;
    background-size: 100% 100%;
    top: 2px;
    margin-left: 3px;
  }
}
.site > .site-footer .level-1 .logo {
  width: 26rem;
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .logo {
    margin: auto;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .logo {
    width: 245px;
  }
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .logo-feature {
    /* 1169 */
    width: 100%;
  }
}
.site > .site-footer .level-1 .swiper {
  position: relative;
}
@media (max-width: 1168px) {
  .site > .site-footer .level-1 .swiper {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .swiper {
    padding: 0 5rem;
    margin-bottom: 80px;
    width: 288px;
  }
}
@-webkit-keyframes ripples {
  0% {
    width: 0;
    height: 0;
    border: 8px solid rgb(255, 255, 255);
  }
  100% {
    width: 60vw;
    height: 60vw;
    border: 8px solid rgba(255, 255, 255, 0);
  }
}
@keyframes ripples {
  0% {
    width: 0;
    height: 0;
    border: 8px solid rgb(255, 255, 255);
  }
  100% {
    width: 60vw;
    height: 60vw;
    border: 8px solid rgba(255, 255, 255, 0);
  }
}
@media (max-width: 769px) {
  .site > .site-footer .level-1 .swiper.is--active-toast:before {
    content: "";
    z-index: 10;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-animation: ripples 1s 0s 3 forwards ease-out;
            animation: ripples 1s 0s 3 forwards ease-out;
  }
}
.site > .site-footer .level-1 .swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.16);
}
.site > .site-footer .level-1 .swiper .swiper-slide {
  overflow: visible;
}
.site > .site-footer .level-1 .swiper .swiper-slide img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.site > .site-footer .level-1 .swiper-button-next {
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.site > .site-footer .level-1 .swiper-button-next::after {
  display: none;
}
.site > .site-footer .copyright {
  margin: 10rem auto 0;
  padding-bottom: 4rem;
  text-align: center;
  color: #8a8a8a;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}
@media (max-width: 1168px) {
  .site > .site-footer .copyright {
    margin: 0rem auto 0;
  }
}
@media (max-width: 750px) {
  .site > .site-footer .copyright {
    margin: 7rem auto 0;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 0.05em;
    padding-bottom: 2rem;
  }
}

/*  =========== news - single ============ */
.faq-template-default .faq,
.faq-template-default .post,
.single .faq,
.single .post {
  max-width: 820px;
  margin: 0 auto;
}
.faq-template-default .parent-title,
.single .parent-title {
  font-family: "EB Garamond";
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0 0 6.4rem;
  color: #7c7c7c;
}
@media (max-width: 769px) {
  .faq-template-default .parent-title,
  .single .parent-title {
    font-size: 2rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.04em;
    margin: 0 0 5rem;
  }
}
.faq-template-default .entry-title,
.single .entry-title {
  font-family: "Shippori Mincho";
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 32px;
  padding-bottom: 63px;
}
@media (max-width: 769px) {
  .faq-template-default .entry-title,
  .single .entry-title {
    font-size: 2.3rem;
    margin-top: 23px;
    padding-bottom: 50px;
  }
}
.faq-template-default .entry-header,
.single .entry-header {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 9rem !important;
}
@media (max-width: 769px) {
  .faq-template-default .entry-header,
  .single .entry-header {
    padding-bottom: 5rem;
    margin-bottom: 7rem !important;
    max-width: none;
  }
}
.faq-template-default .entry-header::after,
.single .entry-header::after {
  content: "";
  display: block;
  width: 100vw;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.1rem;
  background: #d3d3d3;
}
@media (max-width: 769px) {
  .faq-template-default .entry-header::after,
  .single .entry-header::after {
    /* 375 */
    width: 100%;
  }
}
.faq-template-default .entry-header .head-meta,
.single .entry-header .head-meta {
  margin: 3rem 0;
}
@media (max-width: 769px) {
  .faq-template-default .entry-header .head-meta,
  .single .entry-header .head-meta {
    margin: 2.5rem 0;
  }
}
.faq-template-default .entry-header .cat-links,
.single .entry-header .cat-links {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 0.2rem 2rem;
  margin-top: 0.35rem;
  margin-left: 3rem;
  vertical-align: middle;
  border-radius: 3rem;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 769px) {
  .faq-template-default .entry-header .cat-links,
  .single .entry-header .cat-links {
    font-size: 1rem;
    border-radius: 1.9rem;
    font-weight: 500;
    font-size: 12px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0.2rem 1.8rem;
    margin-left: 2rem;
  }
}
.faq-template-default .entry-header .cat-links a,
.single .entry-header .cat-links a {
  text-decoration: none;
}
.faq-template-default .entry-header .time,
.single .entry-header .time {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 200%;
  letter-spacing: 0%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .faq-template-default .entry-header .time,
  .single .entry-header .time {
    /* 375 */
    font-size: 13px;
    line-height: 200%;
    letter-spacing: 0%;
  }
}
.faq-template-default .entry-content figure,
.single .entry-content figure {
  margin-bottom: 3.2rem;
}
@media (max-width: 769px) {
  .faq-template-default .entry-content figure,
  .single .entry-content figure {
    /* 375 */
    margin-bottom: 4rem;
  }
}
.faq-template-default .entry-content h1,
.faq-template-default .entry-content .h1,
.faq-template-default .entry-content h2,
.faq-template-default .entry-content .h2,
.single .entry-content h1,
.single .entry-content .h1,
.single .entry-content h2,
.single .entry-content .h2 {
  margin-top: 5rem;
  margin-bottom: 3.2rem;
  font-family: Shippori Mincho;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 769px) {
  .faq-template-default .entry-content h1,
  .faq-template-default .entry-content .h1,
  .faq-template-default .entry-content h2,
  .faq-template-default .entry-content .h2,
  .single .entry-content h1,
  .single .entry-content .h1,
  .single .entry-content h2,
  .single .entry-content .h2 {
    margin-top: 4rem;
    font-size: 2.1rem;
    margin-bottom: 2rem;
  }
}
.faq-template-default .entry-content h1 + p, .faq-template-default .entry-content h1 + ul, .faq-template-default .entry-content h1 + ol,
.faq-template-default .entry-content .h1 + p,
.faq-template-default .entry-content .h1 + ul,
.faq-template-default .entry-content .h1 + ol,
.faq-template-default .entry-content h2 + p,
.faq-template-default .entry-content h2 + ul,
.faq-template-default .entry-content h2 + ol,
.faq-template-default .entry-content .h2 + p,
.faq-template-default .entry-content .h2 + ul,
.faq-template-default .entry-content .h2 + ol,
.single .entry-content h1 + p,
.single .entry-content h1 + ul,
.single .entry-content h1 + ol,
.single .entry-content .h1 + p,
.single .entry-content .h1 + ul,
.single .entry-content .h1 + ol,
.single .entry-content h2 + p,
.single .entry-content h2 + ul,
.single .entry-content h2 + ol,
.single .entry-content .h2 + p,
.single .entry-content .h2 + ul,
.single .entry-content .h2 + ol {
  margin-top: 20px;
}
.faq-template-default .entry-content h3,
.faq-template-default .entry-content h4,
.faq-template-default .entry-content h5,
.faq-template-default .entry-content .h3,
.faq-template-default .entry-content .h4,
.faq-template-default .entry-content .h5,
.single .entry-content h3,
.single .entry-content h4,
.single .entry-content h5,
.single .entry-content .h3,
.single .entry-content .h4,
.single .entry-content .h5 {
  margin-bottom: 2rem;
  font-family: Zen Kaku Gothic New;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (max-width: 769px) {
  .faq-template-default .entry-content h3,
  .faq-template-default .entry-content h4,
  .faq-template-default .entry-content h5,
  .faq-template-default .entry-content .h3,
  .faq-template-default .entry-content .h4,
  .faq-template-default .entry-content .h5,
  .single .entry-content h3,
  .single .entry-content h4,
  .single .entry-content h5,
  .single .entry-content .h3,
  .single .entry-content .h4,
  .single .entry-content .h5 {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.faq-template-default .entry-content h3 + p, .faq-template-default .entry-content h3 + ul, .faq-template-default .entry-content h3 + ol,
.faq-template-default .entry-content h4 + p,
.faq-template-default .entry-content h4 + ul,
.faq-template-default .entry-content h4 + ol,
.faq-template-default .entry-content h5 + p,
.faq-template-default .entry-content h5 + ul,
.faq-template-default .entry-content h5 + ol,
.faq-template-default .entry-content .h3 + p,
.faq-template-default .entry-content .h3 + ul,
.faq-template-default .entry-content .h3 + ol,
.faq-template-default .entry-content .h4 + p,
.faq-template-default .entry-content .h4 + ul,
.faq-template-default .entry-content .h4 + ol,
.faq-template-default .entry-content .h5 + p,
.faq-template-default .entry-content .h5 + ul,
.faq-template-default .entry-content .h5 + ol,
.single .entry-content h3 + p,
.single .entry-content h3 + ul,
.single .entry-content h3 + ol,
.single .entry-content h4 + p,
.single .entry-content h4 + ul,
.single .entry-content h4 + ol,
.single .entry-content h5 + p,
.single .entry-content h5 + ul,
.single .entry-content h5 + ol,
.single .entry-content .h3 + p,
.single .entry-content .h3 + ul,
.single .entry-content .h3 + ol,
.single .entry-content .h4 + p,
.single .entry-content .h4 + ul,
.single .entry-content .h4 + ol,
.single .entry-content .h5 + p,
.single .entry-content .h5 + ul,
.single .entry-content .h5 + ol {
  margin-top: 20px;
}
@media (max-width: 769px) {
  .faq-template-default .entry-content h3 + p, .faq-template-default .entry-content h3 + ul, .faq-template-default .entry-content h3 + ol,
  .faq-template-default .entry-content h4 + p,
  .faq-template-default .entry-content h4 + ul,
  .faq-template-default .entry-content h4 + ol,
  .faq-template-default .entry-content h5 + p,
  .faq-template-default .entry-content h5 + ul,
  .faq-template-default .entry-content h5 + ol,
  .faq-template-default .entry-content .h3 + p,
  .faq-template-default .entry-content .h3 + ul,
  .faq-template-default .entry-content .h3 + ol,
  .faq-template-default .entry-content .h4 + p,
  .faq-template-default .entry-content .h4 + ul,
  .faq-template-default .entry-content .h4 + ol,
  .faq-template-default .entry-content .h5 + p,
  .faq-template-default .entry-content .h5 + ul,
  .faq-template-default .entry-content .h5 + ol,
  .single .entry-content h3 + p,
  .single .entry-content h3 + ul,
  .single .entry-content h3 + ol,
  .single .entry-content h4 + p,
  .single .entry-content h4 + ul,
  .single .entry-content h4 + ol,
  .single .entry-content h5 + p,
  .single .entry-content h5 + ul,
  .single .entry-content h5 + ol,
  .single .entry-content .h3 + p,
  .single .entry-content .h3 + ul,
  .single .entry-content .h3 + ol,
  .single .entry-content .h4 + p,
  .single .entry-content .h4 + ul,
  .single .entry-content .h4 + ol,
  .single .entry-content .h5 + p,
  .single .entry-content .h5 + ul,
  .single .entry-content .h5 + ol {
    /* 375 */
    margin-top: 1.6rem;
  }
}
.faq-template-default .entry-content p,
.faq-template-default .entry-content ul,
.faq-template-default .entry-content ol,
.single .entry-content p,
.single .entry-content ul,
.single .entry-content ol {
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: justify;
}
@media (max-width: 769px) {
  .faq-template-default .entry-content p,
  .faq-template-default .entry-content ul,
  .faq-template-default .entry-content ol,
  .single .entry-content p,
  .single .entry-content ul,
  .single .entry-content ol {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: justify;
  }
}
.faq-template-default .entry-content p + figure,
.faq-template-default .entry-content ul + figure,
.faq-template-default .entry-content ol + figure,
.faq-template-default .entry-content p + h1,
.faq-template-default .entry-content ul + h1,
.faq-template-default .entry-content ol + h1,
.faq-template-default .entry-content p + h2,
.faq-template-default .entry-content ul + h2,
.faq-template-default .entry-content ol + h2,
.faq-template-default .entry-content p + h3,
.faq-template-default .entry-content ul + h3,
.faq-template-default .entry-content ol + h3,
.single .entry-content p + figure,
.single .entry-content ul + figure,
.single .entry-content ol + figure,
.single .entry-content p + h1,
.single .entry-content ul + h1,
.single .entry-content ol + h1,
.single .entry-content p + h2,
.single .entry-content ul + h2,
.single .entry-content ol + h2,
.single .entry-content p + h3,
.single .entry-content ul + h3,
.single .entry-content ol + h3 {
  margin-top: 10rem;
}
@media (max-width: 769px) {
  .faq-template-default .entry-content p + figure,
  .faq-template-default .entry-content ul + figure,
  .faq-template-default .entry-content ol + figure,
  .faq-template-default .entry-content p + h1,
  .faq-template-default .entry-content ul + h1,
  .faq-template-default .entry-content ol + h1,
  .faq-template-default .entry-content p + h2,
  .faq-template-default .entry-content ul + h2,
  .faq-template-default .entry-content ol + h2,
  .faq-template-default .entry-content p + h3,
  .faq-template-default .entry-content ul + h3,
  .faq-template-default .entry-content ol + h3,
  .single .entry-content p + figure,
  .single .entry-content ul + figure,
  .single .entry-content ol + figure,
  .single .entry-content p + h1,
  .single .entry-content ul + h1,
  .single .entry-content ol + h1,
  .single .entry-content p + h2,
  .single .entry-content ul + h2,
  .single .entry-content ol + h2,
  .single .entry-content p + h3,
  .single .entry-content ul + h3,
  .single .entry-content ol + h3 {
    /* 375 */
    margin-top: 12rem;
  }
}

/*  =========== news - archive ============ */
.blog .page-header,
.archive .page-header {
  margin: 0 auto 90px;
  border: 0 solid #000;
  padding: 0;
}
.blog .page-title-group,
.archive .page-title-group {
  max-width: 1920px;
}
.blog .page-title-group .page-title,
.archive .page-title-group .page-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .blog .page-title-group .page-title,
  .archive .page-title-group .page-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.blog .page-title-group .page-subtitle,
.archive .page-title-group .page-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .blog .page-title-group .page-subtitle,
  .archive .page-title-group .page-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.blog .site-content .container > .grid,
.archive .site-content .container > .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 1168px) {
  .blog .site-content .container > .grid,
  .archive .site-content .container > .grid {
    /* 1169 */
    max-width: 660px;
  }
}
@media (max-width: 899px) {
  .blog .site-content .container > .grid,
  .archive .site-content .container > .grid {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .blog .site-content .container > .grid,
  .archive .site-content .container > .grid {
    /* 375 */
    gap: 6rem 0;
  }
}
@media (max-width: 769px) {
  .blog .site-content .container > .grid,
  .archive .site-content .container > .grid {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 6rem 2rem;
  }
}
.blog .site-content .container > .grid > .post,
.archive .site-content .container > .grid > .post {
  width: 300px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 769px) {
  .blog .site-content .container > .grid > .post,
  .archive .site-content .container > .grid > .post {
    width: calc(50% - 1rem);
  }
}
.blog .site-content .container > .grid .cat-links,
.archive .site-content .container > .grid .cat-links {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  display: inline-block;
  background: #fff;
  padding: 0.2rem 1.5rem;
  position: absolute;
  margin-top: 0.35rem;
  margin-bottom: 14px;
  right: 0;
  border-radius: 3rem;
}
@media (max-width: 769px) {
  .blog .site-content .container > .grid .cat-links,
  .archive .site-content .container > .grid .cat-links {
    font-size: 1rem;
  }
}
.blog .site-content .container > .grid .cat-links a,
.archive .site-content .container > .grid .cat-links a {
  text-decoration: none;
}
.blog .site-content .container > .grid .time,
.archive .site-content .container > .grid .time {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  margin-bottom: 14px;
}
.blog .site-content .container > .grid .entry-title,
.archive .site-content .container > .grid .entry-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: justify;
  margin-top: 14px;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .blog .site-content .container > .grid .entry-title,
  .archive .site-content .container > .grid .entry-title {
    margin-top: 0;
  }
}
.blog .site-content .container > .grid .entry-title a,
.archive .site-content .container > .grid .entry-title a {
  text-decoration: none;
}
.blog .post .thumbnail-frame,
.archive .post .thumbnail-frame {
  opacity: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 769px) {
  .blog .post .thumbnail-frame,
  .archive .post .thumbnail-frame {
    margin-bottom: 1.6rem;
  }
}
.blog a:has(.thumbnail-frame),
.archive a:has(.thumbnail-frame) {
  display: block;
  position: relative;
}
.blog .divider,
.archive .divider {
  display: block;
  width: 100%;
  opacity: 0;
}
.blog .site-main > ul.category-bar,
.archive .site-main > ul.category-bar {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 13rem;
  padding: 0;
}
@media (max-width: 1440px) {
  .blog .site-main > ul.category-bar,
  .archive .site-main > ul.category-bar {
    /* 1440px */
  }
}
@media (max-width: 1168px) {
  .blog .site-main > ul.category-bar,
  .archive .site-main > ul.category-bar {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .blog .site-main > ul.category-bar,
  .archive .site-main > ul.category-bar {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .blog .site-main > ul.category-bar,
  .archive .site-main > ul.category-bar {
    /* 375 */
    width: 241px;
    margin: 0 auto 8rem;
  }
}
.blog .site-main > ul.category-bar > li.categories,
.archive .site-main > ul.category-bar > li.categories {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-transform: lowercase;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #7c7c7c;
}
@media (max-width: 769px) {
  .blog .site-main > ul.category-bar > li.categories,
  .archive .site-main > ul.category-bar > li.categories {
    /* 375 */
    margin-bottom: 20px;
  }
}
.blog .site-main > ul.category-bar > li.categories ul,
.archive .site-main > ul.category-bar > li.categories ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.blog .site-main > ul.category-bar > li.categories ul a,
.archive .site-main > ul.category-bar > li.categories ul a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog .site-main > ul.category-bar > li.categories ul li,
.archive .site-main > ul.category-bar > li.categories ul li {
  display: inline-block;
  margin: 0 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 200%;
}
@media (max-width: 769px) {
  .blog .site-main > ul.category-bar > li.categories ul li,
  .archive .site-main > ul.category-bar > li.categories ul li {
    /* 375 */
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 14px;
  }
}
.blog .site-main > ul.category-bar > li.categories ul li:nth-child(1),
.archive .site-main > ul.category-bar > li.categories ul li:nth-child(1) {
  margin-left: 7rem;
}
@media (max-width: 769px) {
  .blog .site-main > ul.category-bar > li.categories ul li:nth-child(1),
  .archive .site-main > ul.category-bar > li.categories ul li:nth-child(1) {
    /* 375 */
    margin-left: 0rem;
  }
}
.blog .site-main > ul.category-bar > li.categories ul .current-cat,
.archive .site-main > ul.category-bar > li.categories ul .current-cat {
  position: relative;
}
.blog .site-main > ul.category-bar > li.categories ul .current-cat a,
.archive .site-main > ul.category-bar > li.categories ul .current-cat a {
  color: #000;
}
.blog .site-main > ul.category-bar > li.categories ul .current-cat::before,
.archive .site-main > ul.category-bar > li.categories ul .current-cat::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #000;
  position: absolute;
  bottom: 0;
}
.blog .navigation-container-pc,
.archive .navigation-container-pc {
  margin-top: -50px;
  width: 100%;
  display: block;
}
@media (max-width: 769px) {
  .blog .navigation-container-pc,
  .archive .navigation-container-pc {
    display: none;
  }
}
.blog .navigation-container-smp,
.archive .navigation-container-smp {
  margin-top: -50px;
  width: 100%;
  display: none;
}
@media (max-width: 769px) {
  .blog .navigation-container-smp,
  .archive .navigation-container-smp {
    display: block;
  }
}

.blog.is--loaded .page-title-group .page-title,
.archive.is--loaded .page-title-group .page-title {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease;
          animation: fadeInLeftT 1.25s 1s forwards ease;
}
.blog.is--loaded .page-title-group .page-subtitle,
.archive.is--loaded .page-title-group .page-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease-out;
          animation: fadeInLeftT 1.25s 1s forwards ease-out;
}

/*  =========== news - single ============ */
/*  =========== top ============ */
@-webkit-keyframes homesplashHole {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 0%;
            mask-size: 100% 100%, auto 0%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 30%;
            mask-size: 100% 100%, auto 30%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
}
@keyframes homesplashHole {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 0%;
            mask-size: 100% 100%, auto 0%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 30%;
            mask-size: 100% 100%, auto 30%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
}
@-webkit-keyframes homesplashHole2 {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 30%;
            mask-size: 100% 100%, auto 30%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 500%;
            mask-size: 100% 100%, auto 500%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
}
@keyframes homesplashHole2 {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 30%;
            mask-size: 100% 100%, auto 30%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 500%;
            mask-size: 100% 100%, auto 500%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
}
@-webkit-keyframes homesplashHole3 {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 0%;
            mask-size: 100% 100%, auto 0%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 500%;
            mask-size: 100% 100%, auto 500%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
}
@keyframes homesplashHole3 {
  0% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 0%;
            mask-size: 100% 100%, auto 0%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
  100% {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
    -webkit-mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
            mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/top-splash-mask.svg);
            mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0, center center;
            mask-position: 0 0, center center;
    -webkit-mask-size: 100% 100%, auto 500%;
            mask-size: 100% 100%, auto 500%;
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  }
}
@-webkit-keyframes homesplashBlurChange {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes homesplashBlurChange {
  0% {
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.home-splash {
  display: block;
  background: #f4f2f1;
  height: 100vh;
  height: 100dvh;
  width: 100vw;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  /* 
   mask-image: linear-gradient(#000, #000), url(../images/top-splash-mask.svg);
   mask-repeat: no-repeat;
   mask-position: 0 0, center center;
   mask-size: 100% 100%, 480px 320px;
   mask-composite: exclude;
  */
}
.home-splash.is--hole {
  -webkit-animation: homesplashHole 0.75s 0.4s forwards ease-out;
          animation: homesplashHole 0.75s 0.4s forwards ease-out;
}
.home-splash.is--hole-glow2 {
  -webkit-animation: homesplashHole3 1.7s 0s forwards cubic-bezier(0.5, 0, 0.75, 0);
          animation: homesplashHole3 1.7s 0s forwards cubic-bezier(0.5, 0, 0.75, 0);
}
.home-splash.is--end {
  display: none;
}
.home-splash .home-splash-logo {
  position: absolute;
  width: 205px;
  height: 63px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-mask-image: url("../images/logo-splash.svg");
          mask-image: url("../images/logo-splash.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 65%, rgb(0, 0, 0) 80%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%) no-repeat 100% 100%;
  background-size: 1000% 1000%;
}

.is--splash {
  overflow-y: hidden;
}
.is--splash .home-splash-logo {
  -webkit-animation: fadeInLeftT 1.75s 0s forwards ease-out;
          animation: fadeInLeftT 1.75s 0s forwards ease-out;
}
.is--splash .is--hole .home-splash-logo {
  opacity: 0;
}
.is--splash .site.is--clearview {
  -webkit-filter: blur(15px);
          filter: blur(15px);
}
.is--splash .site.is--clearview {
  -webkit-animation: homesplashBlurChange 1.5s 0s forwards ease-out;
          animation: homesplashBlurChange 1.5s 0s forwards ease-out;
}

.home__marquee {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  overflow: hidden;
  position: relative;
}
.home__marquee figure {
  margin: 0 !important;
}
.home__marquee figure img {
  margin: 0 !important;
}
.home__marquee .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home__marquee .swiper-slide figure {
  width: 100%;
}
.home__marquee .is--pc {
  display: block !important;
}
.home__marquee .is--smp {
  display: none !important;
}
@media (max-width: 769px) {
  .home__marquee .is--pc {
    display: none !important;
  }
  .home__marquee .is--smp {
    display: block !important;
  }
}

.home__message-container {
  position: absolute;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}

.home__message-group {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  pointer-events: none;
  display: none;
}
.home__message-group > * {
  width: 100% !important;
  height: 100% !important;
}

.home__message {
  font-family: "EB Garamond" !important;
  /**/
  margin: 0 !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  line-height: 1.9444444444vw;
  font-size: 1.3888888889vw;
  line-height: 28px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #000;
  position: absolute;
  /*  top:  calc(((401 / 1440) * 100vw) * -1);
  left:*/
  top: calc(46.6666666667vw + 65px) !important;
  left: 8.125vw !important;
  z-index: 5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home__message.is--position-change {
  top: auto !important;
  bottom: 100px;
}
@media (max-width: 769px) {
  .home__message {
    font-size: 14px;
    line-height: 19.6px;
    letter-spacing: 0.05em;
    top: 101px;
    left: 30px;
  }
  .home__message.is--position-change {
    top: 101px !important;
    left: 30px !important;
    bottom: auto;
  }
}

.is--menu-icon-dark-mode .home__message {
  color: #fff;
}
.home__line {
  height: auto;
  position: absolute;
  top: -25vw;
  left: calc((100vw - 100%) / 2 * -1);
  width: calc(105vw + 8rem);
  z-index: 2;
  pointer-events: none;
  stroke-width: 0.1rem;
}
@media (max-width: 769px) {
  .home__line {
    width: 110vw;
  }
}
.home__line.line1 {
  -webkit-animation: swayF1 infinite 2.5s 0s;
          animation: swayF1 infinite 2.5s 0s;
  left: calc((100vw - 100%) / 2 * -1 - 3rem);
  display: block;
}
@media (max-width: 769px) {
  .home__line.line1 {
    display: none;
  }
}
@media (max-width: 769px) {
  .home__line.line1 path {
    stroke-width: 0.4rem;
  }
}
.home__line.line2 {
  -webkit-animation: swayF2 infinite 5s 0s;
          animation: swayF2 infinite 5s 0s;
  display: block;
}
@media (max-width: 769px) {
  .home__line.line2 {
    display: none;
  }
}
@media (max-width: 769px) {
  .home__line.line2 path {
    stroke-width: 0.4rem;
  }
}
.home__line.line3 {
  top: calc(-1 * (121.8666666667vw - 17px));
  width: 100vw;
  left: -30px;
  display: none;
}
@media (max-width: 769px) {
  .home__line.line3 {
    display: block;
  }
}
@media (max-width: 769px) {
  .home__line.line3 path {
    stroke-width: 1px;
  }
}
.home__line.line4 {
  display: none;
  width: 100vw;
  top: calc(-1 * (106.6586666667vw - 17px));
  left: -30px;
}
@media (max-width: 769px) {
  .home__line.line4 {
    display: block;
  }
}
@media (max-width: 769px) {
  .home__line.line4 path {
    stroke-width: 1px;
  }
}
@media (max-width: 769px) {
  .home__line {
    top: -80vw;
    left: calc((100vw - 100%) / 2 * -1);
  }
}

.home__intro {
  position: relative;
  margin-top: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  padding: 195px 0rem 0;
  z-index: 3;
  /*
  @media (max-width: 1300px) {
    padding: 195px 0rem 0;
  }*/
}
.home__intro::before {
  content: "";
  display: block;
  width: calc(100vw + 10px);
  height: 16.5rem;
  position: absolute;
  top: -16.4rem;
  left: -5px;
  background: url(../images/top-marquee-crescent.webp) 0 100% no-repeat;
  background-size: 100% 16.5rem;
  z-index: 0;
}
@media (max-width: 769px) {
  .home__intro::before {
    background: url(../images/top-marquee-crescent-smp.webp) 0 100% no-repeat;
    background-size: 100% 16.5rem;
    height: 117px;
    top: -116px;
    left: -35px;
  }
}
@media (max-width: 769px) {
  .home__intro {
    padding: 12rem 0rem 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home__intro > * {
  max-width: 1039px;
  margin: auto;
  padding: 0;
  position: relative;
}
@media (max-width: 1168px) {
  .home__intro > * {
    padding: 0 60px;
  }
}
@media (max-width: 769px) {
  .home__intro > * {
    left: 0;
    padding: 0 0px;
  }
}
.home__intro .home__intro-message-group {
  width: 100%;
  position: relative;
}
.home__intro .home__intro-message1 {
  font-family: "Shippori Mincho";
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  font-size: 50px;
  line-height: 100px;
  letter-spacing: 0.02em;
  width: 100%;
  margin: 0 !important;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 769px) {
  .home__intro .home__intro-message1 {
    font-size: 2.8rem;
    font-weight: 400;
    font-size: 28px;
    line-height: 56px;
    letter-spacing: 0.02em;
  }
}
.home__intro .home__intro-message2 {
  font-family: "EB Garamond";
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  color: #8a8a8a !important;
  width: 100%;
  margin: 0 !important;
  margin-top: 4rem !important;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 769px) {
  .home__intro .home__intro-message2 {
    margin-top: 3rem !important;
    margin-bottom: 9rem !important;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
.home__intro .home__intro-message-group.is--active .home__intro-message1 {
  -webkit-animation: fadeInLeftT 1.25s 0s forwards ease-out;
          animation: fadeInLeftT 1.25s 0s forwards ease-out;
}
.home__intro .home__intro-message-group.is--active .home__intro-message2 {
  -webkit-animation: fadeInLeftT 1.25s 0.5s forwards ease-out;
          animation: fadeInLeftT 1.25s 0.5s forwards ease-out;
}
@-webkit-keyframes fadeInLeftNote {
  0% {
    opacity: 0;
    color: #8a8a8a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, rgba(222, 221, 221, 0)), color-stop(0.1rem, transparent));
    background-image: linear-gradient(180deg, rgba(222, 221, 221, 0) 0.1rem, transparent 0.1rem);
  }
  20% {
    opacity: 1;
    color: #8a8a8a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, rgb(222, 221, 221)), color-stop(0.1rem, transparent));
    background-image: linear-gradient(180deg, rgb(222, 221, 221) 0.1rem, transparent 0.1rem);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    opacity: 1;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, rgb(222, 221, 221)), color-stop(0.1rem, transparent));
    background-image: linear-gradient(180deg, rgb(222, 221, 221) 0.1rem, transparent 0.1rem);
  }
}
@keyframes fadeInLeftNote {
  0% {
    opacity: 0;
    color: #8a8a8a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, rgba(222, 221, 221, 0)), color-stop(0.1rem, transparent));
    background-image: linear-gradient(180deg, rgba(222, 221, 221, 0) 0.1rem, transparent 0.1rem);
  }
  20% {
    opacity: 1;
    color: #8a8a8a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, rgb(222, 221, 221)), color-stop(0.1rem, transparent));
    background-image: linear-gradient(180deg, rgb(222, 221, 221) 0.1rem, transparent 0.1rem);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    opacity: 1;
    color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, rgb(222, 221, 221)), color-stop(0.1rem, transparent));
    background-image: linear-gradient(180deg, rgb(222, 221, 221) 0.1rem, transparent 0.1rem);
  }
}
.home__intro .home__intro-note {
  font-family: "Shippori Mincho";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 5.2rem;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.1rem, rgba(222, 221, 221, 0)), color-stop(0.1rem, transparent));
  background-image: linear-gradient(180deg, rgba(222, 221, 221, 0) 0.1rem, transparent 0.1rem);
  background-size: 100% 3em;
  line-height: 3em;
  padding-bottom: 0.1rem;
  opacity: 0;
  position: relative;
}
.home__intro .home__intro-note::before {
  content: "";
  height: 2px;
  width: 100%;
  z-index: 1;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(244, 242, 241)), to(rgba(244, 242, 241, 0.8))), url(../images/bg.webp) 0 0 repeat;
  background: linear-gradient(90deg, rgb(244, 242, 241) 0%, rgba(244, 242, 241, 0.8) 100%), url(../images/bg.webp) 0 0 repeat;
}
@media (max-width: 769px) {
  .home__intro .home__intro-note::before {
    background-size: 795px auto;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-note {
    font-size: 1.5rem;
    background-size: 100% 47px;
    line-height: 47px;
    margin-top: 30px;
    letter-spacing: 0;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home__intro .home__intro-note strong {
  font-family: "EB Garamond";
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 5.456rem;
  text-align: left;
}
@media (max-width: 769px) {
  .home__intro .home__intro-note strong {
    font-size: 1.9rem;
    line-height: 48px;
  }
}
.home__intro .home__intro-fugire {
  z-index: 5;
  opacity: 1;
  position: relative;
  overflow: hidden;
}
.home__intro .home__intro-fugire::before {
  content: "";
  display: block;
  width: 400%;
  height: 400%;
  position: absolute;
  top: -200%;
  left: -200%;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 30%, rgba(138, 138, 138, 0) 60%, rgba(138, 138, 138, 0) 100%) no-repeat 100% 100%;
}
@-webkit-keyframes revailImage {
  0% {
    top: -200%;
    left: -200%;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@keyframes revailImage {
  0% {
    top: -200%;
    left: -200%;
  }
  100% {
    top: 0;
    left: 0;
  }
}
.home__intro .home__intro-section {
  position: relative;
  margin: 0 auto !important;
}
.home__intro .home__intro-section.one {
  gap: 6rem;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.home__intro .home__intro-section.one > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.one {
    display: block;
  }
}
.home__intro .home__intro-section.one .home__intro-note {
  margin-top: 124px !important;
  margin-left: 134px !important;
}
.home__intro .home__intro-section.one .home__intro-note.is--active {
  -webkit-animation: fadeInLeftNote 2s 0s forwards ease-out;
          animation: fadeInLeftNote 2s 0s forwards ease-out;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.one .home__intro-note {
    margin-left: 0px !important;
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .home__intro .home__intro-section.one .home__intro-note {
    /* 770 */
    margin-top: 3rem !important;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.one .home__intro-note {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home__intro .home__intro-section.one .home__intro-fugire {
  margin: 0 !important;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 396px;
}
.home__intro .home__intro-section.one .home__intro-fugire.is--active::before {
  -webkit-animation: revailImage 0.75s 0s forwards ease-in-out;
          animation: revailImage 0.75s 0s forwards ease-in-out;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.one .home__intro-fugire {
    width: 33.875106929vw;
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .home__intro .home__intro-section.one .home__intro-fugire {
    /* 770 */
    width: 77.9220779221vw;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 60px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.one .home__intro-fugire {
    margin-top: 0 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    width: 69.4285714286vw;
  }
}
.home__intro .home__intro-section.two {
  margin-top: 85px !important;
  padding-left: 552px;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.two {
    padding-left: 0;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.two {
    margin-top: 69px !important;
    padding-left: 0;
  }
}
.home__intro .home__intro-section.two .home__intro-note {
  width: 438px;
  margin: 0 !important;
}
.home__intro .home__intro-section.two .home__intro-note.is--active {
  -webkit-animation: fadeInLeftNote 1s 0s forwards ease-out;
          animation: fadeInLeftNote 1s 0s forwards ease-out;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.two .home__intro-note {
    float: right;
  }
}
@media (max-width: 899px) {
  .home__intro .home__intro-section.two .home__intro-note {
    float: none;
    margin-top: 3rem;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.two .home__intro-note {
    margin-top: 3rem;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home__intro .home__intro-section.two .home__intro-fugire {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 48rem;
  margin: 0;
}
.home__intro .home__intro-section.two .home__intro-fugire.is--active::before {
  -webkit-animation: revailImage 0.75s 0s forwards ease-in-out;
          animation: revailImage 0.75s 0s forwards ease-in-out;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.two .home__intro-fugire {
    width: 35.243798118vw;
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .home__intro .home__intro-section.two .home__intro-fugire {
    /* 770 */
    position: relative;
    top: auto;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: auto;
    margin-top: 0 !important;
    margin-left: 0rem !important;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.two .home__intro-fugire {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0 !important;
    margin-left: 0rem !important;
    width: 85.7142857143vw;
  }
}
.home__intro .home__intro-section.three {
  margin-top: 85px !important;
  margin-bottom: 0 !important;
  padding-left: 134px;
  padding-top: 50px;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.three {
    padding-left: 0px !important;
    width: 100%;
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .home__intro .home__intro-section.three {
    /* 770 */
    margin-top: 71px !important;
    padding-top: 0px;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.three {
    margin-top: 71px !important;
    padding-left: 0px;
    padding-top: 0px;
  }
}
.home__intro .home__intro-section.three .home__intro-note {
  width: 437px;
}
.home__intro .home__intro-section.three .home__intro-note.is--active {
  -webkit-animation: fadeInLeftNote 1s 0s forwards ease-out;
          animation: fadeInLeftNote 1s 0s forwards ease-out;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.three .home__intro-note {
    margin-left: 0px !important;
    /* 1169 */
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.three .home__intro-note {
    margin-top: 3rem;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.home__intro .home__intro-section.three .home__intro-fugire {
  position: absolute;
  top: 0rem;
  right: 49px;
  width: 312px;
  margin: 0 !important;
}
.home__intro .home__intro-section.three .home__intro-fugire.is--active::before {
  -webkit-animation: revailImage 0.75s 0s forwards ease-in-out;
          animation: revailImage 0.75s 0s forwards ease-in-out;
}
@media (max-width: 1168px) {
  .home__intro .home__intro-section.three .home__intro-fugire {
    width: 26.6894781865vw;
    right: 0px;
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .home__intro .home__intro-section.three .home__intro-fugire {
    /* 770 */
    position: relative;
    top: auto;
    right: -40px;
    width: 64.5161290323vw;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 769px) {
  .home__intro .home__intro-section.three .home__intro-fugire {
    position: relative;
    top: auto;
    right: auto;
    width: 52.8571428571vw;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

.home__section-title-group {
  margin: 15rem auto 0 !important;
  border: 0 solid #000;
}
@media (max-width: 769px) {
  .home__section-title-group {
    margin: 8rem auto 0 !important;
  }
}
.home__section-title-group .section-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  font-size: 6.8rem;
  margin-bottom: 0rem;
  font-size: 68px;
  line-height: 81.6px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 769px) {
  .home__section-title-group .section-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .home__section-title-group .section-title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.home__section-title-group .section-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .home__section-title-group .section-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .home__section-title-group .section-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
  }
}
.home__section-title-group .section-disc {
  opacity: 0;
  max-width: 52rem !important;
  font-size: 17px;
  line-height: 34px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 769px) {
  .home__section-title-group .section-disc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin-top: 40px;
  }
}
.home__section-title-group.is--active .section-title {
  -webkit-animation: fadeInLeftT 1.25s 0s forwards ease;
          animation: fadeInLeftT 1.25s 0s forwards ease;
}
.home__section-title-group.is--active .section-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 0s forwards ease-out;
          animation: fadeInLeftT 1.25s 0s forwards ease-out;
}
.home__section-title-group.is--active .section-disc {
  -webkit-animation: fadeInLeftT 0.75s 0s forwards ease-out;
          animation: fadeInLeftT 0.75s 0s forwards ease-out;
}

.home__plans {
  margin-top: 408px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), color-stop(15%, rgb(255, 255, 255)), color-stop(85%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgba(255, 255, 255, 0.8) 100%);
  overflow: visible;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
@media (max-width: 769px) {
  .home__plans {
    margin-top: 216px;
    -webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.25);
  }
}
.home__plans .home__section-title-group {
  margin: -109px auto 10rem !important;
}
@media (max-width: 769px) {
  .home__plans .home__section-title-group {
    margin: -5rem auto 0 !important;
  }
}
.home__plans::before {
  /*

    top: -10.2rem;
    left: 0;
    //  background: #fff;
    background: url(../images/top-plans-bg.svg) 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(180deg);
  */
  content: "";
  display: block;
  width: 100%;
  height: 6.5rem;
  position: absolute;
  top: -6.5rem;
  left: 0;
  /*  border-radius: 50% / 100% 100% 0 0;
  background: rgba(255, 255, 255, 0.4);*/
  background: url(../images/Vector-plans-top.webp) 0 100% no-repeat;
  background-size: 100% 6.5rem;
  z-index: 0;
}
@media (max-width: 769px) {
  .home__plans::before {
    top: -17px;
    height: 17px;
    background-size: 100% 17px;
    width: 100vw;
  }
}
.home__plans::after {
  content: "";
  display: block;
  width: 100%;
  height: 6.5rem;
  position: absolute;
  bottom: -6.5rem;
  left: 0;
  /* border-radius: 50% /0 0 100% 100%;
  background: rgba(255, 255, 255, 0.4);*/
  background: url(../images/Vector-plans-bottom.webp) 0 100% no-repeat;
  background-size: 100% 6.5rem;
  z-index: 0;
}
@media (max-width: 769px) {
  .home__plans::after {
    bottom: -17px;
    height: 17px;
    background-size: 100% 17px;
  }
}
.home__plans .plans-index__list {
  max-width: 1100px !important;
  font-size: 1.3rem;
  margin-top: 124px;
  margin-bottom: 10rem;
}
@media (max-width: 1168px) {
  .home__plans .plans-index__list {
    /* 1169 */
    padding: 0 6rem 0;
    max-width: 820px !important;
  }
}
@media (max-width: 769px) {
  .home__plans .plans-index__list {
    margin-top: 70px;
    padding: 0 3rem 0;
    margin-bottom: 10px;
  }
}
.home__plans .plans-index__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1168px) {
  .home__plans .plans-index__list > * {
    gap: 0rem;
  }
}
.home__plans .plans-index__list .plans-index__list-item {
  width: 30rem;
  margin: 0 !important;
  position: relative;
}
@media (max-width: 769px) {
  .home__plans .plans-index__list .plans-index__list-item {
    width: calc(50% - 3.5px);
    margin: 0rem;
    margin-bottom: 6rem !important;
  }
}
.home__plans .plans-index__list .plans-index__list-thumbnail {
  margin: 0;
  position: relative;
  margin-bottom: 0;
  opacity: 0;
  z-index: 1;
}
.home__plans .plans-index__list .plans-index__list-thumbnail .wp-block-image::after {
  background: rgb(255, 255, 255);
}
.home__plans .plans-index__list .plans-index__list-title {
  font-size: 34px;
  line-height: 40.8px;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .home__plans .plans-index__list .plans-index__list-title {
    font-size: 24px;
    line-height: 26.4px;
    letter-spacing: 0.04em;
  }
  .home__plans .plans-index__list .plans-index__list-title::after {
    content: "";
    display: inline-block;
    height: 13px;
    width: 13px;
    background: url(../images/arrow-r-18.svg) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 1rem;
    vertical-align: middle;
  }
}
.home__plans .plans-index__list .plans-index__list-subtitle {
  font-family: "Shippori Mincho";
  font-size: 1.3rem;
  font-size: 13px;
  line-height: 23.4px;
  letter-spacing: 0;
  margin-top: 6px;
}
@media (max-width: 769px) {
  .home__plans .plans-index__list .plans-index__list-subtitle {
    font-size: 12px;
    line-height: 21.6px;
    letter-spacing: 0;
  }
}
.home__plans .plans-index__list .plans-button-viewmore {
  text-align: left;
  position: static;
  height: 0;
  margin: 0 !important;
}
.home__plans .plans-index__list .plans-button-viewmore a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.home__plans .plans-index__list .plans-button-viewmore a::after {
  content: "";
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background: url(../images/arrow-r-18.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 1.5rem;
  vertical-align: middle;
  position: absolute;
  bottom: 3.9rem;
  right: 1rem;
}
@media (max-width: 769px) {
  .home__plans .plans-index__list .plans-button-viewmore a::after {
    bottom: auto;
    bottom: 3.8rem;
    display: none;
  }
}
.home__plans .plans-banner-group {
  margin-bottom: 230px !important;
}
@media (max-width: 769px) {
  .home__plans .plans-banner-group {
    margin-top: 0px !important;
    margin-bottom: 142px !important;
  }
}

.home__gallery {
  overflow: visible;
  position: relative;
  margin-top: 315px;
  margin: 315px auto 0 !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  overflow: visible !important;
}
@media (max-width: 769px) {
  .home__gallery {
    margin-top: 167px !important;
    margin-bottom: 0 !important;
  }
}
.home__gallery .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.home__gallery .swiper-button-group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 769px) {
  .home__gallery .swiper-button-group {
    position: relative;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.5px;
  }
}
.home__gallery .swiper-pagination {
  font-family: "EB Garamond";
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  top: auto !important;
  bottom: -30px !important;
  overflow: visible;
}
@media (max-width: 769px) {
  .home__gallery .swiper-pagination {
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    text-align: center;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: auto !important;
    bottom: auto !important;
    margin: 0 10px;
  }
}
.home__gallery .swiper-button-next {
  right: calc(25vw - 150px);
  z-index: 2;
}
@media (max-width: 769px) {
  .home__gallery .swiper-button-next {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    right: auto;
    margin: 0;
  }
}
.home__gallery .swiper-button-next::before {
  content: url(../images/swiper-arrow-r.svg);
}
@media (max-width: 769px) {
  .home__gallery .swiper-button-next::before {
    content: url(../images/icon-arrow-r-13.svg);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
  }
}
.home__gallery .swiper-button-next::after {
  display: none;
}
.home__gallery .swiper-button-prev {
  left: calc(25vw - 150px);
  z-index: 2;
}
@media (max-width: 769px) {
  .home__gallery .swiper-button-prev {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: auto;
    margin: 0;
  }
}
.home__gallery .swiper-button-prev::before {
  content: url(../images/swiper-arrow-r.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 769px) {
  .home__gallery .swiper-button-prev::before {
    content: url(../images/icon-arrow-r-13.svg);
  }
}
.home__gallery .swiper-button-prev::after {
  display: none;
}

.home__voice {
  max-width: 1020px !important;
  margin-top: 0;
}
@media (max-width: 1168px) {
  .home__voice {
    max-width: 660px !important;
  }
}
@media (max-width: 769px) {
  .home__voice {
    margin-bottom: 0 !important;
  }
}
.home__voice .home__section-title-group {
  margin-top: 315px !important;
}
@media (max-width: 769px) {
  .home__voice .home__section-title-group {
    margin-top: 150px !important;
  }
}
.home__voice .plans__voice-archive {
  margin-top: 40px;
}
.home__voice .plans-button-viewmore {
  margin-right: 20px !important;
}
@media (max-width: 1168px) {
  .home__voice .plans-button-viewmore {
    text-align: left;
  }
}
@media (max-width: 769px) {
  .home__voice .plans-button-viewmore {
    text-align: right;
    margin-top: 1px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-left: auto !important;
  }
}

.home__news {
  max-width: 950px !important;
  margin: 0;
}
.home__news .home__section-title-group {
  margin-top: 220px !important;
}
@media (max-width: 769px) {
  .home__news .home__section-title-group {
    margin-top: 170px !important;
  }
}
.home__news .home__news-archive {
  margin-top: 50px;
  margin-bottom: 0 !important;
}
@media (max-width: 769px) {
  .home__news .home__news-archive {
    margin-top: 40px;
  }
}
.home__news .home__news-archive .wp-block-post {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 30.5px 2rem 22.5px 2rem;
  border-bottom: 0.1rem solid #d3d3d3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 769px) {
  .home__news .home__news-archive .wp-block-post {
    font-size: 1.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}
.home__news .home__news-archive .wp-block-post::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #000;
  bottom: -0.1rem;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home__news .home__news-archive .taxonomy-category.wp-block-post-terms {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  display: block;
  background: #fff;
  padding: 0rem 1.5rem;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  border-radius: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 !important;
  margin-right: 4.4rem !important;
}
@media (max-width: 769px) {
  .home__news .home__news-archive .taxonomy-category.wp-block-post-terms {
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    letter-spacing: 0;
    text-align: center;
    padding: 0px 18px 0px 18px;
    margin-top: -5px !important;
  }
}
.home__news .home__news-archive .taxonomy-category.wp-block-post-terms a {
  text-decoration: none;
}
.home__news .home__news-archive .wp-block-post-date {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  display: block;
  height: 3rem;
  white-space: nowrap;
  padding: 0;
  margin: 0 !important;
  margin-right: 0rem !important;
  width: 12rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 769px) {
  .home__news .home__news-archive .wp-block-post-date {
    font-weight: 400;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    width: 8rem;
  }
}
.home__news .home__news-archive .wp-block-post-title {
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .home__news .home__news-archive .wp-block-post-title {
    margin-top: 12px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
.home__news .home__news-archive .wp-block-post-title a {
  text-decoration: none;
}
.home__news .plans-button-viewmore {
  margin-top: 20.5px;
  margin-right: 20px !important;
}
@media (max-width: 769px) {
  .home__news .plans-button-viewmore {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin-top: 40px;
  }
}

.home__studio {
  max-width: 1020px !important;
  margin: 0;
}
@media (max-width: 1168px) {
  .home__studio {
    /* 1169 */
    max-width: 660px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 769px) {
  .home__studio {
    margin: 0;
  }
}
.home__studio .home__section-title-group {
  margin-top: 220px !important;
}
@media (max-width: 769px) {
  .home__studio .home__section-title-group {
    margin-top: 170px !important;
  }
}
.home__studio .home__studio-list {
  font-size: 1.3rem;
  margin: 7rem auto 20rem;
  /*
  @media (max-width: 850px) {
  }*/
  /*
  @media (max-width: 374px) {
    padding: 0 2rem 0;
  }*/
}
@media (max-width: 769px) {
  .home__studio .home__studio-list {
    width: 100%;
    margin-top: 40px;
  }
}
.home__studio .home__studio-list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 769px) {
  .home__studio .home__studio-list > * {
    gap: 0;
    display: block;
  }
}
.home__studio .home__studio-list .home__studio-list-item {
  width: 300px;
  margin: 0 !important;
}
@media (max-width: 769px) {
  .home__studio .home__studio-list .home__studio-list-item {
    max-width: 40rem !important;
    width: 250px;
    margin: 0 auto !important;
    margin-bottom: 5.4rem !important;
  }
  .home__studio .home__studio-list .home__studio-list-item:last-child {
    margin-bottom: 0rem;
  }
}
.home__studio .home__studio-list .home__studio-list-thumbnail {
  position: relative;
  margin-bottom: 0;
  opacity: 0;
}
.home__studio .home__studio-list .home__studio-list-thumbnail .wp-block-group__inner-container {
  overflow: hidden;
}
.home__studio .home__studio-list .home__studio-list-thumbnail .wp-block-image {
  overflow: hidden;
  margin: 0;
}
.home__studio .home__studio-list .home__studio-list-thumbnail p {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
.home__studio .home__studio-list .home__studio-list-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  width: 100%;
  height: 100%;
  display: block;
}
.home__studio .home__studio-list .home__studio-list-title {
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
}
.home__studio .home__studio-list .home__studio-list-title a {
  text-decoration: none;
  display: block;
  padding: 1.6rem 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home__studio .home__studio-list .home__studio-list-title a::after {
  content: "";
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  background: url(../images/arrow-r-18.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 1rem;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .home__studio .home__studio-list .home__studio-list-title a::after {
    right: 0rem;
  }
}
@media (max-width: 769px) {
  .home__studio .home__studio-list .home__studio-list-title {
    font-size: 18px;
    line-height: 25.2px;
    letter-spacing: 0;
  }
}
.home__studio .home__studio-list .plans-button-viewmore {
  text-align: left;
}
.home__studio .home__studio-list .plans-button-viewmore a {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.home__faq {
  max-width: 950px !important;
}
@media (max-width: 769px) {
  .home__faq {
    margin: 0;
  }
}
.home__faq .home__section-title-group {
  margin-top: 220px !important;
  margin-bottom: 7rem;
}
@media (max-width: 769px) {
  .home__faq .home__section-title-group {
    margin-top: 100px !important;
    margin-bottom: 0rem;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list {
  position: relative;
  margin: 0;
}
.home__faq .wp-block-simple-definition-list-blocks-list:first-of-type {
  margin-top: 69px;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list:first-of-type {
    margin-top: 40px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.1rem;
  position: absolute;
  top: 3rem;
  right: 0;
  background: url(../images/icon-arrow-toggle.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list::after {
    width: 1.8rem;
    height: 8.2px;
    background-size: 100% 100%;
    top: 41px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list:has(> dt.is--open)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home__faq .wp-block-simple-definition-list-blocks-list dt {
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  padding: 2.2rem 3rem 2.2rem 2.4rem;
  border-bottom: 0.1rem solid #d3d3d3;
  position: relative;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list dt {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    padding: 30px 40px 36px 23px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list dt::before {
  content: "Q";
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-right: 1.5rem;
  position: absolute;
  top: 2.2rem;
  left: 0;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list dt::before {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.05em;
    top: 30px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #000;
  bottom: -0.1rem;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.home__faq .wp-block-simple-definition-list-blocks-list dd {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0rem 0 0 2.4rem;
  position: relative;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list dd {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    padding: 0px 40px 0px 23px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list dd > * {
  position: relative;
  margin-top: 2.2rem;
}
.home__faq .wp-block-simple-definition-list-blocks-list dd > *:first-child {
  margin-top: rem;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list dd > *:first-child {
    margin-top: 36px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list dd > *:last-child {
  margin-bottom: 6rem;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list dd > *:last-child {
    margin-bottom: 36px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list dd::before {
  content: "A";
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 2.4rem;
  left: 0;
}
@media (max-width: 769px) {
  .home__faq .wp-block-simple-definition-list-blocks-list dd::before {
    top: 36px;
  }
}
.home__faq .wp-block-simple-definition-list-blocks-list dt.is--open + dd {
  max-height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
}
.home__faq .plans-button-viewmore {
  margin-top: 2.25rem !important;
  margin-right: 2rem !important;
}
@media (max-width: 769px) {
  .home__faq .plans-button-viewmore {
    margin-top: 4rem !important;
  }
}

.home__reservations {
  margin-top: 22rem;
  max-width: 1280px !important;
  height: 702px;
}
@media (max-width: 769px) {
  .home__reservations {
    margin-top: 170px;
    height: auto;
  }
}
.home__reservations > * {
  margin: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 6rem;
  position: relative;
}
@media (max-width: 769px) {
  .home__reservations > * {
    display: block;
  }
}
.home__reservations .home__reservations-text-group {
  padding: 0;
  margin: 0 !important;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 120px 109px 0 109px;
  width: 618px;
  height: 702px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1168px) {
  .home__reservations .home__reservations-text-group {
    /* 1169 */
    width: 400px;
    padding: 120px 0 0 0;
    margin: 0 auto !important;
  }
}
@media (max-width: 899px) {
  .home__reservations .home__reservations-text-group {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .home__reservations .home__reservations-text-group {
    width: 100%;
    padding: 9rem 1.8rem 0rem 1.8rem;
    height: auto;
    margin-bottom: 57px !important;
  }
}
.home__reservations .home__reservations-thumbnail {
  width: 57rem;
  height: 702px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
}
.home__reservations .home__reservations-thumbnail.is--smp {
  display: none;
}
@media (max-width: 1287px) {
  .home__reservations .home__reservations-thumbnail {
    overflow: hidden;
    width: calc(100% - 618px);
  }
  .home__reservations .home__reservations-thumbnail img {
    width: 57rem;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1168px) {
  .home__reservations .home__reservations-thumbnail {
    /* 770 */
    display: none;
  }
}
@media (max-width: 769px) {
  .home__reservations .home__reservations-thumbnail {
    /* 375 */
  }
}
@media (max-width: 769px) {
  .home__reservations .home__reservations-thumbnail {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
  }
  .home__reservations .home__reservations-thumbnail img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    max-width: 100% !important;
  }
  .home__reservations .home__reservations-thumbnail.is--pc {
    display: none;
  }
  .home__reservations .home__reservations-thumbnail.is--smp {
    display: block;
  }
}
.home__reservations .home__reservations-title {
  font-family: "EB Garamond";
  font-size: 6.8rem;
  font-weight: 400;
  font-size: 68px;
  line-height: 81.6px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 0rem 0 0rem;
}
@media (max-width: 769px) {
  .home__reservations .home__reservations-title {
    font-size: 5rem;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.home__reservations .home__reservations-subtitle {
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0;
  text-align: left;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .home__reservations .home__reservations-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
  }
}
.home__reservations .disc {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
  margin: 30px 0 40px;
}
.home__reservations .disc br {
  display: none;
}
@media (max-width: 769px) {
  .home__reservations .disc {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    margin: 30px 0 30px;
  }
  .home__reservations .disc br {
    display: inline;
  }
}
.home__reservations .button-external {
  margin: 18px 0 !important;
  border: 1px solid #7c7c7c;
  width: 400px;
}
@media (max-width: 769px) {
  .home__reservations .button-external {
    margin: 20px auto !important;
    width: 100%;
    max-width: 30rem !important;
  }
}
.home__reservations .button-external:before, .home__reservations .button-external::after {
  display: none;
}
.home__reservations .button-external a {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  padding: 32px 76px 32px 44px;
}
@media (max-width: 769px) {
  .home__reservations .button-external a {
    font-size: 18px;
    line-height: 28.8px;
    letter-spacing: 0;
    padding: 32px 40px 35px 40px;
  }
}
.home__reservations .button-external a::after {
  right: 30px;
}
@media (max-width: 769px) {
  .home__reservations .button-external a::after {
    right: 30px;
  }
}

.home .site-content {
  margin-top: 0 !important;
}
.home .site-content .site-main {
  padding-top: 0;
}
.home .site-content .entry-content {
  margin-top: 0 !important;
}
.home .module__button-group-bottom {
  display: none;
}

.home.is--loaded .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
  max-width: 1920px;
}
.home.is--loaded .entry-header .entry-title {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease;
          animation: fadeInLeftT 1.25s 1s forwards ease;
}
.home.is--loaded .entry-header .entry-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease-out;
          animation: fadeInLeftT 1.25s 1s forwards ease-out;
}
.home.is--loaded .home__studio-list .home__studio-list-thumbnail {
  opacity: 1;
}

/*  =========== faq - single ============ */
.single-faq {
  /*
  .parent-title {
    font-family: EB Garamond;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 0 0 6.4rem;
    color: #7c7c7c;

    @media (max-width: 769px) {
      font-size: 2rem;
    }
  }
  .entry-title {
    font-family: Shippori Mincho;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.02em;
    text-align: left;
    @media (max-width: 769px) {
      font-size: 2.3rem;
    }
  }
  .entry-header {
    position: relative;

    padding-bottom: 6rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 9rem !important;
    @media (max-width: 769px) {
      padding-bottom: 5rem;
      margin-bottom: 7rem !important;
    }
    &::after {
      content: "";
      display: block;
      width: calc(100vw);
      position: absolute;
      bottom: 0;
      left: 0;
      height: 0.1rem;
      background: #d3d3d3;
      // margin-left: calc((100vw - 100%) / 2 * -1) !important;
      // margin-right: calc((100vw - 100%) / 2 * -1) !important;
    }

    .head-meta {
      margin: 3rem 0;
      @media (max-width: 769px) {
        margin: 2.5rem 0;
      }
    }
    .cat-links {
      font-family: "Quicksand", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 1.2rem;
      display: inline-block;
      background: #fff;
      padding: 0.2rem 1.5rem;
      //  position: absolute;
      margin-top: 0.35rem;
      margin-left: 3rem;
      vertical-align: top;

      border-radius: 3rem;
      @media (max-width: 769px) {
        font-size: 1rem;
      }
      a {
        text-decoration: none;
      }
    }
    .time {
      font-family: "Quicksand", sans-serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
      font-size: 1.5rem;
    }
  }
  .entry-content {
    figure {
      margin-bottom: 3.2rem;
    }
    h1,
    .h1,
    h2,
    .h2 {
      margin-top: 5rem;
      margin-bottom: 3.2rem;
      font-family: Shippori Mincho;
      font-size: 2.8rem;
      font-weight: 400;
      line-height: 2;
      letter-spacing: 0.02em;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      @media (max-width: 769px) {
        margin-top: 4rem;
        font-size: 2.1rem;
      }
    }
    h3,
    h4,
    h5,
    .h3,
    .h4,
    .h5 {
      margin-bottom: 3.2rem;
      font-family: Zen Kaku Gothic New;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 2;
      text-align: left;
      text-underline-position: from-font;
      text-decoration-skip-ink: none;
      @media (max-width: 769px) {
        margin-top: 1.6rem;
      }
    }
    p,
    ul,
    ol {
      @media (max-width: 769px) {
        font-size: 1.4rem;
      }
    }
    p + figure,
    ul + figure,
    ol + figure,
    p + h1,
    ul + h1,
    ol + h1,
    p + h2,
    ul + h2,
    ol + h2,
    p + h3,
    ul + h3,
    ol + h3 {
      margin-top: 10rem;
    }
  }
  */
}
/*  =========== faq - archive ============ */
.faq-index .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
  max-width: 1920px;
}
.faq-index .entry-header .entry-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .faq-index .entry-header .entry-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .faq-index .entry-header .entry-title {
    /* 375 */
    line-height: 140%;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.faq-index .entry-header .entry-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .faq-index .entry-header .entry-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .faq-index .entry-header .entry-subtitle {
    /* 375 */
    margin-top: 6px !important;
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.faq-index .wp-block-heading {
  max-width: 950px !important;
}
.faq-index .wp-block-simple-definition-list-blocks-list {
  position: relative;
  margin: 0 auto;
  max-width: 950px !important;
}
.faq-index .wp-block-simple-definition-list-blocks-list::after {
  content: "";
  display: block;
  width: 2.2rem;
  height: 1.1rem;
  position: absolute;
  top: 3rem;
  right: 0;
  background: url(../images/icon-arrow-toggle.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .faq-index .wp-block-simple-definition-list-blocks-list::after {
    width: 1.8rem;
  }
}
.faq-index .wp-block-simple-definition-list-blocks-list:has(> dt.is--open)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-index .wp-block-simple-definition-list-blocks-list dt {
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  padding: 2.2rem 3rem 2.2rem 2.4rem;
  border-bottom: 0.1rem solid #d3d3d3;
  position: relative;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
}
@media (max-width: 769px) {
  .faq-index .wp-block-simple-definition-list-blocks-list dt {
    font-size: 1.4rem;
    line-height: 200%;
    padding: 2.2rem 4rem 2.2rem 2.4rem;
  }
}
.faq-index .wp-block-simple-definition-list-blocks-list dt::before {
  content: "Q";
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-right: 1.5rem;
  position: absolute;
  top: 2.2rem;
  left: 0;
}
.faq-index .wp-block-simple-definition-list-blocks-list dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #000;
  bottom: -0.1rem;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.faq-index .wp-block-simple-definition-list-blocks-list dd {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 0rem 0 0 2.4rem;
  position: relative;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
}
@media (max-width: 769px) {
  .faq-index .wp-block-simple-definition-list-blocks-list dd {
    font-size: 1.4rem;
  }
}
.faq-index .wp-block-simple-definition-list-blocks-list dd > * {
  position: relative;
  margin-top: 2.2rem;
}
.faq-index .wp-block-simple-definition-list-blocks-list dd > *:last-child {
  margin-bottom: 6rem;
}
.faq-index .wp-block-simple-definition-list-blocks-list dd::before {
  content: "A";
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 2.4rem;
  left: 0;
}
.faq-index .wp-block-simple-definition-list-blocks-list dt.is--open + dd {
  max-height: 100vh;
  -webkit-transition: 1s;
  transition: 1s;
}
.faq-index h2.wp-block-heading {
  font-family: Shippori Mincho;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 12rem 0 28px;
}
@media (max-width: 769px) {
  .faq-index h2.wp-block-heading {
    font-size: 2rem;
    font-family: Shippori Mincho;
    font-weight: 400;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
    margin: 80px 0 18px;
  }
}
.faq-index .faq-index__contact {
  margin: 25rem 0 0;
  text-align: center;
}
@media (max-width: 769px) {
  .faq-index .faq-index__contact {
    /* 375 */
    margin: 13rem 0 0;
  }
}
.faq-index .faq-index__contact .wp-block-heading {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 769px) {
  .faq-index .faq-index__contact .wp-block-heading {
    font-size: 1.4rem;
  }
}
.faq-index .faq-index__contact .button-contact {
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  display: block;
  -webkit-transition: 0.4s background-color;
  transition: 0.4s background-color;
  max-width: 40rem !important;
  height: 9.6rem;
  border-radius: 9.6rem 9.6rem 9.6rem 9.6rem;
  overflow: hidden;
  background: #fff;
}
@media (max-width: 769px) {
  .faq-index .faq-index__contact .button-contact {
    /* 375 */
    margin-top: 26px;
  }
}
.faq-index .faq-index__contact .button-contact::before {
  content: "";
  display: block;
  height: 100%;
  width: 4.8rem;
  background: url(../images/btn-parts-left.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.faq-index .faq-index__contact .button-contact::after {
  content: "";
  display: block;
  height: 100%;
  width: 4.8rem;
  background: url(../images/btn-parts-right.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.faq-index .faq-index__contact .button-contact a {
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: 3.8rem 0;
}
.faq-index .faq-index__contact .button-contact a::after {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 2.6rem;
  background: url(../images/icon-mail.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 1.5rem;
}

.faq-index.is--loaded .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
  max-width: 1920px;
}
.faq-index.is--loaded .entry-header .entry-title {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease;
          animation: fadeInLeftT 1.25s 1s forwards ease;
}
.faq-index.is--loaded .entry-header .entry-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease-out;
          animation: fadeInLeftT 1.25s 1s forwards ease-out;
}

/*  =========== news - single ============ */
/*  =========== Studio ============ */
.page-template-page-studio {
  /* .container {
    padding: 0 32.5rem;
    @media (max-width: 1439px) {
      padding: 0 3rem;
    }
  }*/
}
.page-template-page-studio .site-content {
  margin-top: 200px;
}
@media (max-width: 769px) {
  .page-template-page-studio .site-content {
    /* 375 */
    margin-top: 130px;
  }
}
.page-template-page-studio .category-title-header {
  margin-bottom: 6rem;
}
@media (max-width: 769px) {
  .page-template-page-studio .category-title-header {
    /* 375 */
    margin-bottom: 4rem;
  }
}
.page-template-page-studio .category-title-header .category-title {
  font-family: "EB Garamond";
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin-bottom: 1.2rem;
}
@media (max-width: 769px) {
  .page-template-page-studio .category-title-header .category-title {
    /* 375 */
    font-size: 26px;
    line-height: 140%;
    letter-spacing: 0.04em;
    margin-bottom: 0.6rem;
  }
}
.page-template-page-studio .category-title-header .category-subtitle {
  font-family: "Shippori Mincho";
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  margin: 0;
}
@media (max-width: 769px) {
  .page-template-page-studio .category-title-header .category-subtitle {
    /* 375 */
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0%;
  }
}
.page-template-page-studio .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
  max-width: 1920px;
}
.page-template-page-studio .entry-header .entry-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  font-size: 90px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 769px) {
  .page-template-page-studio .entry-header .entry-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .page-template-page-studio .entry-header .entry-title {
    /* 375 */
    font-size: 56px;
    line-height: 140%;
    letter-spacing: 0.04em;
  }
}
.page-template-page-studio .entry-header .entry-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  margin-top: 40px;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
}
@media (max-width: 769px) {
  .page-template-page-studio .entry-header .entry-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .page-template-page-studio .entry-header .entry-subtitle {
    /* 375 */
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0%;
    margin-top: 6px;
  }
}
.page-template-page-studio .studio__intro {
  margin-top: 7rem;
  max-width: 790px;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__intro {
    margin-top: 5rem;
    font-size: 14px;
    line-height: 200%;
  }
}
.page-template-page-studio .studio__intro-image {
  margin-top: 70px;
  max-width: 710px !important;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__intro-image {
    /* 375 */
    margin-top: 5rem;
  }
}
.page-template-page-studio .studio__carousel {
  margin-top: 204px;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  overflow: visible;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__carousel {
    margin-top: 156px;
  }
}
.page-template-page-studio .studio__carousel .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-template-page-studio .studio__carousel .swiper-button-group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__carousel .swiper-button-group {
    position: relative;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.5px;
  }
}
.page-template-page-studio .studio__carousel .swiper-pagination {
  font-family: "EB Garamond";
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  top: auto !important;
  bottom: -30px !important;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__carousel .swiper-pagination {
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -1px;
    text-align: center;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: auto !important;
    bottom: auto !important;
    margin: 0 10px;
  }
}
.page-template-page-studio .studio__carousel .swiper-button-next {
  right: calc(25vw - 150px);
  z-index: 2;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__carousel .swiper-button-next {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    right: auto;
    margin: 0;
  }
}
.page-template-page-studio .studio__carousel .swiper-button-next::before {
  content: url(../images/swiper-arrow-r.svg);
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__carousel .swiper-button-next::before {
    content: url(../images/icon-arrow-r-13.svg);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
  }
}
.page-template-page-studio .studio__carousel .swiper-button-next::after {
  display: none;
}
.page-template-page-studio .studio__carousel .swiper-button-prev {
  left: calc(25vw - 150px);
  z-index: 2;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__carousel .swiper-button-prev {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: auto;
    margin: 0;
  }
}
.page-template-page-studio .studio__carousel .swiper-button-prev::before {
  content: url(../images/swiper-arrow-r.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__carousel .swiper-button-prev::before {
    content: url(../images/icon-arrow-r-13.svg);
  }
}
.page-template-page-studio .studio__carousel .swiper-button-prev::after {
  display: none;
}
.page-template-page-studio .studio__detail {
  max-width: 870px !important;
  margin-top: 25rem;
  background: #ffffff;
  border-radius: 4rem;
  padding: 8rem 115px;
}
.page-template-page-studio .studio__detail h3.wp-block-heading:nth-child(1) {
  font-family: "EB Garamond";
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.04em;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail h3.wp-block-heading:nth-child(1) {
    /* 375 */
    font-size: 30px;
    line-height: 120%;
    letter-spacing: 0.04em;
  }
}
.page-template-page-studio .studio__detail h3.wp-block-heading:nth-child(2) {
  font-family: "Shippori Mincho";
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail h3.wp-block-heading:nth-child(2) {
    /* 375 */
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0%;
  }
}
.page-template-page-studio .studio__detail *:has(h3.wp-block-heading) {
  margin-bottom: 16px !important;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail *:has(h3.wp-block-heading) {
    display: block;
  }
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail {
    margin-top: 207px;
    padding: 7rem 3rem 8rem;
  }
}
.page-template-page-studio .studio__detail .row {
  border-bottom: 0.1rem solid #dedddd;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.4rem 0;
  margin: 0;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail .row {
    display: block;
  }
}
.page-template-page-studio .studio__detail .row p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0%;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail .row p {
    /* 375 */
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0%;
  }
}
.page-template-page-studio .studio__detail .row .margins {
  display: block;
  margin: 10px 0;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail .row .margins {
    /* 375 */
    margin: 8px 0;
  }
}
.page-template-page-studio .studio__detail .row p:first-child {
  width: 14rem;
  padding-right: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0%;
}
@media (max-width: 769px) {
  .page-template-page-studio .studio__detail .row p:first-child {
    /* 375 */
    font-size: 13px;
    line-height: 180%;
    letter-spacing: 0%;
    margin-bottom: 10px;
  }
}
.page-template-page-studio .studio__detail .row a {
  text-decoration: none;
}
.page-template-page-studio .studio__detail .row .map a {
  text-decoration: underline;
}
.page-template-page-studio .studio__detail .row .map a::after {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.3rem;
  background: url(../images/icon-arrow.svg) 0 0 no-repeat;
  transition: 0.4s;
  margin-left: 0rem;
  top: 0;
}
.page-template-page-studio .studio__detail .row em {
  font-style: normal;
  font-size: 1.2rem;
  font-weight: 400;
  color: #4c4b4b;
  font-size: 12px;
  line-height: 180%;
}

.page-template-page-studio.is--loaded .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
  max-width: 1920px;
}
.page-template-page-studio.is--loaded .entry-header .entry-title {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease;
          animation: fadeInLeftT 1.25s 1s forwards ease;
}
.page-template-page-studio.is--loaded .entry-header .entry-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease-out;
          animation: fadeInLeftT 1.25s 1s forwards ease-out;
}

.plans-banner-group {
  display: block;
  position: relative;
  z-index: 0;
  margin-top: 10rem !important;
}
.plans-banner-group .wp-block-image {
  margin: 0;
}
.plans-banner-group .is--pc {
  display: block;
  max-width: 850px !important;
}
.plans-banner-group .is--pc-1168 {
  display: none;
  width: 780px;
}
.plans-banner-group .is--pc-899 {
  display: none;
  width: 650px;
}
.plans-banner-group .is--smp {
  max-width: 315px !important;
  display: none;
}
.plans-banner-group .link-notext {
  margin: 0 !important;
}
.plans-banner-group .link-notext a {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
}
@media (max-width: 1168px) {
  .plans-banner-group {
    /* 1169 */
  }
  .plans-banner-group .is--pc {
    display: none;
  }
  .plans-banner-group .is--pc-1168 {
    display: block;
  }
  .plans-banner-group .is--pc-899 {
    display: none;
  }
  .plans-banner-group .is--smp {
    display: none;
  }
}
@media (max-width: 899px) {
  .plans-banner-group {
    /* 770 */
  }
  .plans-banner-group .is--pc {
    display: none;
  }
  .plans-banner-group .is--pc-1168 {
    display: none;
  }
  .plans-banner-group .is--pc-899 {
    display: block;
  }
  .plans-banner-group .is--smp {
    display: none;
  }
}
@media (max-width: 769px) {
  .plans-banner-group {
    margin-top: 8rem !important;
  }
  .plans-banner-group .is--pc {
    display: none;
  }
  .plans-banner-group .is--pc-1168 {
    display: none;
  }
  .plans-banner-group .is--pc-899 {
    display: none;
  }
  .plans-banner-group .is--smp {
    display: block;
  }
}

.plans__section-list {
  font-size: 1.3rem;
  position: fixed;
  left: 30px;
  bottom: -50vh;
  z-index: 3;
  list-style: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1440px) {
  .plans__section-list {
    /* 1440px */
    position: relative;
    left: auto;
    bottom: auto !important;
    padding: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto !important;
  }
  .plans__section-list .slash::before {
    content: "/";
  }
}
@media (max-width: 769px) {
  .plans__section-list {
    position: relative;
    left: auto;
    bottom: auto !important;
    margin: 0 !important;
    padding: 0;
  }
  .plans__section-list .slash::before {
    display: none;
  }
}
.plans__section-list li {
  margin: 0.5rem 0;
}
@media (max-width: 1440px) {
  .plans__section-list li {
    display: inline-block;
  }
  .plans__section-list li br {
    display: none;
  }
}
@media (max-width: 769px) {
  .plans__section-list li {
    padding-left: 10px;
    display: block;
  }
  .plans__section-list li br {
    display: inline;
  }
}
.plans__section-list a {
  text-decoration: none;
}
.plans__section-list a.is--active {
  position: relative;
  font-weight: 500;
}
.plans__section-list a.is--active::before {
  content: "●";
  font-size: 0.5rem;
  position: absolute;
  left: -1rem;
  top: 0.65rem;
}
.plans__section-list.is--enable {
  bottom: 38px;
}
@media (max-width: 769px) {
  .plans__section-list.is--enable {
    bottom: auto;
  }
}

.plans-button-viewmore {
  max-width: 1020px !important;
  text-align: right;
}
.plans-button-viewmore a {
  text-decoration: none;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-family: Quicksand;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0.05em;
}
@media (max-width: 769px) {
  .plans-button-viewmore a {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
}
.plans-button-viewmore a::after {
  content: "";
  display: inline-block;
  height: 1.8rem;
  width: 1.8rem;
  background: url(../images/arrow-r-18.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-left: 1.5rem;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .plans-button-viewmore a::after {
    margin-left: 1rem;
  }
}

.plans__voice-archive {
  max-width: 1020px !important;
}
@media (max-width: 769px) {
  .plans__voice-archive {
    margin-bottom: 0 !important;
  }
}
.plans__voice-archive .wp-block-post-template.is-layout-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1168px) {
  .plans__voice-archive .wp-block-post-template.is-layout-flow {
    /* 1169 */
    max-width: 660px !important;
    gap: 0rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 899px) {
  .plans__voice-archive .wp-block-post-template.is-layout-flow {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .plans__voice-archive .wp-block-post-template.is-layout-flow {
    max-width: 100% !important;
    width: 100% !important;
    gap: 21px;
  }
}
.plans__voice-archive .wp-block-post {
  width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.plans__voice-archive .wp-block-post:last-child {
  display: none;
}
@media (max-width: 1168px) {
  .plans__voice-archive .wp-block-post {
    margin-bottom: 70px;
  }
}
@media (max-width: 769px) {
  .plans__voice-archive .wp-block-post {
    width: calc(50% - 10.5px);
    margin-bottom: 39px;
  }
  .plans__voice-archive .wp-block-post:last-child {
    display: block;
  }
}
.plans__voice-archive .taxonomy-category.wp-block-post-terms {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  background: #fff;
  padding: 0.2rem 2rem;
  float: right;
  vertical-align: middle;
  margin-top: 0rem;
  margin-bottom: 14px;
  right: 0;
  border-radius: 3rem;
}
@media (max-width: 769px) {
  .plans__voice-archive .taxonomy-category.wp-block-post-terms {
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    letter-spacing: 0;
    text-align: center;
    padding: 0px 14px 0px 15px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
}
.plans__voice-archive .taxonomy-category.wp-block-post-terms a {
  text-decoration: none;
}
.plans__voice-archive .wp-block-post-date {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0;
  display: inline;
}
@media (max-width: 769px) {
  .plans__voice-archive .wp-block-post-date {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0;
    display: inline-block;
    margin: 0;
    top: -4px;
    position: relative;
  }
}
.plans__voice-archive .wp-block-post-title {
  font-size: 1.3rem;
  line-height: 2.6rem;
  text-align: justified;
  margin-top: 14px;
}
@media (max-width: 769px) {
  .plans__voice-archive .wp-block-post-title {
    margin-top: 0;
    margin-top: 8px;
    font-size: 12px;
    line-height: 21.6px;
    letter-spacing: 0;
    text-align: justify;
  }
}
.plans__voice-archive .wp-block-post-title a {
  text-decoration: none;
}
.plans__voice-archive .wp-block-post-featured-image {
  opacity: 1;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  margin-bottom: 20px;
}
.plans__voice-archive .wp-block-post-featured-image img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 769px) {
  .plans__voice-archive .wp-block-post-featured-image {
    margin-bottom: 1.6rem;
  }
}
.plans__voice-archive a:has(.thumbnail-frame) {
  display: block;
}

/*  =========== Plans - Index ============ */
.plans-index__intro {
  text-align: center;
  margin-bottom: 9rem;
}
@media (max-width: 769px) {
  .plans-index__intro {
    font-size: 1.4rem;
    margin-bottom: 6rem;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
  }
}
.plans-index__intro span {
  opacity: 0;
  display: inline-block;
}

.is--loaded .plans-index__intro span:first-child {
  -webkit-animation: fadeInLeftT 0.75s 0.6s forwards ease-out;
          animation: fadeInLeftT 0.75s 0.6s forwards ease-out;
}
.is--loaded .plans-index__intro span:last-child {
  -webkit-animation: fadeInLeftT 0.75s 0.8s forwards ease-out;
          animation: fadeInLeftT 0.75s 0.8s forwards ease-out;
}

.plans-index__list {
  max-width: 85rem !important;
  font-size: 1.3rem;
  margin-bottom: 20rem;
}
@media (max-width: 769px) {
  .plans-index__list {
    margin-bottom: 15rem;
  }
}
@media (max-width: 769px) {
  .plans-index__list {
    padding: 0 6.7rem 0;
  }
}
@media (max-width: 375px) {
  .plans-index__list {
    padding: 0 0rem 0;
  }
}
.plans-index__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1168px) {
  .plans-index__list > * {
    gap: 0rem;
  }
}
.plans-index__list .plans-index__list-item {
  width: 300px;
  margin: 0;
}
@media (max-width: 1168px) {
  .plans-index__list .plans-index__list-item {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .plans-index__list .plans-index__list-item {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .plans-index__list .plans-index__list-item {
    /* 375 */
  }
}
@media (max-width: 769px) {
  .plans-index__list .plans-index__list-item {
    margin-bottom: 8rem;
  }
}
.plans-index__list .plans-index__list-thumbnail {
  position: relative;
  margin-bottom: 0;
  opacity: 0;
}
.plans-index__list .plans-index__list-thumbnail .wp-block-image {
  margin-top: 0;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
}
.plans-index__list .plans-index__list-thumbnail .wp-block-image::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 242, 241, 0.8)), to(rgba(244, 242, 241, 0.8))), url(../images/bg.webp) 0 0 repeat;
  background: linear-gradient(90deg, rgba(244, 242, 241, 0.8) 0%, rgba(244, 242, 241, 0.8) 100%), url(../images/bg.webp) 0 0 repeat;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/plans-thumbnail01.webp);
  -webkit-mask-image: linear-gradient(#000, #000), url(../images/plans-thumbnail01.webp);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), url(../images/plans-thumbnail01.webp);
          mask-image: linear-gradient(#000, #000), url(../images/plans-thumbnail01.webp);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0, center center;
          mask-position: 0 0, center center;
  -webkit-mask-size: 100% 100%, 100% 100%;
          mask-size: 100% 100%, 100% 100%;
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  opacity: 1 !important;
}
@media (max-width: 769px) {
  .plans-index__list .plans-index__list-thumbnail .wp-block-image::after {
    background-size: 795px auto;
  }
}
.plans-index__list .plans-index__list-thumbnail p {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
.plans-index__list .plans-index__list-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  width: 100%;
  height: 100%;
  display: block;
}
.plans-index__list .plans-index__list-title {
  font-family: "EB Garamond";
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 5.04rem;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 2.5rem;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .plans-index__list .plans-index__list-title {
    font-size: 3.2rem;
    line-height: 3.52rem;
  }
}
.plans-index__list .plans-index__list-subtitle {
  font-family: "Shippori Mincho";
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3.06rem;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .plans-index__list .plans-index__list-subtitle {
    font-size: 1.5rem;
    line-height: 2.7rem;
  }
}
.plans-index__list .plans-index__list-disc {
  line-height: 2.6rem;
  text-align: justified;
  margin: 1rem 0 0;
}
.plans-index__list .plans-button-viewmore {
  text-align: left;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 769px) {
  .plans-index__list .plans-button-viewmore {
    margin-top: 2rem;
  }
}
@media (max-width: 769px) {
  .plans-index__list .plans-button-viewmore {
    margin-top: 1px;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.05em;
  }
}

.page-template-default.plans .entry-content {
  margin-top: 0 !important;
}
.page-template-default.plans .entry-header {
  margin-bottom: 90px;
  padding-bottom: 0;
}
@media (max-width: 769px) {
  .page-template-default.plans .entry-header {
    /* 375 */
    margin-bottom: 54px;
  }
}
@media (max-width: 769px) {
  .page-template-default.plans .entry-header-group {
    /* 375 */
    margin-bottom: 0;
  }
}
@media (max-width: 769px) {
  .page-template-default.plans .post-thumbnail-smp {
    /* 375 */
    display: none;
  }
}
@media (max-width: 769px) {
  .page-template-default.plans .plans-index__intro {
    margin-bottom: 66px;
  }
}
.page-template-default.plans .plans-index__list {
  max-width: 80rem !important;
}
@media (max-width: 769px) {
  .page-template-default.plans .plans-index__list {
    padding: 0;
    max-width: 240px !important;
  }
}
.page-template-default.plans .plans-index__list > * {
  gap: 120px 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 920px) {
  .page-template-default.plans .plans-index__list > * {
    /* 1169 */
    gap: 120px 8.4722222222vw;
  }
}
@media (max-width: 769px) {
  .page-template-default.plans .plans-index__list > * {
    /* 375 */
    gap: 80px 120px;
  }
}
.page-template-default.plans .plans-index__list .plans-index__list-item {
  width: 350px;
  position: relative;
  padding-bottom: 58px;
  margin-bottom: 0;
}
@media (max-width: 899px) {
  .page-template-default.plans .plans-index__list .plans-index__list-item {
    /* 770 */
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.page-template-default.plans .plans-index__list .plans-index__list-title {
  font-size: 42px;
  line-height: 50.4px;
  letter-spacing: 0.04em;
}
@media (max-width: 769px) {
  .page-template-default.plans .plans-index__list .plans-index__list-title {
    /* 375 */
    margin-top: 20px;
    font-size: 32px;
    line-height: 35.2px;
    letter-spacing: 0.04em;
  }
}
.page-template-default.plans .plans-index__list .plans-index__list-subtitle {
  font-size: 17px;
  line-height: 30.6px;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .page-template-default.plans .plans-index__list .plans-index__list-subtitle {
    /* 375 */
    margin-top: 2px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0;
  }
}
.page-template-default.plans .plans-index__list .plans-index__list-disc {
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: justify;
}
@media (max-width: 769px) {
  .page-template-default.plans .plans-index__list .plans-index__list-disc {
    /* 375 */
    margin-top: 8px;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: justify;
  }
}
.page-template-default.plans .plans-index__list .plans-button-viewmore {
  bottom: 0;
  position: absolute;
}
@media (max-width: 899px) {
  .page-template-default.plans .plans-index__list .plans-button-viewmore {
    /* 770 */
    margin-top: 26px;
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 769px) {
  .page-template-default.plans .plans-index__list .plans-button-viewmore {
    margin-top: 20px;
  }
}
.page-template-default.plans .plans-banner-group {
  margin-bottom: 150px;
}

/*  =========== Plans - Page ============ */
.page-template-page-plans .site-content {
  margin-top: -6rem;
}
.page-template-page-plans .site-main {
  padding-top: 0;
}
.page-template-page-plans .entry-header {
  margin: 0 auto;
  max-width: none !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
.page-template-page-plans .entry-header .post-thumbnail {
  max-width: none !important;
  width: calc(100vw - 350px);
  overflow: hidden;
  border-radius: 0 0 0 7.2916666667vw;
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media (max-width: 1440px) {
  .page-template-page-plans .entry-header .post-thumbnail {
    /* 1440px */
  }
}
@media (max-width: 1168px) {
  .page-template-page-plans .entry-header .post-thumbnail {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .page-template-page-plans .entry-header .post-thumbnail {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .entry-header .post-thumbnail {
    /* 375 */
  }
}
.page-template-page-plans .entry-header .post-thumbnail .wp-post-image {
  margin-top: 0 !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .entry-header .post-thumbnail {
    margin-left: calc((100vw - 100%) / 2 * -1 + 2rem);
    border-radius: 5rem 0 0 5rem;
    display: none;
  }
}
.page-template-page-plans .entry-header .post-thumbnail-smp {
  display: none;
}
@media (max-width: 769px) {
  .page-template-page-plans .entry-header .post-thumbnail-smp {
    border-radius: 0 0 0 10rem;
    margin-right: calc((100vw - 100%) / 2 * -1);
    display: block;
    margin-left: calc((100vw - 100%) / 2 * -1 + 2rem);
    border-radius: 5rem 0 0 5rem;
    border-radius: 14.6666666667vw 0 0 14.6666666667vw;
  }
}
.page-template-page-plans .entry-header .entry-header-group {
  position: absolute;
  left: 0;
  top: 189px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  width: 350px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-template-page-plans .entry-header .entry-header-group:has(.entry-subcatch > br) {
  left: 0rem;
}
@media (max-width: 1440px) {
  .page-template-page-plans .entry-header .entry-header-group {
    /* 1440px */
  }
}
@media (max-width: 1168px) {
  .page-template-page-plans .entry-header .entry-header-group {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .page-template-page-plans .entry-header .entry-header-group {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .entry-header .entry-header-group {
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin-top: 23rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-template-page-plans .entry-header .entry-title {
  font-size: 11rem;
  font-weight: 400;
  font-size: 80px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  opacity: 0;
  padding-right: 25px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 1440px) {
  .page-template-page-plans .entry-header .entry-title {
    /* 1440px */
  }
}
@media (max-width: 1168px) {
  .page-template-page-plans .entry-header .entry-title {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .page-template-page-plans .entry-header .entry-title {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .entry-header .entry-title {
    font-size: 5.6rem;
    font-weight: 400;
    line-height: 7.84rem;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    padding-right: 0;
  }
}
.page-template-page-plans .entry-header .entry-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3.6rem;
  text-align: center;
  font-size: 17px;
  line-height: 120%;
  letter-spacing: 0;
  letter-spacing: 0.2em;
  opacity: 0;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 9px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 769px) {
  .page-template-page-plans .entry-header .entry-subtitle {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.7rem;
    margin-right: 0;
  }
}
.page-template-page-plans .entry-header .entry-subcatch {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  opacity: 0;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 5rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0;
  letter-spacing: 0.3em;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /*   @media (max-width: 1439px) {
    margin-right: 0rem;
  }*/
}
@media (max-width: 769px) {
  .page-template-page-plans .entry-header .entry-subcatch {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.7rem;
    text-align: center;
    margin-right: 0rem;
  }
}
@media (max-width: 1440px) {
  .page-template-page-plans .plans__section-list {
    margin: 139px auto 0px !important;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__section-list {
    margin: 0 !important;
    margin-top: 60px !important;
  }
}
@media (max-width: 1440px) {
  .page-template-page-plans .plans__section-list li {
    margin-left: 30px;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__section-list li {
    margin-left: 0px;
  }
}
.page-template-page-plans .sm-nomark {
  color: #4c4b4b;
  font-size: 1.4rem;
}
.page-template-page-plans .td-col5.sm-nomark {
  max-width: 890px !important;
}
.page-template-page-plans .section-title-group {
  margin: 20rem auto 0 !important;
  border: 0 solid #000;
}
@media (max-width: 769px) {
  .page-template-page-plans .section-title-group {
    margin: 8rem auto 0 !important;
  }
}
.page-template-page-plans .section-title-group .section-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  font-family: EB Garamond;
  font-weight: 400;
  font-size: 68px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .page-template-page-plans .section-title-group .section-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .section-title-group .section-title {
    font-size: 4.8rem;
  }
}
.page-template-page-plans .section-title-group .section-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .page-template-page-plans .section-title-group .section-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .section-title-group .section-subtitle {
    font-size: 1.5rem;
  }
}
.page-template-page-plans .section-title-group.is--active .section-title {
  -webkit-animation: fadeInLeftT 1.25s 0s forwards ease;
          animation: fadeInLeftT 1.25s 0s forwards ease;
}
.page-template-page-plans .section-title-group.is--active .section-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 0s forwards ease-out;
          animation: fadeInLeftT 1.25s 0s forwards ease-out;
}
.page-template-page-plans .price-table-title-group {
  margin: 8rem auto 4rem !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .price-table-title-group {
    margin: 5rem auto 3rem !important;
  }
}
.page-template-page-plans .price-table-title-group .price-table-title {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .page-template-page-plans .price-table-title-group .price-table-title {
    font-size: 2rem;
  }
}
.page-template-page-plans .price-table-title-group .price-table-subtitle {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .page-template-page-plans .price-table-title-group .price-table-subtitle {
    font-size: 1.2rem;
  }
}
.page-template-page-plans .price-table-title-group .price-table-title-catch-pink {
  border: 0.1rem solid #ffc6c6;
  width: 334px;
  margin: 1.2rem auto;
  border-radius: 4.6rem;
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
  background: #fff;
  padding: 0.7rem 0;
}
.page-template-page-plans .price-table {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  overflow-x: auto;
}
.page-template-page-plans .price-table.td-col5 {
  width: 890px;
}
@media (max-width: 890px) {
  .page-template-page-plans .price-table.td-col5 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-template-page-plans .price-table.td-col4 {
  width: 710px;
}
@media (max-width: 710px) {
  .page-template-page-plans .price-table.td-col4 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-template-page-plans .price-table.td-col4-810 {
  width: 810px;
}
@media (max-width: 810px) {
  .page-template-page-plans .price-table.td-col4-810 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .price-table {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
    width: 100vw;
    padding: 0 2rem;
  }
  .page-template-page-plans .price-table.td-col5, .page-template-page-plans .price-table.td-col4, .page-template-page-plans .price-table.td-col4-810 {
    width: 100vw;
  }
}
.page-template-page-plans .price-table table {
  border-collapse: separate;
  border-spacing: 1rem 0.5rem;
  width: 100%;
}
.page-template-page-plans .price-table.td-col5 table {
  width: 890px;
}
.page-template-page-plans .price-table.td-col4 table {
  width: 710px;
}
.page-template-page-plans .price-table.td-col4-810 table {
  width: 810px;
}
.page-template-page-plans .price-table thead {
  border: 0 solid #000;
}
.page-template-page-plans .price-table td,
.page-template-page-plans .price-table th {
  padding: 2rem 14px;
  border: 0 solid #000;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  text-align: center;
}
.page-template-page-plans .price-table td.text-left,
.page-template-page-plans .price-table th.text-left {
  text-align: left;
}
.page-template-page-plans .price-table td.padding-left-42,
.page-template-page-plans .price-table th.padding-left-42 {
  padding-left: 42px;
}
.page-template-page-plans .price-table td.padding-left-70,
.page-template-page-plans .price-table th.padding-left-70 {
  padding-left: 70px;
}
.page-template-page-plans .price-table td[rowspan] {
  border-radius: 0 0 1rem 1rem;
}
.page-template-page-plans .price-table th {
  background: #dedddd;
  border-radius: 1rem 1rem 0 0;
}
.page-template-page-plans .price-table tr th:nth-child(1) {
  background: transparent;
}
.page-template-page-plans .price-table tr:nth-child(1) td:nth-child(1) {
  border-radius: 1rem 1rem 0 0;
}
.page-template-page-plans .price-table tr:last-child td {
  border-radius: 0 0 1rem 1rem;
}
.page-template-page-plans .price-table .sm {
  font-size: 1rem;
}
.page-template-page-plans .price-table.special-offer th {
  background: #ffc6c6;
}
.page-template-page-plans .price-table.special-offer .is--pink {
  font-weight: 600;
  font-size: 1.8rem;
  color: #ff7c7c;
}
.page-template-page-plans .price-table.special-offer .is--left {
  margin: 2rem auto 0;
  text-align: left;
  width: 20rem;
  font-size: 1.2rem;
}
@media (max-width: 769px) {
  .page-template-page-plans .price-table.profile table {
    margin: 0;
    width: 82rem;
  }
}
@-webkit-keyframes toastscroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toastscroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.page-template-page-plans .price-table.is--toast-scroll::before {
  content: url(../images/scrollable.svg);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 769px) {
  .page-template-page-plans .price-table.is--toast-scroll.is--active-toast::before {
    -webkit-animation: toastscroll 1.5s 0s forwards ease-out;
            animation: toastscroll 1.5s 0s forwards ease-out;
  }
}
.page-template-page-plans .price-table-attention-group {
  max-width: 870px !important;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-plans .price-table-attention-group.td-col4-810 {
  max-width: 810px !important;
}
.page-template-page-plans .price-table-attention-title {
  display: block;
  font-weight: 500;
  padding: 0.4rem 1.3rem;
  font-family: Zen Kaku Gothic New;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  background: #fff;
  color: rgb(76, 75, 75);
  border-radius: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem 0 1.2rem !important;
}
.page-template-page-plans .price-table-attention {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: rgb(76, 75, 75);
}
.page-template-page-plans .price-table-attention a {
  color: rgb(76, 75, 75);
}
.page-template-page-plans .price-table-attention li {
  padding-left: 2.4rem;
  margin-bottom: 6px;
}
.page-template-page-plans .price-table-attention li::before {
  content: "※";
  position: absolute;
  left: 0rem;
}
.page-template-page-plans .planlist-button-group {
  margin: 10rem 0 0;
}
.page-template-page-plans .planlist-button-group .button-external {
  margin-bottom: 4rem;
}
.page-template-page-plans .module__togle-tabel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 100%;
  max-width: 870px !important;
}
.page-template-page-plans .module__togle-tabel .price-table-title-group {
  position: relative;
  margin-bottom: 20px !important;
}
.page-template-page-plans .module__togle-tabel .price-table-title-group::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 2rem;
  position: absolute;
  top: 3.5rem;
  right: 2.4rem;
  pointer-events: none;
  background: url(../images/icon-arrow-toggle.svg) no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .page-template-page-plans .module__togle-tabel .price-table-title-group::after {
    width: 3.5rem;
    height: 1.6rem;
    right: 1rem;
  }
}
.page-template-page-plans .module__togle-tabel .price-table-title-group:has(.is--open)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-template-page-plans .module__togle-tabel .price-table-title-group > .wp-block-group__inner-container {
  position: relative;
  border-bottom: 0.1rem solid #d3d3d3;
  position: relative;
  padding-bottom: 20px;
}
.page-template-page-plans .module__togle-tabel .price-table-title-group > .wp-block-group__inner-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.1rem;
  background: #000;
  bottom: -0.1rem;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page-template-page-plans .module__togle-tabel .price-table-title-group.is--open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-template-page-plans .module__togle-tabel .price-table {
  height: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 20px;
}
.page-template-page-plans .module__togle-tabel .sm-nomark {
  display: none;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-plans .module__togle-tabel .is--open + .sm-nomark {
  display: block;
}
.page-template-page-plans .plans__carousel {
  margin-top: 10rem;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  overflow: visible;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel {
    margin-top: 4rem;
  }
}
.page-template-page-plans .plans__carousel .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000;
  aspect-ratio: 867/536;
  overflow: hidden;
}
.page-template-page-plans .plans__carousel .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
}
.page-template-page-plans .plans__carousel .swiper-button-group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel .swiper-button-group {
    position: relative;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.5px;
  }
}
.page-template-page-plans .plans__carousel .swiper-pagination {
  font-family: "EB Garamond";
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  top: auto !important;
  bottom: -30px !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel .swiper-pagination {
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    text-align: center;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: auto !important;
    bottom: auto !important;
    margin: 0 10px;
  }
}
.page-template-page-plans .plans__carousel .swiper-button-next {
  right: calc(25vw - 15rem);
  z-index: 2;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel .swiper-button-next {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    right: auto;
    margin: 0;
  }
}
.page-template-page-plans .plans__carousel .swiper-button-next::before {
  content: url(../images/swiper-arrow-r.svg);
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel .swiper-button-next::before {
    margin-top: 5px;
    content: url(../images/icon-arrow-r-13.svg);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-template-page-plans .plans__carousel .swiper-button-next::after {
  display: none;
}
.page-template-page-plans .plans__carousel .swiper-button-prev {
  left: calc(25vw - 15rem);
  z-index: 2;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel .swiper-button-prev {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: auto;
    margin: 0;
  }
}
.page-template-page-plans .plans__carousel .swiper-button-prev::before {
  content: url(../images/swiper-arrow-r.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel .swiper-button-prev::before {
    content: url(../images/icon-arrow-r-13.svg);
  }
}
.page-template-page-plans .plans__carousel .swiper-button-prev::after {
  display: none;
}
.page-template-page-plans .swiperPlansThumbnail {
  height: 10rem;
  max-width: 80rem !important;
}
.page-template-page-plans .swiperPlansThumbnail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 3rem;
  height: 100%;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(rgb(244, 242, 241)), to(rgba(244, 242, 241, 0)));
  background: linear-gradient(90deg, rgb(244, 242, 241) 0%, rgba(244, 242, 241, 0) 100%);
  background-size: 100%;
}
.page-template-page-plans .swiperPlansThumbnail::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 100%;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 242, 241, 0)), to(rgb(244, 242, 241)));
  background: linear-gradient(90deg, rgba(244, 242, 241, 0) 0%, rgb(244, 242, 241) 100%);
  background-size: 100%;
}
.page-template-page-plans .swiperPlansThumbnail .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: #000;
}
.page-template-page-plans .swiperPlansThumbnail .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
  background: #000;
  position: relative;
}
.page-template-page-plans .swiperPlansThumbnail .swiper-slide::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page-template-page-plans .swiperPlansThumbnail .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
.page-template-page-plans .plans__carousel2 {
  margin-top: 10rem;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  overflow: visible;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel2 {
    margin-top: 4rem;
  }
}
.page-template-page-plans .plans__carousel2 .swiper-slide {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  text-align: center;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  aspect-ratio: 867/536;
  overflow: hidden;
}
.page-template-page-plans .plans__carousel2 .swiper-slide img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
}
.page-template-page-plans .plans__carousel2 .swiper-button-group {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel2 .swiper-button-group {
    position: relative;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4.5px;
  }
}
.page-template-page-plans .plans__carousel2 .swiper-pagination {
  font-family: "EB Garamond";
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 400;
  top: auto !important;
  bottom: -30px !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel2 .swiper-pagination {
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: -0.01em;
    text-align: center;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: auto !important;
    bottom: auto !important;
    margin: 0 10px;
  }
}
.page-template-page-plans .plans__carousel2 .swiper-button-next {
  right: 5rem;
  z-index: 2;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel2 .swiper-button-next {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    right: auto;
    margin: 0;
  }
}
.page-template-page-plans .plans__carousel2 .swiper-button-next::before {
  content: url(../images/swiper-arrow-r.svg);
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel2 .swiper-button-next::before {
    content: url(../images/icon-arrow-r-13.svg);
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 5px;
  }
}
.page-template-page-plans .plans__carousel2 .swiper-button-next::after {
  display: none;
}
.page-template-page-plans .plans__carousel2 .swiper-button-prev {
  left: 5rem;
  z-index: 2;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel2 .swiper-button-prev {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    left: auto;
    margin: 0;
  }
}
.page-template-page-plans .plans__carousel2 .swiper-button-prev::before {
  content: url(../images/swiper-arrow-r.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__carousel2 .swiper-button-prev::before {
    content: url(../images/icon-arrow-r-13.svg);
  }
}
.page-template-page-plans .plans__carousel2 .swiper-button-prev::after {
  display: none;
}
.page-template-page-plans .plans__gallery .button-external {
  margin-top: 60px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__gallery .button-external {
    margin-top: 40px;
  }
}
.page-template-page-plans .wp-block-masonry-gallery-ctc-gal-block {
  max-width: 1020px !important;
}
.page-template-page-plans .plans__schedule .schedule-section-title {
  padding: 0.5rem 4.5rem;
  background: #fff;
  border-radius: 5rem;
  font-family: Shippori Mincho;
  font-size: 1.8rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  text-align: center;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .schedule-section-title {
    width: 100%;
    font-size: 1.6rem;
  }
}
.page-template-page-plans .plans__schedule .reservations-title {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  margin-top: 80px important;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .reservations-title {
    margin-top: 40px !important;
    margin-bottom: 20px;
    font-family: Shippori Mincho;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
    text-align: center;
    /* 375 */
  }
}
.page-template-page-plans .plans__schedule .schedule-section-title + .reservations-title {
  margin-top: 40px;
}
.page-template-page-plans .plans__schedule .reservations-title.is--margin-top--70 {
  margin-top: -70px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .reservations-title.is--margin-top--70 {
    /* 375 */
  }
}
.page-template-page-plans .plans__schedule .reservations-text {
  margin: 20px auto !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .reservations-text {
    /* 375 */
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: -0.04em;
    text-align: justify;
  }
}
.page-template-page-plans .plans__schedule .linklist-faq {
  font-weight: 400;
  font-size: 15px;
  line-height: 180%;
  letter-spacing: 0%;
  list-style: none;
  padding: 0;
  margin-bottom: 150px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .linklist-faq {
    /* 375 */
    margin-bottom: 120px;
  }
}
.page-template-page-plans .plans__schedule .linklist-faq li {
  margin-top: 10px;
}
.page-template-page-plans .plans__schedule .linklist-faq a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-decoration-style: solid;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .linklist-faq a {
    /* 375 */
    font-weight: 400;
    font-size: 13px;
    line-height: 180%;
  }
}
.page-template-page-plans .plans__schedule .linklist-faq a::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 6px;
  width: 13px;
  height: 13px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: url(../images/icon-arrow-l-13.svg) 0 0 no-repeat;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.page-template-page-plans .plans__schedule .button-external.type-mini-reservations {
  margin: 20px 0 !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .button-external.type-mini-reservations {
    /* 375 */
    display: block;
    margin: 20px auto 0 !important;
  }
  .page-template-page-plans .plans__schedule .button-external.type-mini-reservations.is--smp--margin-top-32 {
    margin: 32px auto 0 auto !important;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .module_steplist .button-external.type-mini-reservations {
    /* 375 */
    left: -40px;
  }
}
.page-template-page-plans .plans__schedule .plans__schedule-column {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  max-width: 950px !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .plans__schedule-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-template-page-plans .plans__schedule .plans__schedule-column-01 {
  padding-right: 5rem;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .plans__schedule-column-01 {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-template-page-plans .plans__schedule .plans__schedule-column-02 {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26rem !important;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .plans__schedule-column-02 {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 auto 5rem;
  }
}
.page-template-page-plans .plans__schedule .plans__schedule-column-02 > * {
  top: 0;
  width: 26rem !important;
  z-index: -1;
}
.page-template-page-plans .plans__schedule .plans__schedule-column-02 figure {
  left: auto !important;
}
.page-template-page-plans .plans__schedule .module_steplist-section-detail.sm {
  padding-left: 1.8rem;
  position: relative;
}
.page-template-page-plans .plans__schedule .module_steplist-section-detail.sm::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-page-plans .plans__schedule .module__steplist-tl-intro-section {
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .module__steplist-tl-intro-section {
    margin-bottom: 40px;
  }
}
.page-template-page-plans .plans__schedule .module__steplist-tl-intro-section .module__steplist-tl-intro-section-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0%;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .module__steplist-tl-intro-section .module__steplist-tl-intro-section-title {
    /* 375 */
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
  }
}
.page-template-page-plans .plans__schedule .module__steplist-tl-intro-section p {
  margin-top: 0;
  margin-bottom: 26px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .module__steplist-tl-intro-section p {
    /* 375 */
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: -0.04em;
    text-align: justify;
    margin-bottom: 12px;
  }
}
.page-template-page-plans .plans__schedule .module__steplist-tl-intro-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-plans .plans__schedule .module__steplist-tl-intro-section ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule .module__steplist-tl-intro-section ul li {
    /* 375 */
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: -0.04em;
    text-align: justify;
  }
}
.page-template-page-plans .plans__schedule .module__steplist-tl-intro-section ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-page-plans .plans__schedule-explanatory {
  max-width: 780px !important;
}
.page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-title {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 28px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-title {
    /* 375 */
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
    margin-top: 100px;
    margin-bottom: 30px;
  }
}
.page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-into {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0%;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-into {
    /* 375 */
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-align: justify;
    margin-bottom: 30px;
  }
}
.page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 36px 50px;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0%;
  margin: 20px auto;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column {
    /* 375 */
    padding: 40px 30px;
  }
}
.page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column ul li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column ul li {
    /* 375 */
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0%;
  }
}
.page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column-title {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 22px;
  line-height: 180%;
  letter-spacing: 0%;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__schedule-explanatory .plans__schedule-explanatory-column-title {
    /* 375 */
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0%;
    margin-bottom: 16px;
  }
}
.page-template-page-plans .plans__form.module__toggle::after {
  top: 27.5rem;
}
.page-template-page-plans .plans__form .module__toggle-title {
  margin-top: 24rem;
}
.page-template-page-plans .plans__form .module__toggle-detail > * {
  padding: 8.5rem 8.5rem 0;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .module__toggle-detail > * {
    padding: 4rem 1rem 0;
  }
}
.page-template-page-plans .plans__form .plans__form-topics {
  font-size: 1.4rem;
}
.page-template-page-plans .plans__form .plans__form-topics h3 {
  margin-bottom: 0;
  font-family: "Shippori Mincho";
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3.24rem;
  text-align: left;
  padding-left: 1.8rem;
  position: relative;
}
.page-template-page-plans .plans__form .plans__form-topics h3::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .plans__form-topics h3 {
    font-size: 1.6rem;
  }
}
.page-template-page-plans .plans__form .plans__form-topics h3 + p {
  margin-top: 0;
}
.page-template-page-plans .plans__form .steplist-title {
  margin-top: 15rem;
  font-family: "Shippori Mincho";
  font-size: 2.2rem;
  font-weight: 400;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .steplist-title {
    margin-top: 8rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .module_steplist-section {
    margin-bottom: 2rem;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .module_steplist-section:last-child {
    margin-bottom: 0rem;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .module_steplist-section-title {
    font-size: 1.4rem;
    margin-top: 0.3rem;
  }
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .module_steplist-section-detail {
    margin-top: 1rem;
  }
}
.page-template-page-plans .plans__form .wpcf7 label {
  margin: 7rem 0;
}
.page-template-page-plans .plans__form .wpcf7 input,
.page-template-page-plans .plans__form .wpcf7 select,
.page-template-page-plans .plans__form .wpcf7 textarea {
  border: 0px solid #000;
  margin-top: 2rem;
  margin-bottom: 5rem;
  width: 100%;
  padding: 2.7rem 1.6rem;
}
.page-template-page-plans .plans__form .wpcf7 input:focus,
.page-template-page-plans .plans__form .wpcf7 select:focus,
.page-template-page-plans .plans__form .wpcf7 textarea:focus {
  outline: 0px;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .wpcf7 input,
  .page-template-page-plans .plans__form .wpcf7 select,
  .page-template-page-plans .plans__form .wpcf7 textarea {
    margin-top: 1.5rem;
  }
}
.page-template-page-plans .plans__form .wpcf7 p.sm::before {
  content: "※ ";
}
.page-template-page-plans .plans__form .wpcf7 p > b {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .wpcf7 p > b {
    font-size: 1.4rem;
  }
}
.page-template-page-plans .plans__form .wpcf7 .input-submit {
  text-align: center;
}
.page-template-page-plans .plans__form .wpcf7 .input-submit > * {
  text-align: center;
}
.page-template-page-plans .plans__form .wpcf7 input[type=submit] {
  height: 9.6rem;
  width: 100%;
  max-width: 40rem;
  background: url("../images/btn-form-submit-newborn-bg-front.svg") no-repeat, url("../images/btn-form-submit-newborn-bg.svg") no-repeat, url("../images/btn-form-submit-newborn-bg-hover.svg") no-repeat;
  background-size: 100% 100%;
  font-family: "Shippori Mincho";
  font-size: 2.2rem;
  font-weight: 400;
  -webkit-transition: 0.4s background;
  transition: 0.4s background;
  color: #000;
  display: block;
  margin: auto;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .wpcf7 input[type=submit] {
    font-size: 1.8rem;
  }
}
.page-template-page-plans .plans__form .wpcf7 .indispensable {
  color: red;
  margin: 0 0.5rem;
}
.page-template-page-plans .plans__form .wpcf7 .attention {
  background: #dcdcdc;
  margin: 8rem auto;
  padding: 4rem 8rem;
  border-radius: 4rem;
  width: calc(100% - 8rem);
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .wpcf7 .attention {
    padding: 5rem 3rem;
  }
}
.page-template-page-plans .plans__form .wpcf7 .attention h3 {
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
  padding-left: 3rem;
  position: relative;
}
.page-template-page-plans .plans__form .wpcf7 .attention h3::before {
  content: url(../images/icon-attention-mark.svg);
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.page-template-page-plans .plans__form .wpcf7 .attention h3 br {
  display: none;
}
@media (max-width: 769px) {
  .page-template-page-plans .plans__form .wpcf7 .attention h3 {
    font-size: 1.6rem;
  }
}
.page-template-page-plans .plans__form .wpcf7 .attention ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-plans .plans__form .wpcf7 .attention li {
  font-size: 1.2rem;
  position: relative;
  padding-left: 2rem;
  margin: 0.5rem 0;
}
.page-template-page-plans .plans__form .wpcf7 .attention li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.page-template-page-plans.is--loaded .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
}
.page-template-page-plans.is--loaded .entry-header .entry-title {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease-out;
          animation: fadeInLeftT 1.25s 1s forwards ease-out;
}
.page-template-page-plans.is--loaded .entry-header .entry-subcatch {
  -webkit-animation: fadeInLeftT 1.25s 1.2s forwards ease-out;
          animation: fadeInLeftT 1.25s 1.2s forwards ease-out;
}
.page-template-page-plans.is--loaded .entry-header .entry-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 1.4s forwards ease-out;
          animation: fadeInLeftT 1.25s 1.4s forwards ease-out;
}

/*  =========== Plans - Page module ============ */
.plans-section-title-group {
  margin: 24rem auto 0 !important;
  border: 0 solid #000;
}
@media (max-width: 769px) {
  .plans-section-title-group {
    margin: 8rem auto 0 !important;
  }
}
.plans-section-title-group .section-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  font-size: 6.8rem;
  margin-bottom: 0rem;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  background-clip: text;
}
@media (max-width: 769px) {
  .plans-section-title-group .section-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .plans-section-title-group .section-title {
    font-size: 4.8rem;
  }
}
.plans-section-title-group .section-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
  font-size: 2rem;
  margin-top: 0;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  background-clip: text;
}
@media (max-width: 769px) {
  .plans-section-title-group .section-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .plans-section-title-group .section-subtitle {
    font-size: 1.5rem;
  }
}
.plans-section-title-group .section-disc {
  font-size: 1.5rem;
  margin-top: 0;
  text-align: center;
  opacity: 0;
  max-width: 52rem !important;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
}
@media (max-width: 769px) {
  .plans-section-title-group .section-disc {
    font-size: 1.4rem;
  }
}
.plans-section-title-group.is--active .section-title {
  -webkit-animation: fadeInLeftT 1.25s 0s forwards ease;
          animation: fadeInLeftT 1.25s 0s forwards ease;
}
.plans-section-title-group.is--active .section-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 0s forwards ease-out;
          animation: fadeInLeftT 1.25s 0s forwards ease-out;
}
.plans-section-title-group.is--active .section-disc {
  -webkit-animation: fadeInLeftT 0.75s 0s forwards ease-out;
          animation: fadeInLeftT 0.75s 0s forwards ease-out;
}

/*  =========== Plans - Photo frame option ============ */
.plans-pfo__list {
  margin-bottom: 20rem;
  /*
  @media (max-width: 769px) {
    padding: 0 5rem 0;
    display: block;
  }*/
  /*
  @media (max-width: 650px) {
    padding: 0 0rem 0;
  }*/
}
@media (max-width: 769px) {
  .plans-pfo__list {
    margin-bottom: 12rem;
  }
}
.plans-pfo__list > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plans-pfo__list .plans-pfo__list-item {
  width: calc(50% - 5rem);
  margin: 0 !important;
  max-width: 33rem;
}
@media (max-width: 769px) {
  .plans-pfo__list .plans-pfo__list-item {
    width: 31rem;
    margin-bottom: 6rem !important;
  }
  .plans-pfo__list .plans-pfo__list-item:last-of-type {
    margin-bottom: 0rem !important;
  }
}
.plans-pfo__list .plans-pfo__list-thumbnail {
  position: relative;
  margin-bottom: 0;
  margin-top: 0 !important;
  opacity: 0;
}
.plans-pfo__list .plans-pfo__list-thumbnail .wp-block-image {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
}
.plans-pfo__list .plans-pfo__list-thumbnail p {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
}
.plans-pfo__list .plans-pfo__list-thumbnail a {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 769px) {
  .plans-pfo__list .plans-pfo__list-thumbnail {
    /* 375 */
    margin-bottom: 16px;
  }
}
.plans-pfo__list .plans-pfo__list-disc {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: justified;
  margin: 1rem 0 0;
  text-align: center;
}
@media (max-width: 769px) {
  .plans-pfo__list .plans-pfo__list-disc {
    font-size: 1.4rem;
    text-align: left;
    margin: 0 !important;
  }
}
.plans-pfo__list .plans-pfo__link {
  line-height: 2.9rem;
  text-align: justified;
  margin: 1rem 0 0;
  text-align: center;
  font-family: "Shippori Mincho";
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 769px) {
  .plans-pfo__list .plans-pfo__link {
    text-align: left;
    margin: 0 !important;
  }
}

.plans-pfo__pf {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 899px) {
  .plans-pfo__pf {
    /* 770 */
    margin-bottom: 30px;
  }
}
.plans-pfo__pf .plans-pfo__list {
  margin-top: 60px;
  max-width: 715px !important;
}
@media (max-width: 1168px) {
  .plans-pfo__pf .plans-pfo__list {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .plans-pfo__pf .plans-pfo__list {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .plans-pfo__pf .plans-pfo__list {
    /* 375 */
    margin-top: 50px;
  }
}
.plans-pfo__pf .plans-pfo__list > * {
  gap: 9rem 0;
}
@media (max-width: 1168px) {
  .plans-pfo__pf .plans-pfo__list > * {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .plans-pfo__pf .plans-pfo__list > * {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .plans-pfo__pf .plans-pfo__list > * {
    /* 375 */
    gap: 0;
  }
}
.plans-pfo__pf .plans-pfo__list-item {
  width: 330px;
}
@media (max-width: 899px) {
  .plans-pfo__pf .plans-pfo__list-item {
    /* 770 */
    width: 310px;
  }
}
@media (max-width: 769px) {
  .plans-pfo__pf .plans-pfo__list-item {
    /* 375 */
    width: 100%;
  }
}
.plans-pfo__pf .plans-pfo__list-disc {
  margin-top: 18px;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .plans-pfo__pf .plans-pfo__list-disc {
    /* 375 */
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: left;
    margin-top: 16px;
  }
}
.plans-pfo__pf .plans-pfo__link {
  margin-top: 8px;
  font-family: Shippori Mincho;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .plans-pfo__pf .plans-pfo__link {
    margin-top: 6px;
    font-size: 17px;
    line-height: 160%;
    letter-spacing: 0;
  }
}

.plans-pfo__ou {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .plans-pfo__ou .plans-section-title-group {
    /* 375 */
    margin-top: 120px !important;
  }
}
.plans-pfo__ou .section-disc {
  max-width: 500px !important;
}
.plans-pfo__ou .plans-pfo__list {
  width: 1100px;
  margin-top: 60px;
}
@media (max-width: 1168px) {
  .plans-pfo__ou .plans-pfo__list {
    /* 1169 */
    width: 100%;
    max-width: 689px !important;
  }
}
@media (max-width: 899px) {
  .plans-pfo__ou .plans-pfo__list {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .plans-pfo__ou .plans-pfo__list {
    /* 375 */
    margin-top: 50px;
  }
}
.plans-pfo__ou .plans-pfo__list > * {
  gap: 9rem 0rem;
}
@media (max-width: 769px) {
  .plans-pfo__ou .plans-pfo__list > * {
    /* 375 */
    gap: 0rem 0rem;
  }
}
.plans-pfo__ou .plans-pfo__list-item {
  width: 330px;
}
@media (max-width: 899px) {
  .plans-pfo__ou .plans-pfo__list-item {
    /* 770 */
    width: 310px;
  }
}
@media (max-width: 769px) {
  .plans-pfo__ou .plans-pfo__list-item {
    /* 375 */
    width: 100%;
  }
}
.plans-pfo__ou .plans-pfo__link {
  margin-top: 18px;
  text-align: left;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
}

.plans-pfo__exp-mat {
  max-width: 68rem !important;
  margin-top: 0;
  margin-bottom: 0;
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-title {
  font-family: "Shippori Mincho";
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.2rem;
  line-height: 160%;
  text-align: center;
  margin: 14rem auto 0;
  padding: 2rem 6.6rem 0rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2rem 2rem 0 0;
  background: #fff;
  margin-top: 14rem !important;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-title {
    /* 375 */
    padding: 2rem 4.1rem 0.7rem;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
    margin-top: 123px !important;
  }
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-body {
  background: #fff;
  border-radius: 2rem;
  margin: 0 !important;
  padding: 3rem 0;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-body {
    padding: 0rem 0;
  }
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-dl {
  margin: 0 !important;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-dl {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
  }
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-dl > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.5rem 6rem 3rem 6rem;
  position: relative;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-dl > * {
    display: block;
    padding: 4rem 3rem;
  }
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-dl:first-child > *::after {
  content: "";
  display: block;
  width: calc(100% - 10rem);
  border-bottom: 1px dashed #d3d3d3;
  position: absolute;
  bottom: 0;
  left: 5rem;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-dl:first-child > *::after {
    width: calc(100% - 6rem);
    left: 3rem;
  }
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-dl:nth-child(2) > * {
  padding: 3rem 6rem 6.5rem 6rem;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-dl:nth-child(2) > * {
    display: block;
    padding: 4rem 3rem;
  }
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-dt {
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.88rem;
  text-align: left;
  width: 15rem;
  margin: 0 !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-dt .sm {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-dt {
    width: auto;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0;
  }
}
.plans-pfo__exp-mat br.is--pc {
  display: inline;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat br.is--pc {
    display: none;
  }
}
.plans-pfo__exp-mat .plans-pfo__exp-mat-dd {
  margin: 0 !important;
  font-size: 14px;
  line-height: 200%;
  margin-left: 3rem !important;
}
@media (max-width: 769px) {
  .plans-pfo__exp-mat .plans-pfo__exp-mat-dd {
    margin-top: 1.6rem !important;
    margin-left: 0rem !important;
  }
}

.plans-pfo__details {
  position: relative;
  max-width: 90rem !important;
  margin-top: 0;
  margin-bottom: 0;
}
.plans-pfo__details .plans-pfo__details-title {
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 4.48rem;
  text-align: center;
  opacity: 0;
  margin-top: 20rem !important;
}
.plans-pfo__details .plans-pfo__details-title.is--active {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease;
          animation: fadeInLeftT 1.25s 1s forwards ease;
}
@media (max-width: 769px) {
  .plans-pfo__details .plans-pfo__details-title {
    margin-top: 14rem !important;
    font-size: 22px;
    line-height: 160%;
    letter-spacing: 0;
  }
}
.plans-pfo__details .plans-pfo__details-intro {
  font-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 8rem auto 4rem;
}
@media (max-width: 769px) {
  .plans-pfo__details .plans-pfo__details-intro {
    margin: 0 auto 5rem;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0;
  }
}
@media (max-width: 769px) {
  .plans-pfo__details .plans-pfo__details-intro {
    display: block;
  }
  .plans-pfo__details .plans-pfo__details-intro .tip-pink {
    margin-bottom: 1rem !important;
  }
}
.plans-pfo__details .tip-pink {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  background: #ffe9e9;
  border: 0.1rem solid #fff;
  padding: 0.1rem 1.8rem;
  border-radius: 3rem;
  vertical-align: middle;
  margin: 0 !important;
  margin-right: 10px !important;
  white-space: nowrap;
}
@media (max-width: 769px) {
  .plans-pfo__details .tip-pink {
    width: 108px;
    font-size: 12px;
    line-height: 200%;
  }
}
.plans-pfo__details .module__toggle {
  position: relative;
  margin: 20px auto 0;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle {
    margin: 14px auto 0;
  }
}
.plans-pfo__details .module__toggle::after {
  display: none;
}
.plans-pfo__details .module__toggle .module__toggle-title {
  line-height: 1;
  background: #fff;
  border-radius: 2rem;
  cursor: pointer;
  padding: 4.2rem 5.5rem 4.2rem 5.5rem;
  border-bottom: none;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 1rem !important;
}
.plans-pfo__details .module__toggle .module__toggle-title br {
  display: none;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .module__toggle-title {
    padding: 2.8rem 5rem 2.8rem 2.8rem;
    margin-bottom: 6px !important;
  }
  .plans-pfo__details .module__toggle .module__toggle-title br {
    display: inline;
  }
}
.plans-pfo__details .module__toggle .module__toggle-title::after {
  content: "";
  display: block;
  width: 4.4rem;
  height: 2rem;
  position: absolute;
  top: 3.5rem;
  right: 55px;
  left: auto;
  pointer-events: none;
  width: 44px;
  height: 20px;
  background: url(../images/icon-arrow-toggle-photoframes-options.svg) 0 0 no-repeat;
  background-size: contain;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .module__toggle-title::after {
    width: 3.5rem;
    height: 1.6rem;
    right: 29.8px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    top: 42px;
  }
}
.plans-pfo__details .module__toggle .module__toggle-title:hover::after {
  width: 4.4rem;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .module__toggle-title:hover::after {
    width: 3.5rem;
  }
}
.plans-pfo__details .module__toggle.is--open .module__toggle-title::after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle.is--open .module__toggle-title::after {
    -webkit-transform: translate(0, 0) rotate(180deg);
            transform: translate(0, 0) rotate(180deg);
  }
}
.plans-pfo__details .module__toggle .module__toggle-title-title {
  font-family: "Shippori Mincho";
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  letter-spacing: 0;
  display: inline-block;
  padding: 0rem 0 0;
  line-height: 3.52rem;
  position: relative;
  top: 0.5rem;
  margin: 0rem 2rem 0 0 !important;
  vertical-align: baseline;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .module__toggle-title-title {
    font-size: 19px;
    line-height: 130%;
    letter-spacing: 0;
  }
}
.plans-pfo__details .module__toggle .module__toggle-title-subtitle {
  display: block;
  margin: 0;
  font-family: "Shippori Mincho";
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.56rem;
  text-align: left;
  margin-top: 1.4rem;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .module__toggle-title-subtitle {
    padding-right: 10rem;
    font-size: 1.2rem;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0;
  }
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .tip-pink {
    position: absolute;
    bottom: 2.8rem;
    right: 2.6rem;
  }
}
.plans-pfo__details .module__toggle .module__toggle-detail {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 2rem;
  margin: 0 !important;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body {
  position: relative;
  padding: 4rem 44.3rem 4rem 5.3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .module__toggle-detail-body {
    padding: 24rem 3rem 3em 3rem;
    font-size: 1.4rem;
  }
}
.plans-pfo__details .module__toggle .module__toggle-detail-body .module__toggle-detail-section-title {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-weight: normal;
  background: #f4f2f1;
  border: 0.1rem solid #fff;
  padding: 0.1rem 2.3rem;
  border-radius: 3rem;
  vertical-align: middle;
  min-width: 120px;
  margin: 2rem 0 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body .module__toggle-detail-section-title:first-child {
  margin: 0rem 0 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body .module__toggle-detail-section-title + p, .plans-pfo__details .module__toggle .module__toggle-detail-body .module__toggle-detail-section-title + ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body p:last-of-type {
  margin-bottom: 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body ul {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body .sm {
  padding-left: 1.8rem;
  position: relative;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body .sm::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body span.sm::before {
  top: -0.3rem;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body .margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body ul {
  margin-left: 0 !important;
  list-style: none;
  padding-left: 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body ul li {
  padding-left: 2rem;
  margin: 1rem 0;
  position: relative;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.plans-pfo__details .module__toggle .module__toggle-detail-body figure {
  position: absolute;
  top: 3rem;
  right: 5.5rem;
  width: 33rem;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle .module__toggle-detail-body figure {
    width: 27.5rem;
    top: 0rem;
    right: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.plans-pfo__details .module__toggle .module__toggle-detail-footer {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 4rem 5.3rem 4rem 5.3rem;
}
.plans-pfo__details .module__toggle .module__toggle-detail-footer .sm {
  padding-left: 1.8rem;
  position: relative;
}
.plans-pfo__details .module__toggle .module__toggle-detail-footer .sm::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.plans-pfo__details .module__toggle .module__toggle-detail-footer span.sm::before {
  top: -0.3rem;
}
.plans-pfo__details .module__toggle .module__toggle-detail-footer .margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .plans-pfo__details .module__toggle.is--open + .module__toggle {
    margin: 20px auto 0;
  }
}

.plans-pfo__bottom {
  position: relative;
  max-width: 90rem !important;
  margin-top: 110px;
}
@media (max-width: 769px) {
  .plans-pfo__bottom {
    font-size: 1.4rem;
    margin-top: 120px;
  }
}
.plans-pfo__bottom ul {
  margin-top: 7rem !important;
  list-style: none;
  padding-left: 0;
  max-width: 749px !important;
}
@media (max-width: 769px) {
  .plans-pfo__bottom ul {
    margin-top: 5rem !important;
  }
}
.plans-pfo__bottom ul li {
  padding-left: 2rem;
  margin: 1rem 0;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
  margin: 16px 0;
}
@media (max-width: 769px) {
  .plans-pfo__bottom ul li {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
    margin: 20px auto;
  }
}
.plans-pfo__bottom ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: 500;
}
.plans-pfo__bottom span.sm {
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 0;
}
.plans-pfo__bottom span.sm::before {
  top: -0.3rem;
}

.page-template-default.photoframes-options .entry-content {
  margin-top: 0;
}
.page-template-default.photoframes-options .entry-title {
  line-height: 98% !important;
  letter-spacing: 0.04em;
}
.page-template-default.photoframes-options .entry-subtitle {
  margin-top: 50px !important;
}
@media (max-width: 769px) {
  .page-template-default.photoframes-options .entry-subtitle {
    /* 375 */
    margin-top: 20px !important;
  }
}
.page-template-default.photoframes-options .entry-header {
  margin-bottom: 0;
  padding-bottom: 0;
  max-width: 665px;
}
@media (max-width: 769px) {
  .page-template-default.photoframes-options .entry-header {
    max-width: 375px;
  }
}
.page-template-default.photoframes-options .plans-section-title-group {
  margin-top: 140px !important;
}
@media (max-width: 769px) {
  .page-template-default.photoframes-options .plans-section-title-group {
    /* 375 */
    margin-top: 90px !important;
  }
}
.page-template-default.photoframes-options .plans-section-title-group .section-title {
  font-size: 56px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 769px) {
  .page-template-default.photoframes-options .plans-section-title-group .section-title {
    /* 375 */
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0.04em;
  }
}
.page-template-default.photoframes-options .plans-section-title-group .section-subtitle {
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 769px) {
  .page-template-default.photoframes-options .plans-section-title-group .section-subtitle {
    /* 375 */
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0;
  }
}
.page-template-default.photoframes-options .plans-section-title-group .section-disc {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 769px) {
  .page-template-default.photoframes-options .plans-section-title-group .section-disc {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
  }
}

.page.page-template-page-gallery .wp-block-masonry-gallery-ctc-gal-block {
  margin: 0 auto;
  max-width: 1020px !important;
}
.page.page-template-page-gallery .entry-header {
  margin: 0 auto;
  border: 0 solid #000;
  max-width: 1920px;
  max-width: 81rem;
}
.page.page-template-page-gallery .entry-header .entry-header-group .entry-title {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 110px;
  line-height: 1.5;
  text-align: center;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  overflow: visibles;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .entry-header .entry-header-group .entry-title {
    font-size: 58px;
    line-height: 56.84px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
.page.page-template-page-gallery .entry-header .entry-header-group .entry-subtitle {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
  margin-top: 2.8rem;
  opacity: 1;
  background: linear-gradient(315deg, rgb(255, 255, 255) 0%, rgb(138, 138, 138) 50%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 100%) no-repeat 100% 100%;
  background-size: 400% 400%;
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  /* width: fit-content;
  margin-left: auto;
  margin-right: auto;*/
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .entry-header .entry-header-group .entry-subtitle {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0%;
    text-align: center;
  }
}
.page.page-template-page-gallery ul.category-bar {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 90px auto 13rem;
  padding: 0;
}
@media (max-width: 1440px) {
  .page.page-template-page-gallery ul.category-bar {
    /* 1440px */
  }
}
@media (max-width: 1168px) {
  .page.page-template-page-gallery ul.category-bar {
    /* 1169 */
  }
}
@media (max-width: 899px) {
  .page.page-template-page-gallery ul.category-bar {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .page.page-template-page-gallery ul.category-bar {
    /* 375 */
    width: 241px;
    margin: 60px auto 8rem;
  }
}
.page.page-template-page-gallery ul.category-bar > li.categories {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  display: inline-block;
  text-transform: lowercase;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #7c7c7c;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery ul.category-bar > li.categories {
    /* 375 */
    margin-bottom: 20px;
  }
}
.page.page-template-page-gallery ul.category-bar > li.categories ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.page.page-template-page-gallery ul.category-bar > li.categories ul a {
  text-decoration: none;
  color: rgb(124, 124, 124);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.page.page-template-page-gallery ul.category-bar > li.categories ul li {
  display: inline-block;
  margin: 0 1.5rem;
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 200%;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery ul.category-bar > li.categories ul li {
    /* 375 */
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
    margin-top: 14px;
  }
}
.page.page-template-page-gallery ul.category-bar > li.categories ul li:nth-child(1) {
  margin-left: 7rem;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery ul.category-bar > li.categories ul li:nth-child(1) {
    /* 375 */
    margin-left: 0rem;
  }
}
.page.page-template-page-gallery ul.category-bar > li.categories ul .current-cat {
  position: relative;
}
.page.page-template-page-gallery ul.category-bar > li.categories ul .current-cat a {
  color: #000;
}
.page.page-template-page-gallery ul.category-bar > li.categories ul .current-cat::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background: #000;
  position: absolute;
  bottom: 0;
}
.page.page-template-page-gallery .gallery__gallery {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.8s 0.3s;
  transition: 0.8s 0.3s;
}
.page.page-template-page-gallery .gallery__gallery::after {
  content: "";
  display: block;
  display: none;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(244, 242, 241)), to(rgba(244, 242, 241, 0)));
  background: linear-gradient(0deg, rgb(244, 242, 241) 20%, rgba(244, 242, 241, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0s 0.4s;
  transition: 0s 0.4s;
}
.page.page-template-page-gallery .gallery__gallery.is--hide::after {
  content: "";
  opacity: 1;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .gallery__gallery {
    /* 375 */
  }
}
.page.page-template-page-gallery .gallery__bottom-button-group {
  max-width: 1020px !important;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .gallery__bottom-button-group {
    /* 375 */
    margin-top: 50px;
  }
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-toggle {
  position: relative;
  cursor: pointer;
  font-family: Quicksand;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.04em;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 28px;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .gallery__bottom-button-group .button-toggle {
    font-size: 15px;
    line-height: 200%;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 23px;
    bottom: auto;
    left: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-toggle::before {
  content: url("../images/icon-plus-18.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .gallery__bottom-button-group .button-toggle::before {
    /* 375 */
    content: url("../images/icon-plus-13-smp.svg");
  }
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-toggle span:nth-of-type(1) {
  display: inline;
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-toggle span:nth-of-type(2) {
  display: none;
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-toggle.is--open::before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-toggle.is--open span:nth-of-type(1) {
  display: none;
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-toggle.is--open span:nth-of-type(2) {
  display: inline;
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-plans {
  cursor: pointer;
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-plans a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  position: relative;
  padding-left: 28px;
  line-height: 120%;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .gallery__bottom-button-group .button-plans a {
    padding-left: 23px;
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0%;
    margin: auto;
    margin-top: 50px;
  }
}
.page.page-template-page-gallery .gallery__bottom-button-group .button-plans a::before {
  content: url("../images/icon-arrow-l-18.svg");
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 769px) {
  .page.page-template-page-gallery .gallery__bottom-button-group .button-plans a::before {
    /* 375 */
    content: url("../images/icon-arrow-l-13.svg");
  }
}

.page.page-template-page-gallery.is--loaded .entry-header-group .entry-title {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease;
          animation: fadeInLeftT 1.25s 1s forwards ease;
}
.page.page-template-page-gallery.is--loaded .entry-header-group .entry-subtitle {
  -webkit-animation: fadeInLeftT 1.25s 1s forwards ease-out;
          animation: fadeInLeftT 1.25s 1s forwards ease-out;
}

/* Order */
@-webkit-keyframes fadeInUpUTOF {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0) rotate(4deg);
            transform: translate3d(0, 5%, 0) rotate(4deg);
    -webkit-box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
            box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5%, 0) rotate(4deg);
            transform: translate3d(0, 5%, 0) rotate(4deg);
    -webkit-box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
            box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(9deg);
            transform: translateZ(0) rotate(9deg);
    opacity: 1;
    -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
            box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
  }
}
@keyframes fadeInUpUTOF {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0) rotate(4deg);
            transform: translate3d(0, 5%, 0) rotate(4deg);
    -webkit-box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
            box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5%, 0) rotate(4deg);
            transform: translate3d(0, 5%, 0) rotate(4deg);
    -webkit-box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
            box-shadow: 0rem 0rem 0rem rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0) rotate(9deg);
            transform: translateZ(0) rotate(9deg);
    opacity: 1;
    -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
            box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
  }
}
.order__section_title-group {
  margin: 0 auto;
}
.order__section_title-group .order__section_title {
  font-family: "Shippori Mincho";
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 769px) {
  .order__section_title-group .order__section_title {
    font-size: 2.4rem;
    font-size: 24px;
    line-height: 160%;
    letter-spacing: 0;
    text-align: center;
  }
}
.order__section_title-group .order__section_subtitle {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 769px) {
  .order__section_title-group .order__section_subtitle {
    /* 375 */
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
  }
}
.order__section_title-group br.is--smp {
  display: none;
}
@media (max-width: 769px) {
  .order__section_title-group br.is--smp {
    display: inline;
  }
}

.order__intro {
  margin-top: 90px !important;
  width: 85rem;
  position: relative;
  padding-right: 25rem;
}
@media (max-width: 769px) {
  .order__intro {
    margin-top: 4rem !important;
    width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    padding-right: 0rem;
    margin-bottom: 12rem;
  }
}
.order__intro p {
  line-height: 2;
  opacity: 0;
}
.order__intro p:nth-child(2) {
  -webkit-animation: fadeInLeftT 0.75s 0.45s forwards ease-out;
          animation: fadeInLeftT 0.75s 0.45s forwards ease-out;
}
.order__intro p:nth-child(3) {
  -webkit-animation: fadeInLeftT 0.75s 0.75s forwards ease-out;
          animation: fadeInLeftT 0.75s 0.75s forwards ease-out;
}
.order__intro figure {
  position: absolute;
  width: 19rem;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
          box-shadow: 2rem 2rem 4rem rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(9deg);
          transform: rotate(9deg);
  -webkit-animation: fadeInLeftT 0.75s 0.75s forwards ease-out;
          animation: fadeInLeftT 0.75s 0.75s forwards ease-out;
}
@media (max-width: 769px) {
  .order__intro figure {
    position: relative;
    margin-bottom: 5rem !important;
    width: 18rem;
  }
}

.is--loaded .order__intro p:nth-child(1) {
  -webkit-animation: fadeInLeftT 0.75s 0.45s forwards ease-out;
          animation: fadeInLeftT 0.75s 0.45s forwards ease-out;
}
.is--loaded .order__intro p:nth-child(2) {
  -webkit-animation: fadeInLeftT 0.75s 0.6s forwards ease-out;
          animation: fadeInLeftT 0.75s 0.6s forwards ease-out;
}
.is--loaded .order__intro figure {
  -webkit-animation: fadeInUpUTOF 0.75s 0.75s forwards ease-out;
          animation: fadeInUpUTOF 0.75s 0.75s forwards ease-out;
}

.order__fork {
  margin-top: 22rem;
  /*
  .button-external {
    width: 19rem;
    @media (max-width:768px) {
      font-size: 1.3rem;
    }
  }*/
}
@media (max-width: 769px) {
  .order__fork {
    margin-top: 8rem;
    font-size: 1.4rem;
  }
}
@media (max-width: 769px) {
  .order__fork .order__section_title-group {
    /* 375 */
    margin-bottom: 0;
  }
}
.order__fork .grid {
  margin-top: 5rem;
  margin-bottom: 15rem;
}
@media (max-width: 769px) {
  .order__fork .grid {
    margin-top: 0rem;
    margin-bottom: 10rem;
  }
}
.order__fork .grid > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 902px;
  text-align: center;
}
@media (max-width: 769px) {
  .order__fork .grid > * {
    display: block;
    width: 100%;
    margin: auto;
  }
}
.order__fork .grid > * > .wp-block-group {
  width: 33.3333333333%;
  margin: 0;
}
@media (max-width: 769px) {
  .order__fork .grid > * > .wp-block-group {
    width: 100%;
    padding: 5rem 0;
  }
}
.order__fork .grid > * > .wp-block-group:nth-child(2) {
  border-right: 1px dashed #d3d3d3;
  border-left: 1px dashed #d3d3d3;
}
@media (max-width: 769px) {
  .order__fork .grid > * > .wp-block-group:nth-child(2) {
    border: none;
    border-top: 1px dashed #d3d3d3;
    border-bottom: 1px dashed #d3d3d3;
  }
}
.order__fork .grid .f12 {
  display: inline-block;
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: -0.04em;
  text-indent: -0.5em;
}
.order__fork .grid .wp-block-group {
  margin: 0 !important;
}
.order__fork .grid .button-external {
  margin-left: auto !important;
  margin-right: auto !important;
}
.order__fork .grid .block-title {
  font-weight: 500;
}
@media (max-width: 769px) {
  .order__fork .grid .block-title {
    /* 375 */
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .order__fork .grid .block-title br {
    display: none;
  }
}
.order__fork .disc-list {
  padding: 0;
  list-style: none;
  max-width: 762px !important;
}
.order__fork .disc-list li {
  padding-left: 2.4rem;
  position: relative;
  margin: 1rem 0 !important;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
}
@media (max-width: 769px) {
  .order__fork .disc-list li {
    /* 375 */
    font-family: Zen Kaku Gothic New;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
  }
}
.order__fork .disc-list li::before {
  content: "・";
  position: absolute;
  left: 0rem;
}
.order__fork .disc-list .sm {
  padding-left: 1.8rem;
  position: relative;
  line-height: 180%;
}
.order__fork .disc-list .sm::before {
  content: "※";
  position: absolute;
  top: -2px;
  left: 0;
}
.order__fork .fence {
  margin-top: 8rem;
  padding: 4rem 8.9rem;
  list-style: none;
  max-width: 762px !important;
  border-radius: 4rem;
  background: #fff;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 0;
}
.order__fork .fence a {
  line-height: 180%;
}
@media (max-width: 769px) {
  .order__fork .fence {
    margin-top: 6rem;
    padding: 5rem 3rem;
  }
}
.order__fork .fence .title {
  font-weight: 500;
  margin: 0 0 1.6rem;
}
@media (max-width: 769px) {
  .order__fork .fence .title {
    /* 375 */
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
    margin: 0 0 1.4rem;
  }
}
.order__fork .fence ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 80rem !important;
}
.order__fork .fence ul li {
  padding-left: 2.4rem;
  position: relative;
  margin: 1rem 0 !important;
}
@media (max-width: 769px) {
  .order__fork .fence ul li {
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0;
    margin: 1.4rem 0 !important;
    /* 375 */
  }
}
.order__fork .fence ul li::before {
  content: "・";
  position: absolute;
  left: 0rem;
}
.order__fork .fence ul a {
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 769px) {
  .order__fork .fence ul a {
    /* 375 */
    font-size: 14px;
    line-height: 200%;
    letter-spacing: -0.04em;
    text-align: justify;
  }
}
.order__fork .fence ul a::before {
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  background: url(../images/arrow-r-18.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  margin-right: 1.5rem;
  margin-top: -0.2rem;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .order__fork .fence ul a::before {
    /* 375 */
    margin-right: 0.8rem;
  }
}

.order__process {
  margin-top: 24rem;
}
@media (max-width: 769px) {
  .order__process {
    margin-top: 170px;
  }
}
.order__process .module_steplist {
  max-width: 70rem !important;
  margin: 8rem auto 0;
  margin-bottom: 0 !important;
}
@media (max-width: 769px) {
  .order__process .module_steplist {
    margin: 5rem auto 0;
    /* 375 */
  }
}
.order__process .module_steplist-section {
  position: relative;
  padding-left: 76px;
  margin-bottom: 75px;
}
@media (max-width: 769px) {
  .order__process .module_steplist-section {
    font-size: 1.4rem;
    line-height: 200%;
    margin-bottom: 70px;
    padding-left: 48px;
  }
}
.order__process .module_steplist-section em {
  font-size: 1.4rem;
  font-weight: 500;
  font-style: normal;
}
.order__process .module_steplist-section p,
.order__process .module_steplist-section ul {
  margin: 1rem 0 0;
}
@media (max-width: 769px) {
  .order__process .module_steplist-section p,
  .order__process .module_steplist-section ul {
    margin: 2rem 0 0;
  }
}
.order__process .module_steplist-section ul {
  padding: 0;
  list-style: none;
}
.order__process .module_steplist-section ul li {
  padding-left: 2.4rem;
  position: relative;
}
.order__process .module_steplist-section ul li::before {
  content: "・";
  position: absolute;
  left: 0rem;
}
.order__process .module_steplist-section .sm {
  padding-left: 1.8rem;
  position: relative;
}
.order__process .module_steplist-section .sm::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.order__process .module_steplist-section .module_steplist-section-title {
  font-family: "Shippori Mincho";
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.8;
  margin: -0.6rem 0 0;
}
@media (max-width: 769px) {
  .order__process .module_steplist-section .module_steplist-section-title {
    font-size: 2rem;
    line-height: 1.8;
  }
  .order__process .module_steplist-section .module_steplist-section-title + p {
    margin-top: 10px;
  }
}
.order__process .module_steplist-section .module_steplist-section-detail {
  letter-spacing: -0.04em;
  text-align: justified;
}

.order__upgrade {
  margin-top: 24rem;
  /*
  @media (max-width: 1060px) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  */
}
@media (max-width: 769px) {
  .order__upgrade {
    margin-top: 17rem;
  }
}
.order__upgrade .plans-pfo__list {
  margin: 8rem auto;
  margin-bottom: 10rem !important;
  max-width: 975px !important;
}
@media (max-width: 1168px) {
  .order__upgrade .plans-pfo__list {
    /* 1169 */
    max-width: 650px !important;
  }
}
@media (max-width: 899px) {
  .order__upgrade .plans-pfo__list {
    /* 770 */
  }
}
@media (max-width: 769px) {
  .order__upgrade .plans-pfo__list {
    /* 375 */
    margin: 5rem auto 8rem;
    max-width: 315px !important;
  }
}
.order__upgrade .plans-pfo__list > * {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px 0;
}
@media (max-width: 769px) {
  .order__upgrade .plans-pfo__list > * {
    gap: 50px 0;
  }
}
.order__upgrade .plans-pfo__list .plans-pfo__list-item {
  width: 305px;
}
@media (max-width: 769px) {
  .order__upgrade .plans-pfo__list .plans-pfo__list-item {
    margin-bottom: 0 !important;
  }
}
.order__upgrade .plans-pfo__link {
  text-align: left;
  font-size: 1.5rem;
  line-height: 160%;
  letter-spacing: 0;
  margin-top: 14px;
}
@media (max-width: 769px) {
  .order__upgrade .plans-pfo__link {
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0;
  }
}

@media (max-width: 769px) {
  .page-template-default.order .entry-header .entry-header-group .entry-subtitle {
    /* 375 */
  }
}
@media (max-width: 1440px) {
  .page-template-default.order .plans__section-list {
    margin: 190px auto 0px !important;
  }
}
@media (max-width: 769px) {
  .page-template-default.order .plans__section-list {
    margin: 0 !important;
    margin-top: 60px !important;
  }
}
@media (max-width: 1440px) {
  .page-template-default.order .plans__section-list li {
    margin-left: 30px;
  }
}
@media (max-width: 769px) {
  .page-template-default.order .plans__section-list li {
    margin-left: 0px;
  }
}

/*  =========== 404 ============ */
.error404 .page-header {
  border-bottom: 1px solid #000;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
.error404 .page-title {
  text-align: center;
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: 110px;
  line-height: 98%;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 769px) {
  .error404 .page-title {
    font-family: EB Garamond;
    font-weight: 400;
    font-size: 58px;
    line-height: 140%;
    letter-spacing: 4%;
    text-align: center;
  }
}
.error404 .page-content {
  max-width: 1000px;
  padding: 80px 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 769px) {
  .error404 .page-content {
    padding: 40px 0px;
  }
}

.search .page-header {
  border-bottom: 1px solid #000;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}
.search .page-title {
  font-family: Shippori Mincho;
  font-weight: 400;
  font-size: 60px;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
}
@media (max-width: 769px) {
  .search .page-title {
    font-size: 40px;
    text-align: left;
    font-size: 32px;
    line-height: 180%;
  }
}
.search .search-result-count {
  max-width: 1000px;
  padding: 80px 100px 40px;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
@media (max-width: 769px) {
  .search .search-result-count {
    padding: 40px 0px;
  }
}
.search article {
  max-width: 1000px;
  padding: 40px 100px;
  margin: 0 auto;
  font-size: 15px;
}
@media (max-width: 769px) {
  .search article {
    padding: 40px 0px;
  }
}
.search article .entry-title {
  font-family: "Shippori Mincho";
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  letter-spacing: 0%;
}
@media (max-width: 769px) {
  .search article .entry-title {
    font-size: 18px;
  }
}
.search .navigation {
  margin-top: 100px;
}
@media (max-width: 769px) {
  .search .navigation {
    margin-top: 50px;
  }
}

#search-form-1 {
  border: 1px solid rgb(124, 124, 124);
}
#search-form-1:focus {
  outline: none;
}

.search-submit {
  border-radius: 100px !important;
  border: 1px solid rgb(124, 124, 124) !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*Var*/
/* BODY */
/*  =========== modules ============ */
/*button*/
/*  =========== HEADER ============ */
/*  =========== FOOTER ============ */
/*  =========== TOP ============ */