@charset "UTF-8";
:root {
  --gap_s:4%;
  --gap_m:10%;
  --gap_l:16%;
  --gap_xl:20%;
  --10px: 59%;
}

a {
  transition: opacity 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

body {
  max-width: 100VW;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  top: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  background: #000;
}

.fonte {
  font-family: "Montserrat", sans-serif;
}
.fonte.section_headline {
  font-size: 32px;
  color: #7bd3ca;
  font-weight: 500;
  text-align: center;
}

.disclaimer {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: 9px;
  font-weight: 400;
  color: #fff;
  margin-left: auto;
}

.js-fade_zoom {
  opacity: 0;
  transform: scale(2, 2);
}

.js-fade_zoom.is-visible {
  opacity: 1;
  transform: scale(1, 1);
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-fade_in {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-fade_right {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-fade_left {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.js-fade.is-visible, .js-fade_right.is-visible, .js-fade_left.is-visible {
  opacity: 1;
  transform: translate(0);
}

.js-fade_in.is-visible {
  opacity: 1;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.deley-1 {
  transition-delay: 0.5s;
  animation-delay: 0.5s;
}

.deley-2 {
  transition-delay: 1s;
  animation-delay: 1s;
}

.deley-3 {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

.deley-4 {
  transition-delay: 2s;
  animation-delay: 2s;
}

.deley-5 {
  transition-delay: 2.5s;
  animation-delay: 2.5s;
}

.deley-6 {
  transition-delay: 3s;
  animation-delay: 3s;
}

.deley-7 {
  transition-delay: 3.5s;
  animation-delay: 3.5s;
}

.deley-8 {
  transition-delay: 4s;
  animation-delay: 4s;
}

.deley-9 {
  transition-delay: 4.5s;
  animation-delay: 4.5s;
}

.deley-10 {
  transition-delay: 5s;
  animation-delay: 5s;
}

.deley-1_1 {
  transition-delay: 0.35s;
  animation-delay: 0.35s;
}

.deley-1_2 {
  transition-delay: 0.7s;
  animation-delay: 0.7s;
}

.deley-1_3 {
  transition-delay: 1.05s;
  animation-delay: 1.05s;
}

.deley-1_4 {
  transition-delay: 1.4s;
  animation-delay: 1.4s;
}

.deley-1_5 {
  transition-delay: 1.75s;
  animation-delay: 1.75s;
}

.deley-1_6 {
  transition-delay: 2.1s;
  animation-delay: 2.1s;
}

.deley-1_7 {
  transition-delay: 2.45s;
  animation-delay: 2.45s;
}

.deley-1_8 {
  transition-delay: 2.8s;
  animation-delay: 2.8s;
}

.deley-1_9 {
  transition-delay: 3.15s;
  animation-delay: 3.15s;
}

.deley-1_10 {
  transition-delay: 3.5s;
  animation-delay: 3.5s;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

.mr {
  margin-left: auto;
}

.img-anime {
  border-radius: 8px;
  animation: imgAnimation 2s infinite ease-in-out;
}

@keyframes imgAnimation {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.9;
  }
}
.wrap {
  background: url(../img/pc_bg.jpg) no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
}

.wrap article {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
}

.section.section_hero {
  position: relative;
}
.section.section_hero .logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20%;
}
.section.section_hero .hero_headline {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 30%;
}
.section.section_hero .hero_subheadline {
  position: absolute;
  bottom: 60px;
  right: 0px;
  width: 90%;
}
.section.section_hero .media_item {
  position: absolute;
  bottom: 25px;
  right: 18px;
  width: 10%;
}

.section.section_cta {
  position: relative;
}
.section.section_cta .cta_name {
  position: absolute;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
  width: 82%;
  z-index: 2;
}
.section.section_cta .btn_area {
  position: absolute;
  left: 50%;
  bottom: 25%;
  transform: translateX(-50%);
  width: 80%;
}

.section.section_gf {
  background: url(../img/r2110a_lp03-bg_2509.jpg);
  background-position: top center;
  padding: 7% 4%;
}
.section.section_gf .section_headline {
  width: 90%;
  margin: 5% auto;
}
.section.section_gf .media_wrap {
  margin-top: var(--gap_s);
  position: relative;
}
.section.section_gf .disclaimer {
  color: #555e63;
}
.section.section_gf .circle-gauge {
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(0%, -50%); /* X も中央へ */
  width: 45%;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
}
.section.section_gf .circle-gauge .circle-center {
  position: absolute;
  width: 50%;
}
@property --progress {
  .section.section_gf {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }
}
.section.section_gf .ring-outer, .section.section_gf .ring-base, .section.section_gf .ring-gap, .section.section_gf .ring-progress {
  stroke-width: var(--stroke, 28); /* 太めに（HTML側--strokeで上書き可） */
}
.section.section_gf .ring-gap {
  stroke-dasharray: calc(var(--circ, 578.053) * var(--gap, 0)) var(--circ, 578.053);
  stroke-linecap: butt;
}
.section.section_gf .ring-progress {
  stroke-dasharray: calc(var(--circ, 578.053) * var(--progress)) var(--circ, 578.053);
  transition: stroke-dasharray 900ms cubic-bezier(0.25, 0.9, 0.35, 1);
  stroke-linecap: butt; /* 端は直線 */
}
@media (prefers-reduced-motion: reduce) {
  .section.section_gf .ring-progress {
    transition: none;
  }
}

.section.section_solution .content_trable {
  position: relative;
}
.section.section_solution .content_trable .section_headline {
  position: absolute;
  top: 0;
  left: 3%;
  width: 90%;
}
.section.section_solution .content_trable .trable_lists {
  position: absolute;
  left: 5%;
  top: 27%;
}
.section.section_solution .content_trable .trable_lists li {
  width: 60%;
  margin-top: 2%;
}
.section.section_solution .section_bg {
  padding: 30% 0 var(--gap_m);
  margin-top: -29%;
  background: url(../img/r2110a_lp04-bg_2509.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  background-color: #9dcdf8;
}
.section.section_solution .section_bg .bg_inner {
  width: 88%;
  margin: -7% auto 0;
}
.section.section_solution .section_bg .bg_inner .media_wrap {
  margin-top: var(--gap_m);
  position: relative;
}
.section.section_solution .section_bg .bg_inner .media_wrap .item_image {
  position: absolute;
  right: -6%;
  bottom: -6%;
  width: 24%;
}
.section.section_solution .section_bg .bg_inner .section_intro {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: var(--gap_l) 0 var(--gap_m);
}

.section.section_point {
  background: url(../img/r2110a_lp05-bg_2509.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.section.section_point .section_content {
  padding: var(--gap_l) 0;
}
.section.section_point .section_content .section_headline {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.section.section_point .section_content > div {
  margin-top: var(--gap_m);
}
.section.section_point .section_content .media_wrap.mr {
  width: 92%;
  padding: 20% 0 20%;
  position: relative;
}
.section.section_point .section_content .media_wrap.mr .point1 {
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 0%;
  width: 41%;
}
.section.section_point .section_content .media_wrap.mr .point2 {
  position: absolute;
  z-index: 2;
  right: 4%;
  top: 12%;
  width: 45%;
}
.section.section_point .section_content .media_wrap.mr .point3 {
  position: absolute;
  z-index: 2;
  left: -5%;
  bottom: 18%;
  width: 48%;
}
.section.section_point .section_content .media_wrap {
  position: relative;
}
.section.section_point .section_content .media_wrap .icon {
  position: absolute;
  top: 25%;
  right: 3%;
  width: 35%;
}
.section.section_point .section_content .ma {
  width: 94%;
}
.section.section_point .disclaimer {
  width: 88%;
  color: #565f64;
  margin: 5px auto 0;
}

.section.section_care {
  background: url(../img/r2110a_lp06-bg_2509.jpg);
  background-position: top center;
  background-size: cover;
}
.section.section_care .section_content {
  width: 88%;
  margin: 0 auto;
}
.section.section_care .section_content > img {
  margin-top: var(--gap_m);
}
.section.section_care .section_subcontent {
  padding: 26% 0 10%;
  width: 96%;
  margin: 0 auto;
}
.section.section_care .section_subcontent .section_copy {
  width: 60%;
  margin: 0 auto;
}

.section.section_voice {
  background-color: #fffae7;
  padding: var(--gap_l) 0;
}
.section.section_voice .section_headline {
  width: 48%;
  margin: 0 auto;
}
.section.section_voice .voice_lists {
  margin-top: var(--gap_m);
}
.section.section_voice .voice_lists .slick-slide {
  padding: 0 10px;
}
.section.section_voice .voice_lists .slick-dots li.slick-active button:before {
  color: #df7e05;
}
.section.section_voice .voice_lists .slick-dots li button:before {
  color: #df7e05;
}
.section.section_voice .disclaimer {
  margin-top: var(--gap_m);
  width: 88%;
}

.section.section_more {
  background: url(../img/r2110a_lp09-bg_2509.jpg);
  background-position: top center;
  background-size: cover;
  padding: var(--gap_l) 0;
}
.section.section_more .section_content {
  width: 88%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 2% var(--gap_m);
  border-radius: 7px;
}
.section.section_more .section_content .section_headline {
  width: 68%;
  transform: translateY(-30%);
}
.section.section_more .media_wrap {
  position: relative;
  margin-top: var(--gap_m);
  padding-right: 7%;
  padding-left: 2%;
}
.section.section_more .media_wrap .icon_f, .section.section_more .media_wrap .icon_s {
  position: absolute;
  bottom: 15%;
  width: 20%;
}
.section.section_more .media_wrap .icon_f {
  right: 47%;
}
.section.section_more .media_wrap .icon_s {
  right: 0;
}
.section.section_more .disclaimar {
  width: 88%;
  margin-top: var(--gap_s);
}

.section.section_howto {
  background-color: #d4f4ff;
  padding: var(--gap_s) 0;
}
.section.section_howto .section_content {
  width: 94%;
  margin: 0 auto;
}
.section.section_howto .section_content .media_video {
  margin-top: var(--gap_s);
}

.section.section_qa {
  background-color: #d4f4ff;
  padding: var(--gap_m) 0;
}
.section.section_qa .section_content {
  width: 94%;
  margin: 0 auto;
  background-color: #fff;
  padding: 7% 4%;
}
.section.section_qa .section_content .section_headline {
  border-bottom: solid 1px #7bd3ca;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section.section_qa .section_content .section_headline::after {
  content: "";
  position: absolute;
  right: 0.25em;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  background: url(../img/r2110a_lp10-arrow_2509.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease;
}
.section.section_qa .section_content .section_headline.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.section.section_qa .section_content .media_video {
  margin-top: var(--gap_s);
}
.section.section_qa .section_content .js-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease;
  margin-top: var(--gap_m);
}
.section.section_qa .section_content .js-content img {
  width: 100%;
}
.section.section_qa .section_content .section_headline.is-open + .js-content {
  max-height: 5000px; /* 中身より大きめでOK */
  opacity: 1;
}

.section.section_nightabout {
  background: url(../img/r2110a_lp11-bg_2509.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 8% 0;
}
.section.section_nightabout .section_headline {
  width: 80%;
  margin-top: var(--gap_l);
}
.section.section_nightabout * + * {
  margin-top: var(--gap_m);
}
.section.section_nightabout .section_copy {
  width: 68%;
}
.section.section_nightabout .media_wrap {
  width: 94%;
}
.section.section_nightabout .smaller {
  width: 72%;
}
.section.section_nightabout .smaller .media_wrap {
  margin-top: var(--gap_s);
}
.section.section_nightabout .smaller .media_wrap img {
  display: inline-block;
  width: 45%;
}
.section.section_nightabout .smaller .media_wrap img:first-child {
  width: 52%;
  margin-right: 0.5%;
}
.section.section_nightabout .disclaimer {
  padding-right: 4%;
}

.section.section_before {
  background: url(../img/r2110a_lp12-bg_2509.jpg);
  background-position: top center;
  background-size: cover;
  padding-bottom: var(--gap_m);
  margin-top: -2px;
}
.section.section_before .section_content .section_copy {
  width: 50%;
  margin-left: auto;
  padding: 18% 4% 48% 0%;
}
.section.section_before .section_content .disclaimer {
  width: 94%;
  text-align: left;
  margin-top: 7px;
}
.section.section_before .section_content .media_wrap {
  width: 94%;
  padding: 3%;
  margin-left: auto;
  margin-right: auto;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background: linear-gradient(180deg, #46659B 0%, #628AAE 100%);
}
.section.section_before .section_content .media_wrap .inner {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
  background-color: #e0e4ee;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.section.section_before .section_content .media_wrap .inner > div {
  width: 49%;
}
.section.section_before .section_content .media_wrap .inner .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4%;
}

.section.section_mode {
  background: url(../img/r2110a_lp13-bg_2509.jpg);
  background-position: top center;
  background-size: cover;
  padding: var(--gap_m) 0;
}
.section.section_mode .section_content {
  width: 94%;
}
.section.section_mode .section_content .js-btn {
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section.section_mode .section_content .js-btn::after {
  content: "";
  position: absolute;
  right: 0.25em;
  top: 50%;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/r2110a_lp13-arrow_2509.png) no-repeat;
  background-size: contain;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease;
}
.section.section_mode .section_content .js-btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}
.section.section_mode .section_content .section_headline {
  width: 76%;
}
.section.section_mode .section_content .js-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}
.section.section_mode .section_content .js-content img {
  width: 100%;
}
.section.section_mode .section_content .js-btn.is-open + .js-content {
  max-height: 5000px; /* 中身より大きめでOK */
  opacity: 1;
}
.section.section_mode .section_content .flow {
  margin-top: var(--gap_m);
}
.section.section_mode .section_content .smaller {
  width: 38%;
}

.section.section_lineup {
  background-color: #fff;
}
.section.section_lineup .section_content {
  width: 88%;
  padding: var(--gap_m) 0;
}
.section.section_lineup .section_content .section_headline {
  color: #3a4044;
  font-weight: 400;
}
.section.section_lineup .section_content .media_wrap {
  margin-top: var(--gap_s);
}
.section.section_lineup .section_content .disclaimer {
  color: #3a4044;
  padding-right: 0;
}
.section.section_lineup .item_offer {
  position: relative;
}
.section.section_lineup .item_offer .btn_area {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  width: 86%;
}
.section.section_lineup .item_offer + div {
  margin-top: var(--gap_s);
}
.section.section_lineup .item_offer .disclaimer {
  position: absolute;
  bottom: 0;
  right: 5%;
  color: #3a4044;
}
.section.section_lineup .item_offer .icon {
  position: absolute;
  bottom: 14%;
  left: 5%;
  width: 26.5%;
}

.fix_contents {
  display: none;
}

@media screen and (min-width: 980px) {
  .fix_contents {
    display: flex;
    justify-content: space-between;
    position: fixed;
    align-items: flex-end;
    z-index: 1;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1440px;
  }
  .section_fixleft {
    width: calc((100vw - 600px) * 0.5);
    padding-right: 7%;
    font-size: min(3vw, 21px);
    color: #3e4448;
  }
  .section_fixleft h2 {
    color: #609ed7;
    font-size: min(3vw, 26px);
  }
  .section_fixleft .fix_menulists li {
    margin-top: 0.725em;
  }
  .section_fixleft .fix_menulists li a {
    padding: 0.425em;
    border: 2px solid #609ed7;
    background-color: #e7faff;
    display: block;
    font-weight: 700;
  }
  .section_fixright {
    width: calc((100vw - 600px) * 0.5);
    padding-left: 7%;
  }
  .section_fixright img {
    height: auto;
  }
  .section_fixright > img, .section_fixright a img {
    margin-top: var(--gap_s);
  }
  .section_fixright .media_qr {
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #3e4448;
    margin-top: var(--gap_s);
  }
}
@media screen and (min-width: 1400px) {
  .section_fixleft {
    width: 420px;
  }
  .section_fixright {
    width: 420px;
  }
}
.fix_cta {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 680px;
  transform: translateX(-50%) translateY(120%);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.fix_cta.is-active {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.wrapper {
  max-width: 660px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.col3 {
  width: 18%;
  padding: 5% 0;
}

.guide-link {
  text-align: center;
}

a.guide-link__page {
  color: #96070b;
  font-size: 1.5rem;
  text-decoration: underline;
  text-underline-offset: 6px;
}

#guide.container {
  padding: var(--gap_m) 15px 30px;
  background: #FFF;
  color: #333;
}

#guide h2 {
  font-size: min(7.7vw, 212%);
  text-align: center;
  line-height: 0.8;
  margin-bottom: 30px;
  font-weight: 500;
}

#guide h2 span {
  font-size: 16px;
  letter-spacing: 2px;
}

#guide h3 {
  font-size: min(3.6vw, 118%);
  border: 1px solid #333;
  border-radius: 5px;
  margin-top: 15px;
  padding: 5px;
  min-height: 50px;
  line-height: 1.5;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
}

#guide h3.one-line {
  display: flex;
  align-items: center;
  justify-content: center;
}

#guide h3.link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-48%);
  width: 20px;
  height: 20px;
  background: url(../img/external_link-icon.png);
  background-size: cover;
}

#guide h3 a {
  color: #333;
}

#guide p {
  font-size: 100%;
  padding: 5px 0;
}

#guide .link_underline {
  text-decoration: underline;
}

@media screen and (min-width: 660px) {
  #guide.container {
    padding: var(--gap_m) 30px 30px;
  }
  #guide h3 {
    min-height: 70px;
    margin-top: 20px;
  }
  #guide h3.link::after {
    width: 25px;
    height: 25px;
    right: 15px;
  }
} /* min-width:660px */
/* footer */
#footer {
  font-size: min(3.2vw, 94%);
  background: #fff;
  padding: 0 15px 30px;
}

#footer .footer_menu {
  padding: 10px 0;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  text-align: center;
}

#footer .footer_menu a {
  display: inline-block;
  padding: 3px 0;
  vertical-align: middle;
  color: #333;
}

#footer .footer_menu a:after {
  content: "";
  display: inline-block;
  margin: 0 5px 0 10px;
  width: 1px;
  height: 15px;
  background: #333;
  transform: translateY(2px);
}

#footer .footer_menu a:last-child:after {
  display: none;
}

#footer .copyright {
  font-size: 90%;
  color: #333;
}

@media screen and (min-width: 660px) {
  #footer {
    padding-bottom: 0;
  }
  #footer .footer_menu {
    padding: 15px 0;
  }
  .footer .footer_menu a {
    font-size: 82%;
  }
  .footer .footer_menu a:after {
    margin: 0 10px 0 15px;
    transform: none;
  }
  .footer .copyright {
    padding: 0;
    font-size: 80%;
  }
}/*# sourceMappingURL=style.css.map */