@charset "UTF-8";
html {
  font-size: max(12px, 1.1111111111vw);
}
@media screen and (min-width: 960px) {
  html {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 320px) {
  html {
    font-size: 16px;
  }
}

body.no-scroll {
  overflow: hidden;
}

.header {
  position: relative;
}
.header__logo {
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 809px) {
  .header__logo-text {
    position: absolute;
    top: 1.9rem;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #fff;
  }
}
@media screen and (min-width: 810px) {
  .header__logo-text {
    display: none;
  }
}
.header__sp-menu-item-design {
  display: flex;
  flex-direction: column;
}
.header__sp-contact-line {
  display: block;
}
@media screen and (min-width: 320px) {
  .header__sp-contact-line {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-size: 1rem;
    color: #333;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 320px) {
  .header__logo-btn {
    height: 3.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 320px) {
  .header__logo-container {
    position: absolute;
    z-index: 20;
    margin-left: 1.25rem;
    margin-top: 11px;
  }
}
@media screen and (min-width: 810px) {
  .header__logo-container {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  .header__wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 810px) {
  .header__main-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #c1638a;
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .header__main-title {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .header__main-title {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    color: #c1638a;
    text-align: center;
  }
}
@media screen and (max-width: 809px) {
  .header__left {
    display: none;
  }
}
@media screen and (min-width: 810px) {
  .header__left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 390px) / 2);
    position: fixed;
    height: 27.8125rem;
    z-index: 10000;
  }
}
.header__left-logo-container {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 320px) {
  .header__left-logo-container {
    display: flex;
    flex-direction: column;
  }
}
@media (any-hover: hover) {
  .header__left-logo-container:hover {
    opacity: 0.8;
    transform: scale(0.98);
  }
}
@media screen and (min-width: 320px) {
  .header__flex-container {
    display: flex;
  }
}
@media screen and (max-width: 809px) {
  .header__container {
    width: 100%;
    position: relative;
  }
}
@media screen and (min-width: 810px) {
  .header__container {
    width: 24.375rem;
    position: relative;
    margin-left: calc((100% - 390px) / 2);
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .header__container {
    width: 24.375rem;
    position: relative;
    margin-left: calc((100% - 390px) / 2);
    margin-top: 30px;
  }
}
@media screen and (min-width: 810px) {
  .header__obi {
    background-color: #e2709f;
    height: 1.875rem;
    position: fixed;
    width: 100%;
    display: block;
    z-index: 100;
  }
}
@media screen and (max-width: 809px) {
  .header__obi {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .header__obi {
    background-color: #e2709f;
    height: 1.875rem;
    position: fixed;
    width: 100%;
    display: block;
  }
}
.header__sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff8fb;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
  z-index: 300;
}
.header__sp-menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.header__sp-menu-items {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  text-align: center;
  padding-top: 2.5rem;
}
.header__sp-menu-item {
  display: flex;
  justify-content: center;
}
.header__sp-btn-container {
  width: 9.5rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
}
.header__sp-btn-design {
  position: absolute;
  content: "";
  width: 9.5rem;
  height: 2.375rem;
  display: block;
  background-color: #c9b859;
  transition: background-color 0.5s ease-in-out;
}

@media screen and (min-width: 810px) {
  .menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: calc((100% - 390px) / 2);
    height: 100vh;
    background-image: url("../images/background-menu.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
  }
}
@media screen and (max-width: 809px) {
  .menu {
    display: none;
  }
}
.menu__items {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  text-align: center;
  padding-top: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .menu__items {
    /* 下限16px, 上限48px。vwに0.2dvhを足して高さにも反応 */
    gap: clamp(16px, 1vmax, 50px);
  }
}
.menu__item {
  display: flex;
  justify-content: center;
}
.menu__item-btn {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-size: 1.25rem;
  color: #333;
  letter-spacing: 0.04em;
}
.menu__btn-container {
  width: 9.5rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
}
.menu__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.menu__sns-icon-btn {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .menu__sns-icon-btn:hover {
    opacity: 0.8;
    transform: scale(1.3);
  }
}
.menu__sns-icon-btn:nth-child(2) {
  margin-left: 1.5rem;
}
.menu__sns-icon-image {
  font-size: 1.25rem;
}

@media screen and (min-width: 320px) {
  .header__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .header__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
}
@media screen and (min-width: 960px) {
  .header__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
  }
}
.header__sns-icon-btn {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .header__sns-icon-btn:hover {
    opacity: 0.8;
    transform: scale(1.3);
  }
}
@media screen and (min-width: 320px) {
  .header__sns-icon-btn:nth-child(2) {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 320px) {
  .header__sns-icon-image {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 320px) {
  .hamburger {
    position: absolute;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: transparent;
    z-index: 50;
    right: 7%;
    top: 10px;
  }
}
@media screen and (min-width: 810px) {
  .hamburger {
    display: none;
  }
}
@media screen and (min-width: 320px) {
  .hamburger__line {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s ease-in-out;
  }
  .hamburger__line::before, .hamburger__line::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease-in-out;
  }
  .hamburger__line::before {
    transform: translateY(-8px);
  }
  .hamburger__line::after {
    transform: translateY(8px);
  }
}
.hamburger.is-active {
  z-index: 1000;
}
.hamburger.is-active .hamburger__line {
  background-color: transparent;
}
.hamburger.is-active .hamburger__line::before {
  transform: translateY(0) rotate(45deg);
}
.hamburger.is-active .hamburger__line::after {
  transform: translateY(0) rotate(-45deg);
}

@media screen and (min-width: 320px) {
  .header__sp-menu-item:nth-child(1) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 320px) {
  .header__sp-menu-item-btn {
    color: #333;
    font-family: "Shippori Mincho B1", serif;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
.header__sp-btn-container {
  width: 9.5rem;
  height: 2.375rem;
  display: flex;
  justify-content: center;
}

.header__sp-btn-design {
  position: absolute;
  content: "";
  width: 9.5rem;
  height: 2.375rem;
  display: block;
  background-color: #c9b859;
  transition: background-color 0.5s ease-in-out;
}

@media screen and (min-width: 320px) {
  .header__sp-menu-item {
    display: flex;
    justify-content: center;
  }
}

.hamburger.is-active .hamburger__line::before,
.hamburger.is-active .hamburger__line::after {
  background-color: #333;
}

@media screen and (min-width: 320px) {
  .menu__btn-top {
    color: #c1638a;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 320px) {
  .header__sp-menu-item-btn-top {
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04em;
    color: #c1638a;
  }
}

@media screen and (min-width: 320px) {
  .header__sp-menu-item {
    display: flex;
  }
}