@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  color: #44464c;
  background-color: #e4dfd3;
}
@media (min-width: 765px) and (pointer: fine) {
  body {
    overflow: hidden;
    height: 100%;
  }
}

html.is-scroll-locked,
body.is-scroll-locked {
  overflow: hidden;
  height: 100%;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 376px) and (pointer: fine) {
  html {
    overflow: hidden;
    height: 100%;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.ankle-button {
  border: 1px solid #000;
  border-radius: 6px;
  text-align: center;
}

.ankle-button__link {
  padding: 17px 5px;
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-inline: 30px;
}

.ankle-button__link:hover svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.ankle-button__link span {
  content: "";
  position: absolute;
  right: 8px;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ankle-button__link svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.ankle-button__link:hover svg {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.button {
  background-color: #f17d63;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  padding: 14px 30px;
  padding: 0.875rem 1.875rem;
  width: 200px;
  width: 12.5rem;
  position: relative;
  border-radius: 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .button {
    padding: 14px 30px;
    width: 200px;
  }
}

.button::after {
  content: "";
  position: absolute;
  right: 21px;
  right: 1.3125rem;
  top: 50%;
  color: #fff;
  background-image: url(../images/common/icon_arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  height: 11px;
  height: 0.6875rem;
  width: 11px;
  width: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .button::after {
    right: 21px;
    height: 11px;
    width: 11px;
  }
}

.button:hover::after {
  -webkit-transform: translate(4px, -50%);
          transform: translate(4px, -50%);
}

.footer {
  margin-top: 62px;
  margin-bottom: 10px;
}

.footer__inner {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding-bottom: 30px;
  }
}

.footer__logo {
  width: 200px;
  width: 12.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 200px;
  }
}

.footer__logo svg {
  padding: 40px 20px 38px 20px;
  padding: 2.5rem 1.25rem 2.375rem 1.25rem;
  border: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .footer__logo svg {
    padding: 40px 20px 38px 31px;
  }
}

.footer__message {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .footer__message {
    font-size: 14px;
    margin-top: 32px;
  }
}

.footer__cta {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .footer__cta {
    margin-top: 23px;
  }
}

.footer__cta-link {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  gap: 0.3125rem;
  padding-block: 3px;
  padding-block: 0.1875rem;
  padding: 10px;
  padding: 0.625rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .footer__cta-link {
    padding: 10px;
    font-size: 11px;
    gap: 5px;
  }
}

.footer__cta-icon {
  width: 16px;
}

.footer__copyright {
  display: block;
  font-size: 11px;
  margin-top: 27px;
  text-align: center;
}

.group {
  border: 4px solid rgba(217, 217, 217, .6);
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.group-link {
  padding: 15px 20px 4px 20px;
  padding: 0.9375rem 1.25rem 0.25rem 1.25rem;
}
@media screen and (min-width: 376px) {
  .group-link {
    padding: 15px 20px 4px 20px;
  }
}

.group__logo {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  z-index: 10;
  font-size: 13px;
  letter-spacing: 0.07em;
}

.group__logo::before {
  content: "";
  position: absolute;
  left: 52%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/icon_title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 39px;
  width: 110px;
  z-index: -1;
}

.group__title {
  font-size: 16px;
  color: #f17d63;
  letter-spacing: 0.07em;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.sec-title {
  position: relative;
  text-align: center;
}

.sec-title::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
  background-image: url(../images/common/icon_line-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 6px;
  width: 100px;
}

.sec-title__en {
  width: 44%;
  margin-inline: auto;
}

.sec-title__en img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.sec-title__ja {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 17px;
  margin-top: 1.0625rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .sec-title__ja {
    font-size: 16px;
    margin-top: 17px;
  }
}

.sp-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  height: 60px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sp-header {
    width: 375px;
    border-radius: 23px 23px 0 0;
    top: 57px;
    height: 60px;
  }
}

.sp-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 19px;
  padding-left: 1.1875rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .sp-header__inner {
    padding-left: 19px;
    padding-right: 13px;
  }
}

.sp-header__logo {
  width: 118px;
  width: 7.375rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sp-header__logo {
    width: 118px;
    padding-top: 10px;
  }
}
.sp-header__logo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.sp-header__logo svg {
  display: block;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sp-header__nav {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.sp-header__catalog {
  width: 140px;
  width: 8.75rem;
  padding-inline: 11px 16px;
  padding-inline: 0.6875rem 1rem;
  padding-block: 11px;
  padding-block: 0.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  background-color: #f17d63;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform;
}
@media screen and (min-width: 376px) {
  .sp-header__catalog {
    width: 140px;
    padding-inline: 13px 18px;
    padding-block: 11px;
    gap: 10px;
    font-size: 12px;
  }
}

.sp-header__catalog:hover {
  -webkit-animation: header-btn-bounce 0.45s ease;
          animation: header-btn-bounce 0.45s ease;
}

@-webkit-keyframes header-btn-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes header-btn-bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  30% {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  60% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  85% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sp-header__catalog span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sp-header__hamburger {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  position: relative;
  z-index: 999;
  width: 40px;
  width: 2.5rem;
  height: inherit;
  background-color: #47c2d1;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 376px) {
  .sp-header__hamburger {
    width: 40px;
  }
}

.sp-header__hamburger span {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sp-header__hamburger span:nth-of-type(1) {
  top: -4px;
  top: -0.25rem;
}

.sp-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.sp-header__hamburger span:nth-of-type(3) {
  top: 4px;
}

.sp-header__hamburger.is-open span:nth-of-type(1) {
  top: 3px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.sp-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.sp-header__hamburger.is-open span:nth-of-type(3) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.sp-header__drawer {
  padding: 41px 42px 97px;
  padding: 2.5625rem 2.625rem 6.0625rem;
  width: 100%;
  position: absolute;
  z-index: 900;
  border-radius: 0 0 8px 8px;
  top: 60px;
  top: 3.75rem;
  right: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 410px;
  height: 25.625rem;
  background-color: #44464c;
  overflow-y: scroll;
  scrollbar-width: none;
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-header__drawer {
    padding: 41px 42px 97px;
    width: 375px;
    height: 410px;
    top: 60px;
  }
}

.sp-header__drawer::-webkit-scrollbar {
  display: none;
}

.sp-header__drawer-item a {
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sp-header__drawer-item a {
    padding: 18px 0;
    font-size: 18px;
  }
}

.sp-header__drawer-item a span {
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform;
}

.sp-header__drawer-item a:hover span {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.sp-header__drawer-item.sp-header__drawer-item--coatalog {
  text-align: center;
}

.sp-header__drawer-item.sp-header__drawer-item--coatalog a span {
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 11px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .sp-header__drawer-item.sp-header__drawer-item--coatalog a span {
    right: 20px;
  }
}

.sp-header__drawer-item.sp-header__drawer-item--coatalog a:hover span {
  -webkit-transform: translateY(-50%) translateX(4px);
          transform: translateY(-50%) translateX(4px);
}

.sp-header__drawer-item.sp-header__drawer-item--coatalog a {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 200px;
  width: 12.5rem;
  background-color: #f17d63;
  color: #fff;
  padding: 15px 16px;
  padding: 0.9375rem 1rem;
  border-radius: 40px;
  margin-inline: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  display: block;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sp-header__drawer-item.sp-header__drawer-item--coatalog a {
    width: 200px;
    padding: 15px 16px;
    font-size: 15px;
    margin-top: 40px;
  }
}

.sp-inner {
  padding-inline: 21px;
  max-width: 600px;
  margin-inline: auto;
}

.pc-contnt {
  width: 100%;
  gap: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .pc-contnt {
    background-color: #e4dfd3;
  }
}

.pc_logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc_logo {
    display: block;
    position: fixed;
    top: 1.875rem;
    left: 1.8125rem;
    width: 14%;
    z-index: 10;
  }
}

.pc-content__message {
  display: none;
}
@media screen and (min-width: 1290px) {
  .pc-content__message {
    display: block;
    font-size: 2.875rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho B1", serif;
  }
}

.pc-content__text-en {
  display: none;
}
@media screen and (min-width: 1290px) {
  .pc-content__text-en {
    width: 19.6875rem;
    margin-top: 1.875rem;
    position: relative;
    display: block;
    margin-top: 4vh;
  }
}

.pc-content__text-en img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.pc-content__text-en::before {
  content: "";
  position: absolute;
  right: -86px;
  right: -5.375rem;
  top: 66%;
  background-image: url(../images/common/icon_pc01.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 85px;
  height: 5.3125rem;
  width: 50px;
  width: 3.125rem;
}

.pc-content__text {
  display: none;
}
@media screen and (min-width: 1290px) {
  .pc-content__text {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 2.4;
    margin-top: 2.4375rem;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 4vh;
  }
}

.pc-content__text::before {
  content: "";
  position: absolute;
  right: 57px;
  right: 3.5625rem;
  bottom: -13vh;
  background-image: url(../images/common/icon_pc-family.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 187px;
  height: 11.6875rem;
  width: 16vw;
  z-index: -1;
}

.pc-content__text::after {
  content: "";
  position: absolute;
  left: -40px;
  left: -2.5rem;
  bottom: -13vh;
  background-image: url(../images/common/icon_pc02.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  height: 5rem;
  width: 78px;
  width: 4.875rem;
}

.pc-contnt__right {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-contnt__right {
    display: block;
    width: calc(50% - 187.5px);
    padding-left: clamp(60px, -124.4117647059px + 0.1676470588 * 100vw, 117px);
    margin-top: 12.5625rem;
    position: relative;
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 0;
    height: 100%;
  }
}
@media screen and (min-width: 1290px) {
  .pc-contnt__right {
    margin-top: 23vh;
  }
}

.test {
  position: absolute;
  top: 10%;
  width: 64%;
}
@media screen and (min-width: 1290px) {
  .test {
    display: none;
  }
}

.test::before {
  content: "";
  position: absolute;
  right: 10%;
  top: 33vh;
  background-image: url(../images/common/icon_pc03.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 75px;
  height: 4.6875rem;
  width: 75px;
  width: 4.6875rem;
}
@media screen and (min-width: 1290px) {
  .test::before {
    content: none;
  }
}

.test::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 59vh;
  background-image: url(../images/common/icon_pc04.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  height: 5rem;
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 1290px) {
  .test::after {
    content: none;
  }
}

.pc-nav__menu:before {
  content: "";
  position: absolute;
  right: 17%;
  top: -119px;
  top: -7.4375rem;
  background-image: url(../images/common/icon_charm.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 148px;
  height: 9.25rem;
  width: 19vw;
}
@media screen and (min-width: 1290px) {
  .pc-nav__menu:before {
    content: "";
    position: absolute;
    right: 16%;
    top: -13.4375rem;
    background-image: url(../images/common/icon_charm.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 9.25rem;
    width: 13.5rem;
  }
}
@media screen and (min-width: 1290px) {
  .pc-contnt__right:after {
    content: none;
  }
}

.pc-nav__menu {
  display: none;
}
@media screen and (min-width: 1290px) {
  .pc-nav__menu {
    position: relative;
    display: block;
    max-width: 420px;
  }
}

.pc-nav__menu::after {
  content: "";
  position: absolute;
  right: 26px;
  right: 1.625rem;
  bottom: -27px;
  bottom: -1.6875rem;
  background-image: url(../images/common/icon_pc03.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 78px;
  height: 4.875rem;
  width: 6vw;
  max-width: 86px;
}

.pc-nav__menu-title {
  display: none;
}
@media screen and (min-width: 1290px) {
  .pc-nav__menu-title {
    display: block;
    width: 26%;
    position: relative;
    max-width: 108px;
  }
}

.pc-nav__menu-title img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.pc-nav_separator {
  display: none;
}
@media screen and (min-width: 1290px) {
  .pc-nav_separator {
    display: block;
    width: 80%;
    padding-block: 1.375rem 2.125rem;
    max-width: 420px;
  }
}

.pc-nav__menu-item + .pc-nav__menu-item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.pc-nav__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 5px;
  gap: 0.3125rem;
  letter-spacing: 0.03em;
}

.pc-nav__menu-link span {
  width: 20px;
  width: 1.25rem;
}

.pc__group {
  display: none;
}
@media screen and (min-width: 1290px) {
  .pc__group {
    margin-top: 4.6875rem;
    position: relative;
    background-color: #fff;
    width: 84%;
    max-width: 336px;
    display: block;
    margin-top: 8vh;
  }
}

.pc__group::after {
  content: "";
  position: absolute;
  left: -80px;
  left: -5rem;
  bottom: -3vh;
  background-image: url(../images/common/icon_pc04.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 80px;
  height: 5rem;
  width: 80px;
  width: 5rem;
}
@media screen and (min-height: 820px) {
  .pc__group::after {
    bottom: -4.6875rem;
  }
}

.pc__group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 17px 12px 17px;
  padding: 1.625rem 1.0625rem 0.75rem 1.0625rem;
}

.pc__group__text-wrap {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc__group__text-wrap {
    width: 63%;
  }
}

.pc__group .group__title {
  font-size: clamp(14px, -2px + 0.0125 * 100vw, 16px);
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  letter-spacing: 0.14em;
  font-weight: 400;
}

.pc__group__text {
  margin-top: 9px;
  margin-top: 0.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-size: clamp(13px, 6.4210526316px + 0.0052631579 * 100vw, 14px);
}

.pc__group__img {
  width: 33%;
}

.pc__group__icon {
  position: absolute;
  right: 9px;
  right: 0.5625rem;
  bottom: 0;
  width: 17px;
  width: 1.0625rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform;
}

.pc__group:hover .pc__group__icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.pc-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 18px calc(50% - 50vw) 0;
  position: fixed;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1290px) {
  .pc-slider-wrapper {
    z-index: auto;
    z-index: initial;
  }
}

.pc-slider {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-slider {
    -webkit-animation: scroll-left 90s infinite linear 0.5s both;
            animation: scroll-left 90s infinite linear 0.5s both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1290px) {
  .pc-slider {
    -webkit-animation: scroll-left 120s infinite linear 0.5s both;
            animation: scroll-left 120s infinite linear 0.5s both;
  }
}
@media screen and (min-width: 1440px) {
  .pc-slider {
    -webkit-animation: scroll-left 100s infinite linear 0.5s both;
            animation: scroll-left 100s infinite linear 0.5s both;
  }
}

.pc-slide {
  width: 220vw;
}

.pc-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.pc-content___inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pc-contnt__left {
  display: none;
  position: relative;
}
@media screen and (min-width: 768px) {
  .pc-contnt__left {
    display: block;
    width: calc(50% - 187.5px);
    margin-top: 11.125rem;
    padding-left: clamp(10px, -222.9411764706px + 0.2117647059 * 100vw, 82px);
    position: fixed;
    left: 0;
    top: 0;
    margin-top: 17vh;
    height: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .pc-contnt__left {
    padding-left: 200px;
  }
}
@media screen and (min-height: 720px) {
  .pc-contnt__left {
    margin-top: 20vh;
  }
}

.pc-contnt__left::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 11vh;
  background-image: url(../images/common/icon_pc-less02.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 392px;
  height: 24.5rem;
  width: 23vw;
}
@media screen and (min-width: 1290px) {
  .pc-contnt__left::before {
    content: none;
  }
}

.sp-contnt {
  width: 100%;
  z-index: 10;
  margin-top: 0;
  background-color: #fff;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 768px) {
  .sp-contnt {
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 375px;
            flex: 0 0 375px;
    overflow: hidden;
    border-radius: 23px 23px 0 0;
    margin-inline: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    position: relative;
    top: 60px;
  }
}

.sp-contnt::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge(新) */
}

.sp-fv {
  margin-top: 59px;
  margin-top: 3.6875rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .sp-fv {
    margin-top: 66px;
  }
}

.sp__fv-img {
  margin-right: calc(50% - 50vw);
  width: 106%;
  border-radius: 8px 0 0 8px;
  overflow: hidden;
}

.sp__fv-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-fv__text-wrap {
  position: relative;
  padding-left: 8px;
}

.sp-fv___swiper .swiper-wrapper {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.sp-fv___swiper .swiper-slide {
  border-radius: 15px 0px 0px 10px;
  overflow: hidden;
}

.sp-fv___swiper .swiper-slide.swiper-slide-active .swiper-img {
  overflow: hidden;
}

.sp-fv___swiper .swiper-slide.swiper-slide-active .swiper-img,
.sp-fv___swiper .swiper-slide.swiper-slide-duplicate-active .swiper-img,
.sp-fv___swiper .swiper-slide.swiper-slide-prev .swiper-img {
  -webkit-animation: scale 8s linear 0s normal both;
          animation: scale 8s linear 0s normal both;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.sp-fv___swiper .swiper-slide .swiper-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-fv__title {
  font-size: 32px;
  margin-top: 17px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  opacity: 0;
}

.sp-fv__title span {
  display: block;
}

.sp-fv__title.js-fadeleft {
  -webkit-animation: 1.7s left-fade 0.8s ease both;
          animation: 1.7s left-fade 0.8s ease both;
}

.sp-fv__title.js-fadeleft span {
  -webkit-animation: 1.7s left-fade 1.4s ease both;
          animation: 1.7s left-fade 1.4s ease both;
}

.sp-fv__text-wrap::before {
  content: "";
  position: absolute;
  right: -14px;
  right: -0.875rem;
  bottom: -18px;
  bottom: -1.125rem;
  background-image: url(../images/common/icon_fv.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 92px;
  height: 5.75rem;
  width: 137px;
  width: 8.5625rem;
}
@media screen and (min-width: 768px) {
  .sp-fv__text-wrap::before {
    right: -14px;
    bottom: -18px;
    height: 92px;
    width: 137px;
  }
}

.sp-fv__text-img {
  width: 55%;
  margin-top: 19px;
  padding-left: 4px;
}

.fv__group {
  margin-top: 40px;
  margin-top: 2.5rem;
  position: relative;
  background-color: #fff;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .fv__group {
    margin-top: 40px;
  }
}

.fv__group a {
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .fv__group a {
    padding-top: 10px;
    padding-bottom: 14px;
  }
}

.fv__group .group__title {
  margin-top: 8px;
  margin-top: 0.5rem;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .fv__group .group__title {
    font-size: 16px;
    margin-top: 8px;
  }
}

.fv__group a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .fv__group a {
    gap: 13px;
  }
}

.fv__group__icon {
  position: absolute;
  right: 6px;
  right: 0.375rem;
  bottom: 2px;
  bottom: 0.125rem;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  will-change: transform;
}
@media screen and (min-width: 768px) {
  .fv__group__icon {
    right: 6px;
    bottom: 2px;
  }
}

.fv__group__icon svg {
  width: 21px;
  width: 1.3125rem;
}

.fv__group:hover .fv__group__icon,
.fv__group a:hover .fv__group__icon {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.fv__group__text {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 6px;
  text-align: left;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv__group__text {
    font-size: 12px;
  }
}

.fv__group__text span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 4px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .fv__group__text span {
    font-size: 14px;
  }
}

.fv__group__img {
  width: 35%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fv__group__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__lower-img {
  margin-top: 64px;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 110%;
}

.fv__lower-img img {
  aspect-ratio: 355/195;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv__lower-text {
  line-height: 2.2;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .fv__lower-text {
    margin-top: 28px;
    margin-left: 10px;
    font-size: 16px;
  }
}

.fv__lower-icon {
  width: 58%;
  margin-left: auto;
  margin-top: -34px;
}
.fv__lower-icon img {
  height: auto;
}

.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 8px calc(50% - 50vw) 0;
}

.slider {
  -webkit-animation: scroll-left 70s infinite linear 0.5s both;
          animation: scroll-left 70s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide {
  width: 408vw;
}
@media screen and (min-width: 768px) {
  .slide {
    width: 1580px;
  }
}

.slide img {
  width: 100%;
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.charm-button {
  margin-top: 19px;
  margin-top: 1.1875rem;
  width: 95%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .charm-button {
    margin-top: 17px;
  }
}

.banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 11px;
  width: 95%;
  margin-inline: auto;
}

.banner-item {
  border-radius: 6px;
  background-color: #627ea0;
  padding: 18px 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.banner-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.banner-item--yellow {
  background-color: #FFF678;
}

.banner-item--yellow .banner-item__title {
  color: #44464c;
}

.banner-item__title {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.banner-item span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.banner-item:hover span {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.js-fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.6s ease, transform 0.9s ease;
  transition: opacity 0.6s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
}

.js-fadein.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.schedule-button {
  margin-top: 8px;
  width: 95%;
  margin-inline: auto;
}

.charm {
  background-color: #e5ecf1;
  position: relative;
  overflow-x: clip;
  margin-top: 130px;
}
@media screen and (min-width: 768px) {
  .charm {
    scroll-margin-top: 70px;
  }
}

.charm::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -23px;
  top: -1.4375rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #e5ecf1;
  width: 491px;
  width: 30.6875rem;
  height: 134px;
  height: 8.375rem;
  border-radius: 50%;
  z-index: 0;
  width: clamp(491px, 16.5102040816px + 1.2653061224 * 100vw, 987px);
}
@media screen and (min-width: 768px) {
  .charm::before {
    width: 491px;
    height: 134px;
    top: -23px;
  }
}

.charm::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -83px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/common/icon_charm.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 119px;
  width: 180px;
}

.charm__inner {
  padding-top: 49px;
  padding-bottom: 74px;
}

.charm__list {
  margin-top: 67px;
}

.charm__item:not(:first-child) {
  margin-top: 50px;
}

.charm__item-img {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.charm__item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 335/206;
}

.charm__item-number {
  position: relative;
  text-align: center;
  z-index: 1;
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  margin-top: -14px;
}

.charm__item-number::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/icon_charm-tag.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 52px;
  width: 45px;
  z-index: -1;
}

.charm__item-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .charm__item-title {
    font-size: 18px;
    margin-top: 24px;
  }
}

.charm__item-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.026em;
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: 96%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .charm__item-text {
    font-size: 14px;
    margin-top: 15px;
  }
}

.feature-section {
  background-color: #627ea0;
  padding-top: 30px;
  overflow-x: clip;
}

.feature-section--order {
  background-color: #627ea0;
}
@media screen and (min-width: 768px) {
  .feature-section--order {
    scroll-margin-top: 70px;
  }
}

.feature-section--light {
  background-color: rgba(244, 232, 44, .4);
}
@media screen and (min-width: 768px) {
  .feature-section--light {
    scroll-margin-top: 70px;
  }
}

.feature-section__bg {
  position: relative;
}

.feature-section__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 375/340;
}

.feature-section__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d9d9d9;
  height: 100%;
  width: 100%;
  z-index: 1;
  mix-blend-mode: multiply;
}

.feature-section__bg-text {
  position: absolute;
  font-weight: 400;
  left: 33%;
  top: 71%;
  color: #fff;
  font-size: 28px;
  font-size: 1.75rem;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-shadow: 0 0 20px rgba(0, 0, 0, .8);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .feature-section__bg-text {
    font-size: 28px;
  }
}

.feature-section__bg-text span {
  display: block;
}

.feature-section__bg-text.js-fadeleft {
  -webkit-animation: left-fade 1s ease 0.3s both;
          animation: left-fade 1s ease 0.3s both;
}

.feature-section__bg-text.js-fadeleft span {
  -webkit-animation: left-fade 1s ease 0.6s both;
          animation: left-fade 1s ease 0.6s both;
}

.feature-section__bg-text.js-fadeleft .second {
  -webkit-animation: left-fade 1s ease 0.7s both;
          animation: left-fade 1s ease 0.7s both;
}

@-webkit-keyframes left-fade {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes left-fade {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.feature-section__inner {
  padding-inline: 10px;
  padding-bottom: 86px;
}

.feature-section__icon {
  width: 13%;
  margin-inline: auto;
  margin-top: 38px;
}

.feature-section__title-en {
  width: 280px;
  width: 17.5rem;
  margin-inline: auto;
  margin-top: 27px;
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .feature-section__title-en {
    margin-top: 27px;
    width: 280px;
  }
}
.feature-section__title-en img {
  height: auto;
}

.feature-section__title-ja {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .feature-section__title-ja {
    font-size: 16px;
    margin-top: 25px;
  }
}

.feature-section__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-inline: auto;
  width: 90%;
  margin-top: 25px;
  margin-top: 1.5625rem;
  color: white;
}
@media screen and (min-width: 768px) {
  .feature-section__text {
    font-size: 14px;
    margin-top: 25px;
  }
}

.feature-section__point {
  margin-top: 55px;
  margin-top: 3.4375rem;
  padding-top: 57px;
  padding-top: 3.5625rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  background-color: rgba(65, 73, 91, .2);
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .feature-section__point {
    margin-top: 55px;
    padding-top: 57px;
    padding-bottom: 64px;
  }
}

.feature-section__point-title .sec-title__en {
  width: 32%;
}
.feature-section__point-title .sec-title__en img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-section__point-title.sec-title:before {
  background-image: url(../images/common/icon_line-blue.png);
}

.feature-section__point-title .sec-title__ja {
  color: #fff;
}

.feature-section__point-item {
  overflow: hidden;
}

.feature-section__point-item:first-of-type {
  margin-top: 25px;
}

.feature-section__point-item:first-of-type .feature-section__point-text {
  margin-top: -25px;
  margin-top: -1.5625rem;
}
@media screen and (min-width: 768px) {
  .feature-section__point-item:first-of-type .feature-section__point-text {
    margin-top: -25px;
  }
}

.feature-section__point-img {
  width: 116%;
  -webkit-transform: translateX(41px);
          transform: translateX(41px);
  margin-top: 20px;
}
.feature-section__point-img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-section__point-item + .feature-section__point-item .feature-section__point-img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  width: 90%;
  margin-inline: auto;
  margin-top: 52px;
  border-radius: 6px;
  overflow: hidden;
}

.feature-section__point-text {
  margin-top: -22px;
  margin-top: -1.375rem;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.07em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .feature-section__point-text {
    font-size: 16px;
  }
}

.feature-section__point-item + .feature-section__point-item .feature-section__point-text {
  margin-top: 33px;
}

.feature-section__point-list {
  position: relative;
  padding-top: 27px;
  padding-top: 1.6875rem;
  padding-bottom: 27px;
  padding-bottom: 1.6875rem;
  padding-block: 22px;
  padding-block: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  row-gap: 8px;
  row-gap: 0.5rem;
  width: 75%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .feature-section__point-list {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-block: 22px;
    gap: 20px;
    row-gap: 8px;
  }
}

.feature-section__point-listNumber {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .feature-section__point-listNumber {
    font-size: 14px;
  }
}

.feature-section__point-listNumber span {
  color: #47c2d1;
}

.feature-section__point-separator {
  margin-top: 30px;
  width: 81%;
  margin-inline: auto;
}

.feature-section__point-separator--bottom {
  margin-top: 0;
}

.feature-section__point-group {
  background-color: #fff;
  margin-top: 63px;
  margin-top: 3.9375rem;
  padding-bottom: 36px;
  padding-bottom: 2.25rem;
  width: 95%;
  margin-inline: auto;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-inline: 20px;
  padding-inline: 1.25rem;
  max-width: 375px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .feature-section__point-group {
    padding-bottom: 30px;
    width: 95%;
    margin-inline: auto;
    padding-top: 36px;
    padding-inline: 20px;
    margin-top: 58px;
  }
}

.feature-section__point-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  text-align: initial;
  gap: 11px;
  gap: 0.6875rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .feature-section__point-group-wrap {
    gap: 11px;
    margin-top: 24px;
  }
}

.feature-section__point-groupText-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px;
  gap: 0.5625rem;
  width: 66.8%;
}
@media screen and (min-width: 768px) {
  .feature-section__point-groupText-wrap {
    gap: 9px;
  }
}

.feature-section__point-groupText-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .feature-section__point-groupText-title {
    font-size: 14px;
  }
}

.feature-section__point-group .group__title {
  color: #47c2d1;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 768px) {
  .feature-section__point-group .group__title {
    font-size: 18px;
    white-space: nowrap;
  }
}

_::-webkit-full-page-media,
_:future,
:root .feature-section__point-group .group__title {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .feature-section__point-group .group__title {
    font-size: 18px;
  }
}

.feature-section__point-groupText.group__text {
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .feature-section__point-groupText.group__text {
    font-size: 11px;
  }
}

.feature-section__point-groupImg {
  width: 31%;
}
.feature-section__point-groupImg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.feature-section__group-warapSeparator {
  padding-block: 30px 24px;
  width: 100%;
  margin-inline: auto;
}

.feature-section__group-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .feature-section__group-warp {
    gap: 14px;
  }
}

.feature-section__group-warpImg {
  width: 43%;
}
.feature-section__group-warpImg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.feature-section__group-warpText {
  width: 47%;
  text-align: left;
}

.feature-section__group-warpText-en {
  color: #47c2d1;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.feature-section__group-warpText-detail {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 4px;
  margin-top: 0.25rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .feature-section__group-warpText-detail {
    font-size: 12px;
    margin-top: 4px;
  }
}

.feature-section__group-warpText-detail span {
  border-bottom: 2px solid #f4e82c;
}

.feature-section__group-warpText-contnt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 8px;
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
  white-space: nowrap;
  font-family: "YakuHanJP_Narrow", "Noto Sans JP", sans-serif, sans-serif;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .feature-section__group-warpText-contnt {
    font-size: 18px;
  }
}

.feature-section__group-warpText-contnt span {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .feature-section__group-warpText-contnt span {
    font-size: 11px;
    margin-top: 6px;
  }
}

.feature-section__footer {
  text-align: center;
  margin-top: 23px;
}

.feature-section--light .feature-section__bg::before {
  content: none;
}

.feature-section--light .feature-section__bg-text {
  left: 28%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.feature-section--light .feature-section__inner {
  padding-bottom: 84px;
}

.feature-section--light .feature-section__title-en {
  width: 312px;
  width: 19.5rem;
  margin-inline: auto;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .feature-section--light .feature-section__title-en {
    width: 312px;
  }
}

.feature-section--light .feature-section__title-ja {
  color: #44464c;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .feature-section--light .feature-section__title-ja {
    margin-top: 30px;
  }
}

.feature-section--light .feature-section__text {
  color: #44464c;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .feature-section--light .feature-section__text {
    margin-top: 25px;
  }
}

.feature-section--light .feature-section__point {
  background-color: rgba(255, 255, 255, .4);
  mix-blend-mode: normal;
}

.feature-section--light .sec-title__ja {
  color: #44464c;
}

.feature-section--light .feature-section__point-img {
  -webkit-transform: none;
          transform: none;
  width: 93%;
  margin-top: 49px;
}

.feature-section--light .feature-section__point-text {
  color: #44464c;
  margin-top: -7px;
  margin-top: -0.4375rem;
}
@media screen and (min-width: 768px) {
  .feature-section--light .feature-section__point-text {
    margin-top: -7px;
  }
}

.feature-section--light .feature-section__footer {
  margin-top: 26px;
}

.schedule {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .schedule {
    scroll-margin-top: 70px;
  }
}

.schedule__bg img {
  aspect-ratio: 375/280;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.schedule__title-en {
  margin-top: 40px;
  width: 91%;
  margin-inline: auto;
}
.schedule__title-en img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

.schedule__title-ja {
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .schedule__title-ja {
    font-size: 17px;
    margin-top: 13px;
  }
}

.schedule__list {
  padding-left: 19px;
  padding-left: 1.1875rem;
  margin-top: 46px;
  margin-top: 2.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .schedule__list {
    padding-left: 19px;
    margin-top: 46px;
  }
}

.schedule__list::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -85px;
  bottom: -5.3125rem;
  background-image: url(../images/common/icon_paires.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 105px;
  height: 6.5625rem;
  width: 98px;
  width: 6.125rem;
}
@media screen and (min-width: 768px) {
  .schedule__list::before {
    left: 0;
    bottom: -85px;
    height: 105px;
    width: 98px;
  }
}

.schedule__year {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 12px;
  padding: 0 0.75rem;
  border: 1px solid #dfeaf3;
  color: #7a8fa3;
  background: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  margin-top: 44px;
  margin-top: 2.75rem;
  margin-left: 8px;
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .schedule__year {
    font-size: 12px;
    margin-top: 44px;
    margin-left: 8px;
  }
}

.schedule__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 31px;
  gap: 1.9375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .schedule__item {
    gap: 31px;
  }
}

.schedule__item + .schedule__item {
  margin-top: 36px;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .schedule__item + .schedule__item {
    margin-top: 2.25rem;
  }
}

.schedule__item::after {
  content: "";
  position: absolute;
  left: 23px;
  left: 1.4375rem;
  top: 51px;
  top: 3.1875rem;
  background-color: #d9d9d9;
  height: 79%;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .schedule__item::after {
    left: 23px;
    top: 51px;
  }
}

.schedule__item:last-child::after {
  content: none;
}

.schedule__badge {
  position: relative;
  margin-top: 15px;
  margin-top: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .schedule__badge {
    font-size: 13px;
    margin-top: 15px;
  }
}

.schedule__badge::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/common/icon_schedule-budge.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 33px;
  width: 66px;
}

.schedule__badge-unit {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 2px;
  margin-left: 0.125rem;
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  color: #ff8f7f;
}

.schedule__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 4px;
  padding-top: 0.25rem;
}

.schedule__heading {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .schedule__heading {
    font-size: 16px;
  }
}

.schedule__message {
  color: #f17d63;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .schedule__message {
    font-size: 16px;
  }
}

.schedule__message dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  gap: 0.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .schedule__message dl {
    gap: 2px;
  }
}

.schedule__message dl:first-child {
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .schedule__message dl:first-child {
    margin-top: 6px;
  }
}

.schedule__message dl + dl {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .schedule__message dl + dl {
    margin-top: 5px;
  }
}

.schedule__message dd {
  line-height: 1.5;
}

.schedule__message.schedule__message-bg-font {
  font-size: 22px;
  font-size: 1.375rem;
  margin-top: -4px;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  .schedule__message.schedule__message-bg-font {
    font-size: 22px;
    margin-top: -4px;
  }
}

.schedule .feature-section__point-group {
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  margin-top: 108px;
  margin-top: 6.75rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .schedule .feature-section__point-group {
    padding-top: 36px;
    padding-bottom: 60px;
    margin-top: 108px;
  }
}

.feature-section__head {
  position: relative;
}

.feature-section__head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_hash-l.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  width: 2.0625rem;
  height: 66px;
  height: 4.125rem;
}
@media screen and (min-width: 768px) {
  .feature-section__head::before {
    width: 33px;
    height: 66px;
  }
}

.feature-section__head::after {
  content: "";
  position: absolute;
  right: -13px;
  right: -0.8125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/icon_hash-r.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 33px;
  width: 2.0625rem;
  height: 66px;
  height: 4.125rem;
}
@media screen and (min-width: 768px) {
  .feature-section__head::after {
    width: 33px;
    height: 66px;
    right: -13px;
  }
}

.feature-section__head-title {
  color: #f17d63;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .feature-section__head-title {
    font-size: 22px;
  }
}

.feature-section__head-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .feature-section__head-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.schedule .feature-section__group-warapSeparator {
  padding-block: 31px 31px;
}

.schedule .feature-section__point-group-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .schedule .feature-section__point-group-wrap {
    gap: 28px;
  }
}

.schedule .feature-section__point-groupText-wrap {
  width: 100%;
  text-align: center;
}

.schedule .feature-section__point-groupText-title {
  letter-spacing: 0.04em;
}

.schedule .feature-section__point-groupText-title span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .schedule .feature-section__point-groupText-title span {
    font-size: 20px;
    margin-top: 5px;
  }
}

.schedule .group__text {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .schedule .group__text {
    font-size: 12px;
  }
}

.schedule .feature-section__point-groupImg {
  width: 100%;
}
.schedule .feature-section__point-groupImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.schedule .feature-section__point-group .group__title {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .schedule .feature-section__point-group .group__title {
    font-size: 24px;
  }
}

.schedule .feature-section__footer {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .schedule .feature-section__footer {
    margin-top: 35px;
  }
}
/*# sourceMappingURL=styles.css.map */
