@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
	--color_red: #C90000;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  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;
  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/reject/assets/images/bg_pc01.webp") no-repeat center bottom / cover #fff;
  content: "";
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: bottom;
}
@media screen and (max-width: 500px) {
  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:500px) {
  html {
    font-size: 62.5%;
  }
}

h2 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
}
h2::after {
  right: -0.5rem;
}
@media screen and (max-width: 500px) {
  h2::before,h2::after {
    bottom: -.7rem;
    width: 1rem;
    height: 1rem;
  }
}
/* 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(255, 255, 255, .5) 0 0 10px;
  background: #000;
  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: #fff;
  width: 100%;
  height: 100%;
	line-height: 1.1;
	transition: .2s;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 0 0 .5rem;
  background: url("/special/reject/assets/images/ic_link_white.svg") no-repeat center / contain;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 500px) {
  #cpn-main {
    max-width: 500px;
    margin: 0 auto;
  }
  #terms .wrap>section {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 500px) {
  .ic_link_terms::after {
    width: 2.6vw;
    height: 2.6vw;
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: calc((100% - 500px) / 2);
}
.bg_contents .benefits {
  position: absolute;
  top: calc((100% - 400px) / 2);
  left: calc((100% - 23vw) / 2);
  width: 20vw;
  max-width: 80%;
  height: 34vw;
  margin: -12.5% auto 0;
  background: url("/special/reject/assets/images/bg_pc02.webp") no-repeat;
  background-size: contain;
}
.benefits picture {
  width: 100%;
  display: inline-block;
  margin: 1.7vw auto 0;
  padding-bottom: 1vw;
}
.benefits picture img {
  width: 93%;
	margin: 0 .5rem 0 1.5rem;
}
.benefits ul {
  position: absolute;
  width: 100%;
  padding: 0 1.3vw;
  text-align: left;
}
.benefits li {
    margin-bottom: .2vw;
    padding-bottom: .2vw;
    text-align: left;
    line-height: 1.2;
}
.benefits li:nth-of-type(4n) {
  margin-bottom: 0;
  border-bottom: none;
}
.benefits li:last-of-type {
  border-bottom: none;
}
.benefits li a, .benefits p {
  font-weight: bold;
  font-size: 1.3vw;
}
.benefits li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: .6vw .7vw;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: 0s;
	border-radius: 5px;
}
.benefits li a::after {
  display: inline-block;
	width: 1.1em;
  height: 1.1em;
  margin-top: .3rem;
	background: url("/special/reject/assets/images/ic_pc.svg") no-repeat;
  content: "";
  transition: 0s;
}
.bg_contents .benefits .access {
  position: relative;
  border-radius: .7vw;
  margin: 1em 0 0 0;
  padding: 2em 7.4em 2em 0;
  background: rgba(255, 255, 255, 0.2);
	border: #fff solid 1px;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
}
.bg_contents .benefits .access::after {
  display: inline-block;
  position: absolute;
  top: .7em;
  right: 1em;
  width: 5em;
  height: 5em;
  margin: auto;
  background: url("/special/reject/assets/images/qr.webp") no-repeat center/contain;
  background-size: 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: 1100px) {
    .benefits li a, .benefits p {
        font-size: 1.1vw;
    }
}
@media screen and (max-width: 1150px) {
  .bg_contents .benefits .access::after {
    top: .6em;
    right: 1.5em;
    width: 5em;
    height: 5em;
  }
}
@media screen and (max-width: 1060px) {
  .bg_contents .benefits .access::after {
    top: .9em;
    right: 1.5em;
    width: 4.5em;
    height: 4.5em;
  }
}
.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 {
	align-items: center;
	position: relative;
	width: 22vw;
	height: 17vw;
	margin: auto auto 4rem;
	padding: 0;
	background: url(/special/reject/assets/images/bg_pc03.webp) no-repeat center / contain;
	text-align: center;
}
.bg_period .entry_sub_tx {
	padding: 14% 0 1%;
	color: #fff;
	font-size: 1.2vw;
	font-weight: bold;
	letter-spacing: 0.04em;
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.entry_sub_tx,
[class*=cdt_date] small {
  padding: 10% 0 2%;
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: .06em;
}
.bg_right_area .CDT_btn_p {
  height: 3.8vw;
}
.bg_right_area .CDT_btn_p a::before{
  top: calc((100% - 1.3vw) / 2);
  width: 1.3vw;
  height: 1.3vw;
  right: 1em;
}
@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%;
    width: 23vw;
  }
  .bg_right_img {
    left: 8%;
    width: 80%;
  }
  .CDT .cdt_num {
    width: 3.5vw;
    padding: .3rem .1rem .5rem 0;
  }
  .bg_period .entry_sub_tx {
    padding: 11.5% 0 1%;
  }
.bg_right_area .CDT_btn_p a::before{
  top: calc((100% - 1.2vw) / 2);
  width: 1.2vw;
  height: 1.2vw;
  right: 1.3em;
}
  .bg_right_area .CDT_btn_p {
    height: 3.8vw;
  }
}
@media screen and (max-width: 1400px) {
  .entry_sub_tx,
  [class*=cdt_date] small {
    padding-top: 12%;
  }
}
@media screen and (max-width: 1060px) {
  .benefits ul {
    padding: 0 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .bg_contents {
    display: none;
  }
}
/* is-active */
.benefits ul li a.is-active {
  color: #731714;
	background-color: #fff;
}
.benefits ul li a.is-active::after {
  background: url("/special/reject/assets/images/ic_pc_active.svg") no-repeat;
}
/* list indent
------------------------------------------------*/
.wrap>section .blank {
  margin-top: 1rem;
}
.indMark {
  text-align: justify;
  padding-left: 1.2em;
  text-indent: -1.2em;
	line-height: 1.4;
}
/* kv
------------------------------------------------*/
h1 {
  font-size: 1rem;
  background: linear-gradient(90deg,rgba(84, 53, 133, 1) 0%, rgba(42, 69, 127, 1) 100%);
}
.kv_tx {
  position: relative;
}
.kv_tx picture {
	margin-top: -1rem;
}
.kv_tx02{
	width: 100%;
  padding: 3rem 0 0;
  background: url(/special/reject/assets/images/bg_kv_tx02.webp) no-repeat center / cover;
}
.prize .kv_tx02 picture:first-of-type,
.prize .kv_tx01 picture:first-of-type{
	margin-top: 0;
}
.kv_tx02 .indMark{
	margin: 1.5rem 1rem 0;
	padding: .5rem 1.5rem .5rem 2.7rem;
	font-size: 1.6rem;
}
/* btn
------------------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 62px;
  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: .6rem;
  color: #35241A;
  text-decoration: none;
  transition: .3s;
}
.btn a span {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 400;
}
.btn a span::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 21px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: '';
}
.btn a span::after {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 35px;
  width: 0;
  height: 0;
  content: '';
}
.btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
	border-radius: .6rem;
	transition: .2s;
}
.CDT_btn_p a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
	border-radius: 6rem;
	transition: .2s;
}
.link_ahamo {
  width: 350px;
  margin-bottom: 5rem;
}
#cpn-main .link_ahamo a {
  display: flex;
  background: #777;
  font-size: 2.2rem;
}
.link_ahamo a span::before {
  background: #fff;
}
.link_ahamo a span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 27px;
  width: 4px;
  height: 4px;
  border-style: unset;
  border-width: unset;
  border-color: unset;
  border-top: 2px solid #2d2d2d;
  border-right: 2px solid #2d2d2d;
}
@media screen and (max-width: 500px) {
  .btn {
    height: 16vw;
  }
  .entry_wrap .entryBtn a::before {
		top: calc(7rem / 2);
		right: 1.8rem;
		width: 2.5rem;  
	}
  .CDT_btn .CDT_btn_p a::before {
    top: calc((58px - 2.4rem) / 2);
  }
  .link_ahamo {
    margin-bottom: 3rem;
		width: 34rem;
    height: 6.4rem;
  }
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    top: calc(50% - .3rem);
    right: 3.5rem;
    border-width: .3rem 0 .3rem .4rem;
  }
  .btn a span::before {
    top: calc(50% - .8rem);
    right: 2.2rem;
    width: 1.6rem;
    height: 1.6rem;
  }
  .link_ahamo a {
    font-size: 1.8rem;
  }
  .link_ahamo a span::after {
    right: 2.8rem;
    width: .4rem;
    height: .4rem;
    border-top: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
  }
}
@media screen and (max-width: 500px) {
  .link_ahamo a {
    border-width: 2px;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
  .link_ahamo a span::after {
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
  }
  .CDT_btn .CDT_btn_p a::before {
    top: calc((50px - 3rem) / 2);
  }
  .link_ahamo {
    width: 32rem;
    height: 6.8rem;
  }
}
/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  padding: 3.2rem 0 2rem;
  margin: auto;
  background: rgba(33, 33, 33, 0.8);
}
.cta_follow .CDT_btn_tx {
  width: 92%;
  margin: .5rem auto 1rem;
  padding: 7.7% 0;
  background: var(--color_red);
  font-size: 3.2rem;
}
.cta_follow .CDT_btn_p a::before {
  top: calc((100% - 2rem) / 2);
	width: 2.5rem;
	right: 1.3em;
}
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3vw;
  min-width: 2.2vw;
  margin: 0 .4vw;
  padding: 0 .4rem .3rem .3rem;
  border-radius: 1rem;
  border: solid 3px #fff;
  background-clip: padding-box;
  font-size: 1.8vw;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
	color: #fff;
}
@media screen and (max-width: 1500px) {
  .cdt_num {
    border: solid 2px #fff;
  }
}
@media screen and (max-width: 1400px) {
  .cdt_num {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1300px) {
  .cdt_num {
    line-height: 1.2;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow {
    padding: 2.3rem 0 1.2rem;
		width: 100%;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_tx {
    border-width: 2px;
  }
	.cta_follow .CDT_btn_p a::before {
		top: 36%; 
	}
}
@media screen and (max-width: 300px) {
	.cta_follow .CDT_btn_p a::before {
		right: 12%; 
		top: 36%;
	}
}

/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  position: relative;
  width: 17.5vw;
  margin: 5.5rem auto 2rem;
  border-radius: 5rem;
  box-sizing: border-box;
  background: var(--color_red);
  letter-spacing: .06em;
}
.CDT_btn_p a {
  width: 80%;
  color: #fff;
  font-size: 1.3vw;
  font-weight: bold;
	margin-top: 4.3rem;
  border: solid 2px #fff;
  border-radius: 6rem;
}
.bg_right_area .CDT_btn_p a {
	padding-bottom: 0.3rem;
}
.entryBtnLarge {
  position: relative;
  width: 422px;
  height: 81px;
}
.entryBtnLarge a {
	color: #fff!important;
	align-items: center!important;
	display: flex; 
}
.entryBtn a::before,
.CDT_btn_p a::before {
  display: inline-block;
  position: absolute;
  top: 2.3rem;
  right: 1.5rem;
  transform: rotate(90deg);
  width: 3rem;
  height: 2.5rem;
  margin: auto;
  background: url("/special/reject/assets/images/ic_white.svg") no-repeat;
  will-change: filter;
  content: "";
}
.entryBtn a::before {
  top: calc((81px - 1.7rem) / 2);
  transform: rotate(0deg);
}
@media screen and (max-width: 1400px) {
  .CDT_btn_tx {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1200px) {
  .CDT_btn_tx {
    margin-top: 3.2rem;
  }
	.bg_right_area .CDT_btn_p a {
	padding-bottom: 0;
}
}
@media screen and (max-width: 500px) {
  .entryBtnLarge {
    width: 42.2rem;
    height: 8.5rem;
  }
  #cpn-main .btn.entryBtn {
    margin-bottom: 3.5rem;
  }
  .CDT_btn_p a::before {
    top: 38%;
  }
}
@media screen and (max-width: 425px) {
	.entryBtn a::before {
		top: 2.5rem;
		right: 2.3rem
	}
}

/* entry_wrap
------------------------------------------------*/
.entry_wrap .entryBtn,#conditions .entryBtn {
  width: 42.2rem;
  height: 8.5rem;
  margin: 4rem auto 3rem;
  border-radius: 5rem;
  font-size: 2.4rem;
  letter-spacing: .06em;
}
.entry_wrap ul {
  margin: 1rem .2rem 0;
}
.entry_wrap .entryBtn a {
  margin: auto;
  box-sizing: border-box;
  background: var(--color_red);
  font-weight: bold;
  line-height: 1.1;
  font-size: 3.4rem;
	width: 90%!important;
}
.entry_wrap .entryBtn.disable::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: .6rem;
  background: rgba(0, 0, 0, .5);
  content: '';
}
#terms .entry_wrap label[for="entryTrigger"] {
  font-weight: normal;
}
.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 #fff;
	background-color: #000; 
  border-radius: 1.5px;
  box-sizing: border-box;
  content: "";
  transition: all 0s;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/reject/assets/images/ic_check.svg") no-repeat center / 80% auto;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry.entryBtn .entryBtnLarge a {
  box-shadow: none;
  text-shadow: none;
  animation: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry.entryBtn .entryBtnLarge a>span {
  text-shadow: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry2.entryBtn .entryBtnLarge a>span {
  text-shadow: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry2.entryBtn .entryBtnLarge a {
  box-shadow: none;
  text-shadow: none;
  animation: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ .entryBtn .entryBtnLarge a::before {
  filter: none;
}
.entry_wrap input[type="checkbox"]:not(:checked) ~ #entry2 .entryBtnLarge a::before {
  filter: none;
}
@media screen and (max-width: 500px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  #conditions .entryBtn {
    margin-bottom: 0;
  }
  .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;
    border-radius: .15rem;
  }
}
.entry_wrap .indMark li {
	font-size: 1.5rem;
	color: #fff;
  font-weight: 500!important;
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 400px) {
  .entry_wrap .entryBtn a {
    border-width: 3px;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
		#cpn-main a:hover{
    opacity: .6;
}
	#cpn-main .link_ahamo a:hover{
    opacity: 1;
}
  .benefits li a:hover {
    background: #fff;
    color: #731714;
  }
  .benefits li a:hover::after {
    background: url("/special/reject/assets/images/ic_pc_active.svg") no-repeat;
  }
  #cpn-main .entryBtn a:hover,
  #cpn-main .CDT_btn_p a:hover,
  .CDT_btn_p a:hover,#cpn-main .detail a:hover,
	.link_ahamo.btn a:hover {
    opacity: 1;
  }
	#cpn-main .entryBtn a:hover::after,
  #cpn-main .CDT_btn_p a:hover::after,
  .CDT_btn_p a:hover::after,#cpn-main .detail a:hover::after,
	.link_ahamo.btn a:hover::after{
    opacity: .3;
  }

}
/*date_wrap
--------------------------------------------------------------*/
#cpn-main .date_wrap div {
  padding: 0;
}
.date_wrap {
  padding: 7rem calc(2.4rem + 2px) 3rem;
}
.date_wrap dl + dl {
  margin-top: 3rem;
}
.date_wrap dt {
  padding: .1rem;
  border: 2px solid #777777;
	background-color: #777777;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
.date_wrap dl dd {
  margin-top: 0.5rem;
  font-size: 2.3rem;
  font-weight: 700;
}
.date_wrap dl dd span {
  font-size: 1.6rem;
  font-weight: 600;
}
#cpn-main .caution {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1em;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
	color: #fff;
}
@media screen and (max-width: 500px) {
  #cpn-main .caution {
    font-size: 3.5vw;
  }
}
/* prize
------------------------------------------------*/
#campaign h2 {
  border-bottom: none;
	margin: 0;	
}
.prize div picture:first-of-type {
  margin-top: 4.1rem;
}
.prize .kv_tx picture:first-of-type {
  margin-top: 0;
}
#campaign .prize01 picture:nth-of-type(2) {
  width: 89%;
	margin: 2rem auto 0;
}
#campaign .prize02 .indMark{
  width: 93%;
  margin: 1.5rem auto;
	font-size: 1.6rem;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
#campaign .prize03 picture:nth-of-type(2) {
  width: 56%;
	margin: 0 auto 4rem;
}
.prize .indMark li {
	font-weight: bold;
}
@media screen and (max-width: 500px) {
  .prize ul {
    font-size: 3.5vw;
  }
}
/* conditions
------------------------------------------------*/
#conditions {
  padding: 1rem 0 0;
	background-size: 100% 100%;
	position: relative;
}
#conditions h2, #campaign h2{
  font-size: 3.3rem;
  margin: 3rem 0 1.4rem;
}
#conditions h2::after,#campaign h2::after {
  content: "";
  background: url("/special/reject/assets/images/h2_conditions.webp") no-repeat top center/cover;
  position: relative;
  top: 1rem;
  right: 0rem;
  width: 33.09rem;
  height: 0.78rem;
  display: block;
  margin: auto;
}
.conditions_wrap {
	background-color: #000;
	margin: 3.2rem 5% 0;
}
.conditions_date li {
  font-size: 1.6rem;
  line-height: 1.5;
	text-align: left;
  padding: 1rem;
	font-weight: 700;
  border-radius: 16px;
}
.conditions_date li span {
	 background: linear-gradient(transparent 75%, rgb(201, 0, 0) 75%);
	font-weight: bold;
}
.conditions_date li:nth-child(even) {
  max-width: 38rem;
}
.conditions_date li:nth-child(odd) {
  max-width: 10rem;
	display: flex;
	align-items: center;
}
.conditions_date ul {
	display: flex;
	justify-content: space-between;
	border: #fff solid .2rem;
	border-radius: 1rem;
	margin-bottom: 2rem;
}
.conditions_date ul:last-of-type {
	margin-bottom: 0;
}
.conditions_number {
	font-size: 1.9rem;
	font-weight: 700;
  flex-shrink: 0;
}
.conditions_number img {
  width: 4rem;
  max-width: 100%;
  height: auto;
}
.sub_tx {
	font-weight: 500;
  font-size: 1.8rem;
}
/* movie
------------------------------------------------*/
#movie {
  padding: 2rem 0 3rem;
	width: 100%;
  background: url(/special/reject/assets/images/bg_movie.webp) no-repeat top center/cover;
}
#movie h2 {
  margin: 0 0 1.5rem;
  padding: 0;
  border-bottom: none;
  display: block;
}
.movie picture{
  width: 66%;
  margin: -0.3rem auto;
  padding: 6px;
  background: url("/special/reject/assets/images/youtube_bg.webp") no-repeat top center/cover;
  line-height: 0;
}
@media screen and (max-width: 350px) {
	.movie {
  	padding: 5px;
  }
}
/* profile
------------------------------------------------*/
#movie {
  padding: 1rem 0 0;
	background-size: 100% 100%;
}
#movie h2  {
  border: none;
  padding: 0;
}
#movie h2:first-child {
  margin: 1.5rem auto 2rem;
}
#movie .profires{
  padding: 8rem 0 4rem;
}
#movie .profires picture {
  margin: auto;
	width: 68%;
}
#movie .profires p::after, #movie .profires p::before {
  content: "";
  background: url("/special/reject/assets/images/bg_profires.webp") no-repeat top center/cover;
  position: relative;
  top: 2rem;
  right: 2rem;
  width: 46.5rem;
  height: 3.2rem;
  display: block;
}
#movie .profires p::before {
  left: -5.5rem;
	transform: rotate(180deg);
	top: -2rem;
}
#movie p {
  text-align: justify;
  padding: 11% 11% 0;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: 700;
  word-break: break-all;
}
/* terms
------------------------------------------------*/
#terms {
  padding-top: 3.7rem;
}
.terms_wrap {
  padding: 0 2.7rem 0;
}
.txt_bottom {
	margin-bottom: 0.5rem;
}
.txt_bold {
	font-weight: bold;
}
#terms .list_relative li {
	position: relative;
	text-indent: 0!important;
  padding-left: 2.6rem!important;
  font-size: 1.8rem!important;
}
#terms .list_relative > li + li {
    margin-top: 4px;
}
#terms .list > li > span {
    color: #fff;
    background-color: var(--color_red)!important;
    font-weight: bold !important;
    border-radius: 50%;
    width: 2.1rem;
    height: 2.1rem;
    text-align: center;
    position: absolute;
    top: 0.5rem;
    left: -0.1rem;
    align-items: center;
    display: flex;
    justify-content: space-around;
    font-size: 1.4rem;
}
.red_txt {
	color: #f25c5c;
  font-weight: 500;
}
#terms h2 {
  margin-bottom: 2.8rem;
  color: #fff;
}
#terms .list li {
  padding-left: 1em;
  text-indent: -1em;
}
#termsContent {
  width: 44rem;
  height: 37rem;
  margin: 0 auto 2rem;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 1vw;
  background: #000;
  color: #fff;
  font-size: 1.8rem;
}
#termsContent .wrap {
  width: calc(100% - 2.6rem);
  height: calc(100% - 3.5rem);
  margin: 1rem 1.4rem 1.4rem 1.8rem;
  padding: 1.5rem 1rem 0 0;
  overflow-y: scroll;
  border-radius: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--color_red) transparent;
  text-align: left;
}
#termsContent .wrap::-webkit-scrollbar {
  width: .3rem;
}
#termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#termsContent .wrap::-webkit-scrollbar-thumb {
  border-radius: .15rem;
  background: #6c2c2f;
}
#termsContent .wrap > section {
  margin: 1.4rem 1rem 0 0;
  padding-left: .5rem;
  padding-bottom: 2.2rem;
  border-bottom: .2rem solid var(--color_red) ;
	text-align: justify;
}
#termsContent .wrap > section:first-of-type {
  margin-top: 0;
}
#termsContent .wrap > section:last-of-type {
  padding-bottom: 1rem;
  border-bottom: none;
}
#termsContent h3 {
  margin-bottom: .3rem;
  font-weight: bold;
	font-size: 2.3rem;
}
#termsContent .small_list {
  margin-top: .3rem;
}
#termsContent .small_list li {
  padding-left: 1em;
  font-size: 1.55rem;
  text-indent: -1em;
}
#terms .text_indent, #terms .p_indent {
  padding-left: 1em;
  text-indent: -1em;
}
#terms .p_indent02 {
  padding-left: 1em;
  text-indent: -0.6em;
}
#terms .p_between {
	margin-top: 1em;
}
#terms .text_indent, #terms .list.indent_none li {
  text-indent: 0;
}
.txt_indent01 li {
	padding-left: 0.5em!important;
	text-indent: -0.58em!important;
}
.txt_indent02 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}
.txt_indent01 .txt_indent03 li {
	padding-left: 0.5em!important;
	text-indent: -1.7rem!important;
}
@media screen and (max-width: 800px) {
  #termsContent {
		border-radius: 2vw;
	}
}
@media screen and (max-width: 500px) {
  #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) {
  #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;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  margin: 5rem auto 0;
  padding: 3rem 0;
  background: #444;
}
footer a {
  -webkit-text-decoration-skip: none;
}