@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_black: #222;
  --color_orange: #f2361b;
}
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/agecyauweeeek12/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;
  box-shadow: rgba(147, 70, 0, .5) 0 0 18px;
  background: #fff;
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: .06em;
  mix-blend-mode: multiply;
}
#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: 4rem;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url("/special/agecyauweeeek12/assets/images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
  color: var(--color_orange);
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.h2_deco::before,.h2_deco::after {
  position: absolute;
  top: 0;
  width: 1em;
  height: 1em;
  background: url("/special/agecyauweeeek12/assets/images/h2_before01.svg") no-repeat center / contain;
  content: "";
}
.h2_deco::before {
  left: -1.5em;
}
.h2_deco::after {
  right: -1.5em;
  transform: scale(-1,1);
}
.h2_deco02 {
  margin-bottom: 4rem;
}
.h2_deco02::before,.h2_deco02::after {
  background: url("/special/agecyauweeeek12/assets/images/h2_before02.svg") no-repeat center / contain;
}
@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;
  }
  .h2_deco::before, .h2_deco::after {
    top: -1vw;
    width: 8vw;
    height: 8vw;
  }
  .h2_deco::before {
    left: -10vw;
  }
  .h2_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-bottom: 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 .docomo {
  margin: 4rem auto;
}
#cpn-main .docomo a {
  box-shadow: 0 .5rem #a0002e;
  background: #cc0033;
  font-size: 1.8rem;
}
#cpn-main .docomo a>span {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
#cpn-main .docomo a>span>span {
  font-size: 2.2rem;
  font-weight: bold;
}
#cpn-main .docomo a::before {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  background: url("/special/agecyauweeeek12/assets/images/ic_link_white.svg") no-repeat center/contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .btn {
    width: 400px;
    height: 70px;
  }
  .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;
    margin-bottom: 3rem;
  }
  .entry_wrap .entryBtn a::before {
    top: calc((8rem - 1.8rem) / 2);
  }
  .CDT_btn .CDT_btn_p a::before {
    top: calc((70px - 2.2rem) / 2);
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  #cpn-main .link_btn {
    width: 40rem;
    height: 8rem;
    max-height: 8rem;
  }
}
@media screen and (max-width: 425px) {
  .btn {
    max-width: 40rem;
    width: 40rem;
    max-height: 8rem;
    height: 46px;
  }
  .btn a {
    font-size: 2.2rem;
  }
  .btn a span::after {
    top: calc(50% - 2px);
  }
  .link_btn a::before {
    right: 2rem;
  }
  #cpn-main .docomo a {
    font-size: 2rem;
  }
  .CDT_btn .CDT_btn_p a::before {
    top: calc((50px - 2.7rem) / 2);
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  margin: auto;
  padding: 2rem 0;
  background: rgba(255, 238, 169, .8);
}
.cta_follow .CDT_btn_tx {
  width: 80%;
  margin: .5rem auto 1rem;
  font-size: 2.4rem;
}
[class*=cdt_date] small {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: .06em;
}
@media screen and (max-width: 768px) {
  .cta_follow {
    padding: 1.2rem 0;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_tx {
    width: 40rem;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
  }
}
[class*=cdt_date] small {
  color: var(--color_black);
  font-size: 2rem;
}
.cdt_num {
  display: inline-block;
  width: 3.5vw;
  min-width: 2.6vw;
  height: auto;
  margin: 0 .4vw;
  padding: .8rem .5rem 1rem;
  border: solid .2vw var(--color_orange);
  border-radius: 1rem;
  background: #fff;
  background-clip: padding-box;
  color: var(--color_orange);
  font-size: 1.8vw;
  font-weight: bold;
  line-height: 1;
  font-family: inherit;
  text-align: center;
}
/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  position: relative;
  width: 17.5vw;
  margin: 3.5rem auto 0;
  border-radius: 50rem;
  box-shadow: 0 .4rem #af2822;
  background: linear-gradient(180deg,rgba(243, 51, 26, 1) 35%, rgba(249, 124, 48, 1) 80%, rgba(255, 193, 69, 1) 100%);
  letter-spacing: .06em;
}
.CDT_btn_p a {
  width: 85%;
  color: #fff !important;
  font-size: 1.3vw;
  font-weight: bold;
}
.entryBtnLarge {
  position: relative;
  width: 400px;
  height: 80px;
  line-height: 1.3;
}
.entryBtnLarge span {
  font-weight: bold;
}
.entryBtnLarge a>span {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.entryBtnLarge span>span {
  font-size: .6em;
}
.entryBtnLarge a::after {
  display: inline-block;
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 50rem;
  background: #fff;
  content: "";
}
.entryBtn a::before,
.CDT_btn_p a::before,
.link_btn a::before {
  display: inline-block;
  position: absolute;
  right: 3rem;
  transform: rotate(90deg);
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  background: url("/special/agecyauweeeek12/assets/images/ic_white.svg") no-repeat;
  content: "";
}
.entryBtn a::before {
  top: calc((72px - 1.35rem) / 2);
  transform: rotate(0);
}

@media screen and (max-width: 1400px) {
  .bg_period .CDT_btn_p::after {
    top: 1rem;
    right: -.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .CDT_btn_tx {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .entryBtnLarge {
    width: 40rem;
    height: 8rem;
  }
}
@media screen and (max-width: 390px) {
  .CDT_btn_tx,
  #terms .entry_wrap .entryBtn {
    box-shadow: 0 3px #af2822;
  }
  .entryBtnLarge a>span {
    margin-bottom: .6rem;
  }
}

/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn {
  position: relative;
  width: 40rem;
  height: 8rem;
  margin: 1rem auto 4rem;
  border-radius: 50rem;
  box-shadow: 0 4px #af2822;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .06em;
}
#cpn-main .entryBtn a {
  position: relative;
  background: linear-gradient(180deg,rgba(243, 51, 26, 1) 35%, rgba(249, 124, 48, 1) 80%, rgba(255, 193, 69, 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/agecyauweeeek12/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 .entry_wrap .entryBtn a:hover,
  .CDT_btn .CDT_btn_p a:hover,
  #cpn-main .link_btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none;
    transition: .2s;
  }
  .benefits li a:hover {
    background: var(--color_orange);
    color: #fff;
  }
  .benefits li a:hover::after {
    background: url("/special/agecyauweeeek12/assets/images/ic_orange_active.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%;
}
.benefits {
  position: absolute;
  top: calc((100% - 650px) / 2);
  left: calc((100% - 23vw) / 2);
  width: 22vw;
  max-width: 80%;
  height: 32.2vw;
  margin: -12.5% auto 0;
}
.benefits_inner {
  position: absolute;
  top: 0;
  width: 100%;
}
.benefits_inner picture {
  display: block;
  width: 95%;
  margin: 0 auto;
}
.benefits ul {
  margin-top: 1vw;
  padding: 1.2vw 1.4vw .6vw;
  border-radius: 2vw;
  border: var(--color_orange) solid .2vw;
  background: #fff;
}
.benefits li {
  margin-bottom: .2vw;
  padding-bottom: .2vw;
  border-bottom: #FFD2AE solid 1px;
  text-align: left;
}
.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: .2vw .7vw;
  border-radius: 5px;
  color: var(--color_orange);
  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/agecyauweeeek12/assets/images/ic_orange.svg") no-repeat;
  content: "";
  transition: 0s;
}
.bg_contents .benefits .access {
  position: relative;
  margin: 2em auto 1em;
  padding: .5em 7.4em 1em 0;
  border-radius: .7vw;
  color: var(--color_orange);
  font-size: 1.2vw;
  font-weight: bold;
  text-align: center;
}
.bg_contents .benefits .access::after {
  display: inline-block;
  position: absolute;
  top: -.8em;
  right: 1em;
  width: 6em;
  height: 6em;
  margin: auto;
  background: url("/special/agecyauweeeek12/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.2vw;
  }
}
@media screen and (max-width: 1150px) {
  .bg_contents .benefits .access {
    margin-top: 1.5em;
    font-size: 1vw;
  }
}
.bg_contents .bg_right_area {
  position: fixed;
  top: calc((100% - 300px) / 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";
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.bg_period .entry_sub_tx,
.bg_period [class*=cdt_date] small {
  padding: 5.5% 0 2%;
  color: var(--color_black);
  font-size: 1.3vw;
  font-weight: bold;
}
.bg_period.cta_area {
  align-items: center;
  position: relative;
  width: 23vw;
  height: 14vw;
  margin: auto;
  padding: 0;
  border: var(--color_orange) solid .2vw;
  border-radius: 1vw;
  background: #fff;
  text-align: center;
}
.bg_period.cta_area::before,.bg_period.cta_area::after {
  position: absolute;
  width: 5.5vw;
  height: 6vw;
  background: url("/special/agecyauweeeek12/assets/images/deco_pc.svg") no-repeat center/contain;
  content: "";
}
.bg_period.cta_area::before {
  top: -1vw;
  left: -1.7vw;
}
.bg_period.cta_area::after {
  bottom: -1vw;
  right: -1.7vw;
  transform: scale(-1);
}
.bg_right_area .CDT_btn_p {
  height: 3.8vw;
}
.bg_right_area .CDT_btn_p a::before{
  top: calc((3.8vw - 1.5rem) / 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 #af2822;
  }
  .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.8vw - 1.8rem) / 2);
  }
  .bg_period.cta_area {
    width: 22vw;
  }
  .bg_right_area .CDT_btn_p {
    height: 3.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .benefits {
    top: calc((100% - 500px) / 2);
  }
  .bg_period.cta_area::before,.bg_period.cta_area::after {
    width: 4.5vw;
    height: 5vw;
  }
  .bg_period.cta_area::before {
    left: -1vw;
  }
  .bg_period.cta_area::after {
    right: -1vw;
  }
}
@media screen and (max-width: 1060px) {
  .benefits ul {
    padding: 1.5vw 1.4vw 1vw;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}

/* is-active
------------------------------------------------*/
.benefits ul li a.is-active {
  background: var(--color_orange);
  color: #fff;
}
.benefits ul li a.is-active::after {
  background: url("/special/agecyauweeeek12/assets/images/ic_orange_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;
}
/* kv
------------------------------------------------*/
#cpn-main section#kv {
  position: relative;
  padding: 0 0 4.5rem;
  z-index: 2;
  background: url("/special/agecyauweeeek12/assets/images/kv_bg.webp") no-repeat center bottom/cover;
}
h1 {
  margin-bottom: 1rem;
  font-size: 1rem;
}
#kv>picture:nth-of-type(2) {
  margin: 1.6rem auto 0;
}
#kv>ul {
  margin: -.2rem 3.7rem 2.8rem;
  word-break: break-all;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #000;
}
#kv>ul li {
  font-weight: 600;
}
#kv>picture:nth-of-type(3) {
  margin: 2rem auto;
}
@media screen and (max-width: 500px) {
  #kv>ul {
    margin: -.2vw 4.5vw 2.6vw;
    line-height: 1.4;
  }

}
/* prize
------------------------------------------------*/
#prize {
  margin-top: -3rem;
  padding-bottom: 3rem;
  background: #fff6e3;
}
.section_wrap {
  padding: 1.5rem 0;
}
#prize h2 {
  position: relative;
  margin-top: 2.8rem;
  line-height: 1.3;
  font-weight: 800;
}
#prize h2::before {
  position: absolute;
  top: -.45em;
  left: -1.8em;
  width: 2.2em;
  height: 2.2em;
  background: url("/special/agecyauweeeek12/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/agecyauweeeek12/assets/images/h2_prize.svg") no-repeat center/contain;
  content: "";
}
#prize h3 {
  width: 63%;
  margin: -5.2rem auto 1rem;
}
.prize_wrap {
  margin: 2.5rem 3rem 0;
  padding: 3rem 1rem 2rem;
  border: #ff8b00 solid 2px;
  border-radius: 2rem;
  background: #fff7d7;
}
#prize .prize_img_wrap .list {
  display: inline-block;
  margin: 0 auto;
  margin-top: .5rem;
}
#prize .prize_img_wrap .list li {
  font-weight: 600;
}
.prize_wrap p {
  position: relative;
  margin: 2.8rem auto 3rem;
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.1;
}
.prize_wrap p::before,.prize_wrap p::after {
  position: absolute;
  bottom: .3rem;
  width: 2.8em;
  height: 3.4em;
  background: url("/special/agecyauweeeek12/assets/images/prize_deco.svg") no-repeat left bottom/contain;
  content: "";
}
.prize_wrap p::before {
  left: -.5rem;
}
.prize_wrap p::after {
  right: -.5rem;
  transform: scale(-1,1);
}
.prize_wrap p span {
  color: #ef0044;
  font-weight: 900;
  font-size: 1.3em;
}
.prize_wrap p span>span {
  font-size: 1.5em;
  vertical-align: -.03em;
}
.prize_img_inner {
  padding: 0 .8rem;
}
.prize_img_wrap>section {
  position: relative;
  padding: 1.5rem 0 2.5rem;
  border-top: 5px solid;
  border-image: linear-gradient(to right, #F3331A, #FFC145, #F3331A) 1;
  background: #fff;
}
.prize_img_wrap>section:last-of-type {
  padding-bottom: 1.5rem;
  border-bottom: 5px solid;
}
.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: "";
}
#prize .list {
  margin-top: 2rem;
  font-size: 1.3rem;
  line-height: 1.3;
}
#prize02 p:first-of-type {
  margin-bottom: 0;
}
#prize02 .color_orange_p {
  margin: 1.5rem auto 2.5rem;
}
#prize02 .color_orange_p span {
  color: #f54c1c;
}
#prize02 .color_orange_p::before,#prize02 .color_orange_p::after {
  width: 1.5em;
  height: 2em;
  background: url("/special/agecyauweeeek12/assets/images/prize_deco2.svg")no-repeat center bottom/contain;
}
@media screen and (max-width: 768px) {
  .prize_wrap p::before, .prize_wrap p::after {
    width: 2.5em;
    height: 4em;
  }
}
@media screen and (max-width: 500px) {
  #prize {
    padding: 4rem 2.5rem 3rem;
  }
  .prize_wrap {
    margin: 1.5rem 0 0;
  }
  .prize_wrap p::before, .prize_wrap p::after {
    width: 8vw;
    height: 12vw;
  }
  .prize_wrap p {
    font-size: 1.75rem;
  }
  .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;
  }
}
/* conditions
------------------------------------------------*/
#conditions {
  padding: 5rem 3rem 4rem;
  background: #ffd7b0;
}
.conditions_wrap {
  position: relative;
  padding: 2.5rem 3rem 2rem;
  border-radius: .8rem;
  background: #fff;
}
.conditions_wrap + .conditions_wrap {
  margin-top: 24px;
}
.conditions_wrap h3 {
  width: 9rem;
  margin-left: -1.5rem;
  text-align: left;
}
.conditions_wrap p {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.7;
}
.conditions_wrap p span {
  color: var(--color_orange);
  font-weight: bold;
}
.conditions_wrap picture {
  margin: 1rem auto;
}
.conditions_date {
  position: absolute;
  top: -1.5rem;
  right: -2rem;
  width: 22%;
  content: "";
}
.conditions_date_img {
  margin: 1rem auto 1.5rem;
  padding: 1rem;
  border-radius: 1rem;
  background: #fff7ef;
}
.conditions_date picture {
  width: 100%;
  margin: 0;
}
.conditions_p p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #conditions {
    padding: 4rem 2.5rem 1rem;
  }
}
@media screen and (max-width: 500px) {
  .conditions_wrap {
    padding: 4.5vw;
  }
  .conditions_wrap + .conditions_wrap {
    margin-top: 4vw;
  }
  .conditions_wrap h3 {
    margin-left: -1rem;
  }
}
@media screen and (max-width: 390px) {
  .conditions_wrap {
    padding: 3.2vw 4.5vw;
  }
  .conditions_wrap + .conditions_wrap {
    margin-top: 5vw;
  }
}
/* terms
------------------------------------------------*/
.text_red {
  color: #f00;
}
.mb1 {
  margin-bottom: 1rem;
}
#termsContent .size-m {
  font-size: 1.8rem;
}
#termsContent {
  width: 44rem;
  height: 35rem;
  margin: 0 auto 2.5rem;
  overflow: hidden;
  border: 2px solid var(--color_orange);
  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_orange) #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 #conditions h2 {
    margin: 10px auto 20px;
  }
  #conditions .conditions_wrap + .conditions_wrap {
    margin-top: 14px;
  }
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  font-size: 1.9rem;
  text-align: center;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 1.2rem auto 0;
  color: #141414;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  margin: 4rem auto 0;
  padding: 2.5rem 0;
  background: #fed6b0;
}
