body {
  color: #333333;
  font-family: "Kiwi Maru", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}
body.is-fixed {
  overflow: hidden;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px 6px 30px;
  width: 160px;
  margin: 0 auto;
}
@media screen and (min-width: 900px) {
  .button {
    padding-left: 20px;
  }
}

.button__text {
  color: #000;
}
@media screen and (min-width: 900px) {
  .button__text {
    font-size: 16px;
  }
}

.button--border {
  border: 1px solid #333333;
}
.button--border .button__text {
  color: #333333;
}

.x-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100px;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  /* padding: 10px 20px; */
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 30px;
}
.x-icon svg {
  display: block;
  width: 50%;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 900px) {
  .x-icon {
    margin-top: 60px;
  }
}

.button__border-w {
  border: 1px solid #fff;
}

.button__border-w:hover {
  background-color: #fff;
}

.button__icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button__icon-path {
  fill: #4a4a4a;
}
.button__icon-path--contact {
  fill: #4a4a4a;
}

.button__icon-path-w {
  fill: #fff;
}
.button__icon-path-w--contact {
  fill: #fff;
}

.button__text {
  margin-left: 10px;
  font-style: 16px;
  letter-spacing: 0.08em;
  color: #4a4a4a;
}

.button__text-w {
  color: #fff;
  margin-left: 10px;
}

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

.main {
  padding-top: 80px;
}
@media screen and (min-width: 900px) {
  .main {
    padding-top: 0;
  }
}

header {
  background-color: #EDE4E0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (min-width: 900px) {
  header {
    width: 300px;
    position: sticky;
    top: 0;
    padding: 50px 20px;
    height: 100dvh;
  }
}

.header__nav-item + .header__nav-item {
  margin-top: 24px;
}
@media screen and (min-width: 900px) {
  .header__nav-item + .header__nav-item {
    margin-top: 37px;
  }
}

.header__container {
  position: relative;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  padding: 14px 24px;
}
.header__logo img {
  width: 100%;
  max-width: 50px;
  height: auto;
}
@media screen and (min-width: 900px) {
  .header__logo img {
    max-width: 160px;
  }
}
@media screen and (min-width: 900px) {
  .header__logo {
    text-align: center;
  }
}

.logo__text {
  display: inline-block;
  font-size: 8px;
  color: #4a4a4a;
  font-weight: 700;
}
@media screen and (min-width: 900px) {
  .logo__text {
    font-size: 23px;
    letter-spacing: 0.12em;
    line-height: 1;
    margin-top: 8px;
  }
}

.header__menu-button {
  border: none;
  position: absolute;
  top: 29px;
  right: 24px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  background: url(../img/hamburger-menu-icon-open.png) center center no-repeat;
  background-size: 100% auto;
}
.header__menu-button.is-checked {
  background: url(../img/hamburger-menu-icon-close.png) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 900px) {
  .header__menu-button {
    display: none;
  }
}

.header__contents {
  display: none;
  height: calc(100vh - 100px);
  border-top: 3px solid #4a4a4a;
  padding-top: 60px;
}
@media screen and (min-width: 900px) {
  .header__contents {
    display: block;
    border: none;
  }
}

.mv {
  position: relative;
  margin-top: -56px;
}

.fv__bg-video {
  width: 100%;
  height: auto;
  margin-top: 85px;
}
@media screen and (min-width: 900px) {
  .fv__bg-video {
    margin-top: 0;
  }
}

.mv__text {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
}

.mv__text__heading {
  color: #fafafa;
  text-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.text__heading-main {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: inline-block;
}

.text__heading-sub {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 900px) {
  .text__heading-sub {
    font-size: 37px;
  }
}

.section {
  padding: 48px 0;
  background-color: #fff;
}
.section__inner {
  padding: 0 32px;
}

.section__head {
  margin-bottom: 32px;
}

.section__head-main {
  font-family: "Josefin Sans", sans-serif;
  font-size: 40px;
  display: block;
  letter-spacing: 0.1em;
  color: #BB6464;
}

.section__head-sub {
  font-size: 11px;
  display: block;
  margin-left: 10px;
}

.section__lead-text {
  font-size: 16px;
  line-height: 1.6;
}

.section__contents {
  margin-top: 40px;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 900px) {
  .service__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8%;
  }
}

.service__item {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .service__item + .service__item {
    margin-top: 0;
  }
}

.service__item + .service__item {
  margin-top: 20px;
}

.service__item-img {
  text-align: center;
  margin-bottom: 14px;
}

.service__item-name {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.service__item-text {
  font-size: 14px;
  line-height: 1.6;
}

.about {
  background-color: #fff;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 900px) {
  .about__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 80px;
    padding-left: 80px;
  }
}

.about__img {
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.about__img img {
  width: 100%;
  height: auto;
}
.about__text {
  font-size: 16px;
  line-height: 1.6;
}

.works {
  background-color: #fafafa;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 900px) {
  .works__list {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 8%;
    padding-bottom: 151px;
  }
}

.works__item-img {
  margin-bottom: 12px;
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.works__item-name {
  font-style: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}

.works__item-link {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 700;
}
.works__item-link:hover {
  color: #BB6464;
}

@media screen and (min-width: 900px) {
  .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}

.massage__img {
  margin-bottom: 32px;
}
.massage__img img {
  -webkit-box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.message__text {
  font-size: 16px;
  line-height: 1.6;
}

.footer {
  text-align: center;
  padding: 10px;
  background-color: #EDE4E0;
}
.footer__copy {
  font-size: 11px;
  font-family: "Noto Sans JP , sans-serif";
  color: #4a4a4a;
}
.main-page,
.main {
  padding-top: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content__itembox {
  margin: 100px auto;
  width: 80%;
}
@media screen and (min-width: 900px) {
  .content__itembox {
    margin-bottom: 655px;
  }
}
.content__itembox img {
  margin-top: 20px;
}
.content__itembox p {
  font-size: 16px;
}

.item-text1 {
  margin-top: 30px;
  font-size: 20px;
}
.item-text1 dd {
  font-size: 16px;
}

.page__title1 {
  line-height: 1;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #B25068;
}

.item-img1 {
  text-align: center;
}

.item-img2 {
  margin-top: 60px;
  text-align: center;
}
.item-img2 img {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 250/221;
}

.item-img1__title {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
  color: #B25068;
  font-family: "Noto Sans JP", sans-serif;
}

.item-img1__text {
  margin-top: 30px;
  font-size: 20px;
}

.item__title2 {
  margin-top: 80px;
  font-size: 30px;
  font-weight: 700;
  color: #B25068;
  font-family: "Noto Sans JP", sans-serif;
}

.item__title2__img {
  margin-top: 18px;
}
.maru {
  margin-top: 30px;
  text-align: center;
}
.maru a {
  color: #B25068;
  font-size: 14px;
  display: block;
}
@media screen and (min-width: 900px) {
  .maru a {
    font-size: 20px;
  }
}

.link-text1 {
  margin-top: px;
  display: block;
  width: 60%;
  height: auto;
  background: #C6A6B1;
  text-align: center;
  border: 4px solid #C6A6B1;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 6px 0px #fff inset;
          box-shadow: 1px 1px 6px 0px #fff inset;
  text-shadow: 0px 1px 1px #adadad;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 30px;
}

.link-text1:hover {
  background: #fff;
  color: #B25068;
  text-shadow: 0px 2px 1px #adadad;
  -webkit-box-shadow: none;
          box-shadow: none;
}

dt,
dd {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (min-width: 900px) {
  .sp-nav {
    display: none;
  }
}

@media screen and (max-width: 899px) {
  .pc-nav {
    display: none;
  }
}