@import url("https://fonts.googleapis.com/css2?family=Arsenal&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spline+Sans:wght@400;500&display=swap");
.l-archiveAbout__inner {
  width: 100%;
  margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-archiveAbout__inner {
    max-width: 101.6rem;
  }
}

.l-archiveAbout__cards {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.l-archiveAbout__cta {
  margin: 0;
}

.archiveAboutKv {
  position: relative;
}

.archiveAboutKv__img {
  width: 100%;
}

.archiveAboutKv__content {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .archiveAboutKv__content {
    top: 24%;
    left: 60%;
  }
}

.archiveAboutKv__txtBox {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .archiveAboutKv__txtBox {
    text-align: left;
  }
}

.archiveAboutKv__lead {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 64em) {
  .archiveAboutKv__lead {
    margin-bottom: 1.6rem;
  }
}

.archiveAboutKv__ttl {
  margin: 0;
  font-size: 2.8rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .archiveAboutKv__ttl {
    font-size: 3.2rem;
  }
}

.archiveFactoryCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .archiveFactoryCards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1.6rem;
  }
}

.archiveFactoryCard {
  background: #F8F8F8;
}

.archiveFactoryCard__header {
  padding: 4rem 2.4rem;
}

.archiveFactoryCard__ttl {
  margin: 0 0 1.2rem;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
}

.archiveFactoryCard__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #66666A;
}
@media screen and (min-width: 64em) {
  .archiveFactoryCard__txt {
    font-size: 1.6rem;
  }
}

.archiveFactoryCard__body {
  position: relative;
}

.archiveFactoryCard__body::before {
  content: "";
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../assets/img/about/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}

.archiveFactoryCard__img {
  position: relative;
  width: 100%;
  padding-top: 64%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .archiveFactoryCard__img {
    padding-top: 42%;
  }
}

.archiveFactoryCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archiveCta {
  background-image: url("../assets/img/about/img_cta_factory_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 6.4rem 2rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .archiveCta {
    background-image: url("../assets/img/about/img_cta_factory.jpg");
    padding: 6.6rem 2rem;
  }
}

.archiveCta--material {
  background-image: url("../assets/img/about/img_cta_material_sp.jpg");
  padding: 4.2rem 2rem;
}
@media screen and (min-width: 64em) {
  .archiveCta--material {
    background-image: url("../assets/img/about/img_cta_material.jpg");
    padding: 3.4rem 2rem;
  }
}

.archiveCta__header {
  margin-bottom: 2.4rem;
}

.archiveCta__footer {
  margin-top: 4rem;
  text-align: center;
}

.archiveCta__ttl {
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
}

.archiveCta__txt {
  font-size: 1.4rem;
  line-height: 2;
}

.archiveCta__btn {
  display: inline-block;
  min-width: 24rem;
  padding: 1.5rem 1.6rem;
  line-height: 1;
  color: #fff !important;
  font-size: 1.6rem;
  border-radius: 2px;
  border: 0.1rem solid #fff;
}

.archiveCta__btn:visited {
  color: #fff !important;
}

.archiveMaterialCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 64em) {
  .archiveMaterialCards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}

.archiveMaterialCard {
  background: #F8F8F8;
}

.archiveMaterialCard__img {
  position: relative;
  width: 100%;
  padding-top: 94%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .archiveMaterialCard__img {
    padding-top: 61.8%;
  }
}

.archiveMaterialCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archiveMaterialCard__body {
  position: relative;
  padding: 3.2rem 2.4rem 6.4rem;
}
@media screen and (min-width: 64em) {
  .archiveMaterialCard__body {
    padding: 3.2rem 3.2rem 6.4rem;
  }
}

.archiveMaterialCard__body::after {
  content: "";
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../assets/img/about/icon_arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.archiveMaterialCard__ttl {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .archiveMaterialCard__ttl {
    font-size: 2.8rem;
  }
}

.archiveMaterialCard__lead {
  margin-bottom: 0.4rem;
  font-size: 1.53rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .archiveMaterialCard__lead {
    font-size: 1.8rem;
  }
}

.archiveMaterialCard__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #66666A;
}
@media screen and (min-width: 64em) {
  .archiveMaterialCard__txt {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 64em) {
  .l-aboutArticle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-aboutArticle__left {
  padding: 1.6rem;
}
@media screen and (min-width: 64em) {
  .l-aboutArticle__left {
    padding: 0;
    width: 45.6%;
  }
}

.l-aboutArticle__right {
  padding: 5.6rem 2.4rem;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .l-aboutArticle__right {
    padding: 8rem 4rem;
    width: 54.4%;
  }
}
@media screen and (min-width: 80em) {
  .l-aboutArticle__right {
    padding: 8rem;
  }
}

@media screen and (min-width: 64em) {
  .l-aboutArticle__main {
    max-width: 66.2rem;
  }
}

.l-aboutArticle__body .slider-wrapper {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
@media screen and (min-width: 64em) {
  .l-aboutArticle__body .slider-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
.l-aboutArticle__body .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-animation: scrollLoop 20s linear infinite;
          animation: scrollLoop 20s linear infinite;
  gap: 1.6rem;
}
.l-aboutArticle__body .slider figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32rem;
}
@-webkit-keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scrollLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-aboutArticle__body .sp-wide {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
@media screen and (min-width: 64em) {
  .l-aboutArticle__body .sp-wide {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 64em) {
  .aboutArticleThumbWrapper {
    position: sticky;
    top: 8rem;
    height: 100vh;
    width: 100%;
  }
}

.aboutArticleThumb {
  position: relative;
  width: 100%;
  padding-top: 120%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .aboutArticleThumb {
    padding-top: 0;
    height: 100%;
  }
}

.aboutArticleThumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutArticleThumb__ttl {
  position: absolute;
  bottom: 4.8rem;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .aboutArticleThumb__ttl {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .l-aboutArticle__header {
    margin-bottom: 8rem;
  }
}

.aboutArticle__ttl {
  font-size: 4rem;
  line-height: 1.8;
}

.aboutImg {
  width: 100%;
  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;
  height: 100vh;
}

.aboutImg__wrap {
  position: relative;
  width: 80.2564102564vw;
  height: 112.0512820513vw;
}
@media screen and (min-width: 64em) {
  .aboutImg__wrap {
    width: 79.9603174603vw;
    height: 48rem;
  }
}

.aboutImg__img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.aboutImg__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.aboutImg__box {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 2rem;
}
@media screen and (min-width: 64em) {
  .aboutImg__box {
    padding-top: 0;
  }
}

.aboutImg__ttl {
  width: 10.7rem;
  margin: 0 auto 3.6rem;
}
@media screen and (min-width: 64em) {
  .aboutImg__ttl {
    width: 16rem;
    margin-bottom: 2.6rem;
  }
}

.aboutImg__ttl img {
  width: 100%;
}

.aboutImg__btn {
  width: 8rem;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 64em) {
  .aboutImg__btn {
    width: 12rem;
  }
}

.aboutImg__btn:hover {
  opacity: 0.7;
}

.aboutImg__btn img {
  width: 100%;
}

.aboutKv__content {
  position: relative;
  height: calc(100vh - 6rem);
}
@media screen and (min-width: 64em) {
  .aboutKv__content {
    height: calc(100vh - 8rem);
  }
}

.aboutKv__ttl {
  position: absolute;
  top: calc(50% - 6rem);
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  width: 13rem;
  z-index: 10;
  margin: 0;
  margin-top: -9rem;
  opacity: 0;
}
@media screen and (min-width: 64em) {
  .aboutKv__ttl {
    margin-top: -12rem;
    width: 26.7rem;
  }
}

.l-aboutLead {
  padding-bottom: 11.2rem;
  margin-top: -8.5rem;
  opacity: 0;
}
@media screen and (min-width: 64em) {
  .l-aboutLead {
    margin-top: 0;
    padding-bottom: 16rem;
  }
}

.aboutLead__top {
  margin-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .aboutLead__top {
    margin-bottom: 8rem;
  }
}

.aboutLead__txt {
  margin-bottom: 2.8rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .aboutLead__txt {
    margin-bottom: 3.6rem;
    font-size: 2rem;
  }
}

.aboutLead__name {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2;
  font-family: "classico-urw", serif;
}

.aboutModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
  cursor: pointer;
}

.aboutModal__inner {
  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;
  width: 100%;
  height: 100%;
}

.aboutModal__content {
  position: relative;
  width: 100%;
  padding: 0 2.4rem;
}
@media screen and (min-width: 64em) {
  .aboutModal__content {
    width: 80rem;
    margin: 0 auto;
  }
}

.aboutModal__inner iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.aboutModal__btn {
  position: absolute;
  top: -5.4rem;
  right: 2.4rem;
  width: 4rem;
  cursor: pointer;
}

.aboutCover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}

.aboutCover__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 26.3rem;
}
@media screen and (min-width: 64em) {
  .aboutCover__img {
    width: 31.5rem;
  }
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}

.fadeIn.active {
  opacity: 1;
}

@media screen and (min-width: 64em) {
  .aboutLead__txt--animation {
    opacity: 0;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
  }
}

.aboutLead__txt--animation.active {
  opacity: 1;
}

.aboutPromise__inner {
  padding: 8rem 2.4rem;
}
@media screen and (min-width: 64em) {
  .aboutPromise__inner {
    padding: 10rem 0;
  }
}

.aboutPromise__header {
  margin-bottom: 5.6rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .aboutPromise__header {
    margin-bottom: 6.4rem;
  }
}

.aboutPromise__ttl {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  display: block;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
@media screen and (min-width: 64em) {
  .aboutPromise__ttl {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.aboutPromise__txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .aboutPromise__txt {
    font-size: 2rem;
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__body {
    height: 400vh;
    max-width: 135.2rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: sticky;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__wrap {
    height: 100%;
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__imgBox {
    position: relative;
    height: 100%;
    width: 50%;
  }
}

.aboutPromise__img {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 64em) {
  .aboutPromise__img {
    margin-bottom: 0;
    position: absolute;
    top: 50%;
    left: 0;
    will-change: clip-path;
    width: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__img img {
    -webkit-transform: translate(0, 30px) scale(1.2);
            transform: translate(0, 30px) scale(1.2);
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__img:first-of-type {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__list {
    position: relative;
    width: 50%;
  }
}

.aboutPromiseFadeUp {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
@media screen and (min-width: 64em) {
  .aboutPromiseFadeUp {
    opacity: 1;
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
  }
}

.aboutPromiseFadeUp.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (min-width: 64em) {
  .aboutPromise__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    pointer-events: none;
  }
}

.aboutPromise__item:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media screen and (min-width: 64em) {
  .aboutPromise__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .aboutPromise__item.visible {
    opacity: 1;
    pointer-events: auto;
  }
}

.aboutPromise__box {
  text-align: center;
}

.aboutPromise__num {
  display: block;
  margin-bottom: 2.4rem;
  color: #A9A2A0;
  font-family: "classico-urw", serif;
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .aboutPromise__num {
    font-size: 2.8rem;
    letter-spacing: -0.04em;
  }
}

.aboutPromise__heading {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 1.6rem;
  white-space: nowrap;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 64em) {
  .aboutPromise__heading {
    font-size: 4rem;
  }
}

.aboutPromise__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 3.2rem;
  white-space: nowrap;
  color: #66666A;
}
@media screen and (min-width: 64em) {
  .aboutPromise__txt {
    font-size: 2rem;
  }
}

.aboutPromise__btn {
  text-align: center;
}

.aboutPromise__link {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: rgba(26, 26, 25, 0.8);
  display: inline-block;
  border: 1px solid #929294;
  border-radius: 2px;
  padding: 1.3rem 2.6rem;
}
@media screen and (min-width: 64em) {
  .aboutPromise__link {
    padding: 1.6rem 3rem;
    font-size: 1.6rem;
  }
}

.l-main {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  color: rgba(26, 26, 25, 0.8);
  letter-spacing: 0.03em;
  background: #fff;
}
.l-main p {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.l-main a, .l-main a:visited {
  color: rgba(26, 26, 25, 0.8);
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.txt-left {
  text-align: left !important;
}

.l-featureSec {
  padding: 8rem 0;
  margin-bottom: 0;
}

.l-featureSec__inner {
  padding: 0 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-featureSec__inner {
    width: 100%;
    max-width: 96.6rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 64em) {
  .l-featureSec__inner--md {
    max-width: 99.2rem;
  }
}

@media screen and (min-width: 64em) {
  .l-featureSec__inner--lg {
    max-width: 118.4rem;
  }
}

.l-featureSec__header {
  margin-bottom: 3.2rem;
}

.featureSec__ttl {
  margin: 0;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureSec__ttl {
    font-size: 3.2rem;
  }
}

.featureItemNav {
  margin-top: 1.6rem;
}

.featureItemNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (min-width: 64em) {
  .featureItemNav__list {
    gap: 3.2rem;
  }
}

.featureItemNav__item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.6rem 0.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 64em) {
  .featureItemNav__item {
    font-size: 1.8rem;
  }
}

.featureItemNav__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.featureItemNav__item:hover {
  opacity: 0.7;
}

.featureItemNav__item.active {
  pointer-events: none;
}

.featureItemNav__item.active::after {
  opacity: 1;
}

.featureItemBox--tab {
  display: none;
}

.featureItemBox--tab.active {
  display: block;
}

.featureItemCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 3.2rem 1.6rem;
}
@media screen and (min-width: 64em) {
  .featureItemCards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem 1rem;
  }
}

.featureItemCards--col2 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4.8rem;
}
@media screen and (min-width: 64em) {
  .featureItemCards--col2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem 3.2rem;
  }
}

.featureItemCards--col2 .featureItemCard__ttl {
  font-size: 2rem;
}
@media screen and (min-width: 64em) {
  .featureItemCards--col2 .featureItemCard__ttl {
    font-size: 2.4rem;
  }
}
.featureItemCards--col2 .featureItemCard__price .num {
  font-size: 1.8rem;
}

.featureItemCards--col3 {
  gap: 2.4rem 1.6rem;
}
@media screen and (min-width: 64em) {
  .featureItemCards--col3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 1.6rem;
  }
}

.featureItemCard__img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.48rem;
}

.featureItemCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featureItemCard__body {
  padding: 0.96rem 0.96rem 0;
}

.featureItemCard__ttl {
  margin: 0 0 0.96rem;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureItemCard__ttl {
    font-size: 2rem;
  }
}

.featureItemCard__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.96rem;
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 64em) {
  .featureItemCard__price {
    font-size: 1.2rem;
  }
}

.featureItemCard__price .num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 64em) {
  .featureItemCard__price .num {
    font-size: 1.8rem;
  }
}

.featureItemCards--footer .featureItemCard__img {
  border-radius: 0;
}
@media screen and (min-width: 64em) {
  .featureItemCards--footer .featureItemCard__ttl {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (min-width: 64em) {
  .featureItemCards--footer .featureItemCard__price {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .featureItemCards--footer .featureItemCard__price .num {
    font-size: 1.2rem;
  }
}

.l-featureSec__footer {
  margin-top: 3.2rem;
}

.featureSec__btn {
  text-align: center;
}

.featureSecBtn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.5rem;
  border: 0.1rem solid #929294;
  border-radius: 0.2rem;
  min-width: 24rem;
}
.featureDesc {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 3, 2rem;
}
@media screen and (min-width: 64em) {
  .featureDesc {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 5.4rem;
  }
}

.featureDesc__header {
  margin-bottom: 1rem;
}

.featureDesc__ttl {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.featureDesc__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.featureStaffCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 6.4rem;
}
@media screen and (min-width: 64em) {
  .featureStaffCards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 64em) {
  .featureStaffCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.4%;
  }
}

@media screen and (min-width: 64em) {
  .featureStaffCard__header {
    width: 50%;
  }
}

.featureStaffCard__body {
  padding-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .featureStaffCard__body {
    width: 50%;
    padding-top: 0;
  }
}

.featureStaffCard__img {
  width: 100%;
  height: 0;
  padding-bottom: 87.7%;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .featureStaffCard__img {
    padding-bottom: 117.2%;
  }
}

.featureStaffCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featureStaffCard__label {
  margin-bottom: 0;
  color: #A9A2A0;
  font-family: "classico-urw", serif;
  font-size: 1.6rem;
  line-height: 1.2;
}

.featureStaffCard__ttl {
  margin: 0 0 2.4rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureStaffCard__ttl {
    font-size: 2.8rem;
  }
}

.featureStaffCard__txtBox {
  margin-bottom: 1.6rem;
}

.featureStaffCard__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.featureStaffCard__name {
  font-size: 1.4rem;
  line-height: 1.8;
}

.featureMakerCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 8rem;
}

@media screen and (min-width: 64em) {
  .featureMakerCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 64em) {
  .featureMakerCard__header {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .featureMakerCard__body {
    width: 50%;
    padding-right: 6.7%;
  }
}

.featureMakerCard__body {
  padding-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .featureMakerCard__body {
    padding-top: 0;
  }
}

.featureMakerCard__ttl {
  margin: 0 0 3.2rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureMakerCard__ttl {
    font-size: 2.8rem;
  }
}

.featureMakerCard__txtBox {
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.featureMakerCard__txtBox > *:not(:last-child) {
  margin-bottom: 2em;
}

.featureMakerCard__name {
  font-size: 1.4rem;
  line-height: 1.8;
}

.featureMakerCard__btnWrapper {
  margin-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .featureMakerCard__btnWrapper {
    margin-top: 3.2rem;
  }
}

.featureMakerCard__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.l-featureKv__inner {
  position: relative;
}

.featureKv__top {
  position: absolute;
  top: 7.5%;
  left: 0;
  width: 100%;
  text-align: center;
}

.featureKvTtl {
  display: inline-block;
}

.featureKvTtl__top {
  margin: 0;
  font-size: 4rem;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (min-width: 64em) {
  .featureKvTtl__top {
    font-size: 7.2rem;
  }
}

.featureKvTtl__bottom {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 0.8rem;
}

.featureKv__top--en {
  top: 5.2%;
}
.featureKv__top--en .featureKvTtl__top {
  font-size: 5.6rem;
  font-family: "classico-urw", serif;
}
@media screen and (min-width: 64em) {
  .featureKv__top--en .featureKvTtl__top {
    font-size: 10rem;
  }
}

.featureKv__bottom {
  position: absolute;
  bottom: 4rem;
  left: 0;
  width: 100%;
  padding: 0 3.2rem;
}
@media screen and (min-width: 64em) {
  .featureKv__bottom {
    bottom: 8.2rem;
  }
}

@media screen and (min-width: 64em) {
  .featureKv__txtBox {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
  }
}

.featureKvBox__txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.8;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  margin: 0;
}
@media screen and (min-width: 64em) {
  .featureKvBox__txt {
    text-align: right;
    font-size: 4rem;
  }
}

.l-featureLead__inner {
  padding: 0 2.4rem;
}

.featureLead__ttl {
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin: 0 0 2.4rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureLead__ttl {
    font-size: 3.2rem;
  }
}

.featureLead__txtBox p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .featureLead__txtBox p {
    font-size: 2rem;
  }
}

.l-featureLead__bottom {
  margin-top: 4rem;
}

.featureLead__img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .featureLead__img {
    max-width: 62rem;
  }
}

.l-featureAbout {
  padding-top: 0;
}
@media screen and (min-width: 64em) {
  .l-featureAbout {
    padding-top: 8rem;
  }
}

.l-featureAbout__inner {
  padding: 0 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-featureAbout__inner {
    width: 100%;
    max-width: 118.4rem;
    margin: 0 auto;
  }
}

.featureAboutCard__ttl {
  margin: 0 0 3.2rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureAboutCard__ttl {
    font-size: 3.2rem;
  }
}

.featureAboutCard__txtBox p {
  font-size: 1.8rem;
  line-height: 1.8;
}
.featureAboutCard {
  margin-bottom: 12rem;
}
@media screen and (min-width: 64em) {
  .featureAboutCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.4rem;
    margin-bottom: 8rem;
  }
}

.featureAboutCard:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 64em) {
  .featureAboutCard--rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.featureAboutCard__top {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 64em) {
  .featureAboutCard__top {
    margin-bottom: 0;
    width: 59.2%;
  }
}

.featureAboutCard__img {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .featureAboutCard__bottom {
    width: 40.8%;
    padding-right: 0.05%;
  }
}

.featureImg {
  width: 100%;
}

.featureImg__img {
  width: 100%;
  height: 48rem;
  clip-path: inset(0);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.featureImg__img::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  z-index: -1;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: all 0.3s ease;
          transform: all 0.3s ease;
}
@media screen and (min-width: 64em) {
  .featureImg__img::before {
    height: 100%;
  }
}

.l-featureFooter {
  background: #fff;
  margin-bottom: 0;
}

.l-featureFooter__body {
  padding-top: 3.2rem;
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .l-featureFooter__body {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
  }
}

.l-featureFooter__inner {
  padding: 0 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-featureFooter__inner {
    width: 100%;
    max-width: 116rem;
    margin: 0 auto;
  }
}

.featureFooterThumb {
  position: relative;
  color: #fff;
}

.featureFooterThumb__txtBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.featureFooterThumb__label {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  font-family: "classico-urw", serif;
  opacity: 0.8;
}
@media screen and (min-width: 64em) {
  .featureFooterThumb__label {
    font-size: 1.8rem;
  }
}

.featureFooterThumb__ttl {
  margin: 0 0 0.8rem;
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureFooterThumb__ttl {
    font-size: 3.2rem;
  }
}

.featureFooterThumb__txt {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .featureFooterThumb__txt {
    font-size: 2.4rem;
  }
}

.featureServiceCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 5.6rem;
}
@media screen and (min-width: 64em) {
  .featureServiceCards {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 2.4rem;
  }
}

.featureServiceCard__img {
  width: 100%;
  padding-bottom: 66.7%;
  position: relative;
  overflow: hidden;
}

.featureServiceCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featureServiceCard__body {
  padding-top: 2.4rem;
}

.featureServiceCard__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.8rem;
}

.featureServiceCard__ttl {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0;
  font-weight: 400;
}

.featureServiceCard__label {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  font-size: 1.2rem;
  color: #66666A;
  border: 0.1rem solid #929294;
  border-radius: 0.2rem;
}

.featureServiceCard__txt {
  margin-bottom: 1.6rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.featureServiceCardPrice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F8F8;
  padding: 1.2rem 1rem;
}

.featureServiceCardPrice::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 2.4rem);
  height: 0.1rem;
  border-top: 0.1rem dashed #23211C;
}

.featureServiceCardPrice__label {
  position: relative;
  display: inline-block;
  background: #F8F8F8;
  color: #66666A;
  padding-right: 1.4rem;
  font-size: 1.4rem;
  line-height: 1;
  z-index: 1;
}

.featureServiceCardPrice__num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.46rem;
  background: #F8F8F8;
  padding-left: 1.4rem;
  font-size: 1rem;
  line-height: 1;
  z-index: 1;
}

.featureServiceCardPrice__num .num {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}

.featureServiceCardsWrapper {
  background: #F8F8F8;
  padding: 2.4rem;
}

.featureServiceCardsWrapper__header {
  margin-bottom: 1.2rem;
}

.featureServiceCardsWrapper__ttl {
  color: #A9A2A0;
  font-size: 1.6rem;
  font-family: "classico-urw", serif;
  margin: 0;
}

.featureServiceCards--flex {
  gap: 2.4rem;
}
@media screen and (min-width: 64em) {
  .featureServiceCards--flex {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.featureServiceCards--flex .featureServiceCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.featureServiceCards--flex .featureServiceCard__header {
  width: 10rem;
}
.featureServiceCards--flex .featureServiceCard__body {
  width: calc(100% - 10rem);
  padding-top: 0;
  padding-left: 1.6rem;
}
.featureServiceCards--flex .featureServiceCard__img {
  padding-bottom: 100%;
}
.featureServiceCards--flex .featureServiceCard__flex {
  margin-bottom: 0.4rem;
}
.featureServiceCards--flex .featureServiceCard__ttl {
  font-size: 1.6rem;
}
.featureServiceCards--flex .featureServiceCard__txt {
  font-size: 1.2rem;
}
.featureServiceCards--flex .featureServiceCard__txt {
  margin-bottom: 0.8rem;
}
.featureServiceCards--flex .featureServiceCardPrice {
  background: #fff;
  padding: 1rem;
}
.featureServiceCards--flex .featureServiceCardPrice__label {
  font-size: 1.2rem;
  background: #fff;
}
.featureServiceCards--flex .featureServiceCardPrice__num {
  background: #fff;
}

@media screen and (min-width: 64em) {
  .featureFooterFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.featureFooterFlex__header {
  margin-bottom: 2.4rem;
}

.featureFooterFlex__top {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 64em) {
  .featureFooterFlex__top {
    margin-bottom: 0;
    width: calc(100% - 44.8rem);
    padding-right: 3.2rem;
  }
}

.featureFooterFlex__bottom {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
@media screen and (min-width: 64em) {
  .featureFooterFlex__bottom {
    width: 44.8rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.featureFooterFlex__ttl {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0;
}

.l-featureFooter__gift {
  background: #F2F1EF;
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .l-featureFooter__gift {
    background: #F2F1EF;
    padding-top: 5.6rem;
  }
}

@media screen and (min-width: 64em) {
  .featureFooterGift {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem;
  }
}

.featureFooterGift__header {
  position: relative;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .featureFooterGift__header {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .featureFooterGift__body {
    width: 50%;
  }
}

.featureFooterGift__txtBox {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .featureFooterGift__txtBox {
    text-align: left;
    padding-left: 4rem;
  }
}

.featureFooterGiftTtl {
  display: inline-block;
  width: 31rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .featureFooterGiftTtl {
    width: 100%;
  }
}

.featureFooterGiftTtl__top {
  margin: 0 0 1rem;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureFooterGiftTtl__top {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.featureFooterGiftTtl__bottom {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 64em) {
  .featureFooterGiftTtl__bottom {
    font-size: 1.8rem;
  }
}

.featureFooterGiftCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .featureFooterGiftCards {
    gap: 2.4rem;
  }
}

.featureFooterGiftCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  padding: 2rem 2.4rem;
  background: #fff;
  border-radius: 0.2rem;
}

.featureFooterGiftCard__left {
  width: 3.2rem;
}

.featureFooterGiftCard__right {
  width: calc(100% - 3.2rem);
}

.featureFooterGiftCard__ttl {
  margin: 0 0 0.4rem;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .featureFooterGiftCard__ttl {
    margin-bottom: 0;
  }
}

.featureFooterGiftCard__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.l-featureFooter__ctaInner {
  padding: 0 1.6rem;
}
@media screen and (min-width: 64em) {
  .l-featureFooter__ctaInner {
    padding: 0;
  }
}

.FeatureCtaCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0.8rem;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .FeatureCtaCards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

.FeatureCtaCard {
  position: relative;
}

.FeatureCtaCard__img {
  width: 100%;
  height: 0;
  padding-bottom: 65.3%;
  position: relative;
  overflow: hidden;
}

.FeatureCtaCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.FeatureCtaCard__txtBox {
  position: absolute;
  bottom: 2.4rem;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 2.4rem;
}
@media screen and (min-width: 64em) {
  .FeatureCtaCard__txtBox {
    bottom: 4.8rem;
    padding: 0 4rem;
  }
}

.FeatureCtaCard__txtBox::after {
  content: "";
  position: absolute;
  bottom: 0.6rem;
  right: 2.4rem;
  width: 2rem;
  height: 2rem;
  background-image: url("../assets/img/feature/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 64em) {
  .FeatureCtaCard__txtBox::after {
    right: 4rem;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.FeatureCtaCard__ttl {
  font-size: 2.8rem;
  line-height: 1.6;
  margin: 0 0 0.8rem;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .FeatureCtaCard__ttl {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}

.FeatureCtaCard__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 64em) {
  .FeatureCtaCard__txt {
    font-size: 1.8rem;
  }
}

#lpKokuin {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  color: rgba(26, 26, 25, 0.8);
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}
#lpKokuin p {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.kokuin-text-center {
  text-align: center !important;
}
@media screen and (min-width: 64em) {
  .kokuin-text-center {
    text-align: left !important;
  }
}

.kokuinInner {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinInner {
    max-width: 89.6rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.kokuinFv {
  padding: 4rem 2rem 37rem;
  margin-bottom: 0;
  background: url("../assets/img/kokuin/fv-bg_sp.jpg") center center/cover no-repeat;
}
@media screen and (min-width: 64em) {
  .kokuinFv {
    position: relative;
    height: 42rem;
    padding: 0;
    background: url("../assets/img/kokuin/fv-bg_pc.jpg") center center/cover no-repeat;
  }
}

.kokuinFv__box {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .kokuinFv__box {
    text-align: left;
    position: absolute;
    top: 10.8rem;
    right: 18.85%;
  }
}

.kokuinFv__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  bottom: 0 0 0.8rem 0;
}
@media screen and (min-width: 64em) {
  .kokuinFv__ttl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

.kokuinFv__txt {
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (min-width: 64em) {
  .kokuinFv__txt {
    font-size: 3.2rem;
  }
}

.kokuinMessage {
  text-align: center;
  margin-bottom: 0;
  background: #fff;
}

.kokuinMessage__inner {
  padding: 5.6rem 2rem 1.6rem;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__inner {
    padding: 12rem 2rem 8rem;
  }
}

.kokuinMessage__txtWrap {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__txtWrap {
    margin-bottom: 4rem;
  }
}

.kokuinMessage__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__txt {
    font-size: 2rem;
  }
}

.kokuinMessage__txt:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__txt:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.kokuinMessage__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  max-width: 34.3rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    max-width: 84.8rem;
  }
}

.kokuinMessage__link {
  display: block;
  padding: 1.6rem 1rem;
  text-align: center;
  border-radius: 10px;
  background: #F8F8F8;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__link {
    padding: 3.2rem 1rem;
  }
}

.kokuinMessage__link span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-right: 4.4rem;
  position: relative;
}
@media screen and (min-width: 64em) {
  .kokuinMessage__link span {
    padding-right: 7rem;
    font-size: 1.6rem;
  }
}

.kokuinMessage__link span::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  height: 1.6rem;
  width: 1.6rem;
  background: url("../assets/img/kokuin/arrow-bottom.svg") center center/contain no-repeat;
}

.kokuinProduct {
  margin-bottom: 0;
  background: #fff;
  overflow: hidden;
}

.kokuinProduct__inner {
  padding: 4em 0 8rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__inner {
    padding: 5.6rem 0 10rem;
  }
}

.kokuinProduct__ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__ttl {
    line-height: 1.5;
    letter-spacing: 0;
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
  }
}

.kokuinProduct__special {
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__special {
    margin-bottom: 1.6rem;
  }
}

.kokuinProduct__special p {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: auto;
  margin-bottom: 1.2rem;
  padding: 0.6rem 1.2rem;
  background: #F2F1EF;
  border-radius: 100px;
  color: #66666A;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__special p {
    margin-bottom: 1.6rem;
  }
}

.kokuinProduct__slider {
  margin-bottom: 4rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__slider {
    margin-bottom: 6.4rem;
    padding-left: 0;
  }
}

.kokuinProduct__list {
  margin-left: -1rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__list {
    margin-left: 0;
  }
}

.kokuinProduct__slider .slick-list {
  padding-right: 3.6rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__slider .slick-list {
    padding: 0 14rem !important;
  }
}

.kokuinProduct__item {
  position: relative;
  margin: 0 0.8rem;
}

.kokuinProduct__img {
  border-radius: 4.4px;
  overflow: hidden;
}

.kokuinProduct__desc {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  bottom: 1.6rem;
  left: 1.8rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__desc {
    font-size: 1.68rem;
    bottom: 1.9rem;
    left: 2.2rem;
  }
}

.kokuinProduct__txt {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__txt {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.kokuinProduct__infoWrap {
  background: #F2F1EF;
  padding: 2.4rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__infoWrap {
    max-width: 57.6rem;
    margin: 0 auto 3.2rem;
    padding: 2.4rem 4rem;
  }
}

.kokuinProduct__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__info {
    gap: 2.4rem;
  }
}

.kokuinProduct__info:not(:first-of-type) {
  margin-top: 2.4rem;
}

.kokuinProduct__heading {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  width: auto;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__heading {
    font-size: 1.6rem;
  }
}

.kokuinProduct__line {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.1rem;
          flex: 0 0 8.1rem;
  height: 1px;
  border-top: 1px dotted #929294;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.9rem;
            flex: 0 0 23.9rem;
  }
}

.kokuinProduct__line--short {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.1rem;
          flex: 0 0 5.1rem;
}

.kokuinProduct__line--shortBottom {
  margin-left: 3rem;
}

.kokuinProduct__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}
.kokuinProduct__price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.kokuinProduct__price .price .yen {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Spline Sans", sans-serif;
}
.kokuinProduct__price .price .num {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  font-family: "Spline Sans", sans-serif;
}
.kokuinProduct__price .info {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #66666A;
}

.kokuinProduct__btnWrap {
  text-align: center;
}

.kokuinProduct__btn {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-right: 3.2rem;
  position: relative;
  padding-bottom: 0.9rem;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #929294;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__btn {
    font-size: 1.6rem;
    font-weight: 500;
    cursor: pointer;
  }
}

.kokuinProduct__btn::after {
  position: absolute;
  content: "";
  top: 0.9rem;
  right: 0.7rem;
  height: 0.7rem;
  width: 1.2rem;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  background: url("../assets/img/kokuin/arrow-triangle-black.svg") center center/contain no-repeat;
}

.kokuinProduct__btn.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.kokuinProduct__detail {
  padding-right: 2.4rem;
  padding-left: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__detail {
    padding: 0 2rem;
    max-width: 93.6rem;
    margin: 0 auto;
  }
}

.kokuinProduct__btnSquare {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProduct__btnSquare {
    text-align: left;
  }
}

.kokuinProduct__btnSquare a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 1.6rem 3rem;
  border-radius: 4px;
  border: #929294 1px solid;
}

.kokuinProductUnit {
  padding: 4rem 0;
  padding: 3.2rem 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnit {
    text-align: center;
  }
}

.kokuinProductUnit:not(:last-of-type) {
  border-bottom: #DEDFDF 1px solid;
}

.kokuinProductUnit:last-of-type {
  padding-bottom: 0;
}

.kokuinProductUnit:first-of-type {
  padding-top: 2.1rem;
}

.kokuinProductUnit__ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0 0 2.4rem 0;
  font-weight: 400;
  text-align: center;
}

.kokuinProductUnit__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: center;
}

.kokuinProductUnit__txt--small {
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: center;
}

.kokuinProductUnit__txt span {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  display: block;
  margin-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnit__txt span {
    margin-top: 0.8rem;
  }
}

.kokuinProductUnit__txt:not(:last-of-type) {
  margin-bottom: 2rem;
}

.kokuinProductUnit__info {
  margin-top: 2.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnit__info {
    width: 47.3rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.kokuinProductUnitInfo {
  background: #F2F1EF;
  padding: 1.6rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.2rem;
  }
}

.kokuinProductUnitInfo__txt {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 1.2rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitInfo__txt {
    margin-bottom: 0;
  }
}

.kokuinProductUnitInfo__img {
  width: 24rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitInfo__img {
    min-width: 18.35rem;
  }
}

.kokuinProductUnit__btn {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding: 1.6rem 3rem;
  border-radius: 4px;
  border: solid 1px #929294;
  margin-top: 2.4rem;
}
.kokuinProductUnit__list {
  background: #F2F1EF;
  padding: 1.6rem;
  gap: 0.8rem;
  list-style: disc;
  margin-bottom: 3.4rem;
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnit__list {
    max-width: 63.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.kokuinProductUnit__item {
  margin-left: 1.6rem;
  text-align: left;
}

.kokuinProductUnit__link {
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.kokuinProductUnitFont__list {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 50.9rem;
    margin: 0 auto 3.2rem;
  }
}

.kokuinProductUnitFont__item {
  color: #66666A;
  text-align: center;
  width: 24.7rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__item {
    margin: 0;
  }
}

.kokuinProductUnitFont__txt {
  line-height: 1;
}

.kokuinProductUnitFont__img01 {
  margin-bottom: 0.8rem;
}

.kokuinProductUnitFont__info {
  background: #F2F1EF;
  padding: 1.6rem;
  max-width: 56.6rem;
  margin: 0 auto;
}

@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__info02 {
    max-width: 63.2rem;
    margin: 0 auto;
  }
}

.kokuinProductUnitFont__info {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__info {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.kokuinProductUnitFont__wrap {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__wrap {
    margin-bottom: 0;
    width: calc(100% - 24.6rem);
    padding-right: 1.2rem;
  }
}

.kokuinProductUnitFont__wrap02 {
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__wrap02 {
    margin-bottom: 0;
    width: calc(100% - 31rem);
    padding-right: 1.2rem;
  }
}

@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__img {
    width: 31rem;
  }
}

@media screen and (min-width: 64em) {
  .kokuinProductUnitFont__img02 {
    width: 24.6rem;
  }
}

.kokuinProductUnitFont__heading {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-bottom: 0.4rem;
  color: #66666A;
}

.kokuinProductUnitFont__desc {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0;
  color: #66666A;
  margin-bottom: 1.2rem;
  text-align: left;
}

.kokuinProductUnitColor {
  padding: 0 1.35rem;
}

.kokuinProductUnitColor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6rem;
  margin-bottom: 2.6rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitColor__list {
    width: 31rem;
    gap: 2.2rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.kokuinProductUnitColor__item figure {
  margin-bottom: 0.9rem;
}

.kokuinProductUnitColor__item span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-align: center;
}

.kokuinProductUnitColor__heading {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DEDFDF;
  margin-bottom: 2.4rem;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitColor__heading {
    margin-bottom: 1rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.kokuinProductUnitColor__samples {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 3.5rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitColor__samples {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem 2.4rem;
    max-width: 63.2rem;
    margin: 0 auto 3.2rem;
  }
}

.kokuinProductUnitColor__sample figure {
  margin-bottom: 0.4rem;
}

.kokuinProductUnitColor__sample span {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.kokuinProductUnitSize__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
@media screen and (min-width: 64em) {
  .kokuinProductUnitSize__list {
    width: 31.1rem;
    margin: 0 auto;
  }
}

.kokuinProductUnitSize__item figure {
  margin-bottom: 0.4rem;
}

.kokuinProductUnitSize__item span {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
.kokuinConcept {
  color: #fff;
  text-align: center;
  background: url("../assets/img/kokuin/concept-bg_sp.jpg") center center/cover no-repeat;
}
@media screen and (min-width: 64em) {
  .kokuinConcept {
    background: url("../assets/img/kokuin/concept-bg_pc.jpg") center center/cover no-repeat;
  }
}

.kokuinConcept__inner {
  padding: 3.6rem 2rem;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__inner {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.kokuinConcept__ttl {
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: -0.04em;
  font-family: "Arsenal", sans-serif;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__ttl {
    font-size: 4.8rem;
    margin-bottom: 3.2rem;
  }
}

.kokuinConcept__ttl span {
  font-size: 4.4rem;
  line-height: 1.75;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__ttl span {
    font-size: 7.5rem;
  }
}

.kokuinConcept__txtWrap {
  width: 23rem;
  margin: 0 auto 21rem;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__txtWrap {
    width: 43.2rem;
    margin-bottom: 8.8rem;
  }
}

.kokuinConcept__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (min-width: 64em) {
  .kokuinConcept__txt {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.kokuinConcept__link {
  display: block;
  width: 13.6rem;
  height: 13.6rem;
  border-radius: 90%;
  border: 1px dotted #fff;
  margin: 0 auto;
  position: relative;
  padding-top: 5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff !important;
}
.kokuinConcept__link::before {
  position: absolute;
  content: "";
  bottom: 4.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.4rem;
  height: 0.4rem;
  background: url("../assets/img/kokuin/arrow-right-white.svg") center center/contain no-repeat;
}

.kokuinWrapping {
  background: #F8F5F0;
}

.kokuinWrapping__inner {
  padding: 5.6rem 1.6rem 5.6rem;
}

.kokuinWrapping__content {
  display: -ms-grid;
  display: grid;
  gap: 5.6rem;
}
@media screen and (min-width: 64em) {
  .kokuinWrapping__content {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 89.6rem;
    margin: 0 auto;
  }
}

.kokuinWrapping__ttl {
  margin-bottom: 2.4rem;
}

.kokuinWrapping__ttl .sm {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 0.4rem;
}

.kokuinWrapping__ttl .lg {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-top: 0;
  text-align: center;
}

.kokuinWrapping__img {
  margin-bottom: 2.4rem;
}

.kokuinWrapping__txt {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .kokuinWrapping__txt {
    font-size: 1.6rem;
  }
}

.kokuinWrapping__infoWrap {
  background: #fff;
  padding: 2.5rem 1.6rem;
}

.kokuinWrapping__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64em) {
  .kokuinWrapping__info {
    gap: 2.4rem;
  }
}

.kokuinWrapping__heading {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  width: auto;
}

.kokuinWrapping__line {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9.6rem;
          flex: 0 0 9.6rem;
  height: 1px;
  border-top: 1px dotted #929294;
}
@media screen and (min-width: 64em) {
  .kokuinWrapping__line {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.8rem;
            flex: 0 0 15.8rem;
  }
}

.kokuinWrapping__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}
.kokuinWrapping__price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.kokuinWrapping__price .price .yen {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  font-family: "Spline Sans", sans-serif;
}
.kokuinWrapping__price .price .num {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 500;
  font-family: "Spline Sans", sans-serif;
}
.l-brandModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer;
  display: none;
}

.l-brandModal__inner {
  height: 100%;
}

.l-brandModal__scroll {
  overflow-y: auto;
  height: 100%;
  padding: 4rem 2.4rem;
}

.brandModal {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 64em) {
  .brandModal {
    width: 68rem;
    margin: 0 auto;
  }
}

.brandModal__close {
  position: absolute;
  top: -1.2rem;
  right: -0.8rem;
  width: 2.4rem;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .brandModal__close {
    top: -1.6rem;
    right: -1.2rem;
    width: 3.2rem;
  }
}

.brandModal__inner {
  height: 100%;
}

.brandModal__header {
  background: #161619;
  padding: 1.6rem;
  text-align: center;
}

.brandModal__ttl {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.65;
}
@media screen and (min-width: 64em) {
  .brandModal__ttl {
    font-size: 1.8rem;
  }
}

.brandModal__body {
  padding-bottom: 4rem;
}
.brandModal__main {
  padding: 3.2rem 1.6rem;
  background: #F2F1EF;
}
@media screen and (min-width: 64em) {
  .brandModal__main {
    padding: 3.2rem 8rem 4rem;
  }
}

.brandModal__img {
  margin-bottom: 2.4rem;
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 64em) {
  .brandModal__img {
    margin-bottom: 3.2rem;
  }
}

.brandModal__btn {
  text-align: center;
}

.brandModalBtn {
  display: inline-block;
  background: #161619;
  padding: 1.3rem;
  min-width: 24rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff !important;
  text-align: center;
  line-height: 1;
}
.brandModalBtn:visited {
  color: #fff !important;
}

.l-archiveNews {
  padding-top: 2.4rem;
  padding-bottom: 4rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .l-archiveNews {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}

.l-archiveNews__inner {
  padding: 0 2.4rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .l-archiveNews__inner {
    max-width: 102.8rem;
  }
}

.l-archiveNews__header {
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 64em) {
  .l-archiveNews__header {
    margin-bottom: 6.8rem;
  }
}

.l-archiveNews--feature .l-archiveNews__header {
  margin-bottom: 2.4rem;
}
.archiveNewsSec__ttl {
  margin: 0 0 1.6rem;
  font-size: 2.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .archiveNewsSec__ttl {
    text-align: center;
    margin-bottom: 4rem;
  }
}

.archiveNewsCats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem;
}

.archiveNewsCat__link {
  position: relative;
  display: block;
  font-size: 1.8rem;
  line-height: 1.5;
}

.archiveNewsCat__link::after {
  position: absolute;
  bottom: -1.6rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(26, 26, 25, 0.8);
  content: "";
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.archiveNewsCat__link.current {
  font-weight: 700;
}

.archiveNewsCat__link.current::after {
  display: block;
}

.newsCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (min-width: 64em) {
  .newsCards {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 4.8rem;
  }
}

.newsCard__header {
  margin-bottom: 1.6rem;
}

.newsCard__img {
  position: relative;
  width: 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  aspect-ratio: 342/180;
}

.newsCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.newsCard__meta {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 64em) {
  .newsCard__meta {
    margin-bottom: 1rem;
  }
}

.newsCard__time {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #66666A;
}
@media screen and (min-width: 64em) {
  .newsCard__time {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.newsCard__ttl {
  margin: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}

.paginationWrapper {
  margin-top: 6rem;
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
@media screen and (min-width: 64em) {
  .paginationWrapper {
    margin-top: 8rem;
  }
}
.paginationWrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paginationWrapper .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (min-width: 64em) {
  .paginationWrapper .nav-links {
    gap: 2.4rem;
  }
}
.paginationWrapper .page-numbers {
  width: 4rem;
  height: 4rem;
  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;
  border-radius: 0.4rem;
  font-weight: 600;
}
.paginationWrapper .page-numbers, .paginationWrapper .dots {
  color: #66666A;
}
.paginationWrapper .page-numbers.current {
  background: #48494D;
  color: #fff;
}
.paginationWrapper .page-numbers.prev,
.paginationWrapper .page-numbers.next {
  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;
  width: 4rem;
  height: 4rem;
  background-image: url("../assets/img/news/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.paginationWrapper .page-numbers.prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pageNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 64em) {
  .pageNav {
    gap: 2.4rem;
  }
}

.pageNav__arrow {
  width: 4rem;
}

.pageNav__arrow--prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.pageNav__num {
  font-size: 1.6rem;
}

.pageNav__current {
  font-weight: 700;
}

.articleSec__img {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 390/200;
}
@media screen and (min-width: 64em) {
  .articleSec__img {
    aspect-ratio: 1510/320;
  }
}

.articleSec__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-article__main {
  padding-top: 4rem;
  padding-bottom: 5.6rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .l-article__main {
    padding-top: 6.4rem;
    padding-bottom: 8rem;
  }
}

.l-article__inner {
  padding: 0 2.4rem;
  margin: 0 auto;
  max-width: 81.6rem;
}
.l-article__header {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-article__header {
    margin-bottom: 4rem;
  }
}

.articleSec__meta {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 64em) {
  .articleSec__meta {
    margin-bottom: 0.8rem;
  }
}

.articleSec__time {
  color: #66666A;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 64em) {
  .articleSec__time {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.articleSec__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .articleSec__ttl {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.articleSec__content > * {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .articleSec__content > * {
    margin-bottom: 4rem;
  }
}
.articleSec__content p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.articleSec__content p a {
  text-decoration: underline;
}
.articleSec__content h2 {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .articleSec__content h2 {
    font-size: 2.4rem;
  }
}
.articleSec__content h3 {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 64em) {
  .articleSec__content h3 {
    font-size: 2rem;
  }
}
.articleSec__content > h2, .articleSec__content > h3, .articleSec__content > h4 {
  margin-top: 4rem;
  margin-bottom: 1.6rem;
}
.articleSec__content ul {
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-left: 2em;
}
@media screen and (min-width: 64em) {
  .articleSec__content ul {
    font-size: 1.8rem;
  }
}
.articleSec__content li {
  margin-bottom: 0.8rem;
}
.articleSec__content li:last-child {
  margin-bottom: 0;
}
.articleSec__content .wp-block-button__link {
  border-radius: 0;
  background: #161619;
  padding: 0.9rem 3.4rem;
  font-size: 1.4rem;
}
.articleSec__content .sub .wp-block-button__link {
  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;
  gap: 0.8rem;
  border-radius: 0;
  background: transparent;
  padding: 0;
  font-size: 1.4rem;
}
.articleSec__content .sub .wp-block-button__link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../assets/img/news/icon_arrow_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.articleSec__content .box {
  padding: 1.6rem;
}
@media screen and (min-width: 64em) {
  .articleSec__content .box {
    padding: 2.4rem;
  }
}
.articleSec__content .box h2, .articleSec__content .box h3 {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
}
.articleSec__content .desc {
  padding: 0.8rem 0.5rem 1.6rem;
}
.articleSec__content .desc p {
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.articleSec__content .desc .price {
  font-size: 1.4rem;
}
.articleSec__content .desc div {
  font-size: 1rem;
  font-weight: 500;
}

.toc {
  background: #F8F8F8;
  padding: 2.4rem;
}

.toc__header {
  position: relative;
  cursor: pointer;
}

.toc__header::before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-image: url("../assets/img/news/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.toc__header.is-close::before {
  -webkit-transform: translateY(-50%) rotate(-270deg);
          transform: translateY(-50%) rotate(-270deg);
}

.toc__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.toc__body {
  padding-top: 1.6rem;
}

.toc__list {
  margin-bottom: 0;
  list-style: none !important;
  padding-left: 0 !important;
}
.toc__list li {
  border-bottom: 0.1rem solid #DEDFDF;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.toc__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.toc__list a {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
}

.itemDesc {
  background: #F8F8F8;
  padding: 2.4rem 2.4rem 0.8rem;
}
.itemDesc dl {
  margin-bottom: 0;
}
.itemDesc dl > div {
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #DEDFDF;
}
.itemDesc dl > div:last-child {
  border-bottom: none;
}
.itemDesc dt {
  margin-bottom: 0.4rem;
  color: #9D9D9F;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  .itemDesc dt {
    font-weight: 700;
  }
}
.itemDesc dd {
  font-size: 1.4rem;
  line-height: 1.3;
}

.itemDesc__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.share {
  margin-top: 4rem;
}

.share__inner {
  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;
  gap: 2.4rem;
}

.share__ttl {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 64em) {
  .share__ttl {
    font-size: 1.6rem;
  }
}

.share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  margin: 0;
}

.share__link {
  display: block;
  width: 3.2rem;
}

.articleSec__btnWrapper {
  margin-top: 5rem;
  text-align: center;
}

.articleSec__btn {
  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;
  gap: 0.8rem;
  border-radius: 0;
  background: transparent;
  padding: 0;
  font-size: 1.4rem;
}
.articleSec__btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url("../assets/img/news/icon_arrow_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.articleSec__relation {
  margin-top: 6.4rem;
}
@media screen and (min-width: 64em) {
  .articleSec__relation {
    margin-top: 9.6rem;
  }
}

.articleSec__relationTtl {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}

.relationSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

.relationSlider .newsCard {
  width: 100%;
  margin: 0 0.8rem;
}
@media screen and (min-width: 48em) {
  .relationSlider .newsCard {
    max-width: 33rem;
    margin: 0 1.2rem;
  }
}

.articleSecSlider.is-active {
  overflow: hidden;
  margin-right: -2.4rem;
  margin-left: -0.8rem;
}
@media screen and (min-width: 48em) {
  .articleSecSlider.is-active {
    margin-right: -2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .articleSecSlider.is-active {
    margin-right: calc(50% - 615px);
  }
}
@media (min-width: 1230px) {
  .articleSecSlider.is-active {
    margin-right: calc(50% - 50vw);
  }
}
.articleSecSlider.is-active .slick-list {
  padding-left: 0 !important;
}
.articleSecSlider.is-active .newsCard {
  width: auto;
}
.articleSecSlider.is-active .newsCard {
  width: auto;
  max-width: initial;
}

.newsCard.nodots .slick-dots {
  display: none;
}

@media screen and (min-width: 48em) {
  .relationSlider .relationSlider__list.slick-dotted.slick-slider {
    padding-bottom: 2rem;
  }
}

.vsp {
  display: block;
}
@media screen and (min-width: 64em) {
  .vsp {
    display: none !important;
  }
}

.vpc {
  display: none !important;
}
@media screen and (min-width: 64em) {
  .vpc {
    display: block !important;
  }
}

.bg-white {
  background: #fff;
}

.l-archiveShop {
  padding: 4rem 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .l-archiveShop {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 8rem;
  }
}

@media screen and (min-width: 64em) {
  .l-archiveShop__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 64em) {
  .l-archiveShop__left {
    width: 58%;
    padding: 0 4rem;
  }
}

.l-archiveShop__right {
  display: none;
}
@media screen and (min-width: 64em) {
  .l-archiveShop__right {
    display: block;
    width: 42%;
  }
}

@media screen and (min-width: 64em) {
  .l-archiveShop__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.archiveShopSec__ttl {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 64em) {
  .archiveShopSec__ttl {
    margin-bottom: 0;
  }
}

.archiveShopSec__select {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 64em) {
  .archiveShopSec__select {
    width: 24rem;
  }
}

.archiveShopSec__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.archiveShopSec__select select {
  width: 100%;
  padding: 1.6rem 5.2rem 1.6rem 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-text);
  background: #F8F8F8;
  border: 1px solid #DEDFDF;
  border-radius: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #48494D;
  outline: none;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .archiveShopSec__select select {
    background: #F3F3F3;
  }
}
.archiveShopSec__select select:focus {
  outline: none;
}

.archiveShop__map {
  position: sticky;
  top: 8rem;
  width: 100%;
  height: 100vh;
}

.archiveShop__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.areaSec {
  padding-top: 5.6rem;
}
@media screen and (min-width: 64em) {
  .areaSec {
    padding-top: 9.6rem;
  }
}

.areaSec:first-child {
  padding-top: 3.2rem;
}
@media screen and (min-width: 64em) {
  .areaSec:first-child {
    padding-top: 6.4rem;
  }
}

.areaSec__header {
  margin-bottom: 1.6rem;
}

.areaSecTtl {
  position: relative;
  padding-left: 2.4rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .areaSecTtl {
    font-size: 2.4rem;
    line-height: 1.2;
    padding-left: 2.8rem;
  }
}

.areaSecTtl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../assets/img/shoplist/icon_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 64em) {
  .areaSecTtl::before {
    width: 2rem;
    height: 2rem;
  }
}

.shopCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4.8rem;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .shopCards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 5.6rem 3.2rem;
  }
}

.shopCard__header {
  margin-bottom: 0.8rem;
}
.shopCard__body {
  padding: 0 0.8rem;
}

.shopCard__img {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .shopCard__img {
    padding-top: 51.5%;
  }
}

.shopCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopCard__ttl {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (min-width: 64em) {
  .shopCard__ttl {
    font-size: 1.8rem;
  }
}

.shopCard__txt {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #66666A;
}
@media screen and (min-width: 64em) {
  .shopCard__txt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.shopCard__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}

.shopCard__link {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding-right: 1.8rem;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #48494D;
}
.shopCard__link:hover {
  opacity: 0.7;
}

.shopCard__link::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../assets/img/shoplist/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.shopCard__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 12px 16px;
  border-radius: 0.2rem;
  border: 0.1rem solid #929294;
}

.fixedMapBtn {
  position: fixed;
  bottom: 2.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  width: 24rem;
  background-color: #48494D;
  border-radius: 4rem;
  -webkit-box-shadow: 0.4rem 0.4rem 0.8rem rgba(9, 30, 66, 0.16);
          box-shadow: 0.4rem 0.4rem 0.8rem rgba(9, 30, 66, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.6rem;
}
@media screen and (min-width: 64em) {
  .fixedMapBtn {
    display: none;
  }
}

.fixedMapBtn:hover {
  opacity: 1;
}

.fixedMapBtn__txt {
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

.l-shopInner {
  max-width: 95rem;
  margin: 0 auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (min-width: 48em) {
  .l-shopInner {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.l-shopPage__mid {
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .l-shopPage__mid {
    padding-bottom: 8rem;
  }
}

.l-shopLead {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  background: #F8F5F0;
}
@media screen and (min-width: 64em) {
  .l-shopLead {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.l-shopLead__header {
  margin-bottom: 1.6rem;
}

.shopLeadSec__ttl {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopLeadSec__ttl {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.shopLeadDesc__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 64em) {
  .shopLeadDesc__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 1.6rem;
  }
}

.shopLeadDesc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shopLeadDesc__left {
  width: 4rem;
}
@media screen and (min-width: 64em) {
  .shopLeadDesc__left {
    width: 3.2rem;
  }
}

.shopLeadDesc__right {
  width: calc(100% - 4rem);
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopLeadDesc__right {
    width: calc(100% - 3.2rem);
  }
}

.shopLeadDesc__icon {
  width: 2.4rem;
}

.shopLeadDesc__tel {
  position: relative;
  display: inline-block;
}

.shopLeadDesc__tel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  padding-bottom: 0.1rem;
  background-color: #48494D;
}

.shopLeadDesc__address {
  display: inline-block;
}

.shopLeadDesc__address--icon::after {
  content: "";
  display: inline-block;
  width: 4.6rem;
  height: 2rem;
  padding-bottom: 0.1rem;
  margin-left: 0.2rem;
  vertical-align: middle;
  background-image: url(../assets/img/shoplist/icon_arrow_map.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.shopLeadNews {
  margin-top: 1.6rem;
  padding: 1.2rem;
  background: #EEEBE6;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .shopLeadNews {
    margin-top: 2.4rem;
  }
}

.shopLeadNews__header {
  margin-bottom: 0.4rem;
}

.shopLeadNews__ttl {
  font-weight: 700;
  color: rgba(26, 26, 25, 0.8);
  line-height: 1.3;
  font-size: 12px;
}

.shopLeadNews__body {
  position: relative;
  line-height: 1.6;
  color: #000;
  padding-right: 24px;
  height: 24px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopLeadNews__body::after {
  content: "";
  position: absolute;
  top: -0.2rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopLeadNews__body.is-open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.shopLeadNews:has(> .shopLeadNews__body span:empty) {
  display: none;
}

.l-shopDesc {
  padding-top: 4rem;
  padding-bottom: 5.6rem;
  background: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .l-shopDesc {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.l-shopDesc__header {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-shopDesc__header {
    margin-bottom: 4rem;
  }
}

.shopDescTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.shopDescTab__item {
  position: relative;
  display: inline-block;
  padding-bottom: 0.8rem;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .shopDescTab__item {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
  }
}

.shopDescTab__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #48494D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.shopDescTab__item:hover {
  opacity: 0.7;
}

.shopDescTab__item.is-active {
  font-weight: 700;
  pointer-events: none;
}

.shopDescTab__item.is-active::before {
  opacity: 1;
}

.l-shopInfo__top {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-shopInfo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.l-shopInfo__map {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-shopInfo__map {
    margin-bottom: 0;
    width: 40%;
  }
}

.l-shopInfo__access {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .l-shopInfo__access {
    width: 60%;
    padding-right: 5.6rem;
    font-size: 1.6rem;
  }
}

.shopDetail__top {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .shopDetail__top {
    margin-bottom: 1.6rem;
  }
}

.shopDetail__ttl {
  margin: 0 0 1.6rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

.shopDetail__lead {
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .shopDetail__lead {
    font-size: 1.8rem;
  }
}

.shopDetail__content {
  background: #F8F8F8;
}

.shopDetail__btn {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  padding: 1.4rem 3.2rem 1.4rem 1.4rem;
  cursor: pointer;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  .shopDetail__btn {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 1.6rem 3.2rem 1.6rem 1.6rem;
  }
}

.shopDetail__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopDetail__btn.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.shopDetail__desc {
  padding: 1.6rem;
  display: none;
}

.shopDetail__list {
  margin-bottom: 0;
}

.shopDetail__item li {
  position: relative;
  margin-bottom: 4.8rem;
}
.shopDetail__item li::after {
  content: "";
  position: absolute;
  bottom: -3.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../assets/img/shoplist/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.shopDetail__item li:last-child {
  margin-bottom: 0;
}
.shopDetail__item li:last-child::after {
  display: none;
}
.shopDetail__item p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopDetail__item p {
    font-size: 1.4rem;
  }
}

.shopDetail__content {
  margin-bottom: 0.8rem;
}

.shopDetail__content--car p,
.shopDetail__content--building p {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopDetail__content--car p,
  .shopDetail__content--building p {
    font-size: 1.4rem;
  }
}

.shopDl {
  margin-bottom: 0;
}

.shopDl__credit {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding-top: 1rem;
}
@media screen and (min-width: 64em) {
  .shopDl__credit {
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
  }
}
.shopDl__credit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 8rem;
}
.shopDl__credit img {
  max-width: 7rem;
}

.shopDl__dt {
  position: relative;
  border-bottom: 0.1rem solid #DEDFDF;
  padding: 1.6rem 4rem 1.6rem 0;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .shopDl__dt {
    padding: 2.4rem 4rem 2.4rem 0;
  }
}

.shopDl__dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../assets/img/shoplist/icon_shevron_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shopDl__dt.is-active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.shopDl__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 400;
}
@media screen and (min-width: 64em) {
  .shopDl__ttl {
    font-weight: 700;
  }
}

.shopDl__dd {
  display: none;
}

.shopDl__faq li {
  padding: 0.8rem 1.6rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  border-bottom: 0.1rem solid #DEDFDF;
}
.shopDl__faq li > div:first-child {
  margin-bottom: 1rem;
}
.shopDl__faq li > div:nth-child(1)::before {
  content: "Q.";
}
.shopDl__faq li > div:nth-child(2)::before {
  content: "A.";
}

.l-shopDesc__content--service {
  display: none;
}

.l-shopService__content {
  border-bottom: 0.1rem solid #DEDFDF;
}

.l-shopService__content:last-child {
  border-bottom: none;
}

.l-shopService__content--product {
  padding-bottom: 3.2rem;
}

.l-shopService__content--kokuin {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}

.l-shopService__content--omigaki {
  padding-top: 3.2rem;
}

.l-shopService__header {
  margin-bottom: 1.6rem;
}

.shopService__ttl {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.shopService__txt {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 64em) {
  .shopService__txt {
    font-size: 1.6rem;
  }
}

.shopServiceCats {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media screen and (min-width: 64em) {
  .shopServiceCats {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem 1.6rem;
  }
}

.shopServiceCat__link {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.shopServiceCat__link:hover {
  text-decoration: underline;
}

.shopOption__box {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding: 1.6rem;
  border-bottom: 0.1rem solid #DEDFDF;
  letter-spacing: 0.03em;
}

.shopOption__box > *:not(:last-child) {
  margin-bottom: 0.4rem;
}

.shopOption__box:last-child {
  border-bottom: none;
}

@media screen and (min-width: 48em) {
  .shopOption__thumb {
    max-width: 32.6rem;
    margin: 0 auto;
  }
}

.shopOption__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}

.shopOption__txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
.shopOption__note {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #7C7C7F;
}
.shopOption__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (min-width: 48em) {
  .shopOption__list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

.shopOption__img {
  position: relative;
  width: 100%;
  padding-top: 43.2%;
  margin-bottom: 0.4rem;
}

.shopOption__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopOption__caption {
  font-size: 1.2rem;
  line-height: 1.8;
}

.shopService__btnWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.4rem;
}

.shopService__btn {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 1.2rem;
  width: 100%;
  border: 0.1rem solid #929294;
  text-align: center;
  border-radius: 0.4rem;
}
@media screen and (min-width: 64em) {
  .shopService__btn {
    width: 24rem;
  }
}

.separatorLine {
  width: 100%;
  height: 1.1rem;
  background: #F5F5F5;
}

.l-shopSec {
  overflow: hidden;
  padding-top: 5.6rem;
  background: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .l-shopSec {
    padding-top: 8rem;
  }
}

.l-shopSec--plan {
  padding-top: 2.4rem;
  padding-bottom: 5.6rem;
  background: #F8F8F8;
}
@media screen and (min-width: 64em) {
  .l-shopSec--plan {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.l-shopSec--shop {
  background: #F8F5F0;
  padding-top: 4rem;
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .l-shopSec--shop {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.l-shopSec__header {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 64em) {
  .l-shopSec__header {
    margin-bottom: 2.4rem;
  }
}

.shopSec__ttl {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 64em) {
  .shopSec__ttl {
    font-size: 2.8rem;
  }
}

.shopSec__ttl--lg {
  font-size: 2.8rem;
}
@media screen and (min-width: 64em) {
  .shopSec__ttl--lg {
    font-size: 3.2rem;
  }
}

.l-shopSec--concept {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 5.6rem;
}
@media screen and (min-width: 64em) {
  .l-shopSec--concept {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }
}

.shopSec__label {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.3);
  font-family: "classico-urw", serif;
}
@media screen and (min-width: 64em) {
  .shopSec__label {
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
}

.shopSec__txtBox {
  margin-bottom: 4rem;
}
@media screen and (min-width: 64em) {
  .shopSec__txtBox {
    margin-bottom: 5.6rem;
  }
}

.shopSec__txt {
  font-size: 1.6rem;
  line-height: 1.8;
}

.shopSlider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.shopPlanCard {
  display: block;
  background: #F8F8F8;
  overflow: hidden;
  letter-spacing: 0.03em;
  margin: 0 0.8rem;
  height: 100%;
  width: 28rem;
}
@media screen and (min-width: 64em) {
  .shopPlanCard {
    margin: 0 1.2rem;
  }
}

.shopStaffCard {
  position: relative;
  display: block;
  overflow: hidden;
  letter-spacing: 0.03em;
  margin: 0 1rem;
  height: 100%;
  width: 100%;
  max-width: 35.8rem;
}

.shopSecSlider.is-active {
  overflow: hidden;
  margin-right: -1.6rem;
  margin-left: -0.8rem;
}
@media screen and (min-width: 48em) {
  .shopSecSlider.is-active {
    margin-right: -2.4rem;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .shopSecSlider.is-active {
    margin-right: calc(50% - 615px);
  }
}
@media (min-width: 1230px) {
  .shopSecSlider.is-active {
    margin-right: calc(50% - 50vw);
  }
}
.shopSecSlider.is-active .shopPlanCard {
  width: auto;
}
.shopSecSlider.is-active .shopStaffCard {
  width: auto;
  max-width: initial;
}
.shopSecSlider.is-active .shopConceptCard {
  width: auto;
  max-width: initial;
}

.shopSecSlider.nodots .slick-dots {
  display: none;
}

@media screen and (min-width: 48em) {
  .shopSecSlider--staff .shopSlider.slick-dotted.slick-slider {
    padding-bottom: 2rem;
  }
}

.shopSecSlider--concept .shopSlider.slick-dotted.slick-slider {
  padding-bottom: 0 !important;
}

.shopSecSlider--concept .shopSlider .slick-dots {
  display: none !important;
}

@media screen and (min-width: 48em) {
  .shopSecSlider--post .shopSlider.slick-dotted.slick-slider {
    padding-bottom: 0;
  }
}

.shopPlanCard__body {
  padding: 0.8rem 0.8rem 1.6rem;
}

.shopPlanCard__thumb {
  position: relative;
  width: 100%;
  padding-top: 56%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__thumb {
    padding-top: 51.5%;
  }
}

.shopPlanCard__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopPlanCard__main {
  margin-bottom: 2.4rem;
}

.shopPlanCard__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 0.4rem;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__ttl {
    font-size: 2rem;
  }
}

.shopPlanCard__txt {
  font-size: 1.2rem;
  line-height: 1.7;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__txt {
    font-size: 1.4rem;
  }
}

.shopPlanCard__btn {
  display: inline-block;
  color: #fff !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  background: #161619;
  padding: 1.2rem 3rem;
  min-width: 13.2rem;
}

.shopPlanCard__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.4rem;
  gap: 1.6rem;
}

.shopPlanCard__txt02 {
  position: relative;
  font-size: 1.4rem;
  padding-left: 2.4rem;
  line-height: 1.3;
}
@media screen and (min-width: 64em) {
  .shopPlanCard__txt02 {
    font-size: 1.6rem;
  }
}

.shopPlanCard__txt02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.shopPlanCard__txt02--date::before {
  background-image: url(../assets/img/shoplist/icon_calendar.svg);
}

.shopPlanCard__txt02--price::before {
  background-image: url(../assets/img/shoplist/icon_yen.svg);
}

.shopPlanCard__price {
  font-size: 1.4rem;
  line-height: 1.3;
}

.shopConceptCard {
  display: block;
  margin: 0 0.8rem;
  height: 100%;
  width: 28rem;
}
@media screen and (min-width: 64em) {
  .shopConceptCard {
    width: 100%;
    max-width: 35.8rem;
    margin: 0 1.2rem;
  }
}

.shopConceptCard__body {
  padding-top: 1.6rem;
}

.shopConceptCard__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.shopConceptCard__thumb {
  position: relative;
  width: 100%;
  padding-top: 71.4%;
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .shopConceptCard__thumb {
    padding-top: 50%;
  }
}

.shopConceptCard__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopPostCard {
  background: #F2F1EF;
  border-radius: 0.8rem;
  margin: 0 0.8rem;
  padding: 1.6rem 1.6rem 1.6rem 2.4rem;
  height: 100%;
  width: 28rem;
}
@media screen and (min-width: 64em) {
  .shopPostCard {
    padding: 2.4rem 3.2rem;
    width: 35rem;
  }
}

.shopPostCard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopPostCard__right {
  width: 5rem;
}
@media screen and (min-width: 64em) {
  .shopPostCard__right {
    width: 6rem;
  }
}

.shopPostCard__left {
  width: calc(100% - 5rem);
  padding-right: 0.8rem;
}
@media screen and (min-width: 64em) {
  .shopPostCard__left {
    width: calc(100% - 6rem);
    padding-right: 1.6rem;
  }
}

.shopPostCard__ttl {
  margin: 0 0 0.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  color: #2F2725;
}
@media screen and (min-width: 64em) {
  .shopPostCard__ttl {
    font-size: 1.8rem;
  }
}

.shopPostCard__txt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #66666A;
}
.shopStaffCard__img {
  position: relative;
  width: 100%;
  padding-top: 78.75%;
  overflow: hidden;
}

.shopStaffCard__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.shopStaffCard__box {
  position: absolute;
  z-index: 10;
  top: 22%;
  left: 0;
  width: 100%;
  padding: 0 2.4rem;
}

.is-active .shopStaffCard__box {
  top: 33%;
}

.shopStaffCard__label {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  color: #2F2725;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #2F2725;
  margin-bottom: 0.8rem;
}

.shopStaffCard__txt {
  width: 60%;
  margin-bottom: 0.4rem;
  color: #2F2725;
  font-size: 1.4rem;
  line-height: 1.6;
}

.shopStaffCard__name {
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  .shopStaffCard__name {
    font-size: 1.4rem;
  }
}

.shopSlider.slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 4rem;
}
.shopSlider .slick-list {
  padding-left: 0 !important;
}
.shopSlider .slick-slide {
  display: block;
  height: auto;
}
.shopSlider .slick-dots {
  padding-right: 1.6rem;
  padding-left: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
}
@media screen and (min-width: 48em) {
  .shopSlider .slick-dots {
    padding-right: 2.4rem;
    display: none !important;
  }
}
.shopSlider .slick-dots li {
  margin: 0 0.1rem;
  width: 100%;
  height: 0.06rem;
}
.shopSlider .slick-dots li button {
  width: 100%;
  height: 0.06rem;
}
.shopSlider .slick-dots li button:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0.06rem;
  border-radius: 0;
  background: transparent;
  border-bottom: 0.06rem dashed #2A2625;
}
.shopSlider .slick-dots li.slick-active button:before {
  background: #2A2625;
  height: 0.2rem;
}
.shopSlider .slick-dots.is-hide {
  display: none !important;
}

.shopLine {
  width: 100%;
  background: #F8F8F8;
  padding: 2.4rem 1.6rem;
  border-radius: 0.8rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .shopLine {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.6rem 2.4rem;
  }
}

.shopLine__top {
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 64em) {
  .shopLine__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .shopLine__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.shopLine__left {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 64em) {
  .shopLine__left {
    margin-bottom: 0;
  }
}

.shopLine__right {
  text-align: center;
}
@media screen and (min-width: 64em) {
  .shopLine__right {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .shopLine__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.6rem;
  }
}

.shopLine__img {
  width: 5rem;
  margin: 0 auto;
}
@media screen and (min-width: 64em) {
  .shopLine__img {
    width: 8rem;
  }
}

.shopLine__ttl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 64em) {
  .shopLine__ttl {
    font-size: 2rem;
  }
}

.shopLine__txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 64em) {
  .shopLine__txt {
    font-size: 1.6rem;
  }
}

.shopLine__bottom {
  text-align: center;
}

.shopLine__btn {
  display: inline-block;
  font-size: 1.4rem;
  min-width: 24rem;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  padding: 1.3rem;
  border-radius: 0.4rem;
  background: #4CC764;
  color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.shopLine__btn:hover {
  opacity: 0.7;
}

.shopSecSlider__note {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .shopSecSlider__note {
    padding-left: 1rem;
    text-align: left;
  }
}

.l-storeSearch {
  margin-bottom: 0;
  background: #F8F5F0;
  padding-top: 4rem;
  padding-bottom: 4rem;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 64em) {
  .l-storeSearch {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
}

@media screen and (min-width: 48em) {
  .l-storeSearch__inner {
    max-width: 114rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 64em) {
  .l-storeSearch__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.l-storeSearch__top {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 64em) {
  .l-storeSearch__top {
    width: 35%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64em) {
  .l-storeSearch__bottom {
    width: 65%;
  }
}

.storeSearch__ttl {
  width: 13.2rem;
  margin: 0 auto 1.6rem;
}
@media screen and (min-width: 64em) {
  .storeSearch__ttl {
    margin: 0 0 1.6rem;
  }
}

.storeSearch__txt {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .storeSearch__txt {
    font-size: 1.8rem;
    text-align: left;
  }
}

.storeSearch__btnWrapper {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .storeSearch__btnWrapper {
    margin-top: 1.6rem;
    text-align: left;
  }
}

.storeSearch__btn {
  display: inline-block;
  width: 24rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  color: #fff !important;
  padding: 1.3rem;
  background: #161619;
  border-radius: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 64em) {
  .storeSearch__btn {
    font-size: 1.6rem;
    padding: 1.6rem 2.4rem;
  }
}

.shopSec__btnWrapper {
  margin-top: 4rem;
  text-align: center;
}

.mapModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}

.mapModal__header {
  height: 4.8rem;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mapModal__body {
  height: calc(100% - 4.8rem);
  overflow: hidden;
  position: relative;
}

.mapModal__body iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapModal__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  gap: 0.8rem;
}

.mapModal__btn::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url(../assets/img/shoplist/icon_shevron_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-shopSec__body .js-meo-template-categories {
  background-color: #F8F8F8 !important;
  color: #66666A !important;
  padding: 0.4rem 0.8rem !important;
}
.l-shopSec__body .js-meo-column-template-container {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 2rem 0.8rem !important;
}
@media screen and (min-width: 64em) {
  .l-shopSec__body .js-meo-column-template-container {
    gap: 4rem 1.6rem !important;
  }
}
.l-shopSec__body .js-meo-change-column-template {
  width: 33% !important;
  -ms-flex-preferred-size: calc(33% - 0.8rem) !important;
      flex-basis: calc(33% - 0.8rem) !important;
}
.l-shopSec__body .js-meo-template_card_format {
  min-height: auto !important;
}
.l-shopSec__body .js-meo-template-content {
  margin-top: 0.8rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}
/*# sourceMappingURL=style2025.css.map */
