@charset "UTF-8";
.c-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
  text-align: center;
  color: #313131;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .c-head {
    gap: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .c-head {
    gap: 4rem;
  }
}

.c-head__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  letter-spacing: 0.32rem;
}

.c-head__en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 6.4rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .c-head__en {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 480px) {
  .c-head__en {
    font-size: 3.2rem;
  }
}

.c-head__ja {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  .c-head__ja {
    font-size: 2.2rem;
  }
}

.c-head__lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .c-head__lead {
    font-size: 1.5rem;
  }
}

.gbase-main {
  padding-top: 8rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-main {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-main {
    padding-top: 6rem;
  }
}

.gbase-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 40rem;
  overflow: hidden;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-hero {
    height: 30rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-hero {
    height: 24rem;
  }
}

.gbase-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.gbase-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6.4rem;
  width: 100%;
  padding-left: 6rem;
  color: #313131;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-hero__inner {
    gap: 3.2rem;
    padding: 0 3rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    padding: 0 2rem;
  }
}

.gbase-hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0.32rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-hero__title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-hero__title {
    font-size: 3.6rem;
    letter-spacing: 0.2rem;
  }
}

.gbase-hero__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.32rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-hero__subtitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-hero__subtitle {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

.gbase-feature,
.gbase-plan,
.gbase-location,
.gbase-usecase,
.gbase-flow,
.gbase-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
  padding: 12rem 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-feature,
  .gbase-plan,
  .gbase-location,
  .gbase-usecase,
  .gbase-flow,
  .gbase-faq {
    padding: 9rem 0;
    gap: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-feature,
  .gbase-plan,
  .gbase-location,
  .gbase-usecase,
  .gbase-flow,
  .gbase-faq {
    padding: 7rem 0;
    gap: 4rem;
  }
}

.gbase-flow {
  padding-right: 24rem;
  padding-left: 24rem;
}
@media screen and (max-width: 960px) {
  .gbase-flow {
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-flow {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-flow {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.gbase-about {
  padding: 12rem 0 0;
}
@media screen and (max-width: 960px) {
  .gbase-about {
    padding: 12rem 0 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-about {
    padding: 9rem 0 0;
  }
}
@media screen and (max-width: 480px) {
  .gbase-about {
    padding: 7rem 0 0;
  }
}
.gbase-about > .inner13 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-about > .inner13 {
    gap: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-about > .inner13 {
    gap: 4rem;
  }
}

.gbase-about,
.gbase-location,
.gbase-usecase {
  background-color: #f7f7f7;
}

.gbase-feature,
.gbase-flow,
.gbase-faq {
  background-color: #ffffff;
}

.gbase-feature__inner,
.gbase-plan__inner,
.gbase-usecase__inner,
.gbase-location__inner,
.gbase-faq__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6.4rem;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-feature__inner,
  .gbase-plan__inner,
  .gbase-usecase__inner,
  .gbase-location__inner,
  .gbase-faq__inner {
    gap: 5rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-feature__inner,
  .gbase-plan__inner,
  .gbase-usecase__inner,
  .gbase-location__inner,
  .gbase-faq__inner {
    gap: 4rem;
  }
}

.gbase-location__inner,
.gbase-faq__inner {
  width: calc(100% - 4rem);
  max-width: 100rem;
  margin: 0 auto;
}

.gbase-feature__inner > .h2_item,
.gbase-usecase__inner > .h2_item {
  width: 100%;
  margin-bottom: 0;
}
.gbase-feature__inner > .c-head__lead,
.gbase-usecase__inner > .c-head__lead {
  text-align: center;
}

.c-head--on-dark {
  color: #ffffff;
}

.gbase-faq__a, .gbase-flow__text, .gbase-usecase__timetable-desc, .gbase-usecase__timetable-lead, .gbase-usecase__text, .gbase-location__note-text, .gbase-feature__text, .gbase-about__scene-text, .gbase-about__paragraph {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .gbase-faq__a, .gbase-flow__text, .gbase-usecase__timetable-desc, .gbase-usecase__timetable-lead, .gbase-usecase__text, .gbase-location__note-text, .gbase-feature__text, .gbase-about__scene-text, .gbase-about__paragraph {
    font-size: 16px;
  }
}

.gbase-about__body {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .gbase-about__body {
    display: flex;
    flex-direction: column;
    gap: 3.2rem;
  }
}

.gbase-about__figure {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45%;
  overflow: hidden;
}
.gbase-about__figure video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .gbase-about__figure {
    position: relative;
    width: 100%;
    height: 30rem;
  }
}

.gbase-about__text {
  position: relative;
  width: 50%;
  margin-left: auto;
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  color: #313131;
}
@media screen and (max-width: 960px) {
  .gbase-about__text {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.gbase-about__scenes {
  width: 100%;
  margin-top: 12rem;
  padding: 12rem 0;
  background-color: #2c2c2c;
  background-image: repeating-linear-gradient(to right, transparent 0, transparent calc((100% - 1px) / 8), rgba(255, 255, 255, 0.05) calc((100% - 1px) / 8), rgba(255, 255, 255, 0.05) calc((100% - 1px) / 8 + 1px));
  color: #ffffff;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-about__scenes {
    margin-top: 9rem;
    padding: 9rem 0;
  }
}
@media screen and (max-width: 480px) {
  .gbase-about__scenes {
    margin-top: 7rem;
    padding: 7rem 0;
  }
}

.gbase-about__scenes-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 480px) {
  .gbase-about__scenes-inner {
    gap: 3.2rem;
  }
}

.gbase-about__scenes-lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .gbase-about__scenes-lead {
    font-size: 1.9rem;
  }
}

.gbase-about__scene {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  width: 100%;
}
.gbase-about__scene:nth-child(2n+1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 960px) {
  .gbase-about__scene {
    flex-direction: column !important;
    gap: 2.4rem;
  }
}

.gbase-about__scene-figure {
  flex: 1 1 45%;
  min-width: 0;
  overflow: hidden;
  border-radius: 0.5rem;
}
.gbase-about__scene-figure img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .gbase-about__scene-figure {
    width: 100%;
  }
}

.gbase-about__scene-body {
  flex: 1 1 55%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  color: #ffffff;
}

.gbase-about__scene-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .gbase-about__scene-title {
    font-size: 1.9rem;
  }
}

.gbase-about__scene-text {
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .gbase-about__scene-text {
    font-size: 16px;
  }
}

.gbase-feature__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .gbase-feature__list {
    gap: 1.6rem;
  }
}

.gbase-feature__item {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .gbase-feature__item {
    flex-direction: column;
  }
}

.gbase-feature__figure {
  flex: 0 0 45%;
  min-width: 0;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.gbase-feature__figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .gbase-feature__figure {
    flex: none;
    width: 100%;
  }
}

.gbase-feature__heading {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.gbase-feature__num {
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3.2rem;
  line-height: 1;
  color: #b2b2b2;
}
@media screen and (max-width: 480px) {
  .gbase-feature__num {
    font-size: 2.6rem;
  }
}

.gbase-feature__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
  flex: 1 1 55%;
  min-width: 0;
  padding: 4rem;
}
@media screen and (max-width: 960px) {
  .gbase-feature__body {
    flex: none;
  }
}
@media screen and (max-width: 480px) {
  .gbase-feature__body {
    gap: 0.8rem;
    padding: 2rem 2.4rem 2.4rem;
  }
}

.gbase-feature__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .gbase-feature__title {
    font-size: 1.9rem;
  }
}

.gbase-feature__text {
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .gbase-feature__text {
    font-size: 16px;
  }
}

.gbase-plan {
  background-color: #313131;
  color: #ffffff;
}

.gbase-plan__cards {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  width: 100%;
  max-width: 128rem;
}
@media screen and (max-width: 960px) {
  .gbase-plan__cards {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}

.gbase-plan__card {
  display: flex;
  flex: 1 1 50%;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  min-width: 0;
  width: 100%;
  padding: 6.4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  color: #313131;
}
@media screen and (max-width: 1280px) {
  .gbase-plan__card {
    padding: 4.8rem;
  }
}
@media screen and (max-width: 960px) {
  .gbase-plan__card {
    max-width: 72rem;
    padding: 4rem;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-plan__card {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-plan__card {
    gap: 2.4rem;
    padding: 2.4rem;
  }
}

.gbase-plan__name {
  display: flex;
  align-items: center;
  padding: 0.4rem 2.4rem;
  background-color: #313131;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.gbase-plan__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.8rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  color: #313131;
}

.gbase-plan__price-num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .gbase-plan__price-num {
    font-size: 12.8vw;
  }
}

.gbase-plan__price-unit {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .gbase-plan__price-unit {
    font-size: 1.8rem;
  }
}

.gbase-plan__price-tax {
  font-weight: 350;
  font-size: 1.6rem;
}

.gbase-plan__spec {
  width: 100%;
  margin: 0;
  text-align: left;
}
.gbase-plan__spec > div {
  display: grid;
  grid-template-columns: 16rem minmax(0, 1fr);
  gap: 1.6rem;
  padding: 2rem 0;
  border-top: 1px solid #e5e5e5;
}
.gbase-plan__spec > div:last-child {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 480px) {
  .gbase-plan__spec > div {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 1.6rem 0;
  }
}
.gbase-plan__spec dt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .gbase-plan__spec dt {
    font-size: 16px;
  }
}
.gbase-plan__spec dd {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 480px) {
  .gbase-plan__spec dd {
    font-size: 16px;
  }
}

.gbase-plan__spec-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .gbase-plan__spec-title {
    font-size: 1.9rem;
  }
}

.gbase-plan__note {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #b2b2b2;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .gbase-plan__note {
    font-size: 1.3rem;
  }
}

.gbase-location__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
  width: 100%;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-location__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-location__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}

.gbase-location__card {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 0;
}

.gbase-location__img {
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 4/3;
}
.gbase-location__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gbase-location__label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .gbase-location__label {
    font-size: 16px;
  }
}

.gbase-location__note {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 90rem;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .gbase-location__note {
    padding: 2.4rem;
    gap: 1.6rem;
  }
}

.gbase-location__note-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .gbase-location__note-title {
    font-size: 1.9rem;
  }
}

.gbase-location__note-text {
  font-size: 18px;
  line-height: 1.9;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .gbase-location__note-text {
    font-size: 16px;
  }
}

.gbase-usecase__content {
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  align-items: flex-start;
  gap: 4.8rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .gbase-usecase__content {
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 4rem;
  }
}

.gbase-usecase__cards {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  min-width: 0;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .gbase-usecase__cards {
    max-width: 64rem;
  }
}

.gbase-usecase__card {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  min-width: 0;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__card {
    flex-direction: column;
    gap: 1.6rem;
  }
}

.gbase-usecase__img {
  flex: 1 1 40%;
  overflow: hidden;
  border-radius: 0.5rem;
  aspect-ratio: 3/2;
}
.gbase-usecase__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__img {
    width: 100%;
  }
}

.gbase-usecase__card:hover .gbase-usecase__img img {
  transform: scale(1.04);
}

.gbase-usecase__body {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  min-width: 0;
  padding: 0 0.4rem;
  color: #313131;
}

.gbase-usecase__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__title {
    font-size: 2rem;
  }
}

.gbase-usecase__text {
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__text {
    font-size: 16px;
  }
}

.gbase-usecase__timetable {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.2rem;
  min-width: 0;
  width: 100%;
  padding: 4rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .gbase-usecase__timetable {
    max-width: 64rem;
  }
}
@media screen and (max-width: 480px) {
  .gbase-usecase__timetable {
    padding: 2.4rem;
    gap: 2.4rem;
  }
}

.gbase-usecase__timetable-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #313131;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__timetable-title {
    font-size: 1.9rem;
  }
}

.gbase-usecase__timetable-lead {
  margin-top: -1.6rem;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .gbase-usecase__timetable-lead {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .gbase-usecase__timetable-lead {
    margin-top: -0.8rem;
    text-align: left;
  }
}

.gbase-usecase__timetable-list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
}

.gbase-usecase__timetable-item {
  display: flex;
  align-items: baseline;
  gap: 2rem;
  padding: 2.4rem;
  background-color: #f7f7f7;
  border-radius: 0.5rem;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__timetable-item {
    flex-direction: column;
    gap: 0.8rem;
    padding: 2rem;
  }
}

.gbase-usecase__timetable-time {
  flex-shrink: 0;
  width: 6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  color: #313131;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__timetable-time {
    font-size: 1.9rem;
  }
}

.gbase-usecase__timetable-desc {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .gbase-usecase__timetable-desc {
    font-size: 14px;
  }
}

.gbase-flow__list {
  width: 100%;
  max-width: 90rem;
}

.gbase-flow__item {
  display: flex;
  gap: 3.2rem;
  padding: 0 0 4rem 1.6rem;
  position: relative;
}
.gbase-flow__item::before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 5.9rem;
  width: 1px;
  height: 100%;
  background-color: #b2b2b2;
}
.gbase-flow__item:last-child {
  padding-bottom: 0;
}
.gbase-flow__item:last-child::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .gbase-flow__item {
    gap: 1.6rem;
    padding: 0 0 3.2rem 0;
  }
  .gbase-flow__item::before {
    left: 2.7rem;
  }
}

.gbase-flow__step {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  width: 8.8rem;
  height: 8.8rem;
  background-color: #313131;
  border-radius: 50%;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .gbase-flow__step {
    width: 5.6rem;
    height: 5.6rem;
    font-size: 1.1rem;
  }
}

.gbase-flow__num {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .gbase-flow__num {
    font-size: 2rem;
  }
}

.gbase-flow__body {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding-top: 1.2rem;
  min-width: 0;
}
@media screen and (max-width: 480px) {
  .gbase-flow__body {
    padding-top: 0.4rem;
  }
}

.gbase-flow__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  .gbase-flow__title {
    font-size: 1.8rem;
  }
}

.gbase-flow__text {
  font-size: 18px;
  line-height: 1.9;
}
@media screen and (max-width: 480px) {
  .gbase-flow__text {
    font-size: 16px;
  }
}

.gbase-faq__list {
  width: 100%;
}

.gbase-faq__item {
  border-bottom: 1px solid #b2b2b2;
}
.gbase-faq__item:first-child {
  border-top: 1px solid #b2b2b2;
}

.gbase-faq__q {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 2.8rem 5.6rem 2.8rem 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  color: #313131;
  cursor: pointer;
  list-style: none;
  transition: opacity 0.3s ease;
}
.gbase-faq__q::-webkit-details-marker {
  display: none;
}
.gbase-faq__q:hover {
  opacity: 0.6;
}
.gbase-faq__q::before {
  content: "Q";
  flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 2.4rem;
  line-height: 1;
  color: #b2b2b2;
}
.gbase-faq__q::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background-image: linear-gradient(#313131, #313131), linear-gradient(#313131, #313131);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 1px, 1px 100%;
  transform: translateY(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 480px) {
  .gbase-faq__q {
    padding: 2rem 3.6rem 2rem 0;
    font-size: 16px;
  }
  .gbase-faq__q::before {
    font-size: 1.8rem;
  }
  .gbase-faq__q::after {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.gbase-faq__item[open] .gbase-faq__q::after {
  transform: translateY(-50%) rotate(90deg);
  background-size: 100% 1px, 0 100%;
}

.gbase-faq__a {
  display: none;
  padding: 0 5.6rem 2.8rem 4rem;
}
@media screen and (max-width: 480px) {
  .gbase-faq__a {
    padding: 0 0 2rem 2.8rem;
    font-size: 16px;
  }
}

.gbase-faq__item[open] .gbase-faq__a {
  display: block;
}

.location-main {
  padding-top: 8rem;
}

.location-hero {
  position: relative;
  display: flex;
  align-items: center;
  height: 40rem;
  overflow: hidden;
}

.location-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
}

.location-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 6.4rem;
  width: 100%;
  padding-left: 6rem;
  color: #313131;
}

.location-hero__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0.32rem;
}

.location-hero__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.32rem;
}

.location-map {
  padding: 8rem 24rem;
}

.location-map__visual {
  position: relative;
  height: 62.4rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.location-map__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.location-map__visual iframe {
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
  height: calc(100% + 70px);
  border: 0;
}

.location-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding-top: 8rem;
}

.location-list__regions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding: 0 2rem;
}

.location-list__region,
.location-card__area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 0.4rem 1.6rem;
  background-color: #313131;
  border-radius: 0.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08rem;
  color: #ffffff;
  white-space: nowrap;
}

.location-list__region {
  padding: 0.6rem 2rem;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.location-list__region:hover, .location-list__region.is-active {
  background-color: #ffffff;
  color: #313131;
  opacity: 1;
}

.location-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #b2b2b2;
}

.location-card {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  min-width: 0;
  padding: 1.6rem;
  overflow: hidden;
  border-right: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}
.location-card[hidden] {
  display: none;
}

.location-card__image {
  flex-shrink: 0;
  height: 30rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.location-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.location-card:hover .location-card__image img {
  transform: scale(1.025);
}

.location-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.4rem;
  flex-grow: 1;
  width: 100%;
  padding: 0 0.8rem;
}

.location-card__details {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
  color: #313131;
}

.location-card__title {
  width: 100%;
  overflow: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.location-card__info {
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 350;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.18rem;
}
.location-card__info div {
  display: grid;
  grid-template-columns: 10rem minmax(0, 1fr);
}
.location-card__info dt,
.location-card__info dd {
  margin: 0;
}
.location-card__info dt::after {
  content: ":";
  float: right;
  margin-right: 0.8rem;
}

.location-card__link.btn-wh {
  width: 100%;
  margin-top: auto;
}

.page-location .site-header {
  animation: location-header-opacity 8.237431s linear both, location-header-translate 8.237431s linear both;
}

.page-location .floating-banner {
  animation: location-floating-opacity 8.237431s linear both, location-floating-translate 8.237431s linear both;
}

@keyframes location-header-opacity {
  0%, 8.498% {
    opacity: 0;
  }
  14.568%, 100% {
    opacity: 1;
  }
}
@keyframes location-header-translate {
  0%, 8.498% {
    transform: translateY(-5rem);
  }
  14.568%, 100% {
    transform: translateY(0);
  }
}
@keyframes location-floating-opacity {
  0%, 18.21% {
    opacity: 0;
  }
  24.279%, 100% {
    opacity: 1;
  }
}
@keyframes location-floating-translate {
  0%, 18.21% {
    transform: translateX(5rem);
  }
  24.279%, 100% {
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-location .site-header,
  .page-location .floating-banner {
    animation: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .location-main {
    padding-top: 6rem;
  }
  .location-hero {
    height: 30rem;
  }
  .location-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0 3rem;
  }
  .location-hero__title {
    font-size: 4.8rem;
  }
  .location-hero__subtitle {
    font-size: 2.4rem;
  }
  .location-map {
    padding: 6rem 3rem;
  }
  .location-map__visual {
    height: 40rem;
  }
  .location-list {
    gap: 3rem;
    padding-top: 5rem;
  }
  .location-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .location-card__image {
    height: auto;
    aspect-ratio: 448/300;
  }
}
@media screen and (max-width: 480px) {
  .location-main {
    padding-top: 6rem;
  }
  .location-hero {
    height: 24rem;
  }
  .location-hero__image {
    object-position: center 44%;
  }
  .location-hero__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0 2rem;
  }
  .location-hero__title {
    font-size: 4rem;
    letter-spacing: 0.2rem;
  }
  .location-hero__subtitle {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
  .location-map {
    padding: 4rem 2rem;
  }
  .location-map__visual {
    height: auto;
    aspect-ratio: 4/3;
  }
  .location-list {
    gap: 3rem;
    padding-top: 4rem;
  }
  .location-list__regions {
    gap: 0.8rem;
    padding: 0 1.6rem;
  }
  .location-list__region {
    padding: 0.5rem 1.6rem;
    font-size: 1.6rem;
  }
  .location-list__grid {
    grid-template-columns: 1fr;
  }
  .location-card__image {
    height: auto;
    aspect-ratio: 448/300;
  }
  .location-card__title {
    font-size: 1.8rem;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
  .location-card__info {
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
  }
  .location-card__info div {
    grid-template-columns: 10rem minmax(0, 1fr);
  }
}
/* CSS Document */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Lower Page
  - Basic
  - Loading
  - About
  - Merit
  - Usage Image
  - Standing
  - Postion
  - Saving
  - Howto
  - Future
  - Product
  - Different
  - Voice
  - Contact
  - Catalog
  - Reserve
  - FAQ
  - Agency
  - Partner
  - Press kit
  - Privacy Policy
  - Commerce
  - Sitemap
--------------------------------------------------------------*/
/* Color
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
/* Mixin
--------------------------------------------- */
/* Basic
--------------------------------------------- */
.movice {
  position: relative;
  width: 100%;
  margin: 0 auto 3.5rem auto;
  padding-top: 56.25%;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .movice {
    margin: 0 auto 2.5rem auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .movice {
    margin: 0 auto 1.5rem auto;
    padding-right: 0;
    padding-left: 0;
  }
}
.movice iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Page Title
--------------------------------------------- */
.pageTitle {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pageTitle__inner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 588px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .pageTitle__inner {
    min-height: 220px;
    padding: 60px 30px;
  }
}
.pageTitle__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -830px;
  width: 800px;
  height: 1px;
  background: #313131;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .pageTitle__inner::after {
    top: 42.5%;
    left: -30px;
    width: 50px;
    -webkit-transform: translateY(-42.5%);
    -ms-transform: translateY(-42.5%);
    transform: translateY(-42.5%);
  }
}
.pageTitle__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageTitle__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pageTitle__ttl {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .pageTitle__ttl {
    flex-wrap: wrap;
    font-size: 21px;
    line-height: 1.4;
  }
}
.pageTitle__ttl span {
  margin: auto;
  margin-left: 50px;
  color: #D3D3D3;
  font-size: 32px;
  font-weight: 300;
  font-family: "Montserrat";
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .pageTitle__ttl span {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
    text-align: left;
  }
}

/* Headline
--------------------------------------------- */
.h2_txt {
  display: block;
  margin-bottom: 3.5rem;
  color: #313131;
  font-size: 42px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h2_txt {
    margin-bottom: 2.5rem;
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .h2_txt {
    font-size: 7.2vw;
  }
}

.h2_ttl {
  display: block;
  width: fit-content;
  margin-bottom: 1.5rem;
  color: #313131;
  font-size: 42px;
  font-weight: 300;
  font-family: "Montserrat";
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .h2_ttl {
    font-size: 32px;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .h2_ttl {
    font-size: 7.2vw;
  }
}
.h2_ttl span {
  font-size: 24px;
  letter-spacing: 0.05em;
  display: block;
  color: #A3A3A3;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .h2_ttl span {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}

.h3_txt {
  display: block;
  margin-bottom: 2.5rem;
  color: #313131;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .h3_txt {
    margin-bottom: 1.5rem;
    font-size: 24px;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 480px) {
  .h3_txt {
    font-size: 6vw;
  }
}

/* About
--------------------------------------------- */
.about .inner13 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .about .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.about .inner12 {
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .about .inner12 {
    padding-top: 35px;
    padding-bottom: 55px;
  }
}
.about__list {
  display: flex;
  column-gap: 60px;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  .about__list {
    column-gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .about__list {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about__listItem {
  display: flex;
  align-items: center;
  position: relative;
  width: calc(33.333% - 40px);
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .about__listItem {
    width: calc(33.3333% - 24px);
  }
}
@media only screen and (max-width: 768px) {
  .about__listItem {
    width: 100%;
    min-height: 120px;
    margin-top: 1.5rem;
  }
}
.about__listItem::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: rgba(69, 69, 69, 0.6);
}
.about__listItem-ttl {
  display: list-item;
  position: absolute;
  top: 50%;
  z-index: 99;
  overflow: hidden;
  width: 100%;
  margin: auto;
  color: #FFFFFF;
  text-align: center;
  line-height: 140%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about__listItem a {
  display: list-item;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .about__listItem a {
    font-size: 5.4vw;
    letter-spacing: 0.05em;
  }
}
.about__listItem a:hover {
  opacity: 1;
}
.about__listItem img {
  display: block;
  position: relative;
  opacity: 0.8;
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: 1s all;
}
.about__listItem img:hover {
  transform: scale(1.1);
  transition: 0.5s all;
}

/* Feature
--------------------------------------------- */
.feature {
  position: relative;
}
.feature .inner14 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .feature .inner14 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.feature .swiper {
  width: 100%;
  height: 100%;
}
.feature .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.feature .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.feature .swiper-slide p {
  margin-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .feature .swiper-slide p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 21px;
    text-align: left;
  }
}
.feature .swiper-pagination {
  display: none;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .feature .swiper-pagination {
    display: block;
    margin-top: 10px;
  }
}
.feature .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  width: 47px;
  height: 3.5px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  border-radius: 0 !important;
  background: #D3D3D3;
}
.feature .swiper-pagination-bullet-active {
  opacity: 1;
  background: #313131;
}

/* Feature
--------------------------------------------- */
.productNav {
  background: #F9F9F9;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .productNav {
    margin-top: 55px;
  }
}
.productNav .inner13 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .productNav .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.productNav__ttl {
  width: 100%;
  margin-bottom: 2.5rem;
  font-size: 36px;
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productNav__ttl {
    margin-bottom: 1rem;
    font-size: 28px;
  }
}
.productNav__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .productNav__list {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}
.productNav__listItem {
  width: 31%;
  height: 230px;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem {
    width: 100%;
    height: 140px;
  }
}
.productNav__listItem a {
  font-size: 24px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  font-family: "Montserrat";
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem a {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.productNav__listItem.spacia a {
  background: url(../img/product/list_product_01-pc.jpg) no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.spacia a {
    background: url(../img/product/list_product_01-sp.jpg) no-repeat top center/cover;
  }
}
.productNav__listItem.forest a {
  background: url(../img/product/list_product_02-pc.jpg) no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.forest a {
    background: url(../img/product/list_product_02-sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.forest {
    margin-top: 1.5rem;
  }
}
.productNav__listItem.yohaku a {
  background: url(../img/product/list_product_03-pc.webp) no-repeat top center/cover;
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.yohaku a {
    background: url(../img/product/list_product_03-sp.jpg) no-repeat top center/cover;
  }
}
@media only screen and (max-width: 768px) {
  .productNav__listItem.yohaku {
    margin-top: 1.5rem;
  }
}

/* Loading
--------------------------------------------- */
#loading {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(360deg, rgb(235, 235, 235), rgb(249, 249, 249));
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #313131;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
/* About
--------------------------------------------- */
.about__box {
  background: #F9F9F9;
}
.about__box .inner12 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .about__box .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.about__box p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .about__box p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .about__box p {
    margin-top: 1.5rem;
    text-align: left;
    line-height: 1.8;
  }
}

/* Merit
--------------------------------------------- */
.merit__prolouge .inner12 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .merit__prolouge .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.merit__prolouge-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  line-height: 2.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .merit__prolouge-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .merit__prolouge-txt p {
    margin-top: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }
}

.powernap {
  position: relative;
}
.powernap::after {
  content: "";
  position: absolute;
  bottom: 140px;
  right: 0;
  z-index: -1;
  width: 47.96875%;
  height: 380px;
  background: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .powernap::after {
    bottom: 70px;
    width: 84%;
    height: 190px;
  }
}
.powernap .inner12 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .powernap .inner12 {
    flex-wrap: wrap;
  }
}
.powernap__thumb {
  width: 56.85%;
  max-width: 880px;
}
@media only screen and (max-width: 768px) {
  .powernap__thumb {
    width: calc(100% + 30px);
    max-width: none;
    margin-left: -30px;
  }
}
.powernap__txt {
  width: 42.15%;
}
@media only screen and (max-width: 768px) {
  .powernap__txt {
    width: 100%;
    margin-bottom: 2.5rem;
    padding: 0;
  }
}
.powernap__txt .ttl {
  margin-bottom: 2.5rem;
  color: #A3A3A3;
  font-size: 21px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1024px) {
  .powernap__txt .ttl {
    margin-bottom: 1.5rem;
    font-size: 18px;
  }
}
.powernap__txt .ttl span {
  display: block;
  width: fit-content;
  color: #313131;
  font-size: 66px;
  font-weight: 300;
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  line-height: 100%;
}
@media only screen and (max-width: 768px) {
  .powernap__txt .ttl span {
    font-size: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .powernap__txt .ttl span {
    font-size: 11.2vw;
  }
}
.powernap__txt dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  max-width: 398px;
  line-height: 1.8;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .powernap__txt dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .powernap__txt dd {
    max-width: 100%;
    line-height: 1.6;
  }
}

.merit {
  position: relative;
}
.merit .inner13 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .merit .inner13 {
    padding-top: 55px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .merit .h2_item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.merit__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .merit__content {
    flex-wrap: wrap;
  }
}
.merit__thumb {
  width: 52.5%;
  padding-top: 55px;
  padding-right: 30px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .merit__thumb {
    width: 100%;
    padding: 30px;
    background: #F9F9F9;
  }
}
@media only screen and (max-width: 480px) {
  .merit__thumb {
    padding: 1.5rem 1rem;
  }
}
.merit__thumb::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 47.5%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 1024px) {
  .merit__thumb::after {
    right: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .merit__thumb::after {
    background-color: transparent;
  }
}
.merit__thumb .h3_txt {
  color: #A3A3A3;
  text-align: left;
}
.merit__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2.5rem;
}
.merit__listItem {
  display: flex;
  align-items: center;
  width: 187px;
  height: 187px;
  margin-bottom: 1.5rem;
  border-radius: 100%;
  background: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .merit__listItem {
    width: 150px;
    height: 150px;
  }
}
.merit__listItem span {
  margin: auto;
}
.merit__listItem img {
  width: 64px;
  height: auto;
  margin: auto;
  object-fit: contain;
}
.merit__listItem p {
  margin: auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .merit__listItem p {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}
.merit__txt {
  width: 47.5%;
  padding-left: 60px;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1024px) {
  .merit__txt {
    width: 50%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .merit__txt {
    width: 100%;
    margin-top: 3.5rem;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.merit__txt .h3_txt {
  margin-bottom: 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .merit__txt .h3_txt {
    margin-bottom: 1.5rem;
  }
}
.merit__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .merit__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Usage Image
--------------------------------------------- */
.usage .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .usage .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.usage .inner12 .movice {
  margin-bottom: 0 !important;
}

.usagePoint {
  background: url(../img/lower/usage/usage_bg_01.jpg) no-repeat center/contain;
  background-size: cover;
}
.usagePoint .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .usagePoint .inner12 {
    max-width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.usagePoint__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1000px;
  margin: 3.5rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item {
    flex-wrap: wrap;
    margin-top: 2.5rem;
  }
}
.usagePoint__item dt {
  width: 240px;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dt {
    width: 100%;
    margin: 0 auto 1rem auto;
    text-align: center;
  }
}
.usagePoint__item dt img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
}
.usagePoint__item dd {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dd {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.usagePoint__item dd .h3_txt {
  margin-bottom: 1rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dd .h3_txt {
    text-align: center;
  }
}
.usagePoint__item dd p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .usagePoint__item dd p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Standing
--------------------------------------------- */
.standing {
  position: relative;
}
.standing::after {
  content: "";
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: -1;
  width: 50%;
  height: calc(100% + 65px);
  background: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .standing::after {
    position: relative;
    bottom: 0;
    width: 0;
    height: 0;
    background: transparent;
  }
}
.standing .inner12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .standing .inner12 {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.standing__thumb {
  position: relative;
  width: 57.75%;
  max-width: 693px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .standing__thumb {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb {
    width: 100%;
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 56.5%;
    height: 100%;
    background: #E5E5E5;
  }
}
.standing__thumb img {
  width: 72.25%;
  height: auto;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 1024px) {
  .standing__thumb img {
    width: 84.25%;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb img {
    width: 64.75%;
    margin: 0 auto;
  }
}
.standing__thumb-txt {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 66px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
@media only screen and (max-width: 1024px) {
  .standing__thumb-txt {
    font-size: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .standing__thumb-txt {
    top: 30px;
    font-size: 42px;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 480px) {
  .standing__thumb-txt {
    font-size: 9.6vw;
  }
}
.standing__ttl {
  width: 42.25%;
}
@media only screen and (max-width: 1024px) {
  .standing__ttl {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .standing__ttl {
    width: 100%;
  }
}
.standing__ttl .h2_txt {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .standing__ttl .h2_txt {
    margin-bottom: 1.5rem;
  }
}

.experiment {
  position: relative;
  z-index: -3;
  background: #F9F9F9;
}
.experiment .inner13 {
  padding-top: 134px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .experiment .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.experiment__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 768px) {
  .experiment__list {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .experiment__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.experiment__listItem {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
  .experiment__listItem {
    width: 100%;
    max-width: 480px;
    margin: 2.5rem auto 0 auto;
  }
}
.experiment__listItem h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .experiment__listItem h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .experiment__listItem h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.experiment__listItem p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .experiment__listItem p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.standingData .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .standingData .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.standingData__content figure {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 1.5rem auto;
}
.standingData__content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.standingData__content p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .standingData__content p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .standingData__content p {
    text-align: left;
  }
}

/* Position
--------------------------------------------- */
.positionExample {
  position: relative;
}
.positionExample .inner12 {
  max-width: 920px;
  padding-top: 75px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .positionExample .inner12 {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.positionExample img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.position {
  position: relative;
}
.position::after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: 0;
  z-index: -1;
  width: 67.5%;
  height: 100%;
  background: #F9F9F9;
}
@media only screen and (max-width: 1024px) {
  .position::after {
    width: 100%;
    height: calc(100% - 30px);
    bottom: -30px;
  }
}
.position .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1024px) {
  .position .inner12 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.position__thumb {
  position: absolute;
  width: 51.85%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .position__thumb {
    position: relative;
    width: 72.55%;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .position__thumb {
    position: relative;
    width: 81.25%;
  }
}
.position__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 48.25%;
  padding-right: 60px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .position__txt {
    width: 100%;
    padding-right: 0;
  }
}
.position__txt .h2_txt {
  margin-bottom: 0;
  text-align: left;
}
.position__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .position__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .position__txt p {
    margin-top: 1.5rem;
  }
}

.panel .inner13 {
  padding-top: 134px;
}
@media only screen and (max-width: 768px) {
  .panel .inner13 {
    padding-top: 75px;
    padding-bottom: 0;
  }
}
.panel__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
}
@media only screen and (max-width: 1024px) {
  .panel__content {
    flex-wrap: wrap;
    margin-bottom: 2.5rem;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .panel__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.panel__thumb {
  width: 47.5%;
}
@media only screen and (max-width: 1024px) {
  .panel__thumb {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.panel__txt {
  width: 52.5%;
  padding-left: 60px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .panel__txt {
    width: 100%;
    padding-left: 0;
  }
}
.panel__txt .h2_txt {
  margin-bottom: 2.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .panel__txt .h2_txt {
    margin-bottom: 1.5rem;
  }
}
.panel__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 880px;
  margin: auto;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .panel__item {
    margin-top: 55px;
  }
}
.panel__item .swiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .panel__item .swiper {
    width: calc(100% - 61px);
  }
}
.panel__item .swiper-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.panel__item .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel__item .swiper-button-prev::after, .panel__item .swiper-button-next::after {
  content: none;
}
.panel__item .swiper-button-prev {
  left: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/left.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .panel__item .swiper-button-prev {
    width: 31px;
    height: 31px;
    background: url(../img/common/left_sp.png) no-repeat center/contain;
  }
}
.panel__item .swiper-button-next {
  right: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/right.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .panel__item .swiper-button-next {
    width: 31px;
    height: 31px;
    background: url(../img/common/right_sp.png) no-repeat center/contain;
  }
}
.panel__item .swiper-pagination {
  width: 100%;
  margin-top: 10px;
}
.panel__item .swiper-pagination-bullet {
  display: inline-block;
  opacity: 1;
  width: 47px;
  height: 3.5px;
  margin-left: 2.5px;
  margin-right: 2.5px;
  border-radius: 0 !important;
  background: #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .panel__item .swiper-pagination-bullet {
    height: 1.5px;
  }
}
.panel__item .swiper-pagination-bullet-active {
  opacity: 1;
  background: #313131;
}

/* Saving
--------------------------------------------- */
.savingHeight .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .savingHeight .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.savingHeight__list {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-template-columns: 58.5% 41.5%;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .savingHeight__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.savingHeight__listItem {
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .savingHeight__listItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.savingHeight__list .intro {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-end;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .savingHeight__list .intro {
    width: 72.4%;
    margin: 0 auto 1.5rem;
  }
}
.savingHeight__list .product {
  grid-row: 1/3;
  grid-column: 2/3;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .savingHeight__list .product {
    width: 76.13%;
    margin: 0 0 1rem auto;
  }
}
.savingHeight__list .txt {
  grid-row: 2/3;
  grid-column: 1/2;
  align-self: center;
}
.savingHeight__list .txt .h3_txt {
  margin-bottom: 0;
  text-align: left;
}

.saving .inner13 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .saving .inner13 {
    padding-bottom: 55px;
  }
}
.saving__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .saving__list {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.saving__listItem {
  width: calc(50% - 40px);
  padding: 30px 55px;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .saving__listItem {
    width: 100%;
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .saving__listItem {
    width: 100%;
    padding: 1.5rem;
  }
}
.saving__listItem:nth-child(1) {
  background: url(../img/lower/saving/saving_img_01.jpg) no-repeat center;
  background-size: cover;
}
.saving__listItem:nth-child(2) {
  background: url(../img/lower/saving/saving_img_02.jpg) no-repeat center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .saving__listItem:nth-child(2) {
    margin-top: 2.5rem;
  }
}
.saving__listItem dt {
  font-size: 24px;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .saving__listItem dt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .saving__listItem dt {
    margin-bottom: 1.5rem;
  }
}
.saving__listItem dt::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 1px;
  bottom: 0;
  left: 50%;
  background: #FFFFFF;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.saving__listItem dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .saving__listItem dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.noise {
  position: relative;
  background: #F9F9F9;
}
.noise .inner12 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .noise .inner12 {
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.noise__thumb {
  width: 43%;
}
@media only screen and (max-width: 768px) {
  .noise__thumb {
    width: 100%;
  }
}
.noise__txt {
  width: 52.75%;
}
@media only screen and (max-width: 768px) {
  .noise__txt {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.noise__txt .h3_txt {
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .noise__txt .h3_txt {
    margin-bottom: 1rem;
  }
}
.noise__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .noise__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Feature
--------------------------------------------- */
.feature .inner14 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .feature .inner14 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.5rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .feature__list {
    grid-template-columns: 1fr;
  }
}
.feature__listItem a {
  display: block;
}
.feature__listItem img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.feature__listItem p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .feature__listItem p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Howto
--------------------------------------------- */
.howto .inner13 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .howto .inner13 {
    padding-top: 55px;
  }
}
.howto__listItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 55px;
}
.howto__listItem:last-child .howto__listItem-icon::after {
  position: relative;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  .howto__listItem {
    position: relative;
    align-items: flex-start;
    margin-bottom: 2.5rem;
  }
}
.howto__listItem-icon {
  position: relative;
  width: 96px;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-icon {
    position: static;
    width: 78px;
  }
}
.howto__listItem-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 200%;
  background: #313131;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .howto__listItem-icon::after {
    top: 0;
    left: 39px;
    height: calc(100% + 2.5rem);
  }
}
.howto__listItem-icon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin: auto;
  border: 2px solid #D3D3D3;
  border-radius: 100%;
  background: #FFFFFF;
  font-size: 50px;
  font-family: "Montserrat";
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-icon .icon {
    width: 78px;
    height: 78px;
    font-size: 36px;
  }
}
.howto__listItem-txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: calc(100% - 151px);
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt {
    flex-wrap: wrap;
    width: calc(100% - 108px);
  }
}
.howto__listItem-txt .img {
  width: 37.25%;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.howto__listItem-txt .img img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.howto__listItem-txt .point {
  width: 62.75%;
  padding-left: 55px;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point {
    width: 100%;
    padding-left: 0;
  }
}
.howto__listItem-txt .point .ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point .ttl {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.howto__listItem-txt .point-box figure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  height: 36px;
  margin-bottom: 1rem;
  padding: 0;
  border-radius: 30px;
  background: #313131;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-box figure {
    height: 32px;
  }
}
.howto__listItem-txt .point-box figure img {
  width: 48px;
  height: auto;
  padding: 0 0.75rem 0 1.25rem;
  object-fit: contain;
}
.howto__listItem-txt .point-box figure figcaption {
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 4px 12px 4px 12px;
  border-radius: 0 30px 30px 0;
  background: #F9F9F9;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-box figure figcaption {
    height: 32px;
    padding: 2px 12px 2x 12px;
    font-size: 14px;
    background: #F9F9F9;
    text-align: left;
  }
}
.howto__listItem-txt .point-another .subttl {
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-another .subttl {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.howto__listItem-txt .point-another .subttl::after {
  content: "";
  top: 50%;
  right: 0;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  right: 0;
  background: #E5E5E5;
  z-index: -1;
}
.howto__listItem-txt .point-another .subttl span {
  background: #FFFFFF;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-another .subttl span {
    padding-right: 1rem;
  }
}
.howto__listItem-txt .point-another p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .howto__listItem-txt .point-another p {
    font-size: 12px;
  }
}

/* Future
--------------------------------------------- */
.future .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .future .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.future__txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .future__txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .future__txt p {
    margin-top: 1.5rem;
    text-align: left;
    line-height: 1.8;
  }
}

.futerTime {
  position: relative;
  background-color: #F9F9F9;
}
.futerTime .inner13 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .futerTime .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.futerTime__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .futerTime__list {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .futerTime__list {
    padding-left: 0;
    padding-right: 0;
  }
}
.futerTime__listItem {
  width: calc(33.3333% - 40px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .futerTime__listItem {
    width: 100%;
    max-width: 360px;
    margin: 2.5rem auto 0 auto;
  }
}
.futerTime__listItem:first-child {
  margin: 0 auto;
}
.futerTime__listItem dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .futerTime__listItem dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.worth .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .worth .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.worth .inner12 .h2_txt {
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .worth .inner12 .h2_txt {
    margin-bottom: 1.5rem;
  }
}
.worth .inner12 p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 2.4;
}
@media only screen and (max-width: 768px) {
  .worth .inner12 p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .worth .inner12 p {
    text-align: left;
    line-height: 1.8;
  }
}
.worth__list {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1040px;
  margin: 2.5rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .worth__list {
    flex-wrap: wrap;
  }
}
.worth__listItem {
  position: relative;
  width: 316px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .worth__listItem {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.worth__listItem-count {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  margin: 0 auto;
  border-bottom: 3px solid #313131;
  font-size: 50px;
  font-weight: 500;
  font-family: "Montserrat";
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .worth__listItem-count {
    position: relative;
    left: 0;
    width: 48px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 0;
    border-bottom: 2px solid #313131;
    font-size: 36px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 480px) {
  .worth__listItem-count {
    font-size: 7.2vw;
  }
}
.worth__listItem-icon {
  width: 100%;
  max-width: 180px;
  margin: 100px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .worth__listItem-icon {
    max-width: 120px;
    margin: auto;
  }
}
.worth__listItem-txt {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .worth__listItem-txt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .worth__listItem-txt {
    width: calc(100% - 120px);
    margin-top: 0;
    padding-left: 20px;
    text-align: left;
  }
}

.capture {
  position: relative;
}
.capture .inner12 {
  position: static;
  padding-top: 8.4%;
  padding-bottom: 8.4%;
}
@media only screen and (max-width: 768px) {
  .capture .inner12 {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.capture__thumb {
  position: absolute;
  right: 0;
  top: 0;
  width: 61.95%;
  z-index: -10;
}
@media only screen and (max-width: 1024px) {
  .capture__thumb {
    width: 72.25%;
  }
}
@media only screen and (max-width: 768px) {
  .capture__thumb {
    position: relative;
    width: 94.25%;
    margin-left: calc(5.75% + 30px);
  }
}
.capture__ttl .h2_txt {
  margin-bottom: 30px;
  line-height: 1.4;
  text-align: left;
}

.futureCopy .inner12 {
  padding-top: 100px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 768px) {
  .futureCopy .inner12 {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.futureCopy .inner12 .h2_txt {
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

/* Product
--------------------------------------------- */
.product .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .product .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.product .h2_ttl {
  position: relative;
  overflow: hidden;
  opacity: 0;
  width: fit-content;
  margin: auto;
  text-align: center;
}
.product__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem 2.5rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .product__list {
    grid-template-columns: 1fr;
  }
}
.product__listItem-type {
  display: block;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 0.9325rem;
  margin-inline: auto;
  padding: 0.25rem 2.5rem;
  border-radius: 25px;
  background-color: #313131;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .product__listItem-type {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.product__listItem-ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 0;
  color: #313131;
  font-family: "Montserrat";
  font-weight: 500;
  text-align: center;
  letter-spacing: 5%;
}
@media only screen and (max-width: 768px) {
  .product__listItem-ttl {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.product__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .product__link {
    margin-top: 2.5rem;
  }
}
.product__different {
  width: 100%;
  max-width: 700px;
  margin: 100px auto;
}
@media only screen and (max-width: 768px) {
  .product__different {
    margin: 55px auto;
  }
}
.product__different a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.product__different img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Product Detail
--------------------------------------------- */
.productPhoto .inner12 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .productPhoto .inner12 {
    padding-top: 55px;
  }
}
.productPhoto__main {
  position: relative;
}
.productPhoto .swiper {
  width: 100%;
  max-width: 900px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
}
.productPhoto .swiper-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.productPhoto .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.productPhoto #photo_item {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  height: 80%;
}
@media only screen and (max-width: 768px) {
  .productPhoto #photo_item {
    padding-bottom: 60px;
  }
}
.productPhoto #productPhoto_listSub {
  overflow: hidden;
  height: 20%;
  padding: 30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .productPhoto #productPhoto_listSub {
    padding: 25px 0 0 0;
  }
}
.productPhoto #productPhoto_listSub .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.productPhoto #productPhoto_listSub .swiper-slide-thumb-active {
  opacity: 1;
}
.productPhoto .swiper-button-prev::after, .productPhoto .swiper-button-next::after {
  content: none;
}
.productPhoto .swiper-button-prev {
  left: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/left.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .productPhoto .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 90px;
    width: 39px;
    height: 39px;
    background: url(../img/common/left_sp.png) no-repeat center/contain;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.productPhoto .swiper-button-next {
  right: 0;
  width: 62px;
  height: 62px;
  background: url(../img/common/right.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .productPhoto .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 90px;
    width: 39px;
    height: 39px;
    background: url(../img/common/right_sp.png) no-repeat center/contain;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.productSubMenu .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productSubMenu .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.productSubMenu__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .productSubMenu__list {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
}
.productSubMenu__list li {
  width: calc(25% - 18.75px);
}
@media only screen and (max-width: 1024px) {
  .productSubMenu__list li {
    width: auto;
  }
}
.productSubMenu__list li a {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  padding-bottom: 20px;
  color: #D3D3D3;
  font-weight: bold;
  border-bottom: 1px solid #313131;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .productSubMenu__list li a {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 1024px) {
  .productSubMenu__list li a {
    padding: 0 10px 14.92px 10px;
  }
}
.productSubMenu__list li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 8px solid #555555;
  border-bottom: 0;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.productSubMenu__list li a:hover {
  opacity: 1;
  color: #313131;
}

.productDetail .inner13 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productDetail .inner13 {
    padding-bottom: 55px;
  }
}
.productDetail .h2_item {
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .productDetail .h2_item {
    margin-bottom: 40px;
  }
}
.productDetail__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productDetail__content {
    padding-right: 0;
    padding-left: 0;
  }
}

.productDesign__content-ttl .h3_txt {
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-ttl .h3_txt {
    margin-bottom: 16px;
  }
}
.productDesign__content-ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productDesign__content-ttl p {
    margin-bottom: 24px;
  }
}
.productDesign__content-thumb {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb {
    padding-right: 0;
    padding-left: 0;
  }
}
.productDesign__content-thumb ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb ul {
    flex-wrap: wrap;
  }
}
.productDesign__content-thumb ul li {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .productDesign__content-thumb ul li:last-child {
    margin-top: 24px;
  }
}
.productDesign__thumb {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 40px 60px;
  width: 100%;
  margin-inline: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productDesign__thumb {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
}
.productDesign__thumb-item {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
  .productDesign__thumb-item {
    width: 100%;
  }
}
.productDesign__thumb-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.productDesign__thumb-item figcaption {
  margin-top: 10px;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productDesign__thumb-item figcaption {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.productDesign__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .productDesign__image {
    flex-direction: column;
  }
}
.productDesign__image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.productInstall__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .productInstall__item {
    flex-wrap: wrap;
  }
}
.productInstall__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .productInstall__item:last-child {
    margin-top: 40px;
  }
}
.productInstall__item-thumb {
  width: 36.5%;
}
@media only screen and (max-width: 768px) {
  .productInstall__item-thumb {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
.productInstall__item-thumb img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.productInstall__item-txt {
  width: 57.5%;
}
@media only screen and (max-width: 768px) {
  .productInstall__item-txt {
    width: 100%;
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.productInstall__item-txt .h3_txt {
  text-align: left;
}
.productInstall__item-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .productInstall__item-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.productInstall__item-txt p span {
  display: inline-block;
  color: #A3A3A3;
  font-size: 14px;
  line-height: 1.8;
}
.productInstall__item-tbl {
  width: 100%;
  margin-top: 24px;
  border-collapse: collapse;
}
.productInstall__item-tbl th,
.productInstall__item-tbl td {
  padding: 10px 16px;
  border: 1px solid #D3D3D3;
}

.productFunction__list {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
@media only screen and (max-width: 768px) {
  .productFunction__list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.productFunction__listItem {
  position: relative;
  width: 100%;
  padding-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem {
    padding-bottom: 40px;
  }
}
.productFunction__listItem dt {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem dt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem dt {
    margin-bottom: 16px;
  }
}
.productFunction__listItem dd {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.productFunction__listItem img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem img {
    margin-bottom: 16px;
  }
}
.productFunction__listItem::after {
  content: "";
  position: absolute;
  width: 74.62%;
  height: 1px;
  bottom: 0;
  left: 12.69%;
  background: #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .productFunction__listItem::after {
    width: 100%;
    left: 0;
  }
}

.productSpec__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productSpec__inner {
    padding-bottom: 55px;
  }
}
.productSpec__content {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .productSpec__content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.productSpec__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: -1px;
  border: 1px solid #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .productSpec__item {
    flex-wrap: wrap;
  }
}
.productSpec__item dt {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: 240px;
  padding: 24px 40px;
  background: #F9F9F9;
  font-weight: bold;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productSpec__item dt {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productSpec__item dt {
    width: 100%;
    text-align: center;
    padding: 16px 0;
  }
}
.productSpec__item dd {
  font-size: 18px;
  letter-spacing: 0.05em;
  width: calc(100% - 240px);
  padding: 24px 40px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productSpec__item dd {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productSpec__item dd {
    width: 100%;
    padding: 16px;
  }
}
.productSpec__item dd img.pse {
  display: inline;
  width: 36px !important;
  height: auto;
  vertical-align: top;
}
.productSpec__item dd small {
  display: inline-block;
  line-height: 1.4;
}
.productSpec__list {
  list-style-type: decimal;
  margin-top: 16px;
  margin-left: 40px;
}
.productSpec__list li {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .productSpec__list li {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.productAircon__item-ttl .h3_txt {
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-ttl .h3_txt {
    margin-bottom: 16px;
  }
}
.productAircon__item-ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productAircon__item-ttl p {
    margin-bottom: 24px;
  }
}
.productAircon__item-thumb ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-thumb ul {
    flex-wrap: wrap;
  }
}
.productAircon__item-thumb ul li {
  width: calc(50% - 25px);
}
@media only screen and (max-width: 768px) {
  .productAircon__item-thumb ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .productAircon__item-thumb ul li:last-child {
    margin-top: 24px;
  }
}
.productAircon__item-thumb ul img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.productAircon__item-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .productAircon__item-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .productAircon__item-txt p {
    margin-bottom: 24px;
  }
}

.productScene__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productScene__inner {
    padding-bottom: 55px;
  }
}
.productScene__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productScene__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.productScene__content-thumb {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .productScene__content-thumb {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 16px;
    margin-top: 30px;
  }
}
.productScene__content-thumb figure {
  width: 100%;
}
.productScene__content-thumb figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.productScene__content-thumb figure figcaption {
  margin-top: 6px;
  font-size: 15px;
  text-align: center;
}

.productHowto__item {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.productHowto__item p {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .productHowto__item p {
    font-size: 16px;
    text-align: left;
  }
}
.productHowto__item .youtube {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 56.25%;
}
.productHowto__item .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.productPlan__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productPlan__inner {
    padding-bottom: 55px;
  }
}
.productPlan__content {
  padding-right: 50px;
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .productPlan__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.productPlan__content p {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.productPlan__item {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 768px) {
  .productPlan__item {
    margin: 0 auto 40px;
  }
}
.productPlan__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.productPlan__item h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__item h3 {
    font-size: 18px;
  }
}
.productPlan__item p {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .productPlan__item p {
    font-size: 18px;
  }
}
.productPlan__item p small {
  font-size: 16px;
}
.productPlan__item span {
  color: #A3A3A3;
  font-size: 14.4px;
}
.productPlan__detail {
  margin: 0 auto 56px;
}
.productPlan__detail .h3_txt {
  margin-bottom: 40px;
  text-align: center;
}
.productPlan__detail-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-title {
    font-size: 18px;
  }
}
.productPlan__detail-list {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-list {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.productPlan__detail-listItem {
  width: 100%;
  padding: 24px 40px;
  border-right: 1px dotted #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-listItem {
    padding: 40px 24px;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
}
.productPlan__detail-listItem:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-listItem:last-child {
    border-bottom: none;
  }
}
.productPlan__detail-listItem h4 {
  margin-bottom: 16px;
  padding: 4px 0;
  border-radius: 25px;
  background-color: #313131;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
.productPlan__detail-listItem-txt {
  font-size: 16px;
  text-align: left;
}
.productPlan__detail-listItem-price {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 4px solid #E5E5E5;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detail-listItem-price {
    font-size: 18px;
  }
}
.productPlan__detail-tbl {
  width: 100%;
  max-width: 640px;
  margin: 30px auto 0;
  border-collapse: collapse;
}
.productPlan__detail-tbl thead th {
  padding: 12px 0;
  border: 1px solid #D3D3D3;
  background-color: #F9F9F9;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.productPlan__detail-tbl tbody td {
  padding: 12px 0;
  border: 1px solid #D3D3D3;
  font-size: 16px;
  text-align: center;
}
.productPlan__detailList {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailList {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.productPlan__detailListItem {
  width: 100%;
  padding: 24px 40px;
  border-right: 1px dotted #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem {
    padding: 40px 24px;
    border-right: none;
    border-bottom: 1px solid #E5E5E5;
  }
}
.productPlan__detailListItem:last-child {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem:last-child {
    border-bottom: none;
  }
}
.productPlan__detailListItem h4 {
  margin: 16px 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem h4 {
    font-size: 18px;
  }
}
.productPlan__detailListItem--txt {
  font-size: 16px;
  text-align: left;
}
.productPlan__detailListItem--person {
  margin-bottom: 16px;
  padding: 4px 0;
  border-radius: 25px;
  background-color: #313131;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
}
.productPlan__detailListItem--price {
  margin-bottom: 8px;
  padding-bottom: 4px;
  border-bottom: 4px solid #E5E5E5;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__detailListItem--price {
    font-size: 18px;
  }
}
.productPlan__guarantee {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 40px;
  padding: 40px;
  border: 1px solid #D3D3D3;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .productPlan__guarantee {
    padding: 24px;
  }
}
.productPlan__guarantee .h3_txt {
  margin-bottom: 24px;
  text-align: center;
}
.productPlan__guaranteeList {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeList {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    margin-top: 8px;
  }
}
.productPlan__guaranteeListItem {
  position: relative;
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem {
    padding: 24px 0;
  }
}
.productPlan__guaranteeListItem:first-child {
  border-right: 1px dotted #313131;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem:first-child {
    border-right: none;
    border-bottom: 1px dotted #313131;
  }
}
.productPlan__guaranteeListItem dt {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem dt {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.productPlan__guaranteeListItem dt span {
  padding: 0 24px 16px 24px;
  border-bottom: 1px solid #E5E5E5;
}
.productPlan__guaranteeListItem dd {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productPlan__guaranteeListItem dd {
    font-size: 18px;
  }
}
.productPlan__guaranteeListItem dd span {
  display: block;
  margin-top: 12px;
  font-size: 14.4px;
  text-align: left;
  letter-spacing: 0;
}

.productOption__inner {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .productOption__inner {
    padding-bottom: 55px;
  }
}
.productOption__content {
  padding-right: 50px;
  padding-left: 50px;
}
.productOption__content p {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.productOption__list {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
}
.productOption__listItem {
  position: relative;
  width: 100%;
}
.productOption__listItem figure {
  margin: 0;
}
.productOption__listItem figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.productOption__listItem figure figcaption {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productOption__listItem figure figcaption {
    font-size: 16px;
  }
}
.productOption__listItem p {
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .productOption__listItem p {
    font-size: 16px;
  }
}
.productOption__listItem p span {
  display: inline-block;
  margin-right: 16px;
  color: #9B9B9B;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .productOption__listItem p span {
    font-size: 14px;
  }
}

/* Different
--------------------------------------------- */
.different .inner13 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .different .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.different__contentItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .different__contentItem {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.different__contentItem:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .different__contentItem:nth-child(2n) .different__contentItem-thumb {
    margin-right: -20px;
    margin-left: 0;
  }
}
.different__contentItem:nth-child(2n) .different__contentItem-txt {
  right: auto;
  left: 0;
  padding: 40px 56px;
}
@media only screen and (max-width: 768px) {
  .different__contentItem:nth-child(2n) .different__contentItem-txt {
    position: relative;
    top: 0%;
    width: calc(100% + 20px);
    margin-top: -134px;
    margin-right: 0;
    margin-left: -20px;
    padding: 24px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.different__contentItem:last-child {
  margin-bottom: 0;
}
.different__contentItem-thumb {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .different__contentItem-thumb {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.different__contentItem-txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 50%;
  padding: 40px 56px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .different__contentItem-txt {
    position: relative;
    top: 0%;
    width: calc(100% + 20px);
    margin-top: -134px;
    margin-right: -20px;
    padding: 24px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.different__contentItem-txt .h3_txt {
  margin-bottom: 24px;
  font-weight: 400;
  text-align: left;
}
.different__contentItem-txt .type {
  width: fit-content;
  margin-bottom: 4px;
  padding: 8px 16px;
  border: 1px solid #D3D3D3;
  font-size: 14px;
}
.different__contentItem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .different__contentItem-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.differentDesign {
  background-color: #F9F9F9;
}
.differentDesign .inner13 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .differentDesign .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.differentDesign .h2_item .ttl {
  background-color: #F9F9F9;
}
.differentDesign__contentItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.differentDesign__contentItem:nth-child(2n) {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem:nth-child(2n) {
    flex-direction: row;
  }
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem:nth-child(2n) .differentDesign__contentItem-thumb {
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-left: 0;
  }
}
.differentDesign__contentItem:nth-child(2n) .differentDesign__contentItem-txt {
  right: auto;
  left: 0;
  padding: 40px 50px;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem:nth-child(2n) .differentDesign__contentItem-txt {
    padding: 24px;
  }
}
.differentDesign__contentItem:last-child {
  margin-bottom: 0;
}
.differentDesign__contentItem-thumb {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem-thumb {
    width: calc(100% + 20px);
    margin-left: -20px;
  }
}
.differentDesign__contentItem-txt {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 50%;
  padding: 40px 50px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem-txt {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 24px;
    padding: 24px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.differentDesign__contentItem-txt .h3_txt {
  margin-bottom: 24px;
  font-weight: 400;
  text-align: left;
}
.differentDesign__contentItem-txt .type {
  width: fit-content;
  margin-bottom: 4px;
  padding: 8px 16px;
  border: 1px solid #D3D3D3;
  font-size: 14px;
}
.differentDesign__contentItem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .differentDesign__contentItem-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.differentAircon {
  position: relative;
}
.differentAircon .inner13 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .differentAircon .inner13 {
    padding-top: 55px;
  }
}
.differentAircon__content-thumb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 53.5%;
}
@media only screen and (max-width: 768px) {
  .differentAircon__content-thumb {
    position: relative;
    width: 100%;
  }
}
.differentAircon__contentItem-txt {
  box-sizing: border-box;
  width: 38.5%;
  padding: 32px;
}
@media only screen and (max-width: 768px) {
  .differentAircon__contentItem-txt {
    width: 100%;
    margin-bottom: 24px;
    padding: 24px;
  }
}
.differentAircon__contentItem-txt .forest-only {
  width: fit-content;
  margin-bottom: 4px;
  padding: 8px 16px;
  border: 1px solid #D3D3D3;
  font-size: 14px;
}
.differentAircon__contentItem-txt .h3_txt {
  margin-bottom: 24px;
  font-weight: 400;
  text-align: left;
}
.differentAircon__contentItem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .differentAircon__contentItem-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Voices
--------------------------------------------- */
.voice .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .voice .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.voice__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px 60px;
}
.voice__listItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 1024px) {
  .voice__listItem {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .voice__listItem {
    flex-wrap: wrap;
  }
}
.voice__listItem.bg-voice-male .voice__listItem-txt {
  background-color: #CDE1E1;
}
.voice__listItem.bg-voice-female .voice__listItem-txt {
  background-color: #F0DBE7;
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n+1) .voice__listItem-thumb {
    margin-left: 30px !important;
  }
}
.voice__listItem:nth-child(2n+1).bg-voice-male .voice__listItem-txt::after {
  border-right: 15px solid #CDE1E1;
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n+1).bg-voice-male .voice__listItem-txt::after {
    border-bottom: 15px solid #CDE1E1;
  }
}
.voice__listItem:nth-child(2n+1).bg-voice-female .voice__listItem-txt::after {
  border-right: 15px solid #F0DBE7;
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n+1).bg-voice-female .voice__listItem-txt::after {
    border-bottom: 15px solid #F0DBE7;
  }
}
.voice__listItem:nth-child(2n+1) .voice__listItem-txt::after {
  content: "";
  position: absolute;
  top: 50px;
  left: -28px;
  z-index: 0;
  border: 15px solid transparent;
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n+1) .voice__listItem-txt::after {
    top: -28px;
    left: 60px;
    border: 15px solid transparent;
  }
}
.voice__listItem:nth-child(2n) {
  flex-direction: row-reverse;
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .voice__listItem:nth-child(2n) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n) .voice__listItem-thumb {
    margin-right: 30px !important;
  }
}
.voice__listItem:nth-child(2n).bg-voice-male .voice__listItem-txt::after {
  border-left: 15px solid #CDE1E1;
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n).bg-voice-male .voice__listItem-txt::after {
    border-bottom: 15px solid #CDE1E1;
  }
}
.voice__listItem:nth-child(2n).bg-voice-female .voice__listItem-txt::after {
  border-left: 15px solid #F0DBE7;
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n).bg-voice-female .voice__listItem-txt::after {
    border-bottom: 15px solid #F0DBE7;
  }
}
.voice__listItem:nth-child(2n) .voice__listItem-txt::after {
  content: "";
  position: absolute;
  top: 50px;
  right: -28px;
  z-index: 0;
  border: 15px solid transparent;
}
@media only screen and (max-width: 480px) {
  .voice__listItem:nth-child(2n) .voice__listItem-txt::after {
    top: -28px;
    right: 60px;
    border: 15px solid transparent;
  }
}
.voice__listItem-thumb {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin: 0;
  border-radius: 50%;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 1024px) {
  .voice__listItem-thumb {
    width: 96px;
    height: 96px;
  }
}
.voice__listItem-txt {
  position: relative;
  width: calc(100% - 120px);
  padding: 20px;
  border-radius: 25px;
}
@media only screen and (max-width: 1024px) {
  .voice__listItem-txt {
    width: calc(100% - 96px);
  }
}
@media only screen and (max-width: 480px) {
  .voice__listItem-txt {
    width: 100%;
  }
}
.voice__listItem-txt p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .voice__listItem-txt p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.voice__listItem-txt cite {
  display: block;
  margin: 10px 0 0 auto;
  color: #A3A3A3;
  font-size: 14px;
  text-align: right;
}

/* Contact
--------------------------------------------- */
.contact .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .contact .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.contact__ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact__ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .contact__ttl p {
    margin-top: 24px;
    text-align: left;
  }
}
.contact__form {
  margin-top: 56px;
  padding: 55px 100px;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .contact__form {
    margin-top: 40px;
    padding: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .contact__form {
    padding: 24px 16px;
  }
}
.contact .smf-form--simple-table .smf-item {
  align-items: center;
}
.contact .smf-form--simple-table .smf-item__col--label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item__col--label {
    padding-bottom: 5px;
  }
}
.contact .smf-form--simple-table .smf-item__controls p {
  padding-right: 16px;
}
.contact .smf-form--simple-table .smf-item__description {
  margin-left: 10px;
  color: #C1AA7F;
}
.contact .smf-form--simple-table .smf-item__privacy {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item__privacy {
    text-align: left;
  }
}
.contact .smf-form--simple-table .smf-item__privacy-check {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item__privacy-check {
    text-align: left;
  }
}
.contact .smf-form--simple-table .smf-item .smf-text-control__control,
.contact .smf-form--simple-table .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .contact .smf-form--simple-table .smf-item .smf-text-control__control,
  .contact .smf-form--simple-table .smf-item .smf-textarea-control__control {
    padding: 8px;
  }
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control {
  position: relative;
  /* チェックボックスデザイン */
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.contact .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact .smf-action .smf-button-control__control {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .contact .smf-action .smf-button-control__control {
    letter-spacing: 0.05em;
  }
}
.contact .smf-action .smf-button-control__control:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.contact .mw_wp_form .mw_wp__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 16px 0;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item {
    flex-wrap: wrap;
  }
}
.contact .mw_wp_form .mw_wp__item--label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 0 0 14em;
  max-width: 14em;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item--label {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.contact .mw_wp_form .mw_wp__item--label span {
  margin-left: 10px;
  color: #C1AA7F;
}
.contact .mw_wp_form .mw_wp__item--controls {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item--controls {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.contact .mw_wp_form .mw_wp__item--controls.half-box {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media only screen and (max-width: 480px) {
  .contact .mw_wp_form .mw_wp__item--controls.half-box {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px 0;
  }
}
.contact .mw_wp_form .mw_wp__item--controls.half-box span {
  width: 30px;
}
.contact .mw_wp_form .mw_wp__item--controls.half-box input {
  width: calc(100% - 30px);
}
.contact .mw_wp_form .mw_wp__item--controls input,
.contact .mw_wp_form .mw_wp__item--controls textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item--controls input,
  .contact .mw_wp_form .mw_wp__item--controls textarea {
    padding: 8px;
  }
}
.contact .mw_wp_form .mw_wp__item--controls select {
  width: 100%;
  padding: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  background-color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__item--controls select {
    font-size: 16px !important;
  }
}
.contact .mw_wp_form .mw_wp__divider {
  position: relative;
  padding: 16px 0;
  /* チェックボックスデザイン */
}
.contact .mw_wp_form .mw_wp__divider--txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__divider--txt {
    text-align: left;
  }
}
.contact .mw_wp_form .mw_wp__divider input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .mw_wp_form .mw_wp__divider input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.contact .mw_wp_form .mw_wp__divider input[type=checkbox]:checked::after {
  opacity: 1;
}
.contact .mw_wp_form .mw_wp__action {
  margin: 30px 0;
}
.contact .mw_wp_form .mw_wp__action .submit__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__action .submit__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.contact .mw_wp_form .mw_wp__action .submit__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.contact .mw_wp_form .mw_wp__action .back__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .contact .mw_wp_form .mw_wp__action .back__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.contact .mw_wp_form .mw_wp__action .back__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.contact .mw_wp_form_confirm .mw_wp__item--label span {
  display: none;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box {
  display: block;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box .half {
  display: inline;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box .half span {
  display: none;
}
.contact .mw_wp_form_confirm .mw_wp__item--controls.half-box .half input {
  width: 100%;
}
.contact .mw_wp_form_confirm .mw_wp__divider .align-center {
  display: none;
}

/* Catalog
--------------------------------------------- */
.catalog .inner12 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .catalog .inner12 {
    flex-wrap: wrap;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.catalog__content {
  width: 740px;
}
@media only screen and (max-width: 1024px) {
  .catalog__content {
    width: 61.667%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__content {
    width: 100%;
  }
}
.catalog__content .h3_txt {
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .catalog__content .h3_txt {
    margin-bottom: 24px;
  }
}
.catalog__content p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .catalog__content p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__content p {
    margin-bottom: 24px;
  }
}
.catalog__content img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 87%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .catalog__content img {
    margin-bottom: 24px;
  }
}
.catalog__target {
  margin-bottom: 40px;
  padding: 16px 24px;
  border: 2px solid #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .catalog__target {
    margin-bottom: 24px;
  }
}
.catalog__target h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .catalog__target h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.catalog__target ul li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
}
.catalog__target ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/lower/catalog/icon_check.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.catalog__book h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .catalog__book h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.catalog__book ol {
  list-style-type: decimal;
  padding-left: 40px;
}
.catalog__book ol li {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .catalog__book ol li {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.catalog__form {
  width: 390px;
}
@media only screen and (max-width: 1024px) {
  .catalog__form {
    width: 32.5%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog__form {
    width: 100%;
    margin-top: 40px;
  }
}
.catalog__formTitle {
  width: 100%;
  padding: 8px 0;
  background-color: #313131;
  color: #FFFFFF;
  line-height: 1.2;
  text-align: center;
}
.catalog__formTitle h2 {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .catalog__formTitle h2 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
.catalog__formTitle p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .catalog__formTitle p {
    font-size: 12px;
  }
}
.catalog__formBox {
  padding: 24px 16px;
}
.catalog__form .smf-item {
  align-items: center;
}
.catalog__form .smf-item__col--label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .catalog__form .smf-item__col--label {
    padding-bottom: 5px;
  }
}
.catalog__form .smf-item__controls p {
  padding-right: 16px;
}
.catalog__form .smf-item__description {
  margin-left: 10px;
  color: #C1AA7F;
  white-space: nowrap;
}
.catalog__form .smf-item .smf-text-control__control,
.catalog__form .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  background-color: #F9F9F9;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .catalog__form .smf-item .smf-text-control__control,
  .catalog__form .smf-item .smf-textarea-control__control {
    padding: 8px;
  }
}
.catalog__form .smf-item .smf-select-control {
  width: 100%;
}
.catalog__form .smf-item .smf-select-control__control {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  background-color: #F9F9F9;
  font-size: 16px;
}
.catalog__form .smf-item .smf-checkbox-control {
  position: relative;
  /* チェックボックスデザイン */
}
.catalog__form .smf-item .smf-checkbox-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog__form .smf-item .smf-checkbox-control input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.catalog__form .smf-item .smf-checkbox-control input[type=checkbox]:checked::after {
  opacity: 1;
}
.catalog__form .smf-action .smf-button-control__control {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .catalog__form .smf-action .smf-button-control__control {
    letter-spacing: 0.05em;
  }
}
.catalog__form .smf-action .smf-button-control__control:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.catalog .smf-form--simple-table .smf-item {
  align-items: center;
}
.catalog .smf-form--simple-table .smf-item__col--label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item__col--label {
    padding-bottom: 5px;
  }
}
.catalog .smf-form--simple-table .smf-item__controls p {
  padding-right: 16px;
}
.catalog .smf-form--simple-table .smf-item__description {
  margin-left: 10px;
  color: #C1AA7F;
}
.catalog .smf-form--simple-table .smf-item__privacy {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item__privacy {
    text-align: left;
  }
}
.catalog .smf-form--simple-table .smf-item__privacy-check {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item__privacy-check {
    text-align: left;
  }
}
.catalog .smf-form--simple-table .smf-item .smf-text-control__control,
.catalog .smf-form--simple-table .smf-item .smf-textarea-control__control {
  width: 100%;
  padding: 16px;
  border: 1px solid #D3D3D3;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-form--simple-table .smf-item .smf-text-control__control,
  .catalog .smf-form--simple-table .smf-item .smf-textarea-control__control {
    padding: 8px;
  }
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control {
  position: relative;
  /* チェックボックスデザイン */
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 5px 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.catalog .smf-form--simple-table .smf-item .smf-checkbox-control input[type=checkbox]:checked::after {
  opacity: 1;
}
.catalog .smf-action .smf-button-control__control {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.1em;
  border-radius: 0%;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .catalog .smf-action .smf-button-control__control {
    letter-spacing: 0.05em;
  }
}
.catalog .smf-action .smf-button-control__control:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.catalog .mw_wp_form .mw_wp__item {
  margin: 0;
  padding: 16px 0;
}
.catalog .mw_wp_form .mw_wp__item--label {
  width: 100%;
}
.catalog .mw_wp_form .mw_wp__item--label span {
  margin-left: 10px;
  color: #C1AA7F;
}
.catalog .mw_wp_form .mw_wp__item--controls {
  width: 100%;
}
.catalog .mw_wp_form .mw_wp__item--controls.half-box {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 15px 0;
}
.catalog .mw_wp_form .mw_wp__item--controls.half-box span {
  width: 30px;
}
.catalog .mw_wp_form .mw_wp__item--controls.half-box input {
  width: calc(100% - 30px);
}
.catalog .mw_wp_form .mw_wp__item--controls input,
.catalog .mw_wp_form .mw_wp__item--controls textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .catalog .mw_wp_form .mw_wp__item--controls input,
  .catalog .mw_wp_form .mw_wp__item--controls textarea {
    padding: 8px 12px;
  }
}
.catalog .mw_wp_form .mw_wp__item--controls input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog .mw_wp_form .mw_wp__item--controls input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.catalog .mw_wp_form .mw_wp__item--controls input[type=checkbox]:checked::after {
  opacity: 1;
}
.catalog .mw_wp_form .mw_wp__item--controls .mwform-radio-field input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.catalog .mw_wp_form .mw_wp__item--controls .mwform-radio-field input::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.catalog .mw_wp_form .mw_wp__item--controls .mwform-radio-field input:checked::after {
  opacity: 1;
}
.catalog .mw_wp_form .mw_wp__item--controls select {
  width: 100%;
  padding: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  background-color: #FFFFFF;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .catalog .mw_wp_form .mw_wp__item--controls select {
    font-size: 16px !important;
  }
}
.catalog .mw_wp__action {
  margin: 30px 0;
}
.catalog .mw_wp__action .submit__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .catalog .mw_wp__action .submit__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.catalog .mw_wp__action .submit__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.catalog .mw_wp__action .back__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .catalog .mw_wp__action .back__btn .back__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.catalog .mw_wp__action .back__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

/* Reserve
--------------------------------------------- */
.reserve .inner13 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .reserve .inner13 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.reserve__ttl p {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reserve__ttl p {
    margin-top: 1.5rem;
    text-align: left;
  }
}
@media only screen and (max-width: 480px) {
  .reserve__ttl p {
    font-size: 16px;
  }
}
.reserve__flow {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .reserve__flow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.reserve__flow .h2_txt {
  margin-bottom: 2.5rem;
}
.reserve__flowList {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .reserve__flowList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .reserve__flowList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .reserve__flowList {
    grid-template-columns: 1fr;
  }
}
.reserve__flowListItem {
  position: relative;
  padding: 1.5rem 1rem;
  border: 1px solid #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .reserve__flowListItem {
    padding: 1rem;
  }
}
.reserve__flowListItem::after {
  content: "▶︎";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -25px;
  width: 16px;
  height: 16px;
  color: #313131;
  font-size: 0.9rem;
  line-height: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 480px) {
  .reserve__flowListItem::after {
    content: "▼";
    top: auto;
    right: auto;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    transform: translateY(auto);
  }
}
.reserve__flowListItem::after:last-child::after {
  content: "";
  display: none;
  top: auto;
  right: 0;
  width: 0;
  height: 0;
  color: #313131;
}
.reserve__flowListItem h3 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-align: center;
}
.reserve__flowListItem--step {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  padding: 14px 0;
  border-radius: 50%;
  background-color: #313131;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1;
}
.reserve__flowListItem--step span {
  display: block;
  font-size: 28px;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .reserve__flowListItem--step span {
    font-size: 21px;
  }
}
.reserve__flowListItem--txt {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}
.reserve__form {
  margin-top: 3.5rem;
  padding: 55px 100px;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .reserve__form {
    margin-top: 2.5rem;
    padding: 2.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .reserve__form {
    padding: 1.5rem 1rem;
  }
}
.reserve__link {
  margin: 1.5rem 0;
}
.reserve__link--btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .reserve__link--btn {
    letter-spacing: 0.05em;
  }
}
.reserve__link:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.reserve .mw_wp_form .h3_txt {
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}
.reserve .mw_wp_form .mw_wp__product {
  margin-bottom: 3.5rem;
}
.reserve .mw_wp_form .mw_wp__productList {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 55px;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp_form .mw_wp__productList {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
  }
}
.reserve .mw_wp_form .mw_wp__productItem {
  width: 100%;
}
.reserve .mw_wp_form .mw_wp__productItem figure {
  margin: 0;
}
.reserve .mw_wp_form .mw_wp__productItem figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.reserve .mw_wp_form .mw_wp__productItem figure figcaption {
  margin-top: 0.25rem;
  font-size: 1.15rem;
  font-weight: 400;
  text-align: center;
}
.reserve .mw_wp_form .mw_wp__productItem--price {
  margin-bottom: 0.25rem;
  font-size: 1.05rem;
  font-weight: 400;
  text-align: right;
}
.reserve .mw_wp_form .mw_wp__productItem--price small {
  font-size: 0.9rem;
  font-weight: 400;
}
.reserve .mw_wp_form .mw_wp__productItem--order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reserve .mw_wp_form .mw_wp__productItem--order select {
  width: calc(100% - 20px);
  margin-right: 8px;
  padding: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  background-color: #FFFFFF;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp_form .mw_wp__productItem--order select {
    font-size: 16px !important;
  }
}
.reserve .mw_wp_form .mw_wp__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 1rem 0;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp_form .mw_wp__item {
    flex-wrap: wrap;
  }
}
.reserve .mw_wp_form .mw_wp__item--label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex: 0 0 14em;
  max-width: 14em;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp_form .mw_wp__item--label {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.reserve .mw_wp_form .mw_wp__item--label span {
  margin-left: 10px;
  color: #C1AA7F;
}
.reserve .mw_wp_form .mw_wp__item--label.half-box {
  display: block;
}
.reserve .mw_wp_form .mw_wp__item--label.half-box .half {
  display: inline;
}
.reserve .mw_wp_form .mw_wp__item--controls {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp_form .mw_wp__item--controls {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.reserve .mw_wp_form .mw_wp__item--controls input,
.reserve .mw_wp_form .mw_wp__item--controls textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 0 !important;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp_form .mw_wp__item--controls input,
  .reserve .mw_wp_form .mw_wp__item--controls textarea {
    padding: 0.5rem 0.75rem;
  }
}
.reserve .mw_wp_form .mw_wp__item--controls .mwform-zip-field {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.reserve .mw_wp_form .mw_wp__item--controls .mwform-zip-field input {
  width: auto;
}
.reserve .mw_wp_form .mw_wp__item--controls .mwform-radio-field input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 50% !important;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.reserve .mw_wp_form .mw_wp__item--controls .mwform-radio-field input::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.reserve .mw_wp_form .mw_wp__item--controls .mwform-radio-field input:checked::after {
  opacity: 1;
}
.reserve .mw_wp_form .mw_wp__item .payment_lease {
  opacity: 0;
  padding-left: 2rem;
}
.reserve .mw_wp_form .mw_wp__item .payment_lease input {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.reserve .mw_wp_form .mw_wp__item .payment_lease input::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.reserve .mw_wp_form .mw_wp__item .payment_lease input:checked::after {
  opacity: 1;
}
.reserve .mw_wp_form .mw_wp__item .payment_lease .active {
  opacity: 1;
}
.reserve .mw_wp__divider {
  position: relative;
  padding: 1rem 0;
}
.reserve .mw_wp__divider--txt {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp__divider--txt {
    text-align: left;
  }
}
.reserve .mw_wp__divider input[type=checkbox] {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.reserve .mw_wp__divider input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  opacity: 0;
  width: 11px;
  height: 6px;
  border-bottom: 3px solid #A3A3A3;
  border-left: 3px solid #A3A3A3;
  transform: rotate(-45deg);
}
.reserve .mw_wp__divider input[type=checkbox]:checked::after {
  opacity: 1;
}
.reserve .mw_wp__divider .align-center {
  display: none;
}
.reserve .mw_wp__action {
  margin: 30px 0;
}
.reserve .mw_wp__action .submit__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp__action .submit__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.reserve .mw_wp__action .submit__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}
.reserve .mw_wp__action .back__btn {
  display: block;
  width: 100%;
  max-width: 325px;
  margin: auto;
  margin-top: 30px;
  padding: 20px;
  border: 2px solid #313131;
  color: #313131;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.05em;
  border-radius: 0%;
  background: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .reserve .mw_wp__action .back__btn .back__btn {
    font-size: 16px !important;
    letter-spacing: 0.05em;
  }
}
.reserve .mw_wp__action .back__btn:hover {
  background: #313131;
  color: #FFFFFF;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

/* FAQ
--------------------------------------------- */
.faqNav .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .faqNav .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.faqNav__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.faqNav__list li {
  width: calc(25% - 18.75px);
}
@media only screen and (max-width: 768px) {
  .faqNav__list li {
    width: calc(25% - 3.75px);
  }
}
.faqNav__list li a {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: block;
  position: relative;
  padding-bottom: 40px;
  color: #D3D3D3;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a {
    padding-bottom: 20px;
  }
}
.faqNav__list li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/sub_menu_icon.png) no-repeat center/contain;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a::after {
    background: url(../img/common/sub_menu_icon_sp.png) no-repeat center/contain;
  }
}
.faqNav__list li a:hover {
  opacity: 1;
  color: #313131;
}
.faqNav__list li a:hover::after {
  background: url(../img/common/sub_menu_icon_on.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li a:hover::after {
    background: url(../img/common/sub_menu_icon_on_sp.png) no-repeat center/contain;
  }
}
.faqNav__list li .on {
  color: #313131;
}
.faqNav__list li .on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/common/sub_menu_icon_on.png) no-repeat center/contain;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .faqNav__list li .on::after {
    background: url(../img/common/sub_menu_icon_on_sp.png) no-repeat center/contain;
  }
}

.faqNav .faqNav__list {
  list-style-type: none;
}

.faqContent .inner12 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .faqContent .inner12 {
    padding-bottom: 55px;
  }
}
.faqContent__item .h2_txt {
  margin-bottom: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .faqContent__item .h2_txt {
    padding-bottom: 0.5rem;
  }
}
.faqContent__list {
  margin-bottom: 3.5rem;
}
.faqContent__listItem {
  border-bottom: 1px solid #D3D3D3;
}
.faqContent__listItem summary {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  outline: none;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
.faqContent__listItem summary::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary {
    padding: 1rem 2rem 1rem 0;
  }
}
.faqContent__listItem summary .q-icon {
  font-size: 24px;
  letter-spacing: 0.05em;
  width: 50px;
  padding-right: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary .q-icon {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary .q-icon {
    width: 32px;
    padding-right: 10px;
  }
}
.faqContent__listItem summary .icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transform-origin: center 43%;
  transition: transform 0.5s;
}
@media only screen and (max-width: 768px) {
  .faqContent__listItem summary .icon {
    right: 0;
  }
}
.faqContent__listItem summary .icon::before, .faqContent__listItem summary .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #9B9B9B;
}
.faqContent__listItem summary .icon::before {
  left: 0;
  transform: rotate(45deg);
}
.faqContent__listItem summary .icon::after {
  right: 0;
  transform: rotate(-45deg);
}
.faqContent__listItem summary .icon:hover::before, .faqContent__listItem summary .icon:hover::after {
  transform: rotate(-215deg);
}
.faqContent__listItem summary[open]::after {
  transform: translateY(-50%);
}
.faqContent__answer {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 1.5rem 30px 1.5rem 50px;
  background-color: #F9F9F9;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .faqContent__answer {
    padding: 1.5rem 30px 1.5rem 30px;
  }
}
@media only screen and (max-width: 480px) {
  .faqContent__answer {
    padding: 1rem;
  }
}
.faqContent__answer p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .faqContent__answer p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

.wp-block-accordion {
  margin-bottom: 3.5rem;
}

.wp-block-accordion-item {
  border-bottom: 1px solid #D3D3D3;
}

.wp-block-accordion-item .wp-block-accordion-heading {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: normal;
  text-align: left;
}

.wp-block-accordion-heading__toggle {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 1rem;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .wp-block-accordion-heading__toggle {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-accordion-heading__toggle {
    padding: 1rem 2rem 1rem 0;
  }
}

.wp-block-accordion-heading__toggle-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  flex: 1;
}
.wp-block-accordion-heading__toggle-title::before {
  content: "Q";
  font-size: 24px;
  letter-spacing: 0.05em;
  display: inline-block;
  flex-shrink: 0;
  width: 50px;
  padding-right: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wp-block-accordion-heading__toggle-title::before {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-accordion-heading__toggle-title::before {
    width: 32px;
    padding-right: 10px;
  }
}

.wp-block-accordion-heading__toggle-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  font-size: 0;
  transition: transform 0.5s;
}
@media only screen and (max-width: 768px) {
  .wp-block-accordion-heading__toggle-icon {
    right: 0;
  }
}
.wp-block-accordion-heading__toggle-icon::before, .wp-block-accordion-heading__toggle-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 15px;
  height: 3px;
  margin-top: -1.5px;
  margin-left: -7.5px;
  background-color: #9B9B9B;
}
.wp-block-accordion-heading__toggle-icon::before {
  transform: rotate(45deg);
}
.wp-block-accordion-heading__toggle-icon::after {
  transform: rotate(-45deg);
}
.wp-block-accordion-heading__toggle-icon:hover::before, .wp-block-accordion-heading__toggle-icon:hover::after {
  transform: rotate(-215deg);
}

.wp-block-accordion-panel {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 1.5rem 30px 1.5rem 50px;
  background-color: #F9F9F9;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .wp-block-accordion-panel {
    padding: 1.5rem 30px 1.5rem 30px;
  }
}
@media only screen and (max-width: 480px) {
  .wp-block-accordion-panel {
    padding: 1rem;
  }
}
.wp-block-accordion-panel .wp-block-paragraph {
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .wp-block-accordion-panel .wp-block-paragraph {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}

/* Agency
--------------------------------------------- */
.agency .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .agency .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.agency__ttl {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .agency__ttl {
    margin-bottom: 2.5rem;
  }
}
.agency__ttl .h2_txt {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__ttl .h2_txt {
    margin-bottom: 1.5rem;
  }
}
.agency__ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__ttl p {
    line-height: 1.6;
    text-align: left;
  }
}
.agency__listItem {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3.5rem;
  padding: 50px 0;
  border: 10px solid #F9F9F9;
  background-color: #FFFFFF;
}
.agency__listItem:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .agency__listItem {
    flex-wrap: wrap;
    margin-top: 2.5rem;
    padding: 2.5rem;
  }
}
.agency__listItemLogo {
  width: 400px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .agency__listItemLogo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1.5rem;
    padding: 0;
  }
}
.agency__listItemLogo img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.agency__listItemContact {
  width: calc(100% - 400px);
  padding: 0 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact {
    width: 100%;
    padding: 0;
  }
}
.agency__listItemContact h3 {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact h3 {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact h3 {
    text-align: center;
  }
}
.agency__listItemContact p {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact p {
    margin-bottom: 1rem;
  }
}
.agency__listItemContact__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list {
    flex-wrap: wrap;
  }
}
.agency__listItemContact__list dl {
  width: 33.3333%;
  border-left: 1px solid #D3D3D3;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #D3D3D3;
    border-left: none;
  }
}
.agency__listItemContact__list dl:first-child {
  border-left: none;
}
.agency__listItemContact__list dt {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #313131;
  font-weight: 300;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dt {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dt {
    width: 120px;
  }
}
.agency__listItemContact__list dd {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #313131;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dd {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dd {
    width: calc(100% - 120px);
    text-align: left;
  }
}
.agency__listItemContact__list dd a {
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #313131;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .agency__listItemContact__list dd a {
    font-size: 18px;
    letter-spacing: 0.025em;
  }
}

/* Partner
--------------------------------------------- */
.partner .inner12 {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .partner .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.partner__ttl .h2_txt {
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}
.partner__list {
  display: -moz-grid;
  display: -ms-grid;
  display: grid;
  grid-template-rows: repeat(auto, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .partner__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2.5rem;
  }
}
.partner__list img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/* Presskit
--------------------------------------------- */
.presskit .inner12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .presskit .inner12 {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.presskit__ttl {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 768px) {
  .presskit__ttl {
    margin-bottom: 2.5rem;
  }
}
.presskit__ttl .h2_txt {
  margin-bottom: 1.5rem;
  text-align: center;
}
.presskit__ttl p {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .presskit__ttl p {
    font-size: 16px;
    letter-spacing: 0.025em;
  }
}
@media only screen and (max-width: 768px) {
  .presskit__ttl p {
    text-align: left;
  }
}
.presskit__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .presskit__content {
    margin: 0 auto 1.5rem auto;
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .presskit__content {
    margin: 0 auto 1rem auto;
    padding: 0;
  }
}
.presskit__contentItem {
  margin: 0 auto 3.5rem auto;
  padding: 2.5rem;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 768px) {
  .presskit__contentItem {
    margin: 0 auto 2.5rem auto;
    padding: 1.5rem;
  }
}
.presskit__contentItem figure {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
}
.presskit__contentLink {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.presskit .h3_txt {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}

/* Sitemap
--------------------------------------------- */
.sitemap__inner {
  width: 100%;
  max-width: 1000px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .sitemap__inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.sitemap__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .sitemap__list {
    flex-wrap: wrap;
  }
}
.sitemap__listItem {
  width: 47.5%;
}
@media only screen and (max-width: 768px) {
  .sitemap__listItem {
    width: 100%;
  }
}
.sitemap__listItem .h3_txt {
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #D3D3D3;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sitemap__listItem .h3_txt {
    margin-bottom: 1rem;
  }
}
.sitemap__listItem .wsp-container {
  margin-bottom: 2.5rem;
}
.sitemap__listItem .wsp-pages-list {
  margin-bottom: 40px;
  margin-left: 25px;
  list-style-type: disc;
}
@media only screen and (max-width: 768px) {
  .sitemap__listItem .wsp-pages-list {
    margin-bottom: 24px;
  }
}
.sitemap__listItem .wsp-pages-list li {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .sitemap__listItem .wsp-pages-list li {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
}
.sitemap__listItem .wsp-pages-list ul {
  margin-bottom: 0;
}
.sitemap__listItem .wsp-newss-list,
.sitemap__listItem .wsp-events-list {
  margin-left: 1.5rem;
  list-style-type: disc;
}
.sitemap__listItem a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=lower.css.map */
