@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;bold;700&display=swap");
html {
  font-size: 62.5%;
  scroll-padding-top: 6.4rem;
}

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  max-width: 100%;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
  font-weight: bold;
}

h3 {
  font-size: 1.8rem;
  font-weight: bold;
}

.content-box {
  max-width: 375px;
  margin: 0 auto;
}

.exchange .content-box {
  max-width: 343px;
}

/* 文字組み関係 */
.large2_text {
  font-size: 2rem;
}

.large25_text {
  font-size: 2.5rem;
}

.large3_text {
  font-size: 3rem;
}

.large4_text {
  font-size: 4rem;
}

.large5_text {
  font-size: 5rem;
}

.yellow_text {
  color: #FFFF54;
}

.pink_text {
  color: #FF65E2;
}

.blue_text {
  color: #0099FF;
}

.both_ends {
  margin: 0 0.4rem;
}

.under-yellow {
  position: relative;
  z-index: 1;
}
.under-yellow::after {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  height: 1rem;
  left: 0;
  background-color: #ffff54;
  z-index: -1;
}
.under-yellow.--noNumber::after {
  bottom: 0;
}

/* 背景画像 */
.image_background .overlay-image {
  position: absolute;
  padding-left: 3rem;
  padding-top: 3rem;
}
.image_background .overlay-image img {
  width: 15.5vw;
  max-width: 15.5rem;
  position: fixed;
}
.image_background .backimage {
  position: absolute;
  left: 6%;
  top: 40%;
}
.image_background .backimage img {
  max-width: 20vw;
  position: fixed;
  bottom: 20%;
  top: 20%;
  min-width: 300px;
  right: 70%;
}
.image_background .right_image {
  max-width: 260px;
  position: fixed;
  bottom: 20%;
  top: 33%;
  min-width: 200px;
  left: 68%;
}
.image_background .right_image img {
  max-width: 20vw;
  position: fixed;
  min-width: 300px;
  width: 100%;
}

.image_background::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  content: "";
  background: #f0f0f0;
}

.wrapper {
  position: relative;
  box-shadow: 0 0 8px #dfdfdf;
  margin: 0 auto;
  width: 375px;
  max-width: 464px;
  min-width: 375px;
  background-color: #f0f0f0;
  padding-bottom: 3vw;
}

header {
  background-color: #000;
  box-sizing: border-box;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
header img {
  width: 9rem;
  margin-left: 1.2rem;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
header .header_text {
  color: #fff;
}

.wrapper section {
  margin-top: 6.4rem;
}
.wrapper section .section-number-text {
  background-color: #ff65e2;
  padding: 0.5rem 3.5rem;
  color: #fff;
  display: inline-block;
  border-radius: 50px;
}
.wrapper section.simulation {
  margin-top: 4rem;
}
.wrapper section.CTA {
  margin-top: 0;
}

.wrapper section.kv {
  margin-top: 0;
}

.section_title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 3.8rem;
  line-height: 3rem;
}

.section-number {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1.6rem;
}

.kv {
  margin: 0;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
  /* 紙吹雪 */
}
.kv .kv_img {
  max-width: 100%;
  margin-bottom: 6rem;
}
.kv .catch_copy {
  position: relative;
  margin-bottom: 3.5rem;
}
.kv .catch_copy .kv_card {
  position: absolute;
  top: -4.5rem;
  right: 1rem;
  width: 14rem;
}
.kv .main_catch_copy {
  color: #fff;
  padding: 2rem 0.8rem;
  font-weight: bold;
  width: 110%;
  transform: rotate(-3deg);
  max-width: 375px;
  margin: 0 auto;
}
.kv .main_catch_copy .main_catch_wrapper {
  line-height: 1.1;
  transform: translateX(8px);
}
.kv .main_catch_copy::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 200%;
  background-color: #FF65E2;
  z-index: -1;
}
.kv .sub_catch_copy {
  padding: 0 1.6rem;
  text-align: center;
  margin-bottom: 4.5rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: bold;
}
.kv .kv_card {
  position: absolute;
  right: 10px;
  top: 10px;
}
.kv .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 2rem;
  position: relative;
  transform: translateX(-82px);
}
.kv .logo-box .aoyama_logo {
  width: 40px;
}
.kv .logo-box .life_logo {
  width: 80px;
  transform: translateX(-5px);
}
.kv .logo-box .cross {
  width: 32px;
  position: relative;
}
.kv .logo-box .cross::before,
.kv .logo-box .cross::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.kv .logo-box .cross::before {
  transform: rotate(45deg); /* 時計回りに45度回転させる */
}
.kv .logo-box .cross::after {
  transform: rotate(-45deg); /* 反時計回りに45度回転させる */
}
.kv .aoyama-point-box {
  margin: 0 auto;
  width: 375px;
  position: relative;
  transform: translateY(-20px);
  z-index: 1;
}
.kv .aoyama-point-box .kv_main_copy_box {
  background-image: url("../img_std_suit/kv_main_copy.svg");
  background-repeat: no-repeat;
  background-position: -7px center;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  height: 153px;
}
.kv .aoyama-point-box .kv_suit {
  position: absolute;
  right: 0;
  top: 63px;
  width: 164px;
}
.kv .aoyama-point-box .speech_bubble {
  position: absolute;
  left: 16px;
  top: 130px;
}
@media (max-width: 480px) {
  .kv .aoyama-point-box {
    width: auto;
  }
  .kv .aoyama-point-box .kv_main_copy_box {
    background-image: url("../img_std_suit/sp_kv_main_copy.svg");
    background-position: center;
    height: 170px;
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -5%);
  }
  .kv .aoyama-point-box .speech_bubble {
    left: 50%;
    transform: translateX(-84%);
    top: 132px;
  }
}
.kv .kv_information {
  background-color: #464646;
  padding: 12rem 0 2.4rem;
  transform: translateY(-96px);
  box-sizing: border-box;
  margin: 0 auto -9rem;
  width: 375px;
}
.kv .kv_information .information_wrap {
  width: 343px;
  margin: 0 auto;
}
.kv .kv_information .kv_text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .kv .kv_information {
    background-color: #464646;
    padding: 12rem 0 2.4rem;
    transform: translateY(7px);
    margin-bottom: 0;
    margin-top: 5rem;
    width: auto;
    box-sizing: border-box;
  }
}
.kv .campaign-period {
  margin-top: 1rem;
  background-color: #f0f0f0;
  display: inline-block;
}
.kv .campaign-period p {
  padding: 0.8rem;
  font-weight: bold;
  border-radius: 4px;
  font-size: 1.1rem;
  line-height: 1.3;
}
.kv .aoyama-notice {
  margin-top: 1.6rem;
  margin-left: 0.8rem;
  font-size: 1rem;
  text-indent: -1em;
  line-height: 1.25;
  position: relative;
  z-index: 1;
  color: #fff;
}
.kv .aoyama-notice p + p {
  margin-top: 0.8rem;
}
.kv .kv_kami_1 {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-8%);
}
.kv .kv_kami_2 {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-877%);
}
.kv .kv_kami_3 {
  position: absolute;
  top: 222px;
  left: 50%;
  transform: translateX(-7%);
}
.kv .kv_kami_4 {
  position: absolute;
  top: 167px;
  left: 50%;
  transform: translateX(553%);
}
.kv .kv_kami_5 {
  position: absolute;
  top: 217px;
  left: 50%;
  transform: translateX(-457%);
}

/* キャンペーンフロー */
.wrapper section.flow {
  margin-top: 0;
  padding-top: 3.2rem;
  padding-bottom: 4rem;
}
.wrapper section.flow .section_title {
  font-size: 2.4rem;
  padding-bottom: 2.4rem;
}
.wrapper section.flow .flow-box {
  max-width: 343px;
  margin: 0 auto;
}
.wrapper section.flow .flow-box li {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 100px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 4.8rem;
  border: 2px solid #464646;
}
.wrapper section.flow .flow-box li:last-child {
  margin-bottom: 0;
}
.wrapper section.flow .flow-box li span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: normal;
  line-height: 1.25;
}
.wrapper section.flow .flow-box li::after {
  content: "";
  position: absolute;
  bottom: -3.2rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #FF65E2;
  z-index: 100;
}
.wrapper section.flow .flow-box li:last-child::after {
  content: none;
}
.wrapper section.flow .flow-box .flow-img-box {
  width: 130px;
  height: 100px;
  padding: 1rem 1rem 1rem 2rem;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  box-sizing: border-box;
  margin-right: 1.6rem;
  text-align: center;
  border-radius: 6px 0 0 6px;
}
.wrapper section.flow .flow-box .flow-img-box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  object-fit: contain;
}
.wrapper section.flow .flow-box h3 {
  flex-grow: 1;
  font-size: 1.6rem;
}
.wrapper section.flow .flow-notice {
  max-width: 343px;
  margin: 0 auto;
  margin-top: 2.4rem;
}
.wrapper section.flow .flow-notice .accordion-title {
  background-color: #464646;
  padding: 1rem;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.wrapper section.flow .flow-notice .accordion-title.open {
  border-radius: 6px;
}
.wrapper section.flow .flow-notice .accordion-title::before, .wrapper section.flow .flow-notice .accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto 0;
  text-align: center;
  background-color: #fff;
  transition: transform 0.5s;
}
.wrapper section.flow .flow-notice .accordion-title::before {
  top: 50%;
  left: calc(100% - 22px);
  transform: translateY(-50%) rotate(90deg);
  height: 12px;
  width: 2px;
}
.wrapper section.flow .flow-notice .accordion-title::after {
  top: calc(50% - 1.5px);
  right: 15px;
  width: 12px;
  height: 2px;
}
.wrapper section.flow .flow-notice .accordion-title.open::before {
  transform: translateY(-50%);
}
.wrapper section.flow .flow-notice .accordion-content {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0 0 6px 6px;
  line-height: 1.5;
  border: 2px solid #464646;
  border-top: none;
}
.wrapper section.flow .flow-notice .accordion-content li {
  padding-left: 1em;
  text-indent: -1em;
}

.catch_copy {
  position: relative;
  background-color: #FF65E2;
}
.catch_copy::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #FF65E2;
  z-index: 100;
}
.catch_copy .main_catch_copy {
  text-align: center;
  color: #fff;
  padding: 2rem 0.8rem;
  font-weight: bold;
  margin: 0 auto;
}
.catch_copy .main_catch_copy .main_catch_wrapper {
  text-align: center;
}

.anchor-area {
  background-color: #E2E2E2;
  padding-top: 4rem;
}
.anchor-area .plain_type_A {
  width: 343px;
  margin: 0 auto;
}
.anchor-area .plain_type_A .content_box .plain_A_text {
  color: #000;
}

/* アンカーリンク */
.anchor_link_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.anchor_link_box .anchor_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: white;
  width: 750px;
  padding: 10px 0;
}
.anchor_link_box .anchor_container li:nth-child(odd) .anchor-link {
  border-left: none;
}
.anchor_link_box .anchor_container li:nth-child(3) .anchor-link,
.anchor_link_box .anchor_container li:nth-child(4) .anchor-link {
  border-top: 2px solid #e2e2e2;
}
.anchor_link_box .anchor_container .under {
  justify-content: space-between;
  align-items: center;
}
.anchor_link_box .anchor_container .under .anchor-link {
  position: relative;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-left: 2px solid #e2e2e2;
  text-decoration: none;
  color: black;
  padding-left: 1.8rem;
}
.anchor_link_box .anchor_container .under .anchor-link.button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.8rem;
  display: block;
}
.anchor_link_box .anchor_container .under .anchor-link:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.5rem;
  background-image: url(../img_std_suit/lower_triangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 0.7rem;
}
.anchor_link_box .anchor_container .under span {
  display: block;
  padding-left: 2rem;
}
.anchor_link_box .anchor_container .under .anchor-link:hover span {
  opacity: 0.5;
}
.anchor_link_box .anchor_container .under .anchor-link:hover::before {
  opacity: 0.5;
}

/* 横並びボタンA、B */
.button_area {
  padding: 0 1.6rem;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 3.2rem);
  margin-top: 4.5rem;
  gap: 1.6rem;
}
.button_area .button_A, .button_area .button_B {
  text-align: center;
  text-decoration: none;
  padding: 1rem;
  background-color: #464646;
  color: white;
  border-radius: 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 2rem;
  line-height: 3rem;
  width: 100%;
}
.button_area .button_A:hover, .button_area .button_B:hover {
  background-color: #e2e2e2;
}

/* 大きいボタンC */
.big_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 1.6rem 3rem 1.6rem;
}
.big_button .button_large_black {
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 2.2rem 1rem;
  background-color: #464646;
  color: white;
  border-radius: 4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 2rem;
  line-height: 3rem;
}
.big_button .button_large_black:hover {
  background-color: #e2e2e2;
}

/* モーダルボタン */
.button_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 1.6rem;
}
.button_modal .modal_click_button {
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 1rem;
  background-color: #464646;
  color: white;
  border-radius: 4rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 2rem;
  line-height: 3rem;
}
.button_modal .modal_click_button:hover {
  background-color: #e2e2e2;
}

/* ボタン */
.button {
  margin-top: 1rem;
}
.button a {
  width: 100%;
  padding: 1.5rem 0;
  background-color: #fff;
  border: 2px solid #0099FF;
  border-radius: 500px;
  margin-top: 1rem;
  color: #0099FF;
  height: 100%;
  display: inline-block;
  position: relative;
}
.button a img {
  width: 0.8rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

/* ここがすごい */
.point_space {
  margin: 0 1.6rem;
  justify-content: space-between;
  padding-bottom: 6.7rem;
}
.point_space .point_box {
  text-align: center;
  background-color: white;
  border-radius: 20px;
  margin-bottom: 3.5rem;
}
.point_space .point_box .point_top_title {
  background-color: #ADADAD;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: bold;
}
.point_space .point_box .point_text_title {
  font-size: 1.8rem;
  padding: 1.7rem 3.2rem 0 3.2rem;
  font-weight: bold;
  line-height: 2.7rem;
}
.point_space .point_box .point_text {
  padding: 1.7rem 3.2rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  text-align: left;
}

/* 画像と説明　縦ver */
.plain_type_A {
  margin: 0 1.6rem;
}
.plain_type_A .plain_box_A {
  display: flex;
  padding-bottom: 4rem;
  text-decoration: none;
  color: #000;
}
.plain_type_A .plain_box_A:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.plain_type_A .plain_box_A .plain_image_type_A {
  padding-right: 1rem;
}
.plain_type_A .plain_box_A .plain_image_type_A img {
  width: 8rem;
}
.plain_type_A .content_box {
  padding-left: 0.2rem;
}
.plain_type_A .content_box .plain_A_title {
  background-color: #FFFF54;
  display: inline-block;
  padding: 0.1rem 0.8rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 2px;
}
.plain_type_A .content_box .plain_A_text {
  color: #fff;
  margin-top: 0.8rem;
  margin-left: 0.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: baseline;
}
.plain_type_A .content_box .plain_A_text.--no_margin_top {
  margin-top: 0;
}

/* POINT1 */
.POINT1 {
  position: relative;
}
.POINT1 .section-img1 {
  position: absolute;
  top: -4.5rem;
  right: 50%;
  transform: translateX(210%);
  width: 8.3rem;
}
.POINT1 .button {
  margin: 2.4rem auto 0;
  width: 343px;
}
.POINT1 .button a {
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.POINT1 .button a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.POINT1 .button a img {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.POINT1 .plain_box_A:hover {
  opacity: 1;
}

.point-summary {
  font-weight: bold;
  margin-bottom: 1rem;
}
.point-summary .text-01 {
  display: block;
  text-align: center;
  font-size: 2rem;
}
.point-summary .text-02 {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
.point-summary .text-02::after {
  content: "";
  width: 33rem;
  height: 2rem;
  background-color: #FFFF54;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.point-summary .text-03 {
  writing-mode: vertical-rl;
  font-size: 2rem;
}
.point-summary .text-04 {
  font-size: 8rem;
  color: #FF65E2;
}
.point-summary .text-05 {
  font-size: 2.4rem;
}
.point-summary .text-06 {
  display: block;
  text-align: center;
  font-size: 2.4rem;
}

.notice {
  text-align: center;
  color: #555;
  font-size: 1rem;
  margin-bottom: 3.2rem;
  font-weight: normal;
}

.point1-box {
  background-color: #fff;
  max-width: 343px;
  margin: 0 auto;
  margin-bottom: 3.2rem;
  border-radius: 6px;
  /* 画像と説明　縦ver */
}
.point1-box + .point1-box {
  margin-bottom: 0;
}
.point1-box .point1-title {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  font-size: 1.4rem;
  position: relative;
  border-radius: 6px 6px 0 0;
  transition: 0.2s;
}
.point1-box .point1-title.open {
  border-radius: 6px;
  transition: 0.2s;
}
.point1-box .point1-title::after, .point1-box .point1-title::before {
  content: "";
  background-color: #fff;
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.point1-box .point1-title.open::before {
  transform-origin: center;
  transform: rotate(90deg);
  right: 1.5rem;
  transition: 0.2s;
}
.point1-box .point1-content {
  padding: 3.2rem 1.5rem;
  font-weight: bold;
}
.point1-box .point1-content .text-01 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3.2rem;
}
.point1-box .plain_type_A {
  margin: 0;
}
.point1-box .plain_type_A .plain_box_A {
  display: flex;
  padding-bottom: 4rem;
  align-items: center;
  position: relative;
}
.point1-box .plain_type_A .plain_box_A + .plain_box_A {
  padding-bottom: 0;
}
.point1-box .plain_type_A .plain_box_A.--notice {
  padding: 0;
  margin-bottom: 0.8rem;
}
.point1-box .plain_type_A .plain_box_A.--music {
  padding-bottom: 0;
}
.point1-box .plain_type_A .plain_box_A .plain_image_type_A {
  padding-right: 1rem;
  position: relative;
}
.point1-box .plain_type_A .plain_box_A .plain_image_type_A img {
  width: 12rem;
}
.point1-box .plain_type_A .plain_box_A .plain_image_type_A .plain_A_title {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-56%);
  background-color: #FF65E2;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  padding: 0.3rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: bold;
  box-sizing: border-box;
  overflow: hidden;
}
.point1-box .plain_type_A .content_box {
  padding-left: 0.2rem;
  position: relative;
}
.point1-box .plain_type_A .content_box::after {
  content: "";
  width: 100%;
  height: 2rem;
  background-color: #FFFF54;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.point1-box .plain_type_A .content_box .plain_A_text {
  color: #000;
  margin-top: 0.8rem;
  margin-left: 0.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  vertical-align: baseline;
  z-index: 1;
  position: relative;
}
.point1-box .plain_type_A .content_box .plain_A_text.--no_margin_top {
  margin-top: 0;
}
.point1-box .plain_type_A .content_box .plain_A_text.--pay {
  font-size: 1.4rem;
}
.point1-box .notice {
  text-align: center;
  color: #555;
  font-size: 1rem;
  margin-bottom: 3.2rem;
  font-weight: normal;
}

/* POINT2 */
.POINT2 {
  background-color: #464646;
  position: relative;
  padding: 6.4rem 0;
}
.POINT2 .section_title {
  color: #fff;
  line-height: 1.25;
  padding-bottom: 2.4rem;
}
.POINT2 .section-img2 {
  position: absolute;
  top: 5rem;
  right: 50%;
  transform: translateX(-106%);
  width: 8.3rem;
}
.POINT2 .point-summary {
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-size: 1.4rem;
  padding-bottom: 4rem;
}
.POINT2 .point2-title {
  position: absolute;
  top: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0099FF;
  padding: 1.2rem 0;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
}
.POINT2 .point2-box {
  max-width: 343px;
  margin: 0 auto;
  position: relative;
  margin-top: 5.6rem;
}
.POINT2 .point2-box.--noMargin {
  margin-top: 0;
}
.POINT2 .point2-imgbox {
  background-color: #fff;
  padding: 3rem 3rem 1.6rem;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.POINT2 .point2-img1 {
  width: 100%;
}
.POINT2 .point2-img2 {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.POINT2 .point2-img3 {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.POINT2 .point2-img4 {
  width: 100%;
}
.POINT2 .point2-img5 {
  width: 100%;
}
.POINT2 .point2-textbox {
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 1.6rem;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1;
  border-radius: 0 0 8px 8px;
}
.POINT2 .notice {
  color: #fff;
  text-align: left;
  margin: 0.8rem auto 0;
  line-height: 1.5;
  font-size: 1.2rem;
  width: 343px;
  padding-left: 2em;
  text-indent: -1em;
}
.POINT2 .notice a {
  color: #fff;
}
.POINT2 .notice.--number {
  color: #fff;
  text-align: left;
  margin: 0.8rem auto 0;
  line-height: 1.5;
  font-size: 1.2rem;
  width: 323px;
  padding-left: 2em;
  text-indent: -2em;
}
.POINT2 sup {
  font-size: 0.7em;
  vertical-align: super;
}
.POINT2 .point-explanation {
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: normal;
}
.POINT2 .button a {
  text-decoration: none;
}
.POINT2 .button a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.POINT2 .button a img {
  width: 1.1rem;
}

/* ポイント交換 */
section.exchange {
  margin-top: 4.8rem;
}

.exchange-title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.25;
  position: relative;
  background-color: #000;
  color: #fff;
  border-radius: 8px 8px 0 0;
  padding: 1rem;
}
.exchange-title.open {
  border-radius: 6px;
  transition: 0.8s;
}
.exchange-title::before, .exchange-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto 0;
  text-align: center;
  background-color: #fff;
  transition: transform 0.5s;
}
.exchange-title::before {
  top: 50%;
  left: calc(100% - 22px);
  transform: translateY(-50%) rotate(90deg);
  height: 12px;
  width: 2px;
}
.exchange-title::after {
  top: calc(50% - 1.5px);
  right: 15px;
  width: 12px;
  height: 2px;
}
.exchange-title.open::before {
  transform: translateY(-50%);
}

.column-2 {
  display: flex;
  gap: 1.2rem;
}
.column-2 .exchange-item h3 {
  font-size: 1.2rem;
}

.exchange-item {
  margin-bottom: 1.2rem;
}
.exchange-item h3 {
  background-color: #464646;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 6px 6px 0 0;
}
.exchange-item .exchange-img-box {
  background-color: #fff;
  border: 2px solid #464646;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
  border-top: none;
}
.exchange-item .exchange-img-box img {
  width: 100%;
}

section.exchange .accordion-content {
  border: 2px solid #000;
  border-radius: 0 0 8px 8px;
  padding: 1.6rem;
}
section.exchange .button {
  margin-top: 0;
  text-align: center;
}
section.exchange .button a {
  background-color: #0099FF;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
}
section.exchange .button a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

/* シミュレーション */
.simulation .simulation-heading {
  background-color: #0099FF;
  text-align: center;
  margin: 0 auto;
  max-width: 343px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 1rem 0;
  position: relative;
}
.simulation .simulation-heading.open {
  border-radius: 6px;
  transition: 0.8s;
}
.simulation .simulation-heading::before, .simulation .simulation-heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto 0;
  text-align: center;
  background-color: #fff;
  transition: transform 0.5s;
}
.simulation .simulation-heading::before {
  top: 50%;
  left: calc(100% - 22px);
  transform: translateY(-50%) rotate(90deg);
  height: 12px;
  width: 2px;
}
.simulation .simulation-heading::after {
  top: calc(50% - 1.5px);
  right: 15px;
  width: 12px;
  height: 2px;
}
.simulation .simulation-heading.open::before {
  transform: translateY(-50%);
}
.simulation .accordion-content {
  border: 2px solid #0099FF;
  margin: 0 auto;
  max-width: 343px;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 0 0 8px 8px;
  background-color: #fff;
}

.simulation-title {
  background-color: #000;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  padding: 1.6rem 0;
  position: relative;
  width: 343px;
  margin: 0 auto 3rem;
}
.simulation-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 16px 16px 0 16px;
}

.simulation-summary {
  text-align: center;
  line-height: 1.1;
  margin-bottom: 1.6rem;
}
.simulation-summary .text-01 {
  font-size: 1.4rem;
  display: block;
}
.simulation-summary .text-02 {
  font-size: 2rem;
  font-weight: bold;
}
.simulation-summary .text-03 {
  font-weight: bold;
}
.simulation-summary .text-04 {
  font-weight: bold;
  font-size: 3.4rem;
}
.simulation-summary .text-05 {
  font-weight: bold;
  font-size: 2rem;
}
.simulation-summary .text-07 {
  font-size: 3.4rem;
}

.simulation .notice {
  font-size: 1.2rem;
}

.simulation-box {
  border: 2px solid #33ADFF;
  background-color: #fff;
  padding-bottom: 2.4rem;
  margin: 0 auto 1rem;
  max-width: 343px;
  border-radius: 8px;
}
.simulation-box:last-child {
  margin-bottom: 0;
}
.simulation-box h3 {
  background-color: #D9F0FF;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1.6rem;
  margin-bottom: 1.6rem;
  border-radius: 6px 6px 0 0;
}
.simulation-box .reduction {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.simulation-box .diagram {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.6rem;
}
.simulation-box .diagram p {
  flex: 1;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.simulation-box .diagram .arrow-box {
  flex: 0 0 64px;
}
.simulation-box .notice {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0;
  margin-top: 1.6rem;
}

/* POINT3 */
.POINT3 {
  position: relative;
  background-color: #fff;
  padding-top: 6.4rem;
  padding-bottom: 4rem;
}
.POINT3 .section-img3 {
  position: absolute;
  top: 1rem;
  right: 50%;
  transform: translateX(180%);
  width: 9.7rem;
}
.POINT3 .section_title {
  line-height: 1.1;
  padding-bottom: 2.4rem;
}
.POINT3 .column-2 {
  display: flex;
  justify-content: space-around;
  width: 343px;
  margin: 0 auto;
}
.POINT3 .column-2 + .column-2 {
  margin-top: 4.8rem;
}
.POINT3 .column-2 .POINT3-item {
  position: relative;
}
.POINT3 .column-2 img {
  width: 12rem;
}
.POINT3 .column-2 p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2rem;
  text-align: center;
  width: 130%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.POINT3 .notice {
  margin-top: 4rem;
  margin-bottom: 0;
}

/* CTA */
.CTA {
  background-color: #0099FF;
  padding: 3.2rem 0;
  position: relative;
}
.CTA h2 {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}
.CTA .cta-img1 {
  position: absolute;
  left: 50%;
  transform: translateX(-370%);
  top: 1rem;
  width: 3.6rem;
}
.CTA .cta-img2 {
  position: absolute;
  left: 50%;
  transform: translateX(730%);
  top: 6rem;
  width: 1.6rem;
}
.CTA .button a {
  background-color: #FF65E2;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  padding: 2rem 0;
  max-width: 343px;
  margin: 1.6rem auto 0;
  display: block;
  position: relative;
  transition: 0.2s;
}
.CTA .button a img {
  width: 1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.CTA .button a:hover {
  opacity: 0.8;
  transition: 0.2s;
}
.CTA .notice {
  color: #fff;
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 1.2rem;
}

/* other */
.wrapper section.other {
  background-color: #fff;
  margin-top: 0;
  padding: 4.8rem 0;
}
.wrapper section.other h2 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
}
.wrapper section.other .plain_box_A {
  align-items: center;
  padding-bottom: 2.4rem;
}
.wrapper section.other .plain_box_A:hover {
  opacity: 1;
}
.wrapper section.other .plain_type_A {
  width: 343px;
  margin: 0 auto;
}
.wrapper section.other .plain_A_title {
  color: #FF65E2;
  background-color: transparent;
  padding: 0;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.wrapper section.other .plain_A_text {
  color: #000;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.wrapper section.other a {
  display: block;
  text-align: right;
  color: #0099FF;
  text-decoration: none;
  font-weight: bold;
  position: relative;
}
.wrapper section.other a img {
  margin-left: 0.2rem;
  transform: translateY(1px);
  width: 0.7rem;
}
.wrapper section.other a:hover {
  opacity: 0.8;
}
.wrapper section.other .notice-box {
  margin: 0 auto;
  width: 343px;
}
.wrapper section.other .notice-box .notice {
  text-align: left;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.wrapper section.other .cashback-box + .plain_box_A {
  padding-bottom: 3.2rem;
}
.wrapper section.other .cashback-box {
  padding: 1.6rem;
  background-color: #f0f0f0;
  margin-bottom: 3.2rem;
  border-radius: 4px;
}
.wrapper section.other .cashback-box h3 {
  font-size: 1.2rem;
  font-weight: normal;
  transition: 0.5s;
  position: relative;
  margin-bottom: 1rem;
}
.wrapper section.other .cashback-box h3.open {
  transition: 0.5s;
  margin-bottom: 0;
}
.wrapper section.other .cashback-box h3::after, .wrapper section.other .cashback-box h3::before {
  content: "";
  background-color: #000;
  width: 1rem;
  height: 0.2rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateX(-50%);
  transition: 0.2s;
}
.wrapper section.other .cashback-box h3::before {
  transform: rotate(0);
  right: 0.5rem;
}
.wrapper section.other .cashback-box h3.open::before {
  transform-origin: center;
  transform: rotate(90deg);
  right: 0.5rem;
  transition: 0.2s;
}
.wrapper section.other .cashback-box li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.4rem;
}

/* CTA-card */
.CTA.--card {
  margin-top: 0;
}

.card-wrapper {
  width: 343px;
  margin: 0 auto;
}
.card-wrapper img {
  width: 100%;
  display: block;
  margin-top: 1.6rem;
}
.card-wrapper .button {
  position: relative;
}
.card-wrapper .button img {
  width: 1rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

/* 画像と説明 横2列 */
.plain_type_B {
  margin: 0 auto;
  max-width: 960px;
  padding-bottom: 6.7rem;
  margin: 0 1.6rem;
}
.plain_type_B .type_B_01, .plain_type_B .type_B_02 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.plain_type_B .type_B_01 .type_B_box, .plain_type_B .type_B_02 .type_B_box {
  display: flex;
  flex-direction: column;
  padding-bottom: 4.7rem;
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.plain_type_B .type_B_01 .type_B_box .plain_image_type_B img, .plain_type_B .type_B_02 .type_B_box .plain_image_type_B img {
  width: 100%;
  height: auto;
}
.plain_type_B .type_B_01 .type_B_box .type_B_text_box, .plain_type_B .type_B_02 .type_B_box .type_B_text_box {
  font-size: 1.4rem;
  padding-top: 1.3rem;
  line-height: 2.1rem;
  text-align: center;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .plain_type_B .type_B_01, .plain_type_B .type_B_02 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .plain_type_B .type_B_01 .type_B_box, .plain_type_B .type_B_02 .type_B_box {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
    padding-bottom: 20px;
  }
}
@media (max-width: 561px) {
  .plain_type_B .type_B_box .type_B_text_box {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
}

/* よくある質問 アコーディオンなし */
.question_type_A {
  margin: 0 1.6rem 6rem 1.6rem;
}
.question_type_A .question_box_A .q_text {
  display: flex;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding-bottom: 1rem;
  padding-top: 2rem;
}
.question_type_A .question_box_A .q_text:first-child {
  padding-top: 0;
}
.question_type_A .a_text {
  display: flex;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: solid #707070 1px;
  padding-bottom: 2rem;
}
.question_type_A .a_text span {
  font-weight: bold;
}
.question_type_A dd:last-child {
  border-bottom: none;
}

/* よくある質問 アコーディオンあり */
.question_type_B {
  margin-bottom: 6.7rem;
}
.question_type_B .accordion_area {
  margin: 0 1.6rem;
}

.accordion {
  background-color: #fff;
  border-radius: 1.6rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.accordion .accordion-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  display: flex;
  align-items: center;
  line-height: 2.7rem;
}
.accordion .accordion-title .typeB {
  font-size: 3rem;
  font-weight: bold;
  padding-right: 1.2rem;
  margin-bottom: 2rem;
}
.accordion .accordion-title::before, .accordion .accordion-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto 0;
  text-align: center;
  background-color: #707070;
  transition: transform 0.5s;
  border-radius: 20px;
}
.accordion .accordion-title::before {
  top: 50%;
  left: calc(100% - 27px);
  transform: translateY(-50%);
  height: 20px;
  width: 3px;
}
.accordion .accordion-title::after {
  top: calc(50% - 1.5px);
  right: 15px;
  width: 20px;
  height: 3px;
}
.accordion .accordion-title.open::before {
  transform: translateY(-50%) rotate(90deg);
}
.accordion .accordion-content {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  border-radius: 0.75px;
  position: relative;
}
.accordion .accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  right: 1rem;
  height: 1.5px;
  background-color: #464646;
  border-radius: 0.75px;
  opacity: 0;
  transition: opacity 0.2s;
}
.accordion .accordion-content.show::before {
  opacity: 1;
}
.accordion .accordion-content .typeA {
  font-size: 3rem;
  font-weight: bold;
  padding-right: 1.2rem;
}

/* 表1 */
.table_A {
  max-width: 100%;
  margin-bottom: 6.7rem;
  margin: 0 1.6rem;
  padding-bottom: 6.7rem;
}
.table_A table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #464646;
}
.table_A table tr .no_border_left {
  border-left: none;
}
.table_A table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}
.table_A table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}
.table_A table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}
.table_A table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}
.table_A table th, .table_A table td {
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 2.1rem;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
  vertical-align: middle;
}
.table_A table th {
  background-color: #E2E2E2;
  font-weight: bold;
  border-left: 1px solid #464646;
}
.table_A table tr:first-child th {
  border-top: 1px solid #464646;
}
.table_A table tr:first-child th:nth-child(2) {
  border-left: none;
}
.table_A .attention {
  font-size: 1.2rem;
  margin-top: 1rem;
  padding: 0 0.5rem;
  line-height: 1.8;
}

/* 表2 */
.table_B {
  max-width: 100%;
  margin-bottom: 6.7rem;
  margin: 0 1.6rem;
  padding-bottom: 6.7rem;
}
.table_B table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 1.6rem;
  border: 1px solid #464646;
}
.table_B table tr .no_border_left {
  border-left: none;
}
.table_B table tr .radius_top_left {
  border-top-left-radius: 1.45rem;
}
.table_B table tr .radius_top_right {
  border-top-right-radius: 1.45rem;
}
.table_B table tr .radius_bottom_left {
  border-bottom-left-radius: 1.45rem;
}
.table_B table tr .radius_bottom_right {
  border-bottom-right-radius: 1.45rem;
}
.table_B table th, .table_B table td {
  font-size: 1.4rem;
  border-right: 1px solid #464646;
  border-bottom: 1px solid #464646;
  text-align: center;
  padding: 2rem 1.6rem 2rem 1.6rem;
  word-break: break-all;
  line-height: 2.1rem;
  vertical-align: middle;
}
.table_B table th {
  background-color: #E2E2E2;
  font-weight: bold;
  border-left: 1px solid #464646;
}
.table_B table tr:first-child th {
  border-top: 1px solid #464646;
}
.table_B table tr:first-child th:nth-child(2) {
  border-left: none;
}
.table_B table tr:first-child td {
  border-top: 1px solid #464646;
}
.table_B .attention {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 1.8rem;
}

.step_flow {
  text-align: center;
}
.step_flow .step_box {
  position: relative;
  background-color: #fff;
  align-items: center;
  margin: 6rem 1.6rem 8rem 1.6rem;
  border-radius: 1.6rem;
}
.step_flow .step_box:not(:last-child):after {
  content: "";
  display: block;
  width: 4.6rem;
  height: 4.6rem;
  background-image: url(../img_std_suit/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -6rem;
  transform: translateX(-50%);
}
.step_flow .step_box .step_top_text {
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ADADAD;
  height: 3rem;
  width: 10.5rem;
  border-radius: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.step_flow .step_box .step_title {
  font-size: 2rem;
  font-weight: bold;
  padding: 3.5rem 1.6rem 2rem 1.6rem;
  line-height: 3rem;
}
.step_flow .step_box .step_text {
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0 1.6rem 2rem 1.6rem;
  text-align: left;
}
.step_flow .step_box:last-child {
  margin-bottom: 0;
}

/* ボタン小 */
.button_area_small {
  text-align: center;
  padding: 0 1.6rem;
}
.button_area_small .button_text {
  display: inline-block;
  background-color: #ADADAD;
  cursor: pointer;
  color: #fff;
  border-radius: 10rem;
  border: none;
  transition: background-color 0.3s ease;
  text-align: center;
  padding: 2rem 3rem 2rem 3rem;
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.button_area_small .button_text:hover {
  background-color: #E2E2E2;
}

/* 参加条件などテキスト */
.conditions_box {
  padding: 6.7rem 1.6rem 0 1.6rem;
}
.conditions_box .conditions_base {
  background-color: #fff;
  border-radius: 1.6rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.conditions_box .conditions_base .conditions_title_txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}
.conditions_box .conditions_base .conditions_area .conditions_sub_title {
  background-color: #E2E2E2;
  font-size: 1.3rem;
  font-weight: bold;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.4rem;
  line-height: 1.95rem;
}
.conditions_box .conditions_base .conditions_area .text_detail {
  padding: 1rem 0 1.2rem 0;
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.conditions_box .detail_area {
  padding-top: 1rem;
  padding-left: 1.8rem;
  display: inline-block;
}
.conditions_box .detail_area a {
  color: inherit;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
}
.conditions_box .detail_area:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  background-image: url(../img_std_suit/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: -0.3rem;
  margin-left: 0.2rem;
  cursor: pointer;
}
.conditions_box .detail_area:hover {
  opacity: 0.5;
}

/* 注意事項 */
.notes_box {
  padding-top: 4.3rem;
  padding-bottom: 4.3rem;
  margin: 0 1.6rem 0 1.6rem;
}
.notes_box .notes_area {
  padding: 0 1.8rem 0 1.8rem;
  background-color: #fff;
  border-radius: 1.6rem;
}
.notes_box .notes_area .notes_title_txt {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.notes_box .notes_area ul {
  padding-left: 1.6rem;
  font-size: 1.3rem;
  padding-bottom: 2rem;
  list-style-type: disc;
}
.notes_box .notes_area ul li {
  line-height: 2rem;
  padding-bottom: 2rem;
}
.notes_box .detail_area_notes {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  position: relative;
}
.notes_box .detail_area_notes a {
  color: inherit;
  align-items: center;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.9rem;
  margin-right: 1.5rem;
}
.notes_box .detail_area_notes:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  background-image: url(../img_std_suit/right_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  cursor: pointer;
}
.notes_box .detail_area_notes:hover {
  opacity: 0.5;
}

/* フッター */
footer {
  background-color: #464646;
  color: #fff;
  padding: 4rem 0 8rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
footer .footer-wrapper {
  width: 343px;
  margin: 0 auto;
}
footer .footer-wrapper h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
footer .footer-wrapper li {
  padding-left: 1em;
  text-indent: -1em;
}
footer .footer-wrapper .notice {
  color: #fff;
  text-align: left;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
footer .footer-wrapper .footer-box {
  background-color: #F5F5F5;
  margin-top: 2rem;
  margin-bottom: 4rem;
  padding: 1.6rem;
  border-radius: 4px;
}
footer .footer-wrapper .footer-box h3 {
  color: #000;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
footer .footer-wrapper .footer-box p {
  color: #000;
}
footer .footer-wrapper .footer-box li {
  color: #000;
}
footer small {
  margin-top: 2.4rem;
  padding: 1rem 0;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.backimage-text {
  position: fixed;
  top: 20%;
  right: 70%;
  text-align: center;
}
.backimage-text .only {
  font-size: 3rem;
  padding: 1rem;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  display: inline-block;
}
.backimage-text .debut {
  font-size: 4rem;
  display: inline-block;
}

/* フローティングボックス */
.floating_box {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  z-index: 100;
}
.floating_box .floating_area {
  display: block;
  line-height: 2.5rem;
  background: #0099FF;
  padding: 2.3rem 2.3rem;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  border-radius: 20vw;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  word-wrap: break-word;
  position: relative;
}
.floating_box .floating_area img {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.1rem;
}
@media screen and (max-width: 767px) {
  .floating_box .floating_area {
    padding: 1.5rem;
  }
}

/* モーダル */
.modal_area {
  display: none;
}
.modal_area.is-shown {
  display: flex;
}
.modal_area .modal_contents {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  padding: 6vw;
  overflow: auto;
  transition: 0.3s;
  box-sizing: border-box;
}
.modal_area .modal_contents .modal {
  position: relative;
  margin: 0 auto;
  max-width: 335px;
  background-color: #fff;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.6rem;
}
.modal_area .modal_contents .modal .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, -45%);
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.modal_area .modal_contents .modal .modal_close img {
  width: 39px;
}
.modal_area .modal_contents .modal .modal_copy {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2.6rem;
  padding-right: 1rem;
  padding-left: 1rem;
  line-height: 3.9rem;
}
.modal_area .modal_contents .modal .modal_img {
  display: flex;
  justify-content: center;
  align-items: center;
  word-wrap: break-word;
  padding: 0 1rem;
}
.modal_area .modal_contents .modal .modal_img img {
  width: 100%;
}
.modal_area .modal_contents .modal .modal_txt {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 2.6rem 1rem;
}
.modal_area .modal_contents .modal .floating_area {
  text-decoration: none;
}
.modal_area .modal_contents .modal .floating_area .apply_txt {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 2rem 3rem;
  text-align: center;
  line-height: 2.5rem;
  background-color: #E2E2E2;
  color: #000;
  border-radius: 20vw;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2rem;
}
.modal_area .modal_contents .modal .floating_area .apply_txt:hover {
  background-color: #464646;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .image_background img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: none;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .floating_box .floating_area {
    box-sizing: border-box;
    width: 77vw;
    max-width: 464px;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 1024px) {
  .floating_box .floating_area {
    box-sizing: border-box;
    width: 22vw;
    max-width: 464px;
    min-width: 375px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    word-wrap: break-word;
    transition: background-color 0.2s ease;
  }
  .floating_box .floating_area:hover {
    opacity: 0.8;
    transition: 0.2s;
  }
}
/* iOSの自動検出リンク＆手動のtelリンクの両方に効かせる */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font: inherit !important;
  display: inline !important; /* ← これで改行されなくなる */
}/*# sourceMappingURL=common.css.map */