@charset "UTF-8";

/* ===================================================================
Theme Name: res-w-oita_wp
Theme URI:
Description:
Author: FURAZOA inc
Author URI: https://furazoa.com
Version: 1.0.1
=================================================================== */
/*
* flocss: https://github.com/hiloki/flocss
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

button {
  font: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[role=button],
[type=button],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
html [type=button] {
  -webkit-appearance: button;
}

button {
  background-color: transparent;
  border-style: none;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Base
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background: #fff;
}

body.no-scroll {
  overflow: hidden;
}

body#js-appear {
  opacity: 0;
  -webkit-transition: opacity 1s ease 0.3s;
  transition: opacity 1s ease 0.3s;
}

body#js-appear.is-view {
  opacity: 1;
}

/* Noto Sans使用時 IEはメイリオに変更 */
/* stylelint-disable-next-line selector-type-no-unknown, selector-pseudo-class-no-unknown */
_:input-placeholder,
:root body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

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

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

ul,
li {
  list-style-type: none;
}

::-moz-selection {
  color: #000;
  text-shadow: none;
  background-color: #F2F2F2;
  /* Required when declaring ::selection */
}

::selection {
  color: #000;
  text-shadow: none;
  background-color: #F2F2F2;
  /* Required when declaring ::selection */
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

#pagetop {
  display: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Layout
   ----------------------------------------------------------------- */
.l-page__header {
  padding-top: 87px;
  padding-bottom: 40px;
}

.l-page__header.overlap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

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

.l-page__title .en {
  font-family: "Instrument Serif", serif;
  font-size: clamp(40px, 72 / 1840 * 100vw, 72px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.l-page__title .ja {
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 2.2;
}

/* Base
   ----------------------------------------------------------------- */
/* Header
   ----------------------------------------------------------------- */
.l-header {
  position: fixed;
  top: 16px;
  left: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-header.is-scroll {
  opacity: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.l-header.is-scroll.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.l-header__close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100vw;
  height: 100vh;
}

.l-header__close.is-open {
  display: block;
}

.l-header__inner {
  position: relative;
  z-index: 2;
  width: auto;
  overflow: hidden;
  -webkit-filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.08));
  border-radius: 8px;
}

.l-header__inner.top {
  width: auto;
}

.l-header__inner.top .l-header__main {
  gap: 14px;
}

.l-header__inner.is-open {
  width: auto !important;
}

.l-header__bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 55px;
  margin: auto;
  background-color: #fff;
  border-radius: 8px;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.l-header__bg.is-open {
  height: 100%;
  opacity: 1;
}

.l-header__main {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 8px 14px;
}

.l-header__main.is-global-open .l-header__menu.nav-top {
  visibility: hidden;
  opacity: 0;
}

.l-header__main .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.l-header__main .left:has(.nav-filter),
.l-header__main .left:has(.list--plan) {
  gap: 0;
}

.l-header__logo {
  padding-right: 16px;
  font-size: 0;
}

.l-header__logo a {
  display: block;
  width: 140px;
}

.l-header__logo a svg {
  width: 100%;
  height: auto;
}

.l-header__logo a:hover {
  opacity: 1;
}

.l-header__logo.top a {
  width: 172px;
}

.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__menu .parent {
  font-family: "Instrument Serif", serif;
  font-size: 15px;
  color: #808080;
  letter-spacing: 0.04em;
}

.l-header__menu .parent.has-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header__menu .list {
  display: none;
}

.l-header__menu .list__item {
  font-family: "Instrument Serif", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.l-header__menu .list--plan {
  display: block;
}

.l-header__menu .list--plan .list__item {
  font-size: 10px;
}

.l-header__menu .list--gothic .list__item {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 13px;
}

.l-header .nav-top {
  display: none;
}

.l-header .nav-filter .parent {
  display: none;
}

.l-header .nav-filter__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-header .nav-filter__button .list__item {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  font-size: 13px;
}

.l-header .nav-filter__menu {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.2s ease-in;
  transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.2s ease-in;
}

.l-header .nav-filter__menu.is-filter-open {
  width: 100%;
  height: 100%;
  padding: 0 24px 32px;
  opacity: 1;
  -webkit-transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease-in 0.5s;
  transition: width 0.2s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.5s ease-in 0.5s;
}

.l-header .nav-filter__menu .inner {
  padding-top: 24px;
  border-top: 1px solid #ccc;
}

.l-header .nav-filter__menu .category {
  margin-top: 16px;
}

.l-header .nav-filter__menu .category__row {
  margin-bottom: 16px;
}

.l-header .nav-filter__menu .category__row+.category__row {
  margin-top: 16px;
}

.l-header .nav-filter__menu .category__head {
  padding-top: 10px;
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  line-height: 1;
  color: #A5A5A5;
  letter-spacing: 0.04em;
}

.l-header .nav-filter__menu .category__bar {
  display: none;
}

.l-header .nav-filter__menu .category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.l-header .nav-current .list__item {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
  color: #808080;
}

.l-header__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 39px;
  height: 39px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.l-header__toggle .bar {
  position: relative;
  width: 10px;
  height: 9px;
}

.l-header__toggle .bar>span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.l-header__toggle .bar>span:nth-child(1) {
  top: 0;
}

.l-header__toggle .bar>span:nth-child(2) {
  top: 4px;
}

.l-header__toggle .bar>span:nth-child(3) {
  bottom: 0;
}

.l-header__toggle.is-open {
  background-color: rgb(0, 0, 0);
}

.l-header__toggle.is-open .bar>span {
  background-color: #fff;
}

.l-header__toggle.is-open .bar>span:nth-child(1) {
  opacity: 0;
}

.l-header__toggle.is-open .bar>span:nth-child(3) {
  opacity: 0;
}

.l-header__nav {
  position: relative;
  z-index: 1;
  width: 0;
  height: 0;
  max-height: calc(100svh - 89px);
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease-in;
  transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease-in;
}

.l-header__nav.is-global-open {
  width: 100%;
  height: 920px;
  padding: 24px 32px 32px;
  opacity: 1;
  -webkit-transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease-in 0.8s;
  transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1), height 0.8s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.8s ease-in 0.8s;
}

.l-header__nav .nav {
  display: grid;
  grid-template-columns: 100%;
  width: 100%;
}

.l-header__nav .nav__column.js-accordion .js-accordion__button {
  position: relative;
  cursor: pointer;
}

.l-header__nav .nav__column.js-accordion .js-accordion__button::before,
.l-header__nav .nav__column.js-accordion .js-accordion__button::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background-color: #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__nav .nav__column.js-accordion .js-accordion__button::before {
  right: 7px;
  width: 1px;
  height: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-header__nav .nav__column.js-accordion .js-accordion__button::after {
  right: 0;
  width: 16px;
  height: 1px;
}

.l-header__nav .nav__column.js-accordion .js-accordion__button.is-open::before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-header__nav .nav__column.js-accordion .js-accordion__button.is-open .inner::before {
  width: 0;
}

.l-header__nav .nav__column.js-accordion .js-accordion__content {
  display: none;
}

.l-header__nav .nav__item .inner {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #ccc;
}

.l-header__nav .nav__item .inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 17px;
  height: 13px;
  content: "";
  background: url("../img/common/arrow_01.svg") no-repeat 50%/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__nav .nav__item .inner::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}

.l-header__nav .nav__item:not(:has(a)) .inner::after {
  content: none;
}

.l-header__nav .nav__item .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Instrument Serif", serif;
  font-size: 16px;
  color: #0A0A0A;
  letter-spacing: 0.04em;
}

.l-header__nav .nav__item .en::after {
  display: block;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #ccc;
}

.l-header__nav .nav__item .ja {
  font-size: 13px;
  color: #A5A5A5;
}

.l-header__nav .nav__item .child {
  padding-bottom: 24px;
  padding-left: 36px;
}

.l-header__nav .nav__item .child__item a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 13px;
  color: #0A0A0A;
}

.l-header__nav .nav__item .child__item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 17px;
  height: 13px;
  content: "";
  background: url("../img/common/arrow_01.svg") no-repeat 50%/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-header__nav .nav__item .child__item a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .l-header__nav .nav__item.button .inner::after {
    content: "" !important;
  }
}
@media screen and (max-width: 1199px) {
  .l-header__nav .nav__item.button .inner::after {
    content: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-header__nav .nav__item.button .inner::after {
    content: "";
  }
}
.l-header__nav .nav__item.button:last-child .inner {
  border-bottom: 1px solid #ccc;
}

.l-header__nav .info {
  padding-top: clamp(32px, 56 / 1840 * 100vw, 56px);
}

.l-header__nav .info__tel {
  font-size: 14px;
  line-height: 1.6;
  color: #090909;
  text-align: center;
}

.l-header__nav .info__tel .number {
  margin-top: 16px;
  font-family: "Instrument Serif", serif;
  letter-spacing: 0.04em;
}

.l-header__nav .info__tel .number strong {
  font-size: 24px;
  font-weight: normal;
}

.l-header__nav .info__text {
  margin-top: 8px;
  text-align: center;
}

.l-header__nav .info__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.l-header__nav .info__social .icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
}

.l-header__nav .info__social .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/common/icon_insta_black.png") no-repeat 50%/contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-header__nav .info__social .text {
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* Base
   ----------------------------------------------------------------- */
/* Footer
   ----------------------------------------------------------------- */
.l-footer {
  color: #fff;
  background-color: #333;
}

.l-footer a {
  color: #fff;
}

.l-footer__container {
  padding-top: clamp(40px, 128 / 1840 * 100vw, 128px);
  padding-right: 4.27%;
  padding-bottom: clamp(64px, 80 / 1840 * 100vw, 80px);
  padding-left: 4.27%;
}

.l-footer__nav {
  margin-top: 40px;
}

.l-footer__nav .nav__column.js-accordion .js-accordion__button {
  position: relative;
}

.l-footer__nav .nav__column.js-accordion .js-accordion__button::before,
.l-footer__nav .nav__column.js-accordion .js-accordion__button::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__nav .nav__column.js-accordion .js-accordion__button::before {
  right: 7px;
  width: 1px;
  height: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-footer__nav .nav__column.js-accordion .js-accordion__button::after {
  right: 0;
  width: 16px;
  height: 1px;
}

.l-footer__nav .nav__column.js-accordion .js-accordion__button.is-open::before {
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-footer__nav .nav__column.js-accordion .js-accordion__content {
  display: none;
}

.l-footer__nav .nav__item .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid #707070;
}

.l-footer__nav .nav__item .inner::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 17px;
  height: 13px;
  content: "";
  background: url("../img/common/arrow_01_white.svg") no-repeat 50%/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__nav .nav__item:not(:has(a)) .inner::after {
  content: none;
}

.l-footer__nav .nav__item .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Instrument Serif", serif;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.l-footer__nav .nav__item .child {
  padding-bottom: 24px;
  padding-left: 40px;
}

.l-footer__nav .nav__item .child__item a {
  position: relative;
  display: block;
  padding: 8px 0;
  font-size: 13px;
}

.l-footer__nav .nav__item .child__item a::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 17px;
  height: 13px;
  content: "";
  background: url("../img/common/arrow_01_white.svg") no-repeat 50%/contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.l-footer__nav .nav__item.button:last-of-type {
  border-bottom: 1px solid #707070;
}

.l-footer__nav .nav__item.button .inner {
  padding: 16px 0;
}

.l-footer__info {
  margin-top: 40px;
  color: #ccc;
  text-align: center;
}

.l-footer__info .logo a {
  display: block;
  width: clamp(210px, 320 / 1840 * 100vw, 320px);
  margin: 0 auto;
}

.l-footer__info .logo a svg {
  width: 100%;
  height: auto;
}

.l-footer__info .logo a:hover {
  opacity: 1;
}

.l-footer__info .company {
  margin-top: 16px;
}

.l-footer__info .adrress {
  margin-top: clamp(24px, 33 / 1840 * 100vw, 33px);
}

.l-footer__info .map {
  display: inline-block;
  margin: 8px;
  color: #707070;
}

.l-footer__info .map__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 130px;
  height: 24px;
  background-color: #fff;
  border-radius: 12px;
}

.l-footer__info .tel {
  margin-top: 48px;
}

.l-footer__info .tel__number {
  margin-top: 8px;
  font-family: "Instrument Serif", serif;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.l-footer__info .tel__number strong {
  margin-left: 8px;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}

.l-footer__info .opening {
  margin-top: 8px;
}

.l-footer__info .social {
  margin-top: clamp(24px, 45 / 1840 * 100vw, 45px);
  margin-bottom: 60px;
}

.l-footer__info .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__info .social__icon {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: url("../img/common/icon_insta_white.png") no-repeat 50%/contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.l-footer__info .social__text {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.l-footer__pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-footer__pagetop .text {
  font-family: "Instrument Serif", serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.04em;
}

.l-footer__pagetop .arrow {
  font-size: 0;
}

.l-footer__bottom {
  padding: 0 3%;
}

.l-footer__copyright {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #707070;
  text-align: center;
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
/* Project
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.p-editor-content {
  font-weight: 300;
}

.p-editor-content h1 {
  margin: 24px 0 15px;
  font-size: 22px;
}

.p-editor-content h2 {
  padding-bottom: 20px;
  margin: 32px 0 16px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.p-editor-content h3 {
  position: relative;
  padding-left: 30px;
  margin: 32px 0 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.p-editor-content h3::before {
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 20px;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.p-editor-content h4 {
  position: relative;
  padding-left: 28px;
  margin: 32px 0 16px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

.p-editor-content h4::before {
  position: absolute;
  top: 0.6rem;
  left: 8px;
  width: 6px;
  height: 6px;
  content: "";
  background-color: #D9D9D9;
  border-radius: 50%;
}

.p-editor-content h5 {
  margin: 24px 0 16px;
  font-size: 16px;
  font-weight: 300;
}

.p-editor-content h6 {
  margin: 16px 0 12px;
  font-size: 14px;
  font-weight: 300;
}

.p-editor-content p {
  margin-bottom: 0.5em;
  letter-spacing: normal;
}

.p-editor-content p a {
  text-decoration: underline;
}

.p-editor-content p+p {
  margin-top: 0.5em;
}

.p-editor-content img {
  height: auto;
  margin-bottom: 12px;
}

.p-editor-content .aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.p-editor-content ul {
  margin: 24px 0;
  list-style: none;
}

.p-editor-content ul>li {
  position: relative;
  padding-left: 1.2em;
}

.p-editor-content ul>li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #000;
}

.p-editor-content ul>li:nth-child(n+2) {
  margin-top: 0.5em;
}

.p-editor-content ol {
  margin: 24px 0;
  counter-reset: number 0;
}

.p-editor-content ol>li {
  position: relative;
  padding-left: 1.2em;
}

.p-editor-content ol>li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Instrument Serif", serif;
  content: counter(number) ".";
  counter-increment: number 1;
}

.p-editor-content ol>li:nth-child(n+2) {
  margin-top: 0.5em;
}

.p-editor-content .wp-block-columns {
  margin: 16px 0;
}

.p-editor-content blockquote {
  padding: 16px;
  margin: 16px 0;
  background: #F2F2F2;
}

.p-editor-content blockquote p {
  margin-bottom: 0;
  font-style: italic;
  letter-spacing: 0;
}

.p-editor-content hr {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2em auto;
  border: 0;
  border-top: 1px solid #ccc;
}

.p-editor-content table {
  margin: 15px 0;
}

.p-editor-content table th {
  background-color: #f8fff0;
}

.p-editor-content table th,
.p-editor-content table td {
  padding: 5px 10px;
  word-break: break-all;
  vertical-align: top;
  border: solid 1px #ddd;
}

.p-editor-content iframe {
  max-width: 100%;
}

.p-editor-content .wp-block-columns img {
  margin-bottom: 0;
}

/* Base
   ----------------------------------------------------------------- */
.p-contact {
  overflow: hidden;
  border-top: 1px solid #ccc;
}

.p-contact__head {
  padding-top: 56px;
  padding-bottom: 40px;
  text-align: center;
}

.p-contact__head .title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(20px, 72 / 1840 * 100vw, 72px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.p-contact__head .text {
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 1.8;
}

.p-contact__body .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  margin-right: -6.4vw;
  margin-left: -6.4vw;
}

.p-contact__body .service__block {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 375/206;
  padding: 16px 24px;
  color: #fff;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.p-contact__body .service__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-contact__body .service__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-contact__body .service__image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), to(rgb(51, 51, 51)));
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, rgb(51, 51, 51) 100%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}

.p-contact__body .service__info {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: 1fr auto auto;
  grid-template-columns: 100%;
  height: 100%;
}

.p-contact__body .service__info .subtitle {
  font-family: "Instrument Serif", serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-contact__body .service__info .title {
  margin-bottom: 8px;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}

.p-contact__body .service__info .desc {
  display: grid;
  grid-template-columns: 1fr 26px;
}

.p-contact__body .service__info .desc__text {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
}

.p-contact__body .service__info .desc::after {
  display: block;
  width: 100%;
  height: auto;
  content: "";
  background: url("../img/common/arrow_01_white.svg") no-repeat 50%/contain;
}

.p-contact__foot {
  padding-top: clamp(32px, 56 / 1840 * 100vw, 56px);
  padding-bottom: clamp(32px, 56 / 1840 * 100vw, 56px);
}

.p-contact__foot .tel {
  text-align: center;
}

.p-contact__foot .tel__message {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.2;
}

.p-contact__foot .tel__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 0;
  font-family: "Instrument Serif", serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-contact__foot .tel__number strong {
  font-size: 40px;
  font-weight: normal;
}

.p-contact__foot .tel__opening {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
}

/* Base
   ----------------------------------------------------------------- */
.p-recommend {
  background: url("../img/common/p-recommend_bg_sp.jpg") no-repeat 50%/cover;
  border-top: 1px solid #ccc;
}

.p-recommend__container {
  padding-top: clamp(64px, 72 / 1840 * 100vw, 72px);
  padding-bottom: clamp(81px, 96 / 1840 * 100vw, 96px);
}

.p-recommend__head {
  text-align: center;
}

.p-recommend__head .subtitle {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-recommend__head .title {
  margin-top: clamp(8px, 16 / 1840 * 100vw, 16px);
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 1.8;
}

.p-recommend__body {
  margin-top: 40px;
  margin-bottom: 60px;
}

.p-recommend__action {
  text-align: center;
}

/* Base
   ----------------------------------------------------------------- */
.p-follow-contact {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.p-follow-contact.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.p-follow-contact.is-close {
  display: none;
}

.p-follow-contact__sp {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.p-follow-contact__sp .contents {
  display: grid;
  grid-template-columns: 58px 1fr;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  width: 100%;
  height: 64px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.p-follow-contact__sp .contents__box {
  background-color: #333;
}

.p-follow-contact__sp .contents__box a {
  color: #fff;
}

.p-follow-contact__sp .contents__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-follow-contact__sp .contents__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 8px 0 14px;
}

.p-follow-contact__sp .contents__contact .head {
  font-size: 0;
}

.p-follow-contact__sp .contents__contact .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-follow-contact__sp .contents__contact .body__lead {
  display: inline-block;
  font-size: 10px;
  line-height: 1.6;
}

.p-follow-contact__sp .contents__contact .body__text {
  display: inline-block;
  font-size: 14px;
  line-height: 1.6;
}

.p-follow-contact__pc {
  position: fixed;
  right: 28px;
  bottom: 21px;
  z-index: 10;
}

.p-follow-contact__pc .banner {
  position: relative;
  padding: 18px 24px;
  background: url("../img/common/p-follow-contact_bg.jpg") no-repeat 50%/cover;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.08);
}

.p-follow-contact__pc .banner__body {
  display: grid;
  grid-template-columns: 60px 1fr;
  -webkit-column-gap: 13px;
  -moz-column-gap: 13px;
  column-gap: 13px;
}

.p-follow-contact__pc .banner__image img {
  border-radius: 8px;
}

.p-follow-contact__pc .banner__desc .head {
  font-family: "Instrument Serif", serif;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0.06em;
}

.p-follow-contact__pc .banner__desc .text {
  font-size: 13px;
  line-height: 1.6;
}

.p-follow-contact__pc .banner__action {
  margin-top: 10px;
}

.p-follow-contact__pc .banner__action .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 38px;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
}

.p-follow-contact__pc .banner__close {
  position: absolute;
  top: -12px;
  right: -12px;
}

.p-follow-contact__pc .banner__close .closebutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #000;
  border-radius: 50%;
}

/* Base
   ----------------------------------------------------------------- */
.p-pagination {
  margin-top: 40px;
}

.p-pagination .p-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -4px;
}

.p-pagination .p-pagination__item {
  padding: 4px;
}

.p-pagination .p-pagination__item .page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 36px;
  font-family: "Instrument Serif", serif;
  color: #A5A5A5;
  letter-spacing: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-pagination .p-pagination__item .page-numbers::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.p-pagination .p-pagination__item .page-numbers.current {
  color: #000;
}

.p-pagination .p-pagination__item .page-numbers.current::before {
  width: 100%;
  opacity: 1;
}

.p-pagination .p-pagination__item .page-numbers.dots {
  width: 22px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", meiryo, メイリオ, sans-serif;
}

.p-pagination .p-pagination__item .page-numbers.prev,
.p-pagination .p-pagination__item .page-numbers.next {
  position: relative;
  width: 32px;
}

.p-pagination .p-pagination__item .page-numbers.prev svg,
.p-pagination .p-pagination__item .page-numbers.next svg {
  display: block;
  width: 16px;
}

/* Base
   ----------------------------------------------------------------- */
.p-plan-slider {
  display: grid;
  gap: 16px;
}

.p-plan-slider__main {
  width: 100%;
}

.p-plan-slider__main .splide__slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto !important;
}

.p-plan-slider__main .splide__slide img {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.p-plan-slider__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1130px;
  padding: 0 16px;
  margin: 0 auto;
}

.p-plan-slider__thumbnail img {
  height: 42px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Base
   ----------------------------------------------------------------- */
.p-modal__thumbnail {
  cursor: pointer;
}

.p-modal__panel {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.7);
}

.p-modal__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-modal__inner {
  position: relative;
}

.p-modal__closebutton {
  position: absolute;
  top: -44px;
  right: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-modal__closebutton .close-line {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2px;
  line-height: 1;
  color: #fff;
  vertical-align: middle;
  background: currentcolor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-modal__closebutton .close-line::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-modal__item img {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1280px;
  padding-right: 6.4vw;
  padding-left: 6.4vw;
  margin: 0 auto;
}

.p-container--sm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1080px;
  padding-right: 6.4vw;
  padding-left: 6.4vw;
  margin: 0 auto;
}

.p-container--lg {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1480px;
  padding-right: 6.4vw;
  padding-left: 6.4vw;
  margin: 0 auto;
}

.p-container--xl {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* stylelint-disable-next-line scss/no-global-function-names */
  max-width: 1920px;
  padding-right: 6.4vw;
  padding-left: 6.4vw;
  margin: 0 auto;
}

.p-section-title__en {
  font-family: "Instrument Serif", serif;
  font-size: clamp(40px, 72 / 1840 * 100vw, 72px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.p-section-title__ja {
  margin-top: 8px;
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.8;
}

.p-section-title--center {
  text-align: center;
}

.p-breadcrumb {
  margin: 0 -8px;
  font-size: 13px;
  color: #F2F2F2;
}

.p-breadcrumb a {
  margin: 0 8px;
  color: #F2F2F2;
}

.p-breadcrumb .breadcrumb_last {
  margin: 0 8px;
  color: #000;
}

/* Base
   ----------------------------------------------------------------- */
/* Component
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
.c-button {
  display: inline-block;
  width: 100%;
  max-width: 276px;
  overflow: hidden;
  color: #000;
}

.c-button__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 8px;
}

.c-button__inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.c-button__text {
  font-size: 14px;
  line-height: 2.2;
}

.c-button__arrow::before {
  display: block;
  width: 41px;
  height: 20px;
  content: "";
  background: url("../img/common/arrow_02.svg") no-repeat 50%/contain;
}

.c-button--white {
  color: #fff;
}

.c-button--white .c-button__inner::after {
  background-color: #fff;
}

.c-button--white .c-button__arrow::before {
  display: block;
  width: 41px;
  height: 20px;
  content: "";
  background: url("../img/common/arrow_02_white.svg") no-repeat 50%/contain;
}

.c-button-round {
  background: #F2F2F2;
  border-radius: 100px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.c-button-round .c-button__inner {
  gap: 20px;
  padding: 9px 15px 10px;
}

.c-button-round .c-button__inner::after {
  display: none;
}

.c-button-round .c-button__text {
  line-height: 1.3;
}

.c-button-round .c-button__arrow::before {
  width: 14px;
  background: url("../img/common/arrow_01.svg") no-repeat 50%/contain;
}

.c-button--sm .c-button__inner {
  gap: 8px;
  padding: 6px 0 12px;
}

.c-button--sm .c-button__text {
  line-height: 1.3;
}

.c-button--sm .c-button__arrow::before {
  width: 14px;
  background: url("../img/common/arrow_01.svg") no-repeat 50%/contain;
}

.c-button--reverse .c-button__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.c-button--reverse .c-button__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-button--center {
  max-width: 200px !important;
  margin: 0 auto;
}

.c-button--center .c-button__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-button-tag {
  display: inline-block;
  width: auto;
  height: 34px;
  padding: 6px 16px;
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  border: 1px solid #ccc;
  border-radius: 17px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.c-button-tag.is-current {
  border-color: #000;
}

.c-badge-new {
  position: relative;
}

.c-badge-new__bg {
  position: absolute;
  top: -2px;
  right: -13px;
  z-index: 1;
  width: 48px;
  height: 30px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #ccc;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}

.c-badge-new__text {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: "Instrument Serif", serif;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.04em;
}

/* Base
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/* Utility
   ----------------------------------------------------------------- */
@-webkit-keyframes infinity {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes opacityView {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacityView {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes horizontalView {
  0% {
    background-position: 0% 50%;
  }

  40% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  90% {
    background-position: 0% 50%;
  }
}

@keyframes horizontalView {
  0% {
    background-position: 0% 50%;
  }

  40% {
    background-position: 100% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  90% {
    background-position: 0% 50%;
  }
}

.u-color-primary {
  color: #000;
}

.u-inline-block {
  display: inline-block;
}

.u-tel {
  text-decoration: none !important;
}

.u-font-en {
  font-family: "Instrument Serif", serif;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
.front .mainview {
  width: 100%;
  height: 100svh;
  overflow: hidden;
}

.front .mainview__container {
  position: relative;
}

.front .mainview__message {
  position: absolute;
  bottom: 9.87vw;
  left: 8.8vw;
  z-index: 2;
  width: 100%;
}

.front .mainview__message--svg {
  left: 8.8vw;
  width: 78%;
  max-width: 294px;
}

.front .mainview__message .lead {
  margin-left: -0.5em;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(28px, 40 / 1840 * 100vw, 40px);
  font-weight: 400;
  line-height: 1.6;
}

.front .mainview__message .text {
  margin-top: 6.93vw;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(16px, 24 / 1840 * 100vw, 24px);
  font-weight: 400;
  line-height: 1;
}

.front .mainview__message .en {
  margin-top: 8.8vw;
  font-family: "Instrument Serif", serif;
  font-size: clamp(12px, 17 / 1840 * 100vw, 17px);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

.front .mainview__message .text-svg {
  font-size: 0;
}

.front .mainview__message .text-svg svg {
  width: 100%;
  height: auto;
}

.front .mainview__message .text-svg+.text-svg {
  margin-top: 40px;
}

.front .mainview__slide .item {
  width: 100%;
  height: 100svh;
}

.front .mainview__slide .item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.front .mainview__slide .splide__slide.is-active .item {
  -webkit-animation: zoomOut 9s linear 0s normal both;
  animation: zoomOut 9s linear 0s normal both;
}

.front .mainview__scroll {
  position: absolute;
  bottom: 0;
  left: 3%;
  z-index: 2;
  display: inline-block;
}

.front .mainview__scroll .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 9px;
  width: 14px;
  height: 149px;
}

.front .mainview__scroll .bar {
  overflow: hidden;
}

@-webkit-keyframes scroll-bar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes scroll-bar {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

.front .mainview__scroll .bar::after {
  display: block;
  width: 1px;
  height: 64px;
  margin: 0 auto;
  content: "";
  background-color: #fff;
  -webkit-animation-name: scroll-bar;
  animation-name: scroll-bar;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.front .pickup {
  padding-top: clamp(34px, 96 / 1840 * 100vw, 96px);
  padding-bottom: clamp(64px, 92 / 1840 * 100vw, 92px);
  overflow: hidden;
}

.front .pickup__container {
  position: relative;
}

.front .pickup__head {
  padding-right: 6.4vw;
  padding-left: 6.4vw;
}

.front .pickup__head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Instrument Serif", serif;
  font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.front .pickup__head .title::before {
  display: block;
  width: 16px;
  height: 15px;
  content: "";
  background: url("../img/front/deco_pickup_sp.svg") no-repeat 50%/contain;
}

.front .pickup__layout {
  margin-left: 6.4vw;
  overflow: hidden;
}

.front .pickup__slider {
  width: 222px;
  padding-top: 20px;
}

.front .pickup__slider .slide-banner {
  position: relative;
  display: block;
  padding-right: 18px;
}

.front .pickup__slider .slide-banner__image {
  aspect-ratio: 222/112;
}

.front .pickup__slider .slide-banner__tag {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Instrument Serif", serif;
  font-size: 12px;
  letter-spacing: 0.04em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.front .pickup__slider .splide__track {
  overflow: visible;
}

.front .pickup__slider .splide__slide {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.front .concept {
  position: relative;
  z-index: 1;
  background: url("../img/front/concept_bg_sp.jpg") no-repeat 50%/cover;
}

.front .concept__container {
  position: relative;
  padding-top: 83.47vw;
  padding-bottom: 81.33vw;
  text-align: center;
}

.front .concept__container::before {
  position: absolute;
  top: 52vw;
  left: 0;
  display: block;
  width: 0;
  height: auto;
  aspect-ratio: 375/604;
  content: "";
  background: url("../img/front/concept_deco_sp.svg") no-repeat 50%/contain;
  -webkit-transition: all 1s ease 2s;
  transition: all 1s ease 2s;
}

.front .concept__container.is-active::before {
  width: 100%;
}

.front .concept__contents .title {
  margin-bottom: clamp(16px, 70 / 1840 * 100vw, 70px);
  font-family: "Instrument Serif", serif;
  font-size: clamp(20px, 40 / 1840 * 100vw, 40px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.front .concept__contents .title__deco {
  display: block;
  margin-top: clamp(8px, 12 / 1840 * 100vw, 12px);
  font-size: 0;
}

.front .concept__contents .lead {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  font-weight: 300;
  line-height: 1.8;
}

.front .concept__contents .lead+.lead {
  margin-top: 16px;
}

.front .concept__contents .text {
  margin-top: clamp(32px, 40 / 1840 * 100vw, 40px);
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 3;
}

.front .concept__contents .action {
  margin-top: clamp(66px, 90 / 1840 * 100vw, 90px);
}

.front .concept__contents .action .c-button {
  max-width: 200px;
}

.front .concept__image .image {
  position: absolute;
  width: 25.07vw;
  height: auto;
  aspect-ratio: 94/130;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  opacity: 0;
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
}

.front .concept__image .image.is-active {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
}

.front .concept__image .image--01 {
  top: 0;
  left: 4.27vw;
}

.front .concept__image .image--02 {
  top: 34.67vw;
  left: 29.33vw;
}

.front .concept__image .image--03 {
  top: 17.33vw;
  right: 4.27vw;
}

.front .concept__image .image--04 {
  bottom: 17.33vw;
  left: 4.27vw;
}

.front .concept__image .image--05 {
  right: 29.6vw;
  bottom: 34.67vw;
}

.front .concept__image .image--06 {
  right: 4.53vw;
  bottom: 0;
}

.front .plan__container {
  padding-top: clamp(74px, 270 / 1840 * 100vw, 270px);
}

.front .plan__inner {
  position: relative;
}

.front .plan__panel {
  margin-top: 40px;
}

.front .plan__panel .desc__item {
  margin-right: -2.13vw;
  margin-left: -2.13vw;
}

.front .plan__panel .desc__item::before {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background-color: aqua;
}

.front .plan__panel .desc__item+.desc__item {
  margin-top: 80px;
}

.front .plan__panel .desc__item:nth-child(1)::before {
  background: url("../img/front/plan_img_01.jpg") no-repeat 0% 50%/cover;
}

.front .plan__panel .desc__item:nth-child(2)::before {
  background: url("../img/front/plan_img_02.jpg") no-repeat 0% 50%/cover;
}

.front .plan__panel .desc__item:nth-child(3)::before {
  background: url("../img/front/plan_img_03.jpg") no-repeat 0% 50%/cover;
}

.front .plan__panel .desc__item:nth-child(4)::before {
  background: url("../img/front/plan_img_04.jpg") no-repeat 0% 50%/cover;
}

.front .plan__panel .desc__item:nth-child(5)::before {
  background: url("../img/front/plan_img_05.jpg") no-repeat 0% 50%/cover;
}

.front .plan__panel .desc__item:nth-child(6)::before {
  background: url("../img/front/plan_img_06.jpg") no-repeat 0% 50%/cover;
}

.front .plan__panel .desc__item.is-active::before {
  background-color: antiquewhite;
  -webkit-animation-name: horizontalView;
  animation-name: horizontalView;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.front .plan__panel .desc__inner {
  width: 80.47%;
  max-width: 600px;
  margin: 32px auto 0;
}

.front .plan__panel .desc__title {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(20px, 32 / 1840 * 100vw, 32px);
  font-weight: 300;
  line-height: 1.8;
}

.front .plan__panel .desc__subtitle {
  font-family: "Instrument Serif", serif;
  font-size: clamp(12px, 15 / 1840 * 100vw, 15px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.front .plan__panel .desc__text {
  margin-top: clamp(16px, 56 / 1840 * 100vw, 56px);
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.8;
}

.front .plan__panel .desc__action {
  margin-top: clamp(32px, 48 / 1840 * 100vw, 48px);
}

.front .plan__panel .desc__action .c-button {
  width: 100%;
  max-width: 276px;
}

.front .plan__panel .desc__action .c-button__inner {
  gap: 16px;
}

.front .plan__panel .image {
  position: sticky;
  top: 40px;
  height: calc(100vh - 80px);
}

.front .plan__panel .image__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

.front .plan__panel .image__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.front .plan__panel .image__item:nth-child(1) {
  -webkit-clip-path: inset(0% 0 0 0);
  clip-path: inset(0% 0 0 0);
}

.front .movie__container {
  padding-top: clamp(112px, 224 / 1840 * 100vw, 224px);
  padding-bottom: clamp(115px, 230 / 1840 * 100vw, 230px);
}

.front .movie__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1200/675;
  background-color: lightgray;
}

.front .movie__body p {
  font-size: clamp(16px, 24 / 1840 * 100vw, 24px);
  color: red;
  text-align: center;
}

.front .studio {
  position: relative;
  height: 200vh;
}

.front .studio__container {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.front .studio__body {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
  min-height: 700px;
}

.front .studio__cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s ease-in 1s;
  transition: opacity 2s ease-in 1s;
}

.front .studio__cover.is-active {
  opacity: 1;
}

.front .studio__cover .contents {
  display: grid;
  grid-template-rows: auto 20% auto 20%;
  grid-template-columns: 100%;
  height: 100%;
  padding-top: 87px;
  padding-bottom: 120px;
  color: #fff;
  text-align: center;
}

.front .studio__cover .contents__title {
  -ms-flex-item-align: center;
  align-self: center;
  font-family: "Instrument Serif", serif;
  font-size: clamp(56px, 72 / 1840 * 100vw, 72px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.front .studio__cover .contents__lead {
  -ms-flex-item-align: center;
  align-self: center;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 32 / 1840 * 100vw, 32px);
  font-weight: 300;
  line-height: 1.8;
}

.front .studio__cover .contents__text {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  line-height: 2;
}

.front .studio__cover::before {
  position: absolute;
  top: 27vw;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 375/604;
  content: "";
  background: url("../img/front/studio_deco_sp.svg") no-repeat 50%/contain;
}

.front .studio__main .image {
  width: 100%;
  height: calc(100vh - 64px);
  min-height: 700px;
}

.front .studio__main .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.front .studio__main .splide__slide.is-active .image {
  -webkit-animation: zoomOut 6s linear 0s normal both;
  animation: zoomOut 6s linear 0s normal both;
}

.front .studio__thumbnail {
  position: absolute;
  bottom: 38px;
  left: 50%;
  z-index: 3;
  width: 83%;
  max-width: 312px;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.front .studio__thumbnail .splide__track--nav>.splide__list>.splide__slide {
  border-width: 1px;
}

.front .studio__thumbnail .splide__track--nav>.splide__list>.splide__slide.is-active {
  border-color: #fff;
}

.front .gallery {
  overflow: hidden;
}

.front .gallery__container {
  position: relative;
  padding-top: clamp(86px, 134 / 1840 * 100vw, 134px);
  padding-bottom: clamp(94px, 254 / 1840 * 100vw, 254px);
}

.front .gallery__link {
  display: block;
}

.front .gallery__head {
  position: absolute;
  top: 77.42vw;
  left: 6.4vw;
}

.front .gallery__head .title {
  font-family: "Instrument Serif", serif;
  font-size: clamp(64px, 220 / 1840 * 100vw, 220px);
  font-weight: 400;
  line-height: 1;
  color: #ccc;
  letter-spacing: 0.04em;
}

.front .gallery__infinity .infinity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3vw;
  -moz-column-gap: 3vw;
  column-gap: 3vw;
  overflow: hidden;
}

.front .gallery__infinity .infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3vw;
  -moz-column-gap: 3vw;
  column-gap: 3vw;
  -webkit-animation: infinity 120s infinite linear 0s both;
  animation: infinity 120s infinite linear 0s both;
}

.front .gallery__infinity .infinity__item {
  width: 280.27vw;
  font-size: 0;
}

.front .gallery__infinity .infinity__item img {
  width: 100%;
}

.front .column {
  overflow: hidden;
}

.front .column__container {
  position: relative;
  padding-bottom: clamp(110px, 220 / 1840 * 100vw, 220px);
}

.front .column__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.front .column__head .button {
  margin-top: 16px;
}

.front .column__head .button .c-button {
  max-width: 134px;
}

.front .column__head .button .c-button__inner {
  gap: 24px;
}

.front .column__head .button .c-button__inner::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.front .column__body {
  padding-right: 6.4vw;
  padding-left: 6.4vw;
}

.front .column__body .item:nth-child(n+4) {
  display: none;
}

.front .column__body .item+.item {
  margin-top: 24px;
}

.front .column__body .card {
  position: relative;
  display: block;
}

.front .column__body .card__image {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 327/214;
  overflow: hidden;
}

.front .column__body .card__image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
  transform: scale(1);
  -o-object-fit: cover;
  object-fit: cover;
}

.front .column__body .card__image .c-badge-new {
  position: absolute;
  top: 18px;
  right: 17px;
  z-index: 2;
}

.front .column__body .card__image::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.5)), color-stop(50%, transparent));
  background: linear-gradient(to top, rgba(51, 51, 51, 0.5) 0%, transparent 50%);
}

.front .column__body .card__desc {
  position: relative;
  padding: 16px 50px 16px 16px;
}

.front .column__body .card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 8px;
}

.front .column__body .card__info .date {
  font-family: "Instrument Serif", serif;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.front .column__body .card__info .category__item {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

.front .column__body .card__info .category__item::before {
  display: inline-block;
  content: "［";
}

.front .column__body .card__info .category__item::after {
  display: inline-block;
  content: "］";
}

.front .column__body .card__info .bar {
  position: relative;
  width: 16px;
  height: 10px;
}

.front .column__body .card__info .bar::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.front .column__body .card__title {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6;
}

.front .column__body .card__arrow {
  position: absolute;
  right: 16px;
  bottom: 16px;
}

.front .column__body .card__arrow::before {
  display: block;
  width: 26px;
  height: 20px;
  content: "";
  background: url("../img/common/arrow_01.svg") no-repeat 50%/contain;
}

.front .column__body .scroll,
.front .column__body .list,
.front .column__body .item,
.front .column__body .card {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.front .column .column__progress {
  position: absolute;
  top: 3.65vw;
  right: 40px;
  width: 263px;
  background: #000;
}

.front .column .column__progress-bar {
  position: relative;
  width: 0;
  height: 1px;
}

.front .column .column__progress-bar::before {
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  width: 19px;
  height: 19px;
  cursor: -webkit-grab;
  cursor: grab;
  content: "";
  background: url("../img/common/deco_gauge.svg") no-repeat 50%/contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.front .column .column__progress-bar::before:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.front .column__action {
  margin-top: 56px;
  text-align: center;
}

.front .column__action .c-button {
  width: 100%;
  max-width: 276px;
}

.front .news__container {
  display: grid;
  grid-template-columns: 100%;
  padding-bottom: clamp(80px, 220 / 1840 * 100vw, 220px);
}

.front .news__category {
  margin-top: 48px;
}

.front .news__category .category-list__item+.category-list__item {
  margin-top: 24px;
}

.front .news__category .category-list a {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
}

.front .news__category .category-list a::before {
  content: "[ ";
}

.front .news__category .category-list a::after {
  content: " ]";
}

.front .news__category .category-list a:not(.is-active) {
  color: #6D6D6D;
  opacity: 0.9;
}

.front .news__card {
  position: relative;
  display: block;
  padding: 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.front .news__card .thumbnail {
  position: relative;
  width: 100%;
}

.front .news__card .thumbnail__inner {
  width: 100%;
  aspect-ratio: 245/160;
  overflow: hidden;
}

.front .news__card .thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.front .news__card .thumbnail .c-badge-new {
  position: absolute;
  top: 18px;
  right: 17px;
  z-index: 2;
}

.front .news__card .textbody {
  margin-top: 16px;
}

.front .news__card .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.front .news__card .date {
  font-family: "Instrument Serif", serif;
}

.front .news__card .category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-left: 34px;
}

.front .news__card .category::before {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 16px;
  height: 1px;
  content: "";
  background-color: #CCC;
}

.front .news__card .category li {
  font-weight: 300;
}

.front .news__card .category li::before {
  content: "[ ";
}

.front .news__card .category li::after {
  content: " ]";
}

.front .news__card .title {
  position: relative;
  padding-right: 34px;
  margin-top: 8px;
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
}

.front .news__card .title::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 26px;
  height: 20px;
  content: "";
  background-image: url("../img/common/arrow_02.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.front .news__action {
  margin-top: 32px;
  text-align: center;
}

.front .news__action .c-button {
  max-width: 134px;
}

.front .news__action .c-button__inner {
  gap: 24px;
}

.front .news__action .c-button__inner::after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/* Base
   ----------------------------------------------------------------- */
.article {
  max-width: 880px;
  margin: 0 auto;
}

.article .article-head__information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.article .article-head__date {
  font-family: "Instrument Serif", serif;
}

.article .article-head__category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-left: 34px;
}

.article .article-head__category::before {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 16px;
  height: 1px;
  content: "";
  background-color: #CCC;
}

.article .article-head__category li {
  font-weight: 300;
}

.article .article-head__category li::before {
  content: "[ ";
}

.article .article-head__category li::after {
  content: " ]";
}

.article .article-head__category--column {
  padding-left: 0;
}

.article .article-head__category--column::before {
  content: none;
}

.article .article-head__title {
  position: relative;
  margin-top: 8px;
  font-size: 20px;
  font-weight: 300;
}

.article .article__mainview {
  margin-top: 20px;
  text-align: center;
}

.article .article__content {
  padding-bottom: 64px;
  margin-top: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.article .article-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 64px;
}

.article .article-share__title {
  font-family: "Instrument Serif", serif;
  font-size: 12px;
}

.article .article-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.article .article-link {
  padding: 52px 0 96px;
}

.article .article-link__list {
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  gap: 0 32px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.article .article-link__list a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0;
}

.article .article-link__list a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
}

.article .article-link__list .article-link__top a {
  text-align: center;
}

.article .article-link__list .article-link__preview a::after,
.article .article-link__list .article-link__next a::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 26px;
  height: 20px;
  content: "";
  background-image: url("../img/common/arrow_02.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

.article .article-link__list .article-link__preview a {
  text-align: right;
}

.article .article-link__list .article-link__preview a::after {
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

.article .article-link__list .article-link__next a::after {
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Base
   ----------------------------------------------------------------- */
.page-about .l-page__header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.page-about .js-trigger {
  position: relative;
  padding-bottom: 96px;
  overflow: clip;
}

.page-about .about-mainview {
  position: relative;
  height: 100svh;
}

.page-about .about-mainview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-about .about-mainview .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(131, 125, 121, 0.5);
  opacity: 0;
}

.page-about .about-mainview .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-about .outline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100svh;
  padding: clamp(64px, 128 / 1840 * 100vw, 128px) 0 clamp(82px, 164 / 1840 * 100vw, 164px);
  margin-top: 100svh;
}

.page-about .outline__inner {
  position: relative;
}

.page-about .outline__image01 .sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-about .outline__image01 .sp img.image01-1 {
  width: 44.9541284404%;
}

.page-about .outline__image01 .sp img.image01-2 {
  width: 44.9541284404%;
  margin-top: 33.0275229358%;
}

.page-about .outline__image01 .pc {
  display: none;
}

.page-about .outline__textbody {
  position: relative;
  margin: 32px 0;
  color: #fff;
}

.page-about .outline__textbody .title {
  margin-bottom: 26px;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  font-weight: 300;
  line-height: clamp(32.4px, 60 / 1840 * 100vw, 60px);
}

.page-about .outline__textbody .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: clamp(42px, 56 / 1840 * 100vw, 56px);
}

.page-about .outline__image02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

.page-about .outline__image02 img.image02-1 {
  width: 44.9541284404%;
  margin-top: 22.0183486239%;
}

.page-about .outline__image02 img.image02-2 {
  width: 62.3853211009%;
  margin-left: -7.3394495413%;
}

.page-about .features {
  position: relative;
  padding-bottom: 88px;
}

.page-about .features__inner {
  position: relative;
}

.page-about .features .p-section-title {
  margin-bottom: 24px;
}

.page-about .features__item {
  display: grid;
  gap: 16px 0;
}

.page-about .features__item:not(:last-child) {
  margin-bottom: clamp(64px, 80 / 1840 * 100vw, 80px);
}

.page-about .features__item .item-image img {
  width: 100%;
}

.page-about .features__item .item-textbody {
  position: relative;
}

.page-about .features__item .item-textbody .number {
  font-family: "Instrument Serif", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.page-about .features__item .item-textbody .title {
  margin: 8px 0;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  font-weight: 300;
  line-height: 1.8;
}

.page-about .features__item .item-textbody .text p {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: clamp(23.4px, 30.8 / 1840 * 100vw, 30.8px);
}

.page-about .features__item .item-textbody .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 3.9215686275%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}

.page-about .features__item .item-textbody .action .c-button {
  width: 100%;
  max-width: 245px;
}

.page-about .features__item .item-textbody .action .c-button__inner {
  gap: 0 24px;
}

.page-about .interstitial {
  position: relative;
  padding-bottom: 88px;
}

.page-about .interstitial img {
  width: 100%;
}

.page-about .professional {
  position: relative;
  padding-bottom: 134px;
}

.page-about .professional__inner {
  position: relative;
}

.page-about .professional .p-section-title {
  margin-bottom: 24px;
}

.page-about .professional__item {
  display: grid;
  gap: 16px 0;
}

.page-about .professional__item:not(:last-child) {
  margin-bottom: 56px;
}

.page-about .professional__item .item-image img {
  width: 100%;
}

.page-about .professional__item .item-textbody {
  position: relative;
}

.page-about .professional__item .item-textbody .heading {
  margin-bottom: 16px;
}

.page-about .professional__item .item-textbody .heading .en {
  font-family: "Instrument Serif", serif;
  font-size: clamp(24px, 32 / 1840 * 100vw, 32px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

.page-about .professional__item .item-textbody .heading .ja {
  margin-top: 8px;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(16px, 20 / 1840 * 100vw, 20px);
  font-weight: 300;
  line-height: 1.8;
}

.page-about .professional__item .item-textbody .text p {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.8;
}

.page-about .photoplan {
  position: relative;
  padding-bottom: 72px;
}

.page-about .photoplan__inner {
  position: relative;
}

.page-about .photoplan__title {
  position: relative;
  margin-bottom: 8px;
  text-align: center;
}

.page-about .photoplan__title--en {
  font-family: "Instrument Serif", serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.8;
  color: rgba(0, 0, 0, 0.1);
  letter-spacing: 0.04em;
}

.page-about .photoplan__title--ja {
  margin-top: -0.2em;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  font-weight: 300;
  line-height: 2.2;
}

.page-about .photoplan__list {
  display: grid;
  gap: 8px 0;
}

.page-about .photoplan__item {
  position: relative;
}

.page-about .photoplan__item .item-image {
  overflow: hidden;
}

.page-about .photoplan__item .item-image img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.page-about .photoplan__item .item-textbody {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fff;
}

.page-about .photoplan__item .item-textbody .heading .ja {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 32 / 1840 * 100vw, 32px);
  font-weight: 300;
  line-height: 1.8;
}

.page-about .photoplan__item .item-textbody .heading .en {
  font-family: "Instrument Serif", serif;
  font-size: clamp(13px, 15 / 1840 * 100vw, 15px);
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* Base
   ----------------------------------------------------------------- */
.archive-column .archive-column__container {
  padding-bottom: 64px;
}

.archive-column .archive-column__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.archive-column .archive-column__category .category-head {
  font-size: 13px;
  font-weight: 300;
}

.archive-column .archive-column__category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.archive-column .archive-column__category .category-list a {
  font-size: 13px;
  font-weight: 300;
}

.archive-column .archive-column__category .category-list a::before {
  content: "[ ";
}

.archive-column .archive-column__category .category-list a::after {
  content: " ]";
}

.archive-column .archive-column__category .category-list a:not(.is-active) {
  color: #6D6D6D;
  opacity: 0.9;
}

.archive-column .archive-column__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px 28px;
  padding-top: 40px;
  margin-top: 32px;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.archive-column .archive-column__card {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 28px;
}

.archive-column .archive-column__card::before {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 26px;
  height: 20px;
  content: "";
  background-image: url("../img/common/arrow_02.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.archive-column .archive-column__card .thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 327/214;
}

.archive-column .archive-column__card .thumbnail__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.archive-column .archive-column__card .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.archive-column .archive-column__card .thumbnail .c-badge-new {
  position: absolute;
  top: 18px;
  right: 17px;
  z-index: 2;
}

.archive-column .archive-column__card .textbody {
  margin-top: 16px;
}

.archive-column .archive-column__card .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.archive-column .archive-column__card .date {
  font-family: "Instrument Serif", serif;
}

.archive-column .archive-column__card .category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.archive-column .archive-column__card .category li {
  font-weight: 300;
}

.archive-column .archive-column__card .category li::before {
  content: "[ ";
}

.archive-column .archive-column__card .category li::after {
  content: " ]";
}

.archive-column .archive-column__card .title {
  display: -webkit-box;
  margin-top: 8px;
  overflow: hidden;
  font-size: 13px;
  font-weight: 300;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.archive-column__nopost {
  margin-top: 50px;
  text-align: center;
}

.archive-column__nopost .message {
  font-size: clamp(16px, 20 / 1840 * 100vw, 20px);
}

/* Base
   ----------------------------------------------------------------- */
.archive .archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: archive;
  flex-direction: archive;
  margin-top: 16px;
}

.archive .archive__item+.archive__item {
  margin-top: 16px;
}

.archive .archive-nopost {
  margin-top: 40px;
}

.archive .archive-nopost .archive-nopost__title {
  font-size: 20px;
  text-align: center;
}

.archive .archive-nopost .archive-nopost__action {
  margin-top: 40px;
}

/* Base
   ----------------------------------------------------------------- */
body:has(.archive-gallery) {
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
}

.js-area {
  position: relative;
}

.js-cursor {
  display: none;
}

.js-cursor>img {
  margin: 0 !important;
  border-radius: 0 !important;
}

.archive-gallery .l-page {
  padding-top: 20px;
  padding-bottom: 0;
}

.archive-gallery .l-page .l-page__header {
  padding-top: 67px;
  padding-bottom: 18px;
  pointer-events: none;
}

.archive-gallery .l-page .l-page__breadcrumb {
  padding: 16px 36px;
}

.archive-gallery .gallery {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
}

.archive-gallery .gallery .is-hidden {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.archive-gallery .gallery .gallery__infinity-container.is-hidden {
  display: none !important;
}

.archive-gallery .gallery .l-page__title {
  position: relative;
  z-index: 3;
}

.archive-gallery .gallery .gallery__control {
  position: fixed;
  bottom: 16px;
  left: calc(50% - 105px);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 210px;
  padding: 5px 18px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

.archive-gallery .gallery .gallery__control .gallery__control__headline {
  font-family: "Instrument Serif";
  font-size: 15px;
  line-height: 150%;
  /* 22.5px */
  letter-spacing: 0.6px;
}

.archive-gallery .gallery .gallery__control .gallery__control__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.archive-gallery .gallery .gallery__control .gallery__control__buttons .gallery__control__button {
  display: grid;
  place-items: center;
  width: 30px;
}

.archive-gallery .gallery .gallery__control .gallery__control__buttons .gallery__control__button:disabled {
  opacity: 0.5;
}

.archive-gallery .gallery .gallery__control .gallery__control__buttons .gallery__control__button>svg {
  width: 100%;
}

.archive-gallery .gallery .gallery__slider {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.archive-gallery .gallery .gallery__slider .gallery__slider-wrapper {
  display: grid;
  gap: 8px;
}

.archive-gallery .gallery .gallery__slider .gallery__slider__content {
  height: 100%;
  visibility: inherit;
}

.archive-gallery .gallery .gallery__slider .gallery__slider__content .splide__track {
  height: 100%;
}

.archive-gallery .gallery .gallery__slider .gallery__slider__content .splide__list {
  display: grid;
  gap: 8px;
  height: 100%;
}

.archive-gallery .gallery .gallery__slider .gallery__slider__content .splide__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-gallery .gallery .gallery__infinity {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.archive-gallery .gallery .gallery__infinity .gallery__infinity__wrap {
  position: relative;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}

.archive-gallery .gallery .gallery__infinity .gallery__infinity__wrap .js-cursor img {
  max-width: 75%;
}

.archive-gallery .gallery .gallery__infinity .gallery__infinity__wrap a {
  display: block;
  -webkit-transition: all 0s ease !important;
  transition: all 0s ease !important;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

.archive-gallery .gallery .gallery__infinity .gallery__infinity__wrap img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.archive-gallery .gallery .gallery__infinity .gallery__infinity__banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  width: 100%;
  max-width: 800px;
  margin: 120px auto 80px;
}

.archive-gallery .gallery__infinity__loading {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  max-height: 150px;
}

.archive-gallery .gallery__infinity__loading>figure {
  position: relative;
  min-height: 200px;
  background: #cacaca;
}

.archive-gallery .gallery__infinity__loading>figure::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.2)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  -webkit-animation: skeleton-animation 1.2s linear infinite;
  animation: skeleton-animation 1.2s linear infinite;
}

@-webkit-keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes skeleton-animation {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.single-gallery .single-gallery__mv {
  display: grid;
  gap: 16px;
}

.single-gallery .single-gallery__mv .single-gallery__mv__splide {
  width: 100%;
}

.single-gallery .single-gallery__mv .single-gallery__mv__splide .splide__slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto !important;
}

.single-gallery .single-gallery__mv .single-gallery__mv__splide .splide__slide img {
  height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.single-gallery .single-gallery__mv .single-gallery__mv__thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  max-width: 1130px;
  padding: 0 16px;
  margin: 0 auto;
}

.single-gallery .single-gallery__mv .single-gallery__mv__thumbnail img {
  height: 42px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-gallery .single-gallery__information {
  padding: 65px 0 80px;
}

.single-gallery .single-gallery__information .single-gallery__information__dls {
  margin-top: 10px;
}

.single-gallery .single-gallery__information .single-gallery__information__dls>dl {
  display: grid;
  gap: 0;
  font-family: "Instrument Serif", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.single-gallery .single-gallery__information .single-gallery__information__dls>dl>dt {
  position: relative;
  padding: 12px 0;
}

.single-gallery .single-gallery__information .single-gallery__information__dls>dl>dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.single-gallery .single-gallery__information .single-gallery__information__dls>dl>dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.single-gallery .single-gallery__information .single-gallery__information__dls>dl>dd {
  position: relative;
  padding: 15px 0 10px;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0;
}

.single-gallery .single-gallery__information .single-gallery__information__dls>dl>dd .c-button {
  max-width: 190px;
  margin-top: 10px;
}

.single-gallery .single-gallery__information .single-gallery__information__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 15px;
}

.single-gallery .single-gallery__information .single-gallery__information__tags>li::before {
  content: "#";
}

.single-gallery .single-gallery__information .single-gallery__information__photographer {
  display: grid;
  grid-template-columns: 88px auto;
  gap: 21px;
}

.single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-figure {
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}

.single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-name {
  font-size: 15px;
}

.single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-text {
  margin-top: 10px;
}

.single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-links img {
  width: 100%;
}

.single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-link {
  display: grid;
  grid-template-columns: 24px auto;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.single-gallery .single-gallery__information .single-gallery__information__buttons {
  display: grid;
  gap: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 62px;
}

.single-gallery .single-gallery__information .single-gallery__information__buttons .c-button__inner {
  gap: 24px;
}

.single-gallery .single-gallery__dress {
  padding: 40px 0 0;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article {
  padding: 40px 0 0;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about {
  padding-bottom: 56px;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider {
  display: grid;
  gap: 10px;
  overflow: hidden;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__mainSlider .splide__slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__thumbSlider .splide__track {
  height: 100%;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__thumbSlider .splide__list {
  height: 100%;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__thumbSlider .splide__slide {
  border: none !important;
  opacity: 0.5;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__thumbSlider .splide__slide.is-active {
  opacity: 1;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__thumbSlider .splide__slide img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information {
  margin-top: 24px;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-name {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 180%;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  font-weight: 300;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-tags>li::before {
  content: "# ";
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-about {
  margin-top: 24px;
  font-size: 13px;
  font-weight: 300;
  line-height: 180%;
  /* 23.4px */
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls {
  margin-top: 25px;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl {
  display: grid;
  gap: 0;
  font-family: "Instrument Serif", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dt {
  position: relative;
  padding: 12px 0;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dt::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dd {
  position: relative;
  padding: 15px 0 10px;
  font-family: "Noto Sans JP";
  font-size: 13px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dd .c-button {
  width: 190px;
  height: 39px;
  margin-top: 10px;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-note {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 300;
  line-height: 180%;
  /* 21.6px */
  color: #6D6D6D;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta {
  position: relative;
  padding: 40px 0;
  color: #fff;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .p-container {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 17px;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__figure {
  grid-row: 1/2;
  width: 100%;
  max-width: 90%;
  aspect-ratio: 16/10.6;
  margin: 0 auto;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information {
  grid-row: 2/3;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information .single-gallery__dress__article__cta__information-headline {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 180%;
  text-align: center;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information .single-gallery__dress__article__cta__information-text {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information .single-gallery__dress__article__cta__information-btns {
  display: grid;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 23px;
}

.single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information .single-gallery__dress__article__cta__information-btns .c-button {
  width: 100%;
  max-width: 100%;
  padding: 11px 15px 8px;
}

.single-gallery .single-gallery__dress .single-gallery__dress__pager {
  display: grid;
  grid-template-columns: 16.3% auto 16.3%;
  gap: 10%;
  padding-top: 92px;
  overflow: hidden;
}

.single-gallery .single-gallery__others {
  padding: 66px 0 78px;
}

.single-gallery .single-gallery__others .single-gallery__others__contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-top: 12px;
}

.single-gallery .single-gallery__others .single-gallery__others__contents .single-gallery__others__contents__figure {
  aspect-ratio: 1/1;
}

.single-gallery .single-gallery__others .single-gallery__others__contents .single-gallery__others__contents__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-gallery .single-gallery__others .single-gallery__others__more {
  display: grid;
  place-items: center;
  padding-top: 32px;
}

@-webkit-keyframes fadeColor {
  to {
    fill: #406B9D;
  }
}

@keyframes fadeColor {
  to {
    fill: #406B9D;
  }
}

/* Base
   ----------------------------------------------------------------- */
.page-privacy .privacy-section+.privacy-section {
  margin-top: 48px;
}

.page-privacy .privacy-section:last-child {
  padding-bottom: 80px;
}

.page-privacy .privacy-section__title {
  font-size: 22px;
  font-weight: 300;
}

.page-privacy .privacy-section__block {
  margin-top: 32px;
  font-weight: 300;
}

.page-privacy .privacy-section__block .title {
  font-size: 18px;
  font-weight: 300;
}

.page-privacy .privacy-section__block .text {
  margin-top: 16px;
  line-height: 1.6;
}

.page-privacy .privacy-section__block .text p+p {
  margin-top: 1.5rem;
}

.page-privacy .privacy-section__block .text a {
  text-decoration: underline;
  word-break: break-all;
}

.page-privacy .privacy-section__block ul {
  margin: 16px 0;
  list-style: none;
}

.page-privacy .privacy-section__block ul>li {
  position: relative;
  padding-left: 1.2em;
}

.page-privacy .privacy-section__block ul>li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 7px;
  height: 1px;
  content: "";
  background-color: #000;
}

.page-privacy .privacy-section__block ul>li:nth-child(n+2) {
  margin-top: 0.5em;
}

.page-privacy .privacy-section__block ol {
  margin: 16px 0;
  counter-reset: number 0;
}

.page-privacy .privacy-section__block ol>li {
  position: relative;
  padding-left: 1.2em;
}

.page-privacy .privacy-section__block ol>li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Instrument Serif", serif;
  content: counter(number) ".";
  counter-increment: number 1;
}

.page-privacy .privacy-section__block ol>li:nth-child(n+2) {
  margin-top: 0.5em;
}

/* Base
   ----------------------------------------------------------------- */
.page-notfound .notfound__content {
  padding-top: 32px;
  padding-bottom: 80px;
}

.page-notfound .notfound__lead {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.page-notfound .notfound__text {
  margin-top: 32px;
  font-weight: 300;
  line-height: 1.6;
}

.page-notfound .notfound__action {
  margin-top: 56px;
  text-align: center;
}

/* Base
   ----------------------------------------------------------------- */
.archive-news .archive-news__container {
  padding-bottom: 64px;
}

.archive-news .archive-news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.archive-news .archive-news__category .category-head {
  font-size: 13px;
  font-weight: 300;
}

.archive-news .archive-news__category .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.archive-news .archive-news__category .category-list a {
  font-size: 13px;
  font-weight: 300;
}

.archive-news .archive-news__category .category-list a::before {
  content: "[ ";
}

.archive-news .archive-news__category .category-list a::after {
  content: " ]";
}

.archive-news .archive-news__category .category-list a:not(.is-active) {
  color: #6D6D6D;
  opacity: 0.9;
}

.archive-news .archive-news__list {
  margin-top: 32px;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.archive-news .archive-news__card {
  position: relative;
  display: block;
  padding: 24px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.archive-news .archive-news__card .thumbnail {
  position: relative;
  width: 100%;
  aspect-ratio: 245/160;
}

.archive-news .archive-news__card .thumbnail__inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.archive-news .archive-news__card .thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -o-object-fit: cover;
  object-fit: cover;
}

.archive-news .archive-news__card .thumbnail .c-badge-new {
  position: absolute;
  top: 18px;
  right: 17px;
  z-index: 2;
}

.archive-news .archive-news__card .textbody {
  margin-top: 16px;
}

.archive-news .archive-news__card .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.archive-news .archive-news__card .date {
  font-family: "Instrument Serif", serif;
}

.archive-news .archive-news__card .category {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  padding-left: 34px;
}

.archive-news .archive-news__card .category::before {
  position: absolute;
  top: 11px;
  left: 9px;
  width: 16px;
  height: 1px;
  content: "";
  background-color: #CCC;
}

.archive-news .archive-news__card .category li {
  font-weight: 300;
}

.archive-news .archive-news__card .category li::before {
  content: "[ ";
}

.archive-news .archive-news__card .category li::after {
  content: " ]";
}

.archive-news .archive-news__card .title {
  position: relative;
  padding-right: 34px;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 300;
}

.archive-news .archive-news__card .title::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 26px;
  height: 20px;
  content: "";
  background-image: url("../img/common/arrow_02.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#js-copyUrl-message {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  padding: 1em 2em;
  font-size: clamp(14px, 16 / 1840 * 100vw, 16px);
  font-weight: 600;
  color: #fff;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Base
   ----------------------------------------------------------------- */
.page-access .access-content {
  position: relative;
}

.page-access .access-content__image {
  max-width: 420px;
  margin: 40px auto 0;
}

.page-access .access-content__image img {
  width: 100%;
}

.page-access .access-content__text {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-weight: 300;
  line-height: 2.2;
}

.page-access .access-content__name {
  margin-top: 42px;
}

.page-access .access-content__name .en {
  margin-right: clamp(16px, 48 / 1840 * 100vw, 48px);
  font-family: "Afacad", sans-serif;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 0.04em;
}

.page-access .access-content__name .ja {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
}

.page-access .access-content__table {
  display: grid;
  grid-template-columns: 108px 1fr;
  margin-top: 32px;
}

.page-access .access-content__table dt {
  position: relative;
  padding: 8px 0 16px;
  font-family: "Instrument Serif", serif;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.page-access .access-content__table dt::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 108px;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
}

.page-access .access-content__table dt.first {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.page-access .access-content__table dd {
  position: relative;
  padding: 8px 16px 16px;
  font-size: 13px;
}

.page-access .access-content__table dd::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}

.page-access .access-content__table dd.first {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.page-access .access-content__table dd p {
  font-weight: 300;
}

.page-access .access-content__table dd p+p {
  margin-top: 4px;
}

.page-access .access-content__table dd p.small {
  font-size: 12px;
}

.page-access .access-transportation {
  padding: 80px 0;
}

.page-access .access-transportation__title .subtitle {
  font-family: "Instrument Serif", serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.page-access .access-transportation__title .title {
  margin-top: clamp(8px, 16 / 1840 * 100vw, 16px);
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 1.8;
}

.page-access .access-transportation__list {
  margin-top: 32px;
}

.page-access .access-transportation__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.page-access .access-transportation__list li:last-child {
  padding-bottom: 0;
}

.page-access .access-transportation__list .icon {
  width: 80px;
}

.page-access .access-transportation__list .textbody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 16px;
}

.page-access .access-transportation__list .title {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 18px;
  font-weight: 300;
}

.page-access .access-transportation__list .text {
  margin-top: 16px;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-weight: 300;
}

.page-access .access-transportation__map {
  position: relative;
  height: 420px;
  margin-top: 24px;
}

.page-access .access-transportation__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Base
   ----------------------------------------------------------------- */
.page-faq .faq__content {
  padding-bottom: 80px;
}

.page-faq .faq-pagelink {
  padding: 24px 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.page-faq .faq-pagelink__list li+li {
  margin-top: 8px;
}

.page-faq .faq-pagelink__list a {
  position: relative;
  display: block;
  padding: 4px 0;
  font-weight: 300;
}

.page-faq .faq-pagelink__list a::before {
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.page-faq .faq-pagelink__list a::after {
  position: absolute;
  top: calc(50% - 2px);
  right: 2px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.page-faq .faq-section {
  counter-reset: faqnumber 0;
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.page-faq .faq-section:not(:last-child) {
  padding-bottom: 16px;
}

.page-faq .faq-section:last-child .faq-section__list li:last-child {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.page-faq .faq-section__title .en {
  padding: 40px 0 8px;
  font-family: "Instrument Serif", serif;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.page-faq .faq-section__title .ja {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 18px;
  font-weight: 300;
}

.page-faq .faq-section__list {
  max-width: 934px;
  padding-left: 4.2vw;
  margin: 8px 0 0 auto;
}

.page-faq .faq-section__list li {
  padding: 24px 0;
  counter-increment: faqnumber 1;
}

.page-faq .faq-section__list li:nth-child(n+2) {
  border-top: solid 1px rgba(0, 0, 0, 0.2);
}

.page-faq .faq-section__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.page-faq .faq-section__question::before {
  display: block;
  font-family: "Instrument Serif", serif;
  font-size: 18px;
  content: "Q.0" counter(faqnumber);
}

.page-faq .faq-section__question span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 16px;
}

.page-faq .faq-section__answer {
  margin-top: 8px;
}

.page-faq .faq-section__answer p {
  font-weight: 300;
  line-height: 1.6;
}

.page-faq .faq-section__answer p+p {
  margin-top: 1.5rem;
}

.page-faq .faq-section__answer p .small {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #6D6D6D;
}

.page-faq .faq-section__answer a {
  text-decoration: underline;
}

/* Base
   ----------------------------------------------------------------- */
.page-photostudio .photostudio-mainview {
  position: relative;
}

.page-photostudio .photostudio-mainview__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 87px;
}

.page-photostudio .photostudio-mainview__content .title {
  text-align: center;
}

.page-photostudio .photostudio-mainview__content .title__en {
  font-family: "Instrument Serif", serif;
  font-size: clamp(40px, 72 / 1840 * 100vw, 72px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.page-photostudio .photostudio-mainview__content .title__ja {
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 2.2;
}

.page-photostudio .photostudio-mainview__image {
  width: 100%;
  height: 812px;
  background-image: url("../img/photostudio/mainview_image_sp.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}

.page-photostudio .photostudio-sectitle {
  text-align: center;
}

.page-photostudio .photostudio-sectitle__en {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.page-photostudio .photostudio-sectitle__ja {
  margin-top: 8px;
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 1.8;
}

.page-photostudio .photostudio__container {
  position: relative;
}

.page-photostudio .lead {
  margin-top: 78px;
}

.page-photostudio .lead__text1 {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 18px;
  font-weight: 300;
}

.page-photostudio .lead__text2 {
  margin-top: 44px;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 220%;
}

.page-photostudio .lead__text2 p+p {
  margin-top: 1.5rem;
}

.page-photostudio .lead__text2 .u-inline-block {
  display: inline;
}

.page-photostudio .features {
  margin-top: 124px;
}

.page-photostudio .features__title {
  margin-bottom: 24px;
}

.page-photostudio .features-block {
  display: grid;
}

.page-photostudio .features-block+.features-block {
  margin-top: 48px;
}

.page-photostudio .features-block__image img {
  width: 100%;
}

.page-photostudio .features-block__textbody .inner {
  margin-top: 16px;
}

.page-photostudio .features-block__textbody .text1 {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 32 / 1840 * 100vw, 32px);
  font-weight: 300;
  line-height: 180%;
}

.page-photostudio .features-block__textbody .text2 {
  margin-top: 16px;
  font-weight: 300;
}

.page-photostudio .features-block__textbody .features-block__detail {
  display: grid;
  margin-top: 16px;
}

.page-photostudio .features-block__textbody .features-block__detail>dl {
  position: relative;
  display: grid;
  grid-template-columns: 20% auto;
}

.page-photostudio .features-block__textbody .features-block__detail>dl>dt {
  padding: 16px 0;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-photostudio .features-block__textbody .features-block__detail>dl>dd {
  padding: 16px;
  font-size: 13px;
  font-weight: 300;
  line-height: 150%;
  /* 21px */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.page-photostudio .features-block__notes {
  padding: 0 16px;
  margin-top: 34px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
  background: #F2F2F2;
}

.page-photostudio .features-block__notes>dl {
  display: grid;
}

.page-photostudio .features-block__notes>dl>dt {
  padding: 16px 8px;
  border-bottom: 1px solid #B8B8B8;
}

.page-photostudio .features-block__notes>dl>dd {
  padding: 16px 8px;
}

.page-photostudio .studio {
  margin-top: 88px;
}

.page-photostudio .studio .p-section-title {
  text-align: center;
}

.page-photostudio .studio__map {
  margin-top: 28px;
}

.page-photostudio .studio-facility {
  margin-top: 16px;
}

.page-photostudio .studio-facility__block {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 20px;
}

.page-photostudio .studio-facility__block+.studio-facility__block {
  margin-top: 32px;
}

.page-photostudio .studio-facility__textbody .title {
  font-family: "Instrument Serif", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.page-photostudio .studio-facility__textbody .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-photostudio .studio-facility__textbody .list__title {
  width: 80px;
  padding: 16px 8px 16px 0;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 13px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.page-photostudio .studio-facility__textbody .list__text {
  width: calc(100% - 80px);
  padding: 16px 0;
  font-size: 13px;
  font-weight: 300;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.page-photostudio .flow {
  margin-top: 80px;
}

.page-photostudio .flow-list {
  position: relative;
  margin-top: 32px;
}

.page-photostudio .flow-list__contents li {
  display: none;
}

.page-photostudio .flow-list__contents li.is-visible {
  display: block;
}

.page-photostudio .flow-list__contents li+li {
  margin-top: 32px;
}

.page-photostudio .flow-list__more {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(to top, #fff, transparent);
}

.page-photostudio .flow-list__more .c-button {
  width: 100%;
  max-width: 200px;
}

.page-photostudio .flow-list__image {
  padding-left: 78px;
  text-align: right;
}

.page-photostudio .flow-list__textbody {
  position: relative;
}

.page-photostudio .flow-list__textbody .number {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Instrument Serif", serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.page-photostudio .flow-list__textbody .title {
  padding: 16px 0;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: 18px;
  font-weight: 300;
}

.page-photostudio .flow-list__textbody .title span {
  margin-left: 16px;
  font-size: 12px;
  color: #6D6D6D;
}

.page-photostudio .flow-list__textbody .text p {
  font-weight: 300;
  line-height: 1.8;
}

.page-photostudio .flow-list__textbody .text p+p {
  margin-top: 1.5rem;
}

.page-photostudio .flow-list__textbody .text p.note {
  padding-left: 0.7rem;
  font-size: 12px;
  color: #6D6D6D;
  text-indent: -0.7rem;
}

.page-photostudio .gallery {
  margin: 120px 0 80px;
}

.page-photostudio .gallery__title {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
}

.page-photostudio .gallery__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 20px;
}

.page-photostudio .gallery__action {
  margin-top: 32px;
  text-align: center;
}

/* Base
   ----------------------------------------------------------------- */
.page-plan-template {
  overflow: clip;
}

.page-plan-template .plan-mainview {
  position: relative;
  z-index: 1;
  padding-top: 95px;
  padding-bottom: 140px;
}

.page-plan-template .plan-mainview__inner {
  position: relative;
}

.page-plan-template .plan-mainview__image {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.page-plan-template .plan-mainview__image img {
  width: 100%;
}

.page-plan-template .plan-mainview__textbody {
  position: relative;
  z-index: 0;
  margin-top: 32px;
}

.page-plan-template .plan-mainview__textbody::before {
  position: absolute;
  bottom: 12px;
  left: 50%;
  z-index: -1;
  display: block;
  width: 161.0666666667vw;
  height: auto;
  aspect-ratio: 1121/1121;
  content: "";
  background: url("../img/front/concept_deco_pc.svg") no-repeat 50%/contain;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-plan-template .plan-mainview__textbody .tagline {
  margin-bottom: clamp(32px, 40 / 1840 * 100vw, 40px);
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 24 / 1400 * 100vw, 24px);
  font-weight: 300;
  line-height: clamp(32.4px, 52.8 / 1840 * 100vw, 52.8px);
  text-align: center;
}

.page-plan-template .plan-mainview__textbody .text p {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: clamp(28.6px, 30.8 / 1840 * 100vw, 30.8px);
}

.page-plan-template .plan-mainview__textbody .action {
  margin-top: clamp(40px, 72 / 1840 * 100vw, 72px);
  text-align: center;
}

.page-plan-template .plan-mainview__textbody .action .c-button__inner {
  gap: 30px;
}

.page-plan-template .plan-mainview__bg {
  position: absolute;
  bottom: 56px;
  left: 50%;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-plan-template .plan-mainview__bg img {
  width: 100%;
}

.page-plan-template .l-page__container {
  position: relative;
  z-index: 1;
}

.page-plan-template .studio-scenes {
  position: relative;
  padding-bottom: 64px;
}

.page-plan-template .studio-scenes__title {
  position: relative;
  margin-bottom: 8px;
  text-align: center;
}

.page-plan-template .studio-scenes__title--en {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.page-plan-template .studio-scenes__title--ja {
  margin-top: 8px;
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 2.2;
}

.page-plan-template .studio-scenes__block {
  margin-top: clamp(50px, 80 / 1840 * 100vw, 80px);
}

.page-plan-template .studio-scenes__featuresList {
  counter-reset: num;
}

.page-plan-template .studio-scenes__featuresList:not(:first-child) {
  margin-top: clamp(20px, 40 / 1840 * 100vw, 40px);
}

.page-plan-template .studio-scenes__featuresItem:first-child .item-title::before {
  letter-spacing: 0.1em;
}

.page-plan-template .studio-scenes__featuresItem:not(:last-child) {
  margin-bottom: 36px;
}

.page-plan-template .studio-scenes__featuresItem .item-title {
  position: relative;
  padding-left: clamp(73px, 145 / 1840 * 100vw, 145px);
  margin-bottom: 16px;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  font-weight: 300;
  line-height: 1.6;
}

.page-plan-template .studio-scenes__featuresItem .item-title::before {
  position: absolute;
  top: -0.4em;
  left: 0;
  font-family: "Instrument Serif", serif;
  font-size: clamp(40px, 80 / 1840 * 100vw, 80px);
  font-weight: 400;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.1);
  letter-spacing: 0.04em;
  white-space: nowrap;
  content: counter(num, decimal-leading-zero) " /";
  counter-increment: num;
}

.page-plan-template .studio-scenes__featuresItem .item-text {
  padding-left: 73px;
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.8;
}

.page-plan-template .studio-scenes__text {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
}

.page-plan-template .studio-scenes__text:not(:first-child) {
  margin-top: clamp(20px, 40 / 1840 * 100vw, 40px);
}

.page-plan-template .studio-scenes__hashList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: clamp(8px, 16 / 1840 * 100vw, 16px) clamp(20px, 40 / 1840 * 100vw, 40px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-plan-template .studio-scenes__hashList:not(:first-child) {
  margin-top: clamp(20px, 40 / 1840 * 100vw, 40px);
}

.page-plan-template .studio-scenes__hashList>li {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.5;
  color: #6D6D6D;
}

.page-plan-template .studio-scenes__hashList>li::before {
  display: inline;
  margin-right: 0.25em;
  content: "#";
}

.page-plan-template .our-essence {
  position: relative;
  padding-bottom: 100px;
}

.page-plan-template .our-essence__inner {
  position: relative;
}

.page-plan-template .our-essence .p-section-title {
  margin-bottom: 24px;
}

.page-plan-template .our-essence__item {
  display: grid;
  gap: 16px 0;
}

.page-plan-template .our-essence__item:not(:last-child) {
  margin-bottom: clamp(48px, 56 / 1840 * 100vw, 56px);
}

.page-plan-template .our-essence__item .item-image img {
  width: 100%;
}

.page-plan-template .our-essence__item .item-textbody {
  position: relative;
}

.page-plan-template .our-essence__item .item-textbody .title {
  margin-bottom: 8px;
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 32 / 1840 * 100vw, 32px);
  font-weight: 300;
  line-height: 1.8;
}

.page-plan-template .our-essence__item .item-textbody .text p {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: clamp(23.4px, 30.8 / 1840 * 100vw, 30.8px);
}

.page-plan-template .plan-fee {
  position: relative;
  padding-bottom: 120px;
}

.page-plan-template .plan-fee__inner {
  position: relative;
  padding: 0 4.8929663609%;
}

.page-plan-template .plan-fee__title {
  position: relative;
  margin-bottom: 38px;
  text-align: center;
}

.page-plan-template .plan-fee__title--en {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.page-plan-template .plan-fee__title--ja {
  margin-top: 8px;
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  font-weight: 300;
  line-height: 2.2;
}

.page-plan-template .plan-fee__list {
  display: grid;
  gap: 48px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-plan-template .plan-fee__item .item-image {
  margin-bottom: 8px;
}

.page-plan-template .plan-fee__item .item-image img {
  width: 100%;
}

.page-plan-template .plan-fee__item .item-textbody .title {
  font-family: "Noto Serif JP", georgia, 游明朝, "Yu Mincho", yumincho, "Hiragino Mincho ProN", hgs明朝e, メイリオ, meiryo, serif;
  font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  font-weight: 300;
  line-height: 1.8;
}

.page-plan-template .plan-fee__item .item-textbody .fee {
  font-family: "Instrument Serif", "Noto Serif JP", georgia, "游明朝", "Yu Mincho", yumincho, "Hiragino Mincho ProN", "hgs明朝e", "メイリオ", meiryo, serif;
  font-size: clamp(20px, 24 / 1840 * 100vw, 24px);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.page-plan-template .plan-fee__item .item-textbody .fee span {
  font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
}

.page-plan-template .plan-fee__item .item-textbody .box {
  padding: 16px clamp(16px, 24 / 1840 * 100vw, 24px);
  margin-top: clamp(8px, 16 / 1840 * 100vw, 16px);
  background: #F2F2F2;
}

.page-plan-template .plan-fee__item .item-textbody .box>li {
  position: relative;
  padding-left: 16px;
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.8;
  color: #0A0A0A;
}

.page-plan-template .plan-fee__item .item-textbody .box>li::before {
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 8px;
  height: 1px;
  content: "";
  background: #B6B6B6;
}

.page-plan-template .plan-fee__panel {
  padding: 16px 0;
  margin-top: clamp(48px, 56 / 1840 * 100vw, 56px);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.page-plan-template .plan-fee__optionList {
  display: grid;
  gap: 8px 0;
  margin-bottom: 8px;
}

.page-plan-template .plan-fee__optionList>dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 30px;
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 2.2;
  background: #F2F2F2;
}

.page-plan-template .plan-fee__optionList>dd {
  font-size: clamp(13px, 14 / 1840 * 100vw, 14px);
  font-weight: 300;
  line-height: 1.8;
}

.page-plan-template .plan-fee__optionNote>li {
  position: relative;
  padding-left: 1em;
  font-size: clamp(11px, 12 / 1840 * 100vw, 12px);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(109, 109, 109, 0.9);
}

.page-plan-template .plan-fee__optionNote>li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.page-plan-template .plan-fee__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: clamp(32px, 40 / 1840 * 100vw, 40px);
  text-align: center;
}

.page-plan-template .plan-fee__action .c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 64px;
}

.page-plan-template .gallery {
  position: relative;
  padding-bottom: 120px;
}

.page-plan-template .gallery .p-container--xl {
  padding-right: 0;
  padding-left: 0;
}

.page-plan-template .gallery__inner {
  position: relative;
}

.page-plan-template .gallery__title {
  position: relative;
  margin-bottom: 18px;
  text-align: center;
}

.page-plan-template .gallery__title--en {
  font-family: "Instrument Serif", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.page-plan-template .gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-plan-template .gallery__item {
  width: calc((100% - 5px) / 2);
}

.page-plan-template .gallery__item .item-image {
  aspect-ratio: 1/1;
}

.page-plan-template .gallery__item .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-plan-template .gallery__action {
  margin-top: clamp(32px, 40 / 1840 * 100vw, 40px);
  text-align: center;
}

/* ==========================================================================
   Plugin
   ========================================================================== */

@media screen and (min-width: 360px) {
  .l-header__nav.is-global-open {
    width: 340px;
  }
}

@media screen and (min-width: 375px) {
  .u-hide-up-xs {
    display: none !important;
  }

  .page-access .access-content__name .en {
    font-size: clamp(32px, 40 / 1840 * 100vw, 40px);
  }

  .page-access .access-transportation__title .subtitle {
    font-size: 40px;
  }

  .page-photostudio .photostudio-mainview__image {
    background-image: url("../img/photostudio/mainview_image.jpg");
    background-position: 75% 50%;
  }
}

@media screen and (min-width: 554px) {
  .l-header__inner {
    width: auto;
  }

  .l-header__inner.top .l-header__main {
    gap: 0;
  }

  .l-header__main {
    gap: 32px;
    padding: 8px 24px;
  }

  .l-header__main .left:has(.nav-filter),
  .l-header__main .left:has(.list--plan) {
    gap: 16px;
  }

  .l-header__logo {
    padding-right: 32px;
  }

  .l-header__logo a {
    width: 172px;
  }

  .l-header__menu .list--plan .list__item {
    font-size: 13px;
  }

  .l-header .nav-filter__menu .category {
    display: grid;
    grid-template-columns: auto 16px 1fr;
    gap: 16px;
  }

  .l-header .nav-filter__menu .category__row {
    display: contents;
    margin-bottom: 0;
  }

  .l-header .nav-filter__menu .category__bar {
    display: block;
  }

  .l-header .nav-filter__menu .category__body {
    margin-top: 0;
  }

  .l-header__nav.is-global-open {
    width: 514px;
    height: 658px;
  }

  .l-header__nav .nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 16px;
  }

  .l-header__nav .nav__column:nth-child(4) .nav__item:last-child {
    border-bottom: 1px solid #ccc;
  }

  .l-header__nav .nav__item .inner::after {
    content: none;
  }

  .l-header__nav .nav__item .child {
    padding-left: 0;
  }

  .l-header__nav .nav__item .child__item a::after {
    content: none;
  }

  .l-header__nav .info__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .l-header__nav .info__tel .number {
    margin-top: 0;
  }

  .l-header__nav .info__text {
    margin-top: 0;
    text-align: left;
  }

  .l-header__nav .info__social a {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  .l-footer__container {
    padding-right: 0;
    padding-left: 0;
  }

  .l-footer__nav {
    margin-top: 0;
  }

  .l-footer__nav .nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .l-footer__nav .nav__column {
    padding: 12px 0;
  }

  .l-footer__nav .nav__column.js-accordion .js-accordion__button {
    pointer-events: none;
  }

  .l-footer__nav .nav__column.js-accordion .js-accordion__button::before,
  .l-footer__nav .nav__column.js-accordion .js-accordion__button::after {
    content: none;
  }

  .l-footer__nav .nav__column.js-accordion .js-accordion__content {
    display: block;
  }

  .l-footer__nav .nav__item .inner {
    display: block;
    padding: 12px 0;
    border-top: none;
  }

  .l-footer__nav .nav__item .inner::after {
    content: none;
  }

  .l-footer__nav .nav__item .child {
    padding-bottom: 0;
    padding-left: 0;
  }

  .l-footer__nav .nav__item .child__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-footer__nav .nav__item .child__item a::before {
    display: block;
    width: 8px;
    height: 1px;
    content: "";
    background-color: #fff;
  }

  .l-footer__nav .nav__item .child__item a::after {
    content: none;
  }

  .l-footer__info {
    text-align: left;
  }

  .l-footer__info .logo a {
    margin: 0;
  }

  .l-footer__info .tel {
    margin-top: 32px;
  }

  .l-footer__info .social a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .u-hide-up-sm {
    display: none !important;
  }

  .front .pickup__layout {
    overflow: visible;
  }

  .front .concept__container::before {
    top: 50%;
    left: 50%;
    aspect-ratio: 1121/1121;
    background: url("../img/front/concept_deco_pc.svg") no-repeat 50%/contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .front .concept__container.is-active::before {
    width: 90%;
  }

  .front .concept__contents .lead+.lead {
    margin-top: 0;
  }

  .front .studio__cover::before {
    inset: 50%;
    width: 140%;
    aspect-ratio: 1/1;
    background: url("../img/front/studio_deco_pc.svg") no-repeat 50%/contain;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .front .gallery__head {
    top: 24.42vw;
  }

  .front .gallery__infinity .infinity__list {
    -webkit-animation: infinity 180s infinite linear 0s both;
    animation: infinity 180s infinite linear 0s both;
  }

  .front .gallery__infinity .infinity__item {
    width: 109.48vw;
  }

  .page-photostudio .photostudio-mainview__image {
    background-position: 80% 50%;
  }

  .page-photostudio .studio-facility__block {
    grid-template-columns: 160px 1fr;
    gap: 24px;
  }

  .page-plan-template .plan-mainview__textbody::before {
    bottom: -4.6931407942vw;
    width: 126.3537906137vw;
    -webkit-transform: translateX(-50%) rotate(15deg);
    transform: translateX(-50%) rotate(15deg);
  }

  .page-plan-template .plan-mainview__textbody .text {
    text-align: center;
  }

  .page-plan-template .plan-mainview__bg {
    width: 160%;
  }
}

@media screen and (min-width: 768px) {
  .l-page__header {
    padding-top: clamp(103px, 167 / 1840 * 100vw, 167px);
    padding-bottom: clamp(40px, 56 / 1840 * 100vw, 56px);
  }

  .l-header {
    top: 24px;
  }

  .l-header__bg {
    height: 66px;
  }

  .l-header__main {
    padding: 12px 32px;
  }

  .l-header .nav-filter__menu.is-filter-open {
    width: 670px;
  }

  .l-header__nav.is-global-open {
    width: 728px;
    height: 614px;
  }

  .l-header__nav .nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .l-header__nav .nav__column:nth-child(n+4) {
    display: contents;
  }

  .l-header__nav .nav__column:nth-child(4) .nav__item:last-child {
    border-bottom: none;
  }

  .l-header__nav .nav__column.js-accordion .js-accordion__button::before,
  .l-header__nav .nav__column.js-accordion .js-accordion__button::after {
    content: none;
  }

  .l-header__nav .nav__column.js-accordion .js-accordion__button {
    pointer-events: none;
  }

  .l-header__nav .nav__column.js-accordion .js-accordion__content {
    display: block;
  }

  .l-header__nav .nav__item .child__item a {
    display: inline-block;
  }

  .l-header__nav .nav__item.button .inner {
    border-bottom: 1px solid #ccc;
  }

  .l-header__nav .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__nav .nav {
    grid-template-columns: repeat(3, 1fr);
  }

  .l-footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-footer__copyright {
    margin-top: 0;
  }

  .p-editor-content h1 {
    margin: 48px 0 25px;
    font-size: 28px;
  }

  .p-editor-content h2 {
    margin: 40px 0 16px;
  }

  .p-editor-content h3 {
    margin: 24px 0 16px;
  }

  .p-editor-content h4 {
    margin: 24px 0 16px;
  }

  .p-editor-content img {
    margin-bottom: 16px;
  }

  .p-editor-content .alignright {
    float: right;
    margin-left: 15px;
  }

  .p-editor-content .alignleft {
    float: left;
    margin-right: 15px;
  }

  .p-editor-content blockquote {
    padding: 24px 20px;
    margin: 24px 0;
  }

  .p-editor-content table {
    margin: 25px 0;
  }

  .p-contact__head .text {
    margin-top: 8px;
  }

  .p-contact__body .service {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -40px;
    margin-left: -40px;
  }

  .p-contact__body .service__block {
    width: 33.3333333333%;
    height: clamp(202px, 486 / 1840 * 100vw, 486px);
    aspect-ratio: none;
  }

  .p-contact__body .service__block.is-other {
    width: 30%;
  }

  .p-contact__body .service__image::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(51, 51, 51, 0.2)), to(rgb(51, 51, 51)));
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2) 60%, rgb(51, 51, 51) 100%);
  }

  .p-contact__body .service__info .desc__text .u-inline-block {
    display: inline;
  }

  .p-recommend {
    background: url("../img/common/p-recommend_bg_pc.jpg") no-repeat 50%/cover;
  }

  .p-pagination .p-pagination__item .page-numbers.prev,
  .p-pagination .p-pagination__item .page-numbers.next {
    width: 56px;
  }

  .p-pagination .p-pagination__item .page-numbers.prev svg,
  .p-pagination .p-pagination__item .page-numbers.next svg {
    width: 22px;
  }

  .p-plan-slider__main .splide__slide img {
    height: 688px;
  }

  .p-plan-slider__thumbnail img {
    height: 70px;
  }

  .p-modal__panel {
    padding: 48px;
  }

  .p-modal__closebutton {
    top: -44px;
    right: -44px;
  }

  .p-container {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-container--sm {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-container--lg {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-container--xl {
    padding-right: 40px;
    padding-left: 40px;
  }

  .c-button {
    width: auto;
    max-width: 100%;
  }

  .c-button--sm {
    display: block;
  }

  .c-button--sm .c-button__arrow::before {
    width: 44px;
    background: url("../img/common/arrow_02.svg") no-repeat 50%/contain;
  }

  .u-hide-up-md {
    display: none !important;
  }

  .front .mainview__message {
    top: 50%;
    right: 5.78vw;
    bottom: initial;
    left: initial;
    width: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .front .mainview__message--svg {
    right: 5.78vw;
    width: 100%;
    max-width: clamp(300px, 421 / 1840 * 100vw, 421px);
  }

  .front .mainview__message .text {
    margin-top: 1.25vw;
  }

  .front .mainview__message .en {
    margin-top: 3.75vw;
  }

  .front .mainview__message .text-svg+.text-svg {
    margin-top: clamp(40px, 78 / 1840 * 100vw, 78px);
  }

  .front .mainview__scroll {
    left: 18px;
  }

  .front .pickup__slider .slide-banner {
    padding-right: clamp(22px, 30 / 1840 * 100vw, 30px);
  }

  .front .concept__contents .lead {
    line-height: 2.2;
  }

  .front .plan__panel .desc__item::before {
    max-width: 600px;
    aspect-ratio: 1.2/1;
    margin: 0 auto;
  }

  .front .studio__body {
    height: 100svh;
  }

  .front .studio__cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .front .studio__cover .contents {
    padding-top: 110px;
  }

  .front .studio__cover::before {
    width: 70%;
  }

  .front .studio__main .image {
    height: 100svh;
  }

  .front .studio__thumbnail {
    width: 100%;
    min-width: 656px;
  }

  .front .column__body {
    padding: 0;
  }

  .front .column__body .scroll {
    width: 100%;
    padding-left: 40px;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE・Edge */
  }

  .front .column__body .scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
  }

  .front .column__body .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 210vw;
  }

  .front .column__body .item:nth-child(n+4) {
    display: block;
  }

  .front .column__body .item+.item {
    margin-top: 0;
  }

  .front .column__body .item {
    width: 42vw;
    padding: 0 4px;
  }

  .front .column__body .card__image {
    aspect-ratio: 1/1;
  }

  .front .column__body .card__image .c-badge-new {
    top: 28px;
    right: 28px;
  }

  .front .column__body .card__desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
  }

  .front .column__body .card__info .bar::before {
    background-color: #fff;
  }

  .front .column__body .card__arrow::before {
    background: url("../img/common/arrow_01_white.svg") no-repeat 50%/contain;
  }

  .front .news__item:first-child .news__card {
    grid-template-columns: 40% 1fr;
  }

  .front .news__card {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 32px;
  }

  .front .news__card .thumbnail .c-badge-new {
    top: 28px;
    right: 28px;
  }

  .front .news__card .textbody {
    padding-top: clamp(4px, 20 / 1840 * 100vw, 20px);
    margin-top: 0;
  }

  .front .news__card .title {
    position: static;
    margin-top: 32px;
  }

  .front .news__card .title::before {
    top: auto;
    bottom: 30px;
    -webkit-transform: none;
    transform: none;
  }

  .article .article-link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .article .article-link__list li {
    width: 30%;
    max-width: 200px;
  }

  .page-about .outline__inner {
    display: grid;
    grid-template-columns: 1fr 53.152173913%;
    gap: 0 3.3695652174%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-about .outline__image01 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-about .outline__image01 .sp {
    display: none;
  }

  .page-about .outline__image01 .pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 924px;
  }

  .page-about .outline__image01 .pc img {
    width: 33.3333333333%;
  }

  .page-about .outline__image01 .pc img.image01-1 {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .page-about .outline__image01 .pc img.image01-2 {
    -ms-flex-item-align: end;
    align-self: end;
  }

  .page-about .outline__image01 .pc img.image01-3 {
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: -20.5627705628%;
  }

  .page-about .outline__textbody {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 580px;
    margin: 0 0 0 auto;
  }

  .page-about .outline__textbody .title {
    margin-bottom: clamp(40px, 80 / 1840 * 100vw, 80px);
  }

  .page-about .outline__image02 {
    display: none;
  }

  .page-about .features__item {
    display: grid;
    grid-template-columns: 1fr 46%;
    gap: 0 11.5%;
  }

  .page-about .features__item .item-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-about .features__item .item-textbody {
    -ms-flex-item-align: end;
    align-self: end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .page-about .features__item .item-textbody .title {
    margin: clamp(20px, 40 / 1840 * 100vw, 40px) 0 clamp(16px, 32 / 1840 * 100vw, 32px);
  }

  .page-about .features__item .item-textbody .action {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: clamp(20px, 40 / 1840 * 100vw, 40px);
  }

  .page-about .professional__item {
    grid-template-columns: 22.6016260163% 1fr;
    gap: 0 4.5528455285%;
  }

  .page-about .professional__item:not(:last-child) {
    margin-bottom: 40px;
  }

  .page-about .professional__item .item-textbody .heading {
    margin-bottom: clamp(16px, 24 / 1840 * 100vw, 24px);
  }

  .page-about .professional__item .item-textbody .heading .ja {
    margin-top: clamp(12px, 24 / 1840 * 100vw, 24px);
  }

  .page-about .photoplan__list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(10px, 20 / 1840 * 100vw, 20px) clamp(10px, 20 / 1840 * 100vw, 20px);
  }

  .archive-column .archive-column__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .archive-column .archive-column__card .thumbnail .c-badge-new {
    top: 28px;
    right: 28px;
  }

  .archive-column .archive-column__card .title {
    font-size: 16px;
  }

  .archive .archive__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 24px -16px 0;
  }

  .archive .archive__item {
    width: 33.3333333333%;
    padding: 24px 16px;
  }

  .archive .archive__item+.archive__item {
    margin-top: 0;
  }

  .js-cursor {
    z-index: 10;
    display: grid;
    place-items: center;
    width: 144px;
    height: 144px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 50%;
  }

  .splide-active .archive-gallery .l-page__header {
    opacity: 0;
  }

  .archive-gallery .l-page .l-page__header {
    padding-top: clamp(103px, 9.0760869565vw, 167px);
    padding-bottom: clamp(40px, 3.0434782609vw, 56px);
  }

  .archive-gallery .l-page .l-page__container {
    padding-bottom: 0;
    margin-top: 20px;
  }

  .archive-gallery .gallery .l-page__title {
    color: #fff;
    mix-blend-mode: difference;
  }

  .archive-gallery .gallery .gallery__wrap {
    padding: 0 40px;
  }

  .archive-gallery .gallery .gallery__control {
    bottom: 24px;
    left: calc(50% - 108px);
    width: 216px;
    padding: 12px 16px;
  }

  .archive-gallery .gallery .gallery__control .gallery__control__buttons {
    gap: 16px;
  }

  .archive-gallery .gallery .gallery__control .gallery__control__buttons .gallery__control__button {
    width: 40px;
  }

  .archive-gallery .gallery .gallery__slider {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }

  .archive-gallery .gallery .gallery__slider .gallery__slider-wrapper {
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0;
  }

  .archive-gallery .gallery .gallery__slider .gallery__slider__content .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .archive-gallery .gallery .gallery__infinity .gallery__infinity__wrap {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }

  .archive-gallery .gallery__infinity__loading {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .single-gallery .single-gallery__mv .single-gallery__mv__splide .splide__slide img {
    height: 688px;
  }

  .single-gallery .single-gallery__mv .single-gallery__mv__thumbnail img {
    height: 100px;
  }

  .single-gallery .single-gallery__information {
    padding: 57px 0 80px;
  }

  .single-gallery .single-gallery__information .l-page__title .en {
    font-size: 40px;
    text-align: left;
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls {
    margin-top: -5px;
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls>dl {
    grid-template-columns: 108px auto;
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls>dl>dt {
    padding: 33px 0;
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls>dl>dt::before {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls>dl>dt::after {
    display: none;
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls>dl>dd {
    padding: 33px 0 33px 57px;
    font-size: 14px;
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls>dl>dd::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
  }

  .single-gallery .single-gallery__information .single-gallery__information__dls-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 8px 55px !important;
  }

  .single-gallery .single-gallery__information .single-gallery__information__photographer {
    gap: 25px;
  }

  .single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-name {
    font-size: 16px;
  }

  .single-gallery .single-gallery__information .single-gallery__information__photographer .single-gallery__information__photographer-text {
    margin-top: 8px;
  }

  .single-gallery .single-gallery__information .single-gallery__information__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 80px;
  }

  .single-gallery .single-gallery__information .single-gallery__information__buttons .c-button__inner {
    gap: 34px;
  }

  .single-gallery .single-gallery__dress {
    padding: 1px 0 80px;
  }

  .single-gallery .single-gallery__dress .l-page__title .en {
    font-size: 40px;
    text-align: left;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article {
    padding: 63px 0 0;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about {
    padding-bottom: 90px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider {
    grid-template-columns: 57px auto;
    max-height: 695px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__mainSlider {
    grid-row: 1/2;
    grid-column: 2/3;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__slider .single-gallery__dress__article__thumbSlider {
    grid-row: 1/2;
    grid-column: 1/2;
    width: 100%;
    height: 100%;
    max-height: 695px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information {
    margin-top: 0;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-name {
    font-size: 24px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-tags {
    margin-top: 22px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-about {
    margin-top: 32px;
    font-size: 14px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls {
    margin-top: 58px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl {
    grid-template-columns: 108px auto;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dt {
    padding: 32px 0;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dt::before {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dt::after {
    display: none;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dd {
    padding: 32px 0;
    font-size: 14px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-dls>dl>dd::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .single-gallery__dress__article__information .single-gallery__dress__article__information-note {
    margin-top: 30px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta {
    padding: 66px 0;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .p-container {
    grid-template-columns: auto 36.9%;
    gap: 11.7%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__figure {
    max-width: 100%;
    aspect-ratio: 16/10.6;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information {
    grid-row: 1/2;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information .single-gallery__dress__article__cta__information-headline {
    font-size: 24px;
    text-align: left;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information .single-gallery__dress__article__cta__information-text {
    margin-top: 22px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__article__cta .single-gallery__dress__article__cta__information .single-gallery__dress__article__cta__information-btns {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 24px;
  }

  .single-gallery .single-gallery__others {
    padding: 49px 0 78px;
  }

  .single-gallery .single-gallery__others .l-page__title .en {
    font-size: 40px;
  }

  .single-gallery .single-gallery__others .l-page__title .ja {
    line-height: 1;
  }

  .single-gallery .single-gallery__others .single-gallery__others__contents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
    max-width: 1840px;
    margin: 46px auto 0;
  }

  .single-gallery .single-gallery__others .single-gallery__others__more {
    padding-top: 68px;
  }

  .page-notfound .notfound__text {
    text-align: center;
  }

  .archive-news .archive-news__card {
    display: grid;
    grid-template-columns: 210px 1fr;
    gap: 32px;
  }

  .archive-news .archive-news__card .thumbnail .c-badge-new {
    top: 4px;
    right: 4px;
  }

  .archive-news .archive-news__card .textbody {
    margin-top: 0;
  }

  .archive-news .archive-news__card .title {
    position: static;
    margin-top: 32px;
    font-size: 16px;
  }

  .archive-news .archive-news__card .title::before {
    top: auto;
    bottom: 30px;
    -webkit-transform: none;
    transform: none;
  }

  .page-access .access-content__table dt {
    padding: 32px 0;
    font-size: 15px;
  }

  .page-access .access-content__table dt::before {
    width: 100%;
  }

  .page-access .access-content__table dd {
    padding: 32px 0 32px 32px;
    font-size: 14px;
  }

  .page-photostudio .photostudio-mainview__content {
    padding-top: 167px;
  }

  .page-photostudio .photostudio-mainview__image {
    height: 1080px;
  }

  .page-photostudio .lead__text1 {
    font-size: 24px;
    text-align: center;
  }

  .page-photostudio .lead__text2 {
    text-align: center;
  }

  .page-photostudio .lead__text2 .u-inline-block {
    display: inline-block;
  }

  .page-photostudio .studio-facility__textbody .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 24px;
  }

  .page-photostudio .flow-list__item {
    display: grid;
    grid-template-columns: 278px 1fr;
    gap: 40px;
  }

  .page-photostudio .flow-list__more {
    bottom: -50px;
  }

  .page-plan-template .plan-mainview {
    padding-top: clamp(118px, 168 / 1840 * 100vw, 168px);
    padding-bottom: clamp(80px, 120 / 1840 * 100vw, 120px);
  }

  .page-plan-template .plan-mainview__textbody::before {
    bottom: -10.2926337033vw;
    width: 113.0171543895vw;
    -webkit-transform: translateX(-50%) rotate(30deg);
    transform: translateX(-50%) rotate(30deg);
  }

  .page-plan-template .plan-mainview__bg {
    bottom: clamp(42.6688px, 64 / 1840 * 100vw, 64px);
  }

  .page-plan-template .our-essence__item {
    display: grid;
    grid-template-columns: 1fr 62.5%;
    gap: 0 5.2173913043%;
  }

  .page-plan-template .our-essence__item .item-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .page-plan-template .our-essence__item .item-textbody {
    -ms-flex-item-align: end;
    align-self: end;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 370px;
    margin-left: auto;
  }

  .page-plan-template .our-essence__item .item-textbody .title {
    margin-bottom: clamp(16px, 32 / 1840 * 100vw, 32px);
  }

  .page-plan-template .plan-fee__list {
    grid-template-rows: repeat(4, auto);
    grid-template-columns: repeat(auto-fit, calc((100% - 50px) / 3));
    gap: 0 25px;
  }

  .page-plan-template .plan-fee__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
  }

  .page-plan-template .plan-fee__item .item-textbody {
    display: contents;
  }

  .page-plan-template .gallery .p-container--xl {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (hover) and (min-width: 768px) {
  .p-contact__body .service__block:hover {
    width: 40%;
  }

  .front .news__card:hover .title::before {
    -webkit-transform: translateY(0) translateX(-20px) !important;
    transform: translateY(0) translateX(-20px) !important;
  }
}

@media screen and (min-width: 992px) {
  .l-header__inner.top .l-header__main {
    gap: 32px;
  }

  .l-header__menu .parent.has-list::after {
    display: block;
    width: 16px;
    height: 1px;
    content: "";
    background-color: #808080;
  }

  .l-header__menu .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-header .nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-header .nav-filter .parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .l-header__nav.is-global-open {
    width: 768px;
  }

  .l-footer__nav .nav {
    grid-template-columns: repeat(5, 1fr);
  }

  .l-footer__info .map__inner {
    height: 32px;
    border-radius: 16px;
  }

  .p-editor-content p a:hover {
    text-decoration: none;
  }

  .p-contact__body .service {
    margin-right: 0;
    margin-left: 0;
  }

  .p-contact__body .service__block {
    padding: clamp(16px, 32 / 1840 * 100vw, 32px) clamp(24px, 32 / 1840 * 100vw, 32px);
  }

  .p-contact__body .service__info .subtitle {
    font-size: clamp(20px, 32 / 1840 * 100vw, 32px);
  }

  .p-contact__body .service__info .title {
    font-size: clamp(18px, 24 / 1840 * 100vw, 24px);
  }

  .p-contact__body .service__info .desc__text {
    font-size: clamp(13px, 16 / 1840 * 100vw, 16px);
  }

  .p-contact__foot .tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .p-pagination {
    margin-top: 80px;
  }

  .p-pagination .p-pagination__item .page-numbers {
    width: 40px;
    height: 56px;
    font-size: 16px;
  }

  .p-pagination .p-pagination__item .page-numbers.dots {
    width: 36px;
  }

  .p-plan-slider__thumbnail img {
    height: 100px;
  }

  .c-badge-new__bg {
    top: -10px;
    right: -22px;
    width: 70px;
    height: 44px;
  }

  .c-badge-new__text {
    font-size: 14px;
  }

  .u-tel {
    pointer-events: none;
  }

  .u-hide-up-lg {
    display: none !important;
  }

  .front .pickup__head {
    position: absolute;
    top: 0;
    left: 5.4vw;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24.48vw;
    height: 100%;
    aspect-ratio: 222/112;
    padding: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.8));
  }

  .front .pickup__head::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url("../img/front/deco_pickup_pc.svg") no-repeat 50%/contain;
  }

  .front .pickup__head .title {
    display: block;
  }

  .front .pickup__head .title::before {
    content: none;
  }

  .front .pickup__slider {
    width: 76.8%;
    padding-top: 0;
  }

  .front .pickup__slider .slide-banner__tag {
    font-size: clamp(12px, 17 / 1840 * 100vw, 17px);
  }

  .front .pickup__slider .splide__slide.is-active {
    opacity: 0;
  }

  .front .concept {
    background: url("../img/front/concept_bg_pc.jpg") no-repeat 50%/cover;
  }

  .front .concept__container {
    padding-top: 11.61vw;
    padding-bottom: 17.6vw;
  }

  .front .concept__container::before {
    -webkit-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
  }

  .front .concept__container.is-active::before {
    width: 70%;
  }

  .front .concept__image .image {
    width: 12vw;
  }

  .front .concept__image .image--01 {
    top: 21.18vw;
    left: 1.13vw;
  }

  .front .concept__image .image--02 {
    top: 4.69vw;
    left: 13.1vw;
  }

  .front .concept__image .image--03 {
    top: 37.7vw;
    right: initial;
    left: 13.1vw;
  }

  .front .concept__image .image--04 {
    right: 20.79vw;
    bottom: 0;
    left: initial;
  }

  .front .concept__image .image--05 {
    top: 4.69vw;
    right: 16.46vw;
    bottom: initial;
  }

  .front .concept__image .image--06 {
    top: 23.18vw;
    right: 3.07vw;
    bottom: initial;
  }

  .front .plan__inner .p-section-title {
    position: absolute;
    top: -15px;
    left: 3.86%;
  }

  .front .plan__panel {
    display: grid;
    grid-template-columns: 1fr 62.5%;
    margin-top: 0;
  }

  .front .plan__panel ul li {
    height: calc(100vh - 80px);
  }

  .front .plan__panel .desc__item {
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }

  .front .plan__panel .desc__item::before {
    content: none;
  }

  .front .plan__panel .desc__item+.desc__item {
    margin-top: 40px;
  }

  .front .plan__panel .desc__inner {
    position: absolute;
    right: 12.9%;
    bottom: 0;
    width: auto;
    margin: 0;
  }

  .front .plan__panel .desc__subtitle {
    margin-top: 8px;
  }

  .front .plan__panel .desc__text {
    line-height: 2.2;
  }

  .front .plan__panel .desc__action .c-button {
    max-width: 200px;
  }

  .front .studio__cover .contents__text {
    line-height: 2.2;
  }

  .front .studio__cover::before {
    width: 59%;
  }

  .front .column__head {
    margin-bottom: 28px;
  }

  .front .column__body .list {
    width: 150vw;
  }

  .front .column__body .item {
    width: 30vw;
  }

  .front .news__container {
    grid-template-rows: auto 1fr;
    grid-template-columns: 29% 1fr;
  }

  .front .news__card {
    gap: 40px;
    padding: 32px 0;
  }

  .front .news__card .title {
    padding-right: 56px;
    margin-top: 40px;
  }

  .front .news__card .title::before {
    width: 41px;
    height: 20px;
    background-position: center;
    background-size: contain;
  }

  .front .news__action {
    margin-top: 80px;
    text-align: left;
  }

  .front .news__action .c-button {
    width: 100%;
    max-width: 200px;
  }

  .front .news__action .c-button__inner::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .front .news__body {
    grid-row: span 2;
  }

  .article .article-head__title {
    margin-top: 16px;
    font-size: 24px;
  }

  .article .article__mainview {
    margin-top: 40px;
  }

  .article .article__content {
    padding-bottom: 80px;
    margin-top: 40px;
  }

  .article .article-link {
    padding: 96px 0 160px;
  }

  .article .article-link__list .article-link__preview a::after,
  .article .article-link__list .article-link__next a::after {
    width: 41px;
    height: 20px;
    background-position: center;
    background-size: contain;
  }

  .page-about .js-trigger {
    padding-bottom: clamp(120px, 240 / 1840 * 100vw, 240px);
  }

  .page-about .features {
    padding-bottom: clamp(100px, 200 / 1840 * 100vw, 200px);
  }

  .page-about .features .p-section-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1700px;
    margin: 0 auto;
  }

  .page-about .features__list {
    max-width: 1200px;
    margin: 0 auto;
  }

  .page-about .interstitial {
    padding-bottom: clamp(88px, 160 / 1840 * 100vw, 160px);
  }

  .page-about .professional {
    padding-bottom: clamp(134px, 206 / 1840 * 100vw, 206px);
  }

  .page-about .professional .p-section-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1700px;
    margin: 0 auto;
  }

  .page-about .professional__list {
    max-width: 66.847826087%;
    margin-left: auto;
  }

  .page-about .photoplan {
    padding-bottom: clamp(72px, 130 / 1840 * 100vw, 130px);
  }

  .page-about .photoplan__title {
    margin-bottom: 0;
  }

  .page-about .photoplan__title--en {
    margin-bottom: -0.06em;
    font-size: clamp(110px, 220 / 1840 * 100vw, 220px);
  }

  .page-about .photoplan__title--ja {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .page-about .photoplan__item .item-textbody {
    bottom: clamp(16px, 32 / 1840 * 100vw, 32px);
    left: clamp(16px, 32 / 1840 * 100vw, 32px);
  }

  .archive-column .archive-column__container {
    padding-bottom: 120px;
  }

  .archive-column .archive-column__category .category-head {
    font-size: 14px;
  }

  .archive-column .archive-column__category .category-list a {
    font-size: 14px;
  }

  .archive-column .archive-column__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 36px;
    padding-top: 56px;
    margin-top: 48px;
  }

  .archive-column .archive-column__card::before {
    width: 41px;
    height: 20px;
    background-position: center;
    background-size: contain;
  }

  .archive-column .archive-column__card .thumbnail {
    aspect-ratio: 1/1;
  }

  .archive-column .archive-column__card .title {
    margin-top: 16px;
  }

  .archive .archive-nopost {
    margin-top: 80px;
  }

  .archive .archive-nopost .archive-nopost__title {
    font-size: 28px;
  }

  .archive .archive-nopost .archive-nopost__action {
    margin-top: 80px;
  }

  .single-gallery .single-gallery__dress .single-gallery__dress__article .single-gallery__dress__about .p-container {
    display: grid;
    grid-template-columns: 44.4% auto;
    gap: 5.3%;
  }

  .page-privacy .privacy-section+.privacy-section {
    margin-top: 64px;
  }

  .page-privacy .privacy-section:last-child {
    padding-bottom: 160px;
  }

  .page-privacy .privacy-section__title {
    font-size: 24px;
  }

  .page-notfound .notfound__content {
    padding-top: 56px;
    padding-bottom: 160px;
  }

  .page-notfound .notfound__action {
    margin-top: 80px;
  }

  .archive-news .archive-news__container {
    padding-bottom: 120px;
  }

  .archive-news .archive-news__category .category-head {
    font-size: 14px;
  }

  .archive-news .archive-news__category .category-list a {
    font-size: 14px;
  }

  .archive-news .archive-news__list {
    margin-top: 48px;
  }

  .archive-news .archive-news__card {
    grid-template-columns: 245px 1fr;
    gap: 40px;
    padding: 32px 0;
  }

  .archive-news .archive-news__card .title {
    padding-right: 56px;
    margin-top: 40px;
  }

  .archive-news .archive-news__card .title::before {
    width: 41px;
    height: 20px;
    background-position: center;
    background-size: contain;
  }

  .page-access .access-content {
    min-height: 703px;
    padding-right: 50%;
  }

  .page-access .access-content__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
    max-width: none;
    margin: 0;
  }

  .page-access .access-content__text {
    line-height: 1.6;
  }

  .page-access .access-content__name {
    margin-top: 70px;
  }

  .page-access .access-transportation {
    padding: 108px 0 160px;
  }

  .page-access .access-transportation__title {
    text-align: center;
  }

  .page-access .access-transportation__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 40px;
  }

  .page-access .access-transportation__list li {
    padding: 22px 0 0;
  }

  .page-access .access-transportation__map {
    margin-top: 56px;
  }

  .page-faq .faq__content {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 64px;
    padding-bottom: 198px;
  }

  .page-faq .faq-pagelink {
    padding: 64px 0 0;
  }

  .page-faq .faq-pagelink__list {
    position: sticky;
    top: 100px;
  }

  .page-faq .faq-pagelink__list li+li {
    margin-top: 24px;
  }

  .page-faq .faq-pagelink__list a {
    display: inline-block;
    padding: 0 0 0 24px;
    color: #6D6D6D;
  }

  .page-faq .faq-pagelink__list a::after {
    content: none;
  }

  .page-faq .faq-pagelink__list a.is-current {
    color: #000;
  }

  .page-faq .faq-pagelink__list a.is-current::before {
    opacity: 1;
  }

  .page-faq .faq-section:not(:last-child) {
    padding-bottom: 48px;
  }

  .page-faq .faq-section__title .en {
    padding: 16px 0;
  }

  .page-faq .faq-section__title .ja {
    font-size: 24px;
  }

  .page-faq .faq-section__list {
    padding-left: 40px;
    margin: 48px 0 0 auto;
  }

  .page-faq .faq-section__list li {
    padding: 32px 0;
  }

  .page-faq .faq-section__question {
    gap: 12px;
  }

  .page-faq .faq-section__question::before {
    font-size: 24px;
  }

  .page-faq .faq-section__answer {
    margin-top: 24px;
  }

  .page-photostudio .features {
    margin-top: 88px;
  }

  .page-photostudio .features__title {
    margin-bottom: 70px;
  }

  .page-photostudio .features-block+.features-block {
    margin-top: 82px;
  }

  .page-photostudio .features-block__image {
    aspect-ratio: 16/8.94;
    overflow: hidden;
  }

  .page-photostudio .features-block__textbody {
    margin-top: 50px;
  }

  .page-photostudio .features-block__textbody .inner {
    margin-top: 0;
  }

  .page-photostudio .features-block__textbody .text2 {
    margin-top: 19px;
    line-height: 225%;
  }

  .page-photostudio .features-block__textbody .features-block__detail {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .page-photostudio .features-block__textbody .features-block__detail>dl>dt {
    padding: 30px 0;
    font-size: 15px;
  }

  .page-photostudio .features-block__textbody .features-block__detail>dl>dd {
    padding: 30px 48px;
    font-size: 14px;
  }

  .page-photostudio .features-block__notes {
    padding: 36px 8px;
  }

  .page-photostudio .features-block__notes>dl {
    grid-template-columns: 120px auto;
  }

  .page-photostudio .features-block__notes>dl>dt {
    padding: 16px 0;
    text-align: center;
    border-right: 1px solid #B8B8B8;
    border-bottom: none;
  }

  .page-photostudio .features-block__notes>dl>dd {
    padding: 16px 34px;
  }

  .page-photostudio .studio {
    margin-top: 240px;
  }

  .page-photostudio .studio__map {
    margin-top: 32px;
  }

  .page-photostudio .studio-facility {
    margin-top: 48px;
  }

  .page-photostudio .studio-facility__block {
    grid-template-columns: 202px 1fr;
    gap: 48px;
  }

  .page-photostudio .studio-facility__block+.studio-facility__block {
    margin-top: 40px;
  }

  .page-photostudio .studio-facility__textbody .title {
    font-size: 40px;
  }

  .page-photostudio .studio-facility__textbody .list {
    gap: 0 32px;
  }

  .page-photostudio .studio-facility__textbody .list__title {
    width: 110px;
    padding: 32px 12px 32px 0;
    font-size: 15px;
  }

  .page-photostudio .studio-facility__textbody .list__text {
    width: calc(100% - 110px);
    padding: 32px 0 32px 56px;
    font-size: 14px;
  }

  .page-photostudio .flow {
    margin-top: 256px;
  }

  .page-photostudio .flow__title {
    position: absolute;
    top: 0;
    left: 40px;
  }

  .page-photostudio .flow-list {
    max-width: 1230px;
    padding-left: 220px;
    margin-top: 0;
    margin-left: auto;
  }

  .page-photostudio .flow-list__contents li+li {
    margin-top: 40px;
  }

  .page-photostudio .flow-list__item {
    gap: 56px;
  }

  .page-photostudio .flow-list__image {
    padding-left: 0;
    text-align: left;
  }

  .page-photostudio .flow-list__textbody .number {
    position: static;
    top: auto;
    left: auto;
    line-height: 1.4;
    -webkit-transform: none;
    transform: none;
  }

  .page-photostudio .flow-list__textbody .title {
    padding: 24px 0;
    font-size: 24px;
  }

  .page-photostudio .gallery {
    margin: 288px 0 80px;
  }

  .page-photostudio .gallery__container {
    padding: 0 40px;
  }

  .page-photostudio .gallery__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 40px;
  }

  .page-photostudio .gallery__action {
    margin-top: 40px;
  }

  .page-plan-template .plan-mainview__inner {
    display: grid;
    grid-template-columns: 1fr 45.652173913%;
    gap: 0 3.2608695652%;
  }

  .page-plan-template .plan-mainview__image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }

  .page-plan-template .plan-mainview .l-page__title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1480px;
    padding-right: 4.35vw;
    padding-left: 4.35vw;
    margin: 0 auto;
    text-align: left;
  }

  .page-plan-template .plan-mainview .l-page__title>div {
    max-width: 43.2432432432%;
  }

  .page-plan-template .plan-mainview__textbody {
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    max-width: 760px;
    padding-left: 4.35vw;
    margin: 7em 0 0 auto;
  }

  .page-plan-template .plan-mainview__textbody.margin-top {
    margin: 14em 0 0 auto;
  }

  .page-plan-template .plan-mainview__textbody::before {
    bottom: 50%;
    left: 37%;
    width: min(51.6304347826vw, 950px);
    aspect-ratio: 1121/1121;
    margin: 0;
    background: url("../img/front/concept_deco_pc.svg") no-repeat 50%/contain;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .page-plan-template .plan-mainview__textbody .tagline {
    text-align: left;
  }

  .page-plan-template .plan-mainview__textbody .text {
    text-align: left;
  }

  .page-plan-template .plan-mainview__textbody .action {
    text-align: left;
  }

  .page-plan-template .plan-mainview__textbody .action .c-button__inner {
    gap: 60px;
  }

  .page-plan-template .plan-mainview__bg {
    top: clamp(39.3344px, 56 / 1840 * 100vw, 56px);
    bottom: auto;
    width: 100%;
  }

  .page-plan-template .studio-scenes {
    padding-bottom: clamp(90px, 180 / 1840 * 100vw, 180px);
  }

  .page-plan-template .studio-scenes__title {
    margin-bottom: 12px;
  }

  .page-plan-template .studio-scenes__title--ja {
    margin-top: 0;
  }

  .page-plan-template .studio-scenes__block {
    margin-inline: auto;
  }

  .page-plan-template .studio-scenes__featuresItem:not(:last-child) {
    margin-bottom: clamp(48px, 96 / 1840 * 100vw, 96px);
  }

  .page-plan-template .studio-scenes__featuresItem .item-title::before {
    top: -0.5em;
  }

  .page-plan-template .studio-scenes__featuresItem .item-text {
    padding-left: clamp(93px, 185 / 1840 * 100vw, 185px);
  }

  .page-plan-template .our-essence {
    padding-bottom: clamp(115px, 230 / 1840 * 100vw, 230px);
  }

  .page-plan-template .our-essence .p-section-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-width: 1700px;
    margin: 0 auto;
  }

  .page-plan-template .plan-fee {
    padding-bottom: clamp(120px, 170 / 1840 * 100vw, 170px);
  }

  .page-plan-template .plan-fee__inner {
    max-width: 1400px;
    padding: 0;
    margin: 0 auto;
  }

  .page-plan-template .plan-fee__title {
    margin-bottom: 32px;
  }

  .page-plan-template .plan-fee__title--ja {
    margin-top: 0;
  }

  .page-plan-template .plan-fee__item .item-image {
    margin-bottom: clamp(10px, 20 / 1840 * 100vw, 20px);
  }

  .page-plan-template .plan-fee__panel {
    padding: clamp(20px, 40 / 1840 * 100vw, 40px) 0;
  }

  .page-plan-template .plan-fee__optionList {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 0 16px;
    margin-bottom: clamp(12px, 24 / 1840 * 100vw, 24px);
  }

  .page-plan-template .plan-fee__optionList>dt {
    width: 118px;
    height: 46px;
  }

  .page-plan-template .plan-fee__optionList>dd {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .page-plan-template .plan-fee__optionNote>li {
    line-height: 1.8;
  }

  .page-plan-template .gallery {
    padding-bottom: clamp(120px, 170 / 1840 * 100vw, 170px);
  }

  .page-plan-template .gallery__title {
    margin-bottom: clamp(20px, 40 / 1840 * 100vw, 40px);
  }

  .page-plan-template .gallery__list {
    gap: 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .page-plan-template .gallery__item {
    width: calc((100% - 30px) / 4);
  }
}

@media screen and (min-width: 992px) and (hover) {
  .p-pagination .p-pagination__item a.page-numbers:hover {
    color: #000;
    opacity: 1;
  }

  .p-pagination .p-pagination__item a.page-numbers:hover::before {
    width: 100%;
    opacity: 1;
  }

  .page-privacy .privacy-section__block .text a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .page-faq .faq-section__answer a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

@media screen and (hover) and (min-width: 992px) {
  .front .news__action .c-button:hover .c-button__inner::after {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
}

@media screen and (min-width: 1200px) {
  .l-header__nav.is-global-open {
    width: 1120px;
    height: 464px;
    padding: 24px 40px 40px;
  }

  .l-header__nav .nav {
    grid-template-columns: repeat(5, 1fr);
  }

  .l-header__nav .nav__column {
    border-top: 1px solid #ccc;
  }

  .l-header__nav .nav__column:nth-child(n+3) {
    display: block;
  }

  .l-header__nav .nav__item .inner {
    border-top: none;
  }

  .l-header__nav .nav__item.button .inner {
    padding: 32px 0;
  }

  .l-header__nav .nav__item:first-child .inner {
    padding-top: 32px;
  }

  .l-header__nav .info__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header__nav .info__social a {
    margin-top: 0;
  }

  .l-footer__body {
    display: grid;
    grid-template-columns: 1fr 70%;
  }

  .l-footer__nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .l-footer__info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }

  .p-contact__body .service__info .desc {
    grid-template-columns: 1fr 41px;
  }

  .p-contact__body .service__info .desc::after {
    background: url("../img/common/arrow_02_white.svg") no-repeat 50%/contain;
  }

  .u-hide-up-xl {
    display: none !important;
  }

  .front .concept__container.is-active::before {
    width: 60%;
  }

  .front .concept__image .image {
    width: 13.44vw;
  }

  .front .concept__image .image--01 {
    top: 23.18vw;
    left: 3.13vw;
  }

  .front .concept__image .image--02 {
    top: 4.69vw;
    left: 16.56vw;
  }

  .front .concept__image .image--03 {
    top: 41.67vw;
    right: initial;
    left: 16.56vw;
  }

  .front .concept__image .image--04 {
    right: 27.79vw;
    bottom: 0;
    left: initial;
  }

  .front .concept__image .image--05 {
    top: 4.69vw;
    right: 16.46vw;
    bottom: initial;
  }

  .front .concept__image .image--06 {
    top: 23.18vw;
    right: 3.07vw;
    bottom: initial;
  }

  .front .plan__panel .desc__inner {
    width: 54%;
  }

  .front .column__body .card__desc {
    padding: 32px 90px 32px 32px;
  }

  .front .column__body .card__info .date {
    font-size: 14px;
  }

  .front .column__body .card__info .category__item {
    font-size: 14px;
  }

  .front .column__body .card__title {
    font-size: 16px;
  }

  .front .column__body .card__arrow {
    right: 32px;
    bottom: 32px;
  }

  .front .column__body .card__arrow::before {
    width: 41px;
    background: url("../img/common/arrow_02_white.svg") no-repeat 50%/contain;
  }

  .front .news__category {
    padding-left: 32px;
  }

  .front .news__card {
    grid-template-columns: 245px 1fr;
  }

  .front .news__action {
    padding-left: 32px;
  }

  .page-photostudio .flow__title {
    left: 5.8vw;
  }
}

@media screen and (min-width: 1400px) {
  .l-footer__body {
    grid-template-columns: 1fr 60%;
  }

  .p-contact__body .service__info .desc__text .u-inline-block {
    display: block;
  }

  .page-faq .faq__content {
    gap: 106px;
  }

  .page-faq .faq-pagelink__list li+li {
    margin-top: 32px;
  }
}

@media screen and (min-width: 1920px) {
  .page-photostudio .photostudio-mainview__image {
    height: auto;
    aspect-ratio: 1920/1080;
  }
}

@media (hover) {
  a:hover {
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .l-header .nav-filter__button:hover {
    opacity: 0.5;
  }

  .l-header__nav .nav__item .inner:hover {
    opacity: 1;
  }

  .l-header__nav .nav__item .inner:hover::before {
    width: 100%;
  }

  .l-header__nav .nav__item .child__item a:hover {
    opacity: 1;
  }

  .l-header__nav .nav__item .child__item a:hover::before {
    width: 100%;
  }

  .l-header__nav .info__social a:hover {
    opacity: 1;
  }

  .l-header__nav .info__social a:hover .text {
    opacity: 0.6;
  }

  .l-header__nav .info__social a:hover .icon::before {
    background: url("../img/common/icon_insta_color.png") no-repeat 50%/contain;
  }

  .l-footer__info .social a:hover {
    opacity: 1;
  }

  .l-footer__info .social a:hover .social__icon {
    background: url("../img/common/icon_insta_color.png") no-repeat 50%/contain;
  }

  .l-footer__info .social a:hover .social__text {
    opacity: 0.5;
  }

  .p-contact__body .service__block:hover {
    opacity: 1;
  }

  .p-contact__body .service__block:hover .service__image::after {
    opacity: 0;
  }

  .p-modal__closebutton:hover {
    opacity: 0.6;
  }

  .c-button:hover {
    opacity: 1;
  }

  .c-button:hover .c-button__inner::after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .c-button-round:hover {
    background: #dbdbdb;
  }

  .c-button-tag:hover {
    border-color: #000;
    opacity: 1;
  }

  .front .gallery__link:hover {
    opacity: 1;
  }

  .front .column__head .button .c-button:hover .c-button__inner::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .front .column__body .card:hover {
    opacity: 1;
  }

  .front .column__body .card:hover .card__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .front .column .column__progress-bar:hover::before {
    -webkit-transform: translateY(-50%) scale(1.2);
    transform: translateY(-50%) scale(1.2);
  }

  .front .news__category .category-list a:not(.is-active):hover {
    color: #000;
    opacity: 1;
  }

  .front .news__card:hover {
    opacity: 1;
  }

  .front .news__card:hover .thumbnail img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .front .news__card:hover .title::before {
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
  }

  .front .news__action .c-button:hover .c-button__inner::after {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .page-about .photoplan__item a:hover {
    opacity: 1;
  }

  .page-about .photoplan__item a:hover .item-image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .archive-column .archive-column__category .category-list a:not(.is-active):hover {
    color: #000;
    opacity: 1;
  }

  .archive-column .archive-column__card:hover {
    opacity: 1;
  }

  .archive-column .archive-column__card:hover .thumbnail img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  .archive-column .archive-column__card:hover::before {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .archive-news .archive-news__category .category-list a:not(.is-active):hover {
    color: #000;
    opacity: 1;
  }

  .archive-news .archive-news__card:hover {
    opacity: 1;
  }

  .archive-news .archive-news__card:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .archive-news .archive-news__card:hover .title::before {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  .page-plan-template .gallery__item .item-image a:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 374px) {
  .u-hide-down-xs {
    display: none !important;
  }
}

@media screen and (max-width: 553px) {
  .u-hide-down-sm {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hide-down-md {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .u-hide-down-lg {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-hide-down-xl {
    display: none !important;
  }
}