@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 950px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 951px) {
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}
@media screen and (min-width: 951px) {
  .lg_br {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .lg_br {
    display: block;
  }
}

@media screen and (min-width: 331px) {
  .xs_br {
    display: none;
  }
}
@media screen and (max-width: 330px) {
  .xs_br {
    display: block;
  }
}

@media screen and (min-width: 376px) {
  .msp_br {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .msp_br {
    display: block;
  }
}

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

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

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

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

.xl-lg {
  display: none;
}
@media (min-width: 950px) and (max-width: 1100px) {
  .xl-lg {
    display: block;
  }
}
@media (max-width: 480px) {
  .xl-lg {
    display: block;
  }
}

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

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

.lg-sm {
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 950px) {
  .lg-sm {
    display: none;
  }
}

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

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

.sm_up {
  display: block !important;
}
@media screen and (max-width: 480px) {
  .sm_up {
    display: none !important;
  }
}

.sm_down {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sm_down {
    display: block !important;
  }
}

.xl-sm_none {
  display: block;
}
@media screen and (min-width: 481px) and (max-width: 1100px) {
  .xl-sm_none {
    display: none;
  }
}

/* サイト設計 */
/* サイト設計 ここまで */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #403d3c;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

h4 {
  margin: 0;
}

a {
  transition: opacity 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

.large-container {
  width: 91.8%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .large-container {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}

.container {
  width: 81.7%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .container {
    width: 89%;
  }
}

.small-container {
  width: 92.2%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .small-container {
    width: 88%;
  }
}
@media screen and (max-width: 480px) {
  .small-container--none {
    width: 100%;
  }
}

.title {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .title {
    font-size: 22px;
    line-height: 1.5;
  }
}
.title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title {
    letter-spacing: 0.06em;
  }
}
.title {
  background-color: #a19362;
  color: #fff;
  font-weight: 700;
  padding: 36px 0;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 480px) {
  .title {
    padding: 24px 0;
  }
}
@media screen and (max-width: 480px) {
  .title--line {
    padding: 16px 0;
  }
}

.button-link {
  position: relative;
  display: block;
  width: 497px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .button-link {
    width: 88%;
  }
}
.button-link__eyebrow {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 8px 20px;
  background-color: #fff;
  color: #c79157;
  border-radius: 100vh;
  border: 2px solid #c79157;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .button-link__eyebrow {
    font-size: 12px;
    line-height: 1;
  }
}
.button-link__eyebrow {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .button-link__eyebrow {
    letter-spacing: 0.02em;
  }
}
.button-link__eyebrow {
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .button-link__eyebrow {
    top: -18px;
    padding: 8px 12px;
  }
}
.button-link__eyebrow::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 16px;
  height: 10px;
  background-color: #fff;
}
.button-link__main {
  padding: 28px 0 24px;
  background-color: #c79157;
  color: #fff;
  display: grid;
  place-content: center;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .button-link__main {
    padding: 20px 0 16px;
    display: block;
  }
}
.button-link__main p {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .button-link__main p {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.button-link__main p {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .button-link__main p {
    letter-spacing: 0.08em;
  }
}
.button-link__main p {
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .button-link__main p {
    display: inline;
  }
}
.button-link__image {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 480px) {
  .button-link__image {
    display: none;
  }
}
.button-link__image--sm {
  display: none;
}
@media screen and (max-width: 480px) {
  .button-link__image--sm {
    width: 22px;
    display: inline-block;
    vertical-align: -8px;
    margin-left: 6px;
  }
}

.line-text {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.line-text p {
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 950px) {
  .line-text p {
    font-size: 16px;
    line-height: 1.875;
  }
}
.line-text p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .line-text p {
    letter-spacing: 0.06em;
  }
}
.line-text p {
  font-weight: 700;
  display: inline;
  background: linear-gradient(transparent 50%, #fff 50%);
}
.line-text span {
  font-size: 26px;
  line-height: 1.4615384615;
}
@media screen and (max-width: 950px) {
  .line-text span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.line-text span {
  color: #a19362;
}

.salon-link {
  width: 100%;
  height: 278px;
  background: url("../img/salon-link_bg.png") no-repeat center/cover;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 480px) {
  .salon-link {
    height: auto;
    padding: 40px 0;
    background: url("../img/salon-link_bg_sp.png") no-repeat center/cover;
    display: block;
  }
}
.salon-link__lead {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 950px) {
  .salon-link__lead {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.salon-link__lead {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .salon-link__lead {
    letter-spacing: 0.05em;
  }
}
.salon-link__lead {
  font-weight: 700;
  color: #fff;
  margin-bottom: 56px;
}
@media screen and (max-width: 480px) {
  .salon-link__lead {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 480px) {
  .salon-link__button {
    width: 78%;
  }
}
.salon-link__button .button-link__eyebrow {
  color: #8cada7;
  border: 2px solid #8cada7;
}
.salon-link__button .button-link__main {
  background-color: #8cada7;
}
.salon-link__button .button-link__main img {
  width: 32px;
}
@media screen and (max-width: 480px) {
  .salon-link__button .button-link__main img {
    width: 28px;
  }
}

.list-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: 2px solid #c79157;
}
@media screen and (max-width: 480px) {
  .list-button {
    padding-bottom: 8px;
  }
}
.list-button p {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .list-button p {
    font-size: 16px;
    line-height: 1;
  }
}
.list-button p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .list-button p {
    letter-spacing: 0.05em;
  }
}
.list-button p {
  font-weight: 700;
  color: #c79157;
}
@media screen and (max-width: 768px) {
  .list-button p {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (max-width: 950px) {
  .list-button p {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .list-button p {
    font-size: 16px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 950px) {
  .list-button p {
    font-size: 16px;
    line-height: 1;
  }
}
.list-button img {
  width: 16px;
  height: auto;
}

.pageTop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  .pageTop {
    display: none;
  }
}
.pageTop img {
  width: 56px;
  height: 56px;
}
.pageTop_active {
  opacity: 1;
  visibility: visible;
}

.header {
  margin: auto;
  position: relative;
}
@media screen and (max-width: 950px) {
  .header {
    width: 89%;
    margin: 0 auto;
  }
}
.header__logo {
  width: fit-content;
  position: absolute;
  top: 24px;
  left: 0;
}
.header__logo img {
  height: 32px;
  width: auto;
}
.header .header-list {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: fit-content;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .header .header-list {
    width: 100%;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    gap: 0;
  }
}
.header .header-list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 64px;
  background-color: #8cada7;
  cursor: pointer;
  transition: opacity 0.5s;
}
@media screen and (max-width: 950px) {
  .header .header-list__item {
    width: auto;
    height: 48px;
    flex: 1;
    /* 均等に分配 */
    border: 1px solid #8cada7;
  }
}
.header .header-list__item:nth-child(2) {
  background-color: #a19362;
}
@media screen and (max-width: 950px) {
  .header .header-list__item:nth-child(2) {
    border: 1px solid #a19362;
  }
}
.header .header-list__item:nth-child(2) img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 950px) {
  .header .header-list__item:nth-child(2) img {
    width: 24px;
  }
}
.header .header-list__item:nth-child(3) {
  background-color: #c79157;
}
@media screen and (max-width: 950px) {
  .header .header-list__item:nth-child(3) {
    border: 1px solid #c79157;
  }
}
.header .header-list__item:nth-child(3) img {
  width: 30px;
  height: auto;
}
@media screen and (max-width: 950px) {
  .header .header-list__item:nth-child(3) img {
    width: 23px;
  }
}
.header .header-list__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media screen and (max-width: 950px) {
  .header .header-list__item a {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.header .header-list__item a {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .header .header-list__item a {
    letter-spacing: 0.04em;
  }
}
.header .header-list__item a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .header .header-list__item a {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    gap: 6px;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .header .header-list__item a {
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  .header .header-list__item a {
    letter-spacing: 0em;
  }
}
.header .header-list__item:hover {
  opacity: 0.6;
}
.header .header-list__item p img {
  width: 15px !important;
  height: auto;
  margin-left: 6px;
  vertical-align: -2px;
}
@media screen and (max-width: 950px) {
  .header .header-list__item p img {
    width: 14px !important;
  }
}

.mv {
  height: 100vh;
  width: 100%;
}
.mv__wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  .mv__wrapper {
    height: calc(100vh - 122px);
    position: absolute;
    top: 72px;
    bottom: 50px;
  }
}
.mv__logo {
  width: 91.8%;
  margin: 0 auto;
  padding: 32px 0 24px;
  text-align: left;
}
.mv__logo img {
  width: 18.5%;
  height: auto;
}
.mv__box {
  position: relative;
  flex: 1;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .mv__box {
    flex: auto;
  }
}
.mv__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transform-origin: center center;
  animation: anime 24s infinite;
}
.mv__box img:nth-of-type(2),
.mv__box img:nth-of-type(5) {
  animation-delay: 8s;
}
.mv__box img:nth-of-type(3),
.mv__box img:nth-of-type(6) {
  animation-delay: 16s;
}
.mv__box {
  /* ふわっとアニメーション */
}
@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.mv__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 48px;
  width: 91.8%;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 950px) {
  .mv__text {
    font-size: 20px;
    line-height: 1.6;
  }
}
.mv__text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv__text {
    letter-spacing: 0.05em;
  }
}
.mv__text {
  color: #fff;
  text-shadow: 2px 2px 4px black;
}
@media screen and (max-width: 950px) {
  .mv__text {
    top: 24px;
    font-size: 18px;
    line-height: 1.5555555556;
    letter-spacing: 0.08em;
    width: 89%;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .mv__text {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  .mv__text {
    letter-spacing: 0.08em;
  }
}
.mv__text span {
  display: flex;
  overflow: hidden;
}
.mv__text1, .mv__text2, .mv__text3, .mv__text4 {
  visibility: hidden;
}
.mv__text1.is-ready, .mv__text2.is-ready, .mv__text3.is-ready, .mv__text4.is-ready {
  visibility: visible;
}
.mv__text1 span {
  opacity: 0;
  animation: textanimation 1s forwards;
}
.mv__text1 span:nth-child(1) {
  animation-delay: 0.16s;
}
.mv__text1 span:nth-child(2) {
  animation-delay: 0.24s;
}
.mv__text1 span:nth-child(3) {
  animation-delay: 0.32s;
}
.mv__text1 span:nth-child(4) {
  animation-delay: 0.4s;
}
.mv__text1 span:nth-child(5) {
  animation-delay: 0.48s;
}
.mv__text1 span:nth-child(6) {
  animation-delay: 0.56s;
}
.mv__text1 span:nth-child(7) {
  animation-delay: 0.64s;
}
.mv__text1 span:nth-child(8) {
  animation-delay: 0.72s;
}
.mv__text1 span:nth-child(9) {
  animation-delay: 0.8s;
}
.mv__text1 span:nth-child(10) {
  animation-delay: 0.88s;
}
.mv__text1 span:nth-child(11) {
  animation-delay: 0.96s;
}
.mv__text1 span:nth-child(12) {
  animation-delay: 1.04s;
}
.mv__text1 span:nth-child(13) {
  animation-delay: 1.12s;
}
.mv__text1 span:nth-child(14) {
  animation-delay: 1.2s;
}
.mv__text1 span:nth-child(15) {
  animation-delay: 1.28s;
}
.mv__text1 span:nth-child(16) {
  animation-delay: 1.36s;
}
.mv__text1 span:nth-child(17) {
  animation-delay: 1.44s;
}
.mv__text2 span {
  opacity: 0;
  animation: textanimation 1s forwards;
}
.mv__text2 span:nth-child(1) {
  animation-delay: 1.6s;
}
.mv__text2 span:nth-child(2) {
  animation-delay: 1.68s;
}
.mv__text2 span:nth-child(3) {
  animation-delay: 1.76s;
}
.mv__text2 span:nth-child(4) {
  animation-delay: 1.84s;
}
.mv__text2 span:nth-child(5) {
  animation-delay: 1.92s;
}
.mv__text2 span:nth-child(6) {
  animation-delay: 2s;
}
.mv__text2 span:nth-child(7) {
  animation-delay: 2.08s;
}
.mv__text2 span:nth-child(8) {
  animation-delay: 2.16s;
}
.mv__text2 span:nth-child(9) {
  animation-delay: 2.24s;
}
.mv__text2 span:nth-child(10) {
  animation-delay: 2.32s;
}
.mv__text2 span:nth-child(11) {
  animation-delay: 2.4s;
}
.mv__text2 span:nth-child(12) {
  animation-delay: 2.48s;
}
.mv__text2 span:nth-child(13) {
  animation-delay: 2.56s;
}
.mv__text2 span:nth-child(14) {
  animation-delay: 2.64s;
}
.mv__text2 span:nth-child(15) {
  animation-delay: 2.72s;
}
.mv__text3 {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  .mv__text3 {
    margin-top: 20px;
  }
}
.mv__text3 span {
  opacity: 0;
  animation: textanimation 1s forwards;
}
.mv__text3 span:nth-child(1) {
  animation-delay: 2.96s;
}
.mv__text3 span:nth-child(2) {
  animation-delay: 3.04s;
}
.mv__text3 span:nth-child(3) {
  animation-delay: 3.12s;
}
.mv__text3 span:nth-child(4) {
  animation-delay: 3.2s;
}
.mv__text3 span:nth-child(5) {
  animation-delay: 3.28s;
}
.mv__text3 span:nth-child(6) {
  animation-delay: 3.36s;
}
.mv__text3 span:nth-child(7) {
  animation-delay: 3.44s;
}
.mv__text3 span:nth-child(8) {
  animation-delay: 3.52s;
}
.mv__text3 span:nth-child(9) {
  animation-delay: 3.6s;
}
.mv__text3 span:nth-child(10) {
  animation-delay: 3.68s;
}
.mv__text3 span:nth-child(11) {
  animation-delay: 3.76s;
}
.mv__text3 span:nth-child(12) {
  animation-delay: 3.84s;
}
.mv__text3 span:nth-child(13) {
  animation-delay: 3.92s;
}
.mv__text3 span:nth-child(14) {
  animation-delay: 4s;
}
.mv__text3 span:nth-child(15) {
  animation-delay: 4.08s;
}
.mv__text3 span:nth-child(16) {
  animation-delay: 4.16s;
}
.mv__text3 span:nth-child(17) {
  animation-delay: 4.24s;
}
.mv__text3 span:nth-child(18) {
  animation-delay: 4.32s;
}
.mv__text3 span:nth-child(19) {
  animation-delay: 4.4s;
}
.mv__text3 span:nth-child(20) {
  animation-delay: 4.48s;
}
.mv__text3 span:nth-child(21) {
  animation-delay: 4.56s;
}
.mv__text3 span:nth-child(22) {
  animation-delay: 4.64s;
}
.mv__text4 span {
  opacity: 0;
  animation: textanimation 1s forwards;
}
.mv__text4 span:nth-child(1) {
  animation-delay: 3.6s;
}
.mv__text4 span:nth-child(2) {
  animation-delay: 3.68s;
}
.mv__text4 span:nth-child(3) {
  animation-delay: 3.76s;
}
.mv__text4 span:nth-child(4) {
  animation-delay: 3.84s;
}
.mv__text4 span:nth-child(5) {
  animation-delay: 3.92s;
}
.mv__text4 span:nth-child(6) {
  animation-delay: 4s;
}
.mv__text4 span:nth-child(7) {
  animation-delay: 4.08s;
}
.mv__text4 span:nth-child(8) {
  animation-delay: 4.16s;
}
.mv__text4 span:nth-child(9) {
  animation-delay: 4.24s;
}
.mv__text4 span:nth-child(10) {
  animation-delay: 4.32s;
}
.mv__text4 span:nth-child(11) {
  animation-delay: 4.4s;
}
.mv__text4 span:nth-child(12) {
  animation-delay: 4.48s;
}
.mv__text4 span:nth-child(13) {
  animation-delay: 4.56s;
}
.mv__text4 span:nth-child(14) {
  animation-delay: 4.64s;
}
.mv__text4 span:nth-child(15) {
  animation-delay: 4.72s;
}
.mv__text4 span:nth-child(16) {
  animation-delay: 4.8s;
}
.mv {
  /* テキストアニメーション */
}
@keyframes textanimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.navigation__wrapper {
  width: 100%;
  margin: 64px 0 72px;
  border-top: 2px solid #a19362;
}
@media screen and (max-width: 1100px) {
  .navigation__wrapper {
    margin: 64px auto;
    width: 88%;
  }
}
@media screen and (max-width: 768px) {
  .navigation__wrapper {
    margin: 0 auto 40px;
  }
}
.navigation__box {
  margin-top: 24px;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .navigation__box {
    display: block;
    margin-top: 12px;
  }
}
.navigation__item {
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .navigation__item:nth-child(n+2) {
    margin-top: 12px;
  }
}
.navigation__item a {
  height: 88px;
  background-color: #a19362;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .navigation__item a {
    height: 60px;
    padding: 0 18px;
  }
}
.navigation__text p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .navigation__text p {
    font-size: 16px;
    line-height: 1.25;
  }
}
.navigation__text p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .navigation__text p {
    letter-spacing: 0.05em;
  }
}
.navigation__text p {
  text-align: left;
}
.navigation__arrow {
  width: 24px;
  height: 24px;
}
.navigation__arrow img {
  width: 100%;
  height: 100%;
}

.intro {
  background-color: #f6f4ef;
}
.intro__wrapper {
  padding: 64px 0 88px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .intro__wrapper {
    padding: 32px 0 64px;
  }
}
.intro__title {
  width: fit-content;
  margin: 0 auto 32px;
  padding: 0 2px 10px;
  border-bottom: 3px dotted #a19362;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .intro__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.intro__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro__title {
    letter-spacing: 0.05em;
  }
}
.intro__title {
  position: relative;
}
@media screen and (max-width: 950px) {
  .intro__title {
    padding: 0 2px 8px;
    margin: 0 auto 24px;
  }
}
.intro__title::after {
  content: "";
  position: absolute;
  background: url("../img/intro_deco.svg") no-repeat center/contain;
  width: 40px;
  height: 60px;
  right: -40px;
  top: -32px;
}
@media screen and (max-width: 950px) {
  .intro__title::after {
    width: 28px;
    height: 32px;
    right: -24px;
    top: -20px;
  }
}
.intro__title span {
  font-size: 28px;
  line-height: 0.8571428571;
}
@media screen and (max-width: 950px) {
  .intro__title span {
    font-size: 24px;
    line-height: 1;
  }
}
.intro__title span:last-child {
  font-size: 34px;
  line-height: 0.7058823529;
}
@media screen and (max-width: 950px) {
  .intro__title span:last-child {
    font-size: 30px;
    line-height: 0.8;
  }
}
.intro__title span:last-child {
  color: #a19362;
}
.intro__text {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 950px) {
  .intro__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.intro__text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro__text {
    letter-spacing: 0.05em;
  }
}
.intro__text:nth-child(n+2) {
  margin-top: 28px;
}
.intro .intro-bubble {
  display: flex;
  align-items: end;
  gap: 20px;
  margin: 56px auto 40px;
}
@media screen and (max-width: 1100px) {
  .intro .intro-bubble {
    gap: 16px;
  }
}
@media screen and (max-width: 950px) {
  .intro .intro-bubble {
    display: block;
    margin: 36px auto 24px;
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  .intro .intro-bubble {
    margin: 36px auto 24px;
    width: 100%;
  }
}
.intro .intro-bubble__item {
  flex: 1;
  height: 128px;
  display: grid;
  place-content: center;
  background-color: #8cada7;
  border-radius: 20px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 950px) {
  .intro .intro-bubble__item {
    width: 250px;
    height: 104px;
    margin-left: auto;
    margin-right: 0;
  }
}
.intro .intro-bubble__item::after {
  content: "";
  position: absolute;
  background: url("../img/intro-bubble_deco.svg") no-repeat center/contain;
  width: 23px;
  height: 50px;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .intro .intro-bubble__item::after {
    width: 20px;
    height: 35px;
    top: -26px;
    transform: translateX(-50%) rotate(-20deg);
  }
}
.intro .intro-bubble__item p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .intro .intro-bubble__item p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.intro .intro-bubble__item p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro .intro-bubble__item p {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1100px) {
  .intro .intro-bubble__item p {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1100px) and (max-width: 950px) {
  .intro .intro-bubble__item p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.intro .intro-bubble__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.intro .intro-bubble__item:first-child::after {
  transform: translateX(-50%) rotate(20deg);
}
.intro .intro-bubble__item:last-child {
  margin-left: 0;
  margin-right: auto;
}
.intro .intro-bubble__item:last-child::after {
  transform: translateX(-50%) rotate(-20deg);
}
@media screen and (max-width: 950px) {
  .intro .intro-bubble__item:last-child::after {
    transform: translateX(-50%) rotate(20deg);
  }
}
@media screen and (max-width: 950px) {
  .intro .intro-bubble__item:nth-child(n+2) {
    margin-top: 34px;
  }
}
.intro__note {
  font-size: 18px;
  line-height: 1.8888888889;
}
@media screen and (max-width: 950px) {
  .intro__note {
    font-size: 16px;
    line-height: 2;
  }
}
.intro__note {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .intro__note {
    letter-spacing: 0.05em;
  }
}
.intro__note {
  font-weight: 500;
  padding: 0 2px 6px 6px;
  border-bottom: 2px solid #8cada7;
  width: fit-content;
  margin: 32px auto;
}
@media screen and (max-width: 1100px) {
  .intro__note {
    text-decoration: underline;
    text-decoration-color: #8cada7;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
    border-bottom: none;
    margin: 24px auto;
  }
}
.intro__note span {
  font-weight: 700;
  color: #a19362;
}
.intro__note--exclamation {
  font-size: 30px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .intro__note--exclamation {
    font-size: 28px;
    line-height: 1;
  }
}
.intro__note--exclamation {
  color: #8cada7 !important;
  vertical-align: -2px;
}
.intro .intro-result {
  margin-top: 32px;
}
@media screen and (max-width: 950px) {
  .intro .intro-result {
    margin-top: 24px;
  }
}
.intro .intro-result__eyebrow {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .intro .intro-result__eyebrow {
    font-size: 14px;
    line-height: 1;
  }
}
.intro .intro-result__eyebrow {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro .intro-result__eyebrow {
    letter-spacing: 0.05em;
  }
}
.intro .intro-result__eyebrow {
  font-weight: 700;
  color: #8cada7;
}
.intro .intro-result__box {
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1.5555555556;
}
@media screen and (max-width: 950px) {
  .intro .intro-result__box {
    font-size: 16px;
    line-height: 1.625;
  }
}
.intro .intro-result__box {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro .intro-result__box {
    letter-spacing: 0.06em;
  }
}
.intro .intro-result__box {
  font-weight: 700;
  color: #fff;
  background-color: #8cada7;
  display: grid;
  place-content: center;
  margin-top: 6px;
  position: relative;
}
.intro .intro-result__box span {
  font-size: 24px;
  line-height: 0.75;
}
@media screen and (max-width: 950px) {
  .intro .intro-result__box span {
    font-size: 20px;
    line-height: 1.3;
  }
}
.intro .intro-result__box::after {
  content: "";
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 44px;
  height: 28px;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
.intro__roll {
  position: relative;
  margin: 40px auto 64px;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .intro__roll {
    font-size: 16px;
    line-height: 2;
  }
}
.intro__roll {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro__roll {
    letter-spacing: 0.05em;
  }
}
.intro__roll {
  font-weight: 700;
  padding: 0 8px;
  width: fit-content;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .intro__roll {
    margin: 30px auto 40px;
  }
}
.intro__roll p {
  display: inline;
  padding-bottom: 8px;
  background: repeating-linear-gradient(-60deg, rgba(140, 173, 167, 0.2) 0 8px, transparent 8px 16px);
  background-size: 100% 1em;
  background-repeat: no-repeat;
  background-position: 0 90%;
}
@media screen and (max-width: 950px) {
  .intro__roll p {
    padding-bottom: 4px;
  }
}
.intro__roll span {
  font-size: 28px;
  line-height: 0.7142857143;
}
@media screen and (max-width: 950px) {
  .intro__roll span {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
.intro__roll span {
  color: #a19362;
}
.intro .intro-explanation {
  margin: 48px 0 64px;
  padding: 32px 0;
  border: 2px solid #a19362;
  position: relative;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation {
    margin: 32px 0 40px;
    padding: 24px 0;
  }
}
.intro .intro-explanation::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 30px solid #f6f4ef;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation::before {
    top: -27px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 20px solid #f6f4ef;
  }
}
.intro .intro-explanation::after {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 30px solid #a19362;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation::after {
    top: -32px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 20px solid #a19362;
  }
}
.intro .intro-explanation__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation__container {
    display: block;
  }
}
.intro .intro-explanation__image {
  width: auto;
  height: 160px;
  aspect-ratio: 180/160;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation__image {
    height: 144px;
    margin: 0 auto;
  }
}
.intro .intro-explanation__image img {
  width: 100%;
  height: 100%;
}
.intro .intro-explanation__box {
  text-align: left;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation__box {
    text-align: center;
  }
}
.intro .intro-explanation__title {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation__title {
    font-size: 18px;
    line-height: 1;
  }
}
.intro .intro-explanation__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro .intro-explanation__title {
    letter-spacing: 0.05em;
  }
}
.intro .intro-explanation__title {
  color: #a19362;
  margin-bottom: 32px;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation__title {
    margin-bottom: 16px;
  }
}
.intro .intro-explanation__text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation__text {
    font-size: 16px;
    line-height: 1.5;
  }
}
.intro .intro-explanation__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .intro .intro-explanation__text {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 950px) {
  .intro .intro-explanation__text {
    margin-top: 16px;
  }
}
.intro .intro-explanation__text span {
  color: #8cada7;
}
.intro .intro-explanation__text:last-child {
  margin-top: 12px;
}
.intro__point {
  width: 100%;
  padding: 24px 0;
  background-color: #8cada7;
  display: grid;
  place-content: center;
  margin-top: 24px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .intro__point {
    padding: 16px 0;
  }
}
.intro__point p {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .intro__point p {
    font-size: 16px;
    line-height: 1.625;
  }
}
.intro__point p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .intro__point p {
    letter-spacing: 0.06em;
  }
}
.intro__point p {
  color: #fff;
}
.intro__point p span {
  font-size: 26px;
  line-height: 1.1538461538;
}
@media screen and (max-width: 950px) {
  .intro__point p span {
    font-size: 20px;
    line-height: 1.3;
  }
}
.intro__point::after {
  content: "";
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 44px;
  height: 28px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}

.request {
  background-color: #f6f4ef;
}
.request__wrapper {
  padding: 64px 0 88px;
}
@media screen and (max-width: 950px) {
  .request__wrapper {
    padding: 32px 0 64px;
  }
}
.request .request-box {
  width: 100%;
  padding: 48px 0;
  background-color: #fff;
  border: 2px solid #a19362;
}
@media screen and (max-width: 950px) {
  .request .request-box {
    padding: 30px;
    width: auto;
    position: relative;
  }
}
.request .request-box__inner {
  display: flex;
  justify-content: center;
  gap: 48px;
}
@media screen and (max-width: 950px) {
  .request .request-box__inner {
    display: block;
  }
}
.request .request-box__list {
  width: 54%;
}
@media screen and (max-width: 950px) {
  .request .request-box__list {
    width: 100%;
  }
}
.request .request-box__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding: 0 0 16px 16px;
  border-bottom: 1px dashed #a19362;
}
@media screen and (max-width: 480px) {
  .request .request-box__item {
    align-items: flex-start;
    gap: 10px;
    padding: 0 16px 8px;
    width: 239px;
    margin: 0 auto;
  }
}
.request .request-box__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .request .request-box__item:nth-child(n+2) {
    margin-top: 16px;
  }
}
.request .request-box__item img {
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 950px) {
  .request .request-box__item img {
    width: 28px;
    height: 28px;
  }
}
.request .request-box__item p {
  font-size: 18px;
  line-height: 1.4444444444;
}
@media screen and (max-width: 950px) {
  .request .request-box__item p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.request .request-box__item p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .request .request-box__item p {
    letter-spacing: 0.05em;
  }
}
.request .request-box__item p {
  font-weight: 700;
  text-align: left;
}
.request .request-box__image {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 950px) {
  .request .request-box__image {
    position: absolute;
    bottom: -28px;
    right: -8px;
    width: 67px;
  }
}
@media screen and (max-width: 768px) {
  .request .request-box__image {
    position: absolute;
    bottom: -28px;
    right: -24px;
    width: 67px;
  }
}
@media screen and (max-width: 480px) {
  .request .request-box__image {
    position: absolute;
    bottom: -28px;
    right: -8px;
    width: 67px;
  }
}
.request .request-box__image img {
  width: 100%;
  aspect-ratio: 296/310;
  position: absolute;
  object-fit: contain;
  top: -32px;
  left: 0;
}
@media screen and (max-width: 950px) {
  .request .request-box__image img {
    aspect-ratio: 67/165;
    position: static;
  }
}
.request .request-bubble {
  width: 100%;
  padding: 24px 0;
  background-color: #8cada7;
  color: #fff;
  border-radius: 10px;
  margin: 64px 0;
  position: relative;
}
@media screen and (max-width: 950px) {
  .request .request-bubble {
    margin: 36px 0 24px;
    padding: 20px 0 24px;
  }
}
.request .request-bubble::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 40px;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8cada7;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 950px) {
  .request .request-bubble::after {
    width: 24px;
    height: 32px;
    top: -24px;
  }
}
.request .request-bubble__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__inner {
    display: block;
    width: 88%;
    margin: 0 auto;
  }
}
.request .request-bubble__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  padding-right: 40px;
  height: 60px;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__item {
    justify-content: center;
    gap: 8px;
    padding-right: 0;
    padding-bottom: 10px;
    height: auto;
    border-right: none;
    width: 100%;
    border-bottom: 2px solid #fff;
  }
}
.request .request-bubble__item img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__item img {
    width: 36px;
    height: 36px;
  }
}
.request .request-bubble__item p {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__item p {
    font-size: 20px;
    line-height: 1;
  }
}
.request .request-bubble__item p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .request .request-bubble__item p {
    letter-spacing: 0.08em;
  }
}
.request .request-bubble__item p {
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__text {
    margin-top: 16px;
  }
}
.request .request-bubble__text p {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__text p {
    font-size: 14px;
    line-height: 2.1428571429;
  }
}
.request .request-bubble__text p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .request .request-bubble__text p {
    letter-spacing: 0.08em;
  }
}
.request .request-bubble__text p {
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__text p {
    text-align: center;
  }
}
.request .request-bubble__text p span {
  font-size: 24px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 950px) {
  .request .request-bubble__text p span {
    font-size: 20px;
    line-height: 1.5;
  }
}
.request__conclusion {
  width: fit-content;
  margin: 56px auto 0;
  padding: 0 16px 2px;
  border-bottom: 2px dashed #a19362;
}
@media screen and (max-width: 950px) {
  .request__conclusion {
    margin: 24px auto 0;
    padding: 0 8px 4px;
    border-bottom: none;
  }
}
.request__conclusion p {
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .request__conclusion p {
    font-size: 18px;
    line-height: 3.1111111111;
  }
}
.request__conclusion p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .request__conclusion p {
    letter-spacing: 0.08em;
  }
}
.request__conclusion p {
  font-weight: 700;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 950px) {
  .request__conclusion p {
    display: inline;
    padding-bottom: 8px;
    background: repeating-linear-gradient(to right, #a19362 0 4px, transparent 4px 6px) left bottom/100% 2px no-repeat;
  }
}
.request__conclusion p img {
  height: 50px;
  width: auto;
  margin: 0 8px 4px 0;
}
@media screen and (max-width: 950px) {
  .request__conclusion p img {
    height: 40px;
    margin: 0 8px 0 0;
    vertical-align: -10px;
  }
}

.about {
  background-color: #f6f4ef;
  padding-bottom: 104px;
}
@media screen and (max-width: 950px) {
  .about {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .about {
    padding-bottom: 0;
  }
}
.about__note {
  margin: 48px 0;
}
@media screen and (max-width: 950px) {
  .about__note {
    margin: 24px 0;
  }
}
.about__note p {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .about__note p {
    font-size: 16px;
    line-height: 1.625;
  }
}
.about__note p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about__note p {
    letter-spacing: 0.05em;
  }
}
.about__note p {
  font-weight: 500;
}
.about__note p span {
  color: #a19362;
}
.about .about-slide {
  width: 100%;
  margin-top: 32px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .about .about-slide {
    margin-top: 24px;
    width: 100%;
  }
}
.about .about-slide__item {
  display: flex;
  animation: slide-flow 20s infinite linear 1s both;
  gap: 16px;
}
@media screen and (max-width: 950px) {
  .about .about-slide__item {
    gap: 12px;
  }
}
.about .about-slide__item img {
  width: 480px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 950px) {
  .about .about-slide__item img {
    width: 335px;
  }
}
.about .about-slide {
  /* スライドアニメーション */
}
@keyframes slide-flow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1968px);
  }
}
.about .about-movie {
  width: 100%;
  padding: 40px 0;
  border: 2px solid #a19362;
  margin: 56px 0;
  position: relative;
}
@media screen and (max-width: 950px) {
  .about .about-movie {
    padding: 20px 0 24px;
    margin: 40px 0;
  }
}
.about .about-movie::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #f6f4ef;
  top: -2px;
  left: 88px;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .about .about-movie::before {
    left: 40px;
  }
}
.about .about-movie::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #f6f4ef;
  bottom: -2px;
  right: 88px;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .about .about-movie::after {
    right: 40px;
  }
}
.about .about-movie span {
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #f6f4ef;
  bottom: 32px;
  left: -2px;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .about .about-movie span {
    bottom: 40px;
  }
}
.about .about-movie span:nth-child(2) {
  top: 32px;
  bottom: auto;
  left: auto;
  right: -2px;
}
@media screen and (max-width: 950px) {
  .about .about-movie span:nth-child(2) {
    top: 40px;
  }
}
.about .about-movie__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .about .about-movie__inner {
    width: 88%;
    margin: 0 auto;
    display: block;
  }
}
.about .about-movie__video {
  width: 38%;
  aspect-ratio: 361/208;
  position: relative;
}
@media screen and (max-width: 950px) {
  .about .about-movie__video {
    width: 100%;
    margin: 16px 0 36px;
  }
}
.about .about-movie__video::after {
  content: "▲ クリックすると動画が再生されます。";
  position: absolute;
  bottom: -16px;
  left: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .about .about-movie__video::after {
    font-size: 12px;
    line-height: 1;
  }
}
.about .about-movie__video::after {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .about .about-movie__video::after {
    letter-spacing: 0.02em;
  }
}
.about .about-movie__video iframe {
  width: 100%;
  height: 100%;
}
.about .about-movie__text {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .about .about-movie__text {
    width: 100%;
  }
}
.about .about-movie__title {
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .about .about-movie__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.about .about-movie__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about .about-movie__title {
    letter-spacing: 0.05em;
  }
}
.about .about-movie__title {
  font-weight: 700;
  color: #a19362;
}
.about .about-movie__note {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  .about .about-movie__note {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.about .about-movie__note {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about .about-movie__note {
    letter-spacing: 0.05em;
  }
}
.about .about-movie__note {
  font-weight: 500;
  margin-top: 32px;
  text-align: justify;
}
.about .about-movie__note strong {
  font-size: 19px;
  line-height: 1.6842105263;
}
@media screen and (max-width: 950px) {
  .about .about-movie__note strong {
    font-size: 16px;
    line-height: 1.375;
  }
}
.about .about-movie__note strong {
  display: inline;
  background: linear-gradient(transparent 50%, #fff 50%);
  padding-left: 6px;
  padding-bottom: 2px;
  margin-right: 4px;
  color: #a19362;
}
@media screen and (max-width: 950px) {
  .about .about-movie__note {
    margin-top: 0;
  }
}
.about .about-box {
  width: 100%;
  padding: 40px 0 104px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 950px) {
  .about .about-box {
    width: 89%;
    margin: 0 auto;
    padding: 24px 0 96px;
  }
}
.about .about-box__title {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .about .about-box__title {
    font-size: 20px;
    line-height: 1;
  }
}
.about .about-box__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about .about-box__title {
    letter-spacing: 0.05em;
  }
}
.about .about-box__title {
  font-weight: 700;
  color: #a19362;
  padding-bottom: 10px;
  border-bottom: 2px solid #a19362;
}
@media screen and (max-width: 950px) {
  .about .about-box__title {
    padding-bottom: 8px;
  }
}
.about .about-box__lead {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 950px) {
  .about .about-box__lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.about .about-box__lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about .about-box__lead {
    letter-spacing: 0.05em;
  }
}
.about .about-box__lead {
  font-weight: 700;
  margin: 24px 0;
}
@media screen and (max-width: 950px) {
  .about .about-box__lead {
    margin: 20px 0;
  }
}
.about .about-box__text {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  .about .about-box__text {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.about .about-box__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about .about-box__text {
    letter-spacing: 0.05em;
  }
}
.about .about-box__subtitle {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 950px) {
  .about .about-box__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.about .about-box__subtitle {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about .about-box__subtitle {
    letter-spacing: 0.05em;
  }
}
.about .about-box__subtitle {
  font-weight: 700;
  color: #a19362;
  margin: 40px 0 24px;
}
@media screen and (max-width: 950px) {
  .about .about-box__subtitle {
    margin: 24px 0 30px;
  }
}
.about .about-box__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: fit-content;
}
@media screen and (max-width: 950px) {
  .about .about-box__content {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .about .about-box__content {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .about .about-box__content {
    width: 100%;
  }
}
.about .about-box__item {
  width: 29%;
}
@media screen and (max-width: 950px) {
  .about .about-box__item {
    width: 100%;
    position: relative;
  }
}
.about .about-box__image {
  width: 100%;
  height: 210px;
}
.about .about-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 950px) {
  .about .about-box__name {
    text-align: left;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    padding: 8px 4px 8px 10px;
    background-color: #a19362;
    border-radius: 4px;
    width: fit-content;
    position: absolute;
    left: 6px;
    top: -15px;
  }
}
.about .about-box__name p {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .about .about-box__name p {
    font-size: 16px;
    line-height: 1;
  }
}
.about .about-box__name p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about .about-box__name p {
    letter-spacing: 0.05em;
  }
}
.about .about-box__name p {
  font-weight: 700;
  margin: 6px auto 2px;
  padding: 0 4px 6px;
  border-bottom: 2px solid #a19362;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 950px) {
  .about .about-box__name p {
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-weight: 400;
  }
}
.about .about-box__name span {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .about .about-box__name span {
    font-size: 12px;
    line-height: 1;
  }
}
.about .about-box__name span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .about .about-box__name span {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 950px) {
  .about .about-box__name--menu {
    padding: 8px 10px;
  }
}
.about .about-box__between {
  display: grid;
  place-content: center;
  padding-bottom: 64px;
}
@media screen and (max-width: 950px) {
  .about .about-box__between {
    padding-bottom: 16px;
  }
}
.about .about-box__between span {
  display: inline-block;
  vertical-align: middle;
  color: #403d3c;
  line-height: 1;
  width: 40px;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
@media screen and (max-width: 950px) {
  .about .about-box__between span {
    width: 32px;
    transform: rotate(35deg);
    margin: 16px;
  }
}
.about .about-box__between span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
@media screen and (max-width: 950px) {
  .about .about-box__between span::before {
    width: 32px;
    transform: rotate(110deg);
  }
}
.about .about-box__button {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .about .about-box__button {
    bottom: -44px;
  }
}
.about .about-box:last-child {
  margin-top: 96px;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child {
    margin-top: 88px;
  }
}
.about .about-box:last-child .about-box__content {
  gap: 4%;
}
.about .about-box:last-child .about-box__lead {
  margin: 32px 0;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child .about-box__lead {
    margin: 20px 0;
  }
}
.about .about-box:last-child .about-box__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  gap: 2px;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child .about-box__flex {
    display: block;
  }
}
.about .about-box:last-child .about-box__caption {
  width: 32%;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child .about-box__caption {
    width: 100%;
  }
}
.about .about-box:last-child .about-box__caption p {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child .about-box__caption p {
    font-size: 16px;
    line-height: 1.625;
  }
}
.about .about-box:last-child .about-box__caption p {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .about .about-box:last-child .about-box__caption p {
    letter-spacing: 0em;
  }
}
.about .about-box:last-child .about-box__caption p {
  text-align: left;
}
@media screen and (max-width: 1366px) {
  .about .about-box:last-child .about-box__caption p {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
@media screen and (max-width: 1366px) and (max-width: 950px) {
  .about .about-box:last-child .about-box__caption p {
    font-size: 14px;
    line-height: 1.6428571429;
  }
}
.about .about-box:last-child .about-box__item {
  width: 44%;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child .about-box__item {
    width: 100%;
  }
}
.about .about-box:last-child .about-box__item p {
  padding: 0;
  border-bottom: none;
}
.about .about-box:last-child .about-box__image {
  height: 162px;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child .about-box__image {
    height: 210px;
  }
}
.about .about-box:last-child .about-box__between {
  padding-bottom: 32px;
}
@media screen and (max-width: 950px) {
  .about .about-box:last-child .about-box__between {
    padding-bottom: 0;
  }
}
.about .about-menu__button {
  margin: 20px auto 0;
}
@media screen and (max-width: 1100px) {
  .about .about-menu__button {
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 950px) {
  .about .about-menu__button {
    margin: 16px 0 40px;
  }
}
.about .about-menu__button p {
  letter-spacing: 0.05em !important;
  font-weight: 400;
}
@media screen and (max-width: 950px) {
  .about .about-menu__button p {
    font-size: 14px;
  }
}
.about__footer {
  margin-top: 112px;
}
@media screen and (max-width: 950px) {
  .about__footer {
    margin-top: 96px;
  }
}

.device {
  padding: 48px 0 80px;
}
@media screen and (max-width: 950px) {
  .device {
    padding: 24px 0 64px;
  }
}
.device__eyebrow {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device__eyebrow {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}
.device__eyebrow {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device__eyebrow {
    letter-spacing: 0.05em;
  }
}
.device__eyebrow {
  font-weight: 700;
  color: #8cada7;
}
.device__title {
  width: 100%;
  padding: 16px 0;
  background-color: #8cada7;
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device__title {
    font-size: 22px;
    line-height: 1;
  }
}
.device__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device__title {
    letter-spacing: 0.08em;
  }
}
.device__title {
  font-weight: 700;
  margin: 8px 0 48px;
}
@media screen and (max-width: 950px) {
  .device__title {
    margin: 4px auto 24px;
    width: 89%;
    padding: 12px 0;
  }
}
.device .device-content__eyebrow {
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .device-content__eyebrow {
    font-size: 14px;
    line-height: 1;
  }
}
.device .device-content__eyebrow {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device .device-content__eyebrow {
    letter-spacing: 0.05em;
  }
}
.device .device-content__eyebrow {
  font-weight: 500;
  color: #8cada7;
}
.device .device-content__title {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .device-content__title {
    font-size: 20px;
    line-height: 1;
  }
}
.device .device-content__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device .device-content__title {
    letter-spacing: 0.05em;
  }
}
.device .device-content__title {
  font-weight: 700;
  margin-top: 8px;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 2px solid #8cada7;
}
@media screen and (max-width: 950px) {
  .device .device-content__title {
    margin-top: 8px;
    padding-bottom: 10px;
  }
}
.device .device-content__lead {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  .device .device-content__lead {
    font-size: 14px;
    line-height: 1.5;
  }
}
.device .device-content__lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .device-content__lead {
    letter-spacing: 0.02em;
  }
}
.device .device-content__lead {
  font-weight: 500;
  margin: 32px 0;
}
@media screen and (max-width: 950px) {
  .device .device-content__lead {
    margin: 20px 0;
  }
}
.device .device-content__button {
  width: 100%;
  height: 64px;
  background-color: #c79157;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.device .device-content__button p {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .device-content__button p {
    font-size: 18px;
    line-height: 1;
  }
}
.device .device-content__button p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device .device-content__button p {
    letter-spacing: 0.05em;
  }
}
.device .device-content__button p {
  font-weight: 700;
  color: #fff;
}
.device .device-content__button img {
  width: 20px;
  height: auto;
}
.device .device-content:nth-child(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 950px) {
  .device .device-content:nth-child(n+2) {
    margin-top: 48px;
  }
}
.device .shampoo-data {
  width: 100%;
  aspect-ratio: 1024/340;
}
@media screen and (max-width: 480px) {
  .device .shampoo-data {
    aspect-ratio: 335/834;
  }
}
.device .shampoo-data img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.device .shampoo-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 48px 0;
}
@media screen and (max-width: 480px) {
  .device .shampoo-list {
    display: block;
    margin: 40px 0 32px;
  }
}
.device .shampoo-list__item {
  width: 30.7%;
}
@media screen and (max-width: 480px) {
  .device .shampoo-list__item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .device .shampoo-list__item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.device .shampoo-list__image {
  width: 100%;
  aspect-ratio: 290/212;
}
.device .shampoo-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.device .shampoo-list__name {
  margin: 14px 0 16px;
}
@media screen and (max-width: 480px) {
  .device .shampoo-list__name {
    margin: 10px 0 12px;
  }
}
.device .shampoo-list__name p {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .shampoo-list__name p {
    font-size: 20px;
    line-height: 1;
  }
}
.device .shampoo-list__name p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .shampoo-list__name p {
    letter-spacing: 0.05em;
  }
}
.device .shampoo-list__name p {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .device .shampoo-list__name p {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .device .shampoo-list__name p {
    font-size: 18px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .device .shampoo-list__name p {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 950px) {
  .device .shampoo-list__name p {
    font-size: 20px;
    line-height: 1;
  }
}
.device .shampoo-list__name span {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .shampoo-list__name span {
    font-size: 14px;
    line-height: 1;
  }
}
.device .shampoo-list__name span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .shampoo-list__name span {
    letter-spacing: 0.05em;
  }
}
.device .shampoo-list__name span {
  font-weight: 500;
  margin-top: 2px;
}
@media screen and (max-width: 950px) {
  .device .shampoo-list__name span {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .device .shampoo-list__name span {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .device .shampoo-list__name span {
    font-size: 14px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) and (max-width: 950px) {
  .device .shampoo-list__name span {
    font-size: 14px;
    line-height: 1;
  }
}
.device .supply-voice {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: stretch;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .device .supply-voice {
    display: block;
  }
}
.device .supply-voice__header {
  width: 30%;
}
@media screen and (max-width: 1366px) {
  .device .supply-voice__header {
    width: 26%;
    min-width: 218px;
  }
}
@media screen and (max-width: 1100px) {
  .device .supply-voice__header {
    width: 100%;
  }
}
.device .supply-voice__title {
  width: 218px;
  height: auto;
  background: url("../img/supply-voice_title.svg") no-repeat center/contain;
  display: grid;
  place-content: center;
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .supply-voice__title {
    font-size: 20px;
    line-height: 1;
  }
}
.device .supply-voice__title {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .device .supply-voice__title {
    letter-spacing: 0.08em;
  }
}
.device .supply-voice__title {
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .device .supply-voice__title {
    width: 202px;
  }
}
.device .supply-voice__note {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  .device .supply-voice__note {
    font-size: 14px;
    line-height: 1.5;
  }
}
.device .supply-voice__note {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .device .supply-voice__note {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 950px) {
  .device .supply-voice__note {
    margin-top: 14px;
  }
}
.device .supply-voice__box {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 3%;
}
@media screen and (max-width: 1100px) {
  .device .supply-voice__box {
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .device .supply-voice__box {
    display: block;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .device .supply-voice__box {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100vw;
    margin: 16px calc(50% - 50vw) 8px;
  }
  .device .supply-voice__box::-webkit-scrollbar {
    display: none;
  }
}
.device .supply-voice__item {
  border: 1px solid #a19362;
  padding: 20px;
  flex: 1;
  position: relative;
}
@media screen and (max-width: 480px) {
  .device .supply-voice__item {
    flex: 0 0 70%;
    margin-left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .device .supply-voice__item:nth-child(n+2) {
    margin-top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .device .supply-voice__item:nth-child(n+2) {
    margin: 0 6% 0 0;
  }
}
.device .supply-voice__lead {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 950px) {
  .device .supply-voice__lead {
    font-size: 16px;
    line-height: 1.625;
  }
}
.device .supply-voice__lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .supply-voice__lead {
    letter-spacing: 0.05em;
  }
}
.device .supply-voice__lead {
  font-weight: 700;
  color: #a19362;
  white-space: nowrap;
}
.device .supply-voice__text {
  margin: 12px auto 28px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 950px) {
  .device .supply-voice__text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.device .supply-voice__text {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .device .supply-voice__text {
    letter-spacing: 0.025em;
  }
}
.device .supply-voice__text {
  font-weight: 500;
  text-align: justify;
}
.device .supply-voice__name {
  width: fit-content;
  position: absolute;
  bottom: 16px;
  right: 20px;
}
.device .supply-voice__name p {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .supply-voice__name p {
    font-size: 14px;
    line-height: 1;
  }
}
.device .supply-voice__name p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .supply-voice__name p {
    letter-spacing: 0.05em;
  }
}
.device .supply-voice__name p {
  font-weight: 500;
  color: #a19362;
}
.device .supply-voice__name::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #a19362;
  left: -32px;
  top: 55%;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .device .supply-voice__scroll {
    width: 35%;
    margin-left: auto;
    margin-right: 0;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
  }
}
.device .supply-voice__scroll p {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .supply-voice__scroll p {
    font-size: 14px;
    line-height: 1;
  }
}
.device .supply-voice__scroll p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device .supply-voice__scroll p {
    letter-spacing: 0.1em;
  }
}
.device .supply-voice__scroll p {
  font-weight: 500;
}
.device .supply-voice__scroll span {
  flex: 1;
  height: 1px;
  border-bottom: 1px dashed #403d3c;
}
.device .supply-box {
  width: 100%;
  background-color: #f6f4ef;
  border-left: 2px solid #a19362;
  padding: 24px 0 32px;
  text-align: left;
  position: relative;
  margin: 40px 0 48px;
}
@media screen and (max-width: 950px) {
  .device .supply-box {
    margin: 24px 0 32px;
    padding: 16px 0 24px;
  }
}
.device .supply-box::after {
  content: "";
  position: absolute;
  width: 3%;
  height: 2px;
  background-color: #a19362;
  top: 34px;
  left: 0;
}
@media screen and (max-width: 950px) {
  .device .supply-box::after {
    width: 4%;
    top: 30px;
  }
}
.device .supply-box__title {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .supply-box__title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.device .supply-box__title {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .device .supply-box__title {
    letter-spacing: 0.06em;
  }
}
.device .supply-box__title {
  font-weight: 700;
  color: #a19362;
}
.device .supply-box__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 950px) {
  .device .supply-box__content {
    display: block;
  }
}
.device .supply-box__text {
  width: 64%;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 950px) {
  .device .supply-box__text {
    font-size: 16px;
    line-height: 1.625;
  }
}
.device .supply-box__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .supply-box__text {
    letter-spacing: 0.05em;
  }
}
.device .supply-box__text {
  margin-top: 32px;
}
@media screen and (max-width: 950px) {
  .device .supply-box__text {
    width: 100%;
    margin: 18px 0 24px;
  }
}
.device .supply-box__image {
  width: 31%;
  margin: 0 auto;
  aspect-ratio: 295/187;
}
@media screen and (max-width: 950px) {
  .device .supply-box__image {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .device .supply-box__image {
    width: 100%;
  }
}
.device .supply-box__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.device .menu-content {
  text-align: left;
}
.device .menu-content:nth-child(n+2) {
  margin-top: 64px;
  margin-bottom: 48px;
}
@media screen and (max-width: 950px) {
  .device .menu-content:nth-child(n+2) {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
.device .menu-content__title {
  font-size: 22px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .menu-content__title {
    font-size: 18px;
    line-height: 1.5;
  }
}
.device .menu-content__title {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .device .menu-content__title {
    letter-spacing: 0.05em;
  }
}
.device .menu-content__title {
  font-weight: 700;
  color: #a19362;
  width: fit-content;
  height: 30px;
  display: grid;
  place-content: center;
  padding-left: 16px;
  border-left: 3px solid #8cada7;
  margin-bottom: 32px;
}
@media screen and (max-width: 950px) {
  .device .menu-content__title {
    height: 52px;
    padding-left: 10px;
    margin-bottom: 20px;
  }
}
.device .menu-content__box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 950px) {
  .device .menu-content__box {
    display: block;
  }
}
.device .menu-box {
  width: 48%;
}
@media screen and (max-width: 950px) {
  .device .menu-box {
    width: 88%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  .device .menu-box:nth-child(n+2) {
    margin-top: 40px;
  }
}
.device .menu-box__item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1366px) {
  .device .menu-box__item {
    display: block;
  }
}
.device .menu-box__text {
  flex: 1;
}
.device .menu-box__title {
  font-weight: 700;
}
.device .menu-box__title p {
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .menu-box__title p {
    font-size: 20px;
    line-height: 1;
  }
}
.device .menu-box__title p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device .menu-box__title p {
    letter-spacing: 0.08em;
  }
}
.device .menu-box__title span {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .menu-box__title span {
    font-size: 12px;
    line-height: 1;
  }
}
.device .menu-box__title span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .menu-box__title span {
    letter-spacing: 0.05em;
  }
}
.device .menu-box__title span {
  margin-top: 2px;
}
.device .menu-box__title--pro {
  position: relative;
  width: fit-content;
}
.device .menu-box__title--pro::after {
  content: "PRO";
  position: absolute;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .menu-box__title--pro::after {
    font-size: 12px;
    line-height: 1;
  }
}
.device .menu-box__title--pro::after {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .menu-box__title--pro::after {
    letter-spacing: 0.05em;
  }
}
.device .menu-box__title--pro::after {
  padding: 4px 6px;
  background-color: #403d3c;
  color: #fff;
  top: 0;
  right: -44px;
}
.device .menu-box__lead {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 950px) {
  .device .menu-box__lead {
    font-size: 16px;
    line-height: 1.5;
  }
}
.device .menu-box__lead {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device .menu-box__lead {
    letter-spacing: 0.08em;
  }
}
.device .menu-box__lead {
  margin-top: 12px;
  color: #8cada7;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (max-width: 1366px) {
  .device .menu-box__lead {
    margin-top: 6px;
  }
}
.device .menu-box__note {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 950px) {
  .device .menu-box__note {
    font-size: 16px;
    line-height: 1.5625;
  }
}
.device .menu-box__note {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .device .menu-box__note {
    letter-spacing: 0.025em;
  }
}
.device .menu-box__note {
  margin: 10px 0 18px;
  white-space: nowrap;
}
.device .menu-box__image {
  position: relative;
}
@media screen and (max-width: 1366px) {
  .device .menu-box__image {
    width: fit-content;
    margin: 20px auto;
  }
}
.device .menu-box__image img {
  position: absolute;
  width: 170px;
  height: 188px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1366px) {
  .device .menu-box__image img {
    position: static;
    height: 190px;
    width: auto;
    aspect-ratio: 170/188;
  }
}
.device .menu-box__image--headbath img {
  width: 191px;
  height: 175px;
}
@media screen and (max-width: 1366px) {
  .device .menu-box__image--headbath img {
    position: static;
    height: 190px;
    width: auto;
    aspect-ratio: 191/175;
  }
}
.device .menu-box__image--jetcube img {
  width: 160px;
  height: 188px;
}
@media screen and (max-width: 1366px) {
  .device .menu-box__image--jetcube img {
    position: static;
    height: 190px;
    width: auto;
    aspect-ratio: 160/188;
  }
}
.device .menu-box__image--truecare img {
  width: 108px;
  height: 190px;
}
@media screen and (max-width: 1366px) {
  .device .menu-box__image--truecare img {
    position: static;
    height: 190px;
    width: auto;
    aspect-ratio: 108/190;
  }
}
.device .menu-box .menu-footer {
  margin: 0 0 24px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .device .menu-box .menu-footer {
    margin: 0 0 20px;
  }
}
.device .menu-box .menu-footer__title {
  width: fit-content;
  padding: 8px 16px;
  background-color: #707070;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .device .menu-box .menu-footer__title {
    font-size: 12px;
    line-height: 1;
  }
}
.device .menu-box .menu-footer__title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .device .menu-box .menu-footer__title {
    letter-spacing: 0.05em;
  }
}
.device .menu-box .menu-footer__title {
  display: grid;
  place-content: center;
  border-radius: 0 10px 0 0;
}
.device .menu-box .menu-footer__list {
  padding: 15px;
  border: 1px solid #707070;
}
@media screen and (max-width: 1366px) {
  .device .menu-box .menu-footer__list {
    padding: 16px 20px;
    height: 203px;
  }
}
@media screen and (max-width: 950px) {
  .device .menu-box .menu-footer__list {
    height: auto;
  }
}
.device .menu-box .menu-footer__list--headbath {
  padding: 15px 15px 65px;
}
@media screen and (max-width: 1366px) {
  .device .menu-box .menu-footer__list--headbath {
    padding: 15px;
  }
}
@media screen and (max-width: 950px) {
  .device .menu-box .menu-footer__list--headbath {
    padding: 16px 20px;
  }
}
.device .menu-box .menu-footer__item {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4%;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .device .menu-box .menu-footer__item {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
.device .menu-box .menu-footer__item {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .device .menu-box .menu-footer__item {
    letter-spacing: 0.05em;
  }
}
.device .menu-box .menu-footer__item {
  width: 100%;
  height: 42px;
}
@media screen and (max-width: 1366px) {
  .device .menu-box .menu-footer__item {
    display: block;
    height: auto;
  }
}
.device .menu-box .menu-footer__item:nth-child(n+2) {
  margin-top: 8px;
}
@media screen and (max-width: 1366px) {
  .device .menu-box .menu-footer__item:nth-child(n+2) {
    border-top: 1px solid #403d3c;
    margin-top: 10px;
    padding-top: 10px;
  }
}
.device .menu-box .menu-footer__name {
  width: 32%;
  height: 36px;
  border-right: 1px solid #403d3c;
  font-weight: 500;
  display: grid;
  place-content: center start;
}
@media screen and (max-width: 1366px) {
  .device .menu-box .menu-footer__name {
    width: 100%;
    height: auto;
    border-right: none;
    font-weight: 700;
  }
}
.device .menu-box .menu-footer__text {
  flex: 1;
}
@media screen and (max-width: 1366px) {
  .device .menu-box .menu-footer__text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 2px;
  }
}
@media screen and (max-width: 1366px) and (max-width: 950px) {
  .device .menu-box .menu-footer__text {
    font-size: 12px;
    line-height: 1.5;
  }
}

.case__wrapper {
  padding: 64px 0 88px;
  background-color: #d1cab2;
  position: relative;
  width: 100%;
  z-index: 0;
}
.case__wrapper::after {
  content: "";
  position: absolute;
  background: url("../img/case_bg.png") no-repeat left/cover;
  width: 40%;
  height: 618px;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .case__wrapper {
    padding: 40px 0 48px;
  }
  .case__wrapper::after {
    width: 45%;
    height: 252px;
  }
}
.case__title {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.case__title p {
  font-size: 26px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .case__title p {
    font-size: 20px;
    line-height: 1;
  }
}
.case__title p {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .case__title p {
    letter-spacing: 0.08em;
  }
}
.case__title p {
  font-weight: 700;
  display: inline;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
  padding: 0 8px;
}
.case .case-movie {
  margin: 40px 0 72px;
}
@media screen and (max-width: 950px) {
  .case .case-movie {
    margin: 32px 0 40px;
  }
}
.case .case-movie__box {
  width: 561px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .case .case-movie__box {
    width: 89%;
  }
}
.case .case-movie__video {
  width: 100%;
  aspect-ratio: 561/316;
  margin: 0 auto;
}
.case .case-movie__video iframe {
  width: 100%;
  height: 100%;
}
.case .case-movie__note {
  text-align: left;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .case .case-movie__note {
    font-size: 12px;
    line-height: 1;
  }
}
.case .case-movie__note {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .case .case-movie__note {
    letter-spacing: 0.02em;
  }
}
.case .case-movie__note {
  margin-top: 4px;
}
.case .case-movie__title {
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .case .case-movie__title {
    margin-top: 16px;
  }
}
.case .case-movie__title p {
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 950px) {
  .case .case-movie__title p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.case .case-movie__title p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .case .case-movie__title p {
    letter-spacing: 0.05em;
  }
}
.case .case-movie__title p {
  font-weight: 500;
}
.case .case-movie__title p span {
  font-size: 26px;
  line-height: 1.2307692308;
}
@media screen and (max-width: 950px) {
  .case .case-movie__title p span {
    font-size: 24px;
    line-height: 1;
  }
}
.case .case-movie__title p span {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .case .case-movie__title p span {
    letter-spacing: 0.05em;
  }
}
.case .case-movie__title p span {
  font-weight: 700;
}
.case .case-movie__text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  .case .case-movie__text p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.case .case-movie__text p {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .case .case-movie__text p {
    letter-spacing: 0.05em;
  }
}
.case .case-movie__text p {
  margin: 20px auto 0;
  font-weight: 500;
}
@media screen and (max-width: 950px) {
  .case .case-movie__text p {
    width: 80%;
    text-align: justify;
  }
}
.case .case-movie__text p strong {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 950px) {
  .case .case-movie__text p strong {
    font-size: 16px;
    line-height: 1.375;
  }
}
.case .case-movie__text p strong {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(161, 147, 98, 0.5) 60%);
  padding-left: 6px;
  padding-bottom: 2px;
  margin-right: 4px;
}
.case .case-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .case .case-list {
    display: block;
    margin-top: 32px;
  }
}
.case .case-list__box {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  .case .case-list__box {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .case .case-list__box:nth-child(n+2) {
    margin-top: 24px;
  }
}
.case .case-list__box:nth-child(n+3) {
  margin-top: 32px;
}
@media screen and (max-width: 950px) {
  .case .case-list__box:nth-child(n+3) {
    margin-top: 24px;
  }
}
.case .case-list__image {
  width: 100%;
  aspect-ratio: 160/99;
}
.case .case-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.case .case-list__item {
  padding: 24px 32px 32px;
  background-color: #f6f4ef;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .case .case-list__item {
    padding: 16px 16px 24px;
  }
}
.case .case-list__title {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 950px) {
  .case .case-list__title {
    font-size: 20px;
    line-height: 1.6;
  }
}
.case .case-list__title {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case .case-list__title {
    letter-spacing: 0.04em;
  }
}
.case .case-list__title {
  flex-grow: 1;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .case .case-list__title {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 1100px) and (max-width: 950px) {
  .case .case-list__title {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.case .case-list__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-top: 24px;
}
@media screen and (max-width: 1100px) {
  .case .case-list__bottom {
    margin-top: 24px;
  }
}
.case .case-list__tag div {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
}
.case .case-list__tag div:nth-child(2) {
  margin-top: 8px;
}
.case .case-list__tag div p {
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .case .case-list__tag div p {
    font-size: 12px;
    line-height: 1;
  }
}
.case .case-list__tag div p {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .case .case-list__tag div p {
    letter-spacing: 0em;
  }
}
.case .case-list__button {
  font-family: "Akshar", sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .case .case-list__button {
    font-size: 20px;
    line-height: 1;
  }
}
.case .case-list__button {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case .case-list__button {
    letter-spacing: 0.04em;
  }
}
.case .case-list__button {
  font-weight: 500;
  color: #c79157;
  width: 120px;
  padding-bottom: 6px;
  position: relative;
  text-align: left;
}
.case .case-list__button::before {
  content: "";
  position: absolute;
  width: 88%;
  height: 2px;
  background-color: #c79157;
  bottom: 0;
  transition: width 0.5s;
}
.case .case-list__button::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  right: 13%;
  transform-origin: right bottom;
  width: 16px;
  background-color: #c79157;
  transform: rotate(45deg);
  transition: right 0.5s;
}
.case .case-list__button:hover {
  opacity: 0.8;
  cursor: pointer;
}
.case .case-list__button:hover::before {
  width: 100%;
}
.case .case-list__button:hover::after {
  right: 0;
}
.case {
  /* モーダル開時に背景のスクロールを防ぐ */
}
.case html:has(dialog[open]) {
  overflow: hidden;
}
.case {
  /* モーダルの基本スタイル */
}
.case dialog {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 900px;
  height: 1000px;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (max-width: 950px) {
  .case dialog {
    width: 744px;
    height: 904px;
  }
}
@media screen and (max-width: 950px) {
  .case dialog {
    width: 600px;
    height: 800px;
  }
}
@media screen and (max-width: 950px) {
  .case dialog {
    width: 100%;
    height: 1000px;
  }
}
.case dialog.is-visible {
  opacity: 1;
  transform: scale(1);
}
.case {
  /* モーダル表示時のスタイリング */
}
.case dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}
.case #myModal1 {
  padding: 0;
}
.case #closeModal1 {
  position: absolute;
  top: 0;
  right: 8px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.case #myModal2 {
  padding: 0;
}
.case #closeModal2 {
  position: absolute;
  top: 0;
  right: 8px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.case #myModal3 {
  padding: 0;
}
.case #closeModal3 {
  position: absolute;
  top: 0;
  right: 8px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.case #myModal4 {
  padding: 0;
}
.case #closeModal4 {
  position: absolute;
  top: 0;
  right: 8px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.case .case-modal {
  position: relative;
  text-align: justify;
}
.case .case-modal__bg {
  width: 100%;
  height: 420px;
}
@media screen and (max-width: 950px) {
  .case .case-modal__bg {
    height: fit-content;
  }
}
.case .case-modal__bg img {
  width: 100%;
  height: 100%;
}
.case .case-modal__wrap {
  position: relative;
}
.case .case-modal__box {
  position: absolute;
  width: 840px;
  background-color: #fff;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .case .case-modal__box {
    width: 90%;
  }
}
@media screen and (max-width: 950px) {
  .case .case-modal__box {
    position: static;
    width: 90%;
    margin: 0 auto;
    transform: none;
  }
}
.case .case-modal__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
}
@media screen and (max-width: 950px) {
  .case .case-modal__top {
    display: block;
    padding: 0;
    margin-top: 16px;
  }
}
.case .case-modal__ttl {
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .case .case-modal__ttl {
    font-size: 24px;
    line-height: 1.5;
  }
}
.case .case-modal__ttl {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .case .case-modal__ttl {
    letter-spacing: 0.04em;
  }
}
.case .case-modal__ttl {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .case .case-modal__ttl {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .case .case-modal__ttl {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 950px) {
  .case .case-modal__tag {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 14px;
    margin-top: 16px;
  }
}
.case .case-modal__tag div {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 950px) {
  .case .case-modal__tag div {
    justify-content: left;
  }
}
.case .case-modal__tag div:nth-child(2) {
  margin-top: 8px;
}
@media screen and (max-width: 950px) {
  .case .case-modal__tag div:nth-child(2) {
    margin-top: 0;
  }
}
.case .case-modal__tag div p {
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  .case .case-modal__tag div p {
    font-size: 14px;
    line-height: 1;
  }
}
.case .case-modal__tag div p {
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .case .case-modal__tag div p {
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 950px) {
  .case .case-modal__tag div p {
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .case .case-modal__tag div p {
    font-size: 12px;
    line-height: 1;
  }
}
.case .case-modal__item {
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 950px) {
  .case .case-modal__item {
    padding: 0;
    display: block;
    margin-top: 16px;
  }
}
.case .case-modal__img {
  width: 48%;
  height: auto;
}
@media screen and (max-width: 950px) {
  .case .case-modal__img {
    width: 100%;
  }
}
.case .case-modal__img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 950px) {
  .case .case-modal__img:nth-child(2) {
    margin-top: 8px;
  }
}
.case .case-modal__bottom {
  display: block;
  justify-content: space-between;
  align-items: stretch;
  padding: 32px 40px 0;
}
@media screen and (max-width: 950px) {
  .case .case-modal__bottom {
    display: block;
    padding: 0;
    margin-top: 16px;
  }
}
.case .case-modal__text {
  width: 100%;
  word-break: normal;
  margin-bottom: 64px;
}
@media screen and (max-width: 950px) {
  .case .case-modal__text {
    width: 100%;
  }
}
.case .case-modal__text p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  .case .case-modal__text p {
    font-size: 16px;
    line-height: 1.75;
  }
}
.case .case-modal__text p {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .case .case-modal__text p {
    letter-spacing: 0.02em;
  }
}
.case .case-modal__text span {
  color: #9d9d9d;
  float: right;
  padding-top: 4px;
}
.case .case-modal__more {
  width: fit-content;
  height: fit-content;
  margin: 0 auto 32px;
}
@media screen and (max-width: 950px) {
  .case .case-modal__more {
    height: fit-content;
  }
}
.case .case-modal__more img {
  width: 100%;
  height: auto;
}
.case .case-modal__more video {
  width: 400px;
  height: auto;
}
@media screen and (max-width: 950px) {
  .case .case-modal__more video {
    width: 100%;
  }
}
.case .case-modal__more p {
  text-align: center;
}
.case .case-modal__more--noe {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 950px) {
  .case .case-modal__more--noe {
    width: 100%;
  }
}
.case .case-modal__more--horos p {
  margin-top: 8px;
  text-align: center;
}

.more {
  overflow-x: hidden;
  padding: 56px 0 88px;
  background-color: #f6f4ef;
}
@media screen and (max-width: 950px) {
  .more {
    padding: 40px 0 48px;
  }
}
.more__header {
  margin: 40px 0 0;
}
.more__title {
  width: fit-content;
  margin: 64px auto 0;
  display: block;
  font-size: 26px;
  line-height: 0.9230769231;
}
@media screen and (max-width: 950px) {
  .more__title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.more__title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .more__title {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 950px) {
  .more__title {
    margin: 32px auto 0;
  }
}
.more__title::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #403d3c;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  .more__title::before {
    width: 30px;
    left: -40px;
  }
}
.more__title::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 2px;
  background-color: #403d3c;
  right: -64px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 950px) {
  .more__title::after {
    width: 40px;
    right: -60px;
  }
}
@media screen and (max-width: 950px) {
  .more__title::after {
    width: 30px;
    right: -40px;
  }
}
.more__wrapper {
  margin-top: 56px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .more__wrapper {
    margin-top: 40px;
  }
}
.more__wrapper:last-child .more__image {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 950px) {
  .more__wrapper:last-child .more__image {
    width: 88%;
    margin: 0 auto;
  }
}
.more__wrapper:last-child .more-box {
  right: auto;
  left: 0;
}
.more__wrapper:last-child .more-box__button {
  background-color: #a19362;
}
.more__wrapper:last-child .more-box__button:last-child {
  margin-top: 8px;
}
.more__image {
  width: 47%;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .more__image {
    width: 55%;
  }
}
@media screen and (max-width: 950px) {
  .more__image {
    width: 88%;
    margin: 0 auto;
    z-index: 2;
  }
}
.more__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.more .more-box {
  width: 59%;
  background-color: #fff;
  padding: 40px;
  position: absolute;
  right: 0;
  top: 50%;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1366px) {
  .more .more-box {
    width: 57%;
  }
}
@media screen and (max-width: 1100px) {
  .more .more-box {
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
  .more .more-box {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    padding-top: 54px;
  }
}
@media screen and (max-width: 950px) {
  .more .more-box {
    padding: 54px 20px 32px 20px;
  }
}
.more .more-box__title {
  font-size: 28px;
  line-height: 1.1428571429;
}
@media screen and (max-width: 950px) {
  .more .more-box__title {
    font-size: 28px;
    line-height: 1.1428571429;
  }
}
.more .more-box__title {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .more .more-box__title {
    letter-spacing: 0.04em;
  }
}
.more .more-box__title {
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .more .more-box__title {
    font-size: 24px;
    line-height: 1.3333333333;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .more .more-box__title {
    font-size: 24px;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  .more .more-box__title {
    letter-spacing: 0.02em;
  }
}
.more .more-box__title a {
  color: #403d3c;
  text-decoration: underline;
  transition: opacity 0.5s;
  margin-right: 4px;
}
.more .more-box__title a:hover {
  opacity: 0.6;
}
.more .more-box__note {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 950px) {
  .more .more-box__note {
    font-size: 16px;
    line-height: 1.625;
  }
}
.more .more-box__note {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .more .more-box__note {
    letter-spacing: 0.02em;
  }
}
.more .more-box__note {
  margin-top: 32px;
}
@media screen and (max-width: 950px) {
  .more .more-box__note {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 24px;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .more .more-box__note {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.more .more-box__point {
  margin-top: 32px;
}
@media screen and (max-width: 950px) {
  .more .more-box__point {
    margin-top: 24px;
  }
}
.more .more-box__point li {
  font-weight: 700;
  position: relative;
  padding-left: 28px;
}
.more .more-box__point li:nth-child(n+2) {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  .more .more-box__point li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.more .more-box__point li::before {
  content: "";
  position: absolute;
  background-image: url("../img/more_point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 23px;
  left: 0;
  top: 3px;
}
.more .more-box__button {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c79157;
  color: #fff;
  border-radius: 10px;
  margin-top: 40px;
  gap: 8px;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 950px) {
  .more .more-box__button {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
.more .more-box__button {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .more .more-box__button {
    letter-spacing: 0.04em;
  }
}
.more .more-box__button {
  font-weight: 700;
  transition: opacity 0.5s;
}
.more .more-box__button:last-child {
  margin-top: 24px;
}
@media screen and (max-width: 950px) {
  .more .more-box__button {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.7777777778;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 950px) and (max-width: 950px) {
  .more .more-box__button {
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
@media screen and (max-width: 950px) and (max-width: 768px) {
  .more .more-box__button {
    letter-spacing: 0.02em;
  }
}
.more .more-box__button:hover {
  opacity: 0.6;
  cursor: pointer;
}
.more .more-box__button img {
  width: 18px;
  height: 18px;
  padding-top: 2px;
}
@media screen and (max-width: 950px) {
  .more .more-box__button img {
    width: 16px;
    height: 16px;
  }
}
.more .more-box__text {
  text-align: center;
  font-size: 14px;
  line-height: 1.2857142857;
}
@media screen and (max-width: 950px) {
  .more .more-box__text {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}
.more .more-box__text {
  width: fit-content;
  margin: 16px auto 0;
  position: relative;
  color: #a19362;
}

.contact {
  width: 100%;
  padding: 40px 0;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 32px 0;
  }
}
.contact .info__logo {
  width: fit-content;
  height: 32px;
  margin: 0 auto 16px;
  transition: opacity 0.5s;
}
@media screen and (max-width: 768px) {
  .contact .info__logo {
    height: 24px;
    margin: 0 auto 16px 0;
  }
}
.contact .info__logo a {
  width: 100%;
  height: 100%;
}
.contact .info__logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact__wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.contact__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 2.5714285714;
}
@media screen and (max-width: 950px) {
  .contact__info {
    font-size: 14px;
    line-height: 2.5714285714;
  }
}
.contact__info {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__info {
    letter-spacing: 0.05em;
  }
}
.contact__info {
  font-weight: 500;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .contact__info {
    justify-content: flex-start;
    flex-flow: column;
    align-items: baseline;
  }
}
.contact__info .info__ttl {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 950px) {
  .contact__info .info__ttl {
    font-size: 16px;
    line-height: 1.75;
  }
}
.contact__info .info__ttl {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    letter-spacing: 0.05em;
  }
}
.contact__info .info__ttl {
  background-color: #403d3c;
  color: #ffffff;
  padding: 1px 8px;
  margin-right: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact__info .info__ttl {
    font-size: 14px;
    line-height: 2;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) and (max-width: 950px) {
  .contact__info .info__ttl {
    font-size: 14px;
    line-height: 2;
  }
}
.contact__info .info__wrap {
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  margin-right: 16px;
}
.contact__info .info__tel img {
  width: 26px;
  height: auto;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel img {
    margin: 0 4px 0 10px;
  }
}
.contact__info .info__tel--big {
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 950px) {
  .contact__info .info__tel--big {
    font-size: 20px;
    line-height: 1.8;
  }
}
.contact__info .info__tel--big {
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768px) {
  .contact__info .info__tel--big {
    letter-spacing: 0.07em;
  }
}
.contact__policy {
  font-size: 10px;
  line-height: 1.7;
}
@media screen and (max-width: 950px) {
  .contact__policy {
    font-size: 10px;
    line-height: 1.7;
  }
}
.contact__policy {
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    letter-spacing: 0.02em;
  }
}
.contact__policy {
  margin: 8px auto 0;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .contact__policy {
    margin: 0 auto 0 0;
  }
}
.contact__policy a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.contact__policy a img {
  width: 10px;
  height: 10px;
  object-fit: contain;
  display: inline-block;
  margin: 2px 0 0 2px;
}

.copyright {
  background-color: #a19362;
  color: #fff;
  text-align: center;
  width: 100%;
  line-height: 64px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .copyright {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 950px) {
  .copyright {
    font-size: 10px;
    height: 32px;
    line-height: 32px;
    padding-bottom: 84px;
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(30px);
  /* 下に30pxの位置から */
  transition: opacity 1s, transform 1s;
  /* 透過率と縦方向の移動を1秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

/* フェードイン(初期値) */
.js-fadeLeft {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(-50px) translateY(-50%);
  transition: opacity 1s, transform 1s;
  /* 透過率と縦方向の移動を1秒 */
}

.js-fadeLeft.is-xinview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
  transform: translateX(0) translateY(-50%);
}

@media screen and (max-width: 950px) {
  .js-fadeLeft {
    transform: translateX(-50px);
  }
  .js-fadeLeft.is-xinview {
    transform: translateX(0);
  }
}
/* フェードイン(初期値) */
.js-fadeRight {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateX(50px) translateY(-50%);
  transition: opacity 1s, transform 1s;
  /* 透過率と縦方向の移動を1秒 */
}

.js-fadeRight.is-xinview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
  transform: translateX(0) translateY(-50%);
}

@media screen and (max-width: 950px) {
  .js-fadeRight {
    transform: translateX(50px);
  }
  .js-fadeRight.is-xinview {
    transform: translateX(0);
  }
}
/* １文字ずつフェードイン */
.js-fadeDelay {
  display: flex;
  overflow: hidden;
}
.js-fadeDelay span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.js-fadeDelay span:nth-child(2) {
  transition-delay: 0.06s;
}
.js-fadeDelay span:nth-child(3) {
  transition-delay: 0.12s;
}
.js-fadeDelay span:nth-child(4) {
  transition-delay: 0.18s;
}
.js-fadeDelay span:nth-child(5) {
  transition-delay: 0.24s;
}
.js-fadeDelay span:nth-child(6) {
  transition-delay: 0.3s;
}
.js-fadeDelay span:nth-child(7) {
  transition-delay: 0.36s;
}
.js-fadeDelay span:nth-child(8) {
  transition-delay: 0.42s;
}
.js-fadeDelay span:nth-child(9) {
  transition-delay: 0.48s;
}
.js-fadeDelay span:nth-child(10) {
  transition-delay: 0.54s;
}
.js-fadeDelay span:nth-child(11) {
  transition-delay: 0.6s;
}
.js-fadeDelay span:nth-child(12) {
  transition-delay: 0.66s;
}
.js-fadeDelay span:nth-child(13) {
  transition-delay: 0.72s;
}
.js-fadeDelay span:nth-child(14) {
  transition-delay: 0.78s;
}

.js-fadeDelay.is-xinview span {
  transform: translate(0, 0);
}

.js-fadeDelay.is-xinview {
  overflow: visible;
}/*# sourceMappingURL=style.css.map */