@charset "UTF-8";
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* FontAwesome（外部読み込み） */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
/*====================
  変数定義
====================*/
/*====================
  Mixin（メディアクエリ管理）
====================*/
/*====================
  ベース設定（BASE）
====================*/
html {
  font-size: 62.5%; /* 1rem = 10px */
  scroll-behavior: smooth;
}

body {
  font-family: "Noto sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
  color: #000000;
  background-color: #ffffff;
}

/* リンク設定 */
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

/* 画像 */
img {
  max-width: 100%;
  height: auto;
}

/*======================================*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  text-align: left;
  width: 100%;
  height: 78px;
  background-color: #ffffff;
  z-index: 100;
}

@media (max-width: 768px) {
  .header {
    padding: 10px 15px;
    height: auto;
  }
  .header h1 img {
    width: 80px;
  }
  main {
    padding-bottom: 95px;
  }
}


.container{
  position: relative;
  background-image: url(../img/bg.png);
  background-position: center top;
  background-size: cover;
}


main {
  max-width: 640px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  padding-bottom: 110px;
}

.cp-bt{
  text-align: center;
  padding: 0 3%;
}
.cp-bt h3{
  font-size: 2.6em;
}

.bt_ent a{
display: inline-block;
border-radius: 50px;
box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}


.bt_list{
  text-align: left;
  padding: 40px 20px;
}
.bt_list li{
  font-size: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
}
.bt_list li a{
  text-decoration: underline;
  color: #29a4db;
}


@media (max-width: 768px) {

  .cp-bt{
}

  .cp-bt h3{
  font-size: 1.8em;
}

.bt_list{
  text-align: left;
  padding: 20px 20px;
}

.bt_list li{
  font-size: 1.4em;}

}





.cp-overview{
  background-image: url(../img/cp_bg.png);
  background-size: cover;
  padding: 30px;
}
.cp-section{
  background-color: #fff;
  margin-bottom: 20px;
  padding: 25px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .cp-overview{
    padding: 30px 20px;
  }
  .cp-section{
    margin-bottom: 15px;
    padding: 15px;
  }
}


.cp-section__heading{
  font-size: 3.2em;
  border-bottom: solid 2px #0624ba;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0 0 20px 0;
  position: relative;
  color: #0624ba;
}

@media (max-width: 768px) {
  .cp-section__heading{
    font-size: 2.0em;
  }
  .cp-section__heading::after{
    top: 4px;
  width: 4px;
  height: 20px;
  }
}

.cp-section__img{
  padding: 20px 0;
}

.cp-section__txt{
  text-align: center;
  font-size: 2.4em;
   line-height: 1em;
   font-weight: bold;
   padding: 0 0 10px 0;
}

@media (max-width: 768px) {

.cp-section__txt{
  font-size: 1.6em;
  padding: 0;
}
}

.cp-section__pt{
  padding: 40px 0 0 0;
  position: relative;
}
.cp-section__pt dt{
  text-align: center;
  font-size: 2.4em;
   line-height: 1em;
   font-weight: bold;
  color: #0624ba;
  position: absolute;
  width: 252px;
  height:37px;
  background-image: url(../img/cp_pt_ttl_bg.png);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 22px;
  left: calc(50% - 126px);
}
.cp-section__pt dd{
  text-align: center;
  font-size: 2.4em;
   line-height: 1em;
   font-weight: bold;
  color: #0624ba;
  border: solid 1px #0624ba;
  border-radius: 10px;
  padding: 36px 20px;
}
.cp-section__pt dd span{
  font-weight: normal;
  font-size: 0.8em;
}

.cp-section__bt{
  padding: 50px 0;
}


  @media (max-width: 768px) {
    .cp-section__pt{
  padding: 30px 0 0 0;
    }
    .cp-section__pt dt{
      font-size: 1.6em;
  width: 190px;
  height:28px;
  top: 16px;
  left: calc(50% - 95px);
    }
    .cp-section__pt dd{
      font-size: 1.6em;
      padding: 36px 10px 20px 10px;
    }
    .cp-section__pt dd span{
       font-size: 0.7em;
    }
    .cp-section__bt{
  padding: 30px 0;
}
  }

.cp-section__ol li{
   font-size: 2.4em;
   line-height: 1em;
   font-weight: bold;
  color: #0624ba;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cp-section__ol li span{
  padding-right: 10px;
}

@media (max-width: 768px) {
  .cp-section__ol li{
   font-size: 1.5em;
  }
  .cp-section__ol li span{
    padding-right: 5px;
  }
   .cp-section__ol li span img{
    width: 23px;
  }
}


.cp-section__note{
  margin: 0 0 20px 0;
}
.cp-section__note dt{
  font-size: 2.4em;
  color: #fff;
   line-height: 1em;
   font-weight: bold;
   background-color: #5a5858;
   padding: 15px;
   background-image: url(../img/cp_note_tgl.png);
   background-position: 95% center;
   background-size: 20px 20px;
   background-repeat: no-repeat;
   display: flex;
   justify-content: flex-start;
   align-items: center;
}
.cp-section__note dt span{
  padding-right: 15px;
}

.cp-section__note dt{
  cursor: pointer;
}

.cp-section__note dd{
  display: none;
  background-color: #e6e6e6;
  padding: 15px;
}

.cp-section__note dd h4{
  font-size: 2.2em;
  font-weight: bold;
  padding-top: 1em;
}
.cp-section__note dd p{
  font-size: 1.9em;
}
.cp-section__note dd .pb{
  padding-bottom: 1em;
}
.cp-section__note dd li{
  font-size: 1.9em;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.cp-section__note dd a{
text-decoration: underline;
  color: #29a4db;
  }



  @media (max-width: 768px) {
  .cp-section__note dt{
  font-size: 1.8em;
  background-size: 14px 14px;
}
.cp-section__note dt span{
  padding-right: 10px;
}
.cp-section__note dt span img{
  width: 20px;
}
.cp-section__note dd h4{
  font-size: 1.6em;
}
.cp-section__note dd p,
.cp-section__note dd li{
  font-size: 1.4em;
}
  }





.value{
  background-image: url(../img/value_bg.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 30px;
}





.value-howto-slide{
  background-color: #eaebf7;
  border-radius: 10px;
  margin-top: 50px;
  border: solid 2px #fff;
}
.value-howto-slide h3{
  font-size: 4.0em;
  line-height: 1em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #0624ba;
  border-radius: 10px 10px 0 0;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .value-howto-slide{
    margin-top: 30px;
  }
  .value-howto-slide h3{
  font-size: 2.6em;
  padding: 10px 0;
  }
}


.value-howtoBox{
  padding: 20px;
  font-weight: bold;
}
.value-howtoBox h4{
  padding-bottom: 10px;
}
.value-howtoBox p{
  font-size: 3.2em;
  text-align: center;
}
.value-howtoBox figure{
  display: flex;
  justify-content: center;
}
.value-howtoBox ul{
  width: 100%;
}
.value-howtoBox ul li{
  width: 100%;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .value-howtoBox{
  padding: 10px 10px 0 10px;
  }
  .value-howtoBox p{
  font-size: 2.0em;
  }
}


.value-howtoBox-wtx{
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}
.value-howtoBox-wtx p{
  color: #d3092f;
}

.value-howtoBox-w{
  background-color: #fff;
  border-radius: 10px;
  padding: 1px 10px 20px 10px;
}

.value-howtoBox-w ul li{
  margin: 20px auto 0 auto;
}

.value-howtoBox ul li a{
display: inline-block;
border-radius: 60px;
box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .value-howtoBox-wtx{
    margin-bottom: 15px;
  }
}


.value-howto .slick-prev,
.value-howto .slick-next {
  width: 20px;
  height: 60px;
}
.value-howto .slick-prev::before,
.value-howto .slick-next::before {
  display: none;
}
.value-howto .slick-prev img,
.value-howto .slick-next img {
  width: 20px;
  height: 60px;
  display: block;
}
.value-howto .slick-prev.slick-disabled,
.value-howto .slick-next.slick-disabled {
  opacity: 0.2;
}


.value-howto-txt{
  text-align: center;
  font-size: 1.9em;
  padding: 10px 0 0 0;
}





.cp-section__text{
  font-size: 2.2em;
}

@media (max-width: 768px) {
  .cp-section__text{
  font-size: 1.4em;
}

.value-howto-txt{
  font-size: 1.4em;
}

}








.footer-bnr{
  background-color: #eaebf7;
  padding: 45px 3% 15px 3%;
  text-align: center;
}
.footer-bnr ul li{
  padding: 0 0 30px 0;
}

@media (max-width: 768px) {
  .footer-bnr ul li{
  padding: 0 0 15px 0;
}
}



.footer {
  background-color: #fff;
  text-align: center;
  padding: 30px 5%;
}
.footer h1{
  padding: 0 0 5px 0;
}
.footer address {
  font-size: 1.4em;
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 5%;
  }
  .footer address {
    font-size: 1.2em;
  }
}/*# sourceMappingURL=home.css.map */





.popMenu,
.popEntry{
  position: fixed;
  width: 300px;
  top: 130px;
}

.popMenu{
  left: calc(50% - 680px);
}
.popEntry{
  right: calc(50% - 680px);
}

.popMenu .inner,
.popEntry .inner{
  margin: 5px;
  padding: 20px 0;
  height: 300px;
  text-align: center;
  
}

.popMenu .inner p{
  padding: 0 0 20px 0;
}


.popEntry .inner p{
  position: relative;
}

.popMenu .inner p a,
.popEntry .inner p a{
  display: inline-block;
  border-radius: 50px;
box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}






/* =====================
   固定下部エントリーボタン
===================== */
.popEnt {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: #ffffff;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.popEnt.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.popEnt a {
  display: block;
  max-width: 640px;
  margin: 0 auto;
  padding: 8px 20px;
  text-align: center;
}

.popEnt a img {
  display: inline-block;
  width: 460px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .popEnt a img {
    max-width: 90%;
  }
}

/* =====================
   適用条件 タブ
===================== */

.value-title{
  color: #0624ba;
  text-align: center;
  font-size: 3.0em;
  font-weight: bold;
  padding: 0 0 25px 0;
}
.value-title span{
  font-size: 1.5em;
  background-image: url(../img/value_title_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 461px 41px;
  display: block;
}

@media (max-width: 768px) {
  .value-title{
    font-size: 1.8em;
  }
  .value-title span{
    background-size: 253px 22px;
  }
}

.cp-eligibility .cp-section__text {
  margin-bottom: 16px;
}

.cp-tabs {
  margin: 0 -25px -25px;
}

.cp-tabs__header {
  display: flex;
  gap: 8px;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .cp-tabs__header {
    padding: 0 15px;
  }
}

.cp-tabs__btn {
  flex: 1;
  padding: 10px 8px;
  font-size: 1.8em;
  font-weight: bold;
  border: none;
  cursor: pointer;
  line-height: 1.5;
  text-align: center;
  color: #d00f31;
  background-color: #fff;
  transition: color 0.2s ease;
  border-radius: 30px 30px 0 0;
  border: solid 4px #c8c8c8;
  border-bottom: none;
}

.cp-tabs__btn--active{
  background-color:#d00f31;
  color: #fff;
  border: solid 4px #d00f31;
  border-bottom: none;
}

@media (max-width: 768px) {
  .cp-tabs__btn {
    padding: 10px 0px;
    font-size: 1.1em;
    border-radius: 20px 20px 0 0;
    border: solid 2px #c8c8c8;
    border-bottom: none;
  }
  .cp-tabs__btn--active{
  background-color:#d00f31;
  color: #fff;
  border: solid 2px #d00f31;
  border-bottom: none;
}
}

.cp-tabs__btn[data-tab="max"] ,
.cp-tabs__btn[data-tab="eximo"],
.cp-tabs__btn[data-tab="other"] {
}




.cp-tabs__panel {
  display: none;
}
@media (max-width: 768px) {

}




.cp-tabs__panel--active {
  display: block;
}

.cp-tabs__panel h4{
  display: flex;
  align-items: flex-start;
  gap: 4px;
  text-align: left;
  color: #0624ba;
  font-size: 2.2em;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid currentColor;
}

.cp-tabs__panel h4 span {
  flex-shrink: 0;
}

.cp-tabs__panel h4 img {
  vertical-align: middle;
}

.cp-tabs__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 25px;
  border-radius: 0 0 10px 10px;
  border: solid 4px #d00f31;
}

.cp-tabs__item {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 14px 12px;
}

.cp-tabs__item figure {
  margin-bottom: 8px;
}

.cp-tabs__item figure img {
  display: block;
  width: 100%;
  height: auto;
}

.cp-tabs__item p {
  font-size: 1.8em;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}

.cp-tabs__cta img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .cp-tabs__panel h4 {
    font-size: 1.4em;
  }
  .cp-tabs__panel h4 img {
  width: 20px;
}

  .cp-tabs__list {
    gap: 10px;
    padding: 10px;
    margin: 0 15px;
  }

  .cp-tabs__item {
    padding: 5px 2px;
  }

  .cp-tabs__item p {
    font-size: 1.1em;
  }
}



/* 注意テキスト */
.cp-tabs__note {
  font-size: 1.9em;
  line-height: 1.7;
  padding: 20px;
}
.cp-tabs__note ul{
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.cp-tabs__note li {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 768px) {
  .cp-tabs__note {
  font-size: 1.4em;
  padding: 10px;
  }
  .cp-tabs__note ul{
     padding: 10px;
  }
}

/*------------entry_btn------------*/
@media screen and (min-width: 769px) {
  /*----label----*/
  .btn_checkbox label{
    font-size: 24px;
    margin-left: 20px;
  }
  .btn_checkbox{
    margin-top: 10px;
    text-align: center;
  }
  /*----bt_ent----*/
  /*未チェックボタン*/
  .bt_ent button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 100px;
    width: 510px;
  }
  /*チェック済みボタン*/
  .bt_ent button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
  }
  /*----cp-section__bt----*/
  .cp-section__bt{
    text-align: center;
  }
  /*未チェックボタン*/
  .cp-section__bt button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/cp_bt_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 160px;
    width: 510px;
  }
  /*チェック済みボタン*/
  .cp-section__bt button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/cp_bt.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
  }
  /*----cp-popEnt----*/
  .popEnt{
    text-align: center;
    padding: 8px 0;
  }
  .popEnt label{
    font-size: 18px;
  }
  /*未チェックボタン*/
  .popEnt button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 90px;
    width: 460px;
  }
  /*チェック済みボタン*/
  .popEnt button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
  }
  /*----cp-popEnt----*/
  .popEntry label{
    font-size: 16px;
  }
  /*未チェックボタン*/
  .popEntry button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/menu_entry_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 91px;
    width: 290px;
  }
  /*チェック済みボタン*/
  .popEntry button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/menu_entry.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
    border-radius: 50px;
  }
  /*-----footer-----*/
  main{
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 640px) {
  /*----label----*/
  .btn_checkbox label{
    font-size: 3.75vw;
    margin-left: 3.125vw;
  }
  .btn_checkbox{
    margin-top: 1.563vw;
    text-align: center;
  }
  /*----bt_ent----*/
  /*未チェックボタン*/
  .bt_ent button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 15.625vw;
    width: 79.688vw;
  }
  /*チェック済みボタン*/
  .bt_ent button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
  }
  /*----cp-section__bt----*/
  .cp-section__bt{
    text-align: center;
  }
  /*未チェックボタン*/
  .cp-section__bt button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/cp_bt_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 25vw;
    width: 78.688vw;
  }
  /*チェック済みボタン*/
  .cp-section__bt button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/cp_bt.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
  }
  /*----cp-popEnt----*/
  .popEnt{
    text-align: center;
    padding: 1.25vw 0;
  }
  /*未チェックボタン*/
  .popEnt button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 14.063vw;
    width: 71.875vw;
  }
  /*チェック済みボタン*/
  .popEnt button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/entry_bt.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
  }
  /*----cp-popEnt----*/
  /*未チェックボタン*/
  .popEntry button {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/menu_entry_off.png") no-repeat scroll 0 0;
    cursor: default;
    background-size: contain;
    border: none;
    padding-top: 14.219vw;
    width: 45.313vw;
  }
  /*チェック済みボタン*/
  .popEntry button.entry-btnStyle_checked {
    background: url("/bakuage/subscription/lottery/campaign/202607_point/shared/img/menu_entry.png") no-repeat scroll 0 0;
    cursor: pointer;
    background-size: contain;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
    border-radius: 7.813vw;
  }
  /*-----footer-----*/
  main{
    padding-bottom: 25vw;
  }
}