@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #000;
  --color_orange: #f2361b;
  --color_blue: #006fae;
  --color_pink: #e5037d;
}
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/agecyauweeeek13/assets/images/bg.webp") no-repeat bottom 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;
  mix-blend-mode: multiply;
  box-shadow: rgba(0,79,255,.7) 0 0 18px;
}
#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/agecyauweeeek13/assets/images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
.h3_deco::before,.h3_deco::after {
  position: absolute;
  top: -.2em;
  width: 1.2em;
  height: 1.2em;
  background: url("/special/agecyauweeeek13/assets/images/h2_before01.svg") no-repeat center / contain;
  content: "";
}
.h3_deco::before {
  left: -1.7em;
}
.h3_deco::after {
  right: -1.7em;
  transform: scale(-1,1);
}
.h2_deco {
  display: inline-block;
  position: relative;
  color: var(--color_blue);
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 4rem;
}
.h2_deco::before,.h2_deco::after {
  position: absolute;
  top: -.5em;
  width: 1.4em;
  height: 1.4em;
  background: url("/special/agecyauweeeek13/assets/images/h2_decoration02.webp") no-repeat center / contain;
  content: "";
}
.h2_deco::before {
  left: -1.6em;
}
.h2_deco::after {
  top: .3em;
  right: -1.6em;
  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;
  }
  .h3_deco::before, .h3_deco::after {
    top: -1vw;
    width: 8vw;
    height: 8vw;
  }
  .h3_deco::before {
    left: -10vw;
  }
  .h3_deco::after {
    right: -10vw;
  }
}
/* btn
------------------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 66px;
  margin: 0 auto;
  text-align: center;
}
.btn.disable::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 46px;
  background: rgba(0, 0, 0, .3);
  content: '';
}
.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 .5rem #a0002e;
  background: #cc0033;
  font-size: 1.8rem;
}
#cpn-main .link_btn a>span {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
#cpn-main .link_btn a>span>span {
  font-size: 2.2rem;
  font-weight: bold;
}
#cpn-main .link_btn a::before {
  position: absolute;
  right: .8em;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  background: url("/special/agecyauweeeek13/assets/images/ic_link_white.svg") no-repeat center/contain;
  content: "";
}
#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/agecyauweeeek13/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;
  }
  .entry_wrap .entryBtn a::before {
    top: calc((8rem - 1.8rem) / 2);
  }
}
@media screen and (max-width: 500px) {
  #cpn-main .link_btn {
    width: 40rem;
    height: 8rem;
    max-height: 8rem;
  }
  #cpn-main .method_docomo a::before {
    width: 1.1em;
    height: 1.1em;
    right: .7em;
  }
}
@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;
  }
  #cpn-main .method_docomo a::before {
    width: 1em;
    height: 1em;
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  margin: auto;
  padding: 1rem 0;
  background: rgba(184, 193, 255, .8);
}
.cta_follow .CDT_btn_tx {
  width: 100%;
  height: 100%;
  font-size: 3.3rem;
}
.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: 105%;
    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;
  background: linear-gradient(180deg,rgba(229, 3, 125, 1) 0%, rgba(239, 123, 186, 1) 100%);
  letter-spacing: .06em;
}
.CDT_btn_p {
  box-shadow: 0 .4rem #c60071;
}
.CDT_btn_p a {
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 1.4vw;
  font-weight: bold;
  z-index: 1;
}
.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_decoration::before, .entryBtn_decoration::after, .CDT_btn .entryBtn_decoration::before, .CDT_btn .entryBtn_decoration::after {
  display: inline-block;
  position: absolute;
  background:url("/special/agecyauweeeek13/assets/images/btn_decoration.svg") no-repeat center center / contain;
  content: "";
  width: 2.5em;
  height: 2.5em;
  top: -.3em;
  left: -.8em;
  z-index: 2;
}
.entryBtn_decoration::before, .entryBtn_decoration::after {
  display: none;
}
.entry_wrap input:checked ~ .entryBtn .entryBtn_decoration::after, .entry_wrap input:checked ~ .entryBtn .entryBtn_decoration::before {
  display: inline-block;
}
.entryBtn_decoration::after {
  top: 1em;
  left: 15em;
  transform: scale(-1);
}
.CDT_btn .entryBtn_decoration::before, .CDT_btn .entryBtn_decoration::after {
  width: 2em;
  height: 2em;
  top:-.5rem;
  left: -.5em;
}
.CDT_btn .entryBtn_decoration::after {
  top: 3.2rem;
  left: 41.5rem;
  transform: scale(-1);
}
.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/agecyauweeeek13/assets/images/ic_white.svg") no-repeat;
  content: "";
}
.entryBtn a::before {
  top: calc((72px - 1.35rem) / 2);
  transform: rotate(0);
}
.CDT_btn_p a::before {
  top: calc((100% - 2.5rem) / 2);
  right: 1.3em;
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 40rem;
    height: 8rem;
  }
}
@media screen and (max-width: 500px) {
  .CDT_btn .entryBtn_decoration::before {
    top: -9%;
    left: -3%;
  }
  .CDT_btn .entryBtn_decoration::after {
    top: 38%;
    left: 90%;
  }
}
@media screen and (max-width: 390px) {
  .CDT_btn_tx,
  #terms .entry_wrap .entryBtn {
    box-shadow: 0 3px #c60071;
  }
  .entryBtnLarge a>span {
    margin-bottom: .6rem;
  }
}

/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn {
  position: relative;
  width: 40rem;
  height: 8rem;
  margin: 1rem auto 3rem;
  border-radius: 50rem;
  box-shadow: 0 4px #c60071;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .06em;
}
#cpn-main .entryBtn a {
  position: relative;
  background: linear-gradient(180deg,rgba(229, 3, 125, 1) 0%, rgba(239, 123, 186, 1) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 58px;
  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/agecyauweeeek13/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;
  }
  .CDT_btn .CDT_btn_p:hover,
  #cpn-main .link_btn a:hover, 
  #cpn-main .entry_wrap .entryBtn .entryBtnLarge:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none;
    transition: .3s;
  }
  #cpn-main .entry_wrap .entryBtn a:hover {
    opacity: 1;
  }
  .benefits li a:hover {
    background: var(--color_pink);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/agecyauweeeek13/assets/images/ic_pc_white.svg") no-repeat;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 0;
  left: 0;
  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;
}
.benefits ul {
  margin-top: 2vw;
  padding: 1vw 1.2vw 0;
  border-radius: 2vw;
  border: var(--color_pink) solid .2vw;
  background: #fff;
}
.benefits li {
  margin-bottom: .2vw;
  padding-bottom: .2vw;
  border-bottom: #ff76c4 solid 1px;
  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_pink);
  font-size: 1.5vw;
  text-decoration: none;
  transition: 0s;
}
.benefits li a::after {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  margin-top: .2rem;
  background: url("/special/agecyauweeeek13/assets/images/ic_pink.svg") no-repeat;
  content: "";
  transition: 0s;
}
.bg_contents .benefits .access {
  position: relative;
  margin: 1.5em auto;
  padding: .7em 7.5em 1em 0;
  border-radius: .7vw;
  color: var(--color_pink);
  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/agecyauweeeek13/assets/images/qr.webp") no-repeat center/cover;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 1200px) {
  .benefits li a, .benefits p {
    font-size: 1.3vw;
  }
  .bg_contents .benefits .access {
    font-size: 1.1vw;
  }
}
.bg_contents .bg_right_area {
  position: fixed;
  top: calc((100% - 200px) / 2);
  right: 0;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  margin-top: 0;
}
.bg_right_img {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg_period {
  position: absolute;
  top: 0;
  bottom: 1%;
  height: max-content;
  margin: auto;
  font-feature-settings: "palt";
}
.bg_period .entry_sub_tx,
.bg_period [class*=cdt_date] small {
  padding: 5.5% 0 1%;
  color: var(--color_pink);
  font-size: 1.2vw;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.bg_period.cta_area {
  align-items: center;
  position: relative;
  width: 23vw;
  height: 9.6vw;
  margin: auto;
  padding: 0;
  border: var(--color_pink) solid .2vw;
  border-radius: 1vw;
  background: #fff;
  text-align: center;
}
.bg_period.cta_area::before,.bg_period.cta_area::after {
  position: absolute;
  width: 3.7vw;
  height: 4.2vw;
  background: url("/special/agecyauweeeek13/assets/images/pc_decoration.svg") no-repeat center/contain;
  content: "";
}
.bg_period.cta_area::before {
  top: -1.1vw;
  left: -1vw;
}
.bg_period.cta_area::after {
  bottom: -1.1vw;
  right: -1vw;
  transform: scale(-1);
}
.bg_right_area .entry_sub_tx {
  position: relative;
}
.bg_right_area .entry_sub_tx::before, .bg_right_area .entry_sub_tx::after {
  position: absolute;
  top: 1.6vw;
  left: 3vw;
  background: url("/special/agecyauweeeek13/assets/images/pc_tx_decoration.svg") no-repeat center/contain;
  content: "";
  width: .8vw;
  height: 1.5vw;
}
.bg_right_area .entry_sub_tx::after {
  left: 18.8vw;
  transform: scaleX(-1);
}
.bg_right_area .CDT_btn_p {
  height: 4vw;
  width: 87%;
  border-radius: 20rem;
  transition: .3s;
}
.bg_right_area .CDT_btn_p a::before{
  top: calc((4vw - 1.8rem) / 2);
  width: 1.2vw;
  height: 1.8rem;
}
@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
    font-size: 3rem;
  }
}
@media screen and (max-width: 1500px) {
  .bg_period {
    top: 17%;
  }
  .bg_right_img {
    left: 8%;
    width: 80%;
  }
  .bg_period .CDT_btn_tx {
    box-shadow: 0 4px #c60071;
  }
  .bg_period .CDT_btn_p a::before {
    right: 20px;
  }
  .cdt_num {
    padding-bottom: .8rem;
  }
  .bg_right_area .CDT_btn_p a::before {
    top: calc((3.7vw - 1.8rem) / 2);
  }
  .bg_period.cta_area {
    width: 22vw;
    height: 9.4vw;
  }
  .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.5vw;
    left: 2.6vw;
  }
  .bg_right_area .entry_sub_tx::after {
    left: 18.2vw;
  }
}
@media screen and (max-width: 1200px) {
  .benefits {
    top: calc((100% - 500px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .benefits {
    top: calc((100% - 500px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}

/* is-active
------------------------------------------------*/
.benefits ul li a.is-active {
  background: var(--color_pink);
  color: #fff;
}
.benefits ul li a.is-active::after {
  background: url("/special/agecyauweeeek13/assets/images/ic_pink_active.svg") no-repeat;
}
/* list indent
------------------------------------------------*/
.term .blank {
  margin-top: 1rem;
}
.list li {
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.list .indent_none {
  text-indent: 0;
  padding-left: 0;
}
.list .indent0 {
  text-indent: 0;
}
/* kv
------------------------------------------------*/
#cpn-main section#kv {
  position: relative;
  padding: 0 0 4rem;
  z-index: 2;
  background: url("/special/agecyauweeeek13/assets/images/kv_bg.webp") no-repeat center bottom/cover;
}
h1 {
  font-size: 1rem;
}
#kv picture + picture {
  margin: 1rem auto 0;
}
#kv>ul {
  margin: .7rem 3.7rem 0;
  word-break: break-all;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000;
}
#kv>ul li {
  font-weight: 600;
  text-shadow: 0 0 6px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 500px) {
  #kv>ul {
    line-height: 1.4;
  }

}
/* prize
------------------------------------------------*/
#prize {
  margin-top: -3rem;
  padding-bottom: 3rem;
  background: #fff6e3;
}
.section_wrap {
  padding: 1.5rem 0;
}
.h2_deco_course {
  position: relative;
  margin: 2.8rem auto;
  line-height: 1.3;
  font-weight: 800;
  font-size: 3.2rem;
  color: var(--color_pink);
}
.h2_deco_course::before,.h2_deco_course::after {
  position: absolute;
  top: .2em;
  width: 2.3em;
  height: 2.3em;
  background: url("/special/agecyauweeeek13/assets/images/h2_decoration01.webp") no-repeat center / contain;
  content: "";
}
.h2_deco_course::before {
  left: .3em;
}
.h2_deco_course::after {
  right: .3em;
  transform: scale(-1,1);
}
#prize h2::before {
  position: absolute;
  top: -.45em;
  left: -1.8em;
  width: 2.2em;
  height: 2.2em;
  background: url("/special/agecyauweeeek13/assets/images/h2_prize.svg") no-repeat center/contain;
  content: "";
}
#prize h2::after {
  position: absolute;
  bottom: -.45em;
  right: -1.8em;
  transform: scale(-1);
  width: 2.2em;
  height: 2.2em;
  background: url("/special/agecyauweeeek13/assets/images/h2_prize.svg") no-repeat center/contain;
  content: "";
}
.prize_wrap {
  margin: 0 1.7rem;
  padding: 2rem 2rem 3.5rem;
  border: #006fae solid 3px;
  border-radius: 0 0 1.7rem 1.7rem;
  background: #deeefc;
}
.prize_wrap.pink {
  border: #e5037d solid 3px;
  background: #ffe6f4;
}
.prize_img_wrap {
  margin: 2.5rem 0 1.3rem;
}
#course .prize_img_wrap .list {
  display: inline-block;
  margin: 0 auto;
  margin-top: .5rem;
}
#course .prize_img_wrap .list li {
  font-weight: 600;
}
.prize_img_inner {
  margin: 2rem auto;
}
.prize_img_wrap>section {
  position: relative;
  padding: 1.5rem 0 2rem;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #006fae, #b4edf3, #006fae) 1;
  background: #fff;
}
.prize_img_wrap>section:last-of-type {
  border-bottom: 5px solid;
}
.prize_img_wrap.pink>section {
  position: relative;
  padding: 1.5rem 0 2rem;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #e5037d, #ffbfe3, #e5037d) 1;
  background: #fff;
}
.prize_img_wrap>div {
  position: relative;
  padding: 1.5rem 0 2.5rem;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, #F3331A, #FFC145, #F3331A) 1;
  background: #fff;
}
.prize_img_wrap>section h4 {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 4.8em;
  content: "";
}
#course .list {
  font-size: 1.3rem;
  line-height: 1.3;
}
#course .list li {
  font-weight: 500;
}
#course .prize_img_wrap.pink section:nth-of-type(2) .list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 500px) {
  #prize {
    padding: 4rem 2.5rem 3rem;
  }
  .prize_img_wrap>section,.prize_img_wrap>div {
    border-width: 1vw;
  }
  .prize_img_wrap>div {
    padding-bottom: 2rem;
  }
  .prize_img_wrap>section:last-of-type {
    border-bottom: 1vw solid;
  }
}
/* method
------------------------------------------------*/
.method {
  padding: 4.5rem 0 0;
}
.method .h3_deco {
  display: inline-block;
  position: relative;
  color: var(--color_pink);
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 2rem;
}
.method .h3_deco::before,.method .h3_deco::after {
  background: url("/special/agecyauweeeek13/assets/images/h3_decoration01.webp") no-repeat center / contain;
} 
.method_wrap {
  position: relative;
  padding: 2.2rem 2rem;
  border-radius: .8rem;
  background: #fff;
}
.method_wrap + .method_wrap {
  margin-top: 3rem;
}
.method_wrap h4 {
  width: 8rem;
  margin-left: -1.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_pink);
  font-weight: bold;
}
.method_wrap picture {
  margin: 3rem auto;
}
.method_wrap:nth-of-type(2n) picture {
  margin: 1rem auto;
}
.method_date {
  position: absolute;
  top: -3.5rem;
  right: -1rem;
  width: 19%;
  content: "";
}
.method_date_img {
  margin: 1rem auto 2.5rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fffbe6;
}
.method_date picture {
  width: 100%;
  margin: 0;
}
.method_p p {
  font-size: 2rem;
}
#cpn-main .method_wrap .method_link {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  color: #006bc9;
}
.method_wrap .method_link::after {
  position: absolute;
  top: 16%;
  right: -6%;
  width: 1.7rem;
  height: 1.7rem;
  background: url("/special/agecyauweeeek13/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 h3 {
    margin-left: -1rem;
  }
  .method .h3_deco {
    margin-bottom: 2.5rem;
  }
  .prize_wrap p {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 390px) {
  .method_wrap {
    padding: 3.2vw 4.5vw;
  }
}
/* terms
------------------------------------------------*/
.text_red {
  color: #f00;
}
.mb1 {
  margin-bottom: 1rem;
}
.pl1 {
  padding-left: 1em;
}
#termsContent .size-m {
  font-size: 1.8rem;
}
#termsContent {
  width: 44rem;
  height: 35rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  border: 2px solid var(--color_blue);
  border-radius: 1rem;
  background: #fff;
  font-size: 1.6rem;
  font-feature-settings: normal;
  letter-spacing: 0;
}
#termsContent .wrap {
  width: calc(100% - 2.6rem);
  height: calc(100% - 2rem);
  margin: 1rem 1.4rem 1.4rem 1.8rem;
  padding: 0 1rem 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::-webkit-scrollbar-thumb {
  border-radius: .15rem;
  background: var(--color_orange);
}
#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;
}
#termsContent .small_list {
  margin-top: .3rem;
}
#termsContent .small_list li {
  padding-left: 1em;
  font-size: 1.47rem;
  text-indent: -1em;
}
#terms .text_indent, #terms .p_indent {
  padding-left: 1em;
  text-indent: -1em;
}
#terms .text_indent, #terms .list.indent_none li, #terms .indent_none_p {
  text-indent: 0;
}
#terms .small_list_indent li {
  padding-left: 0;
  text-indent: -1em;
}
#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;
  }
}

@media screen and (max-width: 385px) {
  #cpn-main .method h2 {
    margin: 10px auto 20px;
  }
}
/* 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: #fffaca;
  font-size: 1.4rem;
  color: #000;
}

/*タブ切り替え　タブ*/
.tab_inner{
  padding: 0 1.7rem;
}
.sec_course .course__tabs .tab__items, .sec_course .course__tabs .tab__items {
  display: flex;
  justify-content: space-between;
}
.sec_course .course__tabs .tab__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 1.33%)/2);
  height: 4rem;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  line-height: 1.2;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
  transition: .2s;
}
.sec_course .course__tabs .tab__item {
  border: solid .2rem #fff;
  color: #fff;
  background-color: transparent;
}
.sec_course .course__tabs .tab__item.active {
  position: relative;
  box-shadow: none;
}
.sec_course .course__tabs .tab__item.blue {
  background-color: #deeefc;
  color: #006fae;
  border: solid 3px #006fae;
  border-bottom: none;
}
.sec_course .course__tabs .tab__item.blue.active {
  background-color: #006fae;
  color: #fff;
  border: solid 3px #006fae;
}
.sec_course .course__tabs .tab__item.pink {
  background-color: #ffe6f4;
  color: #D10071;
  border: solid 3px #e5037d;
  border-bottom: none;
}
.sec_course .course__tabs .tab__item.pink.active {
  background-color: #e5037d;
  color: #fff;
  border: solid 3px #e5037d;
}
.sec_course .course__tabs .tab__item .active {
  background-color: #dff1f3;
  color: #006fae;
  transition: initial;
}
.sec_course .course__tabs .tab__item span {
  font-size: 2.3rem;
  font-weight: bold;
}
.sec_course .purple .course__tabs .tab__item.active::after {
  background-color: #fff;
}
.sec_course .light-blue .course__tabs .tab__item.active::after {
  background-color: #fff;
}
.sec_course .course__tabs .tab__item {
  height: calc(5.5rem * 1.73);
  font-size: calc(1.4rem * 1.4);
}
.sec_course .course__tabs .tab__item:hover {
  box-shadow: none;
  transition: .2s;
}

/*タブ切り替え　コンテンツ*/
.sec_course .tab__content {
  display: none;
}
.sec_course .tab__content.active {
  display: block;
}
/*スライダー*/
.sec_course .swiper__contain {
  position: relative;
}
.sec_course .swiper__contain .swiper-slide {
  height: auto;
}
.sec_course .swiper__contain .swiper-slide .slide__item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}
.sec_course .swiper__contain .swiper-slide .slide__item p,.sec_course .swiper__contain .swiper-slide .slide__item div {
  height: auto;
  width: 100%;
}
