@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  color: #222;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

html, body {
  overflow-x: hidden;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-header-sp {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
  border-bottom: 15px solid #222;
  height: 100%;
  overflow: scroll;
  margin-top: 3rem;
  padding-top: 1.875rem;
  padding-bottom: 10rem;
  z-index: 120;
}

.l-header-sp.is-openSP {
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

.l-header-sp__baners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .l-header-sp__baners {
    margin-top: 2.1875rem;
    max-width: 70%;
    margin-inline: auto;
  }
}

.l-header-sp__nav {
  width: 100%;
  margin-top: 2.125rem;
}

.l-header-sp__item {
  border-bottom: 0.75px solid #454545;
  position: relative;
}

.l-header-sp__item::after {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  right: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .l-header-sp__item::after {
    width: 0.625rem;
    height: 0.625rem;
    right: 1.5625rem;
  }
}

.l-header-sp__item--a::after {
  display: none;
}

.l-header-sp__item a {
  display: inline-block;
  font-weight: 500;
  font-size: 0.9375rem;
  width: 100%;
  height: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-header-sp__item a {
    font-size: 1.25rem;
  }
}

.l-header-sp__summary {
  font-weight: 500;
  font-size: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-header-sp__summary {
    font-size: 1.25rem;
    padding-right: 1.5625rem;
  }
}

.l-header-sp__accordion summary::-webkit-details-marker {
  display: none;
}

.l-header-sp__summary::before,
.l-header-sp__summary::after {
  width: 1px;
  height: 0.5625rem;
  background-color: #222;
  content: "";
}
@media screen and (min-width: 768px) {
  .l-header-sp__summary::before,
  .l-header-sp__summary::after {
    height: 0.8125rem;
  }
}

.l-header-sp__summary::before {
  position: absolute;
  right: 1.25rem;
  rotate: 90deg;
}
@media screen and (min-width: 768px) {
  .l-header-sp__summary::before {
    right: 1.5625rem;
  }
}

.l-header-sp__summary::after {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
}

.l-header-sp__accordion[open] .l-header-sp__summary::after {
  rotate: 90deg;
}

.l-header-sp__contacts {
  display: grid;
  margin-top: 2.5rem;
  gap: 0.5625rem;
  place-items: center;
}

.l-header {
  padding-left: 0.3125rem;
  height: 3rem;
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-left: 1.625rem;
    height: 5.75rem;
  }
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
}

.l-header__logo {
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 8.1875rem;
  }
}

.l-header__copy {
  margin-left: 0.5rem;
  font-weight: normal;
  font-size: 0.5rem;
  line-height: 1.5;
  color: #898989;
}
@media screen and (min-width: 768px) {
  .l-header__copy {
    margin-left: 0.625rem;
    font-size: 0.75rem;
    line-height: 1.4166666667;
  }
}

.l-header__nav {
  margin-left: auto;
  position: relative;
  max-width: 26.25rem;
}
@media screen and (max-width: 1240px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.9375rem;
}

.l-header__nav-item a,
.l-header__nav-item p {
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #121212;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.l-header__nav-item a:hover,
.l-header__nav-item p:hover {
  color: #f87601;
}

.l-header__nav-item--open {
  position: relative;
}

.l-header__nav-item--open.is-open .l-header__nav-list {
  display: block;
}

.l-header__nav-list {
  display: none;
  position: absolute;
  top: 3.125rem;
  left: -3.125rem;
  width: 10.4375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1240px) {
  .l-header__nav-list {
    display: none;
  }
}

.l-header__nav-list-item:not(:first-child) {
  border-top: 1px solid #fff;
}

.l-header__nav-list-item {
  background: #000;
}
.l-header__nav-list-item a {
  display: grid;
  place-items: center;
  height: 100%;
  width: 100%;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  padding: 0.75rem;
}

.l-header__tel {
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  color: #000;
  line-height: 1.2631578947;
}
@media screen and (max-width: 1240px) {
  .l-header__tel {
    display: none;
  }
}

.l-header__tel p {
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}

.l-header__contacts {
  margin-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 5.75rem;
  background: #000;
}
@media screen and (max-width: 1240px) {
  .l-header__contacts {
    display: none;
  }
}

.l-header__contact {
  height: 5.75rem;
}
.l-header__contact a {
  position: relative;
  height: 5.75rem;
  width: 9.5rem;
  display: grid;
  place-items: center;
  font-weight: 500;
  font-size: 0.75rem;
  color: #fff;
}
.l-header__contact a::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.25rem;
  width: 0.75rem;
  height: 0.5rem;
  background: url(../images/icon-header-mail.png) no-repeat center/contain;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-baner {
  background: rgba(0, 0, 0, .7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.c-baner__head {
  background: #b92422;
  color: #fff;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.01em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-baner__head {
    font-size: 0.75rem;
  }
}

.c-baner__container {
  max-width: 43.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-baner__container {
    height: 4.25rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    background: #fff;
    padding-left: 3.3125rem;
    padding-right: 3.3125rem;
  }
}

.c-banaer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
}

.c-baner__item:first-child {
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .c-baner__item:first-child {
    margin-top: -0.5rem;
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
.c-btn a {
  background: #000;
  display: grid;
  place-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 0.75rem;
  border: 2px solid #fff;
  border-radius: 50px;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .16));
  position: relative;
  width: 80%;
  min-height: 4.125rem;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  background: #000;
}
@media screen and (min-width: 768px) {
  .c-btn a {
    width: 22.75rem;
    font-size: 1.0625rem;
  }
}
.c-btn a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_btn.png) no-repeat center center/contain;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 1.1rem;
}
.c-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 10000;
  background: #000;
  width: 3rem;
  height: 3rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 30%;
  height: 1px;
  background: #fff;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .c-hamburger span {
    width: 25px;
    height: 1px;
  }
}

.c-hamburger span:nth-of-type(1) {
  top: 38%;
}

.c-hamburger span:nth-of-type(2) {
  top: 50%;
  width: 15px;
}

.c-hamburger span:nth-of-type(3) {
  top: 62%;
  width: 7px;
}

.c-hamburger.active span {
  width: 20px;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .c-hamburger.active span {
    width: 25px;
  }
}

.c-hamburger.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.c-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.c-pankuz {
  margin-top: 0.9375rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-pankuz {
    margin-top: 1.875rem;
  }
}

.c-pankuz__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-pankuz .home {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
}

.c-pankuz a {
  font-weight: 400;
  font-size: 0.75rem;
  margin-right: 0.9375rem;
  line-height: 1;
}
.post {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .post {
    margin-left: 1.5rem;
  }
}

.c-pankuz .current-item {
  font-weight: 400;
  font-size: 0.75rem;
  margin-right: 0.9375rem;
  margin-left: 0.625rem;
  line-height: 1;
  color: #b2b2b2;
}
@media screen and (min-width: 768px) {
  .c-pankuz .current-item {
    margin-left: 1.5rem;
  }
}

.date-year,
.taxonomy,
.post-works-archive {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .date-year,
  .taxonomy,
  .post-works-archive {
    margin-left: 1.5rem;
  }
}

.c-pankuz__border {
  width: 1.75rem;
}

.c-scroll-bar {
  position: relative;
  text-transform: uppercase;
  padding-bottom: 7.5rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: block;
}

/* 丸の描写 */
.c-scroll-bar:before {
  content: "";
  /*描画位置*/
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 42%;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 110px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.c-scroll-bar:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 50%;
  /*線の形状*/
  width: 1px;
  height: 6.875rem;
  background: #fff;
}

.c-section-title {
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #222;
}
@media screen and (min-width: 768px) {
  .c-section-title {
    font-size: 1.625rem;
  }
}

.c-section-title::before {
  display: block;
  content: attr(data-en);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #C3C3C3;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

.c-section-title span {
  position: relative;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-section-title span {
    padding-right: 4.6875rem;
    padding-left: 4.6875rem;
  }
}

.c-section-title span::before,
.c-section-title span::after {
  position: absolute;
  top: 50%;
  width: 1.875rem;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222222;
  content: "";
}
@media screen and (min-width: 768px) {
  .c-section-title span::before,
  .c-section-title span::after {
    width: 3.75rem;
  }
}

.c-section-title span::before {
  left: 0;
}

.c-section-title span::after {
  right: 0;
}

.c-section-title.c-section-title--white {
  color: #fff;
}
.c-section-title.c-section-title--white::before {
  color: #fff;
}
.c-section-title.c-section-title--white span::before, .c-section-title.c-section-title--white span::after {
  background: #fff;
}

.c-section-title.c-section-title--blog {
  position: relative;
  color: #fff;
}
.c-section-title.c-section-title--blog::before {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-section-title.c-section-title--blog::after {
    position: absolute;
    content: "";
    bottom: -1.25rem;
    left: 0;
    width: 3.125rem;
    height: 1px;
    background: #fff;
  }
}
.c-section-title.c-section-title--blog span {
  padding: 0;
}
.c-section-title.c-section-title--blog span::before, .c-section-title.c-section-title--blog span::after {
  display: none;
}

.c-topbtn {
  position: fixed;
  right: 1.875rem;
  bottom: 6.25rem;
  width: 1.8125rem;
  z-index: 100;
}
.c-topbtn img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-about__container {
  position: relative;
  display: grid;
  margin-top: 2.5rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .p-about__container {
    margin-top: 5.5rem;
    grid-template-columns: 43.75% 35.7638888889%;
    gap: 4.75rem;
    padding: 0;
    padding: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-about__container::before {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about__container::before {
    display: block;
    content: "about";
    font-family: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    text-transform: uppercase;
    color: #f5f5f7;
    font-weight: 300;
    font-size: 7.5rem;
    letter-spacing: 0.08em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: -1.25rem;
    height: 27.5rem;
    width: 9.0625rem;
  }
}
.p-about__container::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 90%;
  height: 19.5rem;
  background: #f5f5f7;
  bottom: -6.25rem;
  left: 0;
  z-index: 0;
}

.p-about__img {
  z-index: 1;
  max-width: 27.8125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__img {
    max-width: 100%;
  }
}

.p-about__box {
  z-index: 1;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__box {
    margin-top: 0;
  }
}

.p-about__num {
  text-align: center;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #C3C3C3;
}
@media screen and (min-width: 768px) {
  .p-about__num {
    text-align: left;
  }
}

.p-about__theme {
  text-align: center;
  margin-top: 0.5rem;
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .p-about__theme {
    text-align: left;
    margin-top: 0.75rem;
    font-size: 1.625rem;
  }
}

.p-about__text {
  margin-top: 1.5625rem;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2.2857142857;
}

.p-archive {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-archive {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.p-archive__inner {
  max-width: 31.25rem;
}
@media screen and (min-width: 768px) {
  .p-archive__inner {
    max-width: 65.625rem;
  }
}

.p-archive__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-archive__categories {
    gap: 0.625rem;
  }
}

.p-archive__categories-item a {
  display: inline-block;
  border: 1px solid #b92422;
  color: #b92422;
  font-size: 0.625rem;
  border-radius: 0.3125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-archive__categories-item a {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}

.p-archive__categories-item.click a,
.p-archive__categories-item a:hover {
  background: #b92422;
  color: #fff;
  opacity: 1;
}

.p-archive__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.9375rem;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-archive__items {
    gap: 2.5rem 1.875rem;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    max-width: 65.625rem;
  }
}

.p-archive__item {
  background: #fff;
  border: 0.1875rem solid #F5F5F5;
}

.p-archive__item a {
  color: #222;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.p-archive__image {
  position: relative;
  height: 11.25rem;
}
.p-archive__image img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-archive__category {
  background: #b92422;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 0.3125rem 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-archive__category {
    font-size: 0.75rem;
  }
}

.p-archive__content {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-archive__content {
    padding: 1.125rem;
  }
}

.p-archive__title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-archive__title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.p-archive__text {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-archive__text {
    margin-top: 0.625rem;
  }
}

.p-archive__pagination {
  margin-top: 2.5rem;
  text-align: center;
}

.p-archive__wrap {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-archive__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.9375rem;
    margin-top: auto;
  }
}

.p-archive__time,
.p-archive__price {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #000;
}
.p-archive__time span,
.p-archive__price span {
  color: #b92422;
}

.p-archive__price-num {
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  line-height: 1.1666666667;
  color: #b92422;
}
@media screen and (min-width: 768px) {
  .p-archive__price-num {
    margin-left: 0.3125rem;
    font-size: 1.5rem;
  }
}

.p-archive__items--goods {
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-archive__items--goods {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-archive__item--goods {
  border: none;
}

.p-archive__item--goods a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-archive__item--goods img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-archive__title--goods {
  border-bottom: 1px solid #000;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.p-archive__text--goods {
  color: #797979;
  font-size: 0.75rem;
  margin-top: 0.8125rem;
  margin-bottom: 0.9375rem;
}

.p-archive__items.p-case__list {
  gap: 1.875rem;
}

.p-archive__items .p-case__item {
  border: 0.1875rem solid #F5F5F5;
}

.p-archive__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.625rem;
}

.p-archive__tag {
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.searchandfilter {
  margin-bottom: 3.125rem;
}

.searchandfilter div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .searchandfilter div > ul {
    gap: 1.25rem;
  }
}

.searchandfilter div ul > li {
  padding-right: 0;
  width: calc(50% - 0.625rem);
}
@media screen and (min-width: 768px) {
  .searchandfilter div ul > li {
    width: 14.6875rem;
  }
}

.searchandfilter h4 {
  border: 1px solid #adadad;
  padding: 0.3125rem 0.625rem;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #000;
  position: relative;
  margin: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .searchandfilter h4 {
    font-size: 1rem;
    padding: 0.625rem 1.25rem;
  }
}

.searchandfilter h4::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .searchandfilter h4::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

.searchandfilter div ul li > ul {
  display: none;
  overflow-y: auto;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .searchandfilter div ul li > ul {
    padding: 0.3125rem 0.625rem 0.625rem;
    height: 6.25rem;
  }
}

.searchandfilter .cat-item {
  font-size: 0.75rem;
  width: 100%;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .searchandfilter .cat-item {
    font-size: 1rem;
  }
}

.searchandfilter .cat-item::before {
  display: none;
}

.searchandfilter .cat-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.searchandfilter input[type=submit] {
  background-color: #b92422;
  border: none;
  width: 100%;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: left;
  padding: 0.625rem 0.625rem;
  border: 1px solid #b92422;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .searchandfilter input[type=submit] {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
}

.searchandfilter div ul > li:last-child {
  position: relative;
}

.searchandfilter div ul > li:last-child::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1.25rem;
  right: 1.25rem;
  margin: auto;
}

.p-blog {
  position: relative;
  padding: 3.75rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-blog {
    padding-top: 8.625rem;
    padding-bottom: 7.6875rem;
  }
}

.p-blog::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/blog-bg.jpg) no-repeat center top/cover;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-blog::after {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .p-blog::before {
    position: absolute;
    display: inline-block;
    content: "new arrivals";
    bottom: 0;
    left: 0;
    font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.08em;
    bottom: -4.375rem;
    font-size: 7.8125rem;
    line-height: 2.008;
    color: #fff;
    opacity: 0.07;
    text-transform: uppercase;
    z-index: 1;
  }
}

.p-blog__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-blog__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10rem;
    max-width: 1200px;
  }
}

.p-blog__left {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-blog__left {
    display: block;
  }
}

.p-blog__title {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-blog__title {
    text-align: left;
  }
}

.p-blog__btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 3.375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-blog__btn {
    margin-inline: initial;
  }
}
.p-blog__btn a {
  display: inline-block;
  min-width: 13.5rem;
  border-radius: 1.375rem;
  background-color: #fff;
  padding: 0.875rem;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1/1;
  text-align: center;
  color: #000;
}

.p-blog__right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 57rem;
  background: #fff;
  margin-top: 1.25rem;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-blog__right {
    margin-top: 0;
    padding-top: 4rem;
    padding-left: 4.375rem;
    padding-bottom: 4.875rem;
  }
}

.p-blog__item {
  padding: 2rem 0;
  border-bottom: 1px solid #eaecec;
}

.p-blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-blog__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.125rem;
  }
}

.p-blog__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-blog__img {
    width: 12.375rem;
  }
}
.p-blog__img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 198/126;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog__body {
  width: 100%;
}

.p-blog__category {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: 0;
}

.p-blog__time {
  margin-left: 0.75rem;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #c3c3c3;
}

.p-blog__head {
  position: relative;
  margin-top: 0.4375rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  color: #000;
}

.p-blog__head::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../images/arrow-blog.png) no-repeat center/contain;
}

.p-brandlist {
  background: #f5f5f7;
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-brandlist {
    padding-bottom: 5.625rem;
  }
}

.p-brandlist__list {
  margin-top: 1.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-brandlist__list {
    gap: 2.1875rem 1.9375rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-case {
  background: #fafafa;
  padding-top: 4.1875rem;
  padding-bottom: 4.1875rem;
}

.p-case__attention {
  position: relative;
  display: block;
  margin-top: 1.375rem;
  margin-inline: auto;
  width: 18.75rem;
  text-align: center;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 2.1428571429;
}

@media screen and (min-width: 768px) {
  .p-case__attention::before,
  .p-case__attention::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15.75rem;
    height: 11.5625rem;
    top: -8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-case__attention::before {
    left: -25rem;
    background: url(../images/case-img-01.png) no-repeat center/contain;
  }
}

@media screen and (min-width: 768px) {
  .p-case__attention::after {
    right: -25rem;
    background: url(../images/case-img-02.png) no-repeat center/contain;
  }
}

.p-case__slide {
  margin-top: 2.25rem;
}

.p-case__item {
  display: grid;
  gap: 0.9375rem;
  background: #FFF;
  -webkit-box-shadow: 7px 7px 12px rgba(211, 211, 211, .1);
          box-shadow: 7px 7px 12px rgba(211, 211, 211, .1);
  padding-bottom: 2.125rem;
}

.p-case__img {
  position: relative;
  width: 100%;
  height: 12.5rem;
}
.p-case__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-case__category {
  position: absolute;
  display: inline-block;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #fff;
  background: #f7771f;
  border-radius: 50px;
  text-align: center;
  min-width: 6.0625rem;
  bottom: -0.625rem;
  left: 1.25rem;
  padding: 0.1875rem;
}
.p-case__title {
  margin-top: 0.625rem;
  padding: 0 1.5625rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.625;
  color: #000;
}

.p-case__text {
  padding: 0 1.5625rem;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.7142857143;
  color: #000;
  height: 2.8125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-case__link {
  color: #0E0098;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding: 0 1.25rem;
}
.p-case__link span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-case__link span::before {
  position: absolute;
  content: "";
  background: #0E0098;
  height: 1px;
  width: 100%;
  top: 105%;
  left: 0;
}
.p-case__link span::after {
  display: inline-block;
  content: "";
  width: 0.3125rem;
  height: 0.75rem;
  background: url(../images/arroe-link.png) no-repeat center/contain;
  margin-left: 0.625rem;
}

.p-case__pagination {
  bottom: -1.875rem;
}

.p-case__page {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 1;
  border: 1px solid #0E1A40;
}

.p-case__page.is-active {
  background: #0E1A40;
  -webkit-transform: none;
          transform: none;
  -webkit-transform: initial;
          transform: initial;
  opacity: 1;
}

.p-case__btn {
  margin-top: 5rem;
}

.p-contact {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: #78ada9;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 3.375rem;
    padding-bottom: 4.5rem;
  }
}

.p-contact__description {
  margin-top: 1.375rem;
  text-align: center;
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.13em;
  line-height: 1.7333333333;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-contact__wrap {
    position: relative;
    margin-top: 3.1875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__wrap::after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff;
  }
}

.p-contact__block {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__block {
    position: relative;
    width: 50%;
  }
}

.p-contact__contactWrap {
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-contact__contactWrap {
    padding: 1.125rem 0;
  }
}

.p-contact__text {
  position: relative;
  font-weight: normal;
  font-size: 1.125rem;
  letter-spacing: 0.13em;
  line-height: 1.5;
  color: #fff;
}

.p-contact__text::before {
  display: block;
  content: "";
  margin-inline: auto;
}

.p-contact__text--mail::before {
  width: 4.0625rem;
  height: 3.25rem;
  background: url(../images/icon-mail.png) no-repeat center/contain;
  margin-bottom: 1.4375rem;
}

.p-contact__text--tel::before {
  width: 2.1875rem;
  height: 3.25rem;
  background: url(../images/icon-tel.png) no-repeat center/contain;
  margin-bottom: 1.4375rem;
}

.p-contact__button {
  margin-top: 1.875rem;
  display: inline-block;
  min-width: 20.4375rem;
  border: 1px solid #fff;
  padding: 1.625rem;
  font-weight: normal;
  font-size: 0.9375rem;
  letter-spacing: 0.13em;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.p-contact__callWrap {
  padding: 1.125rem 0;
}

.p-contact__callButton {
  margin-top: 1rem;
  display: block;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 2.125rem;
  line-height: 1.3529411765;
  color: #fff;
}

.p-contact__time {
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.13em;
  line-height: 2.1666666667;
  color: #fff;
}

.p-feature__container {
  margin-top: 3rem;
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-feature__container {
    display: block;
    margin-top: 7.1875rem;
    counter-reset: num;
  }
}

.p-feature__block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__block {
    padding: 1.875rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__block:nth-child(even) .p-feature__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-feature__block:nth-child(even) .p-feature__wrap::after {
    left: auto;
    left: initial;
    right: -13.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-feature__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
  }
}

.p-feature__wrap::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-feature__wrap::after {
    display: block;
    counter-increment: num;
    content: "feature 0" counter(num);
    font-family: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    color: #ededed;
    font-weight: 300;
    font-size: 3.375rem;
    letter-spacing: 0.09em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -13.75rem;
    height: 100%;
    text-align: center;
  }
}

.p-feature__img {
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-feature__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 27.5rem;
  }
}

.p-feature__box {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-feature__box {
    margin-top: 0;
  }
}

.p-feature__num {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #C3C3C3;
  text-transform: uppercase;
}

.p-feature__theme {
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08em;
  margin-top: 0.625rem;
  border-bottom: 1px solid #707070;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-feature__theme {
    font-size: 1.375rem;
  }
}

.p-feature__text {
  margin-top: 1.125rem;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2.2857142857;
}

.p-footer {
  background: #f5f5f7;
  border-bottom: 0.9375rem solid #000;
  padding-top: 3.125rem;
  padding-bottom: 3.75rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 4.6875rem;
    padding-bottom: 7.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-footer__logo {
  width: 8.1875rem;
}
.p-footer__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 131/69;
}

.p-footer__address {
  margin-top: 1.75rem;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}

.p-footer__bottom {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    margin-top: 5.5625rem;
  }
}

.p-footer__privacy {
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 3.2142857143;
  letter-spacing: 0.2em;
  text-decoration: underline;
}

.p-footer__text {
  margin-top: 1.25rem;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.p-footer__center {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-footer__nav {
    padding-top: 1.25rem;
    border-top: 1px solid #000;
  }
}

.p-footer__items {
  display: grid;
  gap: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-footer__nav:last-child {
    margin-left: 3.125rem;
  }
}

.p-footer__item {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.5714285714;
}

.p-fv {
  margin-top: 6.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
  padding-bottom: 12.0625rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-bottom: 8.75rem;
    margin-top: 8.875rem;
  }
}

.p-fv::after {
  position: absolute;
  content: "";
  background: #000;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 62%;
}
@media screen and (min-width: 768px) {
  .p-fv::after {
    height: 57%;
  }
}

.p-fv__image {
  width: 85.3333333333%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__image {
    width: 86.4583333333%;
  }
}

.p-fv__slider .splide__slide img {
  -webkit-transition: 8s ease-out;
  transition: 8s ease-out;
}

.p-fv__slider .splide__slide.is-active img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-fv__content {
  position: absolute;
  left: 1.5625rem;
  top: 1.5rem;
  color: #fff;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-fv__content {
    top: 2.25rem;
    left: 3.4375rem;
  }
}

.p-fv__title {
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    padding-bottom: 0.625rem;
    letter-spacing: 0.2em;
    font-size: 1.875rem;
    line-height: 1.8666666667;
  }
}

.p-fv__text {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 2.1;
  letter-spacing: 0.12em;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__text {
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
}

.p-fv__name {
  position: absolute;
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  bottom: -1.875rem;
  left: 1.25rem;
  text-transform: capitalize;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-fv__name {
    left: 3.375rem;
    bottom: -5.625rem;
    font-size: 8.375rem;
    line-height: 0.9701492537;
  }
}

.p-fv__scroll {
  position: absolute;
  z-index: 6;
  right: 1.25rem;
  bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-fv__scroll {
    right: 1.875rem;
    bottom: 8.6875rem;
  }
}

.p-fvBaner {
  margin-top: 3.25rem;
}

.p-fvSub {
  margin-top: 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fvSub {
    margin-top: 5.75rem;
  }
}

.p-fvSub__image {
  position: relative;
  height: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-fvSub__image {
    height: 100%;
  }
}

.p-fvSub__image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-fvSub__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  content: "";
}

.p-fvSub__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 1.25rem;
  letter-spacing: 0.16em;
  line-height: 0.975;
}
@media screen and (min-width: 768px) {
  .p-fvSub__title {
    font-size: 2.5rem;
  }
}

.p-fvSub__title::before {
  position: absolute;
  content: attr(data-en);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  font-family: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 2.5rem;
  letter-spacing: 0.2em;
  color: #fff;
  opacity: 0.15;
}
@media screen and (min-width: 768px) {
  .p-fvSub__title::before {
    font-size: 8.5625rem;
  }
}

.p-fvSub__single {
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .p-fvSub__single {
    margin-top: 7.125rem;
  }
}

.p-information {
  padding-top: 3.0625rem;
}

.p-information__slide {
  margin-top: 1.125rem;
}

.p-information__thumbnail {
  margin-top: 1rem;
  margin-inline: auto;
  max-width: 53.125rem;
  width: 90%;
}
.p-information__thumbnail .splide__slide {
  opacity: 0.6;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-information__thumbnail .splide__slide {
    height: 6.25rem;
  }
}
.p-information__thumbnail .splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-information__thumbnail .splide__slide.is-active {
  opacity: 1;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}

.p-information__wrap {
  margin-top: 1.875rem;
  display: grid;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-information__wrap {
    gap: 2.625rem;
    margin-top: 3.375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-information__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
  border-bottom: 1px solid #E5E3D9;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  color: #3e3e3e;
}

.p-information__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
  font-weight: 700;
  text-transform: capitalize;
}

.p-information__description {
  font-weight: normal;
  letter-spacing: 0.04em;
}

.p-information__text {
  margin-top: 1.875rem;
  background: #f5f5f5;
  padding: 1.5625rem;
  max-width: 52.375rem;
  margin-inline: auto;
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-information__map {
  margin-top: 1.875rem;
  width: 100%;
  height: 14.625rem;
}
.p-information__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-instagram {
  background: url(../images/instagram-bg.jpg) no-repeat center/cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-instagram {
    padding-top: 4.5625rem;
    padding-bottom: 4.0625rem;
  }
}

.p-instagram__title {
  text-align: left;
}
.p-instagram__title span {
  padding: 0;
}
.p-instagram__title span::before, .p-instagram__title span::after {
  display: none;
}

.p-instagram__list {
  margin-top: 2.125rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-instagram__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1875rem;
  }
}

.p-instagram__btn {
  margin-top: 3.0625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-instagram__btn {
    text-align: right;
  }
}
.p-instagram__btn a {
  position: relative;
  margin-left: auto;
  display: inline-block;
  min-width: 17.5rem;
  background: #fff;
  border-radius: 3.125rem;
  padding: 1.125rem 3.1875rem;
}
.p-instagram__btn a::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5625rem;
  width: 0.375rem;
  height: 0.625rem;
  background: url(../images/arrow-insta.png) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .p-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
  }
}

.p-links__item {
  width: 100%;
  background: url(../images/links-bg-01.jpg) no-repeat center/cover;
}

.p-links__item:nth-child(2) {
  background: url(../images/links-bg-02.jpg) no-repeat center/cover;
}

.p-links__item a {
  display: block;
  width: 100%;
  padding: 2.5rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-links__item a {
    padding: 4.375rem;
  }
}

.p-links__text {
  position: relative;
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-links__text {
    font-size: 1.8125rem;
  }
}

.p-links__text::before {
  position: absolute;
  content: attr(data-en);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  font-family: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 5rem;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.12;
}
@media screen and (min-width: 768px) {
  .p-links__text::before {
    font-size: 6.875rem;
  }
}

.p-maintenance {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 4.6875rem;
}
@media screen and (min-width: 768px) {
  .p-maintenance {
    margin-top: 4.6875rem;
  }
}

.p-maintenance::after {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: #f5f5f7;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-maintenance::after {
    height: 60%;
  }
}

.p-maintenance__inner {
  z-index: 1;
  position: relative;
}

.p-maintenance__text {
  margin-top: 1.25rem;
  text-align: center;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  line-height: 2.2857142857;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-maintenance__text {
    margin-top: 1.625rem;
    font-size: 0.875rem;
  }
}

.p-maintenance__list {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-maintenance__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6875rem 1.125rem;
  }
}

.p-maintenance__item {
  background: #fff;
  -webkit-box-shadow: 7px 7px 12px rgba(211, 211, 211, .1);
          box-shadow: 7px 7px 12px rgba(211, 211, 211, .1);
}

.p-maintenance__img {
  width: 100%;
  aspect-ratio: 320/180;
}
.p-maintenance__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-maintenance__head {
  text-align: center;
  padding: 0.625rem;
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  line-height: 2.5;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-maintenance__head {
    padding: 1rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}

.p-not-found {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-not-found {
    padding-top: 5rem;
    padding-bottom: 6.25rem;
  }
}

.p-not-found__text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-not-found__text {
    font-size: 1.5rem;
  }
}

.p-not-font__btn {
  margin-top: 1.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-not-font__btn {
    margin-top: 3.0625rem;
  }
}

.p-not-font__btn a {
  display: inline-block;
  background: #222;
  color: #fff;
  width: 9.375rem;
  max-width: 100%;
  height: 4rem;
  line-height: 4rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-not-font__btn a {
    height: 4.4rem;
    line-height: 4.4rem;
    width: 13.4375rem;
  }
}

.p-not-font__btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .p-not-font__btn a::after {
    right: 35px;
  }
}

.p-privacy-policy {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy {
    padding-top: 5rem;
    padding-bottom: 5.625rem;
  }
}

.p-privacy-policy__text {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-privacy-policy__text {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-privacy__wrapper {
  margin-bottom: 3.125rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-privacy__wrapper {
    line-height: 2;
    font-size: 1rem;
  }
}

.p-privacy__wrapper p:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-privacy__wrapper p:not(:first-child) {
    margin-top: 2.5rem;
  }
}

.privacy__wrapper ol {
  list-style: decimal;
  padding-left: 1.25rem;
}

.p-product {
  padding-top: 4.0625rem;
}

.p-product--sub {
  margin-bottom: 4.875rem;
}

.p-product__slide .splide__slide {
  text-align: center;
}

.p-product__img {
  margin-inline: auto;
  width: 15.625rem;
}
.p-product__img img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}

.p-product__head,
.p-product__price {
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}

.p-product__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-product__btn {
    margin-top: 4.125rem;
  }
}

.p-qa {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-qa {
    padding-top: 3.875rem;
    padding-bottom: 4.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__inner {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-qa__inner::before {
    position: absolute;
    top: 0;
    right: -13.75rem;
    content: "FAQ";
    color: #f0f0f0;
    font-weight: 500;
    font-size: 10.625rem;
    line-height: 1;
    font-family: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    letter-spacing: 0.08em;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
}

.p-qa__items {
  margin-top: 1.75rem;
}

.p-qa__item:not(:first-child) {
  margin-top: 1.25rem;
}

.p-qa__question {
  position: relative;
  padding: 0.625rem 2.5rem;
  background: #000;
  color: #FFF;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.07em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-qa__question {
    padding: 1.75rem 4.3125rem;
  }
}

.p-qa__question::before {
  position: absolute;
  content: "Q";
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  top: 50%;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-qa__question::before {
    left: 1.5625rem;
  }
}

.p-qa__question span::after,
.p-qa__question span::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #FFF;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
@media screen and (min-width: 768px) {
  .p-qa__question span::after,
  .p-qa__question span::before {
    right: 50px;
  }
}

.p-qa__question span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-qa__question.is-active span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-qa__answer {
  position: relative;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 2;
  border: 1px solid #0e1a40;
  padding: 0.625rem 2.375rem;
  display: none;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-qa__answer {
    padding: 1.75rem 4.3125rem;
  }
}

.p-qa__answer.is-active {
  display: block;
}

.p-qa__answer span {
  position: relative;
}

.p-qa__answer span::before {
  position: absolute;
  content: "A";
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1;
  left: -1.5625rem;
  top: 0;
  color: #0e1a40;
}
@media screen and (min-width: 768px) {
  .p-qa__answer span::before {
    left: -2.5rem;
  }
}

.p-related-post {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-related-post {
    padding-top: myrme(80);
    padding-bottom: 5rem;
  }
}

.p-related-post__head {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-related-post__head {
    font-size: 1.875rem;
  }
}

.p-related-post__head span {
  color: gray;
  font-size: 0.875rem;
  margin-left: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-related-post__head span {
    font-size: myrme(18);
  }
}

.p-related-post__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.25rem;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-related-post__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.p-related-post__item {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
}

.p-single {
  color: #222;
  padding-top: 1.25rem;
}

.p-single__title {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.85;
  letter-spacing: 0.04em;
  margin-top: 0.625rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.875rem;
  }
}

.p-single__img img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-single__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-single__category-link {
  display: inline-block;
  min-width: 4.6875rem;
  text-align: center;
  background: #b92422;
  color: #FFF;
  font-size: 0.625rem;
  letter-spacing: 0.13em;
  height: 1.5625rem;
  padding: 0.3125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__category-link {
    font-size: 0.75rem;
    height: 1.8125rem;
  }
}

.p-single__time span {
  position: relative;
  padding-left: 0.625rem;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #8F8F8F;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-single__time span {
    font-size: 0.9375rem;
  }
}

.p-single__content h2 {
  background: #F4F4F4;
  border-left: 4px solid #D94B51;
  padding: 0.5rem 0.9375rem;
  margin-top: 1em;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: 0.04em;
  font-size: 1.25rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px) {
  .p-single__content h2 {
    padding: 0.625rem 1.5rem;
    font-size: 1.5rem;
  }
}

.p-single__content h3 {
  margin-top: 1em;
  line-height: 125%;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-single__content h3 {
    font-size: 1.25rem;
  }
}

.p-single__content p {
  font-size: 0.875rem;
  font-weight: 400;
  margin-top: 0.75rem;
  color: #313131;
  line-height: 1.6428571429;
}

.p-single__content p strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(254, 198, 214, .6)));
  background: linear-gradient(transparent 60%, rgba(254, 198, 214, .6) 60%);
}

.p-single__content figure {
  width: 100%;
  margin-top: 1.875rem;
}

.p-single__btn {
  margin-top: 1.8125rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__btn {
    margin-top: 3.0625rem;
  }
}

.p-single__btn a {
  display: inline-block;
  background: #b92422;
  color: #FFF;
  width: 9.375rem;
  max-width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-single__btn a {
    height: 2.75rem;
    line-height: 2.75rem;
    width: 13.4375rem;
  }
}

.p-single__btn a::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 768px) {
  .p-single__btn a::after {
    right: 35px;
  }
}

.p-single .saboxplugin-wrap {
  margin-top: 1.25rem;
}

.p-single .saboxplugin-wrap .saboxplugin-authorname {
  font-size: 1rem;
  font-weight: 700;
  color: #313131;
  margin: 0;
  margin: initial;
}
@media screen and (min-width: 768px) {
  .p-single .saboxplugin-wrap .saboxplugin-authorname {
    margin: 10px 0 0 20px;
  }
}

.p-single .sab-profile-edit,
.p-single .sab-edit-settings,
.p-single .clearfix {
  display: none;
}

.p-single .saboxplugin-wrap .saboxplugin-gravatar {
  padding: 10px 20px 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-single .saboxplugin-wrap .saboxplugin-gravatar {
    padding: 0 12px 12px 12px;
  }
}

.p-single .saboxplugin-wrap .saboxplugin-desc pre {
  color: #313131;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 150%;
  margin: 0;
  margin: initial;
}

.p-single .wp-block-quote {
  background: #F4F4F4;
  padding: 0.25rem 0.75rem 0.75rem;
  position: relative;
  border-radius: 5px;
  margin: 0;
  margin: initial;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-single .wp-block-quote {
    padding: 0.25rem 1.5rem 1.25rem;
  }
}

.p-single .wp-block-quote p {
  font-size: myrem812;
}

.p-single cite {
  position: relative;
  padding-left: 55px;
  margin-top: 0.5em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-single cite {
    padding-left: 63px;
  }
}

.p-single cite::before {
  position: absolute;
  content: "引用元：";
  left: 0;
  top: 0;
  color: #000;
  pointer-events: none;
  font-size: myrem812;
}

.p-single .annotation {
  background: #F4F4F4;
  border-radius: 5px;
  padding: 0.75rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-single .annotation {
    padding: 1.5rem;
  }
}

.p-strongpoint {
  padding-top: 4.375rem;
  padding-bottom: 6.25rem;
  background: url(../images/strongpoint-bg.jpg) no-repeat center top/cover;
}

.p-strongpoint__container {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__container {
    display: block;
    margin-top: 3.75rem;
    counter-reset: num;
    padding: 0;
  }
}

.p-strongpoint__block {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__block {
    padding: 0.9375rem 0;
  }
}

@media screen and (min-width: 768px) {
  .p-strongpoint__block:nth-child(even) .p-strongpoint__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: -13.75rem;
    margin-left: auto;
  }
  .p-strongpoint__block:nth-child(even) .p-strongpoint__wrap::after {
    right: auto;
    right: initial;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-strongpoint__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.75rem;
    margin-left: -13.75rem;
  }
}

.p-strongpoint__wrap::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__wrap::after {
    display: block;
    counter-increment: num;
    content: "feature 0" counter(num);
    font-family: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
    color: #fff;
    opacity: 0.15;
    font-weight: 300;
    font-size: 3.375rem;
    letter-spacing: 0.09em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    height: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-strongpoint__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 39.375rem;
  }
}

.p-strongpoint__box {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__box {
    margin-top: 0;
    width: 35rem;
  }
}

.p-strongpoint__num {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.p-strongpoint__theme {
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 0.625rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-strongpoint__theme {
    font-size: 1.375rem;
  }
}

.p-strongpoint__text {
  margin-top: 1.125rem;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2.2857142857;
  color: #fff;
}

.p-sub-about {
  padding: 1.25rem;
}

.p-sub-about__head {
  margin-top: 3.25rem;
  margin-inline: auto;
  width: 100%;
  max-width: 46.625rem;
  padding: 1.4375rem 1.25rem;
  background: #000;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-sub-about__head {
    padding: 1.4375rem 4.375rem;
    font-size: 1.25rem;
  }
}

.p-sub-about__head::before {
  position: absolute;
  content: "";
  bottom: -0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 0.75rem solid #000;
  border-bottom: 0;
}

.p-sub-sauna-head__c {
  color: #FFF583;
}

@media screen and (min-width: 768px) {
  .p-sub-about .p-about__container {
    margin-top: 2.875rem;
    grid-template-columns: 43.75% 35.7638888889%;
  }
}
.p-sub-about .p-sub-about__01::before {
  content: "metos";
}
.p-sub-about .p-sub-about__02::before {
  content: "barrel";
}

.p-sub-contact {
  padding-top: 1.875rem;
  padding-bottom: 5.25rem;
}

.p-sub-contact__message {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__message {
    text-align: center;
    margin-top: 0;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
  }
}

.p-sub-contact__steps {
  position: relative;
  margin-inline: auto;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 20.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__steps {
    margin-top: 2.6875rem;
    max-width: 37.3125rem;
  }
}

.p-sub-contact__steps::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #d5d5d5;
  height: 1px;
  top: 45%;
  left: 50%;
  width: 84.61%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-sub-contact__steps::before {
    width: 88.61%;
    top: 40%;
  }
}

.p-sub-contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__step {
    gap: 1.25rem;
  }
}

.p-sub-contact__stepNum {
  font-family: "Outfit", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  line-height: 20px;
  color: #d5d5d5;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__stepNum {
    font-size: 1.0625rem;
  }
}

.p-sub-contact__step--active .p-sub-contact__stepNum {
  color: #028BE0;
}

.p-sub-contact__stepContent {
  position: relative;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #d5d5d5;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__stepContent {
    font-size: 1rem;
  }
}

.p-sub-contact__step--active .p-sub-contact__stepContent {
  color: #222;
}

.p-sub-contact__stepContent::before {
  position: absolute;
  display: block;
  content: "";
  top: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #d5d5d5;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__stepContent::before {
    top: -1.0625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-sub-contact__step--active .p-sub-contact__stepContent::before {
  background-color: #028BE0;
}

.p-sub-contact__inner {
  max-width: 56.125rem;
  margin-left: auto;
  margin-right: auto;
}

.p-sub-contact__title {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__title {
    display: block;
    font-weight: bold;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
    color: #000;
    position: relative;
    margin-top: 3.125rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 0.8125rem;
  }
}

.p-sub-contact__title::before {
  position: absolute;
  display: block;
  content: "";
  background-color: #000000;
  width: 3px;
  height: 58%;
  left: -1px;
  top: 38%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-sub-contact__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.4375rem;
  gap: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__items {
    gap: 1.6875rem;
  }
}

.p-sub-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.25rem;
  border-bottom: 1px solid #adadad;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0.125rem;
  }
}

.p-sub-contact__itemName {
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-align: left;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-width: auto;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__itemName {
    min-width: 13.625rem;
    font-size: 1rem;
    letter-spacing: 0.08em;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.p-sub-contact__itemName--radio {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-sub-contact__item--content .p-sub-contact__itemName {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-sub-contact__item--require .p-sub-contact__itemName::after {
  content: "必須";
  display: inline-block;
  font-weight: bold;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  text-align: center;
  background-color: #028BE0;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.4375rem;
  padding-right: 0.625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: -3.3125rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__item--require .p-sub-contact__itemName::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 0.875rem;
    right: 1.5rem;
  }
}

.p-sub-contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-sub-contact__textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-sub-contact__inner input[type=text],
.p-sub-contact__inner input[type=tel],
.p-sub-contact__inner input[type=number],
.p-sub-contact__inner input[type=email] {
  background-color: #f5f5f5;
  font-size: 0.875rem;
  margin-top: 0.4375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  width: 100%;
  border: none;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__inner input[type=text],
  .p-sub-contact__inner input[type=tel],
  .p-sub-contact__inner input[type=number],
  .p-sub-contact__inner input[type=email] {
    font-size: 1rem;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.p-sub-contact__text p {
  font-weight: normal;
  font-size: 0.625rem;
  letter-spacing: normal;
  text-align: left;
  color: #909090;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__text p {
    letter-spacing: 0.06em;
    margin-top: 0.5625rem;
  }
}

.p-sub-contact__inner textarea {
  font-size: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 0.625rem;
  width: 100%;
  margin-top: 0.5rem;
  height: 7.4375rem;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
  border: none;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__inner textarea {
    height: 11.125rem;
    font-size: 1.125rem;
    padding: 1.125rem;
  }
}

.p-sub-contact__submitCenter {
  text-align: center;
}

.p-sub-contact__submitWrapper {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #028BE0;
  color: #fff;
  margin-top: 2.125rem;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 20.9375rem;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__submitWrapper {
    max-width: 100%;
    width: 20rem;
  }
}

.p-sub-contact__submitWrapper input[type=submit] {
  width: 100%;
  max-width: 20.9375rem;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  width: 100%;
  display: inline-block;
  background: none;
  border: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-sub-contact__submitWrapper input[type=submit] {
    padding-top: 1.0625rem;
    padding-bottom: 0.9375rem;
  }
}

.p-sub-contact__backWrapper {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  background: #222222;
  color: #fff;
  margin-top: 34px;
  text-align: center;
  position: relative;
}

input[type=button] {
  padding-top: 17px;
  padding-bottom: 15px;
  width: 100%;
  cursor: pointer;
  color: inherit;
  background: inherit;
}

@media screen and (max-width: 767px) {
  .p-sub-contact__backWrapper {
    width: 100%;
    max-width: 335px;
    margin-bottom: -23px;
  }
  input[type=button] {
    padding-top: 17px;
    padding-bottom: 15px;
    width: 100%;
  }
}
.p-sub-contact__backWrapper input[type=submit] {
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  /*     display: none; */
}

.wpcf7-spinner {
  /*     display: none; */
  opacity: 0;
  position: absolute;
}

.contact__submitWrapper::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}

.contact__submitWrapper input[type=button] {
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  width: 100%;
}

.contact__backWrapper {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  background: #222222;
  color: #fff;
  margin-top: 34px;
  text-align: center;
  position: relative;
}

input[type=button] {
  padding-top: 17px;
  padding-bottom: 15px;
  width: 100%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .contact__backWrapper {
    width: 100%;
    max-width: 335px;
    margin-bottom: -23px;
  }
  input[type=button] {
    padding-top: 17px;
    padding-bottom: 15px;
    width: 100%;
  }
}
.contact__backWrapper::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}

.contact__backWrapper input[type=submit] {
  font-size: 18px;
  letter-spacing: 0.08em;
  cursor: pointer;
  width: 100%;
}

.contact__steps--confirm,
.contact__steps--thanks {
  margin-top: 20px;
}

.confirm__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.confirm__itemsWrapper {
  margin-top: 47px;
}

.confirm__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.confirm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confirm__itemHead {
  width: 21.091%;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  padding-top: 30.5px;
  padding-left: 30px;
  padding-bottom: 26.5px;
}

.confirm__itemHead:not(:first-child) {
  border-top: none;
}

.confirm__itemHead:not(:last-child) {
  border-bottom: none;
}

.confirm__itemContent {
  padding-top: 28.5px;
  padding-left: 30px;
  padding-bottom: 21.5px;
  width: 78.909%;
  background-color: #f5f5f5;
  color: #222;
  font-size: 15px;
  letter-spacing: 0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .confirm__itemHead {
    width: 41.795%;
    padding-top: 32.5px;
    padding-left: 20px;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .confirm__itemContent {
    padding-top: 21.5px;
    padding-left: 14px;
    padding-bottom: 13.5px;
    padding-right: 14px;
    letter-spacing: 0.04em;
    width: 58.21%;
    background-color: #f5f5f5;
    color: #222;
    font-size: 14px;
    /* letter-spacing: 0.06em; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.714;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
  }
}
.confirm__itemContent:not(:first-child) {
  border-top: none;
}

.confirm__itemContent:not(:last-child) {
  border-bottom: none;
}

.confirm__item--content .confirm__itemHead {
  padding-top: 44.5px;
  padding-left: 30px;
  padding-bottom: 16.5px;
}

@media screen and (max-width: 767px) {
  .confirm__item--content .confirm__itemHead {
    padding-top: 13.5px;
    padding-left: 20px;
  }
}
.confirm__item--content .confirm__itemContent {
  padding-top: 26.5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px;
  margin-top: -9px;
}

@media screen and (max-width: 767px) {
  .confirm__item--content .confirm__itemContent {
    padding-left: 16px;
    padding-right: 18px;
    padding-top: 29px;
    padding-bottom: 22px;
    margin-top: 0px;
  }
}
.confirm__buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .confirm__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__steps--thanks {
  margin-top: 20px;
}

.thanks__inner {
  max-width: 1000.5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.thanks__head {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #000;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 13px;
  margin-bottom: 13px;
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  .thanks__head {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 15px;
    margin-bottom: 14px;
    margin-top: 36px;
  }
}
.thanks__content {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #000;
}

.thanks__buttonWrapper {
  text-align: center;
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .thanks__buttonWrapper {
    text-align: center;
    margin-top: 34px;
  }
}
.thanks__button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  background: #028BE0;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.thanks__button::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}

@media screen and (max-width: 767px) {
  .contact__inner input[type=text],
  .contact__inner input[type=tel],
  .contact__inner input[type=number],
  .contact__inner input[type=email] {
    font-size: 14px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  input[type=button] {
    font-size: 12px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .thanks__button {
    font-size: 12px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
input[type=button] {
  display: block !important;
}

.contact__steps--confirm,
.contact__steps--thanks {
  margin-top: 20px;
}

.confirm__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.confirm__itemsWrapper {
  margin-top: 47px;
}

.confirm__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.confirm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.confirm__itemHead {
  width: 21.091%;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.12em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  padding-top: 30.5px;
  padding-left: 30px;
  padding-bottom: 26.5px;
}

.confirm__itemHead:not(:first-child) {
  border-top: none;
}

.confirm__itemHead:not(:last-child) {
  border-bottom: none;
}

.confirm__itemContent {
  padding-top: 28.5px;
  padding-left: 30px;
  padding-bottom: 21.5px;
  width: 78.909%;
  background-color: #f5f5f5;
  color: #222;
  font-size: 15px;
  letter-spacing: 0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .confirm__itemHead {
    width: 41.795%;
    padding-top: 32.5px;
    padding-left: 20px;
    letter-spacing: 0.04em;
    padding-bottom: 0;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .confirm__itemContent {
    padding-top: 21.5px;
    padding-left: 14px;
    padding-bottom: 13.5px;
    padding-right: 14px;
    letter-spacing: 0.04em;
    width: 58.21%;
    background-color: #f5f5f5;
    color: #222;
    font-size: 14px;
    /* letter-spacing: 0.06em; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.714;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
  }
}
.confirm__itemContent:not(:first-child) {
  border-top: none;
}

.confirm__itemContent:not(:last-child) {
  border-bottom: none;
}

.confirm__item--content .confirm__itemHead {
  padding-top: 44.5px;
  padding-left: 30px;
  padding-bottom: 16.5px;
}

@media screen and (max-width: 767px) {
  .confirm__item--content .confirm__itemHead {
    padding-top: 13.5px;
    padding-left: 20px;
  }
}
.confirm__item--content .confirm__itemContent {
  padding-top: 26.5px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 19px;
  margin-top: -9px;
}

@media screen and (max-width: 767px) {
  .confirm__item--content .confirm__itemContent {
    padding-left: 16px;
    padding-right: 18px;
    padding-top: 29px;
    padding-bottom: 22px;
    margin-top: 0px;
  }
}
.confirm__buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .confirm__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.contact__steps--thanks {
  margin-top: 20px;
}

.thanks__inner {
  max-width: 1000.5px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.thanks__head {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  color: #000;
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 13px;
  margin-bottom: 13px;
  margin-top: 57px;
}

@media screen and (max-width: 767px) {
  .thanks__head {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 15px;
    margin-bottom: 14px;
    margin-top: 36px;
  }
}
.thanks__content {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: left;
  color: #000;
}

.thanks__buttonWrapper {
  text-align: center;
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .thanks__buttonWrapper {
    text-align: center;
    margin-top: 34px;
  }
}
.thanks__button {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 320px;
  background: #028BE0;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.thanks__button::after {
  position: absolute;
  content: "";
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 4px;
  height: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
}

@media screen and (max-width: 767px) {
  .contact__inner input[type=text],
  .contact__inner input[type=tel],
  .contact__inner input[type=number],
  .contact__inner input[type=email] {
    font-size: 14px;
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    margin-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  input[type=button] {
    font-size: 12px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
  .thanks__button {
    font-size: 12px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
  }
}
input[type=button] {
  display: block !important;
}

.p-sub-feature {
  margin-top: 9.375rem;
}

.p-sub-feature__list {
  margin-top: 1.4375rem;
  display: grid;
  gap: 2.1875rem;
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-sub-feature__list {
    max-width: 100%;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-sub-feature__img {
  width: 100%;
}
.p-sub-feature__img img {
  width: 100%;
  aspect-ratio: 310/220;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-feature__head {
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  border-left: 3px solid #e82628;
  padding-left: 0.625rem;
}

.p-sub-feature__text {
  margin-top: 1.25rem;
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #000;
}

.p-sub-feature__baner {
  margin-top: 2.0625rem;
  position: relative;
}

.p-sub-feature__baner-img {
  height: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-sub-feature__baner-img {
    height: 100%;
  }
}

.p-sub-feature__baner-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-sub-feature__baner-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  content: "";
  outline: 1px solid #fff;
  outline-offset: -0.625rem;
}

.p-sub-feature__baner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.15em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-sub-feature__baner-title {
    font-size: 1.8125rem;
  }
}

.p-sub-feature__baner-title::before {
  position: absolute;
  content: attr(data-en);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-transform: uppercase;
  font-family: "Cormorant Garamond", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: normal;
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  color: #fff;
  opacity: 0.12;
}
@media screen and (min-width: 768px) {
  .p-sub-feature__baner-title::before {
    font-size: 10rem;
  }
}

.p-sub-feature__line {
  margin-top: 4.5rem;
  background: #000;
}

.p-sub-other {
  margin-top: 3.125rem;
  background: #fafafa;
  padding-bottom: 5.9375rem;
}

.p-sub-other__block {
  background: #fff;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
  max-width: 31.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-sub-other__block {
    max-width: 100%;
  }
}

.p-sub-other__block:not(:first-child) {
  margin-top: 1.875rem;
}

.p-sub-other__head {
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  background: #000;
  padding: 0.4375rem 1.25rem;
  text-align: center;
}

.p-sub-other__block-list {
  padding: 0 1.25rem 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-sub-other__block-list {
    padding: 0 3.125rem 3.5rem;
  }
}

.p-sub-other__wrap {
  border-bottom: 1px solid #000;
  padding-bottom: 0.4375rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-other__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-sub-other__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #2c2c2c;
}

.p-sub-other__title::before {
  display: inline-block;
  content: "";
  width: 0.125rem;
  height: 1.3125rem;
  background: #b92422;
  margin-right: 0.625rem;
}

.p-sub-other__description {
  font-weight: normal;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 3;
  color: #2c2c2c;
}

.p-sub-other__list {
  margin-top: 1.5625rem;
  display: grid;
  gap: 0.9375rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-sub-other__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.1875rem;
  }
}

.p-sub-other__list--02 .p-sub-other__img img {
  aspect-ratio: 260/140;
}
@media screen and (min-width: 768px) {
  .p-sub-other__list--02 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-sub-other__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-sub-other__img {
  width: 100%;
  border: 1px solid #707070;
}
.p-sub-other__img img {
  width: 100%;
  aspect-ratio: 200/140;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-other__text {
  margin-top: 0.875rem;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.6428571429;
  text-align: center;
  color: #3e3e3e;
}

.p-sub-other__text + .p-sub-other__text {
  border-top: 1px solid #d3d3d3;
  padding-top: 0.625rem;
}

.p-sub-other__flex {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-sub-other__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-other__flex-img {
    width: 16.25rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-sub-other__flex-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sub-other__flex-body {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-other__flex-body {
    margin-top: 0;
  }
}

.p-sub-other__flex-text,
.p-sub-other__textbox-text {
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.6428571429;
  color: #3e3e3e;
}

.p-sub-other__flex-link {
  display: block;
  margin-top: 2.25rem;
  text-align: right;
}
.p-sub-other__flex-link a {
  font-weight: normal;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 3.2142857143;
  color: #f87601;
  border-bottom: 1px solid #f87602;
  padding-bottom: 0.3125rem;
}

.p-sub-other__textbox {
  margin-top: 1.5625rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4375rem;
}

.p-sub-other__column {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-sub-other__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-sub-other__column-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 22.0625rem;
  }
}
.p-sub-other__column-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 353/345;
}

@media screen and (min-width: 768px) {
  .p-sub-other__column-body .p-sub-other__wrap:first-child {
    padding-top: 0;
  }
}

.p-sub-other__grid {
  margin-top: 2.1875rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-sub-other__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-sub-other__grid-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-other__grid-text {
  margin-top: 0.8125rem;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.6428571429;
  color: #3e3e3e;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
