@charset "UTF-8";
.font-gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック体", "Yu Gothic", YuGothic, "Segoe UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.font-mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝体", "Yu Mincho", YuMincho, "游明朝", Georgia, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cf {
  zoom: 1;
}
.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.flex_list:not(:last-child) {
  margin-bottom: 10px;
}

.box-orange {
  border: 1px solid #dfdac7;
  padding: 15px 10px;
}

.box-orange {
  border-color: #333;
}

/* --------------------
  constants
-------------------- */
:root {
  --font_color: #782b51; /* ベースの文字色  */
  --card_contents_bg:#fff;
  --pink01: #f6529b;
  --green: #548d00;
  --base_color: #782b51;
  --footer_bg: #fff0f1;
  /* ゴシック体 */
  --font_family: 'Noto Sans JP',
                 'Noto Sans',
                 'Noto Sans CJK JP',
                 'ヒラギノ角ゴ',
                 'ヒラギノ角ゴ Pro W3',
                 'Hiragino Kaku Gothic Pro',
                 'Hiragino Kaku Gothic',
                 sans-serif;
}

/* --------------------
  base
-------------------- */
:root {
  font-size: 62.5%;
}

* {
  margin-top: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  color: var(--font_color);
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: var(--font_family);
}

body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/assets/images/bg_body01.webp?20260302") no-repeat top center/cover #fff;
  content: "";
}

a {
  text-decoration: none;
}

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.3em;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.6rem;
}

ul, ol {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0; /* list-styleを設定する場合は要調整 */
}

dd {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

img {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

section {
  max-width: 750px;
  margin: 0 auto;
}

.x_shadow {
  max-width: 750px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(96, 69, 46, 0.6);
          box-shadow: 0 0 20px rgba(96, 69, 46, 0.6);
}

.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt4 {
  margin-top: 4rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.tx_center {
  text-align: center;
}

.tx_left {
  padding-right: 19px;
  padding-bottom: 1.7rem;
  padding-left: 2rem;
  font-size: 2rem;
  line-height: 1.3;
  text-align: justify;
  text-indent: -2rem;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 500px) {
  .main h2 {
    font-size: 5vw;
  }
  .main h3 {
    font-size: 4.8vw;
  }
  .mt1 {
    margin-top: 2vw;
  }
  .mt2 {
    margin-top: 4vw;
  }
  .mt3 {
    margin-top: 6vw;
  }
  .mt4 {
    margin-top: 8vw;
  }
  .mb1 {
    margin-bottom: 2vw;
  }
  .mb3 {
    margin-bottom: 6vw;
  }
  .max80 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .br-sp {
    display: block;
  }
}
/*ボタン装飾01*/
.blue_btn,
.orange_btn {
  position: relative;
}
.blue_btn::before,
.orange_btn::before {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  z-index: 100;
  width: 18%;
  height: 11.5rem;
  margin: auto;
  background: url("../images/before_ic.svg?20260302") no-repeat center center/contain;
  content: "";
}
.blue_btn::after,
.orange_btn::after {
  display: inline-block;
  position: absolute;
  top: 27%;
  right: -1rem;
  z-index: 100;
  width: 10%;
  height: 11.5rem;
  margin: auto;
  background: url("../images/after_ic.svg?20260302") no-repeat center center/contain;
  content: "";
}

.text_red {
  color: #f00;
}

/*ボタン装飾02*/
.orange_btn::before {
  top: -19%;
  left: 8%;
  width: 80px;
  background: url("../images/before_ic_02.svg?20260302") no-repeat center center/contain;
}
.orange_btn::after {
  top: 23%;
  right: 6.3%;
  width: 90px;
  height: 9rem;
  background: url("../images/after_ic_02.svg?20260302") no-repeat center center/contain;
}

.blue_btn::after {
  top: 32%;
  right: -1.8rem;
  width: 11%;
}

#method_cp .blue_btn::before {
  top: -22%;
  left: -2.4%;
  width: 6.5rem;
}
#method_cp .blue_btn::after {
  top: -28%;
  right: -2.2%;
  width: 11.5%;
}

@media screen and (max-width: 700px) {
  .blue_btn::before {
    top: -16%;
    left: -3%;
  }
  .blue_btn::after {
    top: 32%;
    right: -2%;
    width: 12%;
  }
  .orange_btn::before {
    left: 3.5%;
    width: 11vw;
  }
  .orange_btn::after {
    right: 2%;
    width: 13%;
  }
  #method_cp .blue_btn::before {
    top: -24%;
    left: -2.5%;
    width: 6.5rem;
  }
}
@media screen and (max-width: 500px) {
  .orange_btn::before {
    top: -6vw;
    left: 3%;
    width: 13vw;
  }
  .orange_btn::after {
    top: 6%;
    right: 1.5%;
  }
}
@media screen and (max-width: 375px) {
  .orange_btn::before {
    top: -75%;
    width: 4rem;
  }
  .orange_btn::after {
    top: -12%;
    right: 1%;
    width: 4rem;
  }
  .blue_btn::after {
    width: 15%;
  }
}
/* --------------------
  common
-------------------- */
.caption_text_left {
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.9;
  text-indent: -23px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 700px) {
  .caption_text_left {
    padding-left: 4vw;
    text-indent: -4vw;
  }
}
@media screen and (max-width: 500px) {
  .caption_text_left {
    padding-left: 2rem;
    text-indent: -1.8rem;
  }
}
#process_model,
#sim_esim,
.about_plan_wrap {
  position: relative;
  padding: 14% 2.5rem 4%;
}

#process_model::before,
.about_plan::before,
#sim_esim::before,
#use_amazon::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 90px;
  margin: auto;
  content: "";
}

@media screen and (max-width: 750px) {
  #method_cp::before,
  #process_model::before,
  .about_plan::before,
  #sim_esim::before,
  #use_amazon::before {
    height: 12vw;
  }
}
/* --------------------
  kv
----------------------- */
.kv {
  z-index: -1;
  background-color: #fff;
}

.kv_bg {
  z-index: -1;
  background: url("../images/cont_bg_type03.webp?20251008") top center/100% auto no-repeat;
}

#campaign {
  margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
  #campaign {
    margin-bottom: 0;
  }
}
h1 {
  font-size: 1rem;
}

h1 img {
  margin: 0 auto;
}

/* --------------------
 accordion
----------------------- */
.kv .accordion_content {
  padding: 0 3.5% 25px;
}

.kv details summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.4em 2em 0.4em 0.7em;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
}

.contents {
  margin: 2rem 2.5rem 0;
}

.information {
  border: solid 2px var(--pink01);
  border-radius: 12px;
  background-color: #fff;
}

.information details summary {
  color: var(--pink01);
}

.information p {
  font-size: 2.3rem;
}

.information .top {
  font-size: 2.3rem;
  font-weight: 700;
  color: var(--pink01);
}

.information p span {
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background-color: var(--pink01);
  border-radius: 5px;
  color: #fff;
}

.information ul .tx_orange {
  color: var(--pink01);
}

.information .orange {
  color: var(--pink01);
  font-size: 2.3rem;
  margin-top: calc(3rem - 0.4em);
}

.information .point {
  margin-top: 4rem;
}

.information .point ul {
  padding-top: 1.5rem;
  font-size: 1.4rem;
  text-indent: -2rem;
}

.information .point ul li {
  padding-left: 2rem;
  font-size: 2rem;
  line-height: 3.5rem;
}

.information .detail {
  font-size: 2rem;
  line-height: 3.5rem;
}

.information .detail,
.information .lead {
  margin-top: 3rem;
}

.information .text_red {
  padding-left: 2rem;
  font-size: 2rem;
  text-indent: -2rem;
}

@media screen and (max-width: 500px) {
  .information {
    margin: 2rem 1.5rem 0;
  }
  .information .orange {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .information, .camp_pr_content {
    font-size: 3.59vw;
    line-height: 1.6;
  }
  .information p {
    font-size: 1.6rem;
  }
  .information p span {
    padding: 0.2rem 0.7rem 0.2rem 0.2rem;
  }
  .information .point {
    margin-top: 2rem;
  }
  .information .point ul {
    padding-top: 1rem;
    text-indent: -1.5rem;
  }
  .information .point ul li {
    padding-left: 1.6rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
  .information .detail {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .information .detail,
  .information .lead {
    margin-top: 1.5rem;
  }
  .information .text_red {
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
}
.camp_pr_content {
  margin: 15px 0 0;
  text-align: center;
}

.camp_pr_content .accordion_content a {
  color: #01b5d0;
  text-decoration: underline;
}

.camp_pr_content details {
  margin: 0 2.5rem;
  overflow: hidden;
  border: 2px solid var(--green);
  border-radius: 12px;
  background-color: #fff;
  text-align: left;
}

.camp_pr_content details summary {
  background-color: #fff;
  color: var(--green);
}

.camp_pr_content details summary::-webkit-details-marker {
  display: none;
}

.camp_pr_content .accordion_content {
  text-align: justify;
}

.camp_pr_content .accordion_content h2 {
  padding: 0.5em 17.5px;
  border-radius: 8px;
  background-color: var(--green);
  color: #fff;
  font-weight: 700;
  font-size: 19px;
}

.camp_pr_content .accordion_content p:last-child {
  margin-bottom: 0;
}

.camp_pr_content .annotation {
  padding-left: 1rem;
  text-indent: -1.5rem;
}

.toggle_sign::before,
.toggle_sign::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.7em;
  width: 20px;
  height: 3px;
  border-radius: 2px;
  content: "";
}

.accordion .toggle_sign::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: all 0.2s;
}

.information .toggle_sign::before,
.information .toggle_sign::after {
  background-color: var(--pink01);
}

.camp_pr_content .toggle_sign::before,
.camp_pr_content .toggle_sign::after {
  background-color: var(--green);
}

@media screen and (max-width: 750px) {
  .kv details summary {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .camp_pr_content details {
    margin: 0 1.5rem;
  }
  .camp_pr_content .accordion_content h2 {
    font-size: 3.8vw;
  }
  .camp_pr_content .accordion_content {
    padding: 2vw 3% 10vw;
  }
  .text_kiyaku_box {
    padding: 2vw;
  }
}
/* ---------- */
.entry_wrap {
  font-size: 1.6rem;
  text-align: center;
}

.kv .entry_wrap {
  padding: 0 2.5rem 2%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
}

.entry_wrap input[type=checkbox] {
  display: none;
}

.entry_wrap input[type=checkbox] + label::before, .entry_wrap input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin-right: 0.5em;
  border-radius: 0.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  content: "";
}

.entry_wrap input[type=checkbox] + label::before, .entry_wrap input[type=checkbox]:checked {
  border: 0.2rem solid #B1B1B1;
}

.entry_wrap input[type=checkbox]:checked + label::after {
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  height: 11px;
  border-right: 3px solid #00b592;
  border-bottom: 3px solid #00b592;
  border-radius: unset;
  content: "";
}

.entry_wrap .entryBtn {
  position: relative;
  height: 10rem;
  margin: 1.6rem auto 2.6rem;
}

.entry_wrap .entryBtn a,
.profile_box button {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 9.9rem;
  -webkit-box-shadow: 1px 4px #07600f;
          box-shadow: 1px 4px #07600f;
  background-color: var(--green);
  color: #fff;
  font-weight: 600;
  font-size: min(5vw, 28px);
  letter-spacing: 0.07em;
  text-decoration: none;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.profile_clm .btnTtl .entry_wrap .js_cv_area_trigger {
  margin-top: 5.2rem;
}

@media screen and (max-width: 500px) {
  .entry_wrap .entryBtn a {
    font-size: min(4.5vw, 28px);
  }
}
.profile_clm .profile_box button {
  font-size: min(4vw, 28px);
}

.entry_wrap .entryBtn a:hover, .profile_box button:hover {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 1px #047660;
  box-shadow: 0 1px #047660;
}

.entry_wrap .entryBtn a::after,
.profile_clm .profile_box button::before, .profile_clm .profile_box button::after {
  display: inline-block;
  position: absolute;
  top: 47%;
  right: 1em;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  width: 0.6em;
  height: 0.6em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
}

.entry_wrap .entryBtn .up_arrow::after {
  top: 40%;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
          transform: rotate(-45deg) translate(-50%, 0);
}

.entry_wrap input:checked ~ .entryBtn a::before, .entry_wrap input:checked ~ .entryBtn a::after {
  -webkit-animation: triAnimationFrame 0.75s 0s infinite;
          animation: triAnimationFrame 0.75s 0s infinite;
}

.entry_wrap input:checked ~ .entryBtn.disable::after {
  display: none;
}

.entry_wrap > p {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  .entry_wrap > p {
    font-size: 3.5vw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 580px) {
  .kv details summary {
    font-size: 1.8rem;
  }
  .entry_wrap input[type=checkbox] + label, .entry_wrap input[type=checkbox]:checked + label {
    font-size: 1.4rem;
  }
  .entry_wrap input[type=checkbox] + label::before, .entry_wrap input[type=checkbox]:checked + label::after {
    top: 0.1rem;
    left: 0;
    width: 2rem;
    height: 2rem;
  }
  .entry_wrap input[type=checkbox]:checked + label::after {
    top: 0.5rem;
    left: 7px;
    width: 6px;
    height: 11px;
  }
  .entry_wrap .entryBtn, .profile_box button {
    height: 7rem;
    margin: 1.5rem auto 2rem;
  }
  #entry a::before, .entry_wrap .entryBtn a::after,
  .profile_clm .profile_box button::before, .profile_clm .profile_box button::after {
    margin-top: 1px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .entry_wrap input:checked ~ .entryBtn a::before, .entry_wrap input:checked ~ .entryBtn a::after {
    border-top: 3px solid #00b592;
    border-right: 3px solid #00b592;
  }
  .caption_text_left {
    font-size: 1rem;
  }
  .camp_pr_content .blue_btn::before {
    top: -35%;
    left: -1rem;
    width: 9.3vw;
  }
  .camp_pr_content .blue_btn::after {
    top: 16%;
    right: -1rem;
  }
  .entry_wrap .js_cv_area_trigger {
    margin-top: 0;
  }
}
/*十字アニメーション*/
.accordion .toggle_sign::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -o-transition: all 0.2s;
}

.accordion[open] .toggle_sign::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

@media screen and (max-width: 580px) {
  .agreement_check_label {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 375px) {
  .camp_pr_content details {
    margin-bottom: 24px;
  }
}
/* --nav--- */
.nav {
  width: 100%;
}

.anchor_list {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem 1rem;
  max-width: 100%;
  margin: auto;
  padding: 1.3em 0;
}

.anchor_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.5rem 0.8rem 0.5rem 8rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
  text-decoration: none;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor_list li a.anchor__1 {
  line-height: 3;
}

.anchor_list a::after {
  display: block;
  position: absolute;
  right: 10%;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: url("../images/btn_arrow_bottom_white.svg?20250701") center/contain no-repeat #fff;
  content: "";
}

@media screen and (max-width: 700px) {
  .anchor_list {
    gap: 1.3rem 1rem;
    padding: 0.8em 0;
  }
}
/* --------------------
  method_cp
----------------------- */
#method_cp {
  padding: 7% 2.5rem 6%;
  background-color: var(--card_contents_bg);
}

@media screen and (max-width: 500px) {
  .camp_pr_content .blue_btn::before {
    width: 11.3vw;
  }
  #method_cp,
  .about_plan_wrap,
  #process_model,
  #sim_esim,
  .kv .entry_wrap,
  #use_amazon .use_amazon_inner {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  #method_cp::after {
    margin-top: -7vw;
  }
}
#method_cp h2 {
  font-size: 4.5rem;
}
#method_cp h2 span:first-of-type {
  display: inline-block;
  margin-right: 1%;
  padding: 0.7%;
  border-radius: 5px;
  background-color: var(--pink01);
  color: #fff;
  line-height: 1.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#method_cp h2 span {
  color: var(--pink01);
  font-size: 3rem;
}

.method_cp_content {
  margin-bottom: 4%;
  border: 0.3rem var(--pink01) solid;
  border-radius: 1.5rem;
  background-color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3;
  text-align: center;
}
.method_cp_content:first-of-type {
  margin-top: 3%;
}
.method_cp_content:last-of-type {
  margin-bottom: 0;
}
.method_cp_content h3 {
  display: block;
  padding: 0.4% 4% 0.8%;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--pink01);
  color: #fff;
  font-weight: normal;
}
.method_cp_content > div {
  margin: 3% 3% 6% 3%;
}
.method_cp_content .blue span {
  color: var(--green);
}

#method_cp .method_cp_content .s_tx {
  margin-top: 1.5%;
  padding-left: 2rem;
  font-size: 2rem;
  text-align: center;
  text-indent: -2rem;
}
#method_cp .method_cp_content .s_tx + .s_tx {
  margin-top: 0;
}
#method_cp .step1 .s_tx {
  text-align: left;
}
#method_cp .entry_wrap .entryBtn {
  position: relative;
  z-index: 1;
  margin: 2.8rem 4rem 3rem;
  height: 8rem;
}
#method_cp .method_cp_tx01 {
  margin: 3.5rem auto 3rem;
  padding: 3rem 0 4.5rem;
  border-radius: 1rem;
  background-color: #ffe9cf;
}
#method_cp .method_cp_tx03 {
  font-size: 2.5rem;
}

@media screen and (max-width: 700px) {
  #method_cp .method_cp_tx01 {
    margin: 2rem auto 2rem;
    padding: 2rem 1.5rem 2rem;
  }
  #method_cp .method_cp_tx03 {
    font-size: 4vw;
  }
}
#method_cp .method_cp_tx02 {
  margin-bottom: 2rem;
}

@media screen and (max-width: 750px) {
  #method_cp .entry_wrap .entryBtn {
    margin: 1.5rem auto 3rem;
  }
}
@media screen and (max-width: 500px) {
  #method_cp .blue_btn::before {
    top: -55%;
    width: 11%;
  }
  #method_cp .blue_btn::after {
    top: -70%;
    right: -2%;
  }
  #method_cp h2 {
    font-size: 6.5vw;
  }
  #method_cp h2 span:first-of-type {
    margin-right: 1%;
    padding: 0.7%;
    border-radius: 5px;
    line-height: 1.1;
  }
  #method_cp h2 span {
    font-size: 5vw;
  }
  #method_cp .method_cp_content .s_tx {
    padding-left: 4.6vw;
    font-size: 3.5vw;
    text-indent: -3.4vw;
  }
  #method_cp .entry_wrap .entryBtn {
    height: 5rem;
    margin: 2rem 0;
  }
  .method_cp_content h3 {
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .method_cp_content {
    border: 0.2rem #ea5900 solid;
    border-radius: 1rem;
    font-size: 4.2vw;
  }
  .method_cp_content > div {
    margin: 5% 3%;
  }
}
.dot_line {
  padding: 3rem 0 1.5rem;
  font-size: 3.4rem;
}

@media screen and (max-width: 375px) {
  #method_cp .blue_btn::before {
    top: -64%;
    width: 13%;
  }
  #method_cp .blue_btn::after {
    right: -3%;
    width: 13%;
  }
}
@media screen and (max-width: 700px) {
  .dot_line {
    padding: 3rem 0 1.5rem;
    font-size: 5.2vw;
  }
}
.dot_line span {
  padding-right: 1rem;
  color: var(--pink01);
}

/* --------------------
  about plan_ahamoはすべてコミコミ
----------------------- */
.about_plan {
  position: relative;
  /* background: url(../images/bg_cover.webp?20260302) no-repeat center top/cover #fff; */
  background-color: #dff1c5;
}

.about_plan_wrap {
  padding-top: 12%;
}

.about_plan_ttl {
  text-align: center;
}

.about_plan_ttl img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/* --------------------
  LINE
----------------------- */
.line_content {
  padding: 30px 0 0;
}

.line_content h2 {
  margin-bottom: 10px;
  text-align: center;
}

.line_content h2 img {
  width: 78%;
  max-width: 500px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.line_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 0.85em 0;
  border-radius: 2em;
  border: 3px solid #00c302;
  background-color: #fff;
  color: #00c302;
  font-weight: 600;
  font-size: min(5vw, 32px);
  text-decoration: none;
  text-align: center;
  /* -webkit-box-shadow: 1px 4px #018e04;
          box-shadow: 1px 4px #018e04;
  -webkit-transition: all .2s;
          transition: all .2s; */
}

.line_btn::after {
  display: block;
  position: absolute;
  top: -6px;
  left: -10px;
  width: 16vw;
  max-width: 90px;
  height: 16vw;
  max-height: 90px;
  background-image: url("../images/hukidashi_line.webp");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.line_btn:hover {
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
  -webkit-box-shadow: 0 0 #047660;
  box-shadow: 0 0 #047660;
}

@media screen and (max-width: 500px) {
  .line_btn {
    padding: 1em 0;
  }
}
@media screen and (max-width: 500px) {
  .line_content {
    padding: 5vw 0 1vw;
  }
  .line .line_content::before {
    height: 26.8vw;
    margin-top: 19.3vw;
  }
  .line_content {
    padding: 4vw 0 0 !important;
  }
}
/* --------------------
  process_model_お乗り換え（MNP）手順
----------------------- */
#process_model::before {
  margin-top: -1px;
  background: url(../images/wave_green.webp?20260302) no-repeat bottom center/100.2%, -webkit-gradient(linear, left top, left bottom, color-stop(98%, rgb(255, 228, 191)), color-stop(99%, rgb(228, 242, 167)));
  background: url(../images/wave_green.webp?20260302) no-repeat bottom center/100.2%, linear-gradient(180deg, rgb(255, 228, 191) 98%, rgb(228, 242, 167) 99%);
}
#process_model {
  background-color: #e4f2a7;
}
#process_model .process_model_ttl {
  text-align: center;
}
#process_model .process_model_ttl span:first-of-type {
  display: inline-block;
  margin-right: 1%;
  padding: 0.7%;
  border-radius: 5px;
  background-color: var(--pink01);
  color: #fff;
  line-height: 1.1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#process_model .process_model_ttl span {
  margin-top: 2.3%;
  color: var(--pink01);
  font-weight: bold;
  font-size: 3rem;
}

#process_model .recomend_diff_border, .method_cp_recomend .recomend_diff_border {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  width: 85%;
  height: 2px;
  margin: auto;
  background-image: radial-gradient(circle, #313131 1px, transparent 1px);
  background-size: 12px 2px;
}

.method_cp_recomend .recomend_diff_border {
  width: 15em;
  font-size: 3.4rem;
}

@media screen and (max-width: 700px) {
  .method_cp_recomend .recomend_diff_border {
    font-size: 5.2vw;
  }
}
#process_model .method_cp_content .item {
  font-weight: bold;
  margin: 4.5%;
}

.lit_pk {
  margin-top: 2rem;
  padding: 2rem 3% 3%;
  background-color: #fff3cc;
}

#process_model .entry_wrap .entryBtn::before {
  display: none;
}
#process_model .entry_wrap .entryBtn::after {
  display: none;
}

.left_right_bottom_round {
  border-radius: 0 0 13px 13px;
}

#process_model .method_cp_content > div {
  margin: 3% 0 0 0;
}
#process_model .method_cp_content.item > div {
  margin: 3%;
}
#process_model .method_cp_content .l_tx {
  margin-top: 0.1%;
  font-size: 3.3rem;
}

.step_requier_item {
  margin: 0 auto;
}

.step_cont {
  text-align: left;
}

.step_requier_item > li {
  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: 15px 0;
}

.step_requier_item > li:last-of-type {
  padding: 15px 0 5%;
}

.step_requier_item > li:first-of-type {
  padding-top: 0;
}

.step_cont .step_cont_box:first-child {
  width: 40%;
  margin: 0 10% 0 15%;
}

.step_cont .step_cont_box:last-child {
  width: 60%;
}

.step_cont_box img {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.step_cont_box dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 1em;
}

.step_cont_box dl dt span {
  display: block;
  color: var(--green);
  text-align: center;
}

.step_cont_box dl dt small {
  font-size: min(1.6rem, 4vw);
}

.step_cont_box dl ul li {
  font-weight: 500;
  font-size: min(1.8rem, 3.5vw);
  line-height: 1.9;
}

.step_cont_box dl ul li::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.4em;
  border-radius: 50%;
  background-color: var(--green);
  content: "";
}

.step_cont_box .line_link {
  color: var(--green);
  text-decoration: underline;
}

.line_link:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.step_cont_p {
  margin-bottom: 1em;
  font-size: min(2rem, 3.8vw);
  line-height: 1.5;
}

.step_cont_p .line_link {
  font-size: 0.8em;
}

#process_model .entry_wrap .entryBtn {
  position: relative;
  z-index: 1;
  height: 8rem;
  margin: 1.5rem 4rem;
}

@media screen and (max-width: 750px) {
  #process_model .entry_wrap .entryBtn {
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 500px) {
  #process_model {
    padding-bottom: 2rem;
  }
  #process_model h2 {
    font-size: 7vw;
  }
  #process_model .process_model_ttl span:first-of-type {
    margin-right: 1%;
    padding: 0.7%;
    border-radius: 5px;
    line-height: 1.1;
  }
  #process_model .process_model_ttl span {
    font-size: 5vw;
  }
  .step_cont .step_cont_box:first-child {
    margin: 0 10%;
  }
  .left_right_bottom_round {
    border-radius: 0 0 8px 8px;
  }
  #process_model .entry_wrap .entryBtn {
    height: 5rem;
    margin: 1rem 0;
  }
  .lit_pk {
    margin-top: 2%;
    padding: 2% 3% 3%;
  }
  #process_model .method_cp_content .l_tx {
    font-size: 5.3vw;
  }
}
/* --------------------
sim_esim_SIMとeSIM両方選べる
----------------------- */
#sim_esim {
  background-color: #ffea9d;
}

#sim_esim::before {
  background: url("../images/wave_yellow.webp?20260302") no-repeat bottom center/100.2%, -webkit-gradient(linear, left top, left bottom, color-stop(98%, rgb(228, 242, 167)), color-stop(99%, rgb(255, 234, 157)));
  background: url("../images/wave_yellow.webp?20260302") no-repeat bottom center/100.2%, linear-gradient(180deg, rgb(228, 242, 167) 98%, rgb(255, 234, 157) 99%);
}

#sim_esim .method_cp_content > div {
  margin: 3% 5% 3% 1%;
}

#sim_esim h2 img {
  width: 100%;
  max-width: 676px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

#sim_esim .method_cp_content {
  margin: 3% 0;
}

.recomend_diff {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}

.left_top_round {
  border-radius: 16px 0 0 0;
}

.left_center_round {
  color: var(--font_color) !important;
}

.right_top_round {
  border-radius: 0 16px 0 0;
}

.right_bottom_round {
  border-radius: 0 0 16px 0;
}

.left_bottom_round {
  border-radius: 0 0 0 16px;
}

.recomend_diff tr:first-child::before,
.recomend_diff tr:last-child::before {
  width: 0;
}

.recomend_diff tr:first-child img {
  width: 4em;
}

.recomend_diff tr td:first-of-type {
  background-color: #D7F5FF;
}

.recomend_diff tr td:last-child {
  background-color: #ffe9c5;
}

.recomend_diff tr:first-child * {
  background-color: inherit;
}

.recomend_diff th,
.recomend_diff td {
  padding: 2%;
}

.recomend_diff th {
  width: 30%;
  font-size: min(2.8rem, 3.7vw);
}

.recomend_diff th img {
  margin: 0 auto;
  max-width: 80%;
}

.recomend_diff td {
  width: 35%;
  font-weight: 500;
  font-size: min(2.4rem, 3.7vw);
  line-height: 1.2;
  text-align: center;
}

.recomend_diff td strong {
  position: relative;
  font-size: 1.1em;
}

.recomend_diff td sup {
  font-size: min(1.6rem, 2.4vw);
}

.recomend_diff tr td:first-of-type strong {
  color: #0093d7;
}

.recomend_diff tr td:last-child strong {
  color: #ea5900;
}

.recomend_diff .line_link {
  color: #0093d7;
  font-weight: 700;
  font-size: min(2.4rem, 3vw);
  text-decoration: underline;
  letter-spacing: 0;
}

.recomend_desc_icon {
  display: inline-block;
  width: 1.5em;
}

.yellow_line {
  position: relative;
  z-index: 1;
}

.yellow_line::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 105%;
  height: 40%;
  background-color: #E7FFAE;
  content: "";
}

@media screen and (max-width: 750px) {
  .recomend_diff th,
  .recomend_diff td {
    padding: 15px 5px;
  }
}
.recomend_diff_wrap .recomend_diff_border {
  display: block;
  position: absolute;
  left: 50%;
  width: 85%;
  height: 2px;
  margin: auto;
  background-image: radial-gradient(circle, #313131 1px, transparent 1px);
  background-size: 12px 2px;
}

.recomend_diff_wrap .recomend_diff_border:first-of-type {
  top: 43%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.recomend_diff_wrap .recomend_diff_border:nth-of-type(2) {
  top: 68%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media screen and (max-width: 700px) {
  .recomend_diff_wrap .recomend_diff_border:first-of-type {
    top: 40%;
  }
  .recomend_diff_wrap .recomend_diff_border:nth-of-type(2) {
    top: 66%;
  }
}
@media screen and (max-width: 500px) {
  #sim_esim {
    padding-bottom: 2rem;
  }
  .recomend_diff_wrap .recomend_diff_border:first-of-type {
    top: 38%;
  }
  .recomend_diff_wrap .recomend_diff_border:nth-of-type(2) {
    top: 64%;
  }
}
/* #use_amazon
------------------------------------------------*/
#use_amazon {
  position: relative;
  padding-top: 14%;
  background: url("../images/bg_cover_02.webp?20260302") no-repeat center top/cover #ffea9d;
}
#use_amazon h2 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
#use_amazon h3 {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 2rem 0;
  border-radius: 2.2rem;
  background: var(--pink01);
  color: #fff;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#use_amazon h3:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 22px solid transparent;
  border-top: 15px solid var(--pink01);
  content: "";
}
#use_amazon p {
  font-size: 2.4rem;
}
#use_amazon picture {
  display: block;
}
#use_amazon .use_amazon_inner {
  padding: 3rem 2.5rem 0;
}
#use_amazon .use_amazon_content {
  margin: 3rem 0 2rem;
  padding: 4.2rem 3rem;
  border: solid 5px var(--green);
  border-radius: 3rem;
  background-color: #fff;
}
#use_amazon .use_amazon_content:nth-of-type(2) {
  margin-bottom: 5rem;
}
#use_amazon .use_amazon_content .s_tx {
  padding-left: 20px;
  font-size: min(3vw, 20px);
  text-indent: -20px;
}
#use_amazon .use_amazon_content .s_tx:first-of-type {
  margin-top: 3.3rem;
}
#use_amazon .btn_area {
  margin: 0 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
#use_amazon .btn_lightorange,
#use_amazon .btn_green {
  display: inline-block;
  position: relative;
  width: 100%;
}
#use_amazon .btn_lightorange {
  margin-bottom: 5rem;
  padding: 1.3rem 1rem;
  border: solid 0.3rem var(--pink01);
  border-radius: 5rem;
  background: #ffe9cf;
  color: var(--pink01);
  font-weight: bold;
  font-size: min(5vw, 24px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#use_amazon .btn_lightorange:hover {
  background: var(--pink01);
  color: #fdffcf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#use_amazon .btn_green {
  padding: 2.5rem 1rem;
  border: none;
  border-radius: 10rem;
  -webkit-box-shadow: 0 4px #07600f;
          box-shadow: 0 4px #07600f;
  background: var(--green);
  color: #fff;
  font-weight: bold;
  font-size: min(5vw, 24px);
}
#use_amazon .btn_green:hover {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 1px #047660;
  box-shadow: 0 1px #047660;
}
#use_amazon .btn_lightorange::before,
#use_amazon .btn_lightorange::after,
#use_amazon .btn_green::before,
#use_amazon .btn_green::after {
  display: inline-block;
  position: absolute;
  top: 47%;
  right: 3.5rem;
  width: 0.4em;
  height: 0.4em;
  border-top: 3px solid var(--pink01);
  border-right: 3px solid var(--pink01);
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
  content: "";
}
#use_amazon .btn_lightorange:hover::before,
#use_amazon .btn_lightorange:hover::after {
  border-color: #fdffcf;
}
#use_amazon .btn_green::before,
#use_amazon .btn_green::after {
  width: 0.7em;
  height: 0.7em;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media screen and (max-width: 650px) {
  #use_amazon h3 {
    font-size: 5vw;
  }
  #use_amazon .use_amazon_inner {
    padding: 2rem 2.5rem 0;
  }
}
@media screen and (max-width: 500px) {
  #use_amazon h3 {
    border-radius: 1.8rem;
    font-size: 4.6vw;
  }
  #use_amazon p {
    font-size: 4.2vw;
  }
  .btn_lightorange {
    width: 75%;
    padding: 0.4rem 1rem 0.58rem;
    border-radius: 2.3rem;
    font-size: min(4.2vw, 24px);
  }
  #use_amazon h3:before {
    margin-left: -20px;
    border: 16px solid transparent;
    border-top: 10px solid var(--pink01);
  }
  #use_amazon .use_amazon_content {
    margin: 2rem 0 2rem;
    padding: 2rem 1rem;
  }
  #use_amazon .use_amazon_content {
    border: solid 4px var(--green);
    border-radius: 1.8rem;
  }
  #use_amazon .use_amazon_content .s_tx:first-of-type {
    margin-top: 1.5rem;
  }
  #use_amazon .use_amazon_content:nth-of-type(2),
  #use_amazon .btn_lightorange {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 580px) {
  .btn_lightorange {
    border-width: 2.5px;
  }
  .btn_lightorange::before, .btn_lightorange::after {
    border-top-width: 2.5px;
    border-right-width: 2.5px;
  }
  #use_amazon .btn_area {
    margin: 0 0;
  }
  #use_amazon .use_amazon_content .s_tx {
    padding-left: 15px;
    text-indent: -15px;
  }
}
@media screen and (max-width: 450px) {
  #use_amazon .use_amazon_content .s_tx {
    padding-left: 10px;
    text-indent: -10px;
  }
}
/* --------------------
footer
----------------------- */
footer {
  max-width: 750px;
  margin: 0 auto;
  padding: 4.5rem 3% 3rem;
  background-color: #fff;
  text-align: center;
}

footer .black_cv_btn {
  margin: 0 auto 3rem;
}

.btn_lead {
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.1;
  text-align: center;
}

.btn_lead_em {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  color: #f4641c;
  font-style: normal;
}

.btn_lead_em::after {
  display: inline-block;
  position: absolute;
  right: 0.2em;
  width: 0.7em;
  height: 0.7em;
  background-color: #f6529b; /* ここで色変更 */
  -webkit-mask: url(../images/icon_type03.svg?20260303) 0 0/contain no-repeat;
  mask: url(../images/icon_type03.svg?20260303) 0 0/contain no-repeat;
  top: -0.3em;
  content: "";
}

.cv_area {
  background-color: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 15px 0;
  max-width: 750px;
  text-align: center;
}

.black_cv_btn {
  display: block;
  position: relative;
  width: 90%;
  max-width: 560px;
  margin: 0 auto 2rem;
  padding: 0.85em 0;
  border-radius: 12em;
  -webkit-box-shadow: 1px 4px transparent;
  box-shadow: 1px 5px transparent;
  color: #fff;
  font-weight: 600;
  font-size: min(5vw, 32px);
  line-height: 1.8em;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.btn_green {
  -webkit-box-shadow: 0px 4px #07600f;
          box-shadow: 0px 4px #07600f;
  background-color: var(--green);
  font-size: min(5vw, 32px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_orange {
  background-color: var(--orange01);
}

.blue_btn .up_arrow::before {
  top: 41%;
  -webkit-transform: rotate(-45deg) translate(-50%, 0);
          transform: rotate(-45deg) translate(-50%, 0);
}

.blue_btn .down_arow::before {
  top: 45%;
  right: 1.2em;
  -webkit-transform: rotate(135deg) translate(-50%, 0);
          transform: rotate(135deg) translate(-50%, 0);
}

.cv_area.cv_area_fade {
  display: block;
  background-color: #fff;
}

.cv_area.cv_area_fade .black_cv_btn,
.cv_area.cv_area_fade .btn_lead {
  opacity: 1;
}

.black_cv_btn.btn_orange:hover {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 1px #c91723;
  box-shadow: 0 1px #c91723;
}

.black_cv_btn.btn_green:hover {
  -webkit-transform: translate(0, 2px);
  transform: translate(0, 2px);
  -webkit-box-shadow: 0 1px #106466;
  box-shadow: 0 1px #106466;
}

footer .black_cv_btn.btn_green {
  background-color: var(--green);
}

footer .black_cv_btn.btn_green::before {
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 42px;
  -webkit-transform: none;
          transform: none;
  width: 3.5rem;
  height: 2.5rem;
  margin: auto;
  border: none;
  background: url(../images/btn_arrow_ic_02.svg) no-repeat;
  content: "";
}

footer p.copy {
  margin: 4rem 0 2rem;
  line-height: 1.6;
}

footer p.code {
  font-size: 2.1rem;
}

@media screen and (max-width: 750px) {
  footer {
    padding: 4.5rem 0 4rem;
  }
  .btn_lead,
  footer .btn_lead, .cv_area .btn_lead {
    margin: 2.67vw 0 1.5vw;
    font-size: 4.8vw;
  }
  footer .black_cv_btn {
    margin: 0 auto 4.5vw;
  }
  footer p.code {
    font-size: 1.6rem;
  }
  footer p.small_tx {
    font-size: 1.4rem;
  }
  .cv_area {
    max-width: 100vw;
    padding: 2vw 0;
  }
  .black_cv_btn:hover {
    -webkit-transform: translate(0, 0.27vw);
    transform: translate(0, 0.27vw);
    -webkit-box-shadow: 0 0.13vw #802445;
    box-shadow: 0 0.13vw #802445;
  }
  .btn_lead_em::after {
    top: -1.8vw;
    right: 6px;
  }
}
@media screen and (max-width: 500px) {
  footer p.copy {
    margin-bottom: 2vw;
  }
  footer .black_cv_btn.btn_green::before {
    right: 28px;
    width: 3rem;
  }
}
@media screen and (max-width: 400px) {
  footer .black_cv_btn.btn_green::before {
    right: 22px;
    width: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .black_cv_btn {
    padding: 2.5rem 0;
  }
}
/*追従エリアのボタン装飾位置*/
.cv_area .blue_btn::before {
  top: 0rem;
  left: calc((100% - 560px) / 2 - 6%);
}

.cv_area .blue_btn::after {
  right: calc((100% - 560px) / 2 - 2.5%);
  bottom: 4.4rem;
}

.cv_area .orange_btn::before,
footer .orange_btn::before {
  top: -2rem;
  left: calc((100% - 560px) / 2 - 1.5rem);
  width: 75px;
}

.cv_area .orange_btn::after,
footer .orange_btn::after {
  right: calc((100% - 560px) / 2 - 3.1rem);
  bottom: 0;
  width: 100px;
}

@media screen and (max-width: 622px) {
  .cv_area .blue_btn::before {
    left: 3%;
    width: 13%;
  }
  .cv_area .blue_btn::after {
    right: 1.8%;
    width: 13%;
  }
  .cv_area .orange_btn::before,
  footer .orange_btn::before {
    left: 3%;
    width: 13%;
  }
  .cv_area .orange_btn::after,
  footer .orange_btn::after {
    right: 1.5%;
    width: 14%;
  }
}
@media screen and (max-width: 500px) {
  .cv_area .blue_btn::before {
    top: -1.2em;
  }
  .cv_area .blue_btn::after {
    bottom: 1.6em;
  }
  .cv_area .orange_btn::before,
  footer .orange_btn::before {
    top: -2.3em;
  }
  .cv_area .orange_btn::after,
  footer .orange_btn::after {
    right: 2%;
    bottom: -27%;
    width: 12%;
  }
}
/* --------------------
  fade Animation
----------------------- */
.fade-in {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

.fade-in-up {
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 規約インデント
------------------------------------------------*/
.text_kiyaku_box, #conditions .text_kiyaku_box {
  margin-bottom: 30px;
  padding: 0.5em 17.5px;
}

.text_kiyaku_box:last-of-type {
  margin-bottom: 0;
}

.camp_pr .accordion li {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.camp_pr .text_red li,
.camp_pr .text_kiyaku_date li {
  padding-left: 0;
  text-indent: 0;
}

/* モーダルから遷移
------------------------------------------------*/
.profile_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile_box {
  width: 100%;
}

.profile_box button {
  position: relative;
  width: 100%;
  padding: 0;
  border: none;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.profile_box button::before {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10rem;
  background: #fff;
  content: "";
}

.remodal {
  max-width: 970px;
  background: #fff;
}

.modal_item {
  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;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
  border: 1px solid #548d00;
  border-radius: 55px;
  background: var(--color_ivory);
  text-align: center;
}

.modal_item .modal_inner {
  width: 100%;
}

.modal_item .modal_inner span {
  font-weight: 900;
}

.modal_item .modal_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal_item .modal_inner ul li {
  width: 50%;
}

.modal_item .modal_inner ul li a {
  display: inline-block;
  margin: auto;
  padding: 5px;
  width: 230px;
  border: 2px solid #548d00;
  border-radius: 5px;
  color: #548d00;
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}

.modal_item .modal_inner ul li:nth-of-type(2n) {
  margin-left: 0.5rem;
}

.modal_item .modal_inner ul li:nth-of-type(2n) a {
  background-color: #548d00;
  color: #fff;
}

.modal_item p {
  padding-bottom: 1.7rem;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
}

.remodal-close::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.remodal-close {
  display: block;
  position: absolute;
  top: -66px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.profile_box button {
  margin: 2.6rem auto 2.6rem;
}

.profile_clm .blue_btn::after {
  top: 8%;
  right: 0.2rem;
}

@media screen and (max-width: 810px) {
  .remodal {
    max-width: 664px;
  }
  .modal_item {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 4rem 5rem;
  }
  .remodal-close::before, .remodal-close::after {
    top: 1rem;
    left: 3rem;
    width: 3px;
    height: 3rem;
  }
  .remodal-close {
    top: -0.5%;
    right: 2%;
    width: 3rem;
    height: 3rem;
  }
  .modal_item .modal_inner ul li a {
    width: 185px;
  }
}
@media screen and (max-width: 580px) {
  .profile_clm .blue_btn::before {
    top: -10%;
    left: 2%;
  }
  .profile_clm .blue_btn::after {
    top: 26%;
    right: 0rem;
  }
  .profile_box button {
    margin: 1.5rem auto 2rem;
  }
}
@media screen and (max-width: 500px) {
  .remodal {
    max-width: 100%;
  }
  .modal_item {
    display: block;
    padding: 3rem;
  }
  .modal_item p {
    font-size: 2.2rem;
  }
  .modal_item .tx_left {
    padding-left: 1.6rem;
    font-size: 1.6rem;
    text-indent: -1.6rem;
  }
  .modal_item .modal_inner {
    margin: 0;
  }
  .modal_item .modal_inner ul li a {
    width: 140px;
    padding: 3px;
  }
  .remodal-close::before, .remodal-close::after {
    top: 1rem;
    left: 2rem;
    width: 2px;
    height: 2.5rem;
  }
  .remodal-close {
    top: 1%;
    right: 2%;
    width: 3rem;
    height: 3rem;
  }
  .profile_clm .blue_btn::before {
    top: 3%;
    left: 1.5%;
  }
  .profile_clm .blue_btn::after {
    top: -11%;
    right: 0.5rem;
    width: 11%;
  }
}
@media screen and (max-width: 365px) {
  .modal_item p {
    font-size: 1.8rem;
  }
  .modal_item .tx_left {
    padding-left: 1.4rem;
    font-size: 1.4rem;
    text-indent: -1.4rem;
  }
  .modal_item .modal_inner ul li a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 355px) {
  .modal_item .modal_inner ul li a {
    width: 100px;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: calc((100% - 620px) / 2);
  left: 0;
  width: 100%;
  max-width: calc((100% - 750px) / 2);
}

.bg_contents .bg_menu {
  position: fixed;
  left: 0;
  width: 100%;
  max-width: calc((100% - 750px) / 2);
  padding: 0 3vw;
}

.bg_menu ul {
  display: block;
  width: 100%;
  padding: 1vw;
  border: solid 2.5px var(--pink01);
  border-radius: 1.7vw;
  background-color: #fff;
}

.bg_menu li {
  padding-bottom: 1.3rem;
  text-align: left;
}

.anchor_list a::after {
  display: block;
  position: absolute;
  right: 10%;
  width: 1.6em;
  height: 1.6em;
  border-radius: 50%;
  background: url(../images/btn_arrow_bottom_white.svg?20250701) center/contain no-repeat #fff;
  content: "";
}

.bg_contents .bg_menu .access {
  position: relative;
  padding: 2em 6.5em 2em 0;
  border-radius: 15px;
  background: #548d00;
  color: #fff;
  font-weight: bold;
  font-size: 1.1vw;
  text-align: center;
}

.bg_contents .bg_menu .access:after {
  display: inline-block;
  position: absolute;
  top: 1em;
  right: 1em;
  width: 5em;
  height: 5em;
  margin: auto;
  background: url(../images/qr.webp) no-repeat center;
  background-size: cover;
  vertical-align: baseline;
  content: "";
}

.bg_contents .bg_right_area {
  position: fixed;
  right: 0;
  width: 100%;
  max-width: calc((100% - 750px) / 2);
  margin-top: 8.5vw;
  padding: 0 3vw;
}

.bg_right_area_bg {
  padding: 1vw 1vw 0.5vw;
  border: solid 2px var(--pink01);
  border-radius: 1.5vw;
  background-color: #fff;
}

.bg_contents .bg_right_area .blue_btn {
  margin-bottom: 2vw;
}

.blue_btn, .orange_btn {
  position: relative;
}

.bg_contents .bg_right_area .blue_btn::before {
  top: -3%;
  left: -1vw;
  width: 3vw;
  height: 3.5vw;
}

.bg_contents .bg_right_area .black_cv_btn {
  width: 100%;
}

.bg_contents .bg_right_area div a {
  padding: 0.5em 0;
}

.bg_contents .bg_right_area div a, .bg_right_area .btn_lead {
  font-size: 1.3vw;
}

.bg_contents .bg_right_area .orange_btn::after, .bg_contents .bg_right_area .blue_btn::after {
  top: -8.8%;
  right: -6.5%;
  width: 4vw;
  height: 4vw;
}

.bg_contents .bg_right_area div a, .bg_right_area .btn_lead {
  font-size: 1.3vw;
}

.btn_lead {
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.1;
  text-align: center;
}

.blue_btn, .orange_btn {
  position: relative;
}

.bg_contents .bg_right_area .orange_btn::before {
  top: -18%;
  left: -1.1vw;
  width: 3.5vw;
  height: 3.5vw;
}

.bg_contents .bg_right_area .orange_btn::after {
  top: 18%;
  right: -2.2%;
  width: 2.6vw;
  height: 3.5vw;
}

.bg_menu li a {
  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;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0.5vw 1vw 0.5vw 2.5vw;
  border-radius: 20px;
  background-color: #fff;
  color: var(--pink01);
  font-weight: bold;
  font-size: 1.3vw;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition: 0s;
  transition: 0s;
}

.bg_menu li a::after {
  display: inline-block;
  position: absolute;
  right: 10%;
  width: 1.8vw;
  height: 1.8vw;
  margin-top: 0.2rem;
  background: url(../images/ic_orange.svg) no-repeat;
  content: "";
  -webkit-transition: 0s;
  transition: 0s;
}

.bg_menu ul a.anchor__1 {
  line-height: 2.5;
}

.bg_menu li a.is-active {
  background: var(--pink01);
  color: #fff;
}

.bg_menu ul li a.is-active::after {
  background: url("../images/ic_orange_active.svg") no-repeat;
}

@media screen and (max-width: 1500px) {
  .bg_contents .bg_menu .access {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 1595px) {
  .bg_contents .bg_menu .access {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1550px) {
  .bg_contents .bg_menu .access {
    font-size: 0.85vw;
  }
}
@media screen and (max-width: 1380px) {
  .bg_contents .bg_menu .access {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1366px) {
  .bg_contents {
    display: none;
  }
}
@media screen and (max-width: 1650px) {
  .bg_contents .bg_right_area div a, .bg_right_area .btn_lead {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 1550px) {
  .bg_contents .bg_right_area div a, .bg_right_area .btn_lead {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1450px) {
  .bg_right_area_bg {
    padding: 1.3vw 0 0.2vw;
  }
}
@media screen and (max-width: 1650px) {
  .bg_contents .bg_right_area .blue_btn::after {
    top: -22%;
    right: -8%;
  }
}
@media screen and (max-width: 1550px) {
  .bg_contents .bg_right_area .blue_btn::before {
    top: -15%;
    left: -4%;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .bg_right_area .blue_btn::before {
    top: -5%;
    left: 1%;
    width: 2vw;
    height: 3vw;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .bg_right_area .orange_btn::after, .bg_contents .bg_right_area .blue_btn::after {
    top: -9%;
    right: 2%;
    width: 2vw;
    height: 3vw;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .bg_right_area .orange_btn::before {
    top: -15%;
    left: 2px;
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width: 1500px) {
  .bg_contents .bg_right_area .orange_btn::after {
    top: 10%;
    right: -3.5%;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .bg_right_area .orange_btn::after {
    top: 20%;
    right: 2%;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .bg_right_area .black_cv_btn {
    width: 90%;
  }
}
@media screen and (max-width: 1500px) {
  .bg_contents .bg_right_area div a, .bg_right_area .btn_lead {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .bg_right_area div a, .bg_right_area .btn_lead {
    font-size: 1vw;
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .bg_right_area .orange_btn::before {
    top: -19%;
    left: 2%;
    width: 2vw;
    height: 3vw;
  }
}
@media screen and (max-width: 1450px) {
  .bg_menu li a {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1500px) {
  .bg_menu li a {
    border-radius: 1.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1450px) {
  .bg_menu li a::after {
    right: 8%;
    width: 1.5em;
    height: 1.5em;
  }
}
@media (hover: hover) {
  .bg_menu li a:hover {
    background: var(--pink01);
    color: #fff;
  }
  .bg_menu a {
    opacity: 1;
  }
  .bg_menu li a:hover::after {
    background: url("../images/ic_orange_active.svg") no-repeat;
  }
}
/* ==============================
add 251128
============================== */
/* reset */
:root {
  --font_color: var(--base_color); /* ベースの文字色  */
  --point_color: #f6529b;
  --pink01: #f6529b;
  --orange01: #ff8407;
}

body {
  font-weight: 500;
}

.blue_btn::after,
.orange_btn::after {
  display: none;
}

/* cmn */
.tx_orange {
  color: var(--pink01);
}

.entryBtn .txtSt1 {
  line-height: 1.3;
  font-weight: 600;
  display: block;
}

@media screen and (min-width: 751px) {
  .entryBtn .txtSt1 {
    font-size: 0.75em;
  }
}
.entry_wrap .entryBtn,
.profile_box button {
  height: auto;
}

.entryBtn .txt_b {
  font-size: 200%;
  font-weight: 700;
  display: block;
}

.entry_wrap .entryBtn a,
.profile_box button,
.btn_green {
  padding: 0.7em 0 0.5em;
  background-color: #05cc63;
}

.entry_wrap .entryBtn2 a {
  padding: 0.6em 0;
  font-size: 4.5333vw;
  font-weight: 700;
}

@media screen and (min-width: 751px) {
  .entry_wrap .entryBtn2 a {
    font-size: 27px;
  }
}
.btn_green {
  position: relative;
}

.blue_btn::before,
.orange_btn::before {
  bottom: -2em;
}

.entry_wrap .entryBtn a::after,
.profile_clm .profile_box button::before,
.profile_clm .profile_box button::after {
  width: 11.852%;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  border: 0;
  background: url(../images/button_arrow1.png) no-repeat center/100% auto;
  -webkit-transform: rotate(0) translate(0, -50%);
          transform: rotate(0) translate(0, -50%);
}

.entry_wrap .entryBtn2 a::after,
.btn_green::after {
  width: 5.085%;
  aspect-ratio: 5/3;
  background: url(../images/button_arrow2.png) no-repeat center/100% auto;
}

.btn_green::after {
  content: "";
  z-index: 2;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.blue_btn::before,
.orange_btn::before {
  width: 9.3%;
}

.profile_box button {
  margin: 0 auto;
}

.note small {
  font-size: 2.6666vw;
  display: block;
}

@media screen and (min-width: 751px) {
  .note small {
    font-size: 15px;
  }
}
.note.note1 small {
  padding-left: 1em;
  text-indent: -1em;
}

.note.note2 small {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.toggleArea .toggleBlock .toggleBtn {
  cursor: pointer;
  position: relative;
}
.toggleArea .toggleBlock .toggleBtn::before, .toggleArea .toggleBlock .toggleBtn::after {
  content: "";
  width: 5.734%;
  height: auto;
  aspect-ratio: 16/3;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 3%;
}
.toggleArea .toggleBlock .toggleBtn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.toggleArea .toggleBlock.active .toggleBtn::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.toggleArea .toggleBlock .toggleCont {
  display: none;
}

/* contents */
@media screen and (min-width: 751px) {
  body {
    padding: 20px 0;
  }
  body::before {
    background: url("../images/bg_body01.webp?20260302") no-repeat top center/cover #fff;
  }
  .x_shadow {
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px rgba(96, 69, 46, 0.3);
            box-shadow: 0 0 20px rgba(96, 69, 46, 0.3);
  }
}
.information,
.camp_pr_content details {
  border-color: var(--base_color);
  background-color: #fff;
}

.information details summary,
.camp_pr_content details summary {
  color: var(--base_color);
  background-color: #fff;
  border-radius: 10px;
}

.information .toggle_sign::before,
.information .toggle_sign::after,
.camp_pr_content .toggle_sign::before,
.camp_pr_content .toggle_sign::after {
  background-color: var(--base_color);
}

.kv .accordion_content {
  margin: 0 1.5em;
  padding: 1em 0;
  border-top: 1px dashed #797569;
}

.information .orange {
  margin-top: 0;
  text-align: left;
  font-weight: 600;
}

.information p span,
.camp_pr_content .accordion_content h2 {
  background-color: #f6529b;
}

.camp_pr_content .accordion_content a {
  color: #05cc63;
}

.kv .entry_wrap {
  padding-bottom: 3em;
}

.profile {
  width: 90%;
  margin: 0 auto 1.5em;
}

.profile_clm .btnTtl {
  width: 100%;
  margin: 0 auto -4.5vw 0;
  padding-top: 2em;
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 751px) {
  .profile_clm .btnTtl {
    margin-bottom: -1.7em;
  }
}
.anchor_list {
  padding: 0.5em;
  background-color: #fff0f1;
  border-style: solid;
  border-width: 2px;
  border-bottom-width: 6px;
  border-color: var(--base_color);
  border-radius: 24px;
  display: block;
}

.anchor_list li a {
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
  line-height: 1.6;
  color: var(--base_color);
  font-size: 4.2666vw;
  background: none;
  border: 0;
  border-bottom: 2px solid var(--base_color);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 751px) {
  .anchor_list li a {
    font-size: 25px;
  }
}
.anchor_list li:last-child a {
  border-bottom: 0;
}

.entry_wrap .js_cv_area_trigger {
  margin: 0 0 2em;
}

.anchor_list a::after {
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  border-right: 3px solid var(--base_color);
  border-bottom: 3px solid var(--base_color);
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: 5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: margin-top 0.2s;
  transition: margin-top 0.2s;
}

.anchor_list a:hover:after {
  margin-top: 0.5em;
}

.about_plan_wrap {
  padding: 12% 0 4%;
}

.about_plan_wrap .about_plan_ttl {
  width: 89.334%;
  margin: 0 auto;
}

.btn_lead_em {
  color: #f6529b;
}

.orange_btn a:hover {
  -webkit-box-shadow: 0 1px #593a1f !important;
          box-shadow: 0 1px #593a1f !important;
}

.orange_btn a,
.line_btn {
  max-width: none;
  padding: 0.2em 0;
  line-height: 1.4;
  font-size: 5.8666vw;
  font-weight: 700;
  /* background: url(../images/btn_bg2.png) no-repeat center / 100% 100%; */
}

@media screen and (min-width: 751px) {
  .orange_btn a,
  .line_btn {
    font-size: 28px;
  }
}
#footer .orange_btn a {
  padding: 1em 0;
  background-color: #ff8407;
}

.line_btn {
  /* background: url(../images/btn_bg3.png) no-repeat center / 100% 100%; */
  color: #00c302;
}

.orange_btn::before,
.line_btn::after,
.btn_orange a::before {
  display: none;
}

.line_content .orange_btn a::before,
.line_btn::before {
  content: "";
  width: 3%;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  display: inline-block;
  position: absolute;
  top: 47%;
  right: 0.5em;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
          transform: rotate(45deg) translate(-50%, 0);
}

@media (min-width: 751px) {
  .line_content .orange_btn a::before,
  .line_btn::before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
.earn_points {
  padding: 4em 0;
  background-color: #fff;
}
.earn_points.ctaBtnArea {
  padding: 0;
  background-color: #fff;
}

.earn_points .secTtlArea {
  margin-bottom: 3em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .earn_points .secTtlArea {
    margin-bottom: 1.3em;
  }
}

.earn_points .secTtlArea .secTtl {
  width: 73.3333%;
  margin: 0 auto;
}

.earn_points .stepArea {
  width: 89.3333%;
  margin: 0 auto 2em;
  position: relative;
  z-index: 2;
}

@media (min-width: 751px) {
  .earn_points .stepArea {
    margin-bottom: 3em;
  }
}
.earn_points .stepArea:last-child {
  margin-bottom: 0;
}

.earn_points .stepArea .ttlArea {
  padding: 0.5em 1.5em;
  background-color: var(--base_color);
  border-radius: 24px 24px 0 0;
  position: relative;
  z-index: 2;
}

.earn_points .stepArea .ttlArea .ttl {
  color: #f9f9f9;
  font-size: 6.1333vw;
  font-weight: 700;
  position: relative;
}

@media (min-width: 751px) {
  .earn_points .stepArea .ttlArea .ttl {
    font-size: 30px;
  }
}
.earn_points .stepArea .ttlArea .ttl .icn {
  margin-right: 1em;
  color: #f6eed7;
  font-size: 87%;
  font-weight: 600;
}
.earn_points .stepArea .ttlArea .ttl .icn .num {
  font-size: 120%;
}
.earn_points .stepArea .ttlArea .figImg {
  position: absolute;
  right: 19px;
  bottom: -25px;
}
.earn_points .stepArea.step1 .ttlArea .figImg {
  width: 15.011%;
  -webkit-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
  right: -20px;
  bottom: -11px;
}
.earn_points .stepArea.step1 .ttlArea .ttl .icn {
  margin-right: 1em;
  color: #f6eed7;
  font-size: 87%;
  font-weight: 600;
  margin-right: 0.5em;
}
.earn_points .stepArea.step2 .ttlArea .figImg {
  width: 15.202%;
  -webkit-transform: translate(10%, 20%);
  transform: translate(10%, 20%);
  bottom: 16px;
}
.earn_points .stepArea.step3 .ttlArea .figImg {
  width: 19.162%;
  -webkit-transform: translate(20%, -10%);
  transform: translate(20%, -10%);
}

.earn_points .stepArea .stepCont {
  padding: 5vw 5.3732% 10vw;
  background-color: #ffeced;
  border-radius: 0 0 24px 24px;
  border: 4px solid var(--base_color);
  border-top: 0;
  position: relative;
  z-index: 1;
}

.ctaBtnArea .stepArea {
  padding: 2em 5.3732% 3em;
}
.ctaBtnArea .stepArea .linkArea1 .txt a {
  font-size: 1.1vw;
}
@media screen and (max-width: 750px) {
  .ctaBtnArea .stepArea .linkArea1 .txt a {
    font-size: 3.8vw;
  }
}

@media (min-width: 751px) {
  .ctaBtnArea {
    padding: 3em 0;
  }
  .earn_points .stepArea .stepCont, .ctaBtnArea.stepArea .stepCont {
    padding: 2em 5.3732% 3em;
  }
}
.earn_points .stepArea.step1 .stepCont .txtArea1 {
  margin-bottom: 0;
  text-align: center;
}

.earn_points .stepArea.step1 .stepCont .txtArea1 .txt1 {
  width: 84.066%;
  margin: 0 auto;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea .ttlArea2 {
  margin-bottom: 2em;
  padding: 0.5em 0;
  text-align: center;
  color: #fff;
  background-color: #f6529b;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea .ttlArea2 .ttl {
  font-size: 5.3333vw;
  font-weight: 700;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step2 .stepCont .flows .flowArea .ttlArea2 .ttl {
    font-size: 30px;
  }
}
.earn_points .stepArea.step2 .stepCont .flows .flowArea .flowCont {
  width: 89.83%;
  margin: 0 auto;
  padding-bottom: 2em;
  font-size: 3.2vw;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step2 .stepCont .flows .flowArea .flowCont {
    font-size: 18px;
  }
}
.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow1 .flow1Li > li {
  margin-bottom: 1.2em;
  padding-bottom: 1.2em;
  border-bottom: 1px dashed #7d7d7d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow1 .flow1Li > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow1 .flow1Li .figImg {
  width: 22.644%;
  margin: 0 2em 0 0;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow1 .flow1Li .txtArea .ttl {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 4.2666vw;
  font-weight: 700;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step2 .stepCont .flows .flowArea.flow1 .flow1Li .txtArea .ttl {
    font-size: 22px;
  }
}
.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow1 .flow1Li .txtArea .ttl .sub {
  font-size: 60%;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow1 .flow1Li .txtArea .Clause li {
  margin-bottom: 0.2em;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea .linkSt1 a {
  color: #05cc63;
  text-decoration: underline;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea .linkSt1 a:hover {
  text-decoration: none;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .txtArea1 {
  margin-bottom: 1em;
  text-align: center;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .txtArea1 .txt1 {
  width: 104.53%;
  margin: 0 -2.5%;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 {
  width: 100%;
  margin: 0 auto 1em;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 th,
.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 td {
  padding: 0.5em 0;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 .blu1 {
  color: #21a7e5;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 .red1 {
  color: #f6529b;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 thead th {
  font-size: 140%;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody tr {
  position: relative;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody tr::after {
  content: "";
  width: 100%;
  background-color: transparent;
  border-bottom: 1px dashed #7d7d7d;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody tr:last-child:after {
  display: none;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody tr:last-child:after {
  display: none;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody th .figImg {
  width: 48.08%;
  margin: 0 auto;
  padding-top: 0.1em;
  display: block;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody td {
  width: 38%;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody td:nth-child(2) {
  background-color: #f9f9f9;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody tr:first-child td:nth-child(2) {
  border-radius: 16px 0 0 0;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 tbody tr:last-child td:nth-child(2) {
  border-radius: 0 0 0 16px;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 td .icn1 {
  font-size: 6.6666vw;
  font-weight: 700;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step2 .stepCont .flows .flowArea.flow2 .flowCont .table1 td .icn1 {
    font-size: 40px;
  }
}
.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow3 .flowCont .txtArea1 {
  margin-bottom: 3em;
  padding-bottom: 0.5em;
  text-align: center;
  border-bottom: 1px dashed #7d7d7d;
}

.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow3 .flowCont .txtArea1 .txt1 {
  font-size: 4.2666vw;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step2 .stepCont .flows .flowArea.flow3 .flowCont .txtArea1 .txt1 {
    font-size: 22px;
  }
}
.earn_points .stepArea.step2 .stepCont .flows .flowArea.flow3 .flowCont .figImg {
  width: 80%;
  margin: 0 auto 1em;
}

.slider .swiper-pagination {
  padding: 2vw 0 5vw;
  position: relative;
  top: 0;
  bottom: auto;
}

@media (min-width: 751px) {
  .slider .swiper-pagination {
    padding: 1em 0 2em;
  }
}
.slider .swiper-pagination .swiper-pagination-bullet {
  width: 2.712%;
  margin: 0 1em;
  height: auto;
  aspect-ratio: 1/1;
}

.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--point_color);
}

.swiper-button-next,
.swiper-button-prev {
  width: 10.17%;
  aspect-ratio: 1/1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.earn_points .linkArea1 {
  margin-bottom: 2em;
  text-align: center;
}

@media (min-width: 751px) {
  .earn_points .linkArea1 {
    margin-bottom: 4em;
  }
}
.earn_points .linkArea1 .txt {
  font-size: 4vw;
}

@media (min-width: 751px) {
  .earn_points .linkArea1 .txt {
    font-size: 30px;
  }
}
.earn_points .linkArea1 .txt a {
  color: #05cc63;
  text-decoration: underline;
}

.earn_points .linkArea1 .txt a:hover {
  text-decoration: none;
}

.earn_points .stepArea.step3 .stepCont .txtArea1 {
  margin-bottom: 1.5em;
}

.earn_points .stepArea.step3 .stepCont .txtArea1 .txt1 {
  width: 98.811%;
  margin: 0 auto 1em;
}

.earn_points .stepArea.step3 .stepCont .txtArea2 {
  margin-bottom: 1.5em;
  padding: 1.5em 0;
  text-align: center;
  border-top: 1px dashed #7d7d7d;
  border-bottom: 1px dashed #7d7d7d;
}

.earn_points .stepArea.step3 .stepCont .txtArea2 .txt1 {
  font-size: 3.5999vw;
  font-weight: 700;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step3 .stepCont .txtArea2 .txt1 {
    font-size: 27px;
  }
}
.earn_points .stepArea.step3 .stepCont .example .exampleBlock {
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: border-radius 0.3s;
  transition: border-radius 0.3s;
}

.earn_points .stepArea.step3 .stepCont .example .exampleBlock.active {
  border-radius: 0;
}

.earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleTtlArea {
  text-align: center;
  color: #fff;
  background-color: #f6529b;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleTtlArea .ttl {
  padding: 0.4em 0;
  font-size: 4.2666vw;
  font-weight: 700;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleTtlArea .ttl {
    font-size: 22px;
  }
}
.earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleContArea .exampleCont1 {
  padding: 2em 0;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}

.earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleContArea .exampleCont1 .txtArea3 {
  width: 90%;
  margin: 0 auto 1.5em;
  padding-bottom: 1em;
  text-align: center;
  border-bottom: 1px dashed #7d7d7d;
}

.earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleContArea .exampleCont1 .txtArea3 .txt1 {
  font-size: 3.2vw;
  white-space: nowrap;
}

@media (min-width: 751px) {
  .earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleContArea .exampleCont1 .txtArea3 .txt1 {
    font-size: 18px;
  }
}
.earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleContArea .exampleCont1 .figImg1 {
  width: 96.756%;
  margin: 0 auto;
}

.earn_points .stepArea.step3 .stepCont .example .exampleBlock .exampleContArea .exampleCont2 .txtArea4 .txt1 {
  width: 98.811%;
  margin: 0 auto;
}

.point_pay {
  padding: 3em 0;
  background-color: #fff;
}

.point_pay .secTtlArea {
  margin-bottom: 0;
}

.point_pay .secTtlArea .secTtl {
  width: 88.4%;
  margin: 0 auto 2em;
}

.point_pay .point_pay_cont .videoArea {
  margin-bottom: 2em;
}

.point_pay .point_pay_cont .videoArea .video {
  width: 90%;
  margin: 0 auto;
}

.point_pay .point_pay_cont .videoArea .video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.point_pay .point_pay_cont .txtArea1 {
  margin-bottom: 0.5em;
  text-align: center;
}

.point_pay .point_pay_cont .txtArea1 .txt1 {
  width: 60.4%;
  margin: 0 auto;
}

.point_pay .point_pay_cont .entry_wrap {
  width: 80%;
  margin: 0 auto 3em;
}

.point_pay .point_pay_cont .linkArea1 {
  margin-bottom: 2em;
  text-align: center;
}

.point_pay .point_pay_cont .linkArea1 .txt {
  font-size: 4vw;
}

@media (min-width: 751px) {
  .point_pay .point_pay_cont .linkArea1 .txt {
    font-size: 20px;
  }
}
.point_pay .point_pay_cont .linkArea1 .txt a {
  color: #05cc63;
  text-decoration: underline;
}

.point_pay .point_pay_cont .linkArea1 .txt a:hover {
  text-decoration: none;
}

.faq {
  padding: 12em 0 4em;
  background: url(../images/wave_bg1.png) no-repeat center top/100% auto #ffeced;
}

.faq .secTtlArea {
  margin-bottom: 2em;
  text-align: center;
}

.faq .secTtlArea .secTtl {
  font-size: 8vw;
  font-weight: 700;
}

@media (min-width: 751px) {
  .faq .secTtlArea .secTtl {
    font-size: 50px;
  }
}
.faq .faqCont {
  width: 89.334%;
  margin: 0 auto 4em;
  border-top: 1px dashed #7d7d7d;
}

.faq .faqCont .faqBlock {
  border-bottom: 1px dashed #7d7d7d;
}

.faq .faqCont .faqBlock .faqTtlArea {
  padding: 2em 0;
}

.faq .faqCont .faqBlock .faqTtlArea::before,
.faq .faqCont .faqBlock .faqTtlArea::after {
  background-color: var(--base_color);
  right: 0;
}

.faq .faqCont .faqBlock .faqTtlArea .ttl {
  font-size: 4.2666vw;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 751px) {
  .faq .faqCont .faqBlock .faqTtlArea .ttl {
    font-size: 22px;
  }
}
.faq .faqCont .faqBlock .faqTtlArea .ttl::before {
  content: "";
  width: 6.12%;
  aspect-ratio: 41/39;
  margin-right: 0.8em;
  background: url(../images/faq_q.png) no-repeat center top/100% auto;
}

.faq .faqCont .faqBlock .faqContArea {
  padding: 0.5em 0 1.5em;
  font-size: 3.7333vw;
  font-weight: 500;
}

@media (min-width: 751px) {
  .faq .faqCont .faqBlock .faqContArea {
    font-size: 18px;
  }
}
.faq .faqCont .faqBlock .faqContArea::before {
  content: "";
  width: 5.523%;
  aspect-ratio: 1/1;
  margin: 0 auto 1em 0.5%;
  background: url(../images/faq_a.png) no-repeat center top/100% auto;
  display: block;
}

.faq .faqCont .faqBlock .faqContArea p {
  margin-bottom: 1em;
}

.faq .faqCont .faqBlock .faqContArea .txtSt1 {
  background-color: #fbf6ae;
}

.faq .faqCont .faqBlock .faqContArea h3 {
  margin-bottom: 0.3em;
  font-size: 107%;
  font-weight: 700;
}

.faq .faqCont .faqBlock .faqContArea .ttlSt1 {
  padding-left: 0.3em;
  border-left: 4px solid var(--point_color);
}

.faq .faqCont .faqBlock .faqContArea h4 {
  margin-bottom: 0.3em;
  font-weight: 700;
}

.faq .faqCont .faqBlock .faqContArea .faqDl1 dt {
  margin-bottom: 0.3em;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 107%;
  font-weight: 700;
  background-color: #f6529b;
  display: inline-block;
}

.faq .faqCont .faqBlock .faqContArea .faqDl1 dd {
  margin-bottom: 1em;
}

.faq .faqCont .faqBlock .faqContArea .faqUl1 {
  padding-bottom: 0.5em;
}

.faq .faqCont .faqBlock .faqContArea .faqUl1 li {
  margin-bottom: 1em;
}

.faq .faqCont .faqBlock .faqContArea .faqUl1.ulSt1 li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.faq .faqCont .note small {
  font-size: 3.7333vw;
}

@media (min-width: 751px) {
  .faq .faqCont .note small {
    font-size: 18px;
  }
}
.faq .linkArea1 {
  margin-bottom: 2em;
  text-align: center;
}

.faq .linkArea1 .txt {
  font-size: 4vw;
}

@media (min-width: 751px) {
  .faq .linkArea1 .txt {
    font-size: 20px;
  }
}
.faq a {
  color: #05cc63;
  text-decoration: underline;
}

.faq a:hover {
  text-decoration: none;
}

#footer {
  background-color: var(--footer_bg);
}

#footer .linkArea1 {
  margin-bottom: 2em;
  text-align: center;
}

#footer .linkArea1 .txt {
  font-size: 4vw;
}

@media (min-width: 751px) {
  #footer .linkArea1 .txt {
    font-size: 20px;
  }
}
#footer .linkArea1 a {
  color: #05cc63;
  text-decoration: underline;
}

#footer .linkArea1 a:hover {
  text-decoration: none;
}

.cv_area {
  max-width: 100%;
  padding: 3vw 0 1px;
  height: 120px;
}

@media (min-width: 751px) {
  .cv_area {
    max-width: 550px;
    padding-top: 1em;
    position: relative;
    height: 170px;
  }
}
.cv_area .black_cv_btn {
  max-width: none;
  padding: 0.5em 0 0.4em;
  font-size: 4.8vw;
}

@media (min-width: 751px) {
  .cv_area .black_cv_btn {
    font-size: 26px;
  }
}
.cv_area .orange_btn .btn_orange::before {
  content: "";
  width: 10.33%;
  aspect-ratio: 11/17;
  background: url(../images/btn_dec2.svg) no-repeat center bottom/100% auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 6%;
}

.cv_area1 {
  position: fixed;
}

.cv_area1 .btn_lead {
  width: 80vw;
  margin: auto;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 9px;
}

.cv_area1 .cv_btn {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

@media (min-width: 751px) {
  .cv_area1 .btn_lead {
    width: 450px;
    top: 20px;
  }
  .cv_area1 .cv_btn {
    position: absolute;
    width: 100%;
    bottom: 10px;
  }
}
.modal_item {
  color: var(--font_color);
  border: 4px solid #f6529b;
}

.modal_item .txt1 {
  color: #f6529b;
}

.modal_item .modal_inner ul li a {
  padding: 0.8em 0;
  color: var(--font_color);
  border-radius: 3em;
  border-color: #e4dbd3;
}

.modal_item .modal_inner ul li:nth-of-type(2n) a {
  background-color: #05cc63;
  border-color: transparent;
}

.bg_contents .bg_menu,
.bg_contents .bg_right_area {
  max-width: calc((100% - 600px) / 2);
}

.bg_menu ul,
.bg_right_area_bg {
  background-color: var(--footer_bg);
  border-color: var(--base_color);
}

.bg_menu li {
  padding: 0;
  border-bottom: 1px solid var(--base_color);
}

.bg_menu li.last {
  border-bottom: 0;
}

.bg_menu li a {
  padding: 0.8em 0.3em;
  color: var(--base_color);
  background-color: transparent;
  border-radius: 0 !important;
}

.bg_menu li a.is-active,
.bg_menu li a:hover,
.bg_menu ul li a.is-active:hover {
  background-color: var(--base_color);
}

.bg_menu ul li a.is-active::after,
.bg_menu ul li a.is-active:hover::after {
  background-image: url(../images/ic_orange_active.svg);
}

.bg_menu li a::after {
  width: 8.5%;
  height: auto;
  aspect-ratio: 17/10;
  right: 0;
}

.bg_contents .bg_menu .access {
  padding: 3em 1em;
  text-align: left;
  color: var(--base_color);
  background-color: #fff;
}

.bg_contents .bg_menu .access:after {
  width: 22%;
  max-width: 81px;
  height: auto;
  aspect-ratio: 1/1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.bg_right_area_bg {
  background-color: #fff;
}

.bg_contents .bg_right_area {
  margin-top: 4.5vw;
}

.bg_contents .bg_right_area .blue_btn::before {
  display: none;
}

.bg_contents .bg_right_area .btn_lead1 {
  width: 80%;
  margin: 0 auto 0.5em;
}

/* ---------------------------------------------
add 260202
--------------------------------------------- */
/* reset */
#campaign {
  margin-bottom: 0;
}

.profile_clm {
  width: 90%;
  margin: 0 auto 2em;
}
.profile_clm .btnTtl {
  z-index: 1;
}
.profile_clm .profile_box {
  margin-bottom: 2em;
}
.profile_clm .txt1 {
  margin: 0 auto;
  text-align: center;
  font-size: 110%;
  font-weight: 700;
  display: block;
}

#footer {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 190px;
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  #footer {
    padding-bottom: 33vw;
  }
}

.docomoPlans {
  margin: 0 auto 3em;
  background-color: #fff;
}
.docomoPlans .ttlArea {
  color: #000;
}
.docomoPlans .ttlArea .ttl {
  text-align: center;
  line-height: 1.2;
  font-size: 5.8666vw;
  font-weight: 900;
}

@media screen and (min-width: 751px) {
  .docomoPlans .ttlArea .ttl {
    font-size: 40px;
  }
}
.docomoPlans .bg1 {
  padding: 2em 0;
  background: -webkit-gradient(linear, left top, right bottom, from(#f67d94), to(#fe968b));
  background: linear-gradient(to bottom right, #f67d94 0%, #fe968b 100%);
}
.docomoPlans .mainCopy {
  text-align: center;
  color: #fff;
  width: 84%;
  margin: 0 auto 2em;
}
.docomoPlans .mainCopy p {
  line-height: 1.3;
  font-size: 4.2666vw;
  font-weight: 700;
}
.docomoPlans .mainCopy .txt {
  margin-bottom: 0;
}
.docomoPlans .plans {
  margin-bottom: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.65em 2.6%;
}
.docomoPlans .plans .plan {
  width: 44.334%;
}
.docomoPlans .plans .plan a {
  text-decoration: none;
}
.docomoPlans .noteArea1 {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}
.docomoPlans .noteArea1 small {
  display: block;
}

@media screen and (min-width: 751px) {
  .docomoPlans .mainCopy p {
    font-size: 30px;
  }
}/*# sourceMappingURL=style_001.css.map */