@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Zen Old Mincho", serif;
  color: #000;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  font-weight: 400;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[hidden] {
  display: none;
}

.js-modal__target, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.js-modal__target > *, .cont__center > * {
  min-height: 0%;
}

.footer__container, .qa__container, .product__content, .scene, .price__ttl, .price__content, .feature__ttl, .feature__content, .feature__content-01, .feature__content-02, .feature__content-03, .feature__content-04, .content__index, .lead__content, .header__container, .cont__container, .point__container, .point__content {
  box-sizing: content-box !important;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .footer__container, .qa__container, .product__content, .scene, .price__ttl, .price__content, .feature__ttl, .feature__content, .feature__content-01, .feature__content-02, .feature__content-03, .feature__content-04, .content__index, .lead__content, .header__container, .cont__container, .point__content {
    max-width: 84vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__btn, .footer__link a, .float__btn-link, .qa__answer-link-01, .qa__answer-link-02, .product__acd-link, .product__btn, .content__index-txt-01, .content__index-txt-02, .content__index-txt-03, .content__index-txt-04, .content__index-txt-05, .lead__btn, .header__logo, .js-modal__close, .js-accordion__trigger, .link {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .footer__btn, .footer__link a, .float__btn-link, .qa__answer-link-01, .qa__answer-link-02, .product__acd-link, .product__btn, .content__index-txt-01, .content__index-txt-02, .content__index-txt-03, .content__index-txt-04, .content__index-txt-05, .lead__btn, .header__logo, .js-modal__close, .js-accordion__trigger, .link {
    transition: opacity 0.5s;
    cursor: pointer;
  }
  .footer__btn:hover, .footer__link a:hover, .float__btn-link:hover, .qa__answer-link-01:hover, .qa__answer-link-02:hover, .product__acd-link:hover, .product__btn:hover, .content__index-txt-01:hover, .content__index-txt-02:hover, .content__index-txt-03:hover, .content__index-txt-04:hover, .content__index-txt-05:hover, .lead__btn:hover, .header__logo:hover, .js-modal__close:hover, .js-accordion__trigger:hover, .link:hover {
    opacity: 0.5;
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.link {
  text-decoration: none;
}

.cont__container {
  position: relative;
  z-index: 1;
}
/* common:end */
.js-accordion__trigger {
  position: relative;
}
.js-accordion__target {
  overflow: hidden;
}
.js-accordion__target-enter-active, .js-accordion__target-leave-active {
  transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}
.js-accordion__target-enter, .js-accordion__target-leave-to {
  opacity: 0;
}
.js-accordion__icon {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .js-accordion__icon {
    right: 5.3333333333vw;
    width: 4vw;
    height: 4vw;
  }
}
.js-accordion__icon::before, .js-accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  border-top: 1px solid #595757;
  transform: translateY(-50%);
  transition: transform 0.3s;
  content: "";
}
@media screen and (max-width: 767px) {
  .js-accordion__icon::before, .js-accordion__icon::after {
    border-width: 0.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.js-accordion--close .js-accordion__icon::after {
  transform: translateY(-50%) rotate(90deg);
}

.lead .js-accordion__icon {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .lead .js-accordion__icon {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.lead .js-accordion__icon::before, .lead .js-accordion__icon::after {
  border-color: #0092B9;
  border-width: 2px;
}
@media screen and (max-width: 767px) {
  .lead .js-accordion__icon::before, .lead .js-accordion__icon::after {
    border-width: 0.4vw;
  }
}

@media screen and (max-width: 767px) {
  .qa .js-accordion__icon {
    right: 2.6666666667vw;
  }
}

/* -----------------------------------------------------------------------------
	モーダル
----------------------------------------------------------------------------- */
.js-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.js-modal__bg-enter-active {
  transition: opacity 0.5s;
}
.js-modal__bg-leave-active {
  transition: opacity 0.5s;
}
.js-modal__bg-enter, .js-modal__bg-leave-to {
  opacity: 0;
}
.js-modal__target {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.js-modal__target-enter-active {
  transition: opacity 0.3s;
}
.js-modal__target-leave-active {
  transition: opacity 0.3s;
}
.js-modal__target-enter, .js-modal__target-leave-to {
  opacity: 0;
}
.js-modal__contents {
  position: relative;
  width: 95%;
  max-width: 840px;
  max-height: 95dvh;
}
@media screen and (max-width: 767px) {
  .js-modal__contents {
    width: 84vw;
    max-width: 630px;
  }
}
.js-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 35px;
  height: 35px;
  margin-left: auto;
  content: "";
  color: transparent;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .js-modal__close {
    top: -25px;
    width: 20px;
    height: 20px;
  }
}
.js-modal__close::before, .js-modal__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  content: "";
}
@media screen and (max-width: 767px) {
  .js-modal__close::before, .js-modal__close::after {
    height: 2px;
  }
}
.js-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-modal__content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  pointer-events: all;
}

/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -100%;
}

.fromRight {
  --fade-translate-x: 100%;
}

.jsScroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
}
.jsScroll.up {
  transform: translate(0, 50px);
}
.jsScroll.down {
  transform: translate(0, -50px);
}
.jsScroll.fromLeft {
  transform: translate(-100%, 0);
}
.jsScroll.fromRight {
  transform: translate(100%, 0);
}
.jsScroll.speed--100 {
  transition-duration: 100ms;
}
.jsScroll.speed--200 {
  transition-duration: 200ms;
}
.jsScroll.speed--300 {
  transition-duration: 300ms;
}
.jsScroll.speed--400 {
  transition-duration: 400ms;
}
.jsScroll.speed--500 {
  transition-duration: 500ms;
}
.jsScroll.speed--600 {
  transition-duration: 600ms;
}
.jsScroll.speed--700 {
  transition-duration: 700ms;
}
.jsScroll.speed--800 {
  transition-duration: 800ms;
}
.jsScroll.speed--900 {
  transition-duration: 900ms;
}
.jsScroll.speed--1000 {
  transition-duration: 1000ms;
}
.jsScroll.speed--1100 {
  transition-duration: 1100ms;
}
.jsScroll.speed--1200 {
  transition-duration: 1200ms;
}
.jsScroll.speed--1300 {
  transition-duration: 1300ms;
}
.jsScroll.speed--1400 {
  transition-duration: 1400ms;
}
.jsScroll.speed--1500 {
  transition-duration: 1500ms;
}
.jsScroll.speed--1600 {
  transition-duration: 1600ms;
}
.jsScroll.speed--1700 {
  transition-duration: 1700ms;
}
.jsScroll.speed--1800 {
  transition-duration: 1800ms;
}
.jsScroll.speed--1900 {
  transition-duration: 1900ms;
}
.jsScroll.speed--2000 {
  transition-duration: 2000ms;
}
.jsScroll.speed--2100 {
  transition-duration: 2100ms;
}
.jsScroll.speed--2200 {
  transition-duration: 2200ms;
}
.jsScroll.speed--2300 {
  transition-duration: 2300ms;
}
.jsScroll.speed--2400 {
  transition-duration: 2400ms;
}
.jsScroll.speed--2500 {
  transition-duration: 2500ms;
}
.jsScroll.speed--2600 {
  transition-duration: 2600ms;
}
.jsScroll.speed--2700 {
  transition-duration: 2700ms;
}
.jsScroll.speed--2800 {
  transition-duration: 2800ms;
}
.jsScroll.speed--2900 {
  transition-duration: 2900ms;
}
.jsScroll.speed--3000 {
  transition-duration: 3000ms;
}
.jsScroll.delay--100 {
  transition-delay: 100ms;
}
.jsScroll.delay--200 {
  transition-delay: 200ms;
}
.jsScroll.delay--300 {
  transition-delay: 300ms;
}
.jsScroll.delay--400 {
  transition-delay: 400ms;
}
.jsScroll.delay--500 {
  transition-delay: 500ms;
}
.jsScroll.delay--600 {
  transition-delay: 600ms;
}
.jsScroll.delay--700 {
  transition-delay: 700ms;
}
.jsScroll.delay--800 {
  transition-delay: 800ms;
}
.jsScroll.delay--900 {
  transition-delay: 900ms;
}
.jsScroll.delay--1000 {
  transition-delay: 1000ms;
}
.jsScroll.delay--1100 {
  transition-delay: 1100ms;
}
.jsScroll.delay--1200 {
  transition-delay: 1200ms;
}
.jsScroll.delay--1300 {
  transition-delay: 1300ms;
}
.jsScroll.delay--1400 {
  transition-delay: 1400ms;
}
.jsScroll.delay--1500 {
  transition-delay: 1500ms;
}
.jsScroll.delay--1600 {
  transition-delay: 1600ms;
}
.jsScroll.delay--1700 {
  transition-delay: 1700ms;
}
.jsScroll.delay--1800 {
  transition-delay: 1800ms;
}
.jsScroll.delay--1900 {
  transition-delay: 1900ms;
}
.jsScroll.delay--2000 {
  transition-delay: 2000ms;
}
.jsScroll.delay--2100 {
  transition-delay: 2100ms;
}
.jsScroll.delay--2200 {
  transition-delay: 2200ms;
}
.jsScroll.delay--2300 {
  transition-delay: 2300ms;
}
.jsScroll.delay--2400 {
  transition-delay: 2400ms;
}
.jsScroll.delay--2500 {
  transition-delay: 2500ms;
}
.jsScroll.delay--2600 {
  transition-delay: 2600ms;
}
.jsScroll.delay--2700 {
  transition-delay: 2700ms;
}
.jsScroll.delay--2800 {
  transition-delay: 2800ms;
}
.jsScroll.delay--2900 {
  transition-delay: 2900ms;
}
.jsScroll.delay--3000 {
  transition-delay: 3000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0) !important;
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 0.5s;
}
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* header:start */
.header__container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__container {
    max-width: 100%;
  }
}
.header__logo {
  display: block;
  width: 179px;
  padding-top: 20px;
  margin-left: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 33.3333333333vw;
    padding-top: 5.3333333333vw;
    margin-left: 8vw;
  }
}

/* header:end */
/* mv:start */
.mv__bg {
  width: 100%;
  position: relative;
}
.mv__txt {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* mv:end */
.lead__box-arrow-right, .lead__box-arrow-left {
  color: #595757;
  top: 150px;
}
@media screen and (max-width: 1120px) {
  .lead__box-arrow-right, .lead__box-arrow-left {
    top: 13.3928571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box-arrow-right, .lead__box-arrow-left {
    top: 20.6666666667vw;
    width: 2vw;
    height: 4vw;
  }
}
.lead__box-arrow-right::after, .lead__box-arrow-left::after {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .lead__box-arrow-right::after, .lead__box-arrow-left::after {
    font-size: 4vw;
  }
}

/* lead:start */
.lead {
  background-image: url(../img/pc/lead_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .lead {
    background-image: url(../img/sp/lead_bg.webp);
  }
}
.lead__content {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lead__content {
    margin-top: 0;
    padding-top: 16vw;
    padding-bottom: 21.3333333333vw;
  }
}
.lead__acd {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lead__acd {
    margin-bottom: 14.6666666667vw;
  }
}
.lead__acd-content {
  padding-top: 22px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lead__acd-content {
    padding-top: 0.6666666667vw;
    padding-bottom: 7.3333333333vw;
  }
}
.lead__detail {
  display: inline-block;
  padding: 22px 0;
  font-size: 2.6rem;
  line-height: 1.2692307692;
  color: #0092B9;
}
@media screen and (max-width: 767px) {
  .lead__detail {
    padding: 5.3333333333vw 0;
    font-size: 4.8vw;
    line-height: 1.3333333333;
  }
}
.lead__box {
  position: relative;
  max-width: 960px;
  margin: 0 40px 0 80px;
}
@media screen and (max-width: 1120px) {
  .lead__box {
    margin: 0 3.5714285714vw 0 7.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box {
    max-width: 84vw;
    margin: 0 4.4642857143vw;
  }
}
.lead__box-arrow-left {
  left: -40px;
}
@media screen and (max-width: 1120px) {
  .lead__box-arrow-left {
    left: -3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__box-arrow-left {
    left: 0.6666666667vw;
  }
}
.lead__box-arrow-right {
  right: 0;
}
@media screen and (max-width: 767px) {
  .lead__box-arrow-right {
    right: 0.6666666667vw;
  }
}
.lead__box-icons {
  display: flex;
  align-items: center;
  bottom: -30px;
  left: 48%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lead__box-icons {
    bottom: -4.2666666667vw;
    left: 50%;
  }
}
.lead__box-icons .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #D9D9D9;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .lead__box-icons .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
.lead__box-icons .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .lead__box-icons .swiper-pagination-bullet:not(:first-child) {
    margin-left: 1.3333333333vw;
  }
}
.lead__box-icons .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #595757;
}
@media screen and (max-width: 767px) {
  .lead__box-icons .swiper-pagination-bullet-active {
    width: 1.6vw;
    height: 1.6vw;
  }
}
.lead__bnr {
  width: 440px;
}
@media screen and (max-width: 1120px) {
  .lead__bnr {
    width: 39.2857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__bnr {
    width: 61.3333333333vw;
    margin: 0 auto;
  }
}
.lead__btn {
  display: inline-block;
  text-align: center;
  width: 420px;
  margin: 70px auto 0;
  border-radius: 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #0092B9;
}
@media screen and (max-width: 767px) {
  .lead__btn {
    width: 73.3333333333vw;
    margin: 13.3333333333vw auto 0;
    border-radius: 6.6666666667vw;
    box-shadow: 0px 1.3333333333vw 2.6666666667vw 0px rgba(0, 0, 0, 0.08);
  }
}
.lead__btn-txt {
  position: relative;
  padding: 17px 0;
  font-size: 1.8rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .lead__btn-txt {
    padding: 4vw 0 3.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .lead__btn-txt {
    padding: 4vw 0 5vw;
    font-size: 4.5vw;
    line-height: 1;
  }
}

.lead__btn-txt::before {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../img/pc/content_icon_arrow.png);
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .lead__btn-txt::before {
    right: 5.3333333333vw;
    width: 1.7333333333vw;
    height: 3.0666666667vw;
    background-image: url(../img/sp/content_icon_arrow.png);
  }
}
.lead__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lead__area {
    flex-direction: column;
    align-items: stretch;
  }
}
.lead__txt {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1120px) {
  .lead__txt {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__txt {
    font-size: 4.2666666667vw;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}
.lead__img {
  position: relative;
  z-index: 1;
  width: 600px;
  height: 420px;
}
@media screen and (max-width: 1120px) {
  .lead__img {
    width: 53.5714285714vw;
    height: 37.5vw;
  }
}
@media screen and (max-width: 767px) {
  .lead__img {
    width: 73.3333333333vw;
    height: 53.3333333333vw;
    margin: 4vw -8vw 0 auto;
  }
}

/* lead:end */
.point__box-03, .point__box-02, .point__box-01 {
  position: relative;
  z-index: 2;
  width: 600px;
  height: 400px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1500px) {
  .point__box-03, .point__box-02, .point__box-01 {
    width: 40vw;
    height: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point__box-03, .point__box-02, .point__box-01 {
    width: 100%;
    height: auto;
    background-color: initial;
  }
}

.point__img-right, .point__img-left {
  position: absolute;
  top: 0;
  width: 1080px;
}
@media screen and (max-width: 1500px) {
  .point__img-right, .point__img-left {
    width: 72vw;
  }
}
@media screen and (max-width: 767px) {
  .point__img-right, .point__img-left {
    position: static;
    width: 84vw;
  }
}

.point__txt--02, .point__txt {
  font-size: 2.4rem;
  line-height: 2.0833333333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1500px) {
  .point__txt--02, .point__txt {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .point__txt--02, .point__txt {
    margin-top: 3.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.1111111111;
  }
}

.point__wrap--02, .point__wrap {
  width: 1500px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
}
@media screen and (max-width: 1500px) {
  .point__wrap--02, .point__wrap {
    width: 100%;
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point__wrap--02, .point__wrap {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: auto;
  }
}

/* point:start */
.point {
  padding-top: 80px;
  padding-bottom: 120px;
  background-color: #FCF4E8;
}
@media screen and (max-width: 767px) {
  .point {
    padding-top: 17.3333333333vw;
    padding-bottom: 14.333333vw;
  }
}
/* point:add 20250925*/
.point .point__content ul li {
  margin-top: 60px;
}
.point .point__content ul li:first-child {
  margin-top: 0;
}
.point .point__content ul li .point__area {
  display: flex;
  align-items: center;
  column-gap: max(3%, 40px);
}
.point .point__content ul li:nth-child(odd) .point__area {
  flex-direction: row-reverse;
}
.point__area .point__txtWrap {
  width: 50%;
}
.point__area .point__img {
  width: 50%;
}
.point__area .point__img img{
  border-radius: 20px;
}
.point__area .point__txtWrap .bold {
  font-weight: 600;
  margin-bottom: 20px;
}
.point__area .point__txtWrap .cpLabel {
  font-size: 2.8rem;
  font-weight: 600;
  color: #D60C73;
  border: 1px solid #D60C73;
  background: #fff;
  padding: 10px;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
  max-width: 350px;
  line-height: 1;
}
.point__area .spShow {
  display: none;
}
.point__area .tbShow {
  display: none;
}
.point__area .point__txtWrap .point__txt{
  line-height: 1.8;
}
.point__area .point__txtWrap .point__txt .marker {
  background: linear-gradient(transparent 70%, #FFD126 50%);
  font-size: 2.8rem;
  font-weight: 600;
}
.point__area .point__txtWrap .point__txt .tokuten {
  font-size: 3.2rem;
  color: #D60C73;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.point__area .point__txtWrap .point__txt-large {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
.point__area .point__txtWrap .point__txt-small {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 1120px) {
  .point__area .point__txtWrap .point__txt{
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .point__area .point__txtWrap .cpLabel {
    font-size: 2.2rem;
    max-width: 280px;
    padding: 6px;
  }
  .point__area .point__txtWrap .point__txt .marker {
    font-size: 2.2rem;
  }
  .point__area .point__txtWrap .point__txt .tokuten {
    font-size: 2.4rem;
  }
  .point__area .point__txtWrap .point__txt-large {
    font-size: 2.6rem;
  }
  .point__area .point__txtWrap .point__txt-small {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 810px) {
  .point__area .tbShow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .point .point__content ul li {
    margin-top: 40px;
  }
  .point .point__content ul li .point__area {
    align-items: flex-start;
    column-gap: max(3%, 10px);
  }
  .point__area .point__txtWrap {
    width: 70%;
  }
  .point__area .point__img {
    width: 30%;
  }
  .point__area .point__img {
    width: 60%;
  }
  .point__area .point__txtWrap .point__txt{
    line-height: 1.6;
  }
  .point__area .point__txtWrap .bold {
    margin-bottom: 5.3333333333vw;
  }
  .point__area .point__txtWrap .cpLabel {
    font-size: 1.8rem;
    max-width: 230px;
  }
  .point__area .point__txtWrap .point__txt .marker {
    font-size: 1.8rem;
  }
  .point__area .point__txtWrap .point__txt {
    margin-top: 0;
    margin-bottom: 2.1428571429vw;
    font-size: 1.4rem;
  }
 .point__area .point__txtWrap .point__txt .tokuten {
    font-size: 1.8rem;
  }
 .point__area .point__txtWrap .point__txt-large {
    font-size: 1.8rem;
  }
  .point__area .point__txtWrap .point__txt-small {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 480px) {
 .point__area .point__txtWrap .cpLabel {
    max-width: 180px;
    padding: 5px;
    font-size: 1.4rem;
  }
  .point__area .point__txtWrap .point__txt .marker {
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
 .point__area .spShow {
    display: block;
  }
   .point__area .point__txtWrap {
    width: 58%;
  }
  .point__area .point__img {
    width: 42%;
  }
  .point__area .point__txtWrap .point__txt-small {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

/* point:end */
.content__index-txt-03, .content__index-txt-02, .content__index-txt-01 {
  position: relative;
}
.content__index-txt-03::after, .content__index-txt-02::after, .content__index-txt-01::after {
  position: absolute;
  top: 50%;
  right: -29px;
  transform: translateY(-50%);
  width: 1px;
  height: 46px;
  background-color: #707070;
  content: "";
}
@media screen and (max-width: 1120px) {
  .content__index-txt-03::after, .content__index-txt-02::after, .content__index-txt-01::after {
    right: -2.5892857143vw;
    height: 4.1071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .content__index-txt-03::after, .content__index-txt-02::after, .content__index-txt-01::after {
    position: static;
    background-color: initial;
  }
}

/* content:start */
.content {
  padding-top: 80px;
  background-image: url(../img/pc/content_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .content {
    padding-top: 16vw;
    background-color: #F8FDFF;
    background-image: url(../img/sp/content_bg.jpg);
    background-size: 100%;
    background-repeat: repeat-y;
  }
}
.content__index-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .content__index-wrap {
    flex-direction: column;
    padding: 6.9333333333vw 0 6.1333333333vw;
    border-top: 0.2666666667vw solid #595757;
    border-bottom: 0.2666666667vw solid #595757;
  }
}
.content__index-txt-01 {
  width: 232px;
}
@media screen and (max-width: 1120px) {
  .content__index-txt-01 {
    width: 20.7142857143vw;
  }
}
@media screen and (max-width: 767px) {
  .content__index-txt-01 {
    width: 100%;
  }
}
.content__index-txt-02 {
  width: 179px;
}
@media screen and (max-width: 1120px) {
  .content__index-txt-02 {
    width: 15.9821428571vw;
  }
}
@media screen and (max-width: 767px) {
  .content__index-txt-02 {
    width: 100%;
    margin-top: 3.7333333333vw;
  }
}
.content__index-txt-03 {
  width: 276px;
}
@media screen and (max-width: 1120px) {
  .content__index-txt-03 {
    width: 24.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .content__index-txt-03 {
    width: 100%;
    margin-top: 3.7333333333vw;
  }
}
.content__index-txt-04 {
  width: 219px;
}
.content__index-txt-05 {
  width: 294px;
}
@media screen and (max-width: 1120px) {
  .content__index-txt-04 {
    width: 19.5535714286vw;
  }
}
@media screen and (max-width: 767px) {
  .content__index-txt-04 {
    width: 100%;
    margin-top: 3.7333333333vw;
  }
}

/* content:end */
.feature__logo-txt, .feature__acd-logo-txt, .feature__txt {
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1120px) {
  .feature__logo-txt, .feature__acd-logo-txt, .feature__txt {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__logo-txt, .feature__acd-logo-txt, .feature__txt {
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
}

.feature__acd-cont--02, .feature__acd-cont {
  margin-top: 40px;
  margin-bottom: 10px;
  border: 1px solid #595757;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .feature__acd-cont--02, .feature__acd-cont {
    margin-top: 10.6666666667vw;
    margin-bottom: 3.4666666667vw;
    border: 0.2666666667vw solid #595757;
  }
}

.feature__acd-subjects-large, .feature__acd-subjects, .feature__acd-subject-small, .feature__acd-subject {
  width: 190px;
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1.4;
  border-right: 2px solid #595757;
}
@media screen and (max-width: 1120px) {
  .feature__acd-subjects-large, .feature__acd-subjects, .feature__acd-subject-small, .feature__acd-subject {
    width: 16.9642857143vw;
    padding-left: 0.8928571429vw;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-subjects-large, .feature__acd-subjects, .feature__acd-subject-small, .feature__acd-subject {
    white-space: nowrap;
    width: 28vw;
    padding-left: 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    border-right: 0.5333333333vw solid #595757;
  }
}

.feature__acd-details-large, .feature__acd-details, .feature__acd-detail {
  width: 810px;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 1120px) {
  .feature__acd-details-large, .feature__acd-details, .feature__acd-detail {
    width: 72.3214285714vw;
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-details-large, .feature__acd-details, .feature__acd-detail {
    width: 45.3333333333vw;
    padding-left: 5.0666666667vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}

.feature__table-subject-blue, .feature__table-subject-head, .feature__table-subject, .feature__table-subject-beige {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .feature__table-subject-blue, .feature__table-subject-head, .feature__table-subject {
    padding-bottom: 1.8666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.04em;
  }
}

.feature__table-item-04, .feature__table-item-03, .feature__table-item-02, .feature__table-item-01 {
  width: 228px;
  padding: 35px 0;
  font-size: 1.6rem;
  font-weight: 400;
  /*background-color: #FCF4E8;*/
}
@media screen and (max-width: 767px) {
  .feature__table-item-04, .feature__table-item-03, .feature__table-item-02, .feature__table-item-01 {
    width: 30.9333333333vw;
    padding: 0;
    font-size: 3.2vw;
  }
}

.feature__table-detail-blue, .feature__table-detail {
  position: relative;
  width: 190px;
  font-size: 2.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .feature__table-detail-blue, .feature__table-detail {
    width: 26.6666666667vw;
    padding: 0;
    font-size: 3.2vw;
  }
}
.feature__table-detail-blue:not(:last-child)::after, .feature__table-detail:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background-color: #595757;
  content: "";
}
@media screen and (max-width: 767px) {
  .feature__table-detail-blue:not(:last-child)::after, .feature__table-detail:not(:last-child)::after {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
  }
}

.feature__acd-logo-box--02, .feature__acd-logo-box {
  width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}
@media screen and (max-width: 1120px) {
  .feature__acd-logo-box--02, .feature__acd-logo-box {
    width: 42.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-logo-box--02, .feature__acd-logo-box {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}

/* feature:start */
.feature__ttl {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature__ttl {
    margin-top: 10.6666666667vw;
  }
}
.feature__ttl-img {
  background-color: #8E8577;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .feature__ttl-img {
    border-radius: 2.6666666667vw;
  }
}
.feature__content-01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .feature__content-01 {
    margin-top: 10.6666666667vw;
  }
}
.feature__content-02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature__content-02 {
    margin-top: 16vw;
  }
}
.feature__content-03 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .feature__content-03 {
    margin-top: 16vw;
  }
}
.feature__content-04 {
  margin-top: 80px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .feature__content-04 {
    margin-top: 15.3333333333vw;
    margin-bottom: 16vw;
  }
}
.feature__subttl {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  padding: 22px 0 28px;
  height: 100px;
  background-image: url(../img/pc/content_subttl_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1120px) {
  .feature__subttl {
    font-size: 3.2142857143vw;
    padding: 1.9642857143vw 0 2.5vw;
    height: 8.9285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__subttl {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 3.3333333333vw 0;
    height: 14.6666666667vw;
    background-image: url(../img/sp/content_subttl_bg.png);
  }
}
.feature__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature__area {
    flex-direction: column;
  }
}
.feature__img, .feature__img--order {
  width: 520px;
}
@media screen and (max-width: 1120px) {
  .feature__img, .feature__img--order {
    width: 46.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__img, .feature__img--order {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .feature__img--order {
    order: -1;
  }
}
.feature__txtarea {
  width: 520px;
}
@media screen and (max-width: 1120px) {
  .feature__txtarea {
    width: 46.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__txtarea {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.feature__txt + .feature__txt {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .feature__txt + .feature__txt {
    margin-top: 6vw;
  }
}
.feature__txt-blue {
  font-weight: 500;
  color: #0092B9;
}
.feature__acd {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .feature__acd {
    padding: 5.3333333333vw 0;
    font-size: 3.2vw;
  }
}
.feature__acd-cont--02 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature__acd-cont--02 {
    margin-top: 5.3333333333vw;
  }
}
.feature__acd-area {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
@media screen and (max-width: 1120px) {
  .feature__acd-area {
    width: 92.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-area {
    width: 73.3333333333vw;
    margin: 0 auto;
    padding: 0 0 8vw 0;
  }
}
.feature__acd-head {
  padding-top: 18px;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  border-top: 1px solid #595757;
}
@media screen and (max-width: 1120px) {
  .feature__acd-head {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-head {
    padding-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 1.375;
    border-top: 0.2666666667vw solid #595757;
  }
}
.feature__acd-head-blue {
  color: #0092B9;
}
.feature__acd-head-sup {
  font-size: 60%;
}
.feature__acd-note-01 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1120px) {
  .feature__acd-note-01 {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-note-01 {
    margin-top: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
.feature__acd-note-02 {
  padding-top: 10px;
  border-top: 1px solid #595757;
  font-size: 1.2rem;
}
@media screen and (max-width: 1120px) {
  .feature__acd-note-02 {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-note-02 {
    text-indent: -2em;
    padding-left: 2em;
    padding-top: 5.3333333333vw;
    border-top: 0.2666666667vw solid #595757;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
.feature__acd-table {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px 0;
  border-top: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .feature__acd-table {
    align-items: baseline;
    padding: 5.3333333333vw 0;
    border-top: 0.2666666667vw solid #595757;
  }
}
.feature__acd-subject-small {
  padding-top: 8px;
  padding-bottom: 4px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .feature__acd-subject-small {
    padding-top: 1.3333333333vw;
    padding-bottom: 0.5333333333vw;
    line-height: 1.4285714286;
  }
}
.feature__acd-subject-xsmall {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 1120px) {
  .feature__acd-subject-xsmall {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-subject-xsmall {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-subjects {
    width: 27.4666666667vw;
    border-right: none;
  }
}
.feature__acd-subjects-large {
  width: 188px;
  border-right: none;
}
@media screen and (max-width: 1120px) {
  .feature__acd-subjects-large {
    width: 16.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-subjects-large {
    width: 27.4666666667vw;
  }
}
.feature__acd-detail-blue {
  color: #0092B9;
}
@media screen and (max-width: 767px) {
  .feature__acd-details {
    width: 45.8666666667vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-left: 0.5333333333vw solid #595757;
  }
}
.feature__acd-details-large {
  width: 812px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 2px solid #595757;
}
@media screen and (max-width: 1120px) {
  .feature__acd-details-large {
    width: 72.5vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-details-large {
    width: 45.8666666667vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    border-left: 0.5333333333vw solid #595757;
  }
}
.feature__acd-txt {
  margin-top: 38px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1120px) {
  .feature__acd-txt {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-txt {
    margin-top: 10.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
}
.feature__acd-txt-btm {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  border-top: 1px solid #595757;
}
@media screen and (max-width: 1120px) {
  .feature__acd-txt-btm {
    padding-left: 0.8928571429vw;
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-txt-btm {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    padding-left: 0;
    font-size: 3.7333333333vw;
    border-top: 0.2666666667vw solid #595757;
  }
}
.feature__acd-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #595757;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .feature__acd-logo {
    flex-direction: column;
    border-width: 0.2666666667vw;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-logo-box--02 {
    margin-top: 11.3333333333vw;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-logo-box--02::after {
    content: "";
    display: inline-block;
    width: 73.3333333333vw;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -6.9333333333vw;
  }
}
.feature__acd-logo-img {
  max-width: 141px;
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1120px) {
  .feature__acd-logo-img {
    width: 12.5892857143vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__acd-logo-img {
    width: 28.2666666667vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 6vw;
  }
}
.feature__acd-logo-txt {
  text-align: left;
}
.feature__logo {
  width: 882px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 2px solid #0092B9;
  margin: 85px auto 0;
  position: relative;
  padding: 60px 0 40px;
}
@media screen and (max-width: 1120px) {
  .feature__logo {
    width: 78.75vw;
    margin-top: 7.5892857143vw;
    padding: 5.3571428571vw 0 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__logo {
    width: 100%;
    border-width: 0.2666666667vw;
    margin-top: 12vw;
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
.feature__logo-top {
  display: inline-block;
  background-color: #fff;
  padding-left: 1em;
  padding-right: 1em;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3.2rem;
  line-height: 1.40625;
  text-align: center;
  color: #0092B9;
  font-weight: 500;
}
@media screen and (max-width: 1120px) {
  .feature__logo-top {
    top: -2.4107142857vw;
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__logo-top {
    width: 49.3333333333vw;
    padding-left: 0.5em;
    padding-right: 0.5em;
    top: -4.8vw;
    font-size: 5.3333333333vw;
  }
}
.feature__logo-wrap {
  width: 301px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .feature__logo-wrap {
    width: 62.1333333333vw;
  }
}
.feature__logo-img {
  max-width: 141px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .feature__logo-img {
    width: 28.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.feature__logo-txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature__logo-txt {
    text-align: left;
  }
}
.feature__note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .feature__note {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
.feature__comparison {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .feature__comparison {
    margin-top: 11.3333333333vw;
  }
}
.feature__box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .feature__box {
    margin-top: 8.8vw;
    margin-right: calc(50% - 50vw);
    padding-bottom: 2.6666666667vw;
    overflow: auto;
  }
  .feature__box::-webkit-scrollbar {
    height: 0.8vw;
  }
  .feature__box::-webkit-scrollbar-thumb {
    background-color: #D3D4D6;
  }
}
.feature__table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .feature__table {
    width: 153.0666666667vw;
    margin-right: 8vw;
  }
}
.feature__table-content {
  border-bottom: 1px solid #595757;
  /*background-color: #fff;*/
}
@media screen and (max-width: 767px) {
  .feature__table-content {
    border-bottom: 0.2666666667vw solid #595757;
  }
}
.feature__table-subject-head {
  padding-top: 10px;
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .feature__table-subject-head {
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    letter-spacing: -0.05em;
  }
}
.feature__table-subject-blue {
  background-color: #fff;
  letter-spacing: 0.05em;
  color: #0092B9;
}
@media screen and (max-width: 767px) {
  .feature__table-subject-blue {
    position: sticky;
    z-index: 1;
    left: 0;
  }
}
.feature__table-bg {
  background-color: #ffffff;
}
.feature__table-item-01 {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .feature__table-item-01 {
    padding: 4.9333333333vw 0;
  }
}
.feature__table-item-02 {
  padding: 43px 0;
}
@media screen and (max-width: 767px) {
  .feature__table-item-02 {
    padding: 6.9333333333vw 0;
  }
}
.feature__table-item-03 {
  padding: 23px 0;
}
@media screen and (max-width: 767px) {
  .feature__table-item-03 {
    padding: 2.9333333333vw 0;
  }
}
.feature__table-item-04 {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .feature__table-item-04 {
    padding: 4.6666666667vw 0;
  }
}
.feature__table-detail-blue {
  width: 275px;
  color: #0092B9;
}
@media screen and (max-width: 767px) {
  .feature__table-detail-blue {
    position: sticky;
    z-index: 1;
    left: 0;
    background-color: #fff;
    width: 42.1333333333vw;
  }
}
.feature__table-detail-crown {
  position: relative;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .feature__table-detail-crown {
    margin-top: 3.3333333333vw;
  }
}
.feature__table-detail-crown::after {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 27px;
  height: 20px;
  background-image: url(../img/pc/feature_icon_crown.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
}
@media screen and (max-width: 767px) {
  .feature__table-detail-crown::after {
    top: -3.4666666667vw;
    width: 5.0666666667vw;
    height: 3.7333333333vw;
    background-image: url(../img/sp/feature_icon_crown.png);
  }
}

@media screen and (max-width: 1120px) {
  .feature__table-detail-large {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .feature__table-detail-large {
    font-size: 4.2666666667vw;
  }
}
.feature__table-note {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .feature__table-note {
    margin-top: 2.6666666667vw;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.9333333333vw;
    /*line-height: 1.3636363636;*/
  }
}
.feature__table-symbol {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .feature__table-symbol {
    font-size: 1.7rem;
  }
}
.feature__photos .swiper-wrapper {
  transition-timing-function: linear;
}
.feature__photos .swiper-slide {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .feature__photos .swiper-slide {
    width: 100%;
  }
}

/* feature:end */
.price__table-subject-head, .price__table-subject {
  padding-bottom: 12px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .price__table-subject-head, .price__table-subject {
    padding-bottom: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.price__table-detail {
  position: relative;
  width: 462px;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .price__table-detail {
    width: 53.0666666667vw;
    padding: 0;
    font-size: 3.2vw;
  }
}

/* price:start */
.price__ttl {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .price__ttl {
    margin-top: 21.3333333333vw;
  }
}
.price__ttl-img {
  background-color: #8E8577;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .price__ttl-img {
    border-radius: 2.6666666667vw;
  }
}
.price__content {
  max-width: 730px;
  margin-top: 40px;
}
@media screen and (max-width: 1120px) {
  .price__content {
    max-width: 65.1785714286vw;
  }
}
@media screen and (max-width: 767px) {
  .price__content {
    max-width: 84vw;
    margin-top: 10.6666666667vw;
  }
}
.price__head {
  max-width: 730px;
  text-align: center;
  margin-bottom: 30px;
  padding: 2px 0;
  font-size: 2.4rem;
  color: #FFFFFF;
  background-color: #8E8577;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .price__head {
    margin: 0 auto 1em;
    padding: .5em;
    font-size: 3.7333333333vw;
    border-radius: 0.5333333333vw;
  }
}
@media screen and (max-width: 480px) {
    .price__head {
        font-size: 1.6rem;
    }
}
.price__hdg {
  position: relative;
  background-color: #FFD126;
  border-radius: 4px;
  padding: 6px 0 6px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.price__hdg .spShow {
  display: none;
}
@media screen and (max-width: 830px) {
  .price__hdg .spShow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .price__hdg {
    width: 64vw;
    border-radius: 0.5333333333vw;
    margin: auto;
    font-size: 4.2666666667vw;
  }
}
.price__hdg-large {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .price__hdg-large {
    font-size: 6.4vw;
  }
}
.price__icon {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  background-color: #00AFDD;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 5px;
  right: 20px;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 767px) {
  .price__icon {
    width: 12vw;
    height: 12vw;
    bottom: 1.3333333333vw;
    right: -30px;
    font-size: 2vw;
  }
}
.price__icon-day {
  display: block;
  font-size: 2.3rem;
  color: #FFD94D;
}
@media screen and (max-width: 767px) {
  .price__icon-day {
    font-size: 3.3333333333vw;
  }
}
.price__txt {
  width: 454px;
  margin: 0 auto 50px;
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .price__txt {
    width: 73.3333333333vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 6.9333333333vw;
    font-size: 6.4vw;
  }
}
.price__txt-02 {
  width: calc(100% + 1px);
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .price__txt-02 {
    width: 62.9333333333vw;
    margin: 0 auto 1rem;
  }
}
.price__txt-line {
  position: relative;
}
.price__txt-line::before {
  content: "";
  display: inline-block;
  position: absolute;
  transform: rotate(-10deg);
  background-color: #000;
  width: 290px;
  height: 1px;
  top: 50%;
  left: -27px;
}
.price__txt-large {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .price__txt-large {
    font-size: 13.3333333333vw;
    line-height: 1;
  }
}
.price__txt-comma {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .price__txt-comma {
    font-size: 10.6666666667vw;
  }
}
.price__txt-small {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .price__txt-small {
    font-size: 6.6666666667vw;
  }
}
.price__txt-xsmall {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .price__txt-xsmall {
    font-size: 3.7333333333vw;
  }
}
.price__area {
  margin-bottom: 10px;
  padding: 40px 60px;
  border: 1px solid #595757;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .price__area {
    margin-bottom: 0;
    padding: 8vw 4.4vw 8.6666666667vw;
    border: 0.2666666667vw solid #595757;
  }
}
.price__area-txt {
  text-align: center;
  margin-bottom: 38px;
  font-size: 1.8rem;
}
.price__area-txt.main {
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .price__area-txt {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
  .price__area-txt.main {
    font-size: 2.5rem;
  }
}
.price__area-txt-blue {
  font-weight: 500;
  color: #0092B9;
}
.price__area-txt-blue-lg {
  font-weight: 500;
  color: #0092B9;
  font-size: 125%;
  margin-bottom: 0.5em;
  display: block;
}
.price__note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .price__note {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.price__table {
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .price__table {
    margin-top: 10.6666666667vw;
  }
}
.price__table-content {
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .price__table-content {
    border-bottom: 0.2666666667vw solid #595757;
  }
}
.price__table-subject-head {
  font-size: 1.6rem;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .price__table-subject-head {
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}
.price__table-bg {
  background-color: #ffffff;
}
.price__table-item, .price__table-item--crown {
  width: 268px;
  padding: 25px 0;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #FCF4E8;
}
@media screen and (max-width: 767px) {
  .price__table-item, .price__table-item--crown {
    width: 30.9333333333vw;
    padding: 3.3333333333vw 0;
    font-size: 3.2vw;
  }
}
.price__table-item--crown {
  padding: 35px 0;
}
@media screen and (max-width: 767px) {
  .price__table-item--crown {
    padding: 5.3333333333vw 0;
  }
}

.price__table-detail {
  line-height: 1;
  padding: 20px 0;
}
.price__table-detail-marker {
  display: inline-block;
  background-color: #FFD126;
  padding: 2px 5px 5px;
  margin: 20px 20px 0 20px;
  position: relative;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .price__table-detail-marker {
    position: sticky;
    z-index: 1;
    left: 0;
    padding: 0.6666666667vw;
  }
}
.price__table-detail-marker::after {
  position: absolute;
  top: -24px;
  right: 40%;
  transform: translateX(-50%);
  width: 27px;
  height: 20px;
  background-image: url(../img/pc/price_icon_crown.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  content: "";
}
@media screen and (max-width: 767px) {
  .price__table-detail-marker::after {
    top: -4.5333333333vw;
    width: 5.0666666667vw;
    height: 3.7333333333vw;
    background-image: url(../img/sp/price_icon_crown.png);
  }
}

.price__table-detail-marker .spShow {
  display: none;
}
@media (max-width: 920px) {
.price__table-detail-marker .spShow {
    display: block;
  }
}

.price__table-detail-large {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .price__table-detail-large {
    font-size: 4.2666666667vw;
    line-height: 1;
  }
}
.price__table-note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .price__table-note {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
@media screen and (max-width: 480px) {
  .price__table-item--crown {
    width: 30%;
  }
  .price__table-detail {
    width: 70%;
  }
  .price__table-detail-marker {
    margin: 20px 0 0 0;
  }
}
/* price:end */
.scene__acd-note-btm, .scene__acd-note-top {
  margin-top: 40px;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .scene__acd-note-btm, .scene__acd-note-top {
    margin-top: 6vw;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
@media screen and (max-width: 767px) {
  .scene__acd-note-btm li, .scene__acd-note-top li {
    margin-top: 1.4666666667vw;
  }
}

/* scene:start */
.scene,
.setup {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .scene,
.setup {
    margin-top: 21.3333333333vw;
  }
}
.scene__ttl {
  background-color: #8E8577;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .scene__ttl {
    border-radius: 2.6666666667vw;
  }
}
.scene__content-01 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .scene__content-01 {
    margin-top: 10.6666666667vw;
  }
}
.scene__content-02 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .scene__content-02 {
    margin-top: 16vw;
  }
}
.scene__subttl {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 30px;
  padding: 22px 0 28px;
  height: 100px;
  background-image: url(../img/pc/content_subttl_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 1120px) {
  .scene__subttl {
    font-size: 3.2142857143vw;
    padding: 1.9642857143vw 0 2.5vw;
    height: 8.9285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .scene__subttl {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 3.3333333333vw 0;
    height: 14.6666666667vw;
    background-image: url(../img/sp/content_subttl_bg.png);
  }
}
.scene__intro {
  text-align: center;
  margin: 60px auto 20px;
  padding: 8px 0;
  font-size: 2.4rem;
  color: #FFFFFF;
  background-color: #8E8577;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .scene__intro {
    margin: 10.6666666667vw auto 8vw;
    padding: 0.6666666667vw 0;
    font-size: 4.2666666667vw;
    line-height: 1.40625;
    border-radius: 0.5333333333vw;
  }
}
.scene__area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .scene__area {
    flex-direction: column;
  }
}
.scene__img, .scene__img--order {
  width: 520px;
}
@media screen and (max-width: 1120px) {
  .scene__img, .scene__img--order {
    width: 46.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .scene__img, .scene__img--order {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .scene__img--order {
    order: -1;
  }
}
.scene__txt {
  width: 520px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1120px) {
  .scene__txt {
    width: 46.4285714286vw;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .scene__txt {
    width: 100%;
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
}
.scene__acd {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .scene__acd {
    padding: 5.3333333333vw 0;
    font-size: 3.2vw;
  }
}
.scene__acd-cont {
  margin-top: 40px;
  border: 1px solid #595757;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .scene__acd-cont {
    margin-top: 10.6666666667vw;
    border: 0.2666666667vw solid #595757;
  }
}
.scene__acd-cont + .scene__acd-cont {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .scene__acd-cont + .scene__acd-cont {
    margin-top: 5.3333333333vw;
  }
}
.scene__acd-area {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px 40px;
}
@media screen and (max-width: 1120px) {
  .scene__acd-area {
    width: 92.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .scene__acd-area {
    width: 73.3333333333vw;
    margin: 0 auto;
    padding: 0 0 8vw;
  }
}
.scene__acd-wrap {
  border-top: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .scene__acd-wrap {
    border-top: 0.2666666667vw solid #595757;
  }
}
.scene__acd-box {
  display: flex;
  justify-content: center;
  width: 685px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .scene__acd-box {
    justify-content: space-between;
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.scene__acd-box + .scene__acd-box {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .scene__acd-box + .scene__acd-box {
    margin-top: 5.3333333333vw;
  }
}
.scene__acd-detail {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .scene__acd-detail {
    width: 36vw;
  }
}
.scene__acd-step {
  width: 95px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .scene__acd-step {
    width: 14.4vw;
    margin-top: 0.6666666667vw;
  }
}
.scene__acd-step-txt {
  margin-top: 15px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .scene__acd-step-txt {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.scene__acd-img {
  width: 265px;
}
@media screen and (max-width: 1120px) {
  .scene__acd-img {
    width: 23.6607142857vw;
  }
}
@media screen and (max-width: 767px) {
  .scene__acd-img {
    width: 35.3333333333vw;
  }
}
.scene__acd-note-top li {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .scene__acd-note-btm {
    margin-top: 4.6666666667vw;
    line-height: 1.3636363636;
  }
}
.scene__acd-note-btm li {
  margin-top: 5px;
}
.scene__acd-smartphone {
  margin-top: 40px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .scene__acd-smartphone {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
.scene__acd-ios {
  width: 51px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .scene__acd-ios {
    width: 7.4666666667vw;
    margin-top: 6vw;
  }
}
.scene__acd-ios-txt {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .scene__acd-ios-txt {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.scene__acd-android {
  width: 107px;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .scene__acd-android {
    width: 16.1333333333vw;
    margin-top: 6vw;
  }
}
.scene__acd-android-txt {
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
@media screen and (max-width: 767px) {
  .scene__acd-android-txt {
    margin-top: 3.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.scene__ar {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 1120px) {
  .scene__ar {
    height: 44.6428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .scene__ar {
    height: 120vw;
  }
}

/* scene:end */
.product__name--black, .product__name--white {
  text-align: center;
  width: 223px;
  margin-top: 20px;
  padding: 7px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .product__name--black, .product__name--white {
    width: 39.3333333333vw;
    margin-top: 5.3333333333vw;
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}

.product__box-name--black, .product__box-name--white {
  text-align: center;
  width: 240px;
  margin-top: 20px;
  padding: 7px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 1120px) {
  .product__box-name--black, .product__box-name--white {
    width: 21.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .product__box-name--black, .product__box-name--white {
    width: 39.3333333333vw;
    margin-top: 2.6666666667vw;
    padding: 1.3333333333vw 0;
    font-size: 3.7333333333vw;
  }
}

.product__acd-cont--02, .product__acd-cont {
  margin-top: 40px;
  margin-bottom: 80px;
  border: 1px solid #595757;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .product__acd-cont--02, .product__acd-cont {
    margin-top: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
    border: 0.2666666667vw solid #595757;
  }
}

@media screen and (max-width: 767px) {
  .product__swiper-arrow-right, .product__swiper-arrow-left {
    color: #595757;
    top: 24.6666666667vw;
    width: 2vw;
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .product__swiper-arrow-right::after, .product__swiper-arrow-left::after {
    font-size: 4vw;
  }
}

/* product:start */
.product__content {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .product__content {
    margin-top: 21.3333333333vw;
  }
}
.product__ttl {
  background-color: #8E8577;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .product__ttl {
    border-radius: 2.6666666667vw;
  }
}
.product__img-01 {
  width: 524px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .product__img-01 {
    width: 100%;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product__img-02 {
    max-width: 100vw;
    margin: 0 -8vw;
  }
}
.product__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 526px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .product__name {
    width: 100%;
  }
}
.product__name--white {
  background-color: #F0F0F0;
}
.product__name--black {
  background-color: #595757;
  color: #FFFFFF;
}
.product__acd {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .product__acd {
    padding: 5.3333333333vw 0;
    font-size: 3.2vw;
  }
}
.product__acd-cont--02 {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .product__acd-cont--02 {
    margin-top: 8.6666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
.product__acd-area {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px 20px;
}
@media screen and (max-width: 1120px) {
  .product__acd-area {
    width: 92.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__acd-area {
    width: 73.3333333333vw;
    margin: 0 auto;
    padding: 0;
  }
}
.product__acd-line {
  border-top: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .product__acd-line {
    border-top: none;
  }
}
.product__acd-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .product__acd-box {
    flex-direction: column;
  }
}
.product__acd-note-01 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1120px) {
  .product__acd-note-01 {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .product__acd-note-01 {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
.product__acd-note-02 {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 7px;
  font-size: 1.2rem;
}
@media screen and (max-width: 1120px) {
  .product__acd-note-02 {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .product__acd-note-02 {
    margin-top: 0;
    font-size: 2.9333333333vw;
  }
}
.product__acd-table, .product__acd-table--btm {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 480px;
  padding: 20px 0;
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 1120px) {
  .product__acd-table, .product__acd-table--btm {
    width: 42.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__acd-table, .product__acd-table--btm {
    align-items: baseline;
    width: auto;
    padding: 4vw 0 5.3333333333vw;
    border-top: 0.2666666667vw solid #595757;
    border-bottom: none;
  }
}
.product__acd-table--btm {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .product__acd-table--btm {
    border-top: 0.2666666667vw solid #595757;
  }
}
.product__acd-subject {
  width: 130px;
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 1120px) {
  .product__acd-subject {
    width: 11.6071428571vw;
    padding-left: 0.8928571429vw;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .product__acd-subject {
    white-space: nowrap;
    width: 22vw;
    padding-left: 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.product__acd-detail {
  width: 350px;
  padding-left: 20px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  border-left: 2px solid #595757;
}
@media screen and (max-width: 1120px) {
  .product__acd-detail {
    width: 31.25vw;
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__acd-detail {
    width: 46vw;
    padding: 0.6666666667vw 0 0.6666666667vw 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    border-left: 0.5333333333vw solid #595757;
  }
}
.product__acd-details {
  width: 350px;
  padding: 5px 0 5px 20px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
  border-left: 2px solid #595757;
}
@media screen and (max-width: 1120px) {
  .product__acd-details {
    width: 31.25vw;
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__acd-details {
    width: 46vw;
    padding: 1.3333333333vw 0 1.3333333333vw 5.3333333333vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
    border-left: 0.5333333333vw solid #595757;
  }
}
.product__acd-link {
  color: #0092B9;
  border-bottom: 1px solid #0092B9;
}
@media screen and (max-width: 767px) {
  .product__acd-link {
    padding-bottom: 0;
    border-bottom: 0.2666666667vw solid #0092B9;
  }
}
.product__swiper {
  position: relative;
  max-width: 1080px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .product__swiper {
    margin: 0 4.4642857143vw 22.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product__swiper-arrow-left {
    left: -4.8vw;
  }
}
@media screen and (max-width: 767px) {
  .product__swiper-arrow-right {
    right: -4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product__swiper-icons {
    display: flex;
    align-items: center;
    bottom: -4.2666666667vw;
    left: 49%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 767px) {
  .product__swiper-icons .swiper-pagination-bullet {
    width: 1.3333333333vw;
    background-color: #D9D9D9;
    height: 1.3333333333vw;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .product__swiper-icons .swiper-pagination-bullet:not(:first-child) {
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .product__swiper-icons .swiper-pagination-bullet-active {
    width: 1.6vw;
    height: 1.6vw;
    background-color: #595757;
  }
}
@media screen and (min-width: 768px) {
  .product__swiper .swiper-wrapper {
    justify-content: space-between;
  }
}
.product__slide {
  width: 340px; /*3つの時*/
  /*width: 255px;*/ /*4つの時*/
}
@media screen and (max-width: 1120px) {
  .product__slide {
    width: 30.3571428571vw; /*3つの時*/
    /*width: 23vw;*/ /*4つの時*/
  }
}
@media screen and (max-width: 767px) {
  .product__slide {
    width: 72vw;
  }
}
.product__bnr {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .product__bnr {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .product__bnr {
    width: 72vw;
    margin: 0 auto;
  }
}
.product__pitto {
  margin-top: 120px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product__pitto {
    margin-top: 22.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.product__description {
  position: relative;
  max-width: 780px;
  height: 330px;
  margin: 60px auto 0;
}
@media screen and (max-width: 1120px) {
  .product__description {
    max-width: 69.6428571429vw;
    height: 29.4642857143vw;
    margin-top: 5.3571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__description {
    max-width: 100%;
    height: auto;
    margin-top: 10.1333333333vw;
  }
}
.product__description::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 330px;
  background-image: url(../img/pc/product_img-03.jpg);
  background-size: cover;
  content: "";
}
@media screen and (max-width: 1120px) {
  .product__description::after {
    width: 44.6428571429vw;
    height: 29.4642857143vw;
  }
}
@media screen and (max-width: 767px) {
  .product__description::after {
    top: auto;
    bottom: -2.1333333333vw;
    right: -8vw;
    width: 66.6666666667vw;
    height: 42.6666666667vw;
    background-image: url(../img/sp/product_img-03.jpg);
  }
}
.product__description-txt {
  position: relative;
  z-index: 2;
  padding: 65px 0;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 1120px) {
  .product__description-txt {
    padding: 5.8035714286vw 0;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .product__description-txt {
    padding: 0 0 34.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
}
.product__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .product__box {
    flex-direction: column;
    margin-top: 18.6666666667vw;
  }
}
.product__box-left {
  width: 520px;
}
@media screen and (max-width: 1120px) {
  .product__box-left {
    width: 46.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .product__box-left {
    width: 100%;
  }
}
.product__box-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__box-name--white {
  background-color: #F0F0F0;
}
.product__box-name--black {
  background-color: #595757;
  color: #FFFFFF;
}
.product__box-right {
  width: 520px;
  margin-top: 5px;
}
@media screen and (max-width: 1120px) {
  .product__box-right {
    width: 46.4285714286vw;
  }
}
@media screen and (max-width: 767px) {
  .product__box-right {
    width: 100%;
    margin-top: 0;
  }
}
.product__icons {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .product__icons {
    justify-content: center;
    flex-wrap: wrap;
    width: 66.6666666667vw;
    margin: 5.3333333333vw auto 0;
  }
}
.product__icon {
  width: 66px;
}
@media screen and (max-width: 1120px) {
  .product__icon {
    width: 5.8928571429vw;
  }
}
@media screen and (max-width: 767px) {
  .product__icon {
    width: 14.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product__icon:not(:nth-child(1), :nth-child(5)) {
    margin-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .product__icon:first-child {
    margin-bottom: 3.3333333333vw;
  }
}
.product__icon-txt {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1120px) {
  .product__icon-txt {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .product__icon-txt {
    margin-top: 1.3333333333vw;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
@media screen and (max-width: 767px) {
  .product__icon-txt-space {
    letter-spacing: -0.08em;
  }
}
.product__price {
  width: 310px;
  margin: 40px auto 0 90px;
}
@media screen and (max-width: 1120px) {
  .product__price {
    width: 27.6785714286vw;
    margin-left: 8.0357142857vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price {
    width: 66.4vw;
    margin: 10.6666666667vw auto 0;
  }
}
.product__price-txt {
  text-align: center;
  padding: 2px 0;
  font-size: 2.4rem;
  color: #FFFFFF;
  background-color: #8E8577;
  border-radius: 4px;
}
@media screen and (max-width: 1120px) {
  .product__price-txt {
    font-size: 2.1428571429vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price-txt {
    padding: 0;
    font-size: 3.7333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.product__price-num {
  font-size: 6rem;
  white-space: nowrap;
}
@media screen and (max-width: 1120px) {
  .product__price-num {
    font-size: 5.3571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price-num {
    font-size: 13.3333333333vw;
  }
}
.product__price-comma {
  font-size: 5rem;
}
@media screen and (max-width: 1120px) {
  .product__price-comma {
    font-size: 4.4642857143vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price-comma {
    font-size: 10.6666666667vw;
  }
}
.product__price-en {
  font-size: 3.2rem;
}
@media screen and (max-width: 1120px) {
  .product__price-en {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price-en {
    font-size: 6.6666666667vw;
  }
}
.product__price-zei {
  font-size: 1.8rem;
}
@media screen and (max-width: 1120px) {
  .product__price-zei {
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .product__price-zei {
    font-size: 3.7333333333vw;
  }
}
.product__btn {
  display: block;
  width: 420px;
  margin: 60px auto 120px;
  background-color: #0092B9;
  border-radius: 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .product__btn {
    width: 84vw;
    margin: 8.6666666667vw auto 21.3333333333vw;
    border-radius: 6.6666666667vw;
    box-shadow: 0px 1.3333333333vw 2.6666666667vw 0px rgba(0, 0, 0, 0.08);
  }
}
.product__btn-txt {
  position: relative;
  padding: 17px 0;
  font-size: 1.8rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .product__btn-txt {
    padding: 4vw 0;
    font-size: 3.7333333333vw;
  }
}
.product__btn-txt::before {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../img/pc/content_icon_arrow.png);
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .product__btn-txt::before {
    right: 5.3333333333vw;
    width: 1.7333333333vw;
    height: 3.0666666667vw;
    background-image: url(../img/sp/content_icon_arrow.png);
  }
}

/* product:end */
.qa__answer-note, .qa__answer-txt-btm, .qa__answer-txt {
  max-width: 930px;
  width: 100%;
  margin-left: 15px;
  font-size: 1.8rem;
  line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
  .qa__answer-note, .qa__answer-txt-btm, .qa__answer-txt {
    max-width: none;
    width: 76.6666666667vw;
    margin-left: 4vw;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
}

.qa__answer-link-02, .qa__answer-link-01 {
  display: inline-block;
  padding-bottom: 1px;
  font-size: 1.8rem;
  line-height: 1;
  color: #0092B9;
  border-bottom: 1px solid #0092B9;
}
@media screen and (max-width: 767px) {
  .qa__answer-link-02, .qa__answer-link-01 {
    font-size: 3.2vw;
    line-height: 1.4166666667;
    border-bottom: 0.2666666667vw solid #0092B9;
  }
}

/* qa:start */
.qa {
  background-color: #FFFFFF;
}
.qa__container {
  padding-top: 70px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .qa__container {
    padding-top: 9.3333333333vw;
    padding-bottom: 21.3333333333vw;
  }
}
.qa__ttl {
  margin-bottom: 40px;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa__ttl {
    margin-bottom: 8vw;
    font-size: 7.4666666667vw;
    letter-spacing: 0.04em;
  }
}
.qa__acd-cont {
  border-top: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .qa__acd-cont {
    border-top: 0.2666666667vw solid #595757;
  }
}
.qa__acd-cont:last-child {
  border-bottom: 1px solid #595757;
}
@media screen and (max-width: 767px) {
  .qa__acd-cont:last-child {
    border-bottom: 0.2666666667vw solid #595757;
  }
}
.qa__question {
  display: flex;
  padding: 19px 40px 20px;
}
@media screen and (max-width: 767px) {
  .qa__question {
    padding: 5.3333333333vw 0;
  }
}
.qa__question-img {
  width: 22px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .qa__question-img {
    width: 4vw;
    margin-top: 1.0666666667vw;
  }
}
.qa__question-txt {
  width: 100%;
  margin-left: 10px;
  padding-right: 20px;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .qa__question-txt {
    width: 65.3333333333vw;
    margin-left: 2.6666666667vw;
    padding-right: 0;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.qa__answer {
  display: flex;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .qa__answer {
    padding: 2vw 0 5.3333333333vw;
  }
}
.qa__answer-img {
  width: 16px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .qa__answer-img {
    width: 2.9333333333vw;
    margin-top: 1.0666666667vw;
  }
}
.qa__answer-txtarea {
  width: 100%;
}
.qa__answer-txt-btm {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .qa__answer-txt-btm {
    margin-top: 3.3333333333vw;
  }
}
.qa__answer-txt:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .qa__answer-txt:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
}
.qa__answer-note {
  margin-top: 5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .qa__answer-note {
    margin-top: 0.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.qa__answer-link-01 {
  margin-top: 30px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .qa__answer-link-01 {
    margin-top: 4vw;
    margin-left: 4vw;
    padding-bottom: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .qa__answer-link-02 {
    padding-bottom: 0;
  }
}

/* qa:end */
/* float:start */
/* PC（デフォルト）は非表示 */
#float {
    display: none;
}

/* 480px以下のスマホだけ表示 */
@media screen and (max-width: 480px) {
    #float {
        display: block;
    }
}
.float {
  position: relative;
  z-index: 11;
}
.float__btn {
  display: inline-block;
  position: fixed;
  z-index: 20;
  top: 100px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .float__btn {
    display: block;
    top: auto;
    bottom: 0;
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.float__btn-link {
  text-align: center;
  display: inline-block;
  width: 310px;
  border-radius: 70px 0 0 70px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  background-color: #0092B9;
}
@media screen and (max-width: 767px) {
  .float__btn-link {
    top: 100%;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin: 0;
    border-radius: 0;
    box-shadow: 0px 0.8vw 1.3333333333vw 0px rgba(0, 0, 0, 0.2);
  }
}
.float__btn-txt {
  position: relative;
  padding: 6px 5px 10px 0;
  font-size: 2rem;
  line-height: 1;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .float__btn-txt {
    padding: 1.0666666667vw 0 1.8666666667vw;
    font-size: 5.2666666667vw;
  }
}
.float__btn-txt::before {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background-image: url(../img/pc/content_icon_arrow.png);
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .float__btn-txt::before {
    right: 5.3333333333vw;
    width: 1.7333333333vw;
    height: 3.0666666667vw;
    background-image: url(../img/sp/content_icon_arrow.png);
  }
}
.float__btn-txt-yellow {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #FFD126;
}
@media screen and (max-width: 767px) {
  .float__btn-txt-yellow {
    padding-bottom: 1.8666666667vw;
    font-size: 4.4666666667vw;
  }
}

/* float:end */
/* footerNote:start */
.footernote {
  box-sizing: content-box !important;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}
.footernote ul li{
	position: relative;
	padding-left: 1em;
	font-size: 1.4rem;
	line-height: 1.75;
}

.footernote ul li a{
	color: #0092B9;
  text-decoration: underline;
}
.footernote ul li a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.footernote ul li::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	content: "※";
}

/* footerNote:end */
/* footer:start */
.footer {
  border-top: 1px solid #595757;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer {
    border-top: 0.2666666667vw solid #595757;
  }
}
.footer__container {
  padding: 40px 0 60px;
}
@media screen and (max-width: 767px) {
  .footer__container {
    padding: 7.3333333333vw 0 10.6666666667vw;
  }
}
.footer__area {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__area {
    flex-direction: column;
  }
}
.footer__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__inner {
    justify-content: center;
  }
}
.footer__logo-shizuclear {
  width: 150px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .footer__logo-shizuclear {
    width: 29.3333333333vw;
    margin-right: 0;
  }
}
.footer__logo-pittomini {
  width: 265px;
}
@media screen and (max-width: 767px) {
  .footer__logo-pittomini {
    width: 59.0666666667vw;
    margin-top: 5.3333333333vw;
  }
}
.footer__btns {
  margin: 60px auto 0;
}
@media screen and (max-width: 1120px) {
  .footer__btns {
    width: 78.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__btns {
    width: 100%;
    flex-direction: column;
    margin-top: 10.6666666667vw;
  }
}
.footer__btn {
  display: block;
  width: 420px;
  background-color: #0092B9;
  border-radius: 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .footer__btn {
    width: 37.5vw;
  }
}
@media screen and (max-width: 767px) {
  .footer__btn {
    width: 84vw;
    border-radius: 6.6666666667vw;
    box-shadow: 0px 1.3333333333vw 2.6666666667vw 0px rgba(0, 0, 0, 0.08);
  }
}
.footer__txt {
  position: relative;
  padding: 17px 0;
  font-size: 1.8rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .footer__txt {
    padding: 4vw 0;
    font-size: 3.7333333333vw;
  }
}

@media screen and (max-width: 480px) {
  .footer__txt {
    padding: 4vw 0 4.5vw;
    font-size: 5vw;
    line-height: 1;
  }
}

.footer__txt::before {
  position: absolute;
  background-image: url(../img/pc/content_icon_arrow.png);
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 767px) {
  .footer__txt::before {
    background-image: url(../img/sp/content_icon_arrow.png);
    right: 5.3333333333vw;
    width: 1.7333333333vw;
    height: 3.0666666667vw;
  }
}
.footer__link {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .footer__link {
    margin-top: 6.6666666667vw;
  }
}
.footer__link-item {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .footer__link-item {
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 3.2vw;
  }
}
/* footer:end */


/*----- Pittominiキャンペーン -----*/
.cpPittominiWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3em 4.4em;
  max-width: 1050px;
  padding: 2em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2em 0;
  }
}
.cpPittominiWrap .imgArea {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap .imgArea {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap .imgArea {
    max-width: 150px;
  }
}
@media screen and (max-width: 560px) {
  .cpPittominiWrap .imgArea {
    max-width: 100px;
  }
}
.cpPittominiWrap .textArea {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .cpPittominiWrap .textArea {
    width: 100%;
    font-size: 1.3rem;
  }
}
.cpPittominiWrap .textArea p {
  margin-bottom: 1em;
  line-height: 2.1;
  text-align: center;
}
.cpPittominiWrap .textArea p:first-child {
  margin-bottom: 1.5em;
}
.cpPittominiWrap .textArea p:last-child {
  margin-bottom: 0;
}
.cpPittominiWrap .textArea p .main {
  display: block;
  text-align: center;
  font-size: 120%;
  margin-bottom: 1.5em;
}
.cpPittominiWrap .textArea p .bold {
  font-weight: bold;
}
.cpPittominiWrap .textArea p .blue {
  color: #629ADE;
}


/* モーダル:start */
.modaal-container {
  width: 800px;
  color: #444444 !important;
}
@media (max-width: 900px) {
  .modaal-container {
    width: calc(100vw - 100px);
  }
}

.modaal-content-container {
  padding: 0;
}
.corporation .corporationCont .note-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  .corporation .corporationCont .note-list {
    font-size: 93%;
  }
}
@media screen and (max-width: 480px) {
  .corporation .corporationCont .note-list {
    font-size: 100%;
  }
}

/**/
/* モーダルCSS */

.modal {
  display: none;
  position: fixed;
  z-index: 30;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.modal .modal-box {
  background-color: #fff;
  margin: 10% auto;
  max-width: 800px;
  width: 90%;
  animation-name: modalopen;
  animation-duration: 1s;
  position: relative;
  font-size: 1.5rem;
  color: #444444;
}

.modal .modalClose{
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  border-radius: 50%;
  cursor: pointer;
}
.modal .modalClose img {
  width: 12px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal .modal-box {
  animation: fadeIn 0.4s ease-out;
}

/*-------
modal banner CSS
---------*/
.banner_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .banner_wrap {
    gap: 2em;
  }
}
@media screen and (max-width: 480px) {
  .banner_wrap {
    /*flex-direction: column;
    align-items: center;*/
    display: none;
  }
}

.shizuClear.bnrCont.firstTtl {
  margin: 7em auto 4em;
}
@media screen and (max-width: 560px) {
  .shizuClear.bnrCont.firstTtl {
    margin: 2em auto;
  }
}

.hide-area {
  display: none;
}

.m-banner img {
  width: 100%;
}

.m_bannerPc img {
  width: 100%;
  display: block;
}

.m_bannerSp {
  display: none;
}

@media screen and (max-width: 660px) {
  .m_bannerPc {
    display: none;
  }
  .m_bannerSp {
    display: block;
    width: 100%;
  }
}
.text {
  text-align: center;
  color: #629ade;
  margin: 2em;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 480px) {
  .text {
    font-size: 77%;
  }
}
.text br {
  display: none;
}
@media (max-width: 720px) {
  .text br {
    display: block;
  }
}

.read {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .read {
    font-size: 180%;
  }
}
@media (max-width: 1024px) {
  .read {
    font-size: 160%;
  }
}
@media (max-width: 900px) {
  .read {
    font-size: 158%;
  }
}
@media (max-width: 720px) {
  .read {
    font-size: 140%;
  }
}
@media (max-width: 480px) {
  .read {
    font-size: 128%;
  }
}
.read .spShow {
  display: none;
}
@media (max-width: 650px) {
  .read .spShow {
    display: block;
  }
}

.sub {
  text-align: center;
  margin-top: 2em;
  font-size: 100%;
}

.banner-ttl01 {
  margin: 1em 0 0;
}
@media (max-width: 650px) {
  .banner-ttl01 {
    margin: 2em 0 0;
  }
}

.monthly {
  text-align: center;
  margin: 4rem 0;
}
@media (max-width: 550px) {
  .monthly {
    margin: 2rem 0;
  }
}
.monthly .monthlyFuki {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0.1em 3em;
  background-color: #629ade;
  font-size: 167%;
  margin-bottom: 1em;
}
@media (max-width: 550px) {
  .monthly .monthlyFuki {
    width: 94%;
    font-size: 150%;
  }
}
.monthly .monthlyFuki::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #629ade transparent;
  border-width: 13px 25px 0 0;
  bottom: -12px;
  left: 80%;
}
.monthly .amountWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.monthly .amountWrap .circle {
  font-size: 207%;
  font-weight: bold;
  min-width: 100px;
  min-height: 100px;
  border-radius: 50%;
  background: #ffd126;
  text-align: center;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .monthly .amountWrap .circle {
    font-size: 190%;
    min-width: 80px;
    min-height: 80px;
  }
}
@media (max-width: 480px) {
  .monthly .amountWrap .circle {
    font-size: 140%;
    min-width: 60px;
    min-height: 60px;
  }
}
.monthly .amountWrap .amount {
  font-weight: bold;
  line-height: 1.2;
  font-size: 160%;
}
.monthly .amountWrap .amount span {
  font-size: 375%;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .monthly .amountWrap .amount span {
    font-size: 320%;
  }
}
@media (max-width: 480px) {
  .monthly .amountWrap .amount span {
    font-size: 230%;
  }
}

.banner_inner {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner_inner {
    font-size: 1.3rem;
  }
}


.condition {
  padding: 2em;
  background-color: rgba(98, 154, 222, 0.1);
}
.condition p {
  font-size: 160%;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.condition li {
  margin-bottom: 0.5em;
}
.condition li:last-child {
  margin-bottom: 0;
}

.note {
  padding: 3em 0;
}
.note-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  line-height: 2;
}
.note-list span {
  font-weight: 600;
}
.note-list .colorR {
  color: #C00000;
}
.corporation .main {
  width: 100%;
  margin: 0 auto;
}
.corporation .corporationCont {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .corporation .corporationCont {
    margin-top: 2rem;
  }
}
.corporation .corporationCont .fukidashiCont {
  text-align: center;
}
.corporation .corporationCont .fukidashiCont .fukidashi {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 0.1em 3em;
  background-color: #629ADE;
  font-size: 167%;
}
.corporation .corporationCont .fukidashiCont .fukidashi::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: #629ADE transparent;
  border-width: 13px 25px 0 0;
  bottom: -12px;
  left: 80%;
}
@media screen and (max-width: 767px) {
  .corporation .corporationCont .fukidashiCont .fukidashi {
    font-size: 170%;
    letter-spacing: 0;
    padding: 0.1em 3em;
  }
  .corporation .corporationCont .fukidashiCont .fukidashi::before {
    border-width: 10px 15px 0 0;
    bottom: -10px;
  }
}
@media screen and (max-width: 480px) {
  .corporation .corporationCont .fukidashiCont .fukidashi {
    font-size: 140%;
    letter-spacing: 0;
    padding: 0.1em 1em;
    width: 100%;
  }
  .corporation .corporationCont .fukidashiCont .fukidashi::before {
    border-width: 10px 15px 0 0;
    bottom: -10px;
  }
}
.corporation .corporationCont .corporationWrap {
  display: block;
  max-width: 586px;
  margin: 2em auto;
  background: none;
}
.corporation .corporationCont .corporationWrap > .imgCont {
  width: 100%;
  margin-bottom: 2em;
  text-align: center;
}
.corporation .corporationCont .corporationWrap > .textCont {
  width: 100%;
}
.corporation .corporationCont .corporationWrap > .textCont > .ttl {
  font-size: 120%;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}
.corporation .corporationCont .corporationWrap > .textCont > .holder {
  font-size: 290%;
  font-weight: 600;
  margin: 0.2em 0;
  text-align: center;
}
.corporation .corporationCont .corporationWrap > .textCont > .holder span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #FFD126));
  background: -webkit-linear-gradient(transparent 75%, #FFD126 75%);
  background: linear-gradient(transparent 75%, #FFD126 75%);
}
.corporation .corporationCont .corporationWrap > .textCont > .present {
  font-size: 250%;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.corporation .corporationCont .corporationWrap > .textCont .imgPresent {
  display: block;
  margin: 1em auto 0;
  max-width: 194px;
}
@media screen and (max-width: 1200px) {
  .corporation .corporationCont .corporationWrap {
    background-size: 17vw;
  }
}
@media screen and (max-width: 1170px) {
  .corporation .corporationCont .corporationWrap > .textCont > .holder {
    font-size: 170%;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .present {
    font-size: 200%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 960px) {
  .corporation .corporationCont .corporationWrap {
    display: block;
    max-width: 586px;
    margin: 2em auto;
    background: none;
  }
  .corporation .corporationCont .corporationWrap > .imgCont {
    width: 100%;
    margin-bottom: 2em;
    text-align: center;
  }
  .corporation .corporationCont .corporationWrap > .imgCont img {
    width: 100%;
  }
  .corporation .corporationCont .corporationWrap > .textCont {
    width: 100%;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .ttl {
    text-align: center;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .holder {
    text-align: center;
  }
  .corporation .corporationCont .corporationWrap > .textCont > .present {
    text-align: center;
    line-height: 1.2;
  }
  .corporation .corporationCont .corporationWrap > .textCont .imgPresent {
    display: block;
    margin: 1em auto 0;
    max-width: 194px;
  }
}
.corporation .corporationCont .note-list {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 90%;
  line-height: 2;
}
@media screen and (max-width: 860px) {
  .corporation .corporationCont .note-list {
    font-size: 93%;
  }
}
@media screen and (max-width: 480px) {
  .corporation .corporationCont .note-list {
    font-size: 100%;
  }
}
/* モーダル:end */


.gHeader .logoCont {
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
}
.gHeader .logoCont .logo {
    max-width: 167px;
}
.gHeader .logoCont .btnCont {
    max-width: 200px;
}
.gHeader .logoCont .btnCont .orderBtn {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 50px;
  background-color: #0092B9;
  text-align: center;
  position: relative;
}
.gHeader .logoCont .btnCont .orderBtn .orderBtn-txt {
  position: absolute;
  padding: .5em;
  font-size: 1.8rem;
  color: #FFFFFF;
  top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.gHeader .logoCont .btnCont .orderBtn::before {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: url(../img/common/icon-arrow-rw.svg);
  background-size: cover;
  content: "";
}
.gHeader .postageCont {
    background-color: #D9EFF5;
    padding: 1.8rem 2rem;
}
.gHeader .postageCont .postageList {
    display: flex;
    justify-content: center;
}
.gHeader .postageCont .postageList .postageList__item {
    border: 2px solid #0092B9;
    background-color: #fff;
    border-radius: 4px;
    padding: .4rem 3rem;
    color: #0092B9;
    font-size: 1.8rem;
}
.gHeader .postageCont .postageList .postageList__item.-free {
    margin-right: 22px;
}
.gHeader .postageCont .postageList .postageList__item.-free span {
    position: relative;
    padding-left: 3rem;
}
.gHeader .postageCont .postageList .postageList__item.-delivery span {
    position: relative;
    padding-left: 2.5rem;
}
.gHeader .postageCont .postageList .postageList__item.-free span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 22.82px;
    height: 15px;
    background-image: url(../img/common/icon-free.svg);
    background-size: cover;
    content: "";
}
.gHeader .postageCont .postageList .postageList__item.-delivery span::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/common/icon-delivery.svg);
    background-size: cover;
    content: "";
}
@media screen and (max-width: 1120px) {
    .inner {
        padding: 0 5vw;
    }
}
@media screen and (max-width: 480px) {
    .gHeader .logoCont {
        padding: 1rem;
    }
    .gHeader .logoCont .logo {
        width: 9rem;
    }
    .gHeader .logoCont .btnCont .orderBtn {
        width: 10rem;
        height: 2.5rem;
    }
    .gHeader .logoCont .btnCont .orderBtn .orderBtn-txt {
        font-size: 1.2rem;
    }
    .gHeader .logoCont .btnCont .orderBtn::before {
        width: 4px;
        height: 7px;
        right: 1.5rem;
    }
    .gHeader .postageCont {
        padding: 1rem;
    }
    .gHeader .postageCont .postageList .postageList__item {
        font-size: 1.4rem;
        border: 1px solid #0092B9;
        padding: .4rem 1rem;
    }
    .gHeader .postageCont .postageList .postageList__item.-free {
        margin-right: 10px;
    }
    .gHeader .postageCont .postageList .postageList__item.-free span {
        padding-left: 3rem;
    }
    .gHeader .postageCont .postageList .postageList__item.-delivery span {
        padding-left: 2rem;
    }
    
}
.inner {
    max-width: 1080px;
    margin: 0 auto;
}


.mvNotes {
    background: linear-gradient(
        to right,
        #E1E1DE 0%,
        #E6E6E6 25%,
        #EBECEC 100%
    );
    padding: 2rem 0;
}
.mvNotes .notes {
    font-size: 1rem;
}
@media screen and (max-width: 767px) {
    .mvNotes {
        background: linear-gradient(
            to right,
            #E6E5E3 0%,
            #E6E6E3 30%,
            #E7E7E6 50%
            #E9E9E8 100%
        );
        padding: 2rem 0;
    }
}
.lead__detail-txt {
    font-size: 3.2rem;
    color: #0092B9;
    text-align: center;
    font-weight: 500;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}

.swiper-button-next::after {
  background-image: url('../img/common/icon_arrow_r.svg');
}
.swiper-button-prev::after {
  background-image: url('../img/common/icon_arrow_l.svg');
}
.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  border-radius: 999px;
}
.campaignBtn {
  max-width: 480px;
  margin: 3rem auto 0;
  text-align: center;
}
.campaignBtnWrap {
  display: block;
  position: relative;
  width: 100%;
}
.campaignBtn .mainBtn {
  position: relative;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.8rem;
  color: #FFFFFF;
  background-color: #0092B9;
  border-radius: 50px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 0.5em;
  z-index: 1;
}
.campaignBtn .mainBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url(../img/common/icon-arrow-rw.svg);
  background-size: cover;
}
.campaignBtn .copy {
    font-size: 1.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  width: 240px;
  height: 32px;
  margin: 0 auto;
  padding: 0.5em;
  border: 2px solid #FFD126;
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #0092B9;
  z-index: 1;
  font-weight: 500;
}
.campaignBtn .text {
    color: #0092B9;
    font-size: 1.7rem;
    font-weight: 100;
    margin: 2em auto 1.5em;
}
.campaignBtn .text.-bk {
    color: #000;
}
.campaignBtnWrap:hover {
    opacity: 0.8;
}
.point__subttl .subTtl {
    font-size: 2.8rem;
}
.point__subttl .pointLabel {
    font-size: 5rem;
    border-bottom: 7px solid #F9A287;
}
.point__subttl .pointLabel .month {
    font-size: 3rem;
}
.point__subttl .pointLabel .price {
    font-size: 6.6rem;
}
.point__txt-orange,
.trick__detail-orange,
.trick__txt-orange,
.trick__acd-head-orange,
.trick__acd-details-orange {
  color: #0092B9;
}
.point__container .notes {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    font-size: 1.6rem;
}
.point__container .notes.mt {
    margin-top: 2em;
}
.point__container .point__ttlOr {
    margin: 4em 0 1em;
}
.point__container .point__ttlOr span {
    background-color: #0092B9;
    color: #fff;
    font-size: 2rem;
    padding: .2em 2rem;
}
.point__content-03 .point__txt:not(:first-of-type) {
    margin-top: 0;
}
.trick__table.-tissue {
    border-top: 1px solid #595757;
    margin-top: 3em;
}

.trick__table.-tissue .trick__table-detail {
    width: 33.333%;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.2rem 0;
}
.trick__table.-tissue .trick__table-detail.-bg,
.trick__table.-plan .trick__table-content.-bg {
    background-color: #FCF4E8;
}
.trick__txt02 {
    font-size: 3rem;
    margin-bottom: .5em;
}
.trick__txt03 {
    font-size: 2rem;
    line-height: 2;
}
.trick__ar {
    margin-top: 5em;
}
.trick__icons .trick__icons__L-icon,
.trick__icons .trick__icons__R-icon {
    display: flex;
}
.trick__icons .trick__icons__L {
    margin-right: 1rem;
}
.trick__icons .trick__icons__L-icon .trick__icon,
.trick__icons .trick__icons__R-icon .trick__icon {
    margin-right: 1rem;
}
.trick__icons .trick__icons__R-icon .trick__icon:last-child {
    margin-right: 0;
}
.trick__iconsTtl {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  margin-bottom: .5rem;
}
.trick__iconsTtl::before,
.trick__iconsTtl::after {
  background-color: #707070;
  content: "";
  flex-grow: 1;
  height: 1px;
}
.trick__iconsTtl::before {
  margin-right: 10px;
}
.trick__iconsTtl::after {
  margin-left: 10px;
}
.trick__table.-plan .trick__table-detail {
    font-size: 1.8rem;
}
.trick__table.-plan .trick__table-detail .fontS {
    font-size: 1.6rem;
}
.trick__table.-plan .trick__table-detail.-ttl {
    width: 40%;
}
.trick__table.-plan .trick__table-detail.-text {
    width: 60%;
}
.oroku {
    margin: 4rem auto 0;
    text-align: center;
    position: relative;
}
.oroku .oroku01 {
    font-size: 1.8rem;
    padding-top: .5em;
}
.oroku .oroku02 {
    font-size: 3.4rem;
    color: #0092B9;
    line-height: 1.2;
}
.oroku .oroku02 span {
    font-size: 4.4rem;
}
.oroku::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  width: 50px;
  height: 20px;
  background: url("../img/common/arrow-bottom.svg") no-repeat center / contain;
}
.reasonTtl {
    font-size: 1.6rem;
    border-bottom: 1px solid #707070;
    margin-bottom: 1.5em;
    padding-bottom: .5em;
}
.reasonImg {
    max-width: 445px;
    margin: 0 auto;
}
.reasonImg > p {
    font-size: 1.1rem;
    margin-bottom: 1.5em;
  padding-bottom: .5em;
}
.flow__container .flowLabel,
.installationLabel {
    font-size: 5rem;
    text-align: center;
    margin-bottom: .5em;
}
.flow__container .flowLabel-sub {
    max-width: 544.68px;
    margin: 0 auto;
}
.flowList {
    display: grid;
    gap: 45px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 8rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
}
.flowList .flowList__item {
    background-color: #fff;
    padding: 4rem;
    text-align: center;
    position: relative;
}
.flowList .flowList__item::after {
  content: "";
  position: absolute;
  right: -3.5em;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 40px;
  background: url("../img/common/flow_img05.svg") no-repeat center / contain;
}
.flowList .flowList__item:last-child::after {
    content: none;
}
.flowList .flowList__item .step {
    font-family: "Outfit", sans-serif;
    color: #0092B9;
    font-size: 2rem;
}
.flowList .flowList__item .step span {
    font-size: 6rem;
    font-weight: 300;
}
.flowList .flowList__item .thumb {
    max-width: 146px;
    margin: 2em auto;
}
.flowList .flowList__item .flowTtl {
    font-size: 3rem;
    color: #444444;
    font-weight: 600;
    line-height: 1.3;
}
.flowList .flowList__item .flowTtl span {
    background: linear-gradient(transparent 60%, #B2DEEA 60%);
}
.flowList .flowList__item .flowTxt {
    font-size: 1.5rem;
    margin-top: 1em;
}
@media screen and (max-width: 1029px) {
    .flowList {
    margin-top: 3rem;
    gap: 35px 0;
    grid-template-columns: 1fr;
  }
  .flowList .flowList__item {
        padding: 2rem;
        max-width: 48rem;
        margin: 0 auto;
        width: 100%;
    }
    .flowList .flowList__item::after {
        content: "";
        position: absolute;
        right: auto;
        top: auto;
        left: 50%;
        top: calc(100% + 4px);
        transform: translate(-50%, 0) rotate(90deg);
        transform-origin: center center;
        width: 50px;
        height: 30px;
        background: url("../img/common/flow_img05.svg") no-repeat center / contain;
    }
}
@media screen and (max-width: 560px) {
    .flowList .flowList__item .step {
        font-size: 1rem;
    }
    .flowList .flowList__item .step span {
        font-size: 3rem;
    }
    .flowList .flowList__item .flowTtl {
        font-size: 1.8rem;
        text-align: left;
    }
    .flowList .flowList__item .flowTxt {
        font-size: 1.1rem;
        text-align: left;
    }
    .flow__container .campaignBtn {
        margin: 4rem auto 0;
    }
    .flowList .flowList__item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .flowList .flowList__item .thumbCont {
        width: 30%;
    }
    .flowList .flowList__item .textCont {
        width: 68%;
    }
    .flowList .flowList__item .thumb {
        margin: .3rem auto 0;
    }
}

.support {
    margin:8rem 0 12rem;
}
.support p {
    font-size: 2rem;
    text-align: center;
}
.support .supportList {
    display: flex;
    justify-content: space-between;
    margin-top: 4rem;
}
.support .supportList .supportList__item {
    width: 50%;
}
.support .supportList .supportList__item:first-child {
    border-right: 1px solid #595757;
    padding-right: 5rem;
}
.support .supportList .supportList__item:last-child {
    padding-left: 5rem;
}
.support .supportList .supportList__item .supportLabel {
    font-size: 2.4rem;
    position: relative;
    text-align: center;
    padding-bottom: .4em;
     margin-bottom: 1em;
}
.support .supportList .supportList__item .supportLabel::before {
    position: absolute;
    border-bottom: 2px solid #0092B9;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    content: '';
}
.support .btnCont {
    max-width: 360px;
    margin: 0 auto;
}
.support .btnCont .orderBtn {
  display: block;
  max-width: 360px;
  width: 100%;
  height: 80px;
  border-radius: 50px;
  background-color: #0092B9;
  text-align: center;
  position: relative;
}
.support .btnCont .orderBtn .orderBtn-txt {
  position: absolute;
  padding: .5em;
  font-size: 2.2rem;
  color: #FFFFFF;
  text-align: center;
  top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.support .btnCont .orderBtn::before {
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
  width: 6px;
  height: 12px;
  background-image: url(../img/common/icon-arrow-rw.svg);
  background-size: cover;
  content: "";
}
.support .tel {
    font-size: 3.8rem;
    margin-bottom: .2em;
    text-align: center;
}
.support .tel span {
    position: relative;
    padding-left: 1em;
}
.support .tel span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/common/icon_tel.svg);
  background-size: cover;
  content: "";
}
.support .tel a {
    color: #000;
}
.support .fontS {
    font-size: 1.7rem;
}
.support .notes {
    font-size: 1.3rem;
}
.campaign .lead__detail-txt {
    text-align: center;
}
.trick__content .simpleTable {
    width: 100%;
    border-top: 1px solid #595757;
    margin-top: 3em;
}
.trick__content .simpleTable tr {
    border-bottom: 1px solid #595757;
}
.trick__content .simpleTable th,
.trick__content .simpleTable td {
  width: 33.333%;
  font-size: 2.4rem;
  text-align: center;
  padding: 1.2rem 0;
  position: relative;
}
.trick__content .simpleTable th:not(:last-child)::after,
.trick__content .simpleTable td:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #595757;
  content: "";
  z-index: 10;
}
.trick__content .simpleTable th.bg,
.trick__content .simpleTable td.bg {
    background-color: #FCF4E8;
}
.trick__content .simpleTable.-comparison {
    border-top: none;
    margin-top: 0;
}
.trick__content .simpleTable.-comparison th,
.trick__content .simpleTable.-comparison td {
  font-size: 1.8rem;
}
.trick__content .simpleTable.-comparison th {
    width: 40%;
    font-weight: 100;
}
.trick__content .simpleTable.-comparison td {
    width: 60%;
}
.trick__content .simpleTable th.line::after {
    content: none;
}
.trick__content .simpleTable td .fontS {
    font-size: 1.6rem;
}
@media screen and (max-width: 1120px) {
    .support p {
        font-size: 1.7857142857vw;
    }
    .support .supportList .supportList__item:first-child {
        padding-right: 4rem;
    }
    .support .supportList .supportList__item:last-child {
        padding-left: 4rem;
    }
    .support .btnCont .orderBtn .orderBtn-txt {
        font-size: 1.8rem;
    }
    .support .btnCont .orderBtn::before {
        right: 3rem;
    }
    .support .tel {
        font-size: 2.8rem;
    }
    .support .tel span {
        padding-left: 1.3em;
    }
    .support .fontS {
        font-size: 1.2rem;
        text-align: center;
    }
    .support .notes {
        font-size: 1rem;
        text-align: center;
    }
}
@media screen and (max-width: 820px) {
    .point__subttl .subTtl {
        font-size: 2rem;
    }
    .point__subttl .pointLabel {
        font-size: 3rem;
    }
    .point__subttl .pointLabel .month {
        font-size: 2rem;
    }
    .point__subttl .pointLabel .price {
        font-size: 4.6rem;
    }
    .point__container .notes {
        font-size: 1.4vw;
        line-height: 1.8;
    }
     .point__container .point__ttlOr span {
        font-size: 1.6rem;
    }
    .trick__content .simpleTable th,
    .trick__content .simpleTable td,
    .trick__content .simpleTable.-comparison th,
    .trick__content .simpleTable.-comparison td .fontS {
        font-size: 1.6rem;
    }
    .flow__container .flowLabel, .installationLabel {
        font-size: 3.7rem;
    }
    
}
@media screen and (max-width: 767px) {
    .point__container .notes {
        font-size: 2vw;
        line-height: 2;
    }
    .trick__txt03 {
        font-size: 3.7333333333vw;
        line-height: 2;
  }
  .support p {
        font-size: 3.7333333333vw;
    }
    .support {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    .support p {
        text-align: left;
    }
    .support .trick__subttl-02 {
        margin-bottom: 30px;
    }
    .support .supportList {
        display: block;
        margin-top: 3rem;
    }
    .support .supportList .supportList__item {
        width: 100%;
    }
    .support .supportList .supportList__item:first-child {
        padding-right: 0;
        border-right:none;
        border-bottom: 1px solid #595757;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
    .support .supportList .supportList__item:last-child {
        padding-left: 0;
    }
    .support .supportList .supportList__item .supportLabel {
        font-size: 2rem;
    }
    .support .btnCont .orderBtn {
        height: 50px;
    }
    .support .btnCont .orderBtn .orderBtn-txt {
        font-size: 1.8rem;
    }
    .support .btnCont .orderBtn::before {
        right: 2rem;
    }
    .support .tel {
        font-size: 3rem;
    }
}

@media screen and (max-width: 480px) {
    .mvNotes .notes {
        font-size: 0.8rem !important;
    }

    .lead__detail-txt  {
        font-size: 1.7rem;
    }
    .lead__detail-txt-large {
        font-size: 3rem;
    }
    .campaignBtn {
        margin-top: 1rem;
    }
    .campaignBtn .text {
        font-size: 1.2rem;
        margin-top: 0;
    }
    .campaignBtn .mainBtn {
        font-size: 1.8rem;
        height: 5rem;
    }
    .campaignBtn .mainBtn::before {
        right: 20px;
        width: 6px;
        height: 12px;
    }
    .campaignBtn .copy {
        width: 150px;
        height: 24px;
        padding: 0.5em;
        font-size: 1.1rem;
        top: -16px;
    }
    .lead__acd-content {
        padding-bottom: 0;
    }
    .point__subttl .subTtl {
        font-size: 1.5rem;
    }
    .point__subttl .pointLabel {
        font-size: 2.8rem;
        border-bottom: 5px solid #F9A287;
    }
    .point__subttl .pointLabel .month {
        font-size: 1.5rem;
    }
    .point__subttl .pointLabel .price {
    font-size: 3.3rem;
    }
    .point__container .point__ttlOr span {
        font-size: 1.4rem;
        padding: .1em 1.3rem;
    }
    .point__container .point__ttlOr {
        margin: 3em 0 1em;
    }
    .point__acd {
        margin-top: 5rem;
    }
    .trick__txt02 {
        font-size: 2rem;
    }
    .trick__txt02.-center {
        text-align: center;
        margin-top: 4rem;
    }
    .trick__content .simpleTable th,
    .trick__content .simpleTable td,
    .trick__content .simpleTable.-comparison th,
    .trick__content .simpleTable.-comparison td .fontS {
        font-size: 1.3rem;
    }
    .oroku .oroku02 {
        font-size: 2.3rem;
    }
    .oroku .oroku02 span {
        font-size: 3.6rem;
    }
    .reasonTtl {
        font-size: 1.4rem;
        text-align: center;
        margin-top: 6rem;
    }
    .reasonImg .trick__img-02 {
        margin-top: 0;
    }
    .reasonImg > p {
        font-size: 0.8rem;
    }
    .flow__container .flowLabel, .installationLabel {
        font-size: 3rem;
    }
}

/* バナースライダー */
.bannerSlider {
  width: 920px;
  margin: 3rem auto 0;
  position: relative;
}
@media (max-width: 860px) {
    .bannerSlider {
        width: 700px;
    }
}
@media (max-width: 800px) {
    .bannerSlider {
        width: 600px;
    }
}
@media (max-width: 600px) {
    .bannerSlider {
        width: 100%;
    }
}
.bannerSlider .viewport {
  overflow: hidden;
}
.banner-swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.banner-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 481px) {
  .banner-swiper .swiper-slide {
    width: calc((100% - 24px) / 2);
  }
}
.banner-swiper {
  padding: 0 !important;
}
.banner-swiper .swiper-pagination {
  position: static;
  margin: 12px auto 0;
  text-align: center;
}
.banner-swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 6px !important;
  transition: background-color .2s ease, transform .2s ease;
}
.banner-swiper .swiper-pagination-bullet-active {
  background: #595757;
  transform: scale(1.55);
}
.swiper-button.banner-prev,
.swiper-button.banner-next {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 44px;
  height: 44px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
  pointer-events: auto;
}
.swiper-button.banner-prev {
  left: -55px;
  background: url('../img/common/icon_arrow_l.svg') center / 30px 30px no-repeat;
}
.swiper-button.banner-next {
  right: -55px;
  background: url('../img/common/icon_arrow_r.svg') center / 30px 30px no-repeat;
}

@media (max-width: 480px) {
  .swiper-button.banner-prev,
  .swiper-button.banner-next {
    width: 40px;
    height: 40px;
  }
  .swiper-button.banner-prev {
    left: -2px;
    background: url('../img/common/icon_arrow_l.svg') center / 25px 25px no-repeat;
    }
  .swiper-button.banner-next {
    right: -2px;
    background: url('../img/common/icon_arrow_r.svg') center / 25px 25px no-repeat;
    }
}
.banner-swiper .swiper-slide a {
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
}
.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contentNavWrap {
    border-top: 1px solid #595757;
    border-bottom: 1px solid #595757;
    padding: 2rem 0;
}
.contentNav {
  --gap: 2rem;
  max-width:800px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
}
.contentNav .contentNav__item {
    border-right: 1px solid #707070;
    padding-right: 2rem;
}
.contentNav .contentNav__item:nth-child(3),
.contentNav .contentNav__item:nth-child(5) {
    border-right: none;
    padding-right: 0;
}
.contentNav .contentNav__item a {
    display: block;
    font-size: 1.8rem;
    color: #000;
    padding: 0.5rem 2rem 0.5rem 0;
    position: relative;
}
.contentNav .contentNav__item a::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 5px;
    background-image: url(../img/common/icon-arrow-d.svg);
    background-size: cover;
    content: "";
}
.contentNav .contentNav__item a:hover {
    opacity: 0.8;
}
@media (max-width: 768px) {
  .contentNav .contentNav__item {
    flex-basis: calc((100% - var(--gap)) / 2);
  }
}
@media (max-width: 480px) {
    .contentNav {
    --gap: 0.5rem;
    }
  .contentNav .contentNav__item {
    flex-basis: 100%;
    border-right: none;
    padding-right: 0;
  }
}

.functionBox {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.functionBox .functionBox__item {
    width: 48%;
}
.functionBox .functionBox__item > .ttl {
    background-color: #707070;
    color: #fff;
    padding: .1em .5em;
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.functionBox .functionList {
    display: flex;
    justify-content: center;
    gap: 3px;
}
.functionBox .functionList .functionList__item {
    width: 6rem;
}
@media (max-width: 480px) {
    .functionBox {
        margin-top: 0.5rem;
    }
    .functionBox .functionBox__item > .ttl {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    .functionBox .functionList .functionList__item {
        width: 3.5rem;
    }
}

/* テーブル */
.feature__table-detail-beige {
  position: relative;
  width: 275px;
  font-size: 2.4rem;
  font-weight: 400;
  background-color: #FCF4E8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .feature__table-detail-beige {
    width: 26.6666666667vw;
    padding: 0;
    font-size: 3.2vw;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.feature__table-detail-beige:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 30px;
  background-color: #595757;
  content: "";
}
.feature__table-detail-beige .feature__table-detail-large {
    color: #0092B9;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1;
}
.feature__table-subject-beige {
    background-color: #FCF4E8;
}
.feature__table-subject,.feature__table-subject-beige  {
    padding: 2rem 0;
}
.feature__table-subject {
    background-color: #FFF;
}
.feature__table-ttl {
    font-size: 1.6rem;
    background-color: #F2F2F2;
    padding: 2rem;
}
.feature__table-detail-large.-bk {
  font-size: 3.4rem;
}
@media screen and (max-width: 860px) {
    .feature__table-ttl {
        font-size: 1.2rem;
        padding: 1.5rem;
    }
    .feature__table-item-01 {
        font-size: 1.2rem;
    }
    .feature__table-subject, .feature__table-subject-beige,
    .feature__table-detail-beige, .feature__table-detail {
        font-size: 1.8rem;
    }
    .feature__table-detail-beige .feature__table-detail-large,
    .feature__table-detail-large.-bk {
        font-size: 3rem;
    }
}
@media screen and (max-width: 767px) {
  .feature__table-detail-beige:not(:last-child)::after {
    width: 0.5333333333vw;
    height: 5.3333333333vw;
  }
  .feature__table-detail-beige {
    position: sticky;
    z-index: 1;
    left: 0;
    width: 42.1333333333vw;
  }
  .feature__table-subject-beige {
    position: sticky;
    z-index: 1;
    left: 0;
  }
}
@media screen and (max-width: 480px) {
    .feature__table-ttl {
        font-size: .9rem;
        padding: 1rem;
    }
    .feature__table-item-01 {
        font-size: .9rem;
    }
    .feature__table-subject, .feature__table-subject-beige,
    .feature__table-detail-beige, .feature__table-detail {
        font-size: 1.2rem;
    }
    .feature__table-detail-beige .feature__table-detail-large,
    .feature__table-detail-large.-bk {
        font-size: 1.7rem;
    }
}

.price .-center {
    text-align: center;
}
.symbol {
    font-size: 1.4rem;
}
.cost {
    margin-top: 5rem;
}
.costText {
  font-size: 1.4rem;
}
.costImg {
    margin-top: 3rem;

}
@media screen and (max-width: 767px) {
  .costText {
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}

.product .life {
    background-color: #fff;
    padding: 6rem 0;
}
.product .life .lifeLabel  {
    font-size: 5rem;
    color: #444444;
    text-align: center;
}
@media screen and (max-width: 480px) {
    .product .life .lifeLabel  {
        font-size: 3rem;
    }
}

/* Pitto miniのある生活 スライダー  */
.lineup.voice {
    margin-top: 6rem;
}
.lineup.voice .voiceSlide .splide__track .splide__slide img {
  height: auto;
  width: 100%;
}
.lineup.voice .gallery03 {
  overflow: hidden;
}
.lineup.voice .gallery03 .l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5rem;
  width: 86%;
}
@media screen and (max-width: 860px) {
  .lineup.voice .gallery03 .l-inner {
    padding: 0 1rem;
  }
}
@media (max-width: 599px) {
  .lineup.voice .gallery03 .l-inner {
    width: 70%;
    padding: 0 1rem;
  }
}
.lineup.voice .gallery03 .l-inner a {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lineup.voice .gallery03 .l-inner a .txt-con {
  color: #444444;
  text-decoration: none;
  height: auto;
  font-size: 1.5rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
    line-height: 1.8;
}
.lineup.voice .gallery03 .l-inner a .txt-con .slider_txt1 {
    margin-top: 1em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.lineup.voice .gallery03 .l-inner a .txt-con .slider_txt2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  position: relative;
}
.lineup.voice .gallery03 .l-inner a .txt-con .slider_txt2:before {
  content: "";
  position: absolute;
  border-style: none;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 60px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0, #Fff 70px);
}
.lineup.voice .gallery03 .l-inner a:hover {
  opacity: 0.8;
}
.lineup.voice .gallery03 .l-inner a:hover .slide-media {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
.lineup.voice .gallery03 .splide-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.lineup.voice .gallery03 .slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lineup.voice .gallery03 .slide:hover .slide-content {
  opacity: 1;
}
.lineup.voice .gallery03 .splide__track {
  overflow: visible;
}
.lineup.voice .gallery03 .slide-media {
  height: auto;
}
.lineup.voice .gallery03 .slide-thumb {
  position: relative;
}
.lineup.voice .gallery03 .slide-thumb .slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
}
.lineup.voice .gallery03 .slide-title {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lineup.voice .gallery03 .slideBtn {
  background: -webkit-linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  background: linear-gradient(45deg, rgb(72, 198, 239) 0%, rgb(111, 134, 214) 100%);
  color: #FFFFFF;
  width: 150px;
  padding: 0.5em;
  border-radius: 2em;
  display: block;
  font-weight: 600;
  position: relative;
  text-align: center;
}
.lineup.voice .gallery03 .slideBtn i {
  color: #FFFFFF;
  position: absolute;
  left: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #444444;
  opacity: 0.8;
  border-radius: 50%;
  border: none;
}
@media screen and (max-width: 767px) {
  .lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
    height: 30px;
    width: 30px;
  }
}
.lineup.voice .gallery03 .splide__arrow--prev::after,
.lineup.voice .gallery03 .splide__arrow--next::after {
  width: 14px;
  height: 14px;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev::after,
  .lineup.voice .gallery03 .splide__arrow--next::after {
    height: 10px;
    width: 10px;
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev::after,
  .lineup.voice .gallery03 .splide__arrow--next::after {
    height: 8px;
    width: 8px;
  }
}
.lineup.voice .gallery03 .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lineup.voice .gallery03 .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lineup.voice .gallery03 .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.lineup.voice .gallery03 .splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.lineup.voice .gallery03 .splide__arrow > svg {
  display: none;
}
.lineup.voice .gallery03 .splide__arrow--prev, .lineup.voice .gallery03 .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lineup.voice .gallery03 .splide__arrow--prev::before, .lineup.voice .gallery03 .splide__arrow--next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.lineup.voice .gallery03 .splide__arrow--prev::after, .lineup.voice .gallery03 .splide__arrow--next::after {
  border-color: #fff;
}
.lineup.voice .gallery03 .splide__arrow--prev {
  right: calc(100% - 1.6rem);
  top: calc(50% - 420px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .gallery03 .splide__arrow--prev {
    top: calc(50% - 340px);
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--prev {
    top: calc(50% - 300px);
  }
}
.lineup.voice .gallery03 .splide__arrow--next {
  left: calc(100% - 1.6rem);
  top: calc(50% - 420px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .gallery03 .splide__arrow--next {
    top: calc(50% - 340px);
  }
}
@media screen and (max-width: 480px) {
  .lineup.voice .gallery03 .splide__arrow--next {
    top: calc(50% - 300px);
  }
}
.lineup.voice .modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.lineup.voice .modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.lineup.voice .modal .topClose {
  display: block;
  width: 3rem;
  height: 3rem;
  border-radius: 99em;
  position: absolute;
  top: 1em;
  right: 1em;
  cursor: pointer;
}
.lineup.voice .modal .topClose:before {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url("../img/common/close-btn.svg") no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lineup.voice .modal__content {
  width: 100%;
  max-width: 1000px;
  max-height: 80vh;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.lineup.voice .modal__wrap {
  width: 100%;
  height: 100%;
  max-height: 80vh;
  padding: 40px;
  overflow-y: auto;
}
.lineup.voice .modal__wrap.-pfas {
  padding: 6rem 14rem;
}
.lineup.voice .modal__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3em;
}
.lineup.voice .modal__detail .sliderBox {
  max-width: 40rem;
  width: 100%;
  /* モーダル内スライダーページネーション */
  /*.splide__arrows {
  	display: none;
  }*/
  /* モーダル内スライダー矢印ボタン */
}
.lineup.voice .modal__detail .sliderBox img {
  width: 100%;
  max-width: 40rem;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.lineup.voice .modal__detail .sliderBox .splide__track {
  margin-bottom: 1.6em;
}
.lineup.voice .modal__detail .sliderBox .splide__track video {
  max-width: 400px;
  width: 100%;
  max-height: 400px;
  height: 100%;
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__track video {
    max-height: 400px;
    height: 100%;
  }
}
.lineup.voice .modal__detail .sliderBox .splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  gap: 0.7em;
}
.lineup.voice .modal__detail .sliderBox .splide__pagination__page {
  display: block;
  width: 3rem;
  height: 0.6rem;
  padding: 0;
  border: none;
  outline: none;
  background-color: #DDDDDD;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lineup.voice .modal__detail .sliderBox .splide__pagination__page.is-active {
  background-color: #629ADE;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev, .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
  display: grid;
  place-content: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #629ADE;
  opacity: 0.8;
  border-radius: 50%;
  border: none;
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev, .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    height: 30px;
    width: 30px;
  }
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after,
.lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
  width: 14px;
  height: 14px;
  content: "";
  border: solid #fff;
  border-width: 3px 3px 0 0;
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after,
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
    height: 8px;
    width: 8px;
  }
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lineup.voice .modal__detail .sliderBox .splide__arrow:disabled {
  pointer-events: none;
  opacity: 0;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow:focus-visible {
  outline: 3px solid rgba(180, 233, 0, 0.8);
  outline-offset: 3px;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow > svg {
  display: none;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev, .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: 0;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::before, .lineup.voice .modal__detail .sliderBox .splide__arrow--next::before {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--box-shadow-dark);
          box-shadow: var(--box-shadow-dark);
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev::after, .lineup.voice .modal__detail .sliderBox .splide__arrow--next::after {
  border-color: #fff;
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
  right: calc(100% - 1.6rem);
  top: calc(400px - 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
    top: calc(360px - 50%);
  }
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
    top: calc(320px - 50%);
  }
}
@media screen and (max-width: 767px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--prev {
    top: calc(300px - 50%);
  }
}
.lineup.voice .modal__detail .sliderBox .splide__arrow--next {
  left: calc(100% - 1.6rem);
  top: calc(400px - 50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 960px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    top: calc(360px - 50%);
  }
}
@media screen and (max-width: 860px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    top: calc(320px - 50%);
  }
}
@media screen and (max-width: 767px) {
  .lineup.voice .modal__detail .sliderBox .splide__arrow--next {
    top: calc(300px - 50%);
  }
}
.lineup.voice .modal__detail .textBox {
    font-size: 1.5rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", sans-serif;
    line-height: 1.8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lineup.voice .modal__detail .textBox .detailTtl {
  margin-bottom: 1em;
  font-weight: 600;
}
.lineup.voice .modal__detail .textBox .detailTtl a {
  color: #629ADE;
}
@media screen and (max-width: 1080px) {
  .lineup.voice .modal__content {
    width: 90%;
  }
  .lineup.voice .modal__wrap {
    padding: 2em;
  }
  .lineup.voice .modal__wrap.-pfas {
    padding: 3em;
  }
}
@media screen and (max-width: 1000px) {
  .lineup.voice .modal__detail {
    gap: 2em;
  }
  .lineup.voice .modal__detail .sliderBox {
    max-width: 100%;
    width: 45%;
  }
}
@media screen and (max-width: 630px) {
  .lineup.voice .modal .topClose {
    width: 4rem;
    height: 4rem;
    top: -1.6em;
    right: -0.8em;
  }
  .lineup.voice .modal .topClose:before {
    width: 4rem;
    height: 4rem;
  }
  .lineup.voice .modal__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lineup.voice .modal__detail .sliderBox {
    width: 100%;
  }
  .lineup.voice .modal__detail .sliderBox img {
    max-height: 100%;
  }
  .lineup.voice .modal__detail .sliderBox .splide__track {
    margin-bottom: 1.3em;
  }
}
@media screen and (max-width: 560px) {
  .lineup.voice .modal .topClose {
    width: 3.5rem;
    height: 3.5rem;
    top: -1.6em;
    right: -0.8em;
  }
  .lineup.voice .modal .topClose:before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .lineup.voice .modal__wrap {
    padding: 2em 1.5em 1.5em 1.5em;
  }
}
@media screen and (max-width: 860px) {
    .lineup.voice .gallery03 .l-inner a .txt-con,
    .lineup.voice .modal__detail .textBox {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 480px) {
    .lineup.voice .gallery03 .l-inner a .txt-con,
    .lineup.voice .modal__detail .textBox {
        font-size: 1.2rem;
    }
}

/* 20260423 キャンペーン関連追加 */

.campaign-text{

}

.campaign-text .before-price{
  font-size: 1.8rem;
  text-decoration: line-through;
}
@media screen and (max-width: 860px) {
  .campaign-text .before-price{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 560px) {
  .campaign-text .before-price{
    font-size: 1rem;
  }
}

.campaign-text .mini{
  font-size: 1.3rem;
  display: block;
}
@media screen and (max-width: 480px) {
  .campaign-text .mini{
    font-size: .9rem;
  }
}

/* 20260617追加 */
.point__area .point__txtWrap .mb {
    margin-bottom: 2rem;
}
.price__txt-02-1 {
    font-size: 3.6rem;
    text-align: center;
    margin: 1.5rem auto 1rem;
}
@media screen and (max-width: 1120px) {
    .price__txt-02-1 {
        font-size: 3.2142857143vw;
    }
}
@media screen and (max-width: 767px) {
    .price__txt-02-1 {
        font-size: 5.8666666667vw;
    }
}
.price__txt-03 {
    margin-bottom: 2rem;
}