@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*----------------------------------------
  変数
----------------------------------------*/
/**
* 画面の高さを基準としたフォントサイズのclamp関数を返す
* 最小フォントサイズと最大フォントサイズ、可変にする画面の高さの範囲を指定
* 例）m-fontsize__h(12, 24, 480, 768) とした場合、
* 　　高さ480px以下は12px、768px以上は24px、480～768pxの間は可変となる。
* 　　font-size: clamp(12px, -8px + 0.0417 * 100vw, 24px);
*
* @param  $minSize    最小フォントサイズ
* @param  $maxSize    最大フォントサイズ
* @param  $minHeight  フォントサイズを可変にする画面サイズの範囲（開始）
* @param  $maxHeight  フォントサイズを可変にする画面サイズの範囲（終了）
* @return clamp(最小値, 基準値, 最大値)　
*/
/**
* 画面の幅を基準としたフォントサイズのclamp関数を返す
* 最小フォントサイズと最大フォントサイズ、可変にする画面幅の範囲を指定
* 例）m-fontsize__w(12, 24, 480, 768) とした場合、
* 　　幅480px以下は12px、768px以上は24px、480～768pxの間は可変となる。
* 　　font-size: clamp(12px, -8px + 0.0417 * 100vw, 24px);
*
* @param  $minSize    最小フォントサイズ
* @param  $maxSize    最大フォントサイズ
* @param  $minWidth   フォントサイズを可変にする画面サイズの範囲（開始）
* @param  $maxWidth   フォントサイズを可変にする画面サイズの範囲（終了）
* @return clamp(最小値, 基準値, 最大値)　
*/
/**
* 2つの数値からパーセンテージを求める（小数点第一位以下四捨五入）
*
* @param  $num  数値1
* @param  $max  数値2
* @return 数値2を100%とした場合の数値1の割合
*/
/**
* 値から単位を取り除く
*
* @param  $num  値
* @return 数値
*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, a, em {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  letter-spacing: 0.02em;
  line-height: 1.875;
  font-feature-settings: "palt";
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-align: justify;
  scrollbar-width: thin;
}

html {
  font-size: 62.5%;
  margin: 0;
}

body {
  font-size: 1.6rem;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

body > svg {
  display: none;
}

figure {
  margin: 0;
}

/*----------------------------------------
  共通
----------------------------------------*/
#l-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#l-wrapper > article {
  width: 100%;
}
#l-wrapper > article .l-section {
  width: 100%;
}
#l-wrapper > article .l-section__inner {
  width: 83.33dvw;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #l-wrapper > article .l-section__inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #l-wrapper > article .l-section__inner {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #l-wrapper > article .l-section__inner {
    width: calc(100% - 70px);
  }
}
#l-wrapper > article .l-section__inner.--narrow {
  width: 100%;
  max-width: 935px;
}
@media screen and (max-width: 1100px) {
  #l-wrapper > article .l-section__inner.--narrow {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  #l-wrapper > article .l-section__inner.--narrow {
    width: calc(100% - 70px);
  }
}
#l-wrapper > article .l-section__inner.--lineup {
  width: 69.29dvw;
}
@media screen and (max-width: 1100px) {
  #l-wrapper > article .l-section__inner.--lineup {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  #l-wrapper > article .l-section__inner.--lineup {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #l-wrapper > article .l-section__inner.--lineup {
    width: calc(100% - 70px);
  }
}

.l-subheader {
  height: 300px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .l-subheader {
    height: 113px;
  }
}
.l-subheader > div {
  width: 300px;
  height: 200px;
  position: absolute;
  right: -50%;
  left: -50%;
  bottom: 0;
  margin: auto;
  padding-top: 63px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .l-subheader > div {
    height: 100%;
    padding-top: 22px;
  }
}
.l-subheader > div h1 {
  font-size: 50px;
  letter-spacing: 0.07em;
  line-height: 1.34;
}
@media screen and (max-width: 900px) {
  .l-subheader > div h1 {
    font-size: 35px;
  }
}
.l-subheader > div p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.3125;
}
@media screen and (max-width: 900px) {
  .l-subheader > div p {
    font-size: 14px;
  }
}

#l-fixdlink {
  display: none;
}
@media screen and (max-width: 768px) {
  #l-fixdlink {
    display: flex;
    gap: 0 10px;
    position: fixed;
    bottom: 14px;
    right: 15px;
  }
}
#l-fixdlink a {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 25px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#l-fixdlink a::before {
  content: "";
  width: 100%;
  background-color: #FFFFFF;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
}
#l-fixdlink a.--contact::before {
  content: "";
  max-width: 20px;
  aspect-ratio: 20/16;
  -webkit-mask-image: url(../img/common/ico_mail.svg);
  mask-image: url(../img/common/ico_mail.svg);
}
#l-fixdlink a.--instagram::before {
  content: "";
  max-width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/common/ico_instagram.svg);
  mask-image: url(../img/common/ico_instagram.svg);
}

#l-totop {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  bottom: 75px;
  right: 0.48vw;
  z-index: 100;
  cursor: pointer;
}
#l-totop img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  #l-totop {
    display: none;
  }
}

/* フェードアニメーション */
.l-fadeIn--active {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.l-fadeUp--active {
  animation-name: fadeUpAnime;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 上から */
.l-fadeDown--active {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 左から */
.l-fadeLeft--active {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.l-fadeRight--active {
  animation-name: fadeRightAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.l-fadeIn,
.l-fadeUp,
.l-fadeDown,
.l-fadeLeft,
.l-fadeRight {
  opacity: 0;
}
@media print {
  .l-fadeIn,
.l-fadeUp,
.l-fadeDown,
.l-fadeLeft,
.l-fadeRight {
    opacity: 1;
  }
}

.l-checkAnim .l-checkAnim__path {
  stroke: transparent;
  fill: #F4F3EC;
  mask: url(#checkMask01);
  -webkit-mask: url(#checkMask01);
}
.l-checkAnim.--check01 .l-checkAnim__path {
  mask: url(#checkMask01);
  -webkit-mask: url(#checkMask01);
}
.l-checkAnim.--check02 .l-checkAnim__path {
  mask: url(#checkMask02);
  -webkit-mask: url(#checkMask02);
}
.l-checkAnim.--check03 .l-checkAnim__path {
  mask: url(#checkMask03);
  -webkit-mask: url(#checkMask03);
}
.l-checkAnim.--check04 .l-checkAnim__path {
  mask: url(#checkMask04);
  -webkit-mask: url(#checkMask04);
}
.l-checkAnim.--check05 .l-checkAnim__path {
  mask: url(#checkMask05);
  -webkit-mask: url(#checkMask05);
}
.l-checkAnim.--check06 .l-checkAnim__path {
  mask: url(#checkMask06);
  -webkit-mask: url(#checkMask06);
}
.l-checkAnim.--active .mask-rect {
  animation: checkAnim 0.8s ease-in-out forwards;
}

@keyframes checkAnim {
  from {
    width: 0;
  }
  to {
    width: 210px;
  }
}
/*----------------------------------------
	ヘッダー
----------------------------------------*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  header {
    position: static;
  }
}
header .l-hd__inner {
  width: 100%;
  padding: 0 34px 0 40px;
  margin: 0 auto;
}
header .l-hd__inner nav {
  height: 118px;
  display: flex;
  gap: 0 50px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .l-hd__inner nav {
    position: absolute;
    top: 80px;
    left: clamp(35px, 5.83vw, 70px);
    z-index: 100;
  }
}
header .l-hd__inner nav ul {
  width: 100%;
  min-width: 368px;
  display: flex;
  gap: 0 clamp(50px, 6.5vw, 60px);
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  header .l-hd__inner nav ul {
    width: fit-content;
    min-width: unset;
    gap: 10px 0;
    flex-direction: column;
  }
}
header .l-hd__inner nav ul li a {
  width: auto;
  display: block;
  transition: color 0.3s ease;
}
header .l-hd__inner nav ul li a::before {
  content: "";
  width: 100%;
  min-width: 75px;
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  transform-origin: center;
  scale: 0 1;
  overflow: hidden;
  transition: scale 0.3s ease;
}
header .l-hd__inner nav ul li a span {
  padding-bottom: 5px;
  display: block;
}
header .l-hd__inner nav ul li a span:nth-of-type(1) {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  header .l-hd__inner nav ul li a span:nth-of-type(1) {
    font-size: clamp(1.4rem, 2.33vw, 1.6rem);
  }
}
header .l-hd__inner nav ul li a span:nth-of-type(2) {
  font-size: 1.3rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  header .l-hd__inner nav ul li a span:nth-of-type(2) {
    left: 0;
    translate: unset;
  }
}
header .l-hd__inner nav ul li a span:nth-of-type(2).u-ff__lato {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  header .l-hd__inner nav ul li a span:nth-of-type(2).u-ff__lato {
    font-size: clamp(1.4rem, 2.33vw, 1.6rem);
  }
}
@media (any-hover: hover) {
  header .l-hd__inner nav ul li a:hover::before {
    scale: 1 1;
  }
  header .l-hd__inner nav ul li a:hover span:nth-of-type(1) {
    opacity: 0;
  }
  header .l-hd__inner nav ul li a:hover span:nth-of-type(2) {
    opacity: 1;
  }
}
header .l-hd__inner nav .l-hd__btn {
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  header .l-hd__inner nav .l-hd__btn {
    display: none;
  }
}
header .l-hd__inner nav .l-hd__btn .l-hd__contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  display: block;
  transition: background-color 0.3s ease;
  position: relative;
}
header .l-hd__inner nav .l-hd__btn .l-hd__contact::before {
  content: "";
  width: 100%;
  max-width: 21px;
  aspect-ratio: 21/17;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../img/common/ico_mail.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/common/ico_mail.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  header .l-hd__inner nav .l-hd__btn .l-hd__contact:hover {
    background-color: #F4F3EC;
  }
  header .l-hd__inner nav .l-hd__btn .l-hd__contact:hover::before {
    background-color: #000000;
  }
}
header .l-hd__inner nav .l-hd__btn .l-hd__instagram {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000000;
  display: block;
  position: relative;
  transition: background-color 0.3s ease;
}
header .l-hd__inner nav .l-hd__btn .l-hd__instagram::before {
  content: "";
  width: 100%;
  max-width: 19px;
  aspect-ratio: 1/1;
  background-color: #FFFFFF;
  -webkit-mask-image: url(../img/common/ico_instagram.svg);
  -webkit-mask-size: contain;
  mask-image: url(../img/common/ico_instagram.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  header .l-hd__inner nav .l-hd__btn .l-hd__instagram:hover {
    background-color: #F4F3EC;
  }
  header .l-hd__inner nav .l-hd__btn .l-hd__instagram:hover::before {
    background-color: #000000;
  }
}
@media screen and (max-width: 900px) {
  header.--page {
    position: fixed;
  }
}
header.--page .l-hd__inner {
  width: 100%;
  padding: clamp(16px, 1.78vw, 34px) clamp(24px, 2.67vw, 34px) 0 clamp(20px, 2.22vw, 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header.--page .l-hd__inner {
    padding: 0;
  }
}
header.--page .l-hd__inner h1 a {
  width: 8.21dvw;
  min-width: 130px;
  aspect-ratio: 138/106;
  display: block;
}
@media screen and (max-width: 900px) {
  header.--page .l-hd__inner h1 a {
    width: clamp(100px, 13vw, 130px);
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  header.--page .l-hd__inner h1 a {
    width: 8.21dvw;
    min-width: 130px;
    margin-left: -8px;
  }
}
header.--page .l-hd__inner h1 a img {
  width: 100%;
  object-fit: cover;
}
header.--page .l-hd__inner nav {
  height: 40px;
  margin-top: 7px;
  display: flex;
  gap: 0 clamp(40px, 4.44vw, 50px);
  align-items: center;
}
@media screen and (max-width: 900px) {
  header.--page .l-hd__inner nav {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  header.--page .l-hd__inner nav {
    display: none;
  }
}
header.--page .l-hd__inner ul {
  width: 100%;
  min-width: 368px;
  display: flex;
  gap: 0 clamp(35px, 3.89vw, 60px);
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  header.--page .l-hd__inner ul {
    width: fit-content;
    min-width: unset;
    gap: 10px 0;
    flex-direction: column;
  }
}

/*----------------------------------------
  フッタ
----------------------------------------*/
footer .l-ft__inner {
  width: 83.33dvw;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  footer .l-ft__inner {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner {
    width: 100%;
  }
}
footer .l-ft__inner .l-ft__contact {
  width: 100%;
  padding: 60px 0;
  border-top: solid 1px #D5D5D5;
  border-bottom: solid 1px #D5D5D5;
  display: grid;
  grid-template-columns: auto clamp(320px, 29.09vw, 370px) clamp(288px, 26.18vw, 338px);
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__contact {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__contact {
    border-bottom: none;
  }
}
footer .l-ft__inner .l-ft__contact .l-ft__text {
  border-right: solid 1px #D5D5D5;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__contact .l-ft__text {
    width: 100%;
    border-right: none;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__contact .l-ft__text {
    padding-bottom: 40px;
    border-bottom: solid 1px #D5D5D5;
    margin: 0 35px 50px;
  }
}
footer .l-ft__inner .l-ft__contact .l-ft__text .c-hd__title {
  padding-bottom: 36px;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__contact .l-ft__text .c-hd__title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__inner .l-ft__contact .l-ft__text .c-hd__title {
    text-align: left;
  }
}
footer .l-ft__inner .l-ft__contact .l-ft__text p {
  width: clamp(254px, 23.09vw, 354px);
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__contact .l-ft__text p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  footer .l-ft__inner .l-ft__contact .l-ft__text p {
    text-align: left;
  }
}
footer .l-ft__inner .l-ft__contact .l-ft__text p br {
  display: none;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__contact .l-ft__text p br {
    display: block;
  }
}
footer .l-ft__inner .l-ft__contact .l-ft__tel {
  border-right: solid 1px #D5D5D5;
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__contact .l-ft__tel {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__contact .l-ft__tel {
    width: 100%;
    padding-bottom: 50px;
    border-right: none;
    border-bottom: solid 1px #D5D5D5;
    margin: 0 35px 50px;
    gap: 15px 0;
  }
}
footer .l-ft__inner .l-ft__contact .l-ft__tel::before {
  content: "";
  width: 100%;
  max-width: 45px;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  background-image: url(../img/common/ico_phone.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
footer .l-ft__inner .l-ft__contact .l-ft__tel p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.3rem;
  text-align: center;
}
footer .l-ft__inner .l-ft__contact .l-ft__tel a {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 3.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}
footer .l-ft__inner .l-ft__contact .l-ft__mail {
  display: flex;
  gap: 36px 0;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__contact .l-ft__mail {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__contact .l-ft__mail {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__contact .l-ft__mail {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: solid 1px #D5D5D5;
    margin: 0 35px 0;
    gap: 15px 0;
  }
}
footer .l-ft__inner .l-ft__contact .l-ft__mail::before {
  content: "";
  width: 100%;
  max-width: 38px;
  aspect-ratio: 38/30;
  margin-bottom: 10px;
  background-image: url(../img/common/ico_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
footer .l-ft__inner .l-ft__contact .l-ft__mail p {
  font-size: 1.3rem;
  text-align: center;
}
footer .l-ft__inner .l-ft__item {
  padding: 56px 0 10px;
  display: grid;
  grid-template-columns: auto clamp(320px, 29.09vw, 370px) clamp(288px, 26.18vw, 338px);
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__item {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item {
    flex-direction: column;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__logo {
  position: relative;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__item .l-ft__logo {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__logo {
    order: 2;
    width: 100%;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__logo img {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 220/88;
  margin: 0 0 16px -41px;
  object-fit: contain;
}
@media screen and (max-width: 900px) {
  footer .l-ft__inner .l-ft__item .l-ft__logo img {
    margin: 0 0 16px -21px;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__logo img {
    margin: 0 0 28px 0;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__logo a {
  width: 100%;
  max-width: 25px;
  aspect-ratio: 1/1;
  display: block;
  position: absolute;
  top: 40px;
  left: 220px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__logo a {
    margin-bottom: 35px;
    position: static;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__logo a::before {
  content: "";
  width: 100%;
  max-width: 25px;
  aspect-ratio: 1/1;
  margin-bottom: 8px;
  background-image: url(../img/common/ico_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  footer .l-ft__inner .l-ft__item .l-ft__logo a:hover::before {
    opacity: 0.4;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__logo p {
  color: #9F9F9F;
  font-size: 1.2rem;
  font-weight: 300;
}
footer .l-ft__inner .l-ft__item .l-ft__menu {
  padding: 0 0 0 4.32%;
  margin: 32px 0 0;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__item .l-ft__menu {
    width: 40%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__menu {
    order: 1;
    width: 100%;
    padding: 35px 4% 55px;
    margin: 0 auto 70px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__menu::before {
    content: "";
    width: 100dvw;
    height: 100%;
    margin-left: calc(50% - 50vw);
    background-color: #F4F3EC;
    position: absolute;
    top: 0;
    left: 0;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__menu em {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__menu em {
    display: block;
    padding-bottom: 28px;
    font-size: 2.6rem;
    font-weight: 300;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
}
footer .l-ft__inner .l-ft__item .l-ft__menu ul li {
  width: 55.37%;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__item .l-ft__menu ul li {
    width: 55.5%;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__menu ul li:nth-of-type(2n - 1) {
  width: 44.63%;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__item .l-ft__menu ul li:nth-of-type(2n - 1) {
    width: 44.5%;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__menu ul li a {
  color: #9F9F9F;
  font-size: 1.3rem;
  display: block;
}
footer .l-ft__inner .l-ft__item .l-ft__comtex {
  margin: 16px 0 0 auto;
  display: block;
}
@media screen and (max-width: 1100px) {
  footer .l-ft__inner .l-ft__item .l-ft__comtex {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__comtex {
    order: 3;
    width: auto;
    margin: 0 auto;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__comtex img:nth-of-type(1) {
  max-width: 136px;
  aspect-ratio: 136/72;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner .l-ft__item .l-ft__comtex img:nth-of-type(1) {
    margin-bottom: 14px;
  }
}
footer .l-ft__inner .l-ft__item .l-ft__comtex img:nth-of-type(2) {
  max-width: 135px;
  aspect-ratio: 135/25;
}
footer .l-ft__inner small {
  padding: 25px 0 52px;
  margin-block: calc((1em - 1lh) / 2);
  color: #9F9F9F;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner small {
    padding: 59px 0 16px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .l-ft__inner small::after {
    content: "";
    width: 100dvw;
    height: 25px;
    margin-left: calc(50% - 50vw);
    background-color: #F4F3EC;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
}

/*----------------------------------------
  SPナビ
----------------------------------------*/
.--fixed__spnavi {
  height: 100%;
  overflow: hidden;
}

.l-sn__spnavi__wrapper {
  display: none;
}
.l-sn__spnavi__wrapper.--active__spnavi::after {
  content: "";
  opacity: 0.5;
  visibility: visible;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-sn__spnavi__wrapper {
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
  }
}
.l-sn__spnavi__wrapper .l-sn__hamburger {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: unset;
  display: block;
  border: none;
  padding: 0;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: -29px;
  right: -20px;
  z-index: 99;
}
.l-sn__spnavi__wrapper .l-sn__hamburger::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: block;
  scale: 0 0;
  transform-origin: top right;
  transition: scale 0.3s ease;
}
.l-sn__spnavi__wrapper .l-sn__hamburger::after {
  content: "close";
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  display: block;
  position: absolute;
  bottom: 28px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.l-sn__spnavi__wrapper .l-sn__hamburger span {
  width: 40px;
  height: 10px;
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 53px;
  left: 50%;
  translate: -50% 0;
}
.l-sn__spnavi__wrapper .l-sn__hamburger span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}
.l-sn__spnavi__wrapper .l-sn__hamburger span::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.3s ease;
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi:before {
  scale: 1 1;
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi::after {
  opacity: 1;
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi span::before {
  background-color: #000000;
  transform: rotate(15deg);
  top: 6px;
}
.l-sn__spnavi__wrapper .l-sn__hamburger.--open__spnavi span::after {
  background-color: #000000;
  transform: rotate(-15deg);
  top: 6px;
}
.l-sn__spnavi__wrapper nav {
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 0;
  overflow: scroll;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-sn__spnavi__wrapper nav {
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper nav {
    width: 100%;
  }
}
.l-sn__spnavi__wrapper nav.--active__spnavi {
  left: 40%;
}
@media screen and (max-width: 768px) {
  .l-sn__spnavi__wrapper nav.--active__spnavi {
    left: 160px;
  }
}
@media screen and (max-width: 600px) {
  .l-sn__spnavi__wrapper nav.--active__spnavi {
    left: 0;
  }
}
.l-sn__spnavi__wrapper nav h1 {
  position: absolute;
  top: 0;
  left: -7px;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner {
  padding: 166px 0 50px;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F4F3EC;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner p {
  padding-bottom: 24px;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner ul {
  width: 100%;
  margin-bottom: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner ul li::after {
  content: "";
  width: 35px;
  height: 1px;
  background-color: #000000;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner ul li a {
  display: block;
  letter-spacing: 0.05em;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner ul li a.u-ff__lato {
  padding: 5px 0 12px;
  margin: 10px 0 10px;
  font-size: 2.6rem;
  font-weight: 300;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner ul li a.u-ff__serif {
  padding: 15px 0 17px;
  margin: 10px 0 10px;
  font-size: 1.8rem;
  font-weight: 400;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner .l-sn__spnavi__btn__wrapper {
  display: flex;
  gap: 0 30px;
  justify-content: center;
  align-items: center;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner .l-sn__spnavi__btn__wrapper a {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 25px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner .l-sn__spnavi__btn__wrapper a::before {
  content: "";
  width: 100%;
  background-color: #FFFFFF;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-size: contain;
  display: block;
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner .l-sn__spnavi__btn__wrapper a.--tel::before {
  content: "";
  max-width: 27px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/common/ico_phone.svg);
  mask-image: url(../img/common/ico_phone.svg);
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner .l-sn__spnavi__btn__wrapper a.--contact::before {
  content: "";
  max-width: 20px;
  aspect-ratio: 20/16;
  -webkit-mask-image: url(../img/common/ico_mail.svg);
  mask-image: url(../img/common/ico_mail.svg);
}
.l-sn__spnavi__wrapper nav .l-sn__spnavi__inner .l-sn__spnavi__btn__wrapper a.--instagram::before {
  content: "";
  max-width: 20px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../img/common/ico_instagram.svg);
  mask-image: url(../img/common/ico_instagram.svg);
}
.l-sn__spnavi__wrapper nav img {
  width: 100%;
  max-width: 130px;
  aspect-ratio: 130/100;
}

/*----------------------------------------
  ボタン
----------------------------------------*/
.c-btn__basic {
  width: 100%;
  max-width: 226px;
  aspect-ratio: 226/56;
  border: solid 1px #000000;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-btn__basic:hover {
    color: #000000;
    background-color: #F4F3EC;
  }
}

.c-btn__instagram {
  width: 55.24dvw;
  aspect-ratio: 928/244;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .c-btn__instagram {
    width: 83.33dvw;
  }
}
@media screen and (max-width: 900px) {
  .c-btn__instagram {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .c-btn__instagram {
    width: calc(100% - 70px);
    aspect-ratio: 1/1;
  }
}
.c-btn__instagram::before {
  content: "";
  width: 100%;
  aspect-ratio: 928/244;
  background-image: url(../img/common/bg_instagram_l.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .c-btn__instagram::before {
    aspect-ratio: 1/1;
    background-image: url(../img/common/bg_instagram_s.webp);
  }
}
.c-btn__instagram::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9F9F9F;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  translate: -100% 0;
  transition: translate 0.3s ease;
}
.c-btn__instagram span {
  padding: 22px 63px 27px 123px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  translate: 0 -50%;
}
@media screen and (max-width: 900px) {
  .c-btn__instagram span {
    padding: clamp(16px, 2.08vw, 22px) clamp(48px, 6.25vw, 63px) clamp(20px, 2.6vw, 27px) clamp(88px, 11.46vw, 123px);
  }
}
@media screen and (max-width: 600px) {
  .c-btn__instagram span {
    padding: clamp(26px, 6.93vw, 52px) clamp(21px, 5.6vw, 42px) clamp(27px, 7.2vw, 54px) clamp(25px, 6.67vw, 50px);
  }
}
.c-btn__instagram span::before {
  content: "";
  width: 100%;
  max-width: 35px;
  aspect-ratio: 1/1;
  background-image: url(../img/common/ico_instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 60px;
  translate: 0 -50%;
}
@media screen and (max-width: 900px) {
  .c-btn__instagram span::before {
    left: clamp(28px, 3.65vw, 60px);
  }
}
@media screen and (max-width: 600px) {
  .c-btn__instagram span::before {
    content: none;
  }
}
.c-btn__instagram span p {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .c-btn__instagram span p {
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .c-btn__instagram span p {
    margin-bottom: 7px;
    display: flex;
    gap: 0 12px;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .c-btn__instagram span p::before {
    content: "";
    width: 100%;
    max-width: 26px;
    aspect-ratio: 1/1;
    background-image: url(../img/common/ico_instagram.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }
}
.c-btn__instagram span em {
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.68;
}
@media screen and (max-width: 900px) {
  .c-btn__instagram span em {
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
.c-btn__instagram span em br {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-btn__instagram span em br {
    display: block;
  }
}
@media (any-hover: hover) {
  .c-btn__instagram:hover::after {
    translate: 0 0;
  }
}

.c-btn__otherform {
  width: 55.24dvw;
  max-width: 100%;
  aspect-ratio: 928/244;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .c-btn__otherform {
    width: 83.33dvw;
  }
}
@media screen and (max-width: 900px) {
  .c-btn__otherform {
    width: 90%;
  }
}
@media screen and (max-width: 600px) {
  .c-btn__otherform {
    width: calc(100% - 70px);
    aspect-ratio: 1/1;
  }
}
.c-btn__otherform.--everlast::before {
  content: "";
  width: 100%;
  aspect-ratio: 928/244;
  background-image: url(../img/home/img_everlast.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 35%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .c-btn__otherform.--everlast::before {
    aspect-ratio: 1/1;
    background-image: url(../img/home/img_everlast.webp);
    background-position: 35% 35%;
  }
}
.c-btn__otherform.--morningglory::before {
  content: "";
  width: 100%;
  aspect-ratio: 928/244;
  background-image: url(../img/home/img_morningglory.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10% 35%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  .c-btn__otherform.--morningglory::before {
    aspect-ratio: 1/1;
    background-image: url(../img/home/img_morningglory.webp);
  }
}
.c-btn__otherform::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #9F9F9F;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  translate: -100% 0;
  transition: translate 0.3s ease;
}
.c-btn__otherform span {
  padding: 22px 123px 22px 63px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  translate: 0 -50%;
}
@media screen and (max-width: 900px) {
  .c-btn__otherform span {
    padding: clamp(16px, 2.08vw, 22px) clamp(48px, 6.25vw, 63px) clamp(20px, 2.6vw, 27px) clamp(88px, 11.46vw, 123px);
  }
}
@media screen and (max-width: 600px) {
  .c-btn__otherform span {
    padding: clamp(26px, 6.93vw, 52px) clamp(21px, 5.6vw, 42px) clamp(27px, 7.2vw, 54px) clamp(25px, 6.67vw, 50px);
  }
}
@media screen and (max-width: 480px) {
  .c-btn__otherform span {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.c-btn__otherform span p {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  .c-btn__otherform span p {
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
@media screen and (max-width: 600px) {
  .c-btn__otherform span p {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .c-btn__otherform span p {
    line-height: 1.4;
  }
}
@media screen and (max-width: 380px) {
  .c-btn__otherform span p {
    font-size: 1.4rem;
  }
}
.c-btn__otherform span p br {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-btn__otherform span p br {
    display: block;
  }
}
.c-btn__otherform span em {
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.68;
}
@media screen and (max-width: 900px) {
  .c-btn__otherform span em {
    font-size: clamp(1.6rem, 2.08vw, 1.8rem);
  }
}
.c-btn__otherform span em br {
  display: none;
}
@media screen and (max-width: 600px) {
  .c-btn__otherform span em br {
    display: block;
  }
}
@media (any-hover: hover) {
  .c-btn__otherform:hover::after {
    translate: 0 0;
  }
}

/*----------------------------------------
  フォーム
----------------------------------------*/
.c-form {
  width: 100%;
}
.c-form .c-form__wrapper {
  padding: 100px 125px 100px 118px;
  margin-bottom: 80px;
  background-color: #F4F3EC;
  display: flex;
  gap: 50px 0;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  .c-form .c-form__wrapper {
    padding: 80px 75px 80px 78px;
  }
}
@media screen and (max-width: 900px) {
  .c-form .c-form__wrapper {
    padding: 60px 50px 60px 38px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper {
    padding: 40px 35px 40px 35px;
    margin-bottom: 40px;
  }
}
.c-form .c-form__wrapper .c-form__item {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item {
    gap: 10px 0;
    flex-direction: column;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__head {
    flex-wrap: wrap;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head p {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__head p {
    width: 100%;
    margin-bottom: 5px;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head p::after {
  content: "*";
  margin-left: 5px;
  color: #FF0000;
  display: inline-block;
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head p span {
  font-size: 1.3rem;
  font-weight: 300;
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head input {
  padding: 11px 10px 10px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head input[type=text], .c-form .c-form__wrapper .c-form__item .c-form__item__head input[type=email], .c-form .c-form__wrapper .c-form__item .c-form__item__head input[type=tel] {
  width: clamp(406px, 52.86vw, 456px);
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__head input[type=text], .c-form .c-form__wrapper .c-form__item .c-form__item__head input[type=email], .c-form .c-form__wrapper .c-form__item .c-form__item__head input[type=tel] {
    width: 100%;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head input + input {
  margin-top: 15px;
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head textarea {
  width: clamp(406px, 52.86vw, 456px);
  height: 181px;
  padding: 11px 10px 10px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__head textarea {
    width: 100%;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__head .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head .wpcf7-form-control-wrap input[name=zipcode] {
  max-width: 171px;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__head .wpcf7-form-control-wrap input[name=zipcode] {
    max-width: 190px;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head .c-form__item__address {
  font-size: 1.3rem;
  font-weight: 300;
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head .c-form__item__address::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__head .c-form__item__address br {
    display: none;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__head .c-form__item__address span {
  font-size: 1.5rem;
  font-weight: 400;
}
.c-form .c-form__wrapper .c-form__item .c-form__item__inner {
  width: clamp(406px, 52.86vw, 456px);
  display: flex;
  gap: 15px 0;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item .c-form__item__inner {
    width: 100%;
  }
}
.c-form .c-form__wrapper .c-form__item .c-form__item__inner .c-form__item__head {
  width: 100%;
  font-size: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.c-form .c-form__wrapper .c-form__item .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.c-form .c-form__wrapper .c-form__item .wpcf7-form-control .wpcf7-list-item {
  width: 100%;
  margin: 0;
}
.c-form .c-form__wrapper .c-form__item .wpcf7-form-control .wpcf7-list-item label {
  cursor: pointer;
}
.c-form .c-form__wrapper .c-form__item .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
}
.c-form .c-form__wrapper .c-form__item .wpcf7-form-control .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  width: 18px;
  aspect-ratio: 1/1;
  margin-right: 15px;
  background-color: #FFFFFF;
  position: relative;
}
.c-form .c-form__wrapper .c-form__item .wpcf7-form-control .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  width: 6px;
  height: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 2px;
  left: 6px;
  transform: rotate(50deg);
}
.c-form .c-form__wrapper .c-form__item.--inquiry .c-form__item__inquiry {
  font-size: 1.3rem;
  font-weight: 300;
}
.c-form .c-form__wrapper .c-form__item.--inquiry .c-form__item__inquiry span {
  font-size: 1.5rem;
  font-weight: 400;
}
.c-form .c-form__wrapper .c-form__item.--inquiry .c-form__item__inquiry span::after {
  content: "*";
  margin-left: 5px;
  color: #FF0000;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item.--inquiry .c-form__item__inquiry br {
    display: none;
  }
}
.c-form .c-form__wrapper .c-form__item.--date p {
  font-size: 1.5rem;
  font-weight: 400;
}
.c-form .c-form__wrapper .c-form__item.--date p::after {
  content: none;
}
.c-form .c-form__wrapper .c-form__item.--date .wpcf7-form-control-wrap {
  width: clamp(406px, 52.86vw, 456px);
}
.c-form .c-form__wrapper .c-form__item.--date .wpcf7-form-control-wrap input::placeholder {
  font-size: 1.3rem;
  font-weight: 300;
}
.c-form .c-form__wrapper .c-form__item.--people p {
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item.--people .c-form__item__inner {
    gap: 0;
  }
}
.c-form .c-form__wrapper .c-form__item.--people .c-form__item__inner p {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__wrapper .c-form__item.--people .c-form__item__inner p {
    width: 80px;
  }
}
.c-form .c-form__wrapper .c-form__item.--people .c-form__item__inner .wpcf7-form-control-wrap {
  width: calc(100% - 100px);
}
.c-form .c-form__wrapper .c-form__item.--people .c-form__item__inner .wpcf7-form-control-wrap .wpcf7-form-control {
  flex-wrap: nowrap;
  gap: 0 24px;
}
.c-form .c-form__wrapper .c-form__item.--people .c-form__item__inner .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  width: auto;
}
.c-form .c-form__wrapper .c-form__item.--people .c-form__item__inner .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.c-form .c-form__wrapper .c-form__item.--qcontent .c-form__item__head {
  align-items: flex-start;
}
.c-form .c-form__acceptance {
  padding-top: 123px;
  margin-top: -123px;
}
.c-form .c-form__acceptance .c-form__privacy {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__privacy {
    width: calc(100% - 70px);
    margin: 0 auto clamp(30px, 5vw, 60px);
  }
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner {
  counter-reset: privacy_num 0;
  width: 100%;
  height: 299px;
  padding: 40px 20px 40px 40px;
  border: solid 1px #D5D5D5;
  background-color: #FFFFFF;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 600px) {
  .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner {
    padding: 20px 24px 24px 12px;
  }
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner::-webkit-scrollbar {
  width: 7px;
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner::-webkit-scrollbar-track {
  background-color: #F4F3EC;
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner::-webkit-scrollbar-thumb {
  background-color: #D5D5D5;
  border-radius: 0;
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner h5 {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner h5 {
    font-size: clamp(1.4rem, 2.33vw, 1.5rem);
  }
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list {
  display: flex;
  gap: 1.4em 0;
  flex-direction: column;
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item {
  counter-increment: privacy_num 1;
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item em {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item em {
    font-size: clamp(1.4rem, 2.33vw, 1.5rem);
  }
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item em::before {
  content: counter(privacy_num) ".";
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item p {
    font-size: clamp(1.3rem, 2.17vw, 1.4rem);
  }
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item ul li {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item ul li {
    font-size: clamp(1.3rem, 2.17vw, 1.4rem);
  }
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item:nth-of-type(2) ul li:nth-of-type(2)::before, .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item:nth-of-type(2) ul li:nth-of-type(4)::before, .c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item:nth-of-type(2) ul li:nth-of-type(5)::before {
  content: "・  ";
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item:nth-of-type(3) ul li::before {
  content: "・";
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item:nth-of-type(5) ul {
  counter-reset: privacy_kana 0;
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item:nth-of-type(5) ul li {
  counter-increment: privacy_kana 1;
}
.c-form .c-form__acceptance .c-form__privacy .c-form__privacy__inner .c-form__privacy__list .c-form__privacy__item:nth-of-type(5) ul li::before {
  content: counter(privacy_kana, katakana) ".";
}
.c-form .c-form__acceptance .c-form__item__check {
  width: 100%;
  max-width: 692px;
  padding: 28px;
  margin: 0 auto 60px;
  background-color: #F4F3EC;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .c-form .c-form__acceptance .c-form__item__check {
    width: 90%;
    max-width: none;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__item__check {
    width: calc(100% - 70px);
    padding: 18px 25px 17px 20px;
    margin: 0 auto 30px;
  }
}
.c-form .c-form__acceptance .c-form__item__check label {
  padding-left: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__acceptance .c-form__item__check label {
    font-size: clamp(1.4rem, 2.33vw, 1.5rem);
  }
}
.c-form .c-form__sendbtn {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .c-form .c-form__sendbtn {
    margin-bottom: 100px;
  }
}
.c-form .c-form__sendbtn .c-btn__basic {
  margin: 0 auto;
  background-color: #D5D5D5;
  pointer-events: none;
}
.c-form .c-form__sendbtn.c-form__btn__active .c-btn__basic {
  pointer-events: all;
  color: #FFFFFF;
  background-color: #000000;
}
@media (any-hover: hover) {
  .c-form .c-form__sendbtn.c-form__btn__active .c-btn__basic:hover {
    color: #000000;
    background-color: #FFFFFF;
  }
}

.c-form__send {
  width: 100%;
  max-width: 935px;
  margin: 0 auto 200px;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
}
@media screen and (max-width: 1100px) {
  .c-form__send {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .c-form__send {
    width: calc(100% - 70px);
    margin: 0 auto 100px;
  }
}
.c-form__send p {
  padding: 45px 0 50px;
  border-top: solid 1px #D5D5D5;
  border-bottom: solid 1px #D5D5D5;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
}
.c-form__send p::before {
  content: "";
  width: 100%;
  max-width: 138px;
  aspect-ratio: 138/106;
  margin: 0 auto 30px;
  background-image: url(../img/home/img_send.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-form__send p::before {
    max-width: 108px;
  }
}
.c-form__send p br:nth-of-type(1) {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-form__send p br:nth-of-type(1) {
    display: block;
  }
}
.c-form__send.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-spinner {
  display: none;
}

/*----------------------------------------
  見出し
----------------------------------------*/
.c-hd__title {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 3.3rem;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-hd__title {
    font-size: clamp(2.6rem, 4.33vw, 3.3rem);
  }
}

.c-hd__pageheader {
  padding-top: 140px;
  margin-bottom: 100px;
  position: relative;
}
.c-hd__pageheader::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 61px;
  left: 0;
  z-index: -1;
  background-color: #F4F3EC;
}
@media screen and (max-width: 600px) {
  .c-hd__pageheader::before {
    bottom: 56px;
  }
}
.c-hd__pageheader p {
  padding-bottom: 15px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-hd__pageheader p {
    font-size: 4rem;
  }
}
.c-hd__pageheader h3 {
  font-size: 1.4rem;
  font-weight: 300;
  text-align: center;
}

/*----------------------------------------
  svg
----------------------------------------*/
/*----------------------------------------
  テキスト
----------------------------------------*/
/*----------------------------------------
  トップページ
----------------------------------------*/
.p-home {
  margin-top: 118px;
}
@media screen and (max-width: 768px) {
  .p-home {
    margin-top: 68px;
  }
}
.p-home .p-home__mv {
  margin-bottom: 128px;
}
.p-home .p-home__mv .p-home__mv__inner {
  width: 100%;
  padding: 0 2.98dvw 0 8.33dvw;
  display: flex;
  gap: 0 10.18dvw;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner {
    padding: 0 35px;
    gap: 48px 0;
    flex-direction: column;
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo {
  width: 13.1dvw;
  display: flex;
  gap: clamp(67px, 6.09vw, 117px) 0;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo {
    width: 100%;
    padding-top: clamp(108px, 28.8vw, 128px);
    flex-direction: row;
    align-items: flex-end;
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo img {
  width: 100%;
  object-fit: contain;
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo img:nth-of-type(1) {
  aspect-ratio: 236/181;
  margin: 0 auto 0 -16px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo img:nth-of-type(1) {
    width: clamp(190px, 50.67vw, 280px);
    margin: 0 0 0 -15px;
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo img:nth-of-type(2) {
  width: 10.45%;
  aspect-ratio: 23/220;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo img:nth-of-type(2) {
    width: clamp(18px, 2.34vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__logo img:nth-of-type(2) {
    width: 22px;
    margin: 0 auto clamp(68px, 11.33vw, 108px);
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__container {
  width: 65.42dvw;
  aspect-ratio: 1099/730;
  display: flex;
  gap: 8px 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__container {
    width: 100%;
    aspect-ratio: auto;
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__container img {
  height: calc((100% - 8px) / 2);
  object-fit: cover;
  width: 66%;
  aspect-ratio: 730/361;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__container img {
    width: 100%;
  }
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__container img:nth-of-type(1) {
    order: 1;
  }
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__container img:nth-of-type(2) {
    order: 4;
  }
}
.p-home .p-home__mv .p-home__mv__inner .p-home__mv__container video {
  width: calc(34% - 8px);
  height: calc((100% - 8px) / 2);
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__container video {
    width: calc((100% - 8px) / 2);
  }
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__container video:nth-of-type(1) {
    order: 2;
  }
  .p-home .p-home__mv .p-home__mv__inner .p-home__mv__container video:nth-of-type(2) {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner {
    overflow: hidden;
  }
}
.p-home .p-home__concept .p-home__concept__inner::before {
  content: "";
  width: 31.61dvw;
  aspect-ratio: 531/456;
  background-color: #F4F3EC;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner::before {
    content: none;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy {
  width: 83.33dvw;
  margin: 0 auto 69px;
  display: flex;
  gap: 0 8%;
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy {
    width: 90%;
    gap: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy {
    width: calc(100% - 70px);
    flex-direction: column;
    margin: 0 auto 34px;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span {
  width: 46%;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span {
    width: 100%;
    margin-bottom: 60px;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span .c-hd__title {
  padding-bottom: 42px;
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span em {
  padding-bottom: 50px;
  font-size: clamp(2rem, 2.44vw, 2.4rem);
  font-weight: 400;
  font-style: normal;
  font-feature-settings: normal;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span em {
    padding-bottom: 40px;
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
@media screen and (max-width: 480px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span em br {
    display: none;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span em .spbr {
  display: none;
}
@media screen and (max-width: 480px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span em .spbr {
    display: block;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span p {
  width: clamp(358px, 32.55vw, 408px);
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span p {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy span p {
    width: 100%;
    font-size: clamp(1.4rem, 2.33vw, 1.5rem);
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy img {
  width: 46%;
  aspect-ratio: 644/456;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy img {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__copy img {
    width: 100dvw;
    margin: 0 calc(50% - 50vw);
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item {
  width: 83.33dvw;
  margin: 0 auto 131px;
  display: flex;
  gap: 0 8%;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item {
    width: 90%;
    gap: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item {
    width: calc(100% - 70px);
    flex-direction: column;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span {
  flex: 1;
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) {
  width: 46%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 1100px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) {
    width: 100dvw;
    margin: 0 calc(50% - 50vw);
    justify-content: center;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) p {
  width: 45.03%;
  aspect-ratio: 1/1;
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) p {
    min-width: clamp(249px, 66.4vw, 622px);
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) p::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border: solid 1px #F3DF79;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) p i {
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(1) p:nth-of-type(1) {
  margin: -88px -55px 0 0;
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) em {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2rem;
  font-style: normal;
  display: flex;
  gap: 0 26px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) em {
    font-size: clamp(1.8rem, 3vw, 2rem);
    gap: 10px 0;
    flex-direction: column;
    text-align: center;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) em::before {
  content: "";
  width: 34px;
  aspect-ratio: 1/1;
  background-image: url(../img/home/ico_concept.webp);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) em + em {
  margin: 50px auto 60px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) em + em {
    margin: clamp(30px, 5vw, 50px) auto clamp(50px, 8.33vw, 60px);
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) p {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.5rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) p {
    font-size: clamp(1.4rem, 2.33vw, 1.5rem);
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) p {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__item span:nth-of-type(2) p br {
    display: none;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider {
  width: 48.21%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 600px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider {
    width: 100%;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider .splide__list {
  display: flex;
  gap: 8.27%;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider .splide__list {
    gap: normal;
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider .splide__list .splide__slide {
  width: 27.82%;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider .splide__list .splide__slide {
    width: calc((100% - 52px) / 3);
  }
}
.p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider .splide__list .splide__slide img, .p-home .p-home__concept .p-home__concept__inner .p-home__concept__slider .splide__list .splide__slide video {
  width: 100%;
  object-fit: cover;
}
.p-home .p-home__lineup .l-section__inner {
  border-top: solid 1px #D5D5D5;
}
.p-home .p-home__lineup .l-section__inner .c-hd__title {
  padding: 56px 0 48px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__lineup .l-section__inner .c-hd__title {
    padding: clamp(37px, 6.17vw, 56px) 0 clamp(28px, 4.67vw, 48px);
  }
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item {
  display: grid;
  grid-template-columns: repeat(2, calc(49.93% - 8px));
  grid-template-rows: 1fr;
  gap: 0 16px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__lineup .l-section__inner .p-home__lineup__item {
    display: flex;
    flex-direction: column;
  }
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 692/467;
  object-fit: cover;
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item .p-home__lineup__text {
  width: min(456px, 100%);
  padding: clamp(63px, 5.73vw, 83px) clamp(44px, 4vw, 64px) clamp(62px, 5.64vw, 82px);
  background-color: #F4F3EC;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__lineup .l-section__inner .p-home__lineup__item .p-home__lineup__text {
    width: 100%;
    padding: 40px clamp(29px, 4.83vw, 58px);
    gap: 30px 0;
  }
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item .p-home__lineup__text h4 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 3.3rem;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .p-home .p-home__lineup .l-section__inner .p-home__lineup__item .p-home__lineup__text h4 {
    font-size: clamp(3rem, 5vw, 3.3rem);
  }
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item .p-home__lineup__text em {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__lineup .l-section__inner .p-home__lineup__item .p-home__lineup__text em {
    font-size: clamp(1.8rem, 3vw, 2rem);
  }
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item .p-home__lineup__text p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__lineup .l-section__inner .p-home__lineup__item:nth-of-type(2) {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-home .p-home__lineup .l-section__inner .p-home__lineup__item:nth-of-type(2) .p-home__lineup__text {
  margin-left: auto;
}
.p-home .p-home__aboutus .p-home__aboutus__container {
  display: flex;
  gap: 0 clamp(37px, 4.82vw, 75px);
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__aboutus .p-home__aboutus__container {
    gap: 40px 0;
    flex-direction: column;
  }
}
.p-home .p-home__aboutus .p-home__aboutus__container iframe {
  width: calc(100% - 285px);
  height: 408px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__aboutus .p-home__aboutus__container iframe {
    width: 100%;
  }
}
.p-home .p-home__aboutus .p-home__aboutus__container div {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .p-home .p-home__aboutus .p-home__aboutus__container div {
    width: 100%;
  }
}
.p-home .p-home__aboutus .p-home__aboutus__container div .c-hd__title {
  padding-bottom: clamp(30px, 3.91vw, 57px);
}
.p-home .p-home__aboutus .p-home__aboutus__container div em {
  margin-block: calc((1em - 1lh) / 2) 30px;
  font-size: 1.6rem;
  font-style: normal;
  display: block;
}
.p-home .p-home__aboutus .p-home__aboutus__container div p span {
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.4rem;
  font-weight: 300;
  display: block;
}
.p-home .p-home__aboutus .p-home__aboutus__container div p span + span {
  margin-top: clamp(7px, 0.91vw, 15px);
}
.p-home .p-home__aboutus .p-home__aboutus__container div p:nth-of-type(1) {
  margin-bottom: clamp(20px, 2.6vw, 40px);
}

/*----------------------------------------
  トップページ
----------------------------------------*/
.p-contact .p-contact__content .p-contact__intro h4 {
  padding-bottom: 45px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact__content .p-contact__intro h4 {
    font-size: clamp(2rem, 3.33vw, 2.4rem);
  }
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__content .p-contact__intro h4 {
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__content .p-contact__intro h4 br {
    display: none;
  }
}
.p-contact .p-contact__content .p-contact__intro p {
  padding-bottom: 40px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__content .p-contact__intro p {
    text-align: left;
  }
}
.p-contact .p-contact__content .p-contact__intro .p-contact__note {
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 600px) {
  .p-contact .p-contact__content .p-contact__intro .p-contact__note {
    margin: 0 0 50px;
  }
}
.p-contact .p-contact__content .p-contact__intro .p-contact__note li {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.p-contact .p-contact__content .p-contact__intro .p-contact__note li::before {
  content: "※";
}
.p-contact .p-contact__content .p-contact__intro .p-contact__note li span {
  color: #FF0000;
}
.p-contact .p-contact__content .p-contact__intro.p-contact__otherform h4 {
  padding-bottom: 8px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact__content .p-contact__intro.p-contact__otherform h4 {
    font-size: 1.5rem;
  }
}
.p-contact .p-contact__content .p-contact__form {
  width: 100%;
  max-width: 935px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-contact .p-contact__content .p-contact__form {
    width: 90%;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .p-contact__content .p-contact__form {
    width: 100%;
  }
}

/*----------------------------------------
  POST詳細ページ
----------------------------------------*/
.p-single__editor {
  width: 100%;
  overflow: hidden;
}
.p-single__editor h1, .p-single__editor h2, .p-single__editor h3, .p-single__editor h4, .p-single__editor h5, .p-single__editor h6, .p-single__editor ul, .p-single__editor ol, .p-single__editor dl, .p-single__editor li, .p-single__editor dt, .p-single__editor dd, .p-single__editor p, .p-single__editor div, .p-single__editor span, .p-single__editor img, .p-single__editor a, .p-single__editor table, .p-single__editor tr, .p-single__editor th, .p-single__editor td {
  margin: 0;
  padding: 0;
  border: 0;
  letter-spacing: 1px;
  font-weight: inherit;
  font-size: 1.6rem;
  font-size: clamp(14px, 10.6666666667px + 0.0069 * 100vw, 16px);
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 160%;
  word-wrap: break-word;
  max-width: 100%;
}
.p-single__editor h1, .p-single__editor h2, .p-single__editor h3, .p-single__editor h4, .p-single__editor h5, .p-single__editor h6 {
  clear: both;
  font-weight: 700;
  margin: 10px 0;
}
.p-single__editor h1:first-child,
.p-single__editor h2:first-child,
.p-single__editor h3:first-child,
.p-single__editor h4:first-child,
.p-single__editor h5:first-child,
.p-single__editor h6:first-child {
  margin-top: 0;
}
.p-single__editor h1 {
  font-size: xx-large;
}
.p-single__editor h2 {
  font-size: x-large;
}
.p-single__editor h3 {
  font-size: large;
}
.p-single__editor h4 {
  font-size: medium;
}
.p-single__editor h5 {
  font-size: small;
}
.p-single__editor h6 {
  font-size: x-small;
}
.p-single__editor ul {
  padding-left: 23px;
}
.p-single__editor ul li {
  list-style-type: disc;
}
.p-single__editor ol {
  padding-left: 23px;
}
.p-single__editor ol li {
  list-style-type: decimal;
}
.p-single__editor p {
  line-height: 175%;
}
.p-single__editor a {
  font-size: inherit;
  transition: all 0.3s;
  letter-spacing: inherit;
  color: #000;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  text-decoration-color: #BAAC8A;
  cursor: pointer;
}
.p-single__editor a:hover {
  color: #BAAC8A;
}
.p-single__editor img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 0 auto 30px;
}
.p-single__editor img + p {
  margin-top: 50px;
}
.p-single__editor .alignleft {
  float: left;
  margin: 7px 28px 28px 0;
}
.p-single__editor .alignright {
  float: right;
  margin: 7px 0 28px 28px;
}
.p-single__editor .aligncenter {
  clear: both;
  display: block;
  margin: 7px auto;
}
.p-single__editor .wp-caption {
  background: transparent;
  border: none;
  margin: 0 0 28px 0;
  max-width: 100%;
  padding: 0;
  text-align: inherit;
}
.p-single__editor .wp-caption.alignleft {
  margin: 7px 28px 21px 0;
}
.p-single__editor .wp-caption.alignright {
  margin: 7px 0 21px 28px;
}
.p-single__editor .wp-caption.aligncenter {
  margin: 7px auto;
}
.p-single__editor .wp-caption .wp-caption-text,
.p-single__editor .wp-caption-dd {
  font-size: 1.4rem;
  line-height: 160%;
  padding: 7px 0;
}

.p-single__pagenavi {
  width: 100%;
  max-width: 882px;
  margin: 112px auto clamp(188px, 24.48dvw, 268px);
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi {
    margin: clamp(50px, 13.33dvw, 100px) auto clamp(78px, 20.8dvw, 155px);
  }
}
.p-single__pagenavi .wp-pagenavi {
  padding-bottom: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .p-single__pagenavi .wp-pagenavi {
    gap: 0 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi .wp-pagenavi {
    gap: 0 clamp(22px, 5.87dvw, 44px);
  }
}
.p-single__pagenavi .wp-pagenavi .page-numbers {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 2.08dvw, 18px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi .wp-pagenavi .page-numbers {
    font-size: clamp(13px, 3.47dvw, 26px);
  }
}
.p-single__pagenavi .wp-pagenavi .page-numbers.prev {
  width: calc((100% - 72px) / 3);
  height: clamp(54px, 7.03dvw, 74px);
  border: solid 1px #000000;
  border-radius: 74px;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-single__pagenavi .wp-pagenavi .page-numbers.prev {
    width: 220px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi .wp-pagenavi .page-numbers.prev {
    width: 50%;
    height: clamp(55px, 14.67dvw, 110px);
    padding-left: 1em;
  }
}
.p-single__pagenavi .wp-pagenavi .page-numbers.prev::before {
  position: absolute;
  left: 2.5dvw;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi .wp-pagenavi .page-numbers.prev::before {
    width: clamp(8px, 2.13dvw, 15px);
    height: clamp(7px, 1.87dvw, 14px);
    left: clamp(30px, 8dvw, 60px);
  }
}
.p-single__pagenavi .wp-pagenavi .page-numbers.prev:hover {
  color: #000;
  background-color: #BAAC8A;
  opacity: 1;
  border: solid 1px #BAAC8A;
}
.p-single__pagenavi .wp-pagenavi .page-numbers.next {
  width: calc((100% - 72px) / 3);
  height: clamp(54px, 7.03dvw, 74px);
  border: solid 1px #000000;
  border-radius: 74px;
  margin-left: 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-single__pagenavi .wp-pagenavi .page-numbers.next {
    width: 220px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi .wp-pagenavi .page-numbers.next {
    width: 50%;
    height: clamp(55px, 14.67dvw, 110px);
    padding-right: 1em;
  }
}
.p-single__pagenavi .wp-pagenavi .page-numbers.next::after {
  position: absolute;
  right: 2.5dvw;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi .wp-pagenavi .page-numbers.next::after {
    width: clamp(8px, 2.13dvw, 15px);
    height: clamp(7px, 1.87dvw, 14px);
    right: clamp(30px, 8dvw, 60px);
  }
}
.p-single__pagenavi .wp-pagenavi .page-numbers.next:hover {
  color: #000;
  background-color: #BAAC8A;
  opacity: 1;
  border: solid 1px #BAAC8A;
}
.p-single__pagenavi > a {
  width: calc((100% - 72px) / 3);
  height: clamp(54px, 7.03dvw, 74px);
  border: solid 1px #000000;
  border-radius: 74px;
  font-size: clamp(16px, 2.08dvw, 18px);
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .p-single__pagenavi > a {
    width: 480px;
    margin: 40px auto 0;
    position: static;
    translate: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-single__pagenavi > a {
    width: 100%;
    height: clamp(55px, 14.67dvw, 110px);
    margin-top: clamp(22px, 5.87dvw, 44px);
    font-size: clamp(13px, 3.47dvw, 26px);
  }
}
.p-single__pagenavi > a:hover {
  color: #000;
  background-color: #BAAC8A;
  opacity: 1;
  border: solid 1px #BAAC8A;
}

/*----------------------------------------
  ラインナップページ
----------------------------------------*/
.p-lineup .p-lineup__intro {
  padding: 0 0 clamp(35px, 3.89vw, 70px) 0;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__intro {
    padding: 0 0 30px 0;
  }
}
.p-lineup .p-lineup__intro h4 {
  margin-bottom: clamp(40px, 4.44vw, 45px);
}
.p-lineup .p-lineup__intro h4 em {
  font-family: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__intro h4 em {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  .p-lineup .p-lineup__intro h4 em {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-lineup .p-lineup__intro h4 em span {
  font-family: inherit;
  font-size: clamp(2rem, 2.22vw, 2.4rem);
  font-style: normal;
}
.p-lineup .p-lineup__intro p {
  font-size: clamp(1.4rem, 1.56vw, 1.5rem);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__intro p {
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__intro p .p-lineup__pcbr {
    display: none;
  }
}
.p-lineup .p-lineup__wrapper01,
.p-lineup .p-lineup__wrapper02,
.p-lineup .p-lineup__wrapper03 {
  display: flex;
  gap: 0 7.98dvw;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__wrapper01,
.p-lineup .p-lineup__wrapper02,
.p-lineup .p-lineup__wrapper03 {
    gap: 0 clamp(44px, 4.89vw, 134px);
  }
}
.p-lineup .p-lineup__left {
  width: 100%;
  max-width: 27.14dvw;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__left {
    max-width: none;
  }
}
.p-lineup .p-lineup__left em {
  padding-bottom: 30px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__left em {
    padding-bottom: 40px;
  }
}
.p-lineup .p-lineup__left p {
  font-size: 1.4rem;
  font-weight: 300;
}
.p-lineup .p-lineup__left p + p {
  margin-top: 1em;
  padding-bottom: 100px;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__left p + p {
    padding-bottom: clamp(60px, 6.67vw, 100px);
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__left p + p {
    padding-bottom: clamp(40px, 6.67vw, 60px);
  }
}
.p-lineup .p-lineup__right {
  width: 100%;
  max-width: 49.52dvw;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__right {
    max-width: none;
  }
}
.p-lineup .p-lineup__right p {
  font-size: 1.4rem;
  font-weight: 300;
}
.p-lineup .p-lineup__right em {
  padding-bottom: 30px;
  margin-block: calc((1em - 1lh) / 2);
  font-size: 2rem;
  font-style: normal;
  text-align: center;
  display: block;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__right em {
    padding-bottom: 40px;
  }
}
.p-lineup .p-lineup__title {
  margin-bottom: 100px;
  display: flex;
  gap: 20px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__title {
    margin-bottom: clamp(50px, 5.56vw, 100px);
    gap: clamp(10px, 1.11vw, 20px);
  }
}
.p-lineup .p-lineup__title em {
  padding: 0;
  font-size: clamp(1.8rem, 2.34vw, 2rem);
}
.p-lineup .p-lineup__title em::before {
  content: "“";
  margin-right: 0.5em;
  font-size: inherit;
}
.p-lineup .p-lineup__title em::after {
  content: "”";
  margin-left: 0.5em;
  font-size: inherit;
}
.p-lineup .p-lineup__title h5 {
  margin-block: calc((1em - 1lh) / 2);
  font-size: clamp(3rem, 3.91vw, 4.5rem);
}
.p-lineup .c-btn__basic {
  max-width: 456px;
  aspect-ratio: 456/100;
  margin: 150px auto 0;
  font-size: clamp(1.4rem, 2.33vw, 1.6rem);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lineup .c-btn__basic {
    width: clamp(304px, 50.67vw, 356px);
    aspect-ratio: 304/70;
    margin: clamp(110px, 18.33vw, 150px) auto 0;
  }
}
@media (any-hover: hover) {
  .p-lineup .c-btn__basic:hover {
    background-color: #FFFFFF;
  }
}
.p-lineup .p-lineup__base {
  padding: clamp(50px, 5.56vw, 100px) 0 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base {
    padding: 30px 0 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper01,
.p-lineup .p-lineup__base .p-lineup__wrapper02,
.p-lineup .p-lineup__base .p-lineup__wrapper03 {
    flex-direction: column;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper01 {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper01 {
    gap: clamp(48px, 8vw, 60px) 0;
    flex-direction: column-reverse;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper01 .p-lineup__left .l-checkAnim {
  position: absolute;
  top: 7.14dvw;
  left: 3.27dvw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper01 .p-lineup__left .l-checkAnim {
    top: 25px;
    left: 0;
    margin-left: calc(50% - 50vw);
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper01 .p-lineup__right {
  width: 100%;
  max-width: 49.52dvw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper01 .p-lineup__right {
    width: 100dvw;
    max-width: none;
    margin: 0 calc(50% - 50vw);
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper01 .p-lineup__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 {
    margin-bottom: clamp(66px, 11vw, 80px);
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__left {
  display: flex;
  gap: 5px 0;
  flex-direction: column;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__left {
    padding-bottom: clamp(40px, 6.67vw, 60px);
    top: 0;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__left img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right {
    width: 75%;
    margin: 0 auto;
    gap: clamp(40px, 6.67vw, 60px) 0;
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right {
    width: 100%;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__inner {
  width: 100%;
  max-width: 28.1dvw;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__inner {
    max-width: 38.36dvw;
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__inner {
    width: 100%;
    max-width: none;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__inner .l-checkAnim {
  position: absolute;
  top: -4.76dvw;
  right: 0.95dvw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__inner .l-checkAnim {
    top: -90px;
    left: 0;
    right: auto;
    margin-left: calc(50% - 50vw);
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__img {
  margin-bottom: calc(30px + 3.51dvw);
  display: flex;
  gap: 0 14px;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__img {
    margin-right: calc(50% - 50vw);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__img {
    margin-right: 0;
    gap: 5px 0;
    flex-direction: column;
    align-items: center;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__img img {
  width: calc((100% - 28px) / 3);
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__img img {
    width: 48.53dvw;
  }
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__img img:nth-of-type(1) {
    margin-right: clamp(60px, 16vw, 120px);
  }
  .p-lineup .p-lineup__base .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__img img:nth-of-type(2) {
    margin-left: clamp(60px, 16vw, 120px);
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper03 {
  margin-bottom: 100px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper03 {
    width: 75%;
    margin: 0 auto clamp(60px, 10vw, 80px);
    gap: clamp(40px, 6.67vw, 60px) 0;
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper03 {
    width: 100%;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper03 .p-lineup__left .l-checkAnim {
  position: absolute;
  bottom: -1.31dvw;
  left: 3.27dvw;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper03 .p-lineup__left .l-checkAnim {
    top: -90px;
    bottom: 0;
    left: 0;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper03 .p-lineup__right {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper03 .p-lineup__right {
    width: auto;
  }
}
.p-lineup .p-lineup__base .p-lineup__wrapper03 .p-lineup__right img {
  width: 100%;
  object-fit: cover;
}
.p-lineup .p-lineup__base .p-lineup__wrapper04 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base .p-lineup__wrapper04 {
    margin-bottom: clamp(60px, 10vw, 100px);
  }
}
.p-lineup .p-lineup__base .everlastSlider, .p-lineup .p-lineup__base .morningglorySlider {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base .everlastSlider, .p-lineup .p-lineup__base .morningglorySlider {
    margin: 0 calc(50% - 50vw);
  }
}
.p-lineup .p-lineup__base .everlastSlider::after, .p-lineup .p-lineup__base .morningglorySlider::after {
  content: "";
  width: 100%;
  height: 7.92dvw;
  background-color: #F4F3EC;
  display: block;
  position: absolute;
  bottom: -50px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base .everlastSlider::after, .p-lineup .p-lineup__base .morningglorySlider::after {
    height: clamp(83px, 9.22vw, 133px);
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base .everlastSlider::after, .p-lineup .p-lineup__base .morningglorySlider::after {
    height: 133px;
  }
}
.p-lineup .p-lineup__base .everlastSlider .splide__track, .p-lineup .p-lineup__base .morningglorySlider .splide__track {
  padding: 0 3.45dvw;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base .everlastSlider .splide__track, .p-lineup .p-lineup__base .morningglorySlider .splide__track {
    padding: 0;
  }
}
.p-lineup .p-lineup__base .everlastSlider .splide__track .splide__list, .p-lineup .p-lineup__base .morningglorySlider .splide__track .splide__list {
  display: flex;
  gap: 0 3.15dvw;
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base .everlastSlider .splide__track .splide__list, .p-lineup .p-lineup__base .morningglorySlider .splide__track .splide__list {
    gap: 0 0;
  }
}
.p-lineup .p-lineup__base .everlastSlider .splide__track .splide__list .splide__slide, .p-lineup .p-lineup__base .morningglorySlider .splide__track .splide__list .splide__slide {
  width: calc((100% - 12.6dvw) / 5);
}
.p-lineup .p-lineup__base .everlastSlider .splide__track .splide__list .splide__slide img, .p-lineup .p-lineup__base .morningglorySlider .splide__track .splide__list .splide__slide img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-lineup .p-lineup__base.--everlast .p-lineup__wrapper04 .p-lineup__inner {
  display: flex;
  gap: 0 87px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base.--everlast .p-lineup__wrapper04 .p-lineup__inner {
    gap: 0 clamp(43px, 4.78vw, 87px);
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base.--everlast .p-lineup__wrapper04 .p-lineup__inner {
    gap: 60px 0;
    flex-direction: column;
  }
}
.p-lineup .p-lineup__base.--everlast .p-lineup__wrapper04 .p-lineup__inner img {
  width: 100%;
  max-width: 18.51dvw;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base.--everlast .p-lineup__wrapper04 .p-lineup__inner img {
    width: calc((100% - clamp(43px, 4.78vw, 87px)) / 2);
    max-width: none;
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base.--everlast .p-lineup__wrapper04 .p-lineup__inner img {
    width: 68%;
  }
}
.p-lineup .p-lineup__base.--morningglory {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base.--morningglory {
    margin-bottom: 30px;
  }
}
.p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper01,
.p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper02,
.p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper03 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper01,
.p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper02,
.p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper03 {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper01 {
    flex-direction: column-reverse;
  }
}
.p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper01 .p-lineup__right {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper01 .p-lineup__right {
    width: 100dvw;
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper02 .p-lineup__right {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper02 .p-lineup__right {
    width: 75%;
    margin: 0 auto;
    gap: clamp(40px, 6.67vw, 60px) 0;
  }
}
@media screen and (max-width: 600px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper02 .p-lineup__right {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper02 .p-lineup__right .p-lineup__right__inner {
    align-self: flex-end;
  }
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper03 .p-lineup__right {
    margin-right: 0;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper03 .p-lineup__right {
    margin-right: calc(50% - 50vw);
    margin-left: 0;
  }
}
.p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper04 .p-lineup__inner img {
  width: 32.32dvw;
  max-width: 543px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper04 .p-lineup__inner img {
    width: 543px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-lineup .p-lineup__base.--morningglory .p-lineup__wrapper04 .p-lineup__inner img {
    width: 100%;
    max-width: none;
  }
}

/*----------------------------------------
  clearfix
----------------------------------------*/
.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------------------
  font
----------------------------------------*/
.u-ff__lato {
  font-family: "Lato", sans-serif;
  font-style: normal;
}

.u-ff__serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

/*----------------------------------------
  margin
----------------------------------------*/
.u-mt__wide {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .u-mt__wide {
    margin-top: 80px;
  }
}

.u-mt__normal {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .u-mt__normal {
    margin-top: 60px;
  }
}

.u-mt__narrow {
  margin-top: 30px;
}

.u-mb__wide {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb__wide {
    margin-bottom: 80px;
  }
}

.u-mb__normal {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb__normal {
    margin-bottom: 60px;
  }
}

.u-mb__narrow {
  margin-bottom: 30px;
}

/*----------------------------------------
  padding
----------------------------------------*/
.u-pt__wide {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .u-pt__wide {
    padding-top: 80px;
  }
}

.u-pt__normal {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .u-pt__normal {
    padding-top: 60px;
  }
}

.u-pt__narrow {
  padding-top: 30px;
}

.u-pb__wide {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-pb__wide {
    padding-bottom: 80px;
  }
}

.u-pb__normal {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-pb__normal {
    padding-bottom: 60px;
  }
}

.u-pb__narrow {
  padding-bottom: 30px;
}

/*----------------------------------------
	position
----------------------------------------*/
.u-pos__flex__center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-pos__flex__center--left {
  justify-content: flex-start;
}
.u-pos__flex__center--right {
  justify-content: flex-end;
}

/*# sourceMappingURL=app.css.map */
