@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_main: #0b329f;
}
html {
  font-size: 62.5%;
  scrollbar-gutter: stable; /* モーダルのずれ解消 */
}
body {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #000;
  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;
  padding-right: 0!important; /* モーダルのずれ解消 */
}
body * {
  box-sizing: border-box;
}
body::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  background: url("/special/raiju/assets/images/pc_bg.webp?20260317") no-repeat center top / 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
------------------------------------------------*/
h2 {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
}
/* 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, .7) 0 0 15px;
  background: #e1edff;
  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;
  transition: .2s;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.1;
  text-decoration: none;
}
.ic_link_terms::after {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: .5rem;
  background: url("/special/raiju/assets/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 .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% - 680px) / 2);
  left: calc((100% - 21vw) / 2);
  width: 21vw;
  max-width: 80%;
  height: 34vw;
  background: #cedcf2;
  box-shadow: 0 .6rem .4rem rgba(30, 31, 67, 1);
}
.benefits picture {
  width: 89%;
  display: inline-block;
  margin: 1vw auto 0;
  padding-bottom: 1vw;
  border-bottom: #adc0ea solid .2rem;
}
.benefits picture img {
  width: 85%;
}
.benefits ul {
  width: 100%;
  padding: 0 1.3vw;
}
.benefits li {
  border-bottom: #adc0ea solid .2rem;
  padding: .5vw 0;
}
.benefits li:nth-of-type(4n) {
  margin-bottom: 0;
  border-bottom: none;
}
.benefits li:last-of-type {
  border-bottom: none;
}
.benefits li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  padding: .6vw 1vw;
  color: #000;
  font-weight: bold;
  font-size: 1.6vw;
  text-decoration: none;
  border-radius: .5vw;
  transition: 0s;
}
.benefits li a::after {
  display: inline-block;
  width: 1em;
  height: .9em;
  background: url("/special/raiju/assets/images/ic_pc.svg") no-repeat;
  content: "";
  transition: 0s;
}
.bg_contents .benefits .access {
  position: relative;
  padding: 2em 7.4em 2em 0;
  background: #1e1f43;
  color: #fff;
  font-size: 1.1vw;
  font-weight: bold;
  text-align: center;
}
.bg_contents .benefits .access::after {
  display: inline-block;
  position: absolute;
  top: .65em;
  right: 1em;
  width: 6em;
  height: 6em;
  margin: auto;
  background: url("/special/raiju/assets/images/qr.webp") no-repeat center;
  background-size: cover;
  vertical-align: baseline;
  content: "";
}
@media screen and (max-width: 1700px) {
  .bg_contents .benefits {
    top: calc((100% - 600px) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .bg_contents .benefits {
    top: calc((100% - 550px) / 2);
  }
}
@media screen and (max-width: 1200px) {
  .bg_contents .benefits {
    height: 34.5vw;
    top: calc((100% - 500px) / 2);
    left: calc((100% - 22vw) / 2);
  }
  .bg_contents .benefits .access {
    margin-top: 0;
    padding: 1.3em 7em 1.7em 0;
    bottom: -.2vw;
  }
  .bg_contents .benefits .access::after {
    top: .6em;
    right: 1.5em;
    width: 5em;
    height: 5em;
  }
}
@media screen and (max-width: 1060px) {
  .bg_contents .benefits {
    height: 32.5vw;
  }
  .bg_contents .benefits .access::after {
    top: .9em;
    right: 1.5em;
    width: 4.5em;
    height: 4.5em;
  }
  .bg_contents .benefits .access {
    padding: 1.5em 7em 1.5em 0;
    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_period {
  width: 21vw;
  height: 14vw;
  margin: auto;
  background: #cedcf2;
  text-align: center;
  box-shadow: 0 .6rem .4rem rgba(30, 31, 67, 1);
}
.entry_sub_tx span {
  font-size: 1.6vw;
  font-weight: bold;
}
.entry_sub_tx,
[class*=cdt_date] small {
  padding: 5% 0 2%;
  font-size: 1.3vw;
  font-weight: bold;
  letter-spacing: .06em;
}
.bg_right_area .CDT_btn_p {
  height: 4vw;
}
.bg_right_area .CDT_btn_p a::before{
  top: calc((3.3vw - 1.5rem) / 2);
  width: 1.2vw;
}
@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%;
  }
}
@media screen and (max-width: 1300px) {
  .bg_right_area .CDT_btn_p a::before {
    right: 2vw;
    top: calc((3vw - 1.5rem) / 2);
  }
}
@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: #fff;
  background: #1e1f43;
}
.benefits ul li a.is-active::after {
  background: url("/special/raiju/assets/images/ic_pc_active.svg") no-repeat;
}
/* list indent
------------------------------------------------*/
.indMark {
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.7rem;
  line-height: 1.5;
}
/* btn
------------------------------------------------*/
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  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: .2s;
}
.btn a span {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-weight: bold;
}
.btn a span::after {
  position: absolute;
  top: calc(50% - 3.5px);
  right: 35px;
  width: 0;
  height: 0;
  content: '';
}
.link_ahamo {
  width: 350px;
  margin-bottom: 3rem;
}
#cpn-main .link_ahamo a {
  display: flex;
  box-shadow: #31373f 0 .4rem;
  background: #5c687a;
  font-size: 2.2rem;
}
.link_ahamo a span::after {
  display: inline-block;
  position: absolute;
  top: .3rem;
  right: 2.5rem;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  background: url(/special/raiju/assets/images/ic_ahamo.svg) no-repeat;
  will-change: filter;
  content: "";
}
@media screen and (max-width: 500px) {
  .btn {
    height: 7.5rem;
  }
  .entry_wrap .entryBtn a::before {
    top: calc(5.4rem / 2);
    right: 6vw;
    width: 2.5rem;
  }
  .link_ahamo {
    margin-bottom: 3rem;
  }
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    top: calc(50% - .8rem);
    right: 3.5rem;
  }
  .link_ahamo a {
    font-size: 1.8rem;
  }
  .link_ahamo a span::after {
    right: 2.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
@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 {
    width: 32rem;
    height: 6.8rem;
  }
}

/*カウントダウンタイマー
------------------------------------------------*/
.cta_follow {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 500px;
  padding: 1.5rem 0 1rem;
  margin: auto;
  background: rgba(192, 192, 192, .6);
}
.cta_follow .CDT_btn_tx {
  width: 75%;
  margin: .5rem auto 1rem;
  border-width: .3rem;
  font-size: 2.4rem;
}
.cta_follow .CDT_btn_p a::before {
  top: 1.8rem;
  width: 2.1rem;
  right: 30px;
}
.cdt_num {
  display: inline-block;
  height: auto;
  width: 3.5vw;
  min-width: 2.6vw;
  margin: 0 .4vw;
  padding: .3rem .5rem .5rem;
  border-radius: 1rem;
  border: solid .3vw #0220b5;
  background-clip: padding-box;
  background: #fff;
  font-size: 1.8vw;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
  color: #0220b5;
}
@media screen and (max-width: 1400px) {
  .cdt_num {
    line-height: 1.2;
    width: 3.8vw;
    padding: .5rem .3rem .7rem;
  }
}
@media screen and (max-width: 500px) {
  .cta_follow {
    width: 100%;
    padding: 1.6rem 0 1.2rem;
  }
  .cta_follow .cdt_date small {
    line-height: .8;
  }
  .cta_follow .CDT_btn_p a::before {
    top: 35%;
  }
}
@media screen and (max-width: 300px) {
  .cta_follow .CDT_btn_p a::before {
    right: 12%;
  }
}
/* entryBtn
------------------------------------------------*/
.CDT_btn_tx {
  position: relative;
  width: 17.5vw;
  margin: 5.5rem auto 2rem;
  border: .2vw solid #fff;
  box-sizing: border-box;
  background: #0220b5;
  box-shadow: #31373f 0 4px;
  letter-spacing: .06em;
}
.CDT_btn_p a {
  width: 88%;
  font-size: 1.3vw;
  font-weight: bold;
  margin-top: 4.5rem;
  color: #fff;
}
.entryBtnLarge {
  position: relative;
  width: 100%;
  height: 100%;
}
.entryBtnLarge a {
  color: #fff!important;
}
.entryBtn a::before,
.CDT_btn_p a::before {
  display: inline-block;
  position: absolute;
  top: 2.3rem;
  right: 1.8vw;
  width: 3rem;
  height: 2.2rem;
  margin: auto;
  background: url("/special/raiju/assets/images/ic_white.svg") no-repeat;
  will-change: filter;
  transform: rotate(90deg);
  content: "";
}
.entryBtn a::before {
  top: calc((72px - 1.8rem) / 2);
  transform: rotate(0deg);
}
@media screen and (max-width: 1000px) {
  .entryBtn a::before {
    right: 3vw;
  }
  .bg_right_area .CDT_btn_p a {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  #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 {
  width: 39rem;
  height: 8.1rem;
  margin: 3.5rem auto 1.5rem;
  border-radius: 50rem;
  font-size: 2.4rem;
  letter-spacing: .06em;
}
.entry_wrap ul {
  margin: 1rem 2rem 0;
}
.entry_wrap .entryBtn a {
  display: block;
  margin: auto;
  padding-top: 2.1rem;
  border: .2rem solid #fff;
  box-sizing: border-box;
  box-shadow: #022251 0 .45rem;
  background: #2318d9;
  font-weight: bold;
  line-height: 1.1;
  font-size: 2.8rem;
}
.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, .5);
  content: '';
}
#terms .entry_wrap label[for="entryTrigger"] {
  font-weight: 500;
}
.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 #000;
  background-color: #fff;
  border-radius: 1.5px;
  box-sizing: border-box;
  content: "";
  transition: all 0s;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/raiju/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) ~ .entryBtn .entryBtnLarge a::before {
  filter: none;
}
@media screen and (max-width: 500px) {
  .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;
    border-radius: .15rem;
  }
}
.entry_wrap .indMark li {
  font-size: 1.5rem;
  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;
  }
}
/* hover
------------------------------------------------*/
@media (hover: hover) {
  #cpn-main a:hover {
    opacity: .6;
  }
  .benefits li a:hover {
    color: #fff;
    background: #1e1f43;
  }
  .benefits li a:hover::after {
    background: url("/special/raiju/assets/images/ic_pc_active.svg") no-repeat;
  }
  #cpn-main .entryBtn a:hover,.CDT_btn_p a:hover,#cpn-main .link_ahamo.btn a:hover {
    opacity: 1;
    transform: translateY(.5rem);
    box-shadow: none!important;
    transition: .2s;
  }
  #member a:hover {
    cursor: pointer;
    opacity: 1;
  }
  .member_box:hover {
    bottom: -.2rem;
    right: -.2rem;
  }
  .member_box:hover::after {
    opacity: 0;
  }
}
/*date_wrap
--------------------------------------------------------------*/
.date_wrap {
  padding: 2rem calc(2.4rem + 2px) 3rem;
  background: #fff;
}
  .date_wrap dt {
  background: #002356;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: .2rem;
  padding: 1.2rem;
  margin-top: 2rem;
  line-height: 1;
}
.date_wrap dl dd {
  margin-top: .5rem;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: .08em;
}
.date_wrap dl dd span {
  font-size: 1.6rem;
  font-weight: bold;
}
#cpn-main .caution {
  font-size: 1.5rem;
  font-weight: 500;
  padding-left: 1em;
  margin-top: 1rem;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  color: var(--color_main);
}
@media screen and (max-width: 500px) {
  #cpn-main .caution {
    font-size: 3.5vw;
  }
}
/* kv
------------------------------------------------*/
h1 {
  font-size: 1rem;
}
.kv_tx_bg {
  background: linear-gradient(180deg,rgba(34, 64, 181, 1) 30%, rgba(18, 34, 97, 1) 100%);
}
.kv_tx_bg .indMark {
  color: #fff;
  padding: 1.8rem 0 2.8rem 1em;
  text-align: center;
  font-size: 1.53rem;
}
/* privilege
------------------------------------------------*/
#privilege {
  position: relative;
  padding: 4rem 1.5rem;
}
#privilege::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 50%;
  background: url("/special/raiju/assets/images/privilege_bg_top.webp") no-repeat top center/contain;
}
#privilege::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 30%;
  background: url("/special/raiju/assets/images/privilege_bg_bottom.webp") no-repeat bottom center/contain;
}
#privilege h2 {
  position: relative;
  width: 74%;
  line-height: 1;
  margin: 0 auto 2.5rem;
  z-index: 2;
  padding: .9rem 0 1.1rem;
  color: #fff;
}
#privilege h2::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #657494;
  z-index: -1;
  transform: skewX(-20deg);
}
#privilege ol>li {
  position: relative;
  z-index: 2;
  background: #E8F1FF;
  box-shadow: 0 0 30px -17px #08089e;
  padding-bottom: 3rem;
}
#privilege ol>li+li {
  margin-top: 2.5rem;
}
#privilege ol>li picture {
  position: relative;
  z-index: 2;
}
#privilege h3 {
  border-top: #0d7caa solid .3rem;
  border-bottom: #0d7caa solid .3rem;
  margin-bottom: 3rem;
  padding: 2rem 0;
}
#privilege .last_h3 {
  border-color: #002356;
  margin-bottom: 2rem;
}
#privilege h3 picture {
  width: 21%;
  margin: 0 auto;
}
#privilege li:first-of-type h3 picture {
  width: 19%;
}
#privilege ol .indMark {
  padding: 2rem 1.5rem 0 3rem;
}
.privilege_tx {
  line-height: 1;
  margin-bottom: 2.5rem;
}
.privilege_tx>span {
  display: block;
  margin-bottom: .5rem;
  font-size: 2.8rem;
  font-weight: bold;
}
.privilege_tx span>span {
  font-size: 3.5rem;
  font-weight: bold;
}
.privilege_tx>span .num {
  font-size: 4.3rem;
  font-weight: 800;
}
.privilege01_tx {
  font-weight: bold;
  font-size: 2.8rem;
  margin: 1rem auto .5rem;
}
.privilege01_tx span {
  color: #0d7caa;
  font-size: 3.5rem;
  font-weight: bold;
}
/* conditions
------------------------------------------------*/
.conditions {
  padding: 4.5rem 1.5rem 4rem;
  background: #3a5682;
  color: #fff;
}
.conditions_tx {
  margin: 1.5rem auto 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.conditions .indMark {
  background: #fff;
  border: .3rem #83add6 solid;
  border-radius: 2rem;
  padding: 1.5rem 2rem;
  font-size: 1.8rem;
  text-indent: -1.6em;
  color: #000;
}
.conditions .indMark>li {
  font-weight: bold;
  padding-left: 2rem;
}
.conditions .indMark>li+li {
  border-top: #4a8ecc 1px solid;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.conditions .indMark span:first-of-type {
  margin: 0 .5rem;
}
.conditions .indMark .tx_bl {
  color: #4361cc;
  font-weight: bold;
}
/* movie
------------------------------------------------*/
#movie {
  padding: 4rem 0;
  background: url("/special/raiju/assets/images/youtube_bg.webp") no-repeat center/cover;
}
#movie h2 {
  width: 93%;
  margin: 0 auto 2rem;
}
.movie {
  width: 93%;
  margin: 0 auto;
  padding: .8rem;
  background: #0289ad;
  line-height: 0;
}
@media screen and (max-width: 350px) {
  .movie {
    padding: .6rem;
  }
}
/* member
------------------------------------------------*/
.member {
  padding: 4rem 0;
  background: url("/special/raiju/assets/images/member_bg.webp") no-repeat top center/cover #5c687a;
}
.member h2 {
  color: #fff;
  margin-bottom: 2.5rem;
}
.member_clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2%;
}
.member_box {
  position: relative;
  width: 48%;
  margin-bottom: 2rem;
  z-index: 2;
  transition: .2s;
  bottom: 0;
  right: 0;
}
.member_box::after {
  position: absolute;
  content: "";
  width: 96%;
  height: 96%;
  border: #71fbf7 .2rem solid;
  bottom: -.2rem;
  right: -.2rem;
  z-index: -1;
  transition: .2s;
}
.member_box2::after {
  border-color: #9dfb4e;
}
.member_box3::after {
  border-color: #effe40;
}
.member_box4::after {
  border-color: #c0c0c0;
}
.member_box:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.remodal-overlay {
  background: transparent;

}
.remodal {
  background: #fff;
  max-width: 910px;
  border-radius: 0;
}
.member_detail {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  border: solid .3rem #71fbf7;
}
.member_detail02 {
  border-color: #9dfb4e;
}
.member_detail03 {
  border-color: #effe40;
}
.member_detail04 {
  border-color: #c0c0c0;
}
.member_detail img {
  height: 100%;
  width: 40%;
  margin-right: 4rem;
}
.member_detail .modal_inner {
  width: 100%;
  text-align: justify;
  padding-top: 4.5rem;
}
.member_detail p {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
  line-height: 1;
}
.name .largeletters {
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, rgb(113, 251, 247) 30%);
}
.member_detail02 .name .largeletters {
  background: linear-gradient(transparent 70%, rgb(157, 251, 78) 30%);
}
.member_detail03 .name .largeletters {
  background: linear-gradient(transparent 70%, rgb(239, 254, 64) 30%);
}
.member_detail04 .name .largeletters {
  background: linear-gradient(transparent 70%, rgb(192, 192, 192) 30%);
}
.modal_inner .member_tx {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: normal;
  text-align: justify;
}
.remodal-wrapper {
  background: rgba(179, 209, 221, .65);
}
.remodal-close::before, .remodal-close::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #333;
  top: 0;
}
.remodal-close::after {
  transform: rotate(90deg);
}
.remodal-close {
  position: absolute;
  top: 18px;
  right: 25px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
}
@media screen and (max-width: 810px) {
  .remodal {
    max-width: 664px;
  }
    .member_box {
      margin-bottom: 1.7rem;
    }
    .name .largeletters {
    font-size: 2.7rem;
  }
  .member_detail span {
    font-size: 1.8rem;
    margin-top: 1.5vw;
  }
  .member_detail{
    padding: 20px;
    justify-content: left;
    align-items: center;
    }
  .modal_inner .member_tx {
    font-size: 13.5px;
    font-feature-settings: "palt";
    }
  .member_detail p {
    margin-bottom: 2vw;
  }
  .remodal-close::before, .remodal-close::after {
    height: 3.5rem;
  }
  .remodal-close {
    top: 4%;
    right: 3%;
    width: 3.5rem;
    height: 3.5rem;
  }
  .member_detail img {
    margin-right: 20px;
  }
  .member_detail .modal_inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .remodal {
    max-width: 100%;
  }
  .member_detail p {
    text-align: center;
  }
  .member_detail {
    display: block;
    text-align: center;
  }
  .member_detail {
    padding: 3rem 2rem;
  }
  .member_detail .modal_inner {
    margin: 0;
  }
  .modal_inner .member_tx.item01{
    margin: 0 2rem;
  }
  .modal_inner .member_tx {
    font-size: 3.3vw;
    margin: 0 3rem;
  }
  .member_detail > img {
    width: 60%;
  }
  .name .largeletters {
    font-size: 3rem;
  }
    .member_detail .kana_01 {
      font-size: 1.5rem;
  }
    .member_detail span {
      font-size: 2rem;
      margin-top: .8rem;
    }
    .member_detail p {
      margin-bottom: 1.5rem;
    }
  .remodal-close::before, .remodal-close::after {
    width: 2px;
    height: 2.5rem;
  }
  .remodal-close {
    top: 1.5rem;
    right: 3%;
    width: 2.5rem;
    height: 2.5rem;
  }
  .member_detail img {
    margin-right: 0;
  }
}
/* terms
------------------------------------------------*/
.terms_bg {
  position: relative;
  background: linear-gradient(90deg,rgba(190, 194, 206, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(190, 194, 206, 1) 100%);
  padding-bottom: 3.5rem;
  z-index: 2;
}
.terms_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url("/special/raiju/assets/images/terms_bg.webp") no-repeat center/cover;
  z-index: -1;
}
#terms {
  padding: 4rem 0 2rem;
}
.txt_bottom {
  margin-bottom: .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: #4361cc!important;
  font-weight: bold !important;
  border-radius: 50%;
  width: 2.1rem;
  height: 2.1rem;
  text-align: center;
  position: absolute;
  top: .5rem;
  left: -.1rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-size: 1.4rem;
}
.red_txt {
  color: #f00;
  font-weight: 500;
}
#terms h2 {
  margin-bottom: 3rem;
  color: #111870;
}
#terms .list li {
  padding-left: 1em;
  text-indent: -1em;
}
#termsContent {
  width: 45rem;
  height: 37rem;
  margin: 0 auto 2.5rem;
  overflow: hidden;
  border: 2px solid #4361cc;
  border-radius: 1vw;
  background: #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: #4361cc 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 #4361cc;
  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: .5rem;
}
#termsContent .small_list li {
  padding-left: 1em;
  font-size: 1.55rem;
  text-indent: -1em;
}
#terms .campaign_benefits p {
  padding-left: 4em;
  text-indent: -4em;
}
#terms .campaign_benefits p:last-child {
  margin-top: .5rem;
}
.txt_indent01 li {
  padding-left: .5em!important;
  text-indent: -.58em!important;
}
.txt_indent02 {
  display: block;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.txt_indent01 .txt_indent03 li {
  padding-left: .25em!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;
  }
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  font-size: 1.9rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.campaignCode span {
  font-size: 2.3rem;
}
/* footer
------------------------------------------------*/
footer {
  width: 100%;
  max-width: 750px;
  font-size: 1.6rem;
  text-align: center;
}
footer .cp {
  padding: 3rem 0;
  background: #707c8e;
  color: #fff;
}