@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #000;
  --color_orange: #ff5b00;
  --color_blue: #00408c;
  --color_red: #c40000;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--color_black);
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  font-size: 1.6rem !important;
  font-feature-settings: "palt";
  line-height: 1.625;
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/agecyauweeeek14/assets/images/bg.webp") no-repeat center center / cover #fff;
  content: "";
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
  }
}
@media screen and (max-width: 500px) {
  body::before {
    content: none;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/* common
------------------------------------------------*/
*::after,*::before { transition: all .3s;}
/* main
------------------------------------------------*/
.main {
  position: relative;
  z-index: -1;
  overflow: hidden;
  text-align: center;
}
#cpn-main {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: .06em;
  box-shadow: #3f5a91 0 0 15px;
}
#cpn-main img {
  max-width: 100%;
  height: auto;
}
#cpn-main picture {
  display: block;
}
#cpn-main a {
  position: relative;
  color: #242ee2;
  text-decoration: none;
  transition: .3s;
}
main>section {
 padding-top: 5rem;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url("/special/agecyauweeeek14/assets/images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
.h2_deco_sec_method {
	width: 40%;
  margin: auto;
  padding: 0 0 2.3rem;
}
.h2_deco_sec_method::before,.h2_deco_sec_method::after {
  position: absolute;
  top: 0em;
  width: 2.9em;
  height: 11rem;
  background: url("/special/agecyauweeeek14/assets/images/h2_decoration03.webp") no-repeat center / contain;
  content: "";
}
.h2_deco_sec_method::before {
  left: 6.7em;
}
.h2_deco_sec_method::after {
  right: 6.9em;
  transform: scale(-1,1);
}
.h2_deco {
  display: inline-block;
  position: relative;
  color: var(--color_blue);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.5rem;
}
.h2_deco::before,.h2_deco::after {
  position: absolute;
  top: -.1vw;
  width: 100%;
  height: 8vw;
  background: url("/special/agecyauweeeek14/assets/images/h2_decoration03.webp") no-repeat center / contain;
  content: "";
}
.h2_deco::before {
  left: -1.6vw;
}
.h2_deco::after {
  top: -0.2vw;
  right: -1.7vw;
  transform: scale(-1,1);
}
@media screen and (max-width: 768px) {
  #cpn-main {
    max-width: 500px;
    margin: 0 auto;
  }
  #terms .term {
    padding: 0 1rem 0 0;
  }
  .ic_link_terms::after {
    width: 2.6vw;
    height: 2.6vw;
  }
}
@media screen and (max-width: 500px) {
  h2 {
    font-size: 6.5vw;
  }
}

/* btn
------------------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  margin: 0 auto;
  text-align: center;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 20rem;
  color: #35241A;
  text-decoration: none;
  transition: .3s;
}
#cpn-main .link_btn {
  width: 400px;
  height: 80px;
  margin: 3rem auto 0;
}
#cpn-main .link_btn a::before {
  top: inherit;
  transform: rotate(0);
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 1rem;
}
#cpn-main .link_btn a {
  position: relative;
  border-radius: 5.5rem;
  box-shadow: 0 .5rem #211b17;
  background: #2d2d2d;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.4;
}
#cpn-main .link_btn a {
  box-shadow: 0 .25rem 1rem 0 #6b808c;
  background: #cc0033;
  font-size: 1.8rem;
}
#cpn-main .method_ahamo a {
  font-size: 2.2rem;
}
#cpn-main .method_ahamo a::before {
  position: absolute;
  right: 1em;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  background: url("/special/agecyauweeeek14/assets/images/ic_white.svg") no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    top: calc(50% - 2px);
    right: 3.5rem;
    border-width: .3rem 0 .3rem .4rem;
  }
  #cpn-main .link_btn {
    max-width: 95%;
    height: 85px;
    max-height: 10rem;
  }

}
@media screen and (max-width: 500px) {
  #cpn-main .link_btn {
    width: 40rem;
    height: 8rem;
    max-height: 8rem;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .btn a span::after {
    top: calc(50% - 2px);
  }
  .link_btn a::before {
    right: 2rem;
  }
  #cpn-main .link_btn a {
    font-size: 2rem;
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3.3vw;
  min-width: 2.6vw;
  margin: 0 .4vw;
  padding: .2rem .5rem .4rem;
  border-radius: 1rem;
  border: solid .3rem #ff7900;
  background-clip: padding-box;
  background: #fff;
  color: #ff7900;
  font-size: 1.7vw;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .cdt_num {
    width: 3.5vw;
    padding: .4rem .3rem .5rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
    padding: 1.6rem 0 1.2rem;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
}
@media screen and (max-width: 300px) {
  .cta_follow .CDT_btn_p a::after {
    right: 12%;
  }
}
/* cta_follow＿追従
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  margin: auto;
  padding: 1rem 0;
  background: rgba(255, 255, 255, 0.8);

}
.cta_follow .CDT_btn_tx {
  width: 100%;
  height: 100%;
  font-size: 3.3rem;
  box-shadow: 0 0 0px .15em #ff7900,
    0 4px 5px 4px #cea995;
  border: .1em solid #fff;
}
.cta_follow .CDT_btn_p {
  width: 92%;
  height: 82px;
  margin: .5rem auto 1rem;
  font-size: 3rem;
  border-radius: 20rem;
  transition: .3s;
}
.cta_follow .entryBtn_decoration {
  position: relative;
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
  }
  .cta_follow .CDT_btn_p {
    height: 16vw;
  }
  .cta_follow .CDT_btn_tx {
    font-size: 3rem;
  }
}
@media screen and (max-width: 425px) {
  .cta_follow .CDT_btn_p .CDT_btn_tx {
    height: 100%;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 375px) {
  .cta_follow .CDT_btn_p .CDT_btn_tx {
    height: 100%;
  }
  .cta_follow .CDT_btn_p .CDT_btn_tx {
    font-size: 3rem;
  }
}
@media screen and (max-width: 320px) {
  .cta_follow .CDT_btn_p .CDT_btn_tx {
    font-size: 3.4rem;
  }
}
/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  position: relative;
  width: 17.5vw;
  margin: auto;
  border-radius: 50rem;
  letter-spacing: .06em;
}
.CDT_btn_p a {
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 1.4vw;
  font-weight: bold;
  z-index: 1;
  background: #ff7900;
  border: .15em solid #fff;
  box-shadow: 0 0 0px .2em #ff7900,
    0 4px 5px 4px #cea995;
}
@media screen and (max-width: 1300px) {
  .CDT_btn_p a {
  box-shadow: 0 0 0px .2em #ff7900,
    0 3px 4px 3px #cea995;
}
}
.entryBtnLarge {
  position: relative;
  width: 400px;
  height: 80px;
  line-height: 1.3;
  z-index: 0;
  transition: .3s;
  border-radius: 10rem;
}
.entryBtnLarge span {
  font-weight: bold;
}
.entryBtnLarge a>span {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.entryBtnLarge span>span {
  font-size: .6em;
}
.entryBtn a::before,
.CDT_btn_p a::before,
.link_btn a::before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 1.25rem);
  right: 3rem;
  transform: rotate(90deg);
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  background: url("/special/agecyauweeeek14/assets/images/ic_white.svg") no-repeat;
  content: "";
}
.entryBtn a::before{
  transform: rotate(0deg)!important;
  top: calc(50% - 1.1rem);
  width: 1.2em;
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 40rem;
    height: 8rem;
  }
}
@media screen and (max-width: 390px) {
  .entryBtnLarge a>span {
    margin-bottom: .6rem;
  }
}

/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn {
  position: relative;
  width: 40rem;
  height: 8rem;
  margin: 2rem auto 3rem;
  border-radius: 50rem;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .06em;
  transition: .3s;
}
#cpn-main .entryBtn a {
  position: relative;
  background: #ff7900;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
   border: .13em solid #fff;
  box-shadow: 0 0 0px .2em #ff7900,
    0 4px 5px 4px #cea995;
}
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 2;
  width: auto; 
  height: auto;
  border-radius: 50px;
  background: rgba(0, 0, 0, .7);
  content: '';
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 29px;
  font-size: 1.8rem;
  font-weight: 500;
  cursor: pointer;
}
.entry_wrap input[type="checkbox"],.entry_wrap input:checked ~ .btn.disable::after {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 21px;
  height: 21px;
  margin-right: .6em;
  border: 2px solid var(--color_black);
  border-radius: 1.5px;
  box-sizing: border-box;
  background: #fff;
  content: "";
  transition: all 0s;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/agecyauweeeek14/assets/images/ic_check.svg") no-repeat center / 80% auto;
}
@media screen and (max-width: 768px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    padding-left: 2.7rem;
  }
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    top: .3rem;
    width: 2.1rem;
    height: 2.1rem;
    border: solid 1px var(--color_black);
    border-radius: .15rem;
  }
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  #cpn-main a:hover {
    opacity: .6;
  }
  #cpn-main .link_btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none!important;
    transition: .3s;
  }
  .CDT_btn .CDT_btn_p a:hover,
  #cpn-main .entry_wrap .entryBtn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: 0 0 0px .2em #ff7900;
    transition: .3s;
  }
  .cta_follow .CDT_btn_tx:hover{
    box-shadow: 0 0 0px .15em #ff7900!important;
  }
  .benefits li a:hover {
    background: var(--color_blue);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/agecyauweeeek14/assets/images/ic_blue_active.svg") no-repeat;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 0;
  left: 0rem;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.benefits {
  width: 23vw;
  max-width: 80%;
}
.benefits_inner {
  width: 100%
}
.benefits_inner picture {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 5rem;
}
.benefits ul {
  margin-top: 2vw;
  padding: 2vw 3.5rem 1rem;
  background-color: #fff;
  border-radius: 25px;
  border: solid 2px #c5deea;
  box-shadow: 2px 2px 0px 2px #c5deea;
}
.benefits li {
  margin-bottom: .2vw;
  padding-bottom: .2vw;
  border-bottom: #a9d0ff solid 2px;
  text-align: left;
  line-height: 1.2;
}
.benefits li:nth-of-type(4n) {
  margin-bottom: 0;
}
.benefits li:last-of-type {
  border: none;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.8vw;
}
.benefits li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: .7vw .5vw;
  border-radius: 5px;
  color: var(--color_blue);
  font-size: 1.4vw;
  text-decoration: none;
  transition: 0s;
}
.benefits li a::after {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-top: .2rem;
  background: url("/special/agecyauweeeek14/assets/images/ic_blue.svg") no-repeat;
  content: "";
  transition: 0s;
  right: 0.4em;
}
.bg_contents .benefits .access {
  position: relative;
  margin: 0.8em 0 1.2em;
  padding: .7em 5.5em 1em 0;
  border-radius: .7vw;
  color: var(--color_blue);
  font-size: 1.2vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.bg_contents .benefits .access::after {
  display: inline-block;
  position: absolute;
  top: -.2em;
  right: 1em;
  width: 5em;
  height: 5em;
  margin: auto;
  background: url("/special/agecyauweeeek14/assets/images/qr.webp") no-repeat center/cover;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 1230px) {
  .benefits li a, .benefits p {
    font-size: 1.2vw;
  }
  .bg_contents .benefits .access {
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 1090px) {
	.benefits li a, .benefits p {
	font-size: 1.1vw;
	}
}
.bg_contents .bg_right_area {
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  margin-top: 0;
}
.bg_period {
  width: 23vw;
  height: 14vw;
  margin: auto;
  background: #fff;
    border-radius: 25px;
  border: solid 2px #c5deea;
  box-shadow: 2px 2px 0px 2px #c5deea;
  text-align: center;
  color: #0c1f46;
}
.bg_period .CDT_btn {
  width: 90%;
  margin: 0.8vw auto 0;
  padding: .24vw;
}
.bg_period .CDT .entry_sub_tx {
  font-size: 1.3vw;
}
.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.2vw;
  font-weight: bold;
  letter-spacing: .06em;
}
.bg_right_area .CDT_btn_p {
  width: 100%;
  height: 3.5vw;
  transition: .3s
}
.bg_right_area .CDT_btn_p a {
  font-size: 1.3vw;
}

.bg_right_area .CDT_btn_p a::before{
  top: calc((4vw - 2.8rem) / 2);
  width: 1.2vw;
  height: 1.8rem;
}
@media screen and (max-width: 1500px) {
  .bg_right_area .CDT_btn_p a::before {
    top: calc((3.7vw - 2.3rem) / 2);
  }
  .bg_right_area .CDT_btn_p {
    height: 3.7vw;
  }
  .bg_right_area .entry_sub_tx::before, .bg_right_area .entry_sub_tx::after {
    top: 1.9vw;
    left: 1.9vw;
  }
  .bg_right_area .entry_sub_tx::after {
    left: 18.9vw;
  }
	.benefits ul {
    padding: 2vw 1.1vw 1rem;		
  }
}
@media screen and (max-width: 1230px) {
  .benefits {
    top: calc((100% - 500px) / 2);
  }
	.benefits ul {
    padding: 2vw 0.8vw 1rem;		
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* is-active
------------------------------------------------*/
.benefits ul li a.is-active {
  background: var(--color_blue);
  color: #fff;
}
.benefits ul li a.is-active::after {
  background: url("/special/agecyauweeeek14/assets/images/ic_blue_active.svg") no-repeat;
}
/* list indent
------------------------------------------------*/
.list li {
  padding-left: 1em;
  text-align: justify;
  text-indent: -1em;
}
.list .indent_none {
  text-indent: 0;
  padding-left: 0;
}
.list_indent01 li {
  padding-left: 0.5em!important;
  text-indent: -0.5em!important;
}
.list_indent02 li {
  text-indent: -1em!important;
}
.list_indent03 li {
  padding-left: 0.7em!important;
  text-indent: -0.7em!important;
}
.list_indent04 li {
  text-indent: -1.1em!important;
}

/*----- 上部追従 -----*/
h1#kv_follow {
  position: fixed;
  z-index: 99;
  max-width: 500px;
  width: 100%;
  background-color: #ffffff!important;
}
#kv_follow.is-shadow {
  box-shadow: 0 .5rem .5rem rgba(65, 68, 68,.2);
  transition: .1s;
}
@media (max-width: 750px) {
  h1 {
    margin-bottom: -5vw;
  }
  .kv::after {
    bottom: -75px;
  }
  .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;
  }
}


/* kv
------------------------------------------------*/
#cpn-main section#kv {
  position: relative;
  padding: 0 0 6rem;
  background: url("/special/agecyauweeeek14/assets/images/kv_bg.webp") no-repeat center top/cover;
}
.kv_img01 {
  padding-top: 2.8em; 
}
#kv>ul {
  margin: 1.2rem 2.5rem 1.9rem;
  word-break: break-all;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}
#kv>ul li {
  font-weight: 600;
}
@media screen and (max-width: 500px) {
  #kv>ul {
    line-height: 1.4;
  }

}
/* prize
------------------------------------------------*/
.sec_course {
  padding: 0rem 0;
  background-color: #ffe98d;
}
#course {
  position: relative;
  padding: 3rem 0 0;
  z-index: 1;
}
#course::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  aspect-ratio: 1000 / 50; 
  height: auto;
  top: 1px;
  transform: translateY(-100%); 
  background: url("/special/agecyauweeeek14/assets/images/wave_01.svg") no-repeat center bottom / 100% auto;
  z-index: 2;
}

.h2_deco_course {
  position: relative;
}
#h2 {
  max-width: 40%;
  margin: auto;
  padding: 1rem 0 0;
}
.h2_deco_course::before {
  position: absolute;
  top: -1em;
  width: 7em;
  height: 7em;
  background: url("/special/agecyauweeeek14/assets/images/h2_decoration01.webp") no-repeat center / contain;
  content: "";
}
.h2_deco_course::after {
  position: absolute;
  top: -3.2em;
  width: 10.3em;
  height: 10.3em;
  background: url("/special/agecyauweeeek14/assets/images/h2_decoration02.webp") no-repeat center / contain;
  content: "";
  z-index: 2;
}
.h2_deco_course::before {
  left: -6.5em;
}
.h2_deco_course::after {
  right: -9.4em;
}
.prize_wrap {
  margin: 0 3.6rem;
  padding: 2rem 0 5.5rem;
}
.prize_img_wrap {
  margin: 2.5rem 0 1.3rem;
  position: relative;
}
.prize_limit {
  position: absolute;
  top: -2.8rem;
  right: -3rem;
  width: 23%;
  content: "";
}
#course .prize_img_wrap .list li {
  font-weight: 600;
}
#course .prize_img_wrap section:nth-of-type(3) .list li {
  margin: 1.5rem 1.2rem 0; 
  font-weight: normal;
}
.prize_img_wrap>section {
  position: relative;
  padding: 0 0 2rem;
  background: #fff;
  border-radius: 20px;
  border: 3.5px solid #ffe578;
  box-shadow: 0 0 0px 5px #fff,
    4px 4px 0 .4em #FF8000;
  margin: 0 0 7rem 0;
}
.prize_img_wrap > section:last-of-type {
  margin-bottom: 0;
}
.prize_img_wrap>section h3 {
  position: absolute;
  top: -4.5rem;
  left: -2.5rem;
  width: 6em;
  content: "";
}
#course .prize_img_wrap {
  text-align: right;
}
#course .prize_img_wrap .list {
  display: flex;
  text-align: left;
  margin: 1rem auto 0;
  justify-content: center;
}
.list_note {
  display: block !important;
  padding: 2.3rem 0 0;
}
#course .list {
  font-size: 1.5rem;
  line-height: 1.5;
}
#course .list li {
  font-weight: 500;
}
@media screen and (max-width: 500px) {
  .h2_deco_course::after {
  top: -0.95em;
  width: 5.2em;
  height: 3.8em;
  right: -4.8em;
  }
  .h2_deco_course::before {
  top: -0.8em;
  width: 3.2em;
  height: 3.2em;
  left: -3.4em;
  }
}
/* method
------------------------------------------------*/
.method {
  padding: 2.8rem 0 0;
  margin: 0 2.5rem;
}

#sec_method {
  position: relative;
  background-color: #b2ecfe;
  padding: 0 0 7rem;
}
#sec_method::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  aspect-ratio: 1000 / 50; 
  height: auto;
  top: 1px;
  transform: translateY(-100%); 
  background: url("/special/agecyauweeeek14/assets/images/wave_02.svg") no-repeat center bottom / 100% auto;
  z-index: 2;
}
.method .h2_deco_sec_method::before,.method .h2_deco_sec_method::after {
  background: url("/special/agecyauweeeek14/assets/images/h2_decoration03.webp") no-repeat center / contain;
} 
.method_wrap {
  position: relative;
  padding: 2.2rem 2rem;
  border-radius: .8rem;
  background: #fff;
}
.method_wrap + .method_wrap {
  margin-top: 4rem;
}
.method_wrap h3 {
  width: 8rem;
  margin-left: -0.5rem;
  text-align: left;
}
.method_wrap p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7;
}
.method_wrap p span {
  color: var(--color_orange);
  font-weight: bold;
}
.method_wrap picture {
  margin: 3.8rem auto;
}
.method_wrap:nth-of-type(2n) picture {
  margin: 1rem auto;
}
.method_date {
  position: absolute;
  top: -3.5rem;
  right: -2rem;
  width: 19%;
  content: "";
}
.method_date_img_a01 {
  margin: 1rem 1.5rem 1.8rem;
  padding: 0.8rem 1.9rem;
  border-radius: 1rem;
  background: #fffbe6;
}
.method_date_img_02 {
  margin: 1rem 1.5rem 1.8rem;
  padding: 0.2rem 3.7rem;
  border-radius: 1rem;
  background: #fffbe6;
}
.method_date picture {
  width: 100%;
  margin: 0;
}
.method_date_top {
	top: -2rem
}
.method_p p {
  font-size: 2rem;
}
#cpn-main .method_wrap .method_link {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000fff;
  padding-right: 2.4rem;
}
.method_wrap .method_link::after {
  position: absolute;
  top: 16%;
  right: 0;
  width: 1.7rem;
  height: 1.7rem;
  background: url("/special/agecyauweeeek14/assets/images/ic_link_method.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
@media screen and (min-width: 501px) {
  .method_wrap:nth-of-type(2) p span br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .method_wrap {
    padding: 4.5vw;
  }
  .method_wrap p {
    font-size: 1.75rem;
  }
  .h2_deco_sec_method::before,.h2_deco_sec_method::after {
  width: 1.9em;
  background: url("/special/agecyauweeeek14/assets/images/h2_decoration03.webp") no-repeat center / contain;
}
.h2_deco_sec_method::before {
  left: 2.7em;
}
.h2_deco_sec_method::after {
  right: 2.9em;
}
}
@media screen and (max-width: 390px) {
  .method_wrap {
    padding: 3.2vw 4.5vw;
  }
}
/* terms
------------------------------------------------*/
#terms {
  position: relative;
  z-index: 1;
}
#terms::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  aspect-ratio: 1000 / 50; 
  height: auto;
  top: 1px;
  transform: translateY(-100%); 
  background: url("/special/agecyauweeeek14/assets/images/wave_03.svg") no-repeat center bottom / 100% auto;
  z-index: 2;
}
#terms .terms_deco::before {
	left: -5em;
}
#terms .terms_deco::after {
  right: -5em;
}
#terms .terms_deco::before, #terms .terms_deco::after{
	top: -0.3em;
  height: 5rem;
}
#terms section {
	text-align: justify;
	line-break: anywhere;
}
.text_red {
  color: #f00;
}
.mb1 {
  margin-bottom: 1rem;
}
#termsContent .wrap > div {
	margin-top: 2rem;
}
#termsContent .size-m {
  font-size: 1.8rem;
}
#termsContent .font_bold {
	font-weight: bold;
}
#termsContent {
  width: 44rem;
  height: 39rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  border: 3px solid var(--color_blue);
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
}
#termsContent .wrap {
  width: calc(100% - 2.6rem);
  height: calc(100% - 2rem);
  margin: 1rem 1.4rem 1.4rem 1.8rem;
  padding: 0 1.5rem 0 0;
  overflow-y: scroll;
  border-radius: 0;
  text-align: left;
  scrollbar-width: thin;
  scrollbar-color: var(--color_blue) #fff;
}
#termsContent .wrap::-webkit-scrollbar {
  width: .3rem;
}
#termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#termsContent .wrap > section {
  margin-top: 2rem;
}
#termsContent .wrap > section:first-of-type {
  margin-top: 0;
}
#termsContent .wrap > section:last-of-type {
  padding-bottom: 1rem;
}
#termsContent h3 {
  font-weight: bold;
  font-size: 1.2em;
}
#terms .list.indent_none li, #terms .indent_none_p {
  text-indent: 0;
}
#terms .text_indent2 {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  #termsContent .wrap {
    height: calc(100% - 4rem);
    margin: 2rem 1.4rem 2rem 1.8rem;
    padding: 0 .5rem 0 0;
  }
  #terms {
    padding-bottom: 0;
  }
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  font-size: 1.9rem;
  text-align: center;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 2.2rem auto 0;
  color: #141414;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  margin: 3rem auto 0;
  padding: 2.5rem 0;
  background: #e2e2e2;
  font-size: 1.4rem;
  color: #000;
}