@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #483C42;
  background: #ffffff;
}

.l-inner {
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  .l-inner {
    padding-inline: 60px;
  }
}
@media screen and (min-width:1367px) {
  .l-inner {
    padding-inline: calc((100vw - 1246px) / 2);
  }
}

.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

.c-section__head {
  color: #372710;
}

.c-section__title-en {
  padding-left: 27px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  font-weight: 600;
  position: relative;
}
.c-section__title-en::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 22px;
  background: url(../images/title-icon.svg) no-repeat center center/cover;
}

.c-section__title-ja {
  margin-top: 6px;
  font-size: clamp(24px, 2.196193265vw, 30px);
  line-height: 1.5;
  letter-spacing: 1.5px;
  font-weight: 700;
}

.c-link {
  display: block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .c-link:hover {
    opacity: 0.7;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-under {
  display: inline-block;
  position: relative;
}
.c-under::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #483C42;
  scale: 0;
  -webkit-transition: scale 0.5s ease;
  transition: scale 0.5s ease;
}
@media (any-hover: hover) {
  .c-under:hover::after {
    scale: 1;
  }
}

.c-btn {
  display: block;
  padding-block: 17px;
  padding-left: 25px;
  max-width: 240px;
  background: #F9E14B;
  border: 1px solid #F9E14B;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 52px;
  width: 1px;
  height: 100%;
  background: url(../images/btn-line.svg) no-repeat center center/cover;
}
.c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 21px;
  width: 9px;
  height: 10px;
  background: url(../images/btn-icon-right.svg) no-repeat center center/cover;
}

@media (any-hover: hover) {
  .c-btn:hover {
    background: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-btn__text {
  color: #372710;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-head {
  position: relative;
}


.c-head__title-wrap {
  margin-top: 26px;
  margin-left: 20px;
  margin-right: 20px;
  color: #372710;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width:768px) {
  .c-head__title-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0;
    min-height: 245px;
    gap: clamp(56px, 8.78477306vw, 120px);
    margin-left: clamp(80px, 10.7613469985vw, 147px);
  }
}
@media screen and (min-width:1367px) {
  .c-head__title-wrap {
    margin-left: calc(147px + (100vw - 1366px) / 2);
  }
}

.c-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(12px, 1.7578125vw, 18px);
}
@media screen and (min-width:768px) {
  .c-titles {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-title {
  font-size: clamp(24px, 2.734375vw, 28px);
  line-height: 1.2142857143;
  letter-spacing: 1.4px;
  font-weight: 700;
  padding: 3px 5px;
  background: white;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width:768px) {
  .c-title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 5.4px;
  }
}

.c-title-en {
  color: #F9E14B;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.42px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .c-title-en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 2.4px;
  }
}

.c-desc {
  max-width: clamp(480px, 53.02734375vw, 543px);
  font-size: clamp(14px, 1.953125vw, 15px);
  line-height: 1.8;
  letter-spacing: 0.75px;
  font-weight: 500;
}
.c-head__img {
  margin-top: clamp(40px, 4.2459736457vw, 58px);
  aspect-ratio: 1366/500;
  width: 100%;
  min-height: 200px;
  max-height: 600px;
}

.c-head__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.c-body {
  position: relative;
  background: #FAF9EC;
  z-index: 1;
}



.c-breadcrumb__wrap {
  padding-top: 76px;
  margin-right: 20px;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 4;
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #777777;
  font-weight: 300;
  letter-spacing: 0.78px;
  gap: 10px;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb a {
  color: inherit;
  padding: 0;
}
@media (any-hover: hover) {
  .c-breadcrumb a:hover {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-arrow {
  margin-left: 21.82px;
  margin-right: 15.6px;
  width: 6.62px;
  height: 7.57px;
  background: url(../images/breadcrumb-arrow.svg) no-repeat center center/cover;
}

.drawer__icon {
  position: fixed;
  z-index: 102;
  top: 0;
  right: 0;
  width: 120px;
  padding: 29px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width:1024px) {
  .drawer__icon {
    display: none;
  }
}

.drawer__icon.js-show {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon-bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer__icon-bar {
  width: 30px;
  height: 2px;
  background: #483C42;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #FAF9EC;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
@media screen and (min-width:414px) {
  .drawer {
    width: 400px;
  }
}

.drawer.js-show {
  translate: 0;
}

.drawer__menu-list {
  margin-top: 150px;
  padding-left: 50px;
  margin-bottom: 50px;
}
.drawer__menu-list .c-link:nth-of-type(n + 2) {
  margin-top: 24px;
}
.drawer .p-header__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.drawer__menu-list .p-header__menu-text {
  font-size: 16px;
  font-weight: 500;
}


.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

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


.sp-hidden-xl br {
  display: none;
}
@media screen and (min-width:1024px) {
  .sp-hidden-xl br {
    display: block;
  }
}

.sp-hidden--first br:first-of-type {
  display: none;
}
@media screen and (min-width:768px) {
  .sp-hidden--first br:first-of-type {
    display: block;
  }
}

@media screen and (min-width:768px) {
  .pc-hidden--first br:first-of-type {
    display: none;
  }
}


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

@media screen and (min-width:1024px) {
  .xl-hidden br {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  .xxl-hidden br {
    display: none;
  }
}