@charset "utf-8";
/* --------------------
  constants
-------------------- */
:root {
  --font_color: #3A4043; /* ベースの文字色  */
  --main_bg: #dcecff;
  --main_color01: #ef0061;
  --main_color02: #2b7ff9;
  /* ゴシック体 */
  --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-family: var(--font_family);
  font-size: 1.6rem;
  line-height: 1.5;
}
a {
  text-decoration: none;
  color: #242ee2;
}
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 0 20px rgba(96, 69, 46, 0.6);
  max-width: 750px;
  margin: 0 auto;
  background-color: #fff;
}
.tx_center {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .main h3 {
    font-size: 4.8vw;
  }
}
.text_red {
  color: #f00;
}

/* --------------------
  common
-------------------- */
.caption_text_wrap {
  margin-top: 2rem;
}
.caption_text_left {
  font-size: 14px;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-left: 35px;
  text-indent: -23px;
}
@media all and (max-width: 700px) {
  .caption_text_left {
    padding-left: 4vw;
    text-indent: -4vw;
  }
}
@media all and (max-width: 500px) {
  .caption_text_wrap {
    margin-top: 8vw;
  }
  .caption_text_left {
    padding-left: 2rem;
    text-indent: -1.8rem;
    font-size: 3.5vw;
  }
}
#process_model,
#sim_esim,
.about_plan_wrap {
  padding: 16% 2.5rem 8%;
  position: relative;
}
@media screen and (max-width: 500px) {
  #process_model, #sim_esim, .about_plan_wrap {
    padding: 16% 1.5rem 4%;
  }
}
#process_model::before, .about_plan::before, #sim_esim::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  top: 0;
  margin: auto;
  z-index: 1;
}
@media all and (max-width: 700px) {
  #process_model::before, .about_plan::before, #sim_esim::before {
    height: 12vw;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .cta_follow .btn a:hover::after {
    opacity: .2;
  }
  .entry_sim .entryBtn a:hover {
    -webkit-transform: translate(0, 2px);
    -ms-transform: translate(0, 2px);
    transform: translate(0, 2px);
    -webkit-box-shadow: 0 1px #004675;
    box-shadow: 0 1px #004675;
    opacity: 1;
  }
  .black_cv_btn.btn_01:hover {
    -webkit-transform: translate(0, 2px);
        -ms-transform: translate(0, 2px);
            transform: translate(0, 2px);
    -webkit-box-shadow: 0 1px #004675;
            box-shadow: 0 1px #004675;
    opacity: 1;
  }
  .line_link:hover {
    opacity: .6;
    transition: .5s;
  }
}

/* entry_wrap・btn
------------------------------------------------*/
.entry_wrap {
  text-align: center;
  font-size: 1.6rem;
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
}
.entry_wrap .entryBtn {
  position: relative;
  height: 10rem;
  width: 100%;
  max-width: 560px;
  margin: 2.6rem auto;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  font-size: 2.5rem;
  margin-left: 1rem;
}
.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: 2px solid var(--font_color);
  border-radius: 1.5px;
  box-sizing: border-box;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/amagif_202509sim/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;
  }
}
@media screen and (max-width: 500px) {
  .entry_wrap .entryBtn {
    margin-bottom: 0;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 4vw;
  }
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    width: 4vw;
    height: 4vw;
    border: 1px solid var(--font_color);
    top: .75vw;
  }
}
@media screen and (max-width: 450px) {
  .entry_wrap .entryBtn {
    height: 16vw;
  }
}
.btn.disable::after {
  position: absolute;
  max-width: 560px;
  width: 100%;
  height: 10.8rem;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 50px;
  top: 0;
  left: 0;
}
.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-color: var(--main_color01);
  box-shadow: 0 4px #9e004f;
}
.btn_ttl {
  max-width: 72%!important;
  margin: 2rem auto .8rem;
}
.line_content .btn_01 {
  padding: .3em 0;
  margin-bottom: 5rem;
}
.line_content .btn_01 img {
  max-width: 60%!important;
  margin: auto;
  padding: 1rem 0;
}
.ahamo_btn a img {
  max-width: 50%!important;
  margin: auto;
  padding: 1rem 0;
}

.btn_lead {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 5rem 0 .8rem;
  line-height: 1.1;
}
.btn_lead_em {
    color: var(--main_color02);
    display: inline-block;
    font-style: normal;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    position: relative;
}
.btn_lead_em::after {
    display: inline-block;
    content: "　";
    position: absolute;
    width: .7em;
    top: -.5em;
    right: .2em;
    background: url(/special/amagif_202509sim/assets/images/icon_type03.svg) 0 0 / contain no-repeat;
}
.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: 12em;
    -webkit-box-shadow: 1px 4px transparent;
  box-shadow: 1px 5px transparent;
  position: relative;
  width: 100%;
  max-width: 560px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
      line-height: 1.8em;
}
.btn_01 {
  background-color: var(--main_color02);
  box-shadow: 0px 4px #004675;
}
.black_cv_btn::before,.entry_sim .entryBtn a::after {
  content: "";
  margin: auto;
  position: absolute;
  display: inline-block;
  right: 7%;
  top: 40%;
  width: 1em;
  height: 1em;
  background: url(/special/amagif_202509sim/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: #1476ed;
  box-shadow: 1px 4px #004675;
  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: .07em;
}
@media screen and (max-width: 750px) {
  .line_content .btn_01 {
    padding: .1em 0;
  }
}
@media screen and (max-width: 620px) {
  .btn.disable::after {
    height: 17vw;
  }
}
@media (max-width: 500px) {
  .entry_sim .entryBtn a {
    font-size: min(4.5vw, 28px);
  }
  .btn_lead {
    font-size: 5vw;
    margin-top: 3rem;
  }
  .btn.disable::after {
    height: 16.5vw;
  }
  .line_content .btn_01 {
    margin-bottom: 3rem;
  }
}

/* cta_follow
------------------------------------------------*/
.cta_follow {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 750px;
  z-index: 10;
  background: #fffee6;
  padding: 1rem 0;
  margin: auto;
  right: 0;
  text-align: center;
}
.cta_follow .btn {
  width: 100%;
}
  .cta_follow .black_cv_btn {
  margin: 0 auto;
}
  .cta_follow .black_cv_btn::before {
  transform: rotate(90deg);
  top: 35%;
}
@media screen and (max-width: 750px) {
  .cta_follow {
    padding: 1.2rem 0;
    width: 100%;
  }
  .cta_follow .btn {
    width: 90%;
  }

}
/* --------------------
  kv
----------------------- */
.kv {
  background: linear-gradient(180deg,rgba(242, 242, 22, 1) 40%, rgba(253, 253, 213, 1) 100%);
}
.kv_bg {
  background: url("/special/amagif_202509sim/assets/images/cont_bg_type03.webp") top center / 100% auto no-repeat;
}

h1 {
  font-size: 1rem;
}
h1 img{
  margin: 0 auto;
}
.kv_tx01 {
  padding: 1rem 0 .3rem;
}
.kv_tx02 {
  font-weight: bold;
  color: #fff;
  background: var(--main_color02);
  text-align: center;
  font-size: 3rem;
  padding: 1.2rem 0 1.5rem;
  margin: .7rem auto 1rem;
  line-height: 1;
  font-feature-settings: "palt";
  letter-spacing: .2rem;
}
.kv_tx02 span {
  font-size: 2.6rem;
}
@media (max-width: 750px) {
  .kv_tx02 {
    font-size: 4vw;
    padding: .7rem 0 1rem;
  }
  .kv_tx02 span {
    font-size: 3.5vw;
  }
  .kv_tx01 {
    width: 65%;
    margin: 0 auto;
  }
}
/*date_wrap
--------------------------------------------------------------*/
.date_wrap {
  padding: 5rem 2.5rem 8rem;
  text-align: center;
}
.date_wrap dt {
  color: #fff;
  font-size: 3rem;
  padding: .5rem;
  background: var(--main_color01);
  margin-top: 3rem;
  font-weight: bold;
}
.date_wrap dt:first-of-type {
  margin-top: 0;
}
.date_wrap dd {
  color: #293435;
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .3rem;
}
.date_wrap dd span {
  font-size: 2.2rem;
}
.date_wrap .indMark {
  margin: 1rem;
  font-feature-settings: normal;
  letter-spacing: normal;
}
.date_wrap .indMark>li {
  text-align: left;
  color: var(--main_color01);
  font-weight: 600;
  padding-left: 1.3em;
}
@media screen and (max-width: 750px) {
  .date_wrap dd {
    font-size: 2.6rem;
    margin-top: 1.5rem;
  }
  .date_wrap {
    padding: 4rem 2.5rem 7rem;
  }
  .date_wrap dd span {
    font-size: 2.3rem;
  }
  .date_wrap dt {
    margin-top: 2rem;
  }
  .date_wrap .indMark {
    margin: 1rem .5rem;
  }
}
@media screen and (max-width: 500px) {
  .date_wrap dt {
    font-size: 5vw;
    margin-top: 1.5rem;
    line-height: 1;
    padding-bottom: .7rem;
  }
  .date_wrap dd {
    font-size: 5vw;
    letter-spacing: .2rem;
    margin-top: 1rem;
  }
  .date_wrap dd span {
    font-size: 4vw;
  }
  .date_wrap {
    padding: 3rem 0;
    margin: 0 1rem;
  }
}

/* --------------------
  method_cp
----------------------- */
.method_cp_content {
  border: 3px var(--main_color01) solid;
  border-radius: 1.5rem;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.3;
  margin-bottom: 4%;
}
.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: var(--main_color01);
  color: #fff;
  font-weight: normal;
  padding: .4% 4% .8%;
  border-radius: 1rem 1rem 0 0;
}
.method_cp_content > div {
  margin: 3% 3% 6% 3%;
}
.method_cp_content .blue span {
  color: var(--main_color02);
}
@media screen and (max-width: 500px) {
  .method_cp_content h3 {
    border-radius: .5rem .5rem 0 0;
  }
  .method_cp_content {
    border: .2rem var(--main_color01) solid;
    border-radius: 1rem;
    font-size: 4.2vw;
  }
  .method_cp_content > div {
    margin: 5% 3%;
  }
}
/* --------------------
  about plan_ahamoはすべてコミコミ
----------------------- */
.about_plan::before {
  background: url("/special/amagif_202509sim/assets/images/wave_pink.svg") no-repeat bottom center / 100.2%, linear-gradient(180deg, rgba(253, 253, 213, 1) 98%, rgba(255, 233, 246, 1) 99%);
}

.about_plan {
  background: #ffe9f6;
  position: relative;
}
.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;
}
.plan_img {
  margin-top: 1rem;
}
.plan_img img {
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .plan_img {
    margin-top: 2vw;
  }
}

/* --------------------
  process_model_お乗り換え（MNP）手順
----------------------- */
#process_model::before{
  background: url(/special/amagif_202509sim/assets/images/wave_Yellow.svg) no-repeat bottom center / 100.2%,linear-gradient(180deg, rgba(255, 233, 246, 1) 98%, rgba(255, 246, 164, 1) 99%);
  margin-top: -1px;
}
#process_model {
  background-color: #fff6a4;
}
#process_model .process_model_ttl {
  text-align: center;
}
#process_model .process_model_ttl span:first-of-type{
  display: inline-block;
  background-color: var(--main_color01);
  color: #fff;
  font-feature-settings: "palt";
  border-radius: 5px;
  padding: .7%;
  line-height: 1.1;
  margin-right: 1%;
}
#process_model  .process_model_ttl span{
  color: var(--main_color01);
  font-size: 3rem;
  font-weight: bold;
  margin-top: 2.3%;
}
#process_model .recomend_diff_border,.method_cp_recomend .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_model .method_cp_content .item{
  font-weight: bold;
  margin: 4.5%;
}
.lit_pk{
  background-color: #ffe9f6;
  padding: 2rem 3% 3%;
  margin-top: 2rem;
}
.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 {
  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: var(--main_color02);
  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: 500;
  line-height: 1.9;
}
.step_cont_box dl ul li::before {
  display: inline-block;
  content: "";
  border-radius: 50%;
  width: .5em;
  height: .5em;
  background-color: var(--main_color02);
  margin-right: .4em;
}
.step_cont_box .line_link {
  color: var(--main_color02);
  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_model .entry_sim .entryBtn {
  position: relative;
  height: 8rem;
  margin: 1.5rem 4rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #process_model .entry_sim .entryBtn {
    margin: 1.5rem auto;
  }
  .step_cont_p .line_link {
    font-size: min(1.8rem, 3.5vw);
  }
}
@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{
    border-radius: 5px;
    padding: .7%;
    line-height: 1.1;
    margin-right: 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_sim .entryBtn{
    height: 5rem;
    margin: 1rem 0;
  }
  .lit_pk {
    padding: 2% 3% 3%;
    margin-top: 2%;
  }
  #process_model .method_cp_content .l_tx {
    font-size: 5.3vw;
  }
}
/* --------------------
sim_esim_SIMとeSIM両方選べる
----------------------- */
#sim_esim {
  background-color: #dcecff;
  padding-bottom: 11rem;
}
#sim_esim::before {
  background: url("/special/amagif_202509sim/assets/images/wave_blue.svg") no-repeat bottom center / 100.2%, linear-gradient(180deg, rgba(255, 246, 164, 1) 98%, rgba(220, 236, 255, 1) 99%);
}
#sim_esim::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 90px;
  margin: auto;
  bottom: -2px;
  left: 0;
  background: url("/special/amagif_202509sim/assets/images/wave_blue.svg") no-repeat bottom center / 100.2%, linear-gradient(180deg, rgba(255, 255, 255, 1) 98%, rgba(220, 236, 255, 1) 89%);
  transform: rotate(180deg) scale(-1, 1);
}
@media all and (max-width: 500px) {
  #sim_esim::after {
    height: 12vw;
  }
}
#sim_esim .method_cp_content > div {
  margin: 3% 5% 3% 1%;
}
#sim_esim h2 img {
  width: 100%;
  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 img {
  width: 4em;
}
.recomend_diff tr td:first-of-type {
  background-color: #D7F5FF;
}
.recomend_diff tr td:last-child {
  background-color: #ffeef9;
}
.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-size: min(2.4rem, 3.7vw);
  font-weight: 500; 
  line-height: 1.2;
  text-align: center;
}
.recomend_diff td strong {
  font-size: 1.1em;
  position: relative;
}
.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: var(--main_color01);
}
.recomend_diff .line_link {
  color: #0093d7;
  font-weight: 700;
  letter-spacing: 0;
  font-size: min(2.4rem, 3.3vw);
  text-decoration: underline;
}
.recomend_desc_icon {
  width: 1.5em;
  display: inline-block;
}
.yellow_line {
  position: relative;
  z-index: 1;
}
.yellow_line::before {
    display: block;
    content: "";
    width: 105%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fffca1;
    z-index: -1;
}
@media all and (min-width: 750px) {
  .recomend_diff th,
  .recomend_diff td {
    padding: 15px 5px;
  }
}
.recomend_diff_wrap .recomend_diff_border {
  display: block;
  position: absolute;
  width: 85%;
  height: 2px;
  left: 50%;
  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%;
  transform: translate(-50%, 0);
}
.recomend_diff_wrap .recomend_diff_border:nth-of-type(2) {
  top: 68%;
  transform: translate(-50%, 0);
}
@media all 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 all and (max-width: 500px) {
  #sim_esim {
    padding-bottom: 5rem;
  }
  .recomend_diff_wrap .recomend_diff_border:first-of-type {
    top: 38%;
  }
  .recomend_diff_wrap .recomend_diff_border:nth-of-type(2) {
    top: 64%;
  }
}

/* --------------------
  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{
  border: solid 3px var(--main_color01);
  border-radius: 3rem;
  background-color: #fff;
  padding: 2rem 3.5%;
  margin: 0 2.5rem;
}
.information p {
  font-size: 2rem;
  text-align: justify;
}
.information .Btx {
  font-size: 3rem;
  font-weight: bold;
  color: var(--main_color01);
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .information p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .information {
    margin: 0 1rem;
    padding: 0 3.5% 1.5rem;
    border: .2rem solid var(--main_color01);
    border-radius: 1.8rem;
  }
  .information p {
    font-size: 1.3rem;
  }
  .information .Btx {
    margin: 1rem;
    font-size: 1.8rem;
  }
}

/* terms
------------------------------------------------*/
.indMark > li, .indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.8rem;
}
.indMark.size-m > li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1rem;
  padding-left: 2.1rem;
}
.indMark.size-m > li > span {
  color: #fff;
  background-color: var(--main_color01)!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;
}
@media screen and (max-width: 500px) {
  .indMark > li {
    font-size: 3.5vw;
  }
}
#terms h2 {
  color: var(--main_color01);
  font-size: 4.5rem;
  line-height: 1;
  text-align: center;
}
#terms {margin: 4rem auto 6rem;}
#terms #termsContent {
  width: 90%;
  height: 55rem;
  border: 3px solid var(--main_color01);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin: 4.5rem auto 3.5rem;
  text-align: justify;
  word-break: break-all;
}
#terms #termsContent * {
  font-weight: normal;
  background: #fff;
}
.information a::after,#terms #termsContent a::after {
  display: inline-block;
  vertical-align: baseline;
  content: "";
  background: url(/special/amagif_202509sim/assets/images/ic_link.svg) no-repeat center / contain;
  margin: 0 .5rem;
  width: 1.4rem;
  height: 1.4rem;
}
#terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4rem);
  margin: 2rem 1.4rem 2rem 2rem;
  padding: 0 1.7rem 0 0;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-color: var(--main_color01) #fff;
  scrollbar-width: thin;
}
#terms #termsContent .wrap .indMark {
  padding: 1rem 0 0;
}
#termsContent .wrap > section.line {
  border-bottom: .2rem solid var(--main_color01);
  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.indMark li {
  text-indent: -1em;
  padding-left: .9em;
}
#terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 2rem;
}
#terms #termsContent .indMark > li + li {
  margin-top: 4px;
}
#terms #termsContent .weightNormal {
  font-weight: normal;
}
#terms #termsContent .text_red.size-m {
  margin-top: 3rem;
}
#terms #termsContent .terms_date {
  font-feature-settings: "palt";
  letter-spacing: .3rem;
}
@media screen and (max-width: 750px) {
  .information a::after {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .5vw;
  }
}
@media screen and (max-width: 500px) {
  #terms {
    margin-bottom: 4rem;
    padding: 0 1.5rem;
  }
  #terms #termsContent {
    height: 30rem;
    margin-top: 2.5rem;
    border: .2rem solid var(--main_color01);
    width: 100%;
    
  }
  #terms #termsContent .terms_date {
    letter-spacing: .2rem;
  }
  #terms h2 {
    font-size: 2.5rem;
  }
  #terms #termsContent h3 {
    font-size: 4.8vw;
  }
  #terms #termsContent ul li {
    font-size: 4vw;
  }
  #terms #termsContent p, #terms #termsContent p.size-s {
    font-size: 4vw;
  }
  #terms #termsContent .size-s li {
    font-size: 4.2vw;
  }
  #terms #termsContent .indMark.size-m > li {
    font-size: 4.2vw;
  }
  #terms #termsContent a::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  #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;
  }
  .information a::after {
    width: 1rem;
    height: 1rem;
  }
}
/* footer
------------------------------------------------*/
.campaignCode {
  font-size: 2.3rem;
  text-align: center;
}
.campaignCode span {
  font-size: 2.8rem;
}
footer .website-link {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 2rem;
}
footer .copy {
  margin: 7rem auto 0;
  position: relative;
  padding: 5rem 0;
  background-color: #fff6a4;
  z-index: 1;
}
footer .cp {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .campaignCode {
    font-size: 2rem;
  }
  .campaignCode span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 500px) {
  .campaignCode {
    font-size: 4vw;
  }
  .campaignCode span {
    font-size: 5vw;
  }
  footer .copy {
    padding: 8vw 0;
    margin-top: 5rem;
  }
  footer .cp {
    font-size: 3.5vw;
  }
  footer .website-link {
    font-size: 3.5vw;
    margin-top: 1.5rem;
  }
}