@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_white: #fff;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #2d2a26;
  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("../images/pc_bg.webp") no-repeat top center / cover var(--color_white);
  content: "";
}
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    vertical-align: bottom;
}

header {
    background: var(--color_white);
}

@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;
  margin: 0 auto;
  mix-blend-mode: multiply;
  width: 100%;
  max-width: 500px;
  letter-spacing: .06em;
  font-feature-settings: "palt";
  background: #fff;
  box-shadow: rgba(14, 91, 160, 0.8) 0 0 20px;
}

#cpn-main a {
  position: relative;
  text-decoration: none;
  color: #242ee2;
}

#cpn-main picture {
  display: block;
}

#course h2, #course h3 {
  color: #333;
  border-color: #333;
  padding: 0 0 1rem 0;
  width: 93%;
  margin: 1rem auto 8rem;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

#cpn-main .link_deco {
	text-decoration: underline;
}

main>section {
  padding-top: 1rem;
}

.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url("../images/ic_link.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}

@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 {
  position: relative;
}

.btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: .2s;
  text-decoration: none;
  border-radius: 5rem;
}

/*特典進呈条件_エントリーに進むボタン*/
#cpn-main .link_btn {
  width: 410px;
  height: 80px;
  margin: 3rem auto 0;
}

#cpn-main .link_btn a {
  position: relative;
  border-radius: 5.5rem;
  pointer-events: all;
  color: var(--color_white) !important;
  background: #ea2121;
  font-size: 2.6rem!important;
  font-weight: bold;
  margin: 4rem auto 0;
  padding: 2.3rem 0rem 1.2rem;
  line-height: 1.2;
  box-shadow: rgba(234, 33, 33, 1) 0 0 10px;
}

#cpn-main .link_btn a::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 3px solid var(--color_white);
  border-radius: inherit;
  pointer-events: none;
  transition: .2s ease;
}

#cpn-main .link_btn a::after {
  position: absolute;
  top: .85em;
  right: 8%;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0.5rem;
  content: "";
  background: url(../images/ic_white.svg) no-repeat;
  background-size: contain;
  transition: .2s;
}

#cpn-main .link_btn a>span {
  color: var(--color_white);
  font-weight: bold;
  font-size: 1.6rem;
}
#cpn-main .link_btn a>span>span {
  font-size: 2.1rem;
  font-weight: bold;
}

#cpn-main .method_ahamo a {
  font-size: 2.2rem;
}

/*ahamoサイトへボタン*/
.link_ahamo {
  margin: 4rem 0 0;
}

.link_ahamo a {
  display: inline-block;
  transition: transform 0.3s ease;
  color: var(--color_white) !important;
  background: #808080;
  font-size: 2.2rem;
  border: unset;
  width: 37rem;
  margin: 0 auto 0;
  padding: 1.5rem;
  font-weight: bold;
}

.link_ahamo a::before {
  background: url(../images/btn_ic.svg) no-repeat center / contain;
  content: "";
  position: absolute;
  right: 5%;
  top: 1em;
  width: 1em;
  height: 1em;
}

/*キャンペーンTOPへ戻るボタン*/
.link_campaign {
  margin: 2rem 0 2.7rem;
}

.link_campaign a {
  display: inline-block;
  transition: transform 0.3s ease;
  color: var(--color_white) !important;
  background: #538cea;
  font-size: 2.2rem;
  border: unset;
  width: 37rem;
  margin: 0 auto 0;
  padding: 1.5rem;
  font-weight: bold;
}

.link_campaign a::before {
  background: url("../images/btn_ic_2.svg") no-repeat center / contain;
  content: "";
  position: absolute;
  right: 5%;
  top: 1em;
  width: 1em;
  height: 1em;
}

/*幅調整*/
@media screen and (max-width: 768px) {
  .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 span::after {
    top: calc(50% - 2px);
  }
  .link_btn a::before {
    right: 2rem;
  }
  #cpn-main .link_btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  #cpn-main .link_btn a::before {
    inset: 3px;
    border: 2px solid var(--color_white);
  }
}

/* bg_contents_PC左右エリア
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100vh;
  width: calc((100vw - 500px) / 2);
  overflow: hidden;
}

/* PC_左エリア
---------------------------*/
.bg_contents .benefits {
  position: absolute;
  width: 23vw;
  max-width: 75%;
  height: 31vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/pc_img01.webp) no-repeat center / contain;
}

.benefits picture img {
  width: 75%;
  display: block;
  margin: 10.5% auto 0;
}

.benefits ul {
  position: absolute;
  top: 0;
  padding: 6vw 2.2vw 0 2.2vw;
  width: 100%;
}

.benefits li {
  margin-bottom: .2vw;
  padding-bottom: .2vw;
  border-bottom: #219ad6 solid 1px;
  text-align: left;
  line-height: 1.4;
}

.benefits li:nth-of-type(3n) {
  margin-bottom: 0;
}

.benefits li:first-child {
  border-top: #219ad6 solid 1px;
  padding-top: .2vw;
}

.benefits li:nth-of-type(4n) {
  border-bottom: none;
}

.benefits li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: .38vw 0.3vw .42vw;
  color: #219ad6;
  text-decoration: none;
  border-radius: 5px;
}

.benefits li a::after {
  position: relative;
  display: inline-block;
  width: 1em;
  height: .95em;
  background: url("../images/ic_anchorlink.svg") no-repeat;
  content: "";
  transition: 0s;
}

.benefits li a {
  font-weight: bold;
  font-size: 1.4vw;
}

.bg_contents .benefits .access {
  position: relative;
  margin: 0.9em auto;
  padding: 2em 7em 2em 0em;
  background: rgba(180, 225, 243, 0.35);
  color: #219ad6;
  font-size: 1.1vw;
  font-weight: bold;
  border-radius: 1.5rem;
  text-align: center;
}

/*スマホからのアクセス＿QR*/
.bg_contents .benefits .access:after {
  position: absolute;
  top: .4em;
  right: 1em;
  display: inline-block;
  width: 6em;
  height: 6em;
  margin: auto;
  background: url("../images/qr.webp") no-repeat center/cover;
  content: "";
  vertical-align: baseline;
}

/* is-active_PC左エリアの矢印
------------------------------------------------*/
.benefits ul li a.nav__link.is-active {
  color: var(--color_white);
  background: #219ad6;
}
.benefits ul li a.nav__link.is-active::after {
  background: url("../images/ic_anchorlink_active.svg") no-repeat;
}

@media screen and (max-width: 1270px) {
  .benefits ul {
    padding: 6.3vw 2.3vw 0 2.3vw;
  }

  .benefits picture img {
     margin: 13% auto 0;
  }
  .bg_contents .benefits .access {
    margin: 0.6em auto;
  }
}

@media screen and (max-width: 1260px) {
  .benefits picture img {
    margin: 13% auto 0;
 }
}

@media screen and (max-width: 1250px) {
  .bg_contents .benefits .access {
    margin: 0.4em auto;
  }
}

@media screen and (max-width: 1220px) {
  .benefits picture img {
    margin: 14% auto 0;
  }
  .bg_contents .benefits .access {
    border-radius: 1vw;
    margin: 0.35em auto;
  }
}

@media screen and (max-width: 1210px) {
  .benefits li a {
    font-size: 1.3vw;
  }
  .bg_contents .benefits .access {
    margin: 0.6em auto;
  }
}

@media screen and (max-width: 1200px) {
  .bg_contents .benefits .access {
    border-radius: 1vw;
    margin: 0.7em auto;
  }
}

@media screen and (max-width: 1180px) {
  .benefits li a {
    font-size: 1.15vw;
  }
  .bg_contents .benefits {
    height: 30vw;
  }
  .bg_contents .benefits .access {
    font-size: 1vw;
    margin: 1.1em auto;
  }
}

@media screen and (max-width: 1135px) {
  .benefits picture img {
    margin: 16% auto 0;
  }
}

@media screen and (max-width: 1100px) {
  .benefits picture img {
    margin: 17% auto 0;
  }
  .bg_contents .benefits .access {
    margin: 0.85em auto;
  }
}

@media screen and (max-width: 1070px) {
  .benefits ul {
    padding: 6.5vw 2vw 0 2vw;
  }
  .benefits picture img {
    margin: 18% auto 0;
  }
  .bg_contents .benefits .access {
    margin: 0.7em auto;
  }
}

@media screen and (max-width: 1050px) {
  .benefits li a {
    font-size: 1.1vw;
  }
  .benefits picture img {
    margin: 19% auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}

/* PC_右エリア
---------------------------*/
.bg_contents .bg_right_area {
  position: fixed;
  top: calc((100% - 16vw) / 2);
  right: 0;
  width: 100%;
  max-width: calc((100% - 500px) / 2);
  margin-top: 0;
}

.bg_right_img {
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/*カウントダウンタイマー*/
.cta_area {
  position: relative;
  width: 25vw;
  height: 16vw;
  margin: auto;
  padding: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  background: url(../images/pc_img02.webp) no-repeat center / contain;
  border-radius: 1.3rem;
  align-items: center;
  font-feature-settings: "palt";
}

[class*=cdt_date] small {
  font-size: 1.1vw;
  letter-spacing: .06em;
  padding: 12% 0 0;
  font-weight: bold;
}

.entry_sub_tx {
  font-size: 1.6vw;
  font-weight: bold;
  padding: 10% 0 3%;
  color: #333;
}

.entry_sub_tx span {
  font-size: 1.2vw;
  font-weight: bold;
}

.CDT .cdt_date {
	color: #333;
}

.cdt_num {
  display: inline-block;
  min-width: 2.6vw;
  height: auto;
  border-radius: 1rem;
  margin: 0 .4vw;
  padding: .5rem .5rem .8rem;
  text-align: center;
  color: #219ad6;
  font-weight: 900;
  font-family: inherit;
  background-clip: padding-box;
  border: solid 0.5rem #219ad6;
  background: var(--color_white);
  line-height: 1;
  font-size: 1.6vw;
}

/*エントリーに進むボタン*/
.entry_wrap .entryBtn {
  background: transparent;
  font-size: 2.4rem;
  font-weight: 500;
  border-radius: 9999px;
  letter-spacing: .06em;
  width: 100%;
  height: auto;
  margin: .8rem auto 1.5rem;
  transition: .2s;
}

.bg_contents .entry_wrap .entryBtn {
    width: 70%;
    margin-top: 1.4rem;
}

.entryBtn_decoration {
  position: relative;
}
.entry_wrap .entryBtn a {
  position: relative;
  background: #ea2121;
  font-weight: bold;
  color: var(--color_white) !important;
  font-size: 2.6rem;
  border-radius: 5.5rem;
  margin: 0 auto;
  padding: 2rem 0 2.4rem;
  line-height: 1.2;
  opacity: 1;
  box-shadow: rgba(234, 33, 33, 1) 0 0 10px;
}

.bg_contents .entryBtn a {
  padding: 1vw 0 1.1vw;
  font-size: 1.3vw;
}

/*ボタン矢印*/
.entry_wrap .entryBtn a::after {
  position: absolute;
  right: 26px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 3rem;
  height: 2.3rem;
  background: url("../images/ic_white.svg") no-repeat center / contain;
  content: "";
}

/*ボタンの枠線*/
.entry_wrap .entryBtn a::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 3px solid var(--color_white);
  border-radius: inherit;
  pointer-events: none;
  box-sizing: border-box;
}

@media screen and (min-width: 1920px) {
  .entry_sub_tx span {
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 1650px) {
  .entry_wrap .entryBtn .bg_right_btn::after {
    right: 20px;
    height: 2rem;
  }
}
@media screen and (max-width: 1550px) {
  .bg_contents .entry_wrap .entryBtn {
    margin-top: 1.2rem;
  }
  .CDT .cdt_num {
    border: solid .3vw #219ad6;
  }
  .entry_wrap .entryBtn .bg_right_btn::after {
    height: 1.8rem;
  }
}

@media screen and (max-width: 1440px) {
  .entry_wrap .entryBtn .bg_right_btn::after {
    right: 15px;
    height: 1.5rem;
  }
}

@media screen and (max-width: 1400px) {
  .entry_wrap .entryBtn a::before {
    inset: 3px;
    border: 3px solid #fff;
  }
}

@media screen and (max-width: 1380px) {
  .cdt_num {
    border-radius: .7rem;
    padding: .3rem .3rem .5rem;
    border-width: 3px;
  }
}

@media screen and (max-width: 1200px) {
  .cta_area .entry_sub_tx {
    padding: 11% 0 1%;
  }
  .bg_contents .entry_wrap .entryBtn {
    margin-top: 1rem;
  }
  .entry_wrap .entryBtn .bg_right_btn::after {
    right: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .bg_contents .entryBtn a {
    padding: 1.2vw 0 1.3vw;
  }
  .entry_wrap .entryBtn .bg_right_btn::after {
    right: 10px;
    height: 1.3rem;
    }
}

@media screen and (max-width: 400px) {
  .entry_wrap .entryBtn a {
    padding: 2rem 0 2.1rem;
  }
  .entry_wrap .entryBtn a::before {
    inset: 3px;
    border: 3px solid var(--color_white);
  }
  .entry_wrap .entryBtn a::after {
    right: 25px;
  }
}

@media screen and (max-width: 250px) {
  .entryBtn a::after {
      right: 15px;
  }
}

/* kv
------------------------------------------------*/
#kv {
  background: var(--color_white);
}

h1 {
  font-size: 1rem;
}

@media screen and (max-width: 500px) {
  #kv>ul {
    line-height: 1.4;
  }
}

/* prize
------------------------------------------------*/
.prize_wrap {
  padding: 0 1.5rem 0;
  background: #d4ebf4;
}
.prize_wrap.top_bg_1, .prize_wrap.top_bg_2 {
  background: #fff;
  padding: 0 1.5rem 2rem;
  margin-top: -1px;
}

/*タブ下の線*/
.prize_wrap.top_bg_1 {
  border-top: 8px solid #219ad6;
}

.prize_wrap.top_bg_2 {
  border-top: 8px solid #f27b53;
}
/*タブ下箇所*/
.top_white_bg, .top_white_bg_2{
  margin: 0 -1.5rem -3rem;
}

.top_white_bg_2{
  margin-bottom: 0.5rem;
}

.prize_txt {
  text-align: left !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  color: #333 !important;
  text-indent: -1em !important;
  padding: 2.5rem 1.5em 0 3rem !important;
  font-size: 1.6rem !important;
  margin: 0 auto 4rem !important;
}

.prize_txt.black_2 {
  margin: -3.5rem auto 0.1rem !important;
}
.prize_txt.black_3 {
  margin: -2.5rem auto 4rem !important;
}

/* prize_content_border
--------------------------*/
/*共通*/
.prize_content_border {
  padding: 0.5rem 1.5rem 0;
  margin: -1.5rem -1.5rem;
}

.prize_content_wrap {
  padding: 3px;
  border-radius: 1.5rem;
  background: #219ad6;
  margin-bottom: 3.5rem;
}

.prize_content {
  background-color: #f0fcff;
  padding: 0 1.5rem 2rem;
  border-radius: calc(1.5rem - 1px);
}
.prize_content.prize_2 {
  background-color: #fff9f8;
  padding: 0 1.5rem 2.5rem;
}

.prize_bg {
  background: #219ad6;
  padding: 0.5rem 0 0.3rem;
  border-radius: 1.5rem 1.5rem 0 0;
  margin: -0.3rem -4rem -1.1rem;
}

.content01_txt_under {
    display: inline-block;
    background: url(../images/blue_line_1.svg) no-repeat center bottom;
    background-size: 100% 6px;
    padding-bottom: 0.8rem;
    font-weight: bold;
}

.prize_callout {
  display: block;
  height: 33px;
  background: url(../images/prize_callout.svg) no-repeat center / contain;
  margin: 2.5rem 0 1rem;
}

.prize_wrap_tx {
  margin: -0.5rem 0;
  letter-spacing: 0.2rem;
}

.prize_wrap_tx p {
  font-weight: bold;
  color: #333;
  font-size: 2rem;
  margin: 1.5rem -3.5rem 2rem;
}

.prize_wrap_tx span {
  font-weight: bold;
}

.prize_wrap_tx_2 {
  margin: -0.5rem -3rem;
  letter-spacing: 0.01rem;
}

.prize_wrap_tx_2 p {
  font-weight: bold;
  color: #333;
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
}

.content01_txt_point {
  height: 3.1rem;
  width: auto;
  vertical-align: -0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

.prize_text_right {
  text-align: right;
  margin: -0.5rem 0 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4em;
  font-feature-settings: "palt";
}

.prize_content_wrap.prize_2 {
  background: #ed7651;
  margin: 0 0 3.5rem;
}

.prize_bg.prize_2 {
  background: #ed7651;
  margin: -0.3rem -4rem -0.1rem;
}

.prize_wrap_tx.prize_2 {
  margin: 2.5rem 0;
}

.prize_wrap_tx.prize_2 p {
  line-height: 1.2rem;
  letter-spacing: 0.2rem;
}

.prize_text {
  font-size: 2rem;
  color: var(--color_white);
  font-weight: bold;
}

#cpn-main .prize_ahamo {
  margin: 0 -0.5rem;
}

#cpn-main .prize_ahamo a {
  letter-spacing: 0.3rem;
  position: relative;
  border-radius: 1rem;
  pointer-events: all;
  color: var(--color_white) !important;
  background: #219ad6;
  font-size: 2.3rem !important;
  font-weight: bold;
  width: 100%;
  height: 90%;
  margin: 0 auto 0;
  padding: 1.5rem 0rem 1.5rem;
  line-height: 1.2;
  box-shadow: #0f485e 0 4px;
}

#cpn-main .prize_ahamo a::before {
  position: absolute;
  top: .9em;
  right: 4%;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../images/ic_white_2.svg) no-repeat;
}

#cpn-main .prize_ahamo.prize_2 a {
  background: #ed7651;
  margin: 2rem auto 0;
  box-shadow: #a84122 0 4px;
}

.content01_txt_white {
  font-size: 2.8rem;
}

.content01_txt_yellow {
  color: #219ad6;
  font-size: 3rem;
}

.content01_txt_yellow_3 {
  color: #219ad6;
  font-size: 3.5rem;
}

.content01_txt_pink {
  color: #ed7651;
  font-size: 2.1rem;
  font-weight: bold!important;
}

/* 特典エリア
-------------------*/
.prize_wrap h2 {
  position: relative;
  top: 3rem;
  z-index: 2;
  font-size: 4.5rem;
}

.prize_wrap .prize_wrap_only {
  margin: 1rem 6rem 1rem !important;
  width: auto!important;
}

.border_blue_line_2 {
  border-bottom: 0.7rem solid #219ad6;
  margin: 0 -1.5rem 4rem;
}

.prize_wrap.black .border_blue_line_2 {
  border-bottom: 0.7rem solid #f27b53;
}

.prize_img_inner {
  background: #fff;
  border-radius: 1.5rem;
  max-width: 600px;
  margin: 3rem 0 auto;
  padding: 3rem 1.5rem 1rem;
}

.prize_img_inner.entry_3 {
  margin: 1.5rem 1.5rem auto;
}

.prize_img_inner_2 {
  position: relative;
  z-index: 1;
  background: #ffe6de;
  margin: 12rem -1.5rem 0;
  padding: 0 0 6rem;
}
.prize_img_inner_2::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  margin: auto;
  z-index: 2;
  background: url(../images/wave_orange_top.svg) no-repeat bottom center / 102%;
  margin-top: -1px;
  top: -75px;
}

.prize_subheading {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  color: #219ad6;
  margin-top: -0.5rem;
  padding: 1.1rem 0 1.4rem;
  line-height: 1;
  z-index: 0;
  letter-spacing: .06em;
}

.prize_subheading span {
  font-size: 3.4rem;
  font-weight: bold;
}

.prize_img_inner .prize_subheading::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #e5f5f9;
  z-index: -1;
}

.prize_img_inner .prize_subheading.only_3::before {
  background: #ffeee9;
  border-radius: 1.5rem;
}

/*特典_背景*/
.prize_img01 {
  margin: 2.5rem 3.5rem 2rem 3.5rem;
}

/*キャンペーン特典見出し*/

.h3_deco {
  border-bottom: none !important;
  border-top: none !important;
  top: 0 !important;
  width: 100% !important;
  margin: 0 0 !important;
}

.prize_img01_deco_1 {
  margin: -1.5rem -2rem 2.5rem;
}
.deco_ahamo {
  border-bottom: none !important;
  border-top: none !important;
  top: 0 !important;
  width: 100% !important;
  margin: 0 0 1rem !important;
}
.prize_img01_deco_2 {
  margin: -0.2rem 0.2rem 3rem;
}

/*特典1*/
.gift_2 .prize_subheading {
  padding: 1rem 0 1.3rem;
  margin: -2.6rem 0;
}

.prize_inner .prize01_img02_wrap .indMark li {
  margin: 0;
}

.prize01_img02_wrap picture:nth-child(4) {
  width: 90%;
  margin: -0.5rem 0 0 2rem;
}

.prize01_img02_wrap picture:nth-child(3) {
  width: auto;
  margin: 5rem 2rem 0 2.5rem;
}

/*特典2*/
.prize_inner .prize2_tx::before {
  background: url(../images/ic_check_prize_1.webp) no-repeat center / contain;
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  position: relative;
  top: 0.7rem;
}

.prize2_tx {
  display: inline-block;
  color: #333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05rem;
  margin: 2.5rem 0 5rem;
}

.prizeA picture {
  position: relative;
  top: -0.7rem;
  margin: 0 -0.1rem;
}

.prizeB {
  margin-top: 0.6rem;
  padding-bottom: 1rem;
}

.prizeB .border_line {
    border-top: 2px solid #b4e1f3;
    margin: -6% -1% 0;
}

.prizeB picture {
  position: relative;
  margin: 3.8rem 0.3rem -3.5rem 0.1rem;
}

/*さらに・エントリー特典*/
.prize_img01.gift_3_only {
  margin: 0.5rem auto 0rem !important;
}

.prize_img01_deco_3 {
  margin: -2rem 1rem 4rem;
  padding: 1rem 0 0;
}

.gift_3 a {
  transition: opacity .2s;
}

.gift_3 .prize_subheading {
  font-size: 1.8rem;
  padding: 0.8rem 0;
  margin: -0.5rem 0 8rem;
  line-height: 3rem;
  letter-spacing: .08rem;
}

.gift_3 .prize_subheading span {
  font-size: 2.2rem;
  color: #ff6833;
}

.gift_3 .prize_subheading .gift_3_ahamo {
  font-size: 2rem;
  color: #333;
}
.gift_3 .entry_only_3 {
  width: 100%!important;
  margin: 0 auto!important;
}

.gift_3 .more_present_2{
  color: #ef5050;
  font-weight: bold;
}

.gift_3 p{
  font-size: 2.1rem;
  color: #333;
  font-weight: bold;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  margin: 0.7rem 0 0;
}

.gift_3 .tx_small_entry {
  margin: -5.5rem -0.5rem 2rem 0 !important;
  text-align: right;
  letter-spacing: 0.12rem;
  color: #606060;
}

.gift_3 .gift_present {
  position: relative;
  line-height: 1.9;
  z-index: 1;
  margin-bottom: 3.5rem;
}

.gift_3_more {
  margin: -4rem -2rem 2rem !important;
  width: auto !important;
}

.gift_3 .point_bnr {
  margin: -1.5rem -0.6rem 1.9rem;
}
.gift_3 .point_txt {
  margin: 1rem 0 2rem;
  font-size: 1.7rem;
  letter-spacing: 0.15rem;
}
.gift_3 .point_txt span {
  color: #ef5050;
  font-weight: bold;
}

.gift_3 .prizeA picture {
  top: -5.8rem;
  margin: 0 0.9rem;
  right: 0.4rem;
  height: auto;
}

/*注釈等*/
.indMark .content_top {
    margin-bottom: 1.3rem !important;
}

.prize_img_inner .tx_small, .gift_3 .prizeB .tx_small {
  margin-top: -0.2em;
}

.gift_2 .prizeA .tx_small {
  margin-top: -1.2rem;
  margin-right: -0.3rem;
}
.gift_2 .prizeB .tx_small {
 margin-top: 2.6rem;
}

.prize_img_inner .tx_small {
  text-align: right;
  font-size: 1.6rem;
  color: #333;
  font-weight: 500;
}

#cpn-main ul.indMark li {
  text-align: left;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
}

#cpn-main #course ul.indMark li {
  letter-spacing: .13rem;
}

#course .indMark>li {
  font-weight: 500;
}
.indMark > li {
  font-size: 1.6rem;
  text-indent: -0.5em;
}

.gift_3 .prizeA .indMark li, .gift_3 .prizeB .indMark li {
  color: var(--color_white);
  position: relative;
  z-index: 1;
}

.tx_small_entry {
  text-align: right;
  font-size: 1.6rem!important;
  font-weight: 500!important;
  color: var(--color_white);
  position: relative;
  margin-bottom: 2rem;
  z-index: 1;
}

.gift_3 .indMark li span {
  font-weight: bold;
  color: #d60000;
}

.gift_3 .indMark li a {
  font-weight: bold;
  text-decoration: underline !important;
}

.prize_inner .tx_small {
  text-align: right;
  font-size: 1.6rem;
  color: #606060;
  font-weight: 500;
}

.gift_3 .prizeA .indMark {
  margin: 0.5rem 0 5rem 0!important;
}

#course .indMark {
  margin: 3rem 0 8rem 0;
}

#course .indMark.gift_1_indmark {
  margin: 2.5rem 0 8.8rem 0!important;
}

#course .prizeB .indMark {
  margin: 2.5rem 0 2rem 0;
}

#course .prizeA .indMark {
  margin: 2.8rem 0 8rem;
}

#course .indMark li:last-child  {
  margin-bottom: -1.5rem;
}

#course .gift_3 .indMark li:last-child  {
  text-indent: -1em;
  padding-left: 1em;
}

#course .prize_wrap.black .indMark.last_tx li:last-child  {
  padding-bottom: 3rem;
}

@media screen and (max-width: 600px) {
  .prize_callout {
    height: 25px;
  }
}

/* clip_特典進呈条件
------------------------------------------------*/
.conditions_inner {
  padding: 2rem 1rem 2.5rem;
}

#course .clip-path {
  position: relative;
  display: grid;
  width: 87%;
  height: 45rem;
  margin: 2.3rem auto 0.5rem;
  background: var(--color_white);
  align-items: center;
  line-height: 1.5;
  border: .2rem solid #212121;
  overflow: hidden;
  color: #6b6b6b;
}

.method_red h2 {
  border-top: .2rem solid #000;
  border-bottom: .2rem solid #000;
  width: 88% !important;
  top: 2rem !important;
  margin: 0 auto 4rem !important;
  padding: 1.9rem 0 !important;
}

.method_txt {
  margin: 1.7rem 1rem 1.9rem;
}

.method_txt.method_2 {
  margin: 2.3rem 1rem 1.9rem;
}

.clip-path.clip_first.conditions_inner.conditions01 .indMark .method_red_txt {
  color: #6b6b6b!important;
  font-weight: 500!important;
  margin: 0 3rem;
  text-indent: -1em!important;
}

.clip-path.clip_first.conditions_inner.conditions01 .indMark {
  margin: -0.5rem 0 6.2rem 0!important;
}

.clip-path.clip_first.conditions_inner.conditions01 .indMark .method_red_txt span {
  color: #d60000!important;
  font-weight: bold;
}

#cpn-main #terms #termsContent .line .tx_red_2 {
  color: #d60000!important;
}


.clip-path.clip_first.conditions_inner.conditions01 .indMark .method_red_txt a{
  text-decoration: underline !important;
  font-weight: bold;
}

.conditions_inner p {
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 1.4;
}

.conditions03.conditions_inner p {
  margin-bottom: 4rem;
}

.conditions_inner p span {
  font-weight: bold;
  color: #212121;
}

.conditions_inner picture {
  width: 90%;
  margin: 4.5rem auto 1rem;
}
.conditions_inner.conditions03 picture {
  margin: 2.5rem auto 1rem;
}

.sub_tx {
  font-weight: 700;
  margin: 0 0 1rem;
  font-size: 2rem;
  color: #333;
  letter-spacing:.07rem;
}

.top_bg {
  margin: 4rem 3.2rem -0.5rem;
  background: var(--color_white) !important;
  border: 2px solid #55a6d8;
  padding: 0.5rem 0 1rem;
}

.top_bg.black_bg {
  border: 2px solid #ed7651;
  padding: 0.5rem 0 1rem;
}

.top_bg p {
  font-weight: 700;
  font-size: 2rem;
  color: #219ad6;
}

.top_bg.black_bg p {
  color: #ed7651;
}

.top_bg p:first-of-type {
  margin-bottom: -0.8rem;
}

.top_txt_big {
  font-weight: 700;
  font-size: 2.5rem;
  color: #219ad6;
}

.top_bg.black_bg .top_txt_big {
  color: #ed7651;
}

.conditions_list {
  color: #333;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 1.5rem auto 0;
}

.conditions_list li {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  padding: 0 1.6em;
  text-decoration: underline;
  text-decoration-color: #333;
  text-underline-offset: 0.5rem;
  text-decoration-thickness: 0.2rem;
}

.conditions_num {
  position: absolute;
  top: 0;
  left: 0;
  width: 10rem;
}

.prize_wrap .method_red {
  margin: 0 -1.5rem 0;
  background: url(../images/method_left_bg.webp) no-repeat center / cover;
  padding: 2rem 0 5.5rem;
  border-bottom: 0.7rem solid #219ad6;
  border-top: 0.7rem solid #219ad6;
}

.prize_wrap .method_red.black_line {
  border-bottom: 0.7rem solid #f27b53;
  border-top: 0.7rem solid #f27b53;
  background: url(../images/method_right_bg.webp) no-repeat center / cover;

}

@media screen and (max-width: 500px) {
  .conditions_inner {
    padding: 20px 3vw 30px;
  }
  .conditions_inner p {
    font-size: 3.5vw;
  }
  .conditions_inner picture {
    margin-top: 4rem;
  }
}

/*about_plan_ahamoサービスの特徴
--------------------------------------------------------------*/
.about_plan_list_img_left span {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: .02rem;
  line-height: 6rem;
}
.about_plan_list_img_left.kaigai_tx span {
  line-height: 5rem;
}

.text_blue {
  color: #0882bf;
  font-weight: bold;
}

.about_plan_content_border{
  background-color: #e9faff;
  padding: 0.5rem 1.5rem 3.5rem;
  margin: 0 -1.5rem;
}

.alternative_text {
  font-size: 3rem;
  color: var(--color_white);
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.about_plan_bg {
  background: #0882bf;
  border-radius: 1.5rem 1.5rem 0 0;
  padding: 0.5rem 0;
  margin: -0.1rem -4rem;
}

.about_plan_price picture {
  margin: 3.5rem -0.5rem 0rem 0;
}

.about_txt_top {
  top: 3rem!important;
  border-bottom: none!important;
  border-top: none!important;
  margin: 0.5rem auto 4rem!important;
  padding-top: 0!important;
  font-size: 3.3rem!important;
}

.about_txt_top::before, .about_txt_top::after {
  position: absolute;
  background: url(../images/h2_deco_diamond_3.svg) no-repeat center / contain;
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  top: 7%;
}

.about_txt_top::before {
    right: 0.5rem;
}

.about_txt_top::after {
    left: 0.5rem;
}

.caption_text_right, .caption_text_left {
  font-size: 1.5rem;
  line-height: 1.4em;
  font-feature-settings: "palt";
}

.caption_text_left {
  text-align: left;
  padding-left: 2.4em;
  text-indent: -1.8em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #606060;
}

.caption_text_right {
  text-align: right;
  font-weight: 500;
  margin: -1.8rem -0.4rem 2.5rem 0;
  font-size: 1.3rem;
  color: #606060;
}

.about_plan_content_wrap {
  padding: 3px;
  border-radius: 1.5rem;
  background: #0882bf;
  margin-bottom: 2rem;
}

.about_plan_content {
  background-color: var(--color_white);
  padding: 0 3%;
  border-radius: 1.5rem;
}

.about_plan_price {
  margin: 0 5.5%;
}
.about_plan_list {
  border-top: 2px solid #d3edf4;
  padding: 4% 0;
}
.about_plan_list.kaigai_bg {
  padding: 4% 0 7%;
}

.about_plan_list_img_left {
  display: flex;
  align-items: center;
  flex-flow: row;
  justify-content: center;
  padding: 0 1rem 0 0;
}

.about_plan_list_icon {
  width: 11%;
  object-fit: contain;
  transform: scale(0.9);
  padding: 0 2.5rem;
}
.about_plan_list_icon_2 {
  width: 16%;
  object-fit: contain;
  transform: scale(0.9);
  padding: 0 2rem;
  margin-left: -0.5rem;
  margin-top: 1.5rem;
}

.about_plan_list_desc {
  text-align: left;
  line-height: 2em;
  width: 100%;
  max-width: 18em;
  font-weight: 600;
  font-feature-settings: "palt";
}

.about_plan_list_desc .strong_word {
  font-size: 4.1rem;
  line-height: 3.7rem;
}

.about_plan_five {
  display: inline-block;
  width: auto;
  height: 1.5em;
  transform: translate(0, -1.2rem);
  margin-top: 1.7rem;
  font-size: 3rem !important;
}

.about_plan_five.kaigai_30 {
  transform: translate(0, -0.7rem);
  width: 36%;
}

.about_plan_list_img_left + .blue_rounded {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

sup {
  font-size: 1.5rem;
  vertical-align: top;
  position: relative;
  top: -1.2rem;
  font-weight: 900;
}

.sup_2 {
  top: -0.3rem;
}

.blue_rounded {
  text-align: center;
  background-color: #e5f5f9;
  padding: 0.7rem 0.8rem 0.5rem 0;
  margin: 0 1.5rem 0 2rem;
  border-radius: 3em;
  line-height: 1.3em;
  font-feature-settings: "palt";
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
}

@media all and (min-width: 500px) {
  .about_plan_list_desc {
    max-width: 19em;
  }
}

/*date_wrap_エントリー期間
--------------------------------------------------------------*/
.tx_date {
  text-align: center;
  font-size: 1.7rem!important;
  color: #333;
}

.date_wrap_1 {
  padding: 1.5rem 3rem 0rem;
  margin: 0 -1.5rem;
  border-bottom: 0.7rem solid #219ad6;
  border-top: 0.7rem solid #219ad6;
  background-color: #fff;
}
.date_wrap_2 {
  padding: 1.5rem 3rem .5rem;
  margin: 0 -1.5rem;
  border-bottom: 0.7rem solid #f27b53;
  background-color: #fff;
}

#cpn-main .date_wrap_1 dl, #cpn-main .date_wrap_2 dl {
  margin-bottom: 5rem;
}
.date_wrap_1 dt, .date_wrap_2 dt {
  margin-top: 2.5rem;
}
.date_wrap_1 dt, .date_wrap_2 dt {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  padding: .3rem;
  background: linear-gradient(90deg,rgba(91, 177, 211, 1) 0%, rgba(33, 154, 214, 1) 50%, rgba(91, 177, 211, 1) 100%);
}
.date_wrap_1 .only_date, .date_wrap_2 .only_date {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  padding: 1rem;
  background: linear-gradient(90deg,rgba(91, 177, 211, 1) 0%, rgba(33, 154, 214, 1) 50%, rgba(91, 177, 211, 1) 100%);
  line-height: 2.2rem;
}
.date_wrap_1 dt span, .date_wrap_2 dt span{
  font-size: 1.5rem;
  font-weight: bold;
}
.date_wrap_1 dd,.date_wrap_1 dd>p, .date_wrap_2 dd,.date_wrap_2 dd>p {
  margin-top: 1rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
}
.date_wrap_1 dd span, .date_wrap_2 dd span {
  font-size: 1.6rem;
  font-weight: bold;
}

.date_wrap_1 .caution_2, .date_wrap_2 .caution_2 {
  line-height: 1;
  margin-top: -0.5rem;
}
.date_wrap_1 .caution_2.sim_txt, .date_wrap_2 .caution_2.sim_txt {
  font-weight: 500!important;
  color: #333;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
  margin-top: 1rem;
}

.date_wrap_1 .caution_2.text_center, .date_wrap_2 .caution_2.text_center {
  text-align: center;
  margin-bottom: -1.5rem;
}

/* terms_キャンペーン規約
------------------------------------------------*/
#terms h2 {
  position: relative;
  border: none;
  padding: 2rem 0;
  width: 85%;
  color: #333;
  margin: 1rem auto 1.2rem;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 1;
}

#terms h2::before, #terms h2::after {
  position: absolute;
  background: url(../images/h2_deco_diamond_3.svg) no-repeat center / contain;
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  top: 30%;
}

#terms h2::after {
  left: 4.5rem;
}

#terms h2::before {
  right: 4.5rem;
}

.terms_wrap {
  padding: 0 2.5rem 4rem;
}

#cpn-main #terms #termsContent {
  width: 100%;
  height: 36.5rem;
  border: .3rem solid #333;
  overflow: hidden;
  text-align: left;
  margin: 1rem auto 2.2rem;
  background: var(--color_white);
}

#cpn-main #terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4rem);
  margin: 2rem 1.4rem 2rem 2rem;
  padding: 0 1rem 0 0;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-color: #333 var(--color_white);
  scrollbar-width: thin;
}
#cpn-main #terms #termsContent * {
  font-weight: normal;
  padding: 0;
}

#cpn-main #termsContent .wrap > section.line {
  border-bottom: .2rem solid #333;
  padding-bottom: 2.2rem !important;
  margin-right: 1rem;
}

#cpn-main #terms #termsContent h3 {
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.5;
}

#cpn-main #terms #termsContent .indent_terms {
  text-indent: -1em !important;
  padding-left: .9em !important;
  text-align: justify;
}

#cpn-main #terms #termsContent .line p {
  letter-spacing: 0.04em;
}
#cpn-main #terms #termsContent .line .pattern {
  margin-top: 2rem;
  letter-spacing: 0.02em;
}

.period-s li {
  color: #000!important;
}

.period-s span {
  padding: 0 .7rem 0 0 !important;
}

#cpn-main #terms #termsContent p {
  font-size: 1.9rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-left: 0;
  text-align: justify;
}
#cpn-main #terms #termsContent .entry_terms {
  font-size: 1.6rem;
  color: #000 !important;
}
#cpn-main #terms #termsContent .terms_tx1 {
  font-weight: bold!important;
}
#cpn-main #terms #termsContent .terms_tx_small {
  font-size: 1.6rem!important;
}

#cpn-main #terms #termsContent .terms_tx_small.teams_2 {
  font-size: 1.6rem!important;
  padding-left: 1em !important;
  text-indent: -1em !important;
}

#cpn-main #terms #termsContent p + * {
  margin-top: 6px;
}

#cpn-main .indMark.size-m > li > span {
  position: absolute;
  top: .2rem;
  left: -1rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
  width: 2.2rem;
  height: 2.2rem;
  color: var(--color_white) !important;
  background: #333;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
}

#cpn-main #terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 1.8rem;
  color: #000;
}
#cpn-main #terms #termsContent .indMark.size-m > .tx_bold {
  font-weight: bold!important;
}
#cpn-main #terms #termsContent ul li {
  font-size: 1.9rem;
  font-weight: 600;
}
#cpn-main .indMark.size-m > li {
  position: relative;
  font-size: 1.6rem;
  margin-left: 1rem;
  padding-left: 2.1rem;
  text-align: justify;
}
#terms ul.indMark li {
  font-weight: 400 !important;
}
#terms .indMark > li {
  font-weight: 500;
}

.indMark > li {
  font-size: 1.6rem;
}
.indMark > li {
  text-indent: -0.5em;
  padding-left: 0.7em;
}

.indMark > .content_top {
  text-indent: 0;
  padding-left: 0.2em;
}

#cpn-main .period > li::before {
  position: absolute;
  top: 1.2rem;
  left: 0;
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: #666;
  content: "";
}

.terms_m2 {
  margin-bottom: 0.5rem;
}

#cpn-main .period li {
  position: relative;
  padding-left: 1.6rem !important;
  font-size: 1.6rem;
  font-weight: bold!important;
}

#cpn-main #terms #termsContent .size-s.indMark li {
  text-indent: -1em;
  padding-left: .9em;
  text-align: justify;
  color: #000;
}
#cpn-main #terms #termsContent .size-s.indMark .only_terms {
  padding-left: 2em!important;
}
#cpn-main #terms #termsContent .size-s.indMark .tx_indent {
  text-indent: -1em !important;
  padding-left: 3rem;
}
#cpn-main #terms #termsContent .size-s.indMark .size-s_only {
  padding-left: 1em!important;
  color: #000!important;
  text-indent: 0em!important;
  padding-top: 0.5rem;
}

.d_only {
  display: block;
  padding-left: 1em!important;
  text-indent: -1em;
}

#cpn-main #terms #termsContent .size-s li, #cpn-main #terms #termsContent p.size-s {
  font-size: 1.6rem;
}
#cpn-main #terms #termsContent .size-s .campaign_only {
  font-size: 1.9rem!important;
}

#cpn-main #terms #termsContent .indMark .indMark_small {
  font-size: 1.6rem !important;
  text-indent: -1em !important;
  padding-left: .9em !important;
  text-align: justify;
  color: #4d4d4d!important;
}
#cpn-main #terms #termsContent .indMark > li + li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
#cpn-main #terms #termsContent .indMark > li {
  font-weight: normal;
  text-indent: -.5em;
  padding-left: .5em;
}

#cpn-main #terms #termsContent .wrap a {
  text-decoration: underline;
  color: #242ee2;
  transition: .2s;
}
#cpn-main #terms #termsContent a {
  text-decoration: underline;
}

#cpn-main #terms #termsContent .line .size-m {
  font-size: 1.8rem;
}

#cpn-main #termsContent .wrap > section + section {
  margin-top: 2.2rem;
}

/* line_LINE友だち追加枠
------------------------------------------------*/
.line_wrap {
  background-color: #ebf7ff;
  padding: 0.5rem 2rem 2.5rem;
  margin: 0 auto;
  text-align: center;
}

.line_wrap h2 {
  color: var(--color_white);
  background: #01b447;
  padding: 0.2rem 0 0.3rem;
  margin: 4.5rem 1rem 2rem;
  font-size: 2.9rem;
  font-weight: bold;
}

.line_txt {
  display: inline-block;
  position: relative;
  text-align: center;
}

.line_txt p {
  margin: 0;
  color: #2d2a26;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.1rem;
}

.line_txt p span {
  color:#dd2f2f;
  font-size: 2.5rem;
  font-weight: bold;
}

.line_txt::before, .line_txt::after {
  content: "";
  position: absolute;
  top: 56%;
  width: 3px;
  height: 3.6em;
  background: #01b447;
  border-radius: 999px;
}

.line_txt::before {
  left: -1.5em;
  transform: translateY(-50%) rotate(-20deg);
}

.line_txt::after {
  right: -1.5em;
  transform: translateY(-50%) rotate(20deg);
}

.line_qr{
  margin: 2rem 8rem;
}

/*LINE友だち追加用ボタン*/
.link_line {
  margin: 2.5rem 0 2rem;
}

.link_line a {
  color: var(--color_white) !important;
  box-shadow: #016625 0 4px;
  background: #01b447;
  font-size: 2.2rem;
  border: unset;
  width: 37rem;
  margin: 0 auto 0;
  padding: 1.3rem;
  font-weight: bold;
}

.link_line a::before {
  background: url(../images/btn_ic_line.svg) no-repeat center / contain;
  content: "";
  position: absolute;
  right: 6%;
  top: 0.9em;
  width: 1em;
  height: 1em;
}

/* campaignCode
------------------------------------------------*/
.campaignCode {
  font-size: 1.9rem;
  text-align: center;
  color: #333;
}
.campaignCode span {
  font-size: 2.3rem;
}

/* footer
------------------------------------------------*/
footer {
  width: 100%;
  max-width: 750px;
  margin: 1rem auto 0;
  color: #212121;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  margin: 5rem auto 0;
  padding: 2.5rem 0;
  background: #219ad6;
  font-size: 1.4rem;
  color: var(--color_white);
}

.website-link a {
  text-decoration: underline !important;
}

.website-link::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 .5rem;
  background: url(../images/ic_link.svg) no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}

/* 追従
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: 10;
  background: rgba(255, 255, 255, .8);
  padding: 1.5rem 0 .6rem;
  margin: auto;
  right: 0;
}

#follow .entry_wrap .entryBtn {
  width: 40rem;
}

#follow .entry_wrap .entryBtn a::after {
  right: 40px;
  height: 2.8rem;
}

/*幅調整*/
@media screen and (max-width: 768px) {
  .cta_follow {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  #follow {
    width: 100%;
  }
  #follow .entry_wrap .entryBtn a::after {
    right: 35px;
  }
}
@media screen and (max-width: 400px) {
  #follow .entry_wrap .entryBtn a::after {
    right: 25px;
  }

}
@media screen and (max-width: 350px) {
  #follow .entry_wrap .entryBtn a::after {
    right: 20px;
  }
}
@media screen and (max-width: 200px) {
  #follow .entry_wrap .entryBtn a::after {
    right: 15px;
  }
}

/* タブ関連
------------------------------------------------*/
/*タブ切り替え　タブ*/
.tab_inner{
  padding: 0 1rem;
}
.sec_course {
    margin-top: -9.5rem;
}

.sec_course .course__tabs .tab__items, .sec_course .course__tabs .tab__items {
  display: flex;
  justify-content: space-between;
}

.sec_course .course__tabs .tab__item {
    align-items: center;
    flex: 1;
    background: #545454;
    color: var(--color_white);
    font-size: 2rem;
    font-weight: bold;
    padding: 0.8rem 0;
    cursor: pointer;
    transition: .2s;
    animation: fadeIn .5s ease-in-out forwards;
    line-height: 1.2;
    border-radius: 1.5rem 1.5rem 0 0;
}
.sec_course .course__tabs .tab__item.active {
  position: relative;
  box-shadow: none;
}
.sec_course .course__tabs .tab__item.left_tab {
  background: #bcbcbc;
  color: #606060;
  margin-right: 1rem;
}
.sec_course .course__tabs .tab__item.left_tab.active {
  background: #219ad6;
  color: var(--color_white);
  border: none;
  margin-right: 1rem;
}
.sec_course .course__tabs .tab__item.right_tab {
  background: #bcbcbc;
  color: #606060;
  padding: 0.6rem 0;
}
.sec_course .course__tabs .tab__item.right_tab.active {
  background: #f27b53;
  color: var(--color_white);
  border: none;
  padding: 0.6rem 0;
}
.sec_course .course__tabs .tab__item span {
  font-size: 2rem;
  font-weight: bold;
}
.sec_course .course__tabs .tab__item .txt_big {
  font-size: 2.3rem;
  font-weight: bold;
}
.sec_course .course__tabs .tab__item .txt_big.big_2 {
  line-height: 1;
}

.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;
}

/*エントリーボタン
------------------------------------------------*/
.entry_wrap {
  position: relative;
}

/*エントリーボタン周り文言*/
.entry_tx_1 {
  margin: -0.5rem 0 0;
  font-weight: 500 !important;
  font-size: 2.2rem;
  letter-spacing: 0.15rem;
}

.entry_tx_1::before, .entry_tx_1::after{
  display: inline-block;
  width: 0.2rem;
  height: 3rem;
  content: "";
  background-color: #ea2121;
  vertical-align: -0.8rem;
  border-radius: 999px;
}

.entry_tx_1::before {
  margin-right: 1.7rem;
  transform: rotate(-27deg);
}

.entry_tx_1::after {
  margin-left: 1.7rem;
  transform: rotate(27deg);
}

.entry_wrap .entry_tx_2 {
  color: #333;
  margin: 1rem 0 0 5rem;
  font-weight: 500 !important;
  font-size: 1.6rem;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5;
}

.entry_tx_2 a {
  text-decoration: underline!important;
}

.entry_wrap p span {
  color: #ea2121;
  font-weight: bold !important;
}
.entry_wrap .entry_tx_2 span {
  color: #d60000!important;
  font-weight: 500 !important;
}


/*チェックボックス*/
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 3.5rem;
  letter-spacing: 0.14rem;
  font-size: 2rem;
  font-weight: 400;
  cursor: pointer;
  color: #333;
}

.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 {
  position: absolute;
  top: 3px;
  left: -2px;
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #333;
  border-radius: 1.5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 0s;
  content: "";
}

.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("../images/ic_check.svg") no-repeat center / 85% auto;
}

/*チェック済みボタン*/
#cpn-main .button_p.entry-btnStyle_checked {
  background: #ea2121;
  box-shadow: rgba(234, 33, 33, 1) 0 0 10px;
  transition: .2s;
}

#cpn-main .button_p.entry-btnStyle_checked a {
  pointer-events: all;
}

#cpn-main .button_p a::before {
  content: "";
  position: absolute;
  inset: 4px;
  border: 3px solid #fff;
  border-radius: inherit;
  pointer-events: none;
  transition: .2s ease;
  box-shadow: inset 0 0 0 rgba(234, 33, 33, 1);
}
#cpn-main .button_p a::after {
  position: absolute;
  right: 38px;
  top: 2rem;
  display: inline-block;
  margin: auto;
  width: 3rem;
  height: 3rem;
  background: url(../images/ic_white.svg) no-repeat;
  content: "";
  transform: rotate(-90deg);
}

/*未チェックボタン*/
#cpn-main .button_p {
  position: relative;
  margin: 1.2rem auto 1rem;
  width: 92%;
  height: 8rem;
  background: #999;
  color: var(--color_white);
  text-align: center;
  border-radius: 9999px;
}

#cpn-main .button_p a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.1rem 0 2rem 0;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  border-radius: 5.5rem;
  margin: 0 auto 0;
  pointer-events: none;
  line-height: 1.2;
  letter-spacing: .2rem;
}

/*幅調整*/
@media screen and (max-width: 768px) {
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    top: .5rem;
    width: 2.1rem;
    height: 2.1rem;
    left: 1px;
  }
}

@media screen and (max-width: 400px) {
  #cpn-main .button_p a::after {
    right: 25px;
  }
  #cpn-main .button_p a::before {
    inset: 3px;
    border: 2px solid var(--color_white);
  }
}
@media screen and (max-width: 250px) {
  .entry_tx_1::before, .entry_tx_1::after {
    width: 2px;
  }
  #cpn-main .button_p a::after {
    right: 20px;
  }
}

/* hover
------------------------------------------------*/
@media (hover: hover) {
  a:hover {
    opacity: .7;
  }
  .benefits li a:hover {
    opacity: 1;
    color: var(--color_white);
    background: #219ad6;
    border-radius: .5rem;
  }
  .benefits li a:hover::after {
    background: url("../images/ic_anchorlink_active.svg") no-repeat;
  }
  .bg_contents .entryBtn a:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 1;	
  }
  .link_line a:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 1;	
  }
  
  #cpn-main .link_btn a:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 1;	
  }
  .entry_wrap .entryBtn a:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 1!important;	
  }
  #cpn-main .button_p.entry-btnStyle_checked:hover {
    box-shadow: none;
    transform: translateY(6px);
    opacity: 1;	
  }
  .entry_wrap a:hover {
    opacity: 0.8;
    transition: .2s;
  }
  #cpn-main .button_p.entry-btnStyle_checked a:hover {
    opacity: 1;
  }
  .link_ahamo a:hover {
    transform: translateY(6px);
    opacity: 1;
  }
  .link_campaign a:hover {
    transform: translateY(6px);
    opacity: 1;
  }
  #cpn-main .prize_ahamo a:hover {
    box-shadow: none;
    transform: translateY(4px);
    opacity: 1;	
  }
  #cpn-main .prize_ahamo.prize_2 a:hover {
    box-shadow: none;
    transform: translateY(4px);
    opacity: 1;
  }
  #information a:hover {
    opacity: 0.7;
    transition: 0.2s;
  }
  .gift_3 a:hover {
    opacity: 0.7;
  }
}
