.top .fixed-video {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 0;
  padding-top: 100svh;
}
.top .fixed-video .fixed-video__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top .fixed-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.top .message {
  position: relative;
  width: 100vw;
  height: 0;
  padding-top: 100svh;
}
.top .message.message--user {
  color: var(--text-color-subtitle);
  background-color: #fff;
}
.top .message .message__inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top .message .message__inner {
    row-gap: 48px;
  }
}
.top .mv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100svh;
  color: #fff;
}
.top .mv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #111111;
  opacity: 0.4;
  z-index: -1;
}
.top .mv .mv__inner {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .mv .mv__title {
    font-size: 6.9333333333vw;
    line-height: 1.4230769231;
  }
}
.top .mv .mv__title-en {
  font-weight: 200;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .top .mv .mv__title-en {
    font-size: 11px;
    line-height: 1.9090909091;
    margin-top: min(8.5333333333vw, 2rem);
  }
}
@media print, screen and (min-width: 769px) {
  .top .mv .mv__title-en {
    font-size: 16px;
    line-height: 1.3125;
    margin-top: 48px;
  }
}
.top .introduction {
  color: #fff;
}
.top .introduction .introduction-message {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.4)), to(rgba(17, 17, 17, 0.9)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.4), rgba(17, 17, 17, 0.9));
}
@media screen and (max-width: 768px) {
  .top .introduction .introduction-message .h2-ja {
    font-size: 6.4vw;
  }
}
.top .introduction .introduction-about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.9)), to(rgb(17, 17, 17)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.9), rgb(17, 17, 17));
  padding-block: min(14.9333333333vw, 3.5rem);
}
@media print, screen and (min-width: 769px) {
  .top .introduction .introduction-about {
    padding-block: 48px 144px;
  }
}
.top .influence {
  position: relative;
  --influence-width: 1134;
  background: -webkit-gradient(linear, left top, left bottom, from(#DDDCDA), to(#ffffff));
  background: linear-gradient(to bottom, #DDDCDA, #ffffff);
}
@media screen and (max-width: 768px) {
  .top .influence .container {
    padding-inline: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .top .influence .container {
    max-width: calc(var(--influence-width) * 1px);
  }
}
.top .influence .influence-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#DBDBD9), to(#CDCCCA));
  background: linear-gradient(to bottom, #DBDBD9, #CDCCCA);
  margin-inline: auto 0;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: min(523 / var(--influence-width) * 100vw, 32.6875rem);
  }
}
.top .influence .influence-header .container {
  background-image: url(../images/influence_bg_sp.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .container {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-image: url(../images/influence_bg.webp);
    background-size: 59% auto;
    background-position: top left min(91 / var(--influence-width) * 100vw, 5.6875rem);
  }
}
.top .influence .influence-header .influence-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 26px;
  text-align: center;
  padding-block: 14.4vw 116.2666666667vw;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    row-gap: min(58 / var(--influence-width) * 100vw, 3.625rem);
    padding-top: min(170 / var(--influence-width) * 100vw, 10.625rem);
    padding-bottom: min(116 / var(--influence-width) * 100vw, 7.25rem);
    padding-right: min(150 / var(--influence-width) * 100vw, 9.375rem);
    margin-inline: auto 0;
  }
}
.top .influence .influence-header .influence-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-text {
    row-gap: min(16 / var(--influence-width) * 100vw, 1rem);
  }
}
.top .influence .influence-header .influence-header-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-name {
    row-gap: min(9 / var(--influence-width) * 100vw, 0.5625rem);
  }
}
.top .influence .influence-header .influence-header-text1 {
  font-family: "Outfit", sans-serif;
  font-weight: 200;
  font-size: 18px;
  letter-spacing: 0.04em;
  border-top: 1px solid var(--text-color-text1);
  border-bottom: 1px solid var(--text-color-text1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-text1 {
    font-size: 22px;
  }
}
.top .influence .influence-header .influence-header-text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-text2 {
    row-gap: 10px;
  }
}
.top .influence .influence-header .influence-header-text2 .text2-1 {
  letter-spacing: -0.04em;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .top .influence .influence-header .influence-header-text2 .text2-1 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-text2 .text2-1 {
    font-size: 24px;
    line-height: 1.25;
  }
}
.top .influence .influence-header .influence-header-text2 .text2-2 {
  letter-spacing: -0.04em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top .influence .influence-header .influence-header-text2 .text2-2 {
    font-size: 22px;
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-text2 .text2-2 {
    font-size: 28px;
    line-height: 1.0714285714;
  }
}
.top .influence .influence-header .influence-header-en {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  .top .influence .influence-header .influence-header-en {
    letter-spacing: 0.04em;
  }
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-en {
    font-size: 28px;
  }
}
.top .influence .influence-header .influence-header-ja {
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #626262;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-header .influence-header-ja {
    font-size: 12px;
  }
}
.top .influence .influence__body {
  background: -webkit-gradient(linear, left top, left bottom, from(#CDCCCA), to(#ffffff));
  background: linear-gradient(to bottom, #CDCCCA, #ffffff);
}
@media screen and (max-width: 768px) {
  .top .influence .influence__body {
    margin-top: -8vw;
  }
}
.top .influence .influence__body .influence__body-inner {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .top .influence .influence__body .influence__body-inner {
    padding-block: 8vw 19.2vw;
    padding-inline: 6.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__body .influence__body-inner {
    padding: 35px 70px 72px;
  }
}
.top .influence .influence__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top .influence .influence__badge {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .top .influence .influence__badge li {
    width: 49%;
  }
}
.top .influence .influence__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__note {
    margin-top: 5px;
  }
}
.top .influence .influence__note dt, .top .influence .influence__note dd {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 400;
  color: var(--text-color-subtitle);
}
.top .influence .influence__note dt {
  width: 2em;
}
.top .influence .influence__note dd {
  width: calc(100% - 2em);
}
.top .influence .influence__box {
  border: 1px solid #A59846;
  max-width: 584px;
  padding-block: 8vw 10.1333333333vw;
  margin-top: 48px;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 64px;
  }
}
.top .influence .influence__box .influence__box-image {
  width: 104px;
}
@media screen and (max-width: 768px) {
  .top .influence .influence__box .influence__box-image {
    margin-inline: auto;
  }
}
.top .influence .influence__box .influence__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top .influence .influence__box .influence__box-content {
    row-gap: 11px;
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__box .influence__box-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    row-gap: 18px;
  }
}
.top .influence .influence__box .influence__box-text {
  text-align: center;
  line-height: 1.3;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__box .influence__box-text {
    line-height: 1.2;
  }
}
.top .influence .influence__box .influence__box-text .text1 {
  font-size: 13px;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__box .influence__box-text .text1 {
    font-size: 15px;
    font-weight: 500;
  }
}
.top .influence .influence__box .influence__box-text .text2 {
  font-size: 13px;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__box .influence__box-text .text2 {
    font-size: 15px;
    font-weight: 400;
  }
}
.top .influence .influence__box .influence__box-text .text3 {
  font-size: 12px;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__box .influence__box-text .text3 {
    font-size: 13px;
    font-weight: 400;
  }
}
.top .influence .influence__box .influence__box-bold {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #AF9951;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence__box .influence__box-bold {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
  }
}
.top .influence .influence-ugc {
  margin-top: 62px;
}
@media print, screen and (min-width: 769px) {
  .top .influence .influence-ugc {
    margin-top: 52px;
  }
}
.top .influence .influence-ugc .ugc-slide {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.top .influence .influence-ugc .ugc-slide ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-animation-duration: 80s;
          animation-duration: 80s;
}
.top .influence .influence-ugc .ugc-slide ul > li {
  position: relative;
  width: 232px;
  min-width: 232px;
  height: 0;
  padding-top: 412px;
}
.top .influence .influence-ugc .ugc-slide ul > li video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .point {
  /* point1 */
  /* point2 */
  /* point3 */
  /* point4 */
}
.top .point .point__header {
  position: relative;
  width: 100vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.4)), to(#111111));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.4), #111111);
}
.top .point .point__body {
  background-color: #111111;
}
.top .point .point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top .point .point-title {
    row-gap: 32px;
  }
}
.top .point .point-title .point-title__num {
  font-family: "Outfit", sans-serif;
  font-size: 72px;
  line-height: 1.2;
  font-weight: 100;
  letter-spacing: -0.06em;
}
.top .point .point-title .point-title__main {
  font-weight: 500;
  letter-spacing: -0.04em;
  font-size: min(6.4vw, 1.5rem);
  line-height: 1.5;
}
@media print, screen and (min-width: 769px) {
  .top .point .point-title .point-title__main {
    font-size: 27px;
    line-height: 1.4814814815;
  }
}
@media screen and (max-width: 768px) {
  .top .point .point-title + .point-content {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .top .point .point-image {
    margin-block: 32px 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-content {
    margin-top: 36px;
  }
}
.top .point .point-text {
  font-size: 13px;
  line-height: 2;
  font-weight: 400;
}
@media print, screen and (min-width: 769px) {
  .top .point .point-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top .point .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto);
    grid-column-gap: 8px;
    grid-row-gap: 0px;
    margin-inline: 12px;
  }
  .top .point .point-list .point-list-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .top .point .point-list .point-list-item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .top .point .point-list .point-list-item:nth-child(3) {
    grid-area: 3/1/5/2;
  }
  .top .point .point-list .point-list-item:nth-child(4) {
    grid-area: 5/1/7/2;
  }
  .top .point .point-list .point-list-item:nth-child(5) {
    grid-area: 1/2/2/3;
  }
  .top .point .point-list .point-list-item:nth-child(6) {
    grid-area: 2/2/4/3;
  }
  .top .point .point-list .point-list-item:nth-child(7) {
    grid-area: 4/2/6/3;
  }
}
.top .point .point-list .point-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #747879;
}
@media screen and (max-width: 768px) {
  .top .point .point-list .point-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .point .point-list .point-list-item .point-list-item__title,
.top .point .point-list .point-list-item .point-list-item__text {
  padding-block: 13px;
  padding-inline: 24px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point-list .point-list-item .point-list-item__title,
  .top .point .point-list .point-list-item .point-list-item__text {
    padding: 13px 24px;
  }
}
.top .point .point-list .point-list-item .point-list-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  font-size: 12px;
  color: #fff;
  background-color: #484A49;
}
@media print, screen and (min-width: 769px) {
  .top .point .point-list .point-list-item .point-list-item__title {
    width: 208px;
    font-size: 13px;
  }
}
.top .point .point-list .point-list-item .point-list-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11px;
     -moz-column-gap: 11px;
          column-gap: 11px;
  font-size: 13px;
  line-height: 1.6923076923;
  background-color: #fff;
}
.top .point .point-list .point-list-item .point-list-item__text.point-list-item__text--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.top .point .point-list .point-list-item .point-list-item__text.point-list-item__text--start span:nth-child(1):after {
  top: 0.5em;
}
.top .point .point-list .point-list-item .point-list-item__text span:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .point .point-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 52px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card-list {
    row-gap: 64px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card.point-card--image-r .container, .top .point .point-card.point-card--image-l .container {
    display: grid;
    grid-template-columns: 48% 48.5%;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card.point-card--image-r .point-card-title {
    grid-area: 2/1/3/2;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card.point-card--image-r .point-card-image {
    grid-area: 1/2/5/3;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card.point-card--image-r .point-card-content {
    grid-area: 3/1/4/2;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card.point-card--image-l .point-card-title {
    grid-area: 2/2/3/3;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card.point-card--image-l .point-card-image {
    grid-area: 1/1/5/2;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point-card.point-card--image-l .point-card-content {
    grid-area: 3/2/4/3;
  }
}
.top .point .point1 {
  background-color: #F8F8F8;
}
.top .point .point1 .point1-mv {
  position: relative;
  width: 100vw;
  height: 177.8666666667vw;
  background-color: #BCBBBA;
  background-image: url(../images/point1_mv_sp.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}
@media print, screen and (min-width: 769px) {
  .top .point .point1 .point1-mv {
    height: 768px;
    background-image: url(../images/point1_mv.webp);
  }
}
.top .point .point1 .point1-mv .point1-mv__text {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top .point .point1 .point1-mv .point1-mv__text {
    bottom: 13.0666666667vw;
    left: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point1 .point1-mv .point1-mv__text {
    top: 46%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top .point .point1 .point1__body {
  padding-block: 58px 0;
}
@media print, screen and (min-width: 769px) {
  .top .point .point1 .point1__body {
    padding-block: 48px 0;
  }
}
.top .point .point1-6 {
  position: relative;
  width: 100vw;
  height: 192vw;
  background-image: url(../images/point1_point06_sp.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .top .point .point1-6 {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point1-6 {
    height: 100svh;
    background-image: url(../images/point1_point06.jpg);
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point1-6 .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top .point .point1-6 .point-title .point-title__num {
  color: #A8A8A8;
}
.top .point .point1-6 .point-title .point-title__main {
  color: #fff;
}
.top .point .point1-6 .point-text {
  text-align: center;
}
.top .point .point2 .point2__header {
  height: 0;
  padding-top: 100svh;
}
.top .point .point2 .point2__header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top .point .point2 .point2__body {
  padding-bottom: 52px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point2 .point2__body {
    padding-top: 50px;
    padding-bottom: 144px;
  }
}
.top .point .point2 .point2__body .point-card-list {
  row-gap: 50px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point2 .point2__body .point-card-list {
    row-gap: 64px;
  }
}
.top .point .point3 .point3__header {
  height: 492px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .point3__header {
    height: 384px;
  }
}
.top .point .point3 .point3__header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .point3__header .container {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.top .point .point3 .point3__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.75em;
     -moz-column-gap: 0.75em;
          column-gap: 0.75em;
}
@media screen and (max-width: 768px) {
  .top .point .point3 .point3__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.6666666667em;
    font-size: 24px;
    line-height: 1.1666666667;
    width: 1em;
  }
}
.top .point .point3 .point3__title:after {
  content: "";
  display: block;
  width: 1px;
  height: 3.3333333333em;
  background-color: currentColor;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .point3__title:after {
    width: 160px;
    height: 1px;
  }
}
.top .point .point3 .point3__content1 {
  padding-block: 25px 56px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .point3__content1 {
    padding-block: 48px 56px;
  }
}
.top .point .point3 .point3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 12px;
}
@media screen and (max-width: 768px) {
  .top .point .point3 .point3__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 24px;
  }
}
.top .point .point3 .point3__list-note {
  text-align: right;
  margin-top: 54px;
}
.top .point .point3 .point3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .top .point .point3 .point3__item {
    width: calc(50% - 4px);
    row-gap: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .point3__item {
    row-gap: 11px;
  }
}
.top .point .point3 .point3__item .point3__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1px;
  font-size: 12px;
  line-height: 1.6666666667;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .point3__item .point3__item-content {
    font-size: 13px;
    row-gap: 4px;
    line-height: 1.6923076923;
  }
}
.top .point .point3 .point3__item .point3__item-num {
  color: var(--text-color-text1);
}
.top .point .point3 .point3__item .point3__item-text {
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .point3__item .point3__item-text {
    width: 94%;
  }
}
.top .point .point3 .point3__scroll-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}
.top .point .point3 .point3__scroll {
  will-change: transform;
  /* .swiper-wrapper {
    transition-timing-function: linear;
    will-change: transform;
  }
  .swiper-slide {
    flex: none;
    height: 212px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    padding: 0;
    img {
      display: block;
      height: 212px;
      width: auto;
    }
  } */
}
.top .point .point3 .point3__scroll.point3__scroll1 .row-scroll {
  min-width: 4076px;
  -webkit-animation-duration: 70s;
          animation-duration: 70s;
}
.top .point .point3 .point3__scroll.point3__scroll2 .row-scroll {
  min-width: 4978px;
  -webkit-animation-duration: 90s;
          animation-duration: 90s;
}
.top .point .point3 .body3__style {
  background-color: #C7C6C4;
  background-image: url(../images/point03_05_sp.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  margin-top: 56px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .body3__style {
    background-image: url(../images/point03_05.webp);
    background-size: cover;
    margin-top: 144px;
  }
}
.top .point .point3 .body3__style .container {
  padding-top: 51px;
  padding-bottom: 56px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .body3__style .container {
    padding-top: 146px;
    padding-bottom: 98px;
  }
}
@media screen and (max-width: 768px) {
  .top .point .point3 .body3__style .point3__title {
    margin-left: 57px;
  }
}
.top .point .point3 .body3__style .body3__style-box {
  background-color: #fff;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 34px 6px;
  width: 443px;
  max-width: 100%;
  margin-top: 37px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .body3__style .body3__style-box {
    padding: 26px 40px 10px;
    margin-top: 50px;
  }
}
.top .point .point3 .body3__style .body3__style-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-block: 21px 14px;
}
.top .point .point3 .body3__style .body3__style-item:not(.top .point .point3 .body3__style .body3__style-item:last-child) {
  border-bottom: 1px solid #DEDEDE;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .body3__style .body3__style-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 23px;
       -moz-column-gap: 23px;
            column-gap: 23px;
    padding-block: 20px 24px;
  }
}
.top .point .point3 .body3__style .body3__style-num {
  font-family: "Outfit", sans-serif;
  font-size: 30px;
  line-height: 0.75;
  font-weight: 100;
  color: var(--text-color-subtitle);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .body3__style .body3__style-num {
    font-size: 40px;
    line-height: 0.75;
  }
}
.top .point .point3 .body3__style .body3__style-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}
.top .point .point3 .body3__style .body3__style-text .body3__style-text1 {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .body3__style .body3__style-text .body3__style-text1 {
    font-size: 20px;
  }
}
.top .point .point3 .body3__style .body3__style-text .body3__style-text2 {
  font-size: 12px;
  color: var(--text-color-subtitle);
}
@media print, screen and (min-width: 769px) {
  .top .point .point3 .body3__style .body3__style-text .body3__style-text2 {
    font-size: 13px;
  }
}
.top .point .point4 .point4__header {
  color: #fff;
  padding-block: 196px 210px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point4 .point4__header {
    padding-block: 146px 90px;
  }
}
.top .point .point4 .point4__header .point4__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
.top .point .point4 .point4__header .point4__header-text1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.top .point .point4 .point4__body {
  padding-bottom: 48px;
}
@media print, screen and (min-width: 769px) {
  .top .point .point4 .point4__body {
    padding-bottom: 144px;
  }
}
.top .point .point4 .point4__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.top .point .point4 .point4__content.point4__content--small {
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .top .point .point4 .point4__content.point4__content--small {
    max-width: 480px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point4 .point-image-4-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top .point .point4 .point4__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top .point .point4 .point4__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 56px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .point .point4 .point4__col {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
.top .point .point4 .point-title__num {
  color: #747879;
}
.top .point .compare {
  position: relative;
  width: 100vw;
  height: 0;
  padding-top: 336.5333333333vw;
}
@media print, screen and (min-width: 769px) {
  .top .point .compare {
    padding-top: 56.2225475842vw;
  }
}
.top .point .compare .compare__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D7D7D5;
  background-image: url(../images/comparison_sp_2.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  .top .point .compare .compare__pic {
    background-image: url(../images/comparison_2.webp);
  }
}
.top .spec .spec__header {
  position: relative;
  width: 100vw;
  height: 106.6666666667vw;
  background-color: #fff;
  background-image: url(../images/function_header_sp.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .top .spec .spec__header {
    padding-top: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec__header {
    height: 514px;
    background-image: url(../images/function_header.jpg);
    background-position: top center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .top .spec .spec__header .spec__header-text {
    font-size: 7.4666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec__header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .spec .spec-function {
  background-color: #EBF0F3;
  padding-block: 24px 56px;
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec-function {
    padding-block: 48px 144px;
  }
}
.top .spec .spec-function .spec-function__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 16px;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec-function .spec-function__list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    max-width: 632px;
  }
}
.top .spec .spec-function .spec-function__list .spec-function__item {
  width: calc(50% - 4px);
  background-color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec-function .spec-function__list .spec-function__item {
    width: 200px;
  }
}
.top .spec .spec-function .spec-function__list .spec-function__item p {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  padding-block: 17px;
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec-function .spec-function__list .spec-function__item p {
    font-size: 16px;
    padding-block: 22px;
  }
}
.top .spec .spec-main {
  padding-block: 58px 55px;
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec-main {
    padding-block: 150px 143px;
  }
}
.top .spec .spec-title {
  text-align: center;
}
.top .spec .spec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 822px;
  margin-top: 12px;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec-list {
    margin-top: 42px;
  }
}
.top .spec .spec-list .spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 21px;
  border-bottom: 1px solid #DEDEDE;
}
.top .spec .spec-list .spec-item .spec-item__title, .top .spec .spec-list .spec-item .spec-item__text {
  font-size: 12px;
}
.top .spec .spec-list .spec-item .spec-item__title {
  font-weight: 500;
  width: min(38.4vw, 9rem);
}
@media print, screen and (min-width: 769px) {
  .top .spec .spec-list .spec-item .spec-item__title {
    width: 31.0218978102%;
  }
}
.top .spec .spec-list .spec-item .spec-item__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .guide .guide__header {
  background-color: rgba(17, 17, 17, 0.8);
  padding-block: 112px 57px;
}
@media print, screen and (min-width: 769px) {
  .top .guide .guide__header {
    padding-block: 150px 40px;
  }
}
.top .guide .guide__body {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.8)), to(rgb(17, 17, 17)));
  background: linear-gradient(to bottom, rgba(17, 17, 17, 0.8), rgb(17, 17, 17));
  padding-block: 19px 25px;
}
@media print, screen and (min-width: 769px) {
  .top .guide .guide__body {
    padding-block: 48px;
  }
}
.top .guide .section-title {
  text-align: center;
  color: #fff;
}
.top .guide .guide__lead {
  text-align: center;
  font-size: min(4vw, 0.9375rem);
  line-height: 2;
  color: #fff;
  margin-top: 35px;
}
@media print, screen and (min-width: 769px) {
  .top .guide .guide__lead {
    font-size: 18px;
    line-height: 2.2222222222;
    margin-top: 40px;
  }
}
.top .guide .guide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .top .guide .guide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
}
.top .guide .guide__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  background-color: #fff;
  padding: 40px 30px 0;
}
@media screen and (max-width: 768px) {
  .top .guide .guide__item {
    width: 100%;
    max-width: 304px;
    height: 304px;
    margin-inline: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .top .guide .guide__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 30px 18px;
  }
}
.top .guide .guide__item .guide__item-icon {
  width: auto;
  height: 54px;
  margin-inline: auto;
}
.top .guide .guide__item .guide__item-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.top .guide .guide__item .guide__item-text {
  font-size: 12px;
  line-height: 1.8333333333;
}
.top .guide .guide__item .guide__item-text.guide__item-text--center {
  text-align: center;
}
.top .faq {
  padding-block: 58px;
}
@media print, screen and (min-width: 769px) {
  .top .faq {
    padding-block: 144px;
  }
}
.top .faq .faq__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top .faq .faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top .faq .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .top .faq .section-title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .top .faq .faq__list {
    margin-top: 32px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .faq .faq__list {
    width: 75%;
  }
}
.top .faq .faq__item:first-child .faq__q {
  padding-top: 0;
}
.top .faq .faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  font-size: 15px;
  color: #fff;
  padding-block: 37px 11px;
  border-bottom: 1px solid #868686;
}
@media print, screen and (min-width: 769px) {
  .top .faq .faq__q {
    -webkit-column-gap: 19px;
       -moz-column-gap: 19px;
            column-gap: 19px;
    padding-block: 36px 36px;
    padding-inline: 20px;
  }
}
.top .faq .faq__q span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top .faq .faq__q:before {
  content: "Q";
  color: va(--text-color-subtitle);
  font-weight: 700;
}
.top .faq .faq__q:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cg fill='none' stroke='%23868686'%3E%3Cpath d='M6 0v12M12 6H0'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .top .faq .faq__q:after {
    margin-top: 2px;
  }
}
@media print, screen and (min-width: 769px) {
  .top .faq .faq__q:after {
    width: 1em;
    height: 1em;
  }
}
.top .faq .faq__q.is-on:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='1'%3E%3Cpath fill='none' stroke='%23868686' d='M12 .5H0'/%3E%3C/svg%3E");
}
.top .faq .faq__a {
  font-size: 15px;
  line-height: 2;
  color: var(--text-color-text1);
}
.top .faq .faq__a .faq__a__inner {
  padding: 13px 0;
}
@media print, screen and (min-width: 769px) {
  .top .faq .faq__a .faq__a__inner {
    padding: 33px 18px 115px;
  }
}

.cta {
  background-color: var(--bgc-cta);
}
.cta .cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
  padding-block: 55px;
}
@media print, screen and (min-width: 769px) {
  .cta .cta__inner {
    row-gap: 49px;
    padding-block: 80px 96px;
  }
}
.cta .cta__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
}
@media print, screen and (min-width: 769px) {
  .cta .cta__header {
    row-gap: 25px;
  }
}
.cta .cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .cta .cta__body {
    row-gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta__body {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
  }
}
.cta .cta-images {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-images {
    width: 48.3%;
  }
}
.cta .cta-slider-thumbnail {
  width: 224px;
  margin-top: 16px;
  margin-inline: auto;
}
.cta .cta-slider-thumbnail .swiper-wrapper {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.cta .cta-slider-thumbnail .cta-slider-thumbnail-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 10px;
  background-color: #fff;
  border-radius: 50vw;
  width: 104px;
}
.cta .cta-slider-thumbnail .cta-slider-thumbnail-item .color1 {
  font-size: 24px;
  color: #000000;
}
.cta .cta-slider-thumbnail .cta-slider-thumbnail-item .color2 {
  font-size: 24px;
  color: #D8C6BB;
}
.cta .cta-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 21px;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    row-gap: 24px;
    padding-right: 12px;
  }
}
.cta .cta-content__cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
.cta .cta-content__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .cta .cta-content__copy {
    row-gap: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content__copy {
    row-gap: 6px;
    margin-top: 11px;
  }
}
.cta .cta-content__price .cta-content__price-text {
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1;
  border: 1px solid #000;
  padding: 6px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content__price .cta-content__price-text {
    padding: 6px 12px;
  }
}
.cta .cta-content__price .cta-content__price-value {
  line-height: 1.5;
  text-align: center;
}
.cta .cta-content__price .cta-content__price-value .cta-content__price-value-1 {
  font-size: 28px;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content__price .cta-content__price-value .cta-content__price-value-1 {
    font-size: 32px;
  }
}
.cta .cta-content__price .cta-content__price-value .cta-content__price-value-2 {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 300;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content__price .cta-content__price-value .cta-content__price-value-2 {
    font-size: 32px;
  }
}
.cta .cta-content__price .cta-content__price-value .cta-content__price-value-3 {
  font-size: 10px;
  font-weight: 400;
}
.cta .cta-content__btn {
  width: 100%;
  margin-inline: auto;
}
.cta .cta-content__btn .btn-cv {
  margin-inline: auto;
}
.cta .cta-content__benefit {
  background-color: #fff;
  border-radius: 20px;
  padding-block: 20px 30px;
}
@media screen and (max-width: 768px) {
  .cta .cta-content__benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content__benefit {
    padding: min(2.1052631579vw, 1.25rem) min(5.2631578947vw, 3.125rem) min(2.9473684211vw, 1.75rem);
  }
}
.cta .cta-content__benefit .cta-content__benefit-title {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.cta .cta-content__benefit .cta-content__benefit-title:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: var(--text-color-base);
  margin-inline: auto;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .cta .cta-content__benefit .cta-content__benefit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content__benefit .cta-content__benefit-list {
    display: grid;
    grid-template-columns: 55% 45%;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 10px;
    grid-row-gap: 9px;
    margin-top: 10px;
  }
}
.cta .cta-content__benefit .cta-content__benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 15px;
  line-height: 2;
}
@media print, screen and (min-width: 769px) {
  .cta .cta-content__benefit .cta-content__benefit-item:nth-child(1) {
    grid-area: 1/1/2/2;
  }
  .cta .cta-content__benefit .cta-content__benefit-item:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .cta .cta-content__benefit .cta-content__benefit-item:nth-child(3) {
    grid-area: 1/2/2/3;
  }
  .cta .cta-content__benefit .cta-content__benefit-item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}



/* +++++++++++++++++++++++++++++++++++++++ */
/* + メイン下クーポン箇所 ++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
#coupon01 { width: 100%; padding: 120px 0 0 0; text-align: center; background-color: #ffffff; }
#coupon01 .img01 { width: 27%; margin: 0 auto 0 auto; }
#coupon01 .img01 img { width: 100%; }

@media screen and (max-width: 769px){	
  #coupon01 { width: 100%; padding: 75px 0 0 0; text-align: center; background-color: #ffffff; }
  #coupon01 .img01 { width: 80%; margin: 0 auto 0 auto; }
  #coupon01 .img01 img { width: 100%; }
}

/* +++++++++++++++++++++++++++++++++++++++ */
/* + カウントダウン ++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
#dryer01 { width: 100%; padding: 520px 0 200px 0; text-align: center; background-color: #111111; background: url("../images/count_bg.png") no-repeat center top; background-size: cover; }
#dryer01 .text01 { 
	color: #ffffff; 
	width: 100%; 
	font-size: 1.2rem; 
	line-height: 160%; 
	font-family: 'Roboto', sans-serif,'Noto Sans Japanese', sans-serif;
	font-weight: 600; 
	letter-spacing: 1px; 
	text-align: center;
	padding: 0 0 30px 0; 
	margin: 0 auto 0 0; 
}
#dryer01 .text02 { 
	color: #a8a8a8; 
	width: 100%; 
	font-size: 1.2rem; 
	line-height: 160%; 
	font-family: 'Roboto', sans-serif,'Noto Sans Japanese', sans-serif;
	font-weight: 400; 
	letter-spacing: 1px; 
	text-align: center;
	padding: 0 0 80px 0; 
	margin: 0 auto 0 0; 
}

#dryer01 .cd01 { 
	color: #ffffff; 
	width: 100%; 
	font-size: 5.0rem; 
	line-height: 100%; 
	font-family: "Outfit", sans-serif;
	font-weight: 300; 
	letter-spacing: 2px; 
	text-align: center;
	padding: 0 0 30px 0; 
	margin: 0 auto 0 0; 
}

.qr { width: 10%; margin: 0 auto 30px auto; padding: 0; background-color: #ffffff; }
.qr_img { width: 80%; margin: 0 auto 0 auto; padding: 10% 0; }
.qr img { width: 100%; }

.line_btn01 { 
	color: #ffffff; 
	width: 10%;
	padding: 0.8% 0.5% ;
	margin: 0 auto 0 auto;
	font-size: 1.0rem; 
	font-family: 'Roboto', sans-serif,'Noto Sans Japanese', sans-serif;
	font-weight: 400; 
	line-height: 100%; 
	letter-spacing: 2px;
	background-color: #1fc659;
	border-radius: 40px;
	text-align: center;
}
.line_btn01 a { color:#ffffff; text-decoration:none; display: block; width: 100%; height: 100%; }
.line_btn01 a:link, a:visited, a:hover, a:active { color:#ffffff; text-decoration:none;}


@media screen and (max-width: 769px){	
  #dryer01 { width: 100%; padding: 260px 0 70px 0; text-align: center; background-color: #111111; background: url("../images/count_bg_sp.png") no-repeat center top; background-size: cover; }
#dryer01 .text01 { 
	color: #ffffff; 
	width: 100%; 
	font-size: 1.0rem; 
	line-height: 160%; 
	font-family: 'Roboto', sans-serif,'Noto Sans Japanese', sans-serif;
	font-weight: 600; 
	letter-spacing: 2px; 
	text-align: center;
	padding: 0 0 18px 0; 
	margin: 0 auto 0 0; 
}
#dryer01 .text02 { 
	color: #a8a8a8; 
	width: 100%; 
	font-size: 0.9rem; 
	line-height: 160%; 
	font-family: 'Roboto', sans-serif,'Noto Sans Japanese', sans-serif;
	font-weight: 400; 
	letter-spacing: 2px; 
	text-align: center;
	padding: 0 0 40px 0; 
	margin: 0 auto 0 0; 
}

#dryer01 .cd01 { 
	color: #ffffff; 
	width: 100%; 
	font-size: 3.2rem; 
	line-height: 100%; 
	font-family: "Outfit", sans-serif;
	font-weight: 300; 
	letter-spacing: 1px; 
	text-align: center;
	padding: 0 0 18px 0; 
	margin: 0 auto 0 0; 
}

.qr { width: 45%; margin: 0 auto 30px auto; padding: 0; background-color: #ffffff; }
.qr_img { width: 80%; margin: 0 auto 0 auto; padding: 10% 0; }
.qr img { width: 100%; }

.line_btn01 { 
	color: #ffffff; 
	width: 45%;
	padding: 3.8% 0.5% ;
	margin: 0 auto 0 auto;
	font-size: 0.9rem; 
	font-family: 'Roboto', sans-serif,'Noto Sans Japanese', sans-serif;
	font-weight: 400; 
	line-height: 100%; 
	letter-spacing: 2px;
	background-color: #1fc659;
	border-radius: 40px;
	text-align: center;
}
.line_btn01 a { color:#ffffff; text-decoration:none; display: block; width: 100%; height: 100%; }
.line_btn01 a:link, a:visited, a:hover, a:active { color:#ffffff; text-decoration:none;}
}


/* +++++++++++++++++++++++++++++++++++++++ */
/* + テクノロジー実装箇所 ++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
#technology01 {
  position: relative;
  width: 100vw;
  height: 0;
  padding-top: 260.5333333333vw;
}
@media print, screen and (min-width: 769px) {
  #technology01 {
    padding-top: 56.2225475842vw;
  }
}
#technology01 .tec_wrap01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  background-image: url(../images/technology_sp.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media print, screen and (min-width: 769px) {
  #technology01 .tec_wrap01 {
    background-image: url(../images/technology_pc.jpg);
  }
}
  

/* +++++++++++++++++++++++++++++++++++++++ */
/* + カート追加部分 ++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
#price_text01 { width: 70%; margin: 0 auto 0 auto; padding: 2% 0 2% 0; }
#price_text01 img { width: 100%; }
#rakuten_bt01 { width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
#rakuten_bt01 img { width: 100%; }

@media screen and (max-width: 769px){	
	#price_text01 { width: 85%; margin: 0 auto 0 auto; padding: 2% 0 2% 0; }
	#price_text01 img { width: 100%; }
	#rakuten_bt01 { width: 100%; margin: 0 auto 0 auto; padding: 0 0 0 0; }
	#rakuten_bt01 img { width: 100%; }
}


/* +++++++++++++++++++++++++++++++++++++++ */
/* + レビューボタン ++++++++++++++++++++++++++++++++ */
/* +++++++++++++++++++++++++++++++++++++++ */
a.btn_01 {
	font-size: 1.0rem;
	font-weight: 500;
	line-height: 100%;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 16%;
	margin: auto;
	padding: 1.0rem 0.5rem 1.3rem 0.5rem ;
	border: 1.2px solid #a13223;
	background: #a13223;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.btn_01:hover {
	color: #a13223;
	background: #fff;
}

@media screen and (max-width: 769px){
	a.btn_01 {
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 100%;
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 75%;
	margin: auto;
	padding: 1.0rem 0.5rem 1.2rem 0.5rem ;
	border: 1.2px solid #a13223;
	background: #a13223;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
}

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