@charset "utf-8";
/* --------------------
  constants
-------------------- */
:root {
  --font_color: #212121; /* ベースの文字色  */
  /* ゴシック体 */
  --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;
  scrollbar-gutter: stable;
}
body {
  position: relative;
  z-index: -1;
  color:  var(--font_color);
  font-family: var(--font_family);
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 0!important;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/amagif_202607sim/assets/images/pc_bg.webp") no-repeat center / cover #fff;
  content: "";
}
a {
  color: #0000ff;
}
h1, h2, h3 {
  line-height: 1.3em;
  margin-top: 0;
}
ul, ol {
  -webkit-padding-start: 0;
          padding-inline-start: 0; /* list-styleを設定する場合は要調整 */
  list-style: none;
}
dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section {
  max-width: 750px;
  margin: 0 auto;
}
.x_shadow {
  box-shadow: 0 .6rem .8rem rgba(255, 255, 255, 0.8);
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}
.text_red {
  color: #f00;
}
/* --------------------
  common
-------------------- */
.caption_text_wrap {
  margin-top: 2rem;
}
.caption_text_left {
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 1.55em;
  text-indent: -1.55em;
  color: #FFFFFF;
  line-height: 1.65;
  letter-spacing: 0.5px;
}
.caption_text_left+.caption_text_left {
  margin-top: 0.6rem;
}
@media all and (max-width: 750px) {
  .caption_text_left {
    padding-left: 5.2vw;
    text-indent: -5.2vw;
    font-size: 3vw;
  }
}
@media all and (max-width: 500px) {
  .caption_text_wrap {
    margin-top: 8vw;
  }
  .caption_text_left {
    padding-left: 5vw;
    text-indent: -5vw;
    margin-top: 1vw!important;
  }
}
#process_modal,
#sim_esim {
  padding: 6% 2.5rem 19%;
  position: relative;
}
#process_modal::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
@media all and (max-width: 700px) {
  #process_modal::before {
    height: 12vw;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .cta_follow .btn a:hover::after {
    opacity: .2;
  }
  .entry_sim .entryBtn a:hover,.black_cv_btn.btn_01:hover,.bg_right_area .btn_wrap:hover {
            transform: translate(0, .2rem);
            box-shadow: 0 .1rem #771f15;
    opacity: 1;
  }
  .h2_area .black_cv_btn.btn_01:hover {
    transform: translate(0, .2rem);
    box-shadow: 0 .1rem #0032a2;
    opacity: 1;
  }
  .entry_sim .entryBtn a:hover{
    box-shadow: 0 .1rem #222690;
  }
  .bg_right_area .btn_wrap a:hover {
    opacity: 1;
  }
  .line_link:hover {
    opacity: .6;
    transition: .5s;
  }
  .anchor_list li:hover {
    box-shadow: none;
    transform: translate(0,.6rem);
  }
  .anchor_list li a:hover {
    opacity: 1;
  }
  .amazon_btn .btn_01:hover {
    transform: translate(0, .6rem);
    box-shadow: 0 0 #0032a2;
    opacity: 1;
  }
  #accordion_wrap button.seemore_btn:hover {
    transform: translate(.1rem, .3rem);
    box-shadow: 0 0 #0d78f8;
  }
}

/* entry_wrap・btn
------------------------------------------------*/
.entry_wrap {
  text-align: center;
  font-size: 1.6rem;
  width: 90%;
  max-width: 600px;
  margin: 0 auto 6rem;
}
.entry_wrap .entryBtn {
  position: relative;
  height: 10rem;
  width: 100%;
  max-width: 600px;
  margin: 3rem auto;
}
.entry_wrap .entryBtn::before{
  position: absolute;
  width: 117%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  height: 80%;
  background: url(/special/amagif_202607sim/assets/images/entryBtn_deco.svg) no-repeat center / contain;
  content: "";
  pointer-events: none;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  font-size: 2.8rem;
  margin-left: 1rem;
  color: #fff;
}
.entry_wrap input[type="checkbox"] {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: .75rem;
  left: -1rem;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border: .2rem solid #fff;
  background: #fff;
  border-radius: 1.5px;
  box-sizing: border-box;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/amagif_202607sim/assets/images/ic_check.svg") no-repeat center / 85% auto;
}
.entry_wrap input:checked ~ .btn.disable::after {
  display: none;
}
@media screen and (max-width: 750px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    padding-left: 1em;
    font-size: 2.5rem;
  }
  .entry_wrap .entryBtn::before{
    width: 114%;
  }
  .btn.disable::after{
    height: 10.6rem;
  }
}
@media screen and (max-width: 700px) {
  .entry_wrap .entryBtn{
    width: 93%;
  }
}
@media screen and (max-width: 630px) {
  .entry_wrap .entryBtn{
    width: 93%;
  }
  .entry_wrap .entryBtn::before{
  width: 115%;
  }
}
@media screen and (max-width: 500px) {
  .entry_wrap .entryBtn {
    margin: 1.5rem auto .5rem;
  }
  .entry_wrap .entryBtn::before{
  width: 118%;
  bottom: 2rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 4.3vw;
  }
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    width: 4vw;
    height: 4vw;
    top: 1vw;
  }
}
@media screen and (max-width: 450px) {
  .entry_wrap .entryBtn {
    height: 20vw;
  }
}
.btn.disable::after {
  position: absolute;
  max-width: 600px;
  width: 100%;
  height: 11.2rem;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 99rem;
  top: 0;
  left: 0;
}

@media screen and (max-width: 750px) {
  .btn.disable::after{
    height: 10.6rem;
  }
}
@media screen and (max-width: 650px) {
  .btn.disable::after{
    height: 16.8vw;
    top: -0.3vw;
  }
}
@media screen and (max-width: 500px) {
  .btn.disable::after{
    height: 16vw;
  }
}

.entry_wrap input:checked ~ .entryBtn.disable::after {
  display: none;
}
.btn.disable a::after {
  display: none;
}

.btn {
  display: inline-block;
}
.btn img {
  width: 50%;
}
.btn .btn_01 {
  background: #d37f0b;
  box-shadow: 0 .6rem #834c08;
}
.btn_ttl {
  max-width: 66%!important;
  margin: 3rem auto .8rem;
}
.line_content .btn_01 {
  padding: .3em 0;
  margin-bottom: 5rem;
  background-color: #b9341e;
  box-shadow: 0 .6rem #771f15;
  position: relative;
}
.line_content .btn_lead::after{
  position: absolute;
  right: 0.2rem;
  bottom: -1.6rem;
  width: 6%;
  height: 74%;
  background: url(/special/amagif_202607sim/assets/images/cta_deco_r.svg) no-repeat center / contain;
  content: "";
}
.line_content .btn_lead::before{
  position: absolute;
  left: -0.2rem;
  bottom: -1.6rem;
  width: 6%;
  height: 74%;
  background: url(/special/amagif_202607sim/assets/images/cta_deco_l.svg) no-repeat center / contain;
  content: "";
}
.line_content .btn_01 img {
  width: 57%!important;
  margin: auto;
  padding: 1rem 0;
}
.ahamo_btn {
  position: relative;
    height: 10rem;
  width: 100%;
  max-width: 600px;
  margin: 1rem auto 3rem;
}
.ahamo_btn a img {
  width: 56%!important;
  margin: auto;
  padding: .2em 0;
}
.entry_wrap .ahamo_btn::before{
  position: absolute;
  width: 115%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  height: 80%;
  background: url(/special/amagif_202607sim/assets/images/ahamo_btn_deco.svg) no-repeat center / contain;
  content: "";
}
.btn_lead {
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin: 4rem 0 1rem;
  line-height: 1.1;
}
.btn_lead span {
  margin: 0 0 0 1%;
}
.black_cv_btn {
  color: #fff;
  font-size: min(5vw, 32px);
  font-weight: 600;
  display: block;
  padding: .6em 0;
  text-align: center;
  text-decoration: none;
  margin: 0 auto 2rem;
  border-radius: 99rem;
    -webkit-box-shadow: 1px .4rem transparent;
  box-shadow: 1px 5px transparent;
  position: relative;
  width: 99.5%;
  max-width: 600px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
      line-height: 1.8em;
}
@media all and (max-width: 750px) {
  .black_cv_btn {
  width: 99.5%;
}
  .entry_wrap .entryBtn,.ahamo_btn{
    width: 93%;
    margin-bottom: 1.5rem;
  }
}
.btn_01 {
  background-color: #b9341e;
  box-shadow: 0 .6rem #771f15;
}
.ahamo_btn .black_cv_btn::before,.entry_sim .entryBtn a::after,.line_content .black_cv_btn::after{
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 7%;
  top: 40%;
  width: 1em;
  height: 1em;
  background: url(/special/amagif_202607sim/assets/images/ic_white.svg) no-repeat;
}
.entryBtn .black_cv_btn::before,.bg_right_area .btn_wrap a::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 7%;
  top: 40%;
  width: 1em;
  height: 1em;
  background: url(/special/amagif_202607sim/assets/images/ic_white.svg) no-repeat;
}
.entry_sim .entryBtn {
  position: relative;
  height: 10rem;
  margin: 2.6rem auto 2.6rem;
}
.entry_sim .entryBtn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #2aa1d7;
  box-shadow: 0 .5rem #15556b;
  transition: .3s;
  font-size: min(5vw, 28px);
  font-weight: 600;
  border-radius: 9.9rem;
  color: #fff;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: .13em;
}
@media screen and (max-width: 750px) {
  .line_content .btn_01 {
    padding: .1em 0;
    width: 85%;
    margin-bottom: 4rem;
  }
  .btn_lead {
    font-size: 4.2vw;
    margin-top: 3rem;
  }
  .btn_lead span {
    width:  3.5em;
  }
    .ahamo_btn::before{
    width: 114%;
  }
}
@media screen and (max-width: 630px) {
  .ahamo_btn::before{
    width: 115%;
  }
}
@media screen and (max-width: 500px) {
  .ahamo_btn::before{
    width: 117%;
    height: 85%;
    bottom: -0.5rem;
  }
  .line_content .btn_lead::before,.line_content .btn_lead::after{
    bottom: -1.2rem;
  }
}
@media screen and (max-width: 400px) {
    .ahamo_btn::before{
  bottom: -2.5rem;
  }
}
@media screen and (max-width: 700px) {
    .ahamo_btn{
    width: 93%;
  }
  .btn_ttl{
    width:67%;
  }
}
@media (max-width: 500px) {
  .entry_sim .entryBtn a {
    font-size: min(4.5vw, 28px);
  }
  .line_content .btn_01 {
    margin-bottom: 3rem;
    box-shadow: 0 1vw #771f15;
  }
  .btn_lead {
    margin-top: 2.6rem;
  }
  .btn .btn_01 {
    box-shadow: 0 1vw #834c08;
  }
  .btn_01 {
    box-shadow: 0 1vw #771f15;
  }
  .entry_sim .entryBtn a {
    box-shadow: 0 1vw #15556b;
  }
  .ahamo_btn{
    height:6rem;
    margin:1rem auto;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: calc((100% - 500px) / 2);
  font-feature-settings: "palt";
}
.bg_contents .benefits {
  position: absolute;
  top: calc((100% - 330px) / 2);
  left: calc((100% - 21.5vw) / 2);
  width: 12vw;
  max-width: 80%;
  padding: .7em 0 1em;
  border-radius: .5vw;
  background: #001e68;
  text-align: center;
  z-index: 0;
}
.bg_contents .benefits::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.4rem;
  border-radius: inherit;
  background: linear-gradient(-45deg,#c59a27 0%,#fff3b0 50%,#c59a27 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.bg_contents .benefits .access {
  padding-bottom: 0.5em;
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
  text-align: center;
}
.bg_contents .benefits img {
  width: 60%;
  margin: 0 auto;
}
.bg_contents .bg_right_area {
  position: fixed;
  top: calc((100% - 300px) / 2);
  right: 0;
  width: 100%;
  max-width: calc((100% - 750px) / 2);
  margin-top: 0;
}
.bg_period {
  position: relative;
  width: 20vw;
  height: 13vw;
  margin: auto;
  padding: .4rem;
  border-radius: 1vw;
  background: linear-gradient(-45deg,#c59a27 0%,#fff3b0 50%,#c59a27 100%);
}
.bg_period_inner {
  width: 100%;
  height: 100%;
  border-radius: calc(1vw - .3rem);
  background: #0e235b;
  text-align: center;
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.entry_sub_tx,
[class*=cdt_date] small {
  padding: 5% 0 2%;
  font-size: 1.1vw;
  font-weight: bold;
  letter-spacing: .06em;
  color: #fff;
}
.bg_right_area .CDT_btn_p {
  width: 100%;
  height: 3.5vw;
}
.bg_right_area .btn_wrap {
  width: 90%;
  margin: 1.1vw auto 0;
  background: #d37f0b;
  box-shadow: 0 .4rem #834c08;
  border-radius: 99rem;
  transition: .3s;
}
.bg_right_area .btn_wrap a {
  position: relative;
  display: inline-block;
  padding: .5vw;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3vw;
}
.bg_right_area .btn_wrap a::after{
  right: 8%;
  top: 30%;
  width: 1.1vw;
  transform: rotate(90deg);
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1450px) {
  .bg_period {
    width: 18vw;
  }
  .bg_right_area .btn_wrap {
    margin-top: 1.2vw;
  }
}
@media screen and (max-width: 1300px) {
  .bg_right_area .btn_wrap a::after {
    right: 1.2vw;
    width: 1em;
  }
  .bg_period {
    width: 17.5vw;
    height: 12.5vw!important;
  }
  .bg_right_area .btn_wrap a {
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 1250px) {
  .bg_contents {
    display: none;
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cdt_num {
  position: relative;
  display: inline-block;
  width: 3.3vw;
  min-width: 2.6vw;
  margin: 0 .4vw;
  padding: .2rem .5rem .4rem;
  border-radius: 1rem;
  background: #fff;
  color: #001e68;
  font-size: 1.7vw;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
  z-index: 0;
}
.cdt_num::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: .3rem;
  border-radius: inherit;
  background: linear-gradient(90deg,#c59a27 0%,#fff3b0 50%,#c59a27 100%);
  -webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 1450px) {
  .cdt_num {
    padding: .3rem .2rem .4rem;
    line-height: 1.2;
    width: 2.75vw;
    font-size: 1.5vw;
  }
  [class*=cdt_date] small {
    font-size: 1vw;
  }
}
/* cta_follow
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 750px;
  z-index: 10;
  background: rgba(29, 42, 99, .9);
  padding: 2.5rem 8rem;
  margin: auto;
  right: 0;
  text-align: center;
}
.cta_follow .btn {
  width: 100%;
}
  .cta_follow .black_cv_btn {
  margin: 0 auto;
    font-weight: bold;
}
  .cta_follow .black_cv_btn::before {
  transform: rotate(90deg);
  top: 35%;
}
@media screen and (max-width: 750px) {
  .cta_follow {
    padding: 2rem 0;
    width: 100%;
  }
  .cta_follow .btn {
    width: 90%;
  }

}
/* --------------------
  kv
----------------------- */
.kv::after {
  content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6%;
    margin: auto;
    bottom: -0.5rem;
    left: 0;
    z-index: 3;
    background: url("/special/amagif_202607sim/assets/images/wave_01.svg") no-repeat bottom center / 102%;
}
.kv {
  position: relative;
  background-color: #0e235b;
}
.gradation {
background: url("/special/amagif_202607sim/assets/images/kv_bg_2.webp") no-repeat top center / cover;
}
h1 {
  font-size: 1rem;
  margin-bottom: -4rem;
  padding-top: 7.7rem;
}
h1 img{
  margin: 0 auto;
  background: #0e235b;
  background: url("/special/amagif_202607sim/assets/images/kv_bg.webp") no-repeat bottom center / 102%;
}
.kv_tx01 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0 2.5rem;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: .32rem;
}
.kv_tx01 span {
  font-size: 2.5rem;
}
@media screen and (max-width: 750px) {
  h1 img {
    margin-top: 0.6vw;
  }
}

/*----- 上部追従 -----*/
#kv_follow {
  position: fixed;
  z-index: 99;
  max-width: 750px;
  width: 100%;
  background: #0e235b;
  color: #fff;
}
#kv_follow.is-shadow {
  transition: .1s;
}
#kv_follow::after {
  content: "";
  display: block;
  width: 100%;
  height: .3rem;
  background: linear-gradient(90deg,rgba(197, 154, 39, 1) 0%, rgba(255, 243, 176, 1) 50%, rgba(197, 154, 39, 1) 100%);
}
@media (max-width: 750px) {
  h1 {
    margin-bottom: -5vw;
    padding-top: 9.9vw;
  }
  .kv::after {
    bottom: -0.5vw;
  }
  .kv_tx01 {
    padding: 3% 0;
    font-size: 4.2vw;
    letter-spacing: .44vw;
  }
  .kv_tx01 span {
    font-size: 3vw;
  }
}
@media (max-width: 500px) {
  .kv_tx01 {
    letter-spacing: .35vw;
  }
}
/*date_wrap
--------------------------------------------------------------*/
.date_wrap {
  padding: 4.2rem 2.2rem 13rem;
  text-align: center;
}
.date_wrap dt {
  color: #11205b;
  font-size: 3.4rem;
  font-weight: 600;
  padding: .5rem;
  margin-top: 3rem;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 .2rem 0 rgba(14, 35, 91, 1);
}
.date_wrap dt:first-of-type {
  margin-top: 0;
}
.date_wrap dd {
  color: #0e235b;
  margin: 2rem 0 2rem;
  font-size: 3.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .3rem;
}
.date_wrap dd span {
  font-size: 2.4rem;
}
.date_wrap .indMark {
  margin: 1rem 1.5rem;
  font-feature-settings: normal;
  letter-spacing: normal;
}
.date_wrap .indMark>li {
  text-align: left;
  color: #bb1d38;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}
.date_wrap .dd_tx {
  font-size: 2.5rem;
  text-align: center;
}
.date_wrap .dd_tx p+p {
  margin-top: 1.5rem;
}
.dd_tx .yellow {
  font-weight: bold;
}
.dd_tx .yellow span {
  display: inline-block;
  color: #ba1d38;
  background: #fff;
  padding: 0 9px;
  margin-bottom: 2px;
}
.dd_tx p:nth-child(3) {
  margin-bottom: 5rem
}
@media screen and (max-width: 750px) {
  .date_wrap dd {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
  .date_wrap {
    padding: 5rem 3vw 17vw;
  }
  .date_wrap dd span {
    font-size: 2.3rem;
  }
  .date_wrap dt {
    margin-top: 2rem;
    font-size: 4.5vw;
  }
  .date_wrap .indMark {
    margin: 1rem .5rem;
  }
  .date_wrap .indMark>li {
    font-size: 3vw;
  }
  .date_wrap .dd_tx ,.dd_tx .yellow span{
    font-size: 3vw;
  }
  .dd_tx .yellow span{
    padding: 0 5px;
    margin-bottom: 5px;
  }
  .date_wrap .dd_tx p+p {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .date_wrap dt {
    font-size: 5vw;
    margin-top: 1.5rem;
    line-height: 1;
    padding: .7rem;
  }
  .date_wrap dd {
    font-size: 5vw;
    letter-spacing: .2rem;
    margin-top: 1rem;
  }
  .date_wrap dd span {
    font-size: 4vw;
  }
  .date_wrap {
    padding: 5vw 0 14vw;
    margin: 0 1rem;
  }
    .dd_tx .yellow span{
    padding: 0 3px;
  }
}

/* --------------------
  method_cp
----------------------- */
.method_cp_content {
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3;
  padding-bottom: 3px;
}
.method_cp_content:first-of-type {
    margin-top: 3%;
}
.method_cp_content:last-of-type {
    margin-bottom: 0;
}
.method_cp_content h3 {
  display: block;
  background-color: #184a77;
  color: #fff;
  font-weight: normal;
  padding: .4% 4% .4%;
  border-radius: 1.5rem 1.5rem 0 0;
}
.method_cp_content > div {
  margin: 3% 3% 6% 3%;
}
.method_cp_content .blue span {
  color: #b92b3f;
}
.tx_step3 {
  color: #b92b3f;
  font-size: 3.3rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 500px) {
  .method_cp_content h3 {
    border-radius: 1rem 1rem 0 0;
  }
  .method_cp_content {
    border-width: .2em;
    border-radius: 1rem;
    font-size: 4.2vw;
  }
  .method_cp_content > div {
    margin: 5% 3%;
  }
}
/* --------------------
  about plan_ahamoはすべてコミコミ
----------------------- */
#about_ahamo {
  scroll-margin-top: 10rem;
}
.about_plan {
  background: #2895cf;
}
.about_plan_wrap {
  padding: 2rem 2.5rem 20%;
}
.about_plan_wrap h2 {
  z-index: 5;
  position: relative;
  margin-bottom: 1rem;
}
.about_plan_ttl {
  text-align: center;
}
.about_plan_ttl img {
  object-fit: contain;
}
.plan_img img {
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .about_plan_wrap {
    padding: 1rem 1.5rem 18%;
  }
}
@media screen and (max-width: 500px) {
  .about_plan_wrap {
    padding: 3% 1.5rem 21%;
  }
  .about_plan_wrap h2 {
    padding-top: 1%;
  }
}
/* --------------------
  process_modal_お乗り換え（MNP）手順
----------------------- */
#process_modal::before{
  background: url("/special/amagif_202607sim/assets/images/wave_02.svg") no-repeat bottom center / 102%;
  margin-top: -1px;
  top: -86px;
  height: 10rem;
}
#process_modal::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  width: 100%;
  height: 6%;
  background: url(/special/amagif_202607sim/assets/images/wave_03.svg) no-repeat bottom center / 102%;
}
#process_modal {
  background: #35b4cf;
  padding: 4% 2.5rem 18%;
  z-index: 2;
}
#process_modal .process_modal_ttl {
  text-align: center;
}
#process_modal .process_modal_ttl span:first-of-type{
  display: inline-block;
  background-color: #184a77;
  color: #fff;
  font-feature-settings: "palt";
  border-radius: .5rem;
  padding: .7%;
  line-height: 1.1;
  margin-right: 1%;
}
#process_modal .process_modal_ttl span{
  color: #11205b;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2.3%;
}
#process_modal .recomend_diff_border {
  display: block;
  position: absolute;
  width: 85%;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: radial-gradient(circle,#313131 1px , transparent 1px);
  background-size: 12px 2px;
}
#process_modal .method_cp_content .item {
  font-weight: bold;
  margin: 4.5%;
  color: #212121;
}
.lit_bg {
  background-color: #fff5ca;
  border-left: solid 3px #fff;
  border-right: solid 3px #fff;
  padding: 2rem 3% 3%;
  margin-top: 2rem;
}
.left_right_bottom_round{
  border-radius: 0 0 13px 13px;
}
#process_modal .method_cp_content > div {
  margin:3% 0 0 0;
}
#process_modal .method_cp_content.item > div {
  margin: 3%;
}
#process_modal .method_cp_content .l_tx {
  font-size: 3.3rem;
  margin-top: .1%;
}
.step_requier_item {
  margin: 0 auto;
}
.step_cont{text-align: left;}
.step_requier_item > li {
  display: flex;
  justify-content: space-between;
  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 {
  flex-shrink: 1;
}
.step_cont_box dl dt {

  display: flex;
  justify-content: start;
  margin-bottom: 1em;
}
.step_cont_box dl dt span {
  display: block;
  color: #b92b3f;
  text-align: center;
}
.step_cont_box dl dt small {
  font-size: min(1.6rem, 4vw);
}
.step_cont_box dl ul li {
  font-size: min(1.8rem, 3.5vw);
  font-weight: 650;
  line-height: 1.9;
}
.step_cont_box dl ul li::before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: .5em;
  height: .5em;
  background-color: #b92b3f;
  margin-right: .4em;
}
.step_cont_box .line_link {
  color: #b92b3f;
  text-decoration: underline;
}
.step_cont_p {
  font-size: min(2rem, 3.8vw);
  margin-bottom: 1em;
  line-height: 1.5;
}
.step_cont_p .line_link {
  font-size: .9em;
}
#process_modal .entry_sim .entryBtn {
  position: relative;
  height: 8rem;
  margin: 1.5rem 4rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #process_modal .entry_sim .entryBtn {
    margin: 1.5rem auto;
  }
  .step_cont_p .line_link {
    font-size: min(1.8rem, 3.5vw);
  }
  .tx_step3,#process_modal .method_cp_content .l_tx {
    font-size: 5vw;
  }
}
@media screen and (max-width: 500px) {
  #process_modal{
    padding: 2em 1.5rem 19%;
  }
  #process_modal::after {
    height: 4em;
  }
  #process_modal h2{
    font-size: 7vw;
  }
  #process_modal .process_modal_ttl span:first-of-type{
    border-radius: 5px;
    padding: .7%;
    line-height: 1.1;
    margin-right: 1%;
  }
  #process_modal .process_modal_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_modal .entry_sim .entryBtn{
    height: 5rem;
    margin: 1rem 0;
  }
  .tx_step3,#process_modal .method_cp_content .l_tx {
    font-size: 5.3vw;
  }
  .lit_bg {
  margin-top: 3%;
}
}

/* --------------------
  service_area01
----------------------- */
#service {
  scroll-margin-top: 15rem;
}
.first_area_top {
  padding: 8.2% 0 7.6%;
  background: #F4965F;
  background: linear-gradient(0deg,rgba(244, 150, 95, 0.6) 0%, rgba(234, 217, 114, 0.6) 50%, rgba(84, 209, 223, 0.6) 100%);
}
.first_area_top picture img {
  width: 100%;
}
.first_area_top picture {
  display: inline-block;
}
.first_area_top .point {
  padding: 4rem 9rem 0;
}
.first_area .text03 {
  width: 79%;
  margin: auto;
  display: block;
}
.area01 h2 {
  z-index: 3;
  position: relative;
}
.amazon_btn {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: 4.2% auto 9%;
}
.first_area .amazon_btn {
  margin: 5.2rem auto 0rem;
}
.amazon_btn .btn_01 {
  background-color: #0d78f8;
  box-shadow: 0 .6rem #0032a2;
  padding: 1.5em 5em;
  border-radius: 10rem;
  height: 100%;
  width: 100%;
  display: block;
  transition: .3s;
  font-size: min(1.6rem,2.1vw)
}
.amazon_btn a img {
    margin: auto;
    width: 100%;
}
.amazon_btn .btn_01::before{
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 1.5em;
  top: calc(50% - 0.9375em);
  width: 1.875em;
  height: auto;
  background: url(/special/amagif_202607sim/assets/images/ic_link_white.svg) no-repeat;
  aspect-ratio: 1 / 1;
}
@media screen and (max-width: 750px) {
  .first_area_top .point {
    padding: 5.3vw 12vw 0;
  }
  .amazon_btn {
    width: 90%;
    margin: 4.2vw auto 9.3vw;
  }
}
.area01 {
  background-color: #fff3e6;
  padding-top: 2rem;
}
.area01 .first_area {
  position: relative;
  margin: 9.1rem 4.2rem 0;
  border-top: 0.3rem solid #112361;
  padding: 8.5rem 0 0;
}
.area01 .first_area .head {
  position: absolute;
  display: flex;
  top: -3.7rem;
  left: 46%;
  transform: translateX(-50%);
  margin: 0 8.3rem 3rem 0;
  align-items: center;
  white-space: nowrap;
  padding: 1.5rem 3.9rem 1.5rem;
  border-radius: 6rem;
  font-size: 3rem;
  font-weight: bold;
  background-color: #112361;
  color: #fff;
}
.area01 .first_area .head > span {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -0.1rem;
  right: -5.3rem;
  width: 7.5rem;
  height: 7.5rem;
  border: 0.26rem solid #112361;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  color: #112361;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 6.8rem;
}
.area01 .first_area .text01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35em;
  font-size: 3.5rem;
  line-height: 1;
}
.area01 .first_area .text01 span {
  background: #C49927;
  background: linear-gradient(90deg,rgba(196, 153, 39, 1) 0%, rgba(255, 242, 175, 1) 50%, rgba(196, 153, 39, 1) 100%);  
  padding: .08em 0.09em 0.12em;
  color: #000;
  font-weight: bold;
  letter-spacing: -.04em;
}
.area01 .first_area .text02 {
  margin: 2.7% 0 4%;
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #112361;
}
.area01 .first_area .text02 strong {
  display: inline-block;
  vertical-align: -0.1em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
.first_area .caption_text_left+.caption_text_left {
  margin-top: 0.1rem;
}
.first_area .caption_text_left:nth-of-type(5n+2){
  margin-top: 2rem;
}
.first_area .caption_text_left {
  font-size: 2.4rem;
  padding-left: 1em;
  text-indent: -1em;
  color: #112361;
  margin-top: 5.6rem;
}
.first_area .caption_text_left.indent_01 {
  padding-left: 1.7em;
  text-indent: -1.7em;
  text-align: justify;
}
/* --------------------
  service_area02
----------------------- */
.area02 {
  padding:7.3% 0 0;
  background-color: #f9f4ee;
  position: relative;
}
.area02 h2 {
  width: 59%;
  margin: 0 auto min(4rem,8vw);
}
.area02 .text01 {
  text-align: center;
  font-size: 4.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
  margin-left: 0;
}
.area02 .detail {
  margin-top: 5%;
}
.area02 .detail li {
  margin: 5.7% 6% 0;
  border-radius: 2rem;
  background-color: #fff;
  padding: 5.1% 5.1%;
  font-size: 2.5rem;
}
.area02 .detail li + li {
  margin-top: 2.9%;
  margin-bottom: 0;
}
.area02 h3 {
  margin: .75em 0 0;
  font-size: 3.5rem;
  line-height: 1.3;
}
.area02 h3 > span {
  display: inline-block;
  margin-right: .5em;
  width: 1.6em;
  height: auto;
  border-radius: 50%;
  background-color: #1A98FF;
  color: #fff;
  text-align: center;
  line-height: 1.5em;
  aspect-ratio: 1 / 1;
}
.area02 h4 {
  margin: .65em .3em .3em;
  font-size: 3.5rem;
  line-height: 1.6;
}
.area02 p {
  font-size: 3.1rem;
  text-align: justify;
  margin-left: .3em;
}
.area02 p.indent {
  text-indent: -.75em;
  padding-left: .75em;
  line-height: 1.1;
}
.area02 p.indent small {
  font-size: min(2.3rem,3vw);
}
.area02 .copyright {
  margin-top: 2.7%;
  font-size: 2rem;
}
.area02::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 5.5%;
  margin-bottom: -1rem;
  background: url(/special/amagif_202607sim/assets/images/wave_05.svg) no-repeat bottom center / 102%;
  aspect-ratio: 47 / 7;
}
@media screen and (max-width: 750px) {
  .first_area .caption_text_left {
    margin-top: 2vw;
  }
.area01 .caption_text_left {
    font-size: 3vw;
  }
  .area01 .first_area {
    padding-top: 11vw;
    margin: 7vw 5vw 0;
  }
  .area01 .first_area .head {
    top: -4.5vw;
    padding: 2vw 5vw;
    font-size: 4vw;
  }
  .area01 .first_area .head > span {
    right: -6vw;
    width: 9vw;
    height: 9vw;
    font-size: 5vw;
    line-height: 8.5vw;
  }
  .area01 .first_area .text01,
  .area02 .text01 {
    font-size: 4.8vw;
  }
  .area01 .first_area .text02 {
    font-size: 4.3vw;
  }
  .area01 .first_area .text02 strong {
    font-size: 6.5vw;
  }
  .area02 .detail {
    margin-top: 6vw;
  }
  .area02 p {
    font-size: 4.1vw;
  }
  .area02 .detail li {
    border-radius: 3vw;
    font-size: 5vw;
  }
  .area02 h3 {
    font-size: 4.6vw;
  }
  .area02 h3 > span {
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
    font-size: 3.5vw;
    line-height: 5.7vw;
  }
  .area02 h4 {
    font-size: 4.6vw;
  }
  .area02 .copyright {
    font-size: 2.8vw;
  }
}

/* --------------------
  accordion_wrap
----------------------- */
button.seemore_btn {
  display: flex; 
  position: relative;
  padding: 0.2em 0.9em;
  margin: auto;
  border: .2rem solid #0d78f8;
  border-radius: 10rem;
  background: #f9f4ee;
  color: #0d78f8;
  box-shadow: .1rem .3rem 0 0 #0d78f8;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  font-size: 4.2rem;
  justify-content: center;
  align-items: center;
  transition: .3s;
  z-index: 1;
}
.image_wrap.actv ~ button.seemore_btn {
  padding: 0.4em 1.6em;
}
button.seemore_btn span {
  background: #0678f8;
  border-radius: 50%;
  width: 0.9em;
  height: auto;
  display: block;
  position: relative;
  transform: rotate(45deg);
  margin-left: .4em;
  aspect-ratio: 1 / 1;
}
.image_wrap.actv ~ button.seemore_btn span {
  transform: rotate(0);
}
.seemore_btn span::before, .seemore_btn span::after {
  content: "";
  height: 54%;
  width: .1em;
  display: block;
  background: #fff;
  position: absolute;
  top: 23%;
  left: calc(50% - .05em);
}
.seemore_btn span::before {
  transform: rotate(45deg);
}
.seemore_btn span::after {
  transform: rotate(135deg);
}
.seemore_btn::after {
  content: "詳しくはこちら";
  font-weight: bold;
  font-size: 1em;    
}
.image_wrap.actv ~ .seemore_btn::after {
  content: "閉じる";
}
.image_wrap .seemore-hide, .image_wrap ~ .seemore-hide {
  display: none;
}
.image_wrap.actv .seemore-hide, .image_wrap.actv ~ .seemore-hide {
  display: block;
}
@media screen and (max-width: 750px) {
  button.seemore_btn {
    font-size: 5.6vw;
  }
}

/* --------------------
  fade Animation
----------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 100px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.information{
  position: relative;
  z-index: 2;
  border: solid .3rem #31abd3;
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem 3.5%;
  margin: 3.9rem 2.2rem 0;
}
.information p {
  font-size: 2.4rem;
  text-align: justify;
  font-weight: 500;
  letter-spacing: 0.12rem;
  font-feature-settings: "palt";
}
.information .Btx {
  font-size: 3rem;
  font-weight: bold;
  color: #11205b;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1;
}
.date_wrap .dd_tx a,.information a {
  text-decoration: underline;
  transition: .3s;
}
.date_wrap .dd_tx a::after {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background-color: #0000ff;
  -webkit-mask: url("/special/amagif_202607sim/assets/images/ic_link_white.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin: 0 .5rem;
  width: 1.8rem;
  height: 1.8rem;
}
@media screen and (max-width: 750px) {
  .information {
    margin: 4.5vw 3vw 0;
  }
  .information p {
    font-size: 2.1rem;
  }
  .information .Btx {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 500px) {
  .information {
    margin: 4.5vw 1rem 0;
    padding: 0 3.5% 1.5rem;
    border-radius: 1.8rem;
  }
  .information p {
    font-size: 1.3rem;
  }
  .information .Btx {
    margin: 1rem;
    font-size: 1.8rem;
  }
  .information a::after {
  width: 1.2rem;
  height: 1.2rem;
    vertical-align: -0.1rem;
}
.date_wrap .dd_tx a::after {
  width: 1.2rem;
  height: 1.2rem;
}
}

/* anchor_list
------------------------------------------------*/
.anchor_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 2.5rem;
  margin: 3.5rem 2.2rem 0;
}
.anchor_list li {
  position: relative;
  border-radius: 2rem;
  box-shadow: 0 .6rem 0 rgba(46, 121, 183, 1);
  background: #0e235b;
  font-size: 2rem;
  place-content: center;
  transform: translateZ(0);
  transition: .3s;
}
.anchor_list li a {
  padding: 2.5rem 1.5rem 5rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.7rem;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  line-height: 1.2;
}
.anchor_list li:first-child a  {
  padding: 2.7rem 0 1.3rem;
}
.anchor_list li:nth-child(2) a  {
  font-size: 2.5rem;
}
.anchor_list li::after {
  position: absolute;
  bottom: 1.5rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 3rem;
  height: 1.8rem;
  background: url(/special/amagif_202607sim/assets/images/ic_arrow_white.svg) no-repeat center / contain;
  content: "";
}
@media screen and (max-width: 750px) {
  .anchor_list {
    gap: 3.5vw;
    margin: 4vw 3vw 0;
  }
  .anchor_list li {
    border-radius: 2vw;
    box-shadow: 0 .8vw 0 rgba(46, 121, 183, 1);
  }
  .anchor_list li a {
    padding: 4vw 2vw 6vw;
    font-size: 3.3vw!important;
  }
  .anchor_list li:first-child a {
    font-size: 3.6vw!important;
    padding: 4vw 2vw 6vw;
  }
  .anchor_list li::after {
    bottom: 1.5vw;
    width: 4vw;
    height: 2.4vw;
  }
}

/* terms
------------------------------------------------*/
#terms {
  padding: 2.5rem 0 10rem;
  background: #f9f4ee;
  background-color: #20396d;
  z-index: 6;
  position: relative;
  scroll-margin-top: min(18rem, 24vw);
}
#terms a {
  transition: .3s;
}
#terms h2 {
  margin: auto;
  width: min(70%, 445px);
}
#terms #termsContent {
  width: 90%;
  height: 52rem;
  padding: .4rem;
  border-radius: 1.7rem;
  background: linear-gradient(90deg,rgba(197, 154, 39, 1) 0%,rgba(255, 243, 176, 1) 50%, rgba(197, 154, 39, 1) 100%);
  margin: 4.5rem auto;
}
#terms #termsContent .inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: calc(1.7rem - .4rem);
  overflow: hidden;
  text-align: justify;
  word-break: break-all;
}
#terms #termsContent * {
  font-weight: normal;
  background: #fff;
}
#terms #termsContent a::after {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background: url(/special/amagif_202607sim/assets/images/ic_link.svg) no-repeat center / contain;
  margin: 0 .5rem;
  width: 1.4rem;
  height: 1.4rem;
}
#terms #termsContent .deco_none a::after {
  display: none;
}
#terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 6.5rem);
  margin: 3rem 1.4rem 3rem 2.5rem;
  padding-right: 2rem;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-color: #c59a27 #fff;
  scrollbar-width: thin;
}
.span_indent {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 2.4rem;
}
.indMark.size-m > li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1rem;
  padding-left: 2.1rem;
}
.indMark.size-m > li > .num {
  color: #fff;
  background-color: #022666!important;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  position: absolute;
  top: .5rem;
  left: -1rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-size: 1.4rem;
}
.cp_prize .size-s {
  margin-top: 1.2rem;
}
.campaignCode {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
}
.campaignCode span {
  font-size: 3.45rem;
}
.website-link {
  font-size: 2rem;
  text-align: center;
  margin-top: 2rem;
}
.website-link a {
  transition: .3s;
  color: #fff;
}
#terms #termsContent .wrap .indMark {
  padding: 1rem 0 0;
}
#termsContent .wrap > section.line {
  border-bottom: .2rem solid #c49927;
  padding: 0 .5rem 2.2rem;
  width: 100%;
}
#termsContent .wrap > section + section {
  margin-top: 2.2rem;
}
#terms #termsContent h3 {
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 2.6rem;
}
#terms #termsContent p {
  font-size: 2.2rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-left: 0;
}
#terms #termsContent ul li {
  font-size: 2.2rem;
}
#terms #termsContent .cp_prize .size-s {
  margin-top: 6px;
}
#terms #termsContent p + * {
  margin-top: 6px;
}
#terms #termsContent .indMark > li {
  font-weight: normal;
  text-indent: -.5em;
  padding-left: .5em;
}
#terms #termsContent .size-s li,
#terms #termsContent p.size-s {
  font-size: 1.8rem;
}
#terms #termsContent .size-s.text_left {
  text-align: left;
}
#terms #termsContent .size-s.indMark li {
  text-indent: -1em;
  padding-left: .9em;
}
#terms #termsContent .size-s ol li {
  text-indent: -0.9em!important;
  padding-left: 1em!important;
}
#terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 2rem;
}
#terms #termsContent .indMark > li + li {
  margin-top: .4rem;
}
#terms #termsContent .weightNormal {
  font-weight: normal;
}
#terms #termsContent .text_red.size-m {
  margin-top: 3rem;
}
#terms #termsContent .text_space a {
  margin-left: -0.3rem;
}
@media screen and (max-width: 750px) {
  .website-link {
    font-size: 1.8rem!important;
  }
}
@media screen and (max-width: 500px) {
  .indMark > li {
    font-size: 3.5vw;
  }
  .indMark.size-m > li > .num {
    top: 0;
    height: auto;
  }
  #terms {
    padding: 0.5rem 1.5rem 3rem;
  }
  #terms #termsContent {
    height: 30rem;
    margin: 1.5rem auto 2rem;
    border-width: .2rem;
    width: 100%;
  }
  #terms #termsContent .wrap {
    width: calc(100% - 2rem);
    height: calc(100% - 3.5rem);
    margin: 1.5rem 1.4rem 1.5rem 1rem;
    padding-right: 1.5rem;
  }
  #terms h2 {
    font-size: 3.5rem;
    margin: 0 auto 2.5rem;
  }
  #terms #termsContent h3 {
    font-size: 4.8vw;
  }
  #terms #termsContent p,#terms #termsContent ul li {
    font-size: 4.2vw;
  }
  #terms #termsContent .indMark.size-m > li {
    font-size: 4.2vw;
    padding-left: 2rem;
  }
  #terms #termsContent .size-s li {
    font-size: 3.7vw;
  }
  #terms #termsContent p.size-s,#terms #termsContent .size-s2 li {
    font-size: 4vw;
  }
  #terms #termsContent a::after {
    width: 3.5vw;
    height: 3.5vw;
  }
  #termsContent .wrap > section.line {
    padding-bottom: 1.5rem;
  }
  #termsContent .wrap > section + section {
    margin-top: 1.5rem;
  }
  #terms #termsContent .text_red.size-m {
    margin-top: 5vw;
  }
}
@media screen and (max-width: 400px) {
  #terms h2 {
    font-size: 7.5vw;
  }
}
/* footer
------------------------------------------------*/
footer .copy {
  position: relative;
  padding: 4rem 0;
  background-color: #fff;
  color: #0e235b;
  z-index: 1;
}
footer .cp {
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaignCode {
    font-size: 2rem;
    margin-top: 7vw;
  }
  .campaignCode span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .btn_ttl{
    margin-top: 0.5vw;
  }
  .campaignCode {
    font-size: 3.4vw;
  }
  .campaignCode span {
    font-size: 4.5vw;
  }
  .website-link {
    font-size: 3.2vw!important;
    margin-top: 1rem;
  }
  footer .copy {
    padding: 7vw 0;
  }
  footer .cp {
    font-size: 3.5vw;
  }
}