@charset "UTF-8";
@media screen and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #5D0A0A;
  background: #FFF5EE;
}

body.no-scroll {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media not screen and (min-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

/* ======================
header,footer
====================== */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
}
.header__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.5rem;
  border-bottom: 1px solid #5D0A0A;
  background: #FFF5EE;
}
@media not screen and (min-width: 768px) {
  .header__inner {
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.header__message {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* ２．左右中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header__message img {
  width: 27.75rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.125rem;
}
.header__message-box {
  border-right: 1px solid #5D0A0A;
  height: 4.5rem;
}
.header__name {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FDF4EA;
  font-family: "Heisei Maru Gothic Std";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media not screen and (min-width: 768px) {
  .header__name {
    font-size: 1.5rem;
  }
}
.header__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: 4.5rem;
}
@media not screen and (min-width: 768px) {
  .header__menu {
    display: block;
  }
}
.header__menu-box {
  height: 4.5rem;
  border-left: 1px solid #5D0A0A;
  position: relative;
}
@media not screen and (min-width: 768px) {
  .header__menu-box {
    width: 3.125rem;
    border-right: 1px solid #5D0A0A;
    height: 3.125rem;
  }
}
.header__menu-box :hover {
  background: #FFF889;
}
.header__menu-box--1 :hover {
  background: #FFF5EE;
}
.header__sub {
  border-bottom: 1px solid #5D0A0A;
}
.header__sub-message {
  color: #5D0A0A;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  height: 1.875rem;
}
@media not screen and (min-width: 768px) {
  .header__sub-message {
    padding: 0.5rem 0;
  }
}
.header__link1 {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .header__link1 {
    padding-top: 0.5rem;
  }
}
.header__link1 img {
  width: 4rem;
  height: auto;
  padding-top: 1.5625rem;
}
.header__link2 {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .header__link2 {
    padding-top: 0.5rem;
  }
}
.header__link2 img {
  width: 4.1875rem;
  height: auto;
  padding-top: 1.5625rem;
}
.header__link3 {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .header__link3 {
    padding-top: 0.5rem;
  }
}
.header__link3 img {
  width: 5rem;
  height: auto;
  padding-top: 1.5625rem;
}
.header__link4 {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .header__link4 {
    padding-top: 0.5rem;
  }
}
.header__link4 img {
  width: 1.875rem;
  height: auto;
  padding-top: 1.25rem;
}

.marquee1 {
  overflow: hidden;
  width: 100%;
  height: 1.875rem;
  position: relative;
  white-space: nowrap;
}

.marquee1__text {
  position: absolute;
  right: -100%; /* 初期位置は画面右の外 */
  white-space: nowrap;
  font-size: 0.8125rem;
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
          animation-duration: 15s; /* 速度 */
  color: #5D0A0A;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  padding-top: 0.375rem;
}

@-webkit-keyframes slideLeft {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}

@keyframes slideLeft {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}
.marquee2 {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-animation: marqueeScroll2 35s linear infinite;
          animation: marqueeScroll2 35s linear infinite;
  min-width: 120%; /* 画面幅の2倍くらい */
}

@-webkit-keyframes marqueeScroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 最初は動かさない */
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 半分左にスライド */
  }
}

@keyframes marqueeScroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); /* 最初は動かさない */
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 半分左にスライド */
  }
}
.marquee3 {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-animation: marqueeScroll3 35s linear infinite;
          animation: marqueeScroll3 35s linear infinite;
  min-width: 120%; /* 画面幅の2倍くらい */
}

@-webkit-keyframes marqueeScroll3 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 最初は動かさない */
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); /* 半分左にスライド */
  }
}

@keyframes marqueeScroll3 {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); /* 最初は動かさない */
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); /* 半分左にスライド */
  }
}
.drawer-icon {
  width: 3.125rem;
  height: 3.125rem;
  position: relative;
  z-index: 51;
  border-left: 1px solid #5D0A0A;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(1) {
  top: 1.4375rem;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: 15%;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-child(3) {
  top: 1.4375rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: 15%;
}
.drawer-icon__bar {
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.25rem;
  height: 0.25rem;
  background: #F9E1DC;
  border: 1px solid #5D0A0A;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-child(2) {
  top: 1.5rem;
  background: #FBE3C5;
}
.drawer-icon__bar:nth-child(3) {
  top: 2.0625rem;
  background: #CFE3D2;
}

.drawer-content {
  position: fixed;
  top: 3.125rem;
  left: 0;
  width: 100%;
  height: calc(100% - 3.125rem);
  background: #FFF5EE;
  z-index: 50;
  overflow-y: auto;
  display: none;
}
.drawer-content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.drawer-content.is-open {
  display: block;
}

.footer__copyright {
  text-align: center;
  font-weight: 700;
}

.footer__link {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding-top: 0.6875rem;
  text-align: center;
}
@media not screen and (min-width: 768px) {
  .footer__link {
    padding-top: 0;
  }
}
.footer__link img {
  width: 3.125rem;
  height: 3.125rem;
}

/* ======================
contact
====================== */
.contact :hover {
  background: #FFF889;
}
.contact__inner {
  width: 90rem;
}
@media not screen and (min-width: 768px) {
  .contact__inner {
    width: 100%;
  }
}
.contact__mail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.25rem;
  color: #5D0A0A;
  font-family: Quicksand;
  font-style: normal;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #5D0A0A;
  border-bottom: 1px solid #5D0A0A;
}
@media not screen and (min-width: 768px) {
  .contact__mail-top {
    gap: 2.1875rem;
  }
}
.contact__mail-contact {
  width: 14.25rem;
}
.contact__mail-contact img {
  width: 14.25rem;
  height: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not screen and (min-width: 768px) {
  .contact__mail-contact {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 124.875%; /* 44.955px */
    letter-spacing: -0.1125rem;
  }
}
.contact__mail-box {
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #5D0A0A;
}
.contact__mail-form {
  color: #5D0A0A;
  font-family: "Quicksand", "Dancing Script";
  font-size: 6.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: 124.875%; /* 154.845px */
  letter-spacing: rm -4.96;
  text-align: center;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media not screen and (min-width: 768px) {
  .contact__mail-form {
    text-align: center;
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 124.875%; /* 79.92px */
    letter-spacing: -0.16rem;
  }
}