@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 {
  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 {
    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, .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, .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, .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.png);
  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.png);
  }
}
.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;
  border: 1px solid #0092B9;
  border-radius: 4px;
  text-align: center;
  background-color: #FFFFFF;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .lead__acd {
    margin-bottom: 14.6666666667vw;
    border: 0.2666666667vw solid #0092B9;
    border-radius: 0.8vw;
    box-shadow: 0 1.3333333333vw 2.1333333333vw 0 rgba(0, 0, 0, 0.05);
  }
}
.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;
  }
}
.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: 21.3333333333vw;
  }
}
.point__content {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.point__content + .point__content {
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .point__content + .point__content {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .point__content + .point__content {
    max-width: 100%;
    margin-top: 12vw;
  }
}
.point__wrap--02 {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .point__wrap--02 {
    margin: auto;
  }
}
.point__box-01 {
  padding: 138px 150px 0;
}
@media screen and (max-width: 1500px) {
  .point__box-01 {
    padding: 9.2vw 10vw 0;
  }
}
@media screen and (max-width: 767px) {
  .point__box-01 {
    padding: 0 0 0 8vw;
  }
}
.point__box-02 {
  margin-left: auto;
  padding: 158px 95px 0 120px;
}
@media screen and (max-width: 1500px) {
  .point__box-02 {
    padding: 10.5333333333vw 6.3333333333vw 0 8vw;
  }
}
@media screen and (max-width: 767px) {
  .point__box-02 {
    text-align: right;
    padding: 0;
    padding-right: 8vw;
  }
}
.point__box-03 {
  padding: 95px 45px 0;
}
@media screen and (max-width: 1500px) {
  .point__box-03 {
    padding: 6.3333333333vw 3vw 0;
  }
}
@media screen and (max-width: 767px) {
  .point__box-03 {
    padding: 0 0 0 8vw;
  }
}
.point__num-left {
  width: 180px;
}
@media screen and (max-width: 1500px) {
  .point__num-left {
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .point__num-left {
    width: 26.6666666667vw;
  }
}
.point__num-right {
  width: 180px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 22px;
}
@media screen and (max-width: 1500px) {
  .point__num-right {
    width: 12vw;
    margin-bottom: 0.6666666667vw;
    margin-right: 1.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .point__num-right {
    width: 26.6666666667vw;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .point__txt--02 {
    letter-spacing: 0.08em;
  }
}
.point__txt-line {
  position: relative;
}
.point__txt-line::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #000;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
.point__txt-large {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1500px) {
  .point__txt-large {
    font-size: 2.1333333333vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .point__txt-large {
    display: inline-block;
    margin-top: 1.3333333333vw;
    font-size: 6.4vw;
    line-height: 1.4166666667;
  }
}
.point__txt-semibold {
  margin-top: 3px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1120px) {
  .point__txt-semibold {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  .point__txt-semibold {
    margin-top: 2.6666666667vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.08em;
  }
}
.point__txt-img {
  margin-top: 17px;
}
@media screen and (max-width: 1120px) {
  .point__txt-img {
    margin-top: 1.5178571429vw;
  }
}
@media screen and (max-width: 767px) {
  .point__txt-img {
    width: 84vw;
    margin-top: 4vw;
  }
}
.point__sup {
  font-size: 0.6em;
}
.point__img-left {
  right: 0;
}
@media screen and (max-width: 767px) {
  .point__img-left {
    margin: 4vw auto 0 0;
  }
}
.point__img-left img {
  border-radius: 40px 0 0 40px;
}
@media screen and (max-width: 767px) {
  .point__img-left img {
    border-radius: 0 10.6666666667vw 10.6666666667vw 0;
  }
}
.point__img-right {
  left: 0;
}
@media screen and (max-width: 767px) {
  .point__img-right {
    margin: 4vw 0 0 auto;
  }
}
.point__img-right img {
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  .point__img-right img {
    border-radius: 10.6666666667vw 0 0 10.6666666667vw;
  }
}
.point__note {
  margin-top: 10px;
}
@media screen and (max-width: 1120px) {
  .point__note {
    margin-top: 0.8928571429vw;
  }
}
@media screen and (max-width: 767px) {
  .point__note {
    margin-top: 1.3333333333vw;
  }
}
.point__note-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 1120px) {
  .point__note-item {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  .point__note-item {
    margin-bottom: 1px;
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}

/* 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.png);
  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;
}
@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 {
  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: 1.8rem;
  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);
  }
}
.feature__table-detail-large {
  font-size: 2.4rem;
}
@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;
}
@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 {
    width: 61.3333333333vw;
    margin: 0 auto 1.3333333333vw;
    padding: 0;
    font-size: 3.7333333333vw;
    border-radius: 0.5333333333vw;
  }
}
.price__hdg {
  position: relative;
  background-color: #FFD126;
  border-radius: 4px;
  padding: 2px 0 5px;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
@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: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .price__icon {
    width: 12vw;
    height: 12vw;
    bottom: 1.3333333333vw;
    right: 0;
    font-size: 3.2vw;
  }
}
.price__icon-day {
  display: block;
  font-size: 2.8rem;
  color: #FFD94D;
}
@media screen and (max-width: 767px) {
  .price__icon-day {
    font-size: 3.7333333333vw;
  }
}
.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: 34px;
}
@media screen and (max-width: 767px) {
  .price__txt-02 {
    width: 62.9333333333vw;
    margin: 0 auto 6.9333333333vw;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .price__area-txt {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.6071428571;
  }
}
.price__area-txt-blue {
  font-weight: 500;
  color: #0092B9;
}
.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;
}
.price__table-detail-marker {
  display: inline-block;
  background-color: #FFD126;
  padding: 2px 5px 5px;
  margin-top: 20px;
  position: relative;
}
@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-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;
  }
}

/* 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 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .scene {
    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 120px;
}
@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;
}
@media screen and (max-width: 1120px) {
  .product__slide {
    width: 30.3571428571vw;
  }
}
@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 */
.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: 84vw;
    margin: 5.3333333333vw 8vw;
    border-radius: 6.6666666667vw;
    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: 4.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: 3.4666666667vw;
  }
}

/* float: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;
  }
}
.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%;
  }
}
.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;
}

.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 */