/* =============================================================
    Components
============================================================= */
.c-product-body .c-product-head__status {
  width: 100%;
  position: static;
  padding-right: 0;
  margin-top: 1.4rem;
}

.c-product-body .c-product-sIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.4rem 0.4rem;
}

@media screen and (min-width: 768px) {
  .c-product-body .c-product-head__status {
    margin-top: 1rem;
  }
}
/* =============================================================
    Module
============================================================= */
/**
 * #m-productLine-col2-md3
 */
.m-productLine-col2-md3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 1.5rem;
}

@media screen and (min-width: 576px) {
  .m-productLine-col2-md3 {
    gap: 2.5rem 2rem;
  }
}
.m-productLine-col2-md3__item {
  width: calc(50% - 0.75rem);
}

@media screen and (min-width: 576px) {
  .m-productLine-col2-md3__item {
    width: calc(33.3333% - 1.3333333333rem);
  }
}
/* =============================================================
    Page
============================================================= */
.p-page-home {
  padding-bottom: 5.5rem;
  background-color: var(--color-bg-primary);
}

@media screen and (min-width: 768px) {
  .p-page-home {
    padding-bottom: 9rem;
  }
}
/**
 * #p-homeSection
 */
.p-homeSection {
  display: block;
  padding-top: 5.5rem;
}

@media screen and (min-width: 768px) {
  .p-homeSection {
    padding-top: 10rem;
  }
}
.p-homeSection__title {
  display: grid;
  grid-gap: 1.2rem;
  margin-bottom: 2.5rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .p-homeSection__title {
    grid-gap: 1.5rem;
    margin-bottom: 4rem;
  }
}
.p-homeSection__title .c-common-title--jp {
  font-family: var(--font-mincho);
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .p-homeSection__title .c-common-title--jp {
    font-size: 3.2rem;
  }
}
.p-homeSection__title .c-common-title--en {
  font-family: var(--font-en);
  font-size: 1.2rem;
  color: var(--color-primary);
}

@media screen and (min-width: 768px) {
  .p-homeSection__title .c-common-title--en {
    font-size: 1.4rem;
  }
}
/**
 * #p-homeContentsUnderBtn
 */
.p-homeContentsUnderBtn {
  display: block;
  margin-top: 2.5rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-homeContentsUnderBtn {
    margin-top: 4rem;
  }
}
.p-homeViewMoreBtn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  border-bottom: none;
  width: 20rem;
  height: 5rem;
  background-color: var(--color-button);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: var(--color-secondary) !important;
}
@media screen and (min-width: 768px) {
  .p-homeViewMoreBtn {
    width: 25rem;
    height: 6rem;
    font-size: 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.p-homeViewMoreBtn::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 3.7rem;
  border-radius: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-homeViewMoreBtn::after {
    right: 5.7rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 768px) {
  .p-homeViewMoreBtn:hover {
    opacity: 1;
    background-color: var(--color-primary);
    color: var(--color-white) !important;
  }
}
@media screen and (min-width: 768px) {
  .p-homeViewMoreBtn:hover::after {
    right: 5rem;
    background-color: var(--color-white);
  }
}

/**
 * #p-homeContentsTextBtn
 */
.p-homeContentsTextBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-homeContentsTextBtn {
    position: relative;
    right: 0.1rem;
  }
}
.p-homeContentsTextBtn .p-homeTextBtn {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr 1.6rem;
  gap: 1.5rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--color-primary);
  font-family: var(--font-mincho);
  font-size: 1.7rem;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-homeContentsTextBtn .p-homeTextBtn {
    border-bottom: 1px solid #BFB29D;
    gap: 1.7rem;
    padding-bottom: 1.1rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-homeContentsTextBtn .p-homeTextBtn::before {
    content: "";
    bottom: -1px;
    height: 100%;
    left: 0;
    width: 100%;
    background-color: transparent;
    position: absolute;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
    border-bottom: 1px solid var(--color-primary);
  }
}
.p-homeContentsTextBtn .p-homeTextBtn::after {
  content: "";
  display: block;
  width: 1.6rem;
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215.707%22%20height%3D%226.707%22%20viewBox%3D%220%200%2015.707%206.707%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_14808%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2014808%22%20transform%3D%22translate(-1125%20-5168.646)%22%3E%0A%20%20%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_14810%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2014810%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E7%B7%9A_347%22%20data-name%3D%22%E7%B7%9A%20347%22%20d%3D%22M15%2C.5H0v-1H15Z%22%20transform%3D%22translate(1125%205172)%22%20fill%3D%22%23524023%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_53603%22%20data-name%3D%22%E3%83%91%E3%82%B9%2053603%22%20d%3D%22M1136.765%2C5174.409l-.707-.707%2C2.646-2.646-2.646-2.646.707-.707%2C3.354%2C3.354Z%22%20transform%3D%22translate(0.589%200.944)%22%20fill%3D%22%23524023%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
  background-size: 1.6rem;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-homeContentsTextBtn .p-homeTextBtn:hover::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

/**
 * #featureArea0000000001
 */
#featureArea0000000001 .m-featureSlide-container:not(.swiper-initialized) {
  height: calc(191 * 100vw / 375);
}
@media screen and (min-width: 768px) {
  #featureArea0000000001 .m-featureSlide-container:not(.swiper-initialized) {
    height: calc(500 * 100vw / 1100);
  }
}
@media screen and (min-width: 1100px) {
  #featureArea0000000001 .m-featureSlide-container:not(.swiper-initialized) {
    height: 50rem;
  }
}
#featureArea0000000001 .m-featureSlide-slider__item {
  background-color: var(--color-bg-primary);
}
@media screen and (min-width: 768px) {
  #featureArea0000000001 .m-featureSlide-slider__item {
    max-width: 110rem;
    width: 100% !important;
  }
}

/**
 * #top-aboutus 
 */
.p-homeSection-about {
  margin-top: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcf4e8), to(rgba(255, 252, 247, 0.85))), url(../img/home/about/about_sp.jpg);
  background: linear-gradient(#fcf4e8 0%, rgba(255, 252, 247, 0.85) 100%), url(../img/home/about/about_sp.jpg);
  background-size: 100vw;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-homeSection-about {
    aspect-ratio: 375/378;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSection-about {
    margin-top: 9rem;
    padding-top: 6rem;
    padding-bottom: 4.5rem;
    background: -webkit-gradient(linear, left top, right top, from(#fcf4e8), to(rgba(255, 252, 247, 0.85))), url(../img/home/about/about_pc.jpg);
    background: linear-gradient(90deg, #fcf4e8 0%, rgba(255, 252, 247, 0.85) 100%), url(../img/home/about/about_pc.jpg);
    background-size: 100%;
    background-position: center center;
  }
}
@media screen and (max-width: 767px) {
  .p-homeSection-about__inner {
    height: 100%;
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-homeSection-about__inner {
    display: grid;
    grid-template-columns: min(30.5vw, 36rem) min(37.288vw, 44rem);
    grid-gap: min(6.779vw, 8rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-homeSection-about .about-logo {
  width: 20rem;
  margin-inline: auto;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-homeSection-about .about-logo {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-homeSection-about .about-text {
  display: grid;
  grid-gap: 2.1rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-homeSection-about .about-text {
    justify-items: end;
    position: relative;
    top: -0.4rem;
  }
}
.p-homeSection-about .about-text .about-text__description {
  text-align: center;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  .p-homeSection-about .about-text .about-text__description {
    text-align: left;
    font-size: min(1.3559vw, 1.6rem);
  }
}

[data-section=subscription] .c-product-head__rank,
[data-section=seasonal] .c-product-head__rank {
  display: none;
}
[data-section=subscription] .m-productLineHome-col2-md5,
[data-section=seasonal] .m-productLineHome-col2-md5 {
  gap: 2rem 1.5rem;
}
@media screen and (min-width: 576px) {
  [data-section=subscription] .m-productLineHome-col2-md5,
  [data-section=seasonal] .m-productLineHome-col2-md5 {
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=subscription] .m-productLineHome-col2-md5,
  [data-section=seasonal] .m-productLineHome-col2-md5 {
    gap: 4rem 2rem;
  }
}
@media screen and (min-width: 576px) {
  [data-section=subscription] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item,
  [data-section=seasonal] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (min-width: 768px) {
  [data-section=subscription] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item,
  [data-section=seasonal] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item {
    width: calc(25% - 1.5rem);
  }
}

[data-section=subscription] .m-productLineHome-col2-md5__item:nth-child(n+5) {
  display: none;
}

[data-section=seasonal] {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  [data-section=seasonal] {
    padding-bottom: 9rem;
  }
}
[data-section=seasonal] .m-productLineHome-col2-md5__item:nth-child(n+9) {
  display: none;
}

[data-section=ranking] {
  background-color: var(--color-bg-secondary);
  padding-bottom: 5rem;
  padding-top: 6rem;
}
@media screen and (min-width: 768px) {
  [data-section=ranking] {
    padding-bottom: 8rem;
    padding-top: 9rem;
  }
}
[data-section=ranking] .m-productLineHome-col2-md5 {
  gap: 2rem 1.5rem;
}
@media screen and (min-width: 576px) {
  [data-section=ranking] .m-productLineHome-col2-md5 {
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=ranking] .m-productLineHome-col2-md5 {
    gap: 4rem 3rem;
  }
}
@media screen and (min-width: 576px) {
  [data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (min-width: 768px) {
  [data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item {
    width: calc(33.3333% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  [data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  [data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item:nth-child(n+6) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  [data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item:nth-child(n+7) {
    display: none;
  }
}
[data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item .c-product-head__rank {
  min-width: 3rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  [data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item .c-product-head__rank {
    top: 1rem;
    left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=ranking] .m-productLineHome-col2-md5 .m-productLineHome-col2-md5__item:nth-child(1) .c-product-head__rank {
    top: 1rem;
    left: 1rem;
  }
}

[data-section=banner] {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  [data-section=banner] {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=banner] .l-container-sm {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=banner] .l-container-sm {
    --container-small: 94rem;
  }
}
[data-section=banner] .banner__container {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1.2rem;
}
@media screen and (min-width: 768px) {
  [data-section=banner] .banner__container {
    grid-template-columns: repeat(2, calc(50% - 1rem));
    grid-gap: 2rem;
  }
}

[data-section=feature-page] {
  background-color: var(--color-bg-secondary);
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  [data-section=feature-page] {
    padding-bottom: 6rem;
    padding-top: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=feature-page] .p-homeSection__title {
    margin-bottom: 3rem;
  }
}
[data-section=feature-page] .m-homeFeatureSlide-slider {
  display: grid;
  grid-gap: 3rem;
}
@media screen and (min-width: 768px) {
  [data-section=feature-page] .m-homeFeatureSlide-slider {
    grid-template-columns: repeat(3, 1fr);
  }
}
[data-section=feature-page] .m-homeFeatureSlide-slider__item {
  background: transparent;
}
@media screen and (min-width: 768px) {
  [data-section=feature-page] .m-homeFeatureSlide-slider__item {
    width: auto;
  }
}
[data-section=feature-page] .m-homeFeatureSlide-slider__picture img {
  aspect-ratio: 360/240;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
[data-section=feature-page] .m-homeFeatureSlide-slider__body {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  [data-section=feature-page] .m-homeFeatureSlide-slider__body {
    margin-top: 2.5rem;
  }
}
[data-section=feature-page] .m-homeFeatureSlide-slider__body .m-homeFeatureSlide-slider__date {
  margin-bottom: 0.9rem;
  color: var(--color-secondary);
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: var(--font-en);
}
@media screen and (min-width: 768px) {
  [data-section=feature-page] .m-homeFeatureSlide-slider__body .m-homeFeatureSlide-slider__date {
    font-size: 1.6rem;
  }
}
[data-section=feature-page] .m-homeFeatureSlide-slider__body .m-homeFeatureSlide-slider__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  [data-section=feature-page] .m-homeFeatureSlide-slider__body .m-homeFeatureSlide-slider__title {
    font-size: 1.6rem;
  }
}

/**
 * #p-homeNewsList
 */
[data-section=news] {
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  [data-section=news] {
    padding-bottom: 9rem;
    padding-top: 9.7rem;
  }
}
[data-section=news] .p-homeNewsList-body {
  border-bottom: 1px solid var(--color-border);
  padding: 2.2rem 0 1.9rem;
}
@media screen and (min-width: 768px) {
  [data-section=news] .p-homeNewsList-body {
    padding: 3rem 2rem 2.9rem 2.5rem;
  }
}
[data-section=news] .p-homeNewsList-body__time {
  font-family: var(--font-en);
  font-weight: var(--fw-regular);
  color: var(--color-secondary);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  [data-section=news] .p-homeNewsList-body__time {
    margin-bottom: 0.3rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=news] .p-homeNewsList-body__time {
    font-size: 1.6rem;
  }
}
[data-section=news] .p-homeNewsList-body__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  letter-spacing: 0.025em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  [data-section=news] .p-homeNewsList-body__title {
    font-size: 1.6rem;
  }
}
[data-section=news] .p-homeNewsList-body__title a {
  pointer-events: none;
}

[data-section=guide] {
  background-color: var(--color-bg-secondary);
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  [data-section=guide] {
    padding-bottom: 7.5rem;
    padding-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=guide] .p-homeSection__title {
    margin-bottom: 2.8rem;
  }
}
[data-section=guide] .guide-container {
  display: grid;
  grid-gap: 2rem;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-container {
    grid-template-columns: min(66.1403508772%, 75.4rem) min(32.1929824561%, 36.7rem);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    grid-gap: 1.8rem;
  }
}
[data-section=guide] .guide-list {
  border-radius: 0.4rem;
  overflow: hidden;
  background-color: var(--color-white);
}
[data-section=guide] .guide-list .guide-list__heading {
  background-color: var(--color-bg-tertiary);
  text-align: center;
  height: 3.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list .guide-list__heading {
    height: 4rem;
  }
}
[data-section=guide] .guide-list .guide-list__heading .guide-ttl {
  font-family: var(--font-mincho);
  font-weight: var(--fw-semibold);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list .guide-list__heading .guide-ttl {
    font-size: 1.9rem;
  }
}
[data-section=guide] .guide-list .guide-list__heading::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list .guide-list__heading::before {
    width: 2rem;
    height: 2rem;
  }
}
[data-section=guide] .guide-list:first-child .guide-list__heading::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_14868%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2014868%22%20transform%3D%22translate(-327%20-6862)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_53616%22%20data-name%3D%22%E3%83%91%E3%82%B9%2053616%22%20d%3D%22M4%2C16H20V5H4Zm9%2C2v2h4v2H7V20h4V18H2.992A1%2C1%2C0%2C0%2C1%2C2%2C16.993V4.007A1.007%2C1.007%2C0%2C0%2C1%2C2.992%2C3H21.008A1%2C1%2C0%2C0%2C1%2C22%2C4.007V16.993A1.007%2C1.007%2C0%2C0%2C1%2C21.008%2C18Z%22%20transform%3D%22translate(325%206860)%22%20fill%3D%22%23d67936%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_7002%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%207002%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(327%206862)%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
[data-section=guide] .guide-list:nth-child(2) .guide-list__heading::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_14870%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2014870%22%20transform%3D%22translate(-925%20-6862)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_53617%22%20data-name%3D%22%E3%83%91%E3%82%B9%2053617%22%20d%3D%22M21%2C16.42v3.536a1%2C1%2C0%2C0%2C1-.93%2C1Q19.414%2C21%2C19%2C21A16%2C16%2C0%2C0%2C1%2C3%2C5q0-.414.046-1.07a1%2C1%2C0%2C0%2C1%2C1-.93H7.58a.5.5%2C0%2C0%2C1%2C.5.45q.035.344.065.552A13.9%2C13.9%2C0%2C0%2C0%2C9.349%2C8%2C.456.456%2C0%2C0%2C1%2C9.2%2C8.57L7.044%2C10.112a13.047%2C13.047%2C0%2C0%2C0%2C6.845%2C6.845L15.427%2C14.8A.462.462%2C0%2C0%2C1%2C16%2C14.653a13.9%2C13.9%2C0%2C0%2C0%2C4%2C1.205q.207.03.549.064A.5.5%2C0%2C0%2C1%2C21%2C16.42Z%22%20transform%3D%22translate(923%206860)%22%20fill%3D%22%23d67936%22%2F%3E%0A%20%20%20%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_7003%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%207003%22%20width%3D%2220%22%20height%3D%2220%22%20transform%3D%22translate(925%206862)%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A");
}
[data-section=guide] .guide-list .guide-list__description {
  text-align: center;
  padding: 2.2rem 1.8rem 1.6rem;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list .guide-list__description {
    padding: 2.2rem 1.8rem;
  }
}
[data-section=guide] .guide-list .guide-list__description-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list .guide-list__description-inner {
    margin: 3.8rem auto;
  }
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list .guide-list__description ul {
    display: grid;
    grid-template-columns: repeat(3, min(16.94vw, 20rem));
    justify-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.3rem 0;
  }
}
[data-section=guide] .guide-list__step {
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  [data-section=guide] .guide-list__step {
    padding: 2.2rem 0;
  }
}
[data-section=guide] .guide-list__step:first-of-type {
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list__step {
    padding: 0;
  }
}
[data-section=guide] .guide-list__step .guide-step {
  font-family: var(--font-en);
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.8rem;
  color: var(--color-secondary);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list__step .guide-step {
    margin-bottom: 1.3rem;
  }
}
[data-section=guide] .guide-list__step .guide-step .num {
  font-size: 2rem;
  padding-left: 0.5rem;
}
[data-section=guide] .guide-list__step .guide-text {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list__step .guide-text {
    font-size: min(1.27vw, 1.5rem);
    text-align: left;
  }
}
[data-section=guide] .guide-list__step:not(:last-of-type) {
  position: relative;
}
[data-section=guide] .guide-list__step:not(:last-of-type)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-image: repeating-linear-gradient(90deg, var(--color-border), var(--color-border) 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list__step:not(:last-of-type)::after {
    width: 1px;
    height: 100%;
    left: auto;
    right: -2.8rem;
    top: 0;
    background-image: repeating-linear-gradient(180deg, var(--color-border), var(--color-border) 2px, transparent 2px, transparent 4px);
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-list__step:first-of-type::after {
    right: min(1.628vw, -4.5rem);
  }
}
[data-section=guide] .p-homeContentsTextBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  [data-section=guide] .p-homeContentsTextBtn {
    position: relative;
    top: -0.2rem;
  }
}
[data-section=guide] .p-homeContentsTextBtn .p-homeTextBtn {
  font-size: 1.4rem;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  [data-section=guide] .p-homeContentsTextBtn .p-homeTextBtn {
    font-size: 1.6rem;
    gap: 1.3rem;
    padding-bottom: 0.7rem;
  }
}
[data-section=guide] .guide-catch {
  text-align: right;
  font-size: 1.1rem;
  letter-spacing: 0.3em;
  padding-right: 0.8rem;
  color: var(--color-secondary);
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 991px) {
  [data-section=guide] .guide-catch {
    position: relative;
    right: -0.7rem;
  }
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-catch {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
}
[data-section=guide] .guide-tel {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 991px) {
  [data-section=guide] .guide-tel {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-tel {
    font-size: 4rem;
  }
}
[data-section=guide] .guide-info {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 992px) {
  [data-section=guide] .guide-info {
    font-size: 1.5rem;
  }
}

[data-section=banner-bottom] {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  [data-section=banner-bottom] {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  [data-section=banner-bottom] .l-container-sm {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  [data-section=banner-bottom] .l-container-sm {
    --container-small: 86rem;
  }
}
[data-section=banner-bottom] .banner-bottom__container {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  [data-section=banner-bottom] .banner-bottom__container {
    grid-gap: 2rem;
  }
}

@media (hover: hover) {
  .banner__list a,
  .banner-bottom__list a {
    -webkit-transition: opacity var(--transition-default);
    transition: opacity var(--transition-default);
  }
  .banner__list a:hover,
  .banner-bottom__list a:hover {
    opacity: var(--hover-opacity);
  }
}