@charset "utf-8";

/*共通*/
html,
body{height: 100%;font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;}
img {
  width: 100%;
  height: auto;
}
html {
  scroll-behavior: smooth;
}
body{
  scroll-padding-top: -56px;
}
.btn {
  display: block;
}
.dis-inline{
  display: inline;
}
.bg-unset{
  background-color: unset !important;
}
span.invisibleTxt {
  display: none;
}
.ta-c{
  text-align: center !important;
}
.ta-l{
  text-align: left !important;
}
.contents p,
.contents h2 {
  line-height: 1.5;
  color: #333;
}
a {
  display: block;
  text-decoration: none;
}
p {
  font-size: 3.7500vw;
}

p.txtIndent {
  font-size: 3.1250vw;
}

.font-white{
  color: #ffffff !important;
}

.font-red{
  color: #D00E31 !important;
}

.font-b{
  font-weight: bold;
}

.fs-0{
  font-size: 0 !important;
}

.mt-0{
  margin-top: 0 !important;
}

.mb-0{
  margin-bottom: 0 !important;
}

.mt-20{
  margin-top: 20px !important;
}

@media screen and (min-width: 641px) {
  p {
    font-size: 22px;
  }

  p.txtIndent {
    font-size: 16px;
  }
}

.next {
  margin: 0 auto;
}

/*フローティングボタン*/
.float_btn_wrap {
  position: fixed;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99;
  transition-duration: .3s;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding: 0 5vw;
}

.float_btn_wrap.isActive {
  transition-duration: .3s;
  opacity: 1;
  visibility: visible;
}

.float_btn_wrap p::after {
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
}

.float_btn_wrap p span {
  font-size: 2vw;
}

/* 開始時ラベル */
.label_start {
  background: #F3E7EA;
}

.label_start p {
  width: 50%;
  margin: 0 auto;
  border-radius: 0 0 10px 10px;
  background-color: #DB7080;
  text-align: center;
  font-size: 3.8vw;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.6;
}

/* メインビジュアル */
.mainVisual {
  background: #F7F5F5;
}

.mainVisual h1 {
  background: #F3E7EA;
}

.mainVisual h1 img {
  display: block;
  margin: 0 auto;
}

.section {
  padding: 6.2500vw 5vw;
}

@media screen and (min-width: 641px) {
  .section {
    padding: 40px 32px;
  }
}

.sec_intro .sec_content {
  background-color: #fff;
  border-radius: 2.9688vw;
  overflow: hidden;
}

.sec_intro .sec_content .txtBlock {
  padding-top: 3.9063vw;
  padding-bottom: 5vw;
}

.txtBlock {
  padding: 0 5vw;
}

.imgBlock{
  max-width: 400px;
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 641px) {
  .imgBlock{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
}

/*sec_intro01*/

.sec_intro01 {
  background-color: #acefff;
}

.sec_intro.sec_intro01{
  position: relative;
  padding: 75px 32px 50px;
  z-index: 0;
}

.sec_intro.sec_intro01>.sec_content{
  border: 3px solid #002c54;
  border-radius: 0;
}

.sec_intro.sec_intro01>.sec_content>.txtBlock{
  padding-top: 15vw;
  padding-bottom: 10vw;
}

.contet01_img{
  margin: 4vw 0;
}

.sec_intro.sec_intro01>div:nth-child(1) {
  position: absolute;
  max-width: 483px;
  width: 70%;
  top: 50px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

@media screen and (min-width: 641px) {
  .sec_intro.sec_intro01>.sec_content>.txtBlock{
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .contet01_img{
    margin: 30px 0;
  }
  .sec_intro.sec_intro01>div:nth-child(1) {
    position: absolute;
    max-width: 483px;
    width: 100%;
    top: 50px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
  }
}

/*sec_intro01*/

/*sec_intro02*/
.sec_intro02 {
  background-color: #d2f2e0;
}
.sec_intro02 p {
  text-align: center;
  font-size: 3.1250vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.btn--kisekae_wrap p{
  margin: 0 !important;
  font-size: 2.8vw;
}
.btn--kisekae_wrap p.mt-10{
  margin-top: 10px !important;
}
.sec_intro02 .txtIndent a{
  text-decoration: underline;
  font-weight: bold;
}
.sec_intro02 .imgBlock{
  margin-top: 6vw;
}
.sec_intro.sec_intro02>.sec_content>div:nth-child(1) {
  max-width: 483px;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .sec_intro02 .txtBlock{
    padding: 0 !important;
    margin: 20px 30px;
  }
  .sec_intro02 .txtBlock>p:nth-child(2){
    margin-bottom: 0 !important;
  }
  .sec_intro02 .txtBlock>p:nth-child(3){
    margin: 0 !important;
  }
  .sec_intro02 .txtBlock>p:nth-child(4){
    margin-top: 0 !important;
  }
  .sec_intro02 p{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .btn--kisekae_wrap p{
    margin: 0 10px;
    font-size: 15px;
  }
  .sec_intro02 .imgBlock{
    margin-top: 30px;
  }
  .sec_intro.sec_intro02>.sec_content>div:nth-child(1) {
    max-width: 483px;
    width: 100%;
    margin: 0 auto;
  }
}
.sec_intro02 .txtBlock{
  padding: 0 !important;
  margin: 2.5vw 2.34375vw 2.5vw;
}
.sec_intro02 img:nth-child(3) {
  display: block;
  width: 78.5938vw;
  margin: 2.1875vw auto 0;
}

/*sec_intro02*/


/*sec_intro03*/

.sec_intro03 p {
  text-align: center;
  font-size: 4.3750vw;
}

.sec_intro.sec_intro03>.sec_content>div:nth-child(1) {
  max-width: 576px;
  width: 85%;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .sec_intro.sec_intro03>.sec_content>div:nth-child(1) {
    max-width: 576px;
    width: 100%;
    margin: 0 auto;
  }
}

/*sec_intro03*/

@media screen and (min-width: 641px) {
  .sec_intro .sec_content {
    border-radius: 19px;
  }

  .txtBlock {
    padding: 0 32px;
  }

  .sec_intro .sec_content .txtBlock {
    padding-top: 25px;
    padding-bottom: 32px;
  }

  .sec_intro03 p {
    font-size: 20px;
  }

  .sec_intro02 img:nth-child(3) {
    width: 503px;
    margin: 14px auto 0;
  }

  .sec_intro02 .btn {
    width: 512px;
    height: 110px;
    margin: 47px auto 0;
  }
  .float_btn_wrap {
    max-width: 640px;
    padding: 0 32px;
    margin: 0 auto;
  }
}
.sec_end>p {
  margin-top: 6.2500vw;
  font-size: 3.7500vw;
  font-weight: bold;
  text-align: center;
}

.sec_end>img {
  margin-top: 3.9063vw;
}

.sec_end>.next.redBtn {
  margin-top: 4.6875vw;
}

.sec_end>.next.home {
  margin-top: 5.1563vw;
}

@media screen and (min-width: 641px) {
  .sec_end>p {
    margin-top: 40px;
    font-size: 24px;
  }

  .sec_end>img {
    margin-top: 25px;
    width: 620px;
    margin-left: -22px;
  }

  .sec_end>.next.redBtn {
    margin-top: 30px;
  }

  .sec_end>.next.home {
    margin-top: 33px;
  }
}

/* ご注意事項 */
.cpNotes {
  margin: 0 auto;
}

.cpNotesBtnWrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.cpNotesBtnWrap {
  position: relative;
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -3px 0px 0px #d00e31 inset;
  box-shadow: 0px -3px 0px 0px #d00e31 inset;
  border: 2px solid #D00E31;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.cpNotesBtn {
  display: table;
  width: 100%;
}

.cpNotesBtn a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.cpNotesFlame {
  display: none;
  border-left: 2px solid #D00E31;
  border-right: 2px solid #D00E31;
  border-bottom: 2px solid #D00E31;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}

.cpNotesList {
  padding: 10px;
  font-size: 12px;
  text-align: left;
}

.cpNotesSubttl {
  margin-top: 1em;
}

.cpNotesSubttl+.noIndent.campaign_jleague{
  display: flex;
  flex-direction: row;
}

.cpNotesSubttl+.noIndent.campaign_jleague>p{
  font-size: 14px;
  line-height: 1.2em;
  width: 50%;
}

@media only screen and (min-width: 361px) {
  .cpNotesList {
    padding: 20px;
  }

  .cpNotesList {
    font-size: 14px;
  }

  .cpNotesBtnWrap {
    padding-bottom: 4px;
    -webkit-box-shadow: 0px -4px 0px 0px #d00e31 inset;
    box-shadow: 0px -4px 0px 0px #d00e31 inset;
    border-width: 3px;
  }

  .cpNotesFlame {
    border-width: 3px;
  }

  .cpNotesSubttl+.noIndent.campaign_jleague{
    display: flex;
    flex-direction: row;
  }
  .cpNotesSubttl+.noIndent.campaign_jleague>p{
    width: 100%;
  }
}

@media only screen and (min-width: 641px) {
  .cpNotesBtnWrap {
    padding-bottom: 6px;
    -webkit-box-shadow: 0px -6px 0px 0px #d00e31 inset;
    box-shadow: 0px -6px 0px 0px #d00e31 inset;
  }
}

.txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}

.next.redBtn {
  background-color: #CC0033;
  border: 2px solid #CC0033;
  margin: 0 auto;
}

.next.redBtn p {
  color: #ffffff;
}

.next.redBtn p::after {
  border-color: #ffffff;
}

@media screen and (min-width: 641px) {

  .float_btn_wrap p span {
    font-size: 12px;
  }

  p.note {
    font-size: 16px;
  }

  .label_start p {
    font-size: 24px;
  }

}

.section_warp {
  padding: 6.2500vw 5vw;
}

.sec_intro03{
  background-color: #d4f1ff;
}

.sec_intro03 .ttlIndent{
  background-color: #b8193f;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  color: #fff;
  font-size: 5.625vw;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .sec_intro03 .ttlIndent{
    font-size: 36px;
    padding: 6px 0;
  }
  .section_warp {
    padding: 40px 32px;
  }
}

.noIndent{
  line-height: 1.2em;
}


/*2025-10-22*/

.bg_unset{
  background-color: unset !important;
}
.pad-t-0{
  padding-top: 0 !important;
}
.pad-b-0{
  padding-bottom: 0 !important;
}
#tab1,#tab2{
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
#tabA,#tabB{
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.tabs {
  display: flex;
  justify-content: space-between;
}
.tab-button,.tab-button02{
  width: 49.5%;
}
.tab-button,.tab-button02 {
  font-size: 4.3vw;
  padding: 4vw 4.5vw;
  cursor: pointer;
  background-color: #e1e1e1;
  color:#000;
  border: none;
  font-weight: bold;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.tab-button.active,.tab-button02.active {
  font-size: 4.3vw;
  background-color: #ffffff;
  color: #cc0033;
  padding: 4vw 4.5vw;
}

@media screen and (min-width: 641px) {
  .tab-button,.tab-button02,.tab-button.active,.tab-button02.active {
    font-size: 24px;
    padding: 18px 20px;
  }
}
.tab-content,.tab-content02 {
  display: none;
  padding: 20px;
  background-color: #ffffff;
}

.tab-content.active,.tab-content02.active {
  display: block;
}

.tab_sub{
  padding: 2.34375vw 5vw 6.25vw !important;
}
.text-outline{
  font-size: 3.7500vw !important;
}
@media screen and (min-width: 641px) {
  .tab_sub{
    padding: 15px 32px 40px !important;
  }
  .text-outline{
    font-size: 22px !important;
  }
}



.tab-button_menu02,.tab-button02_menu02{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color:#000;
}
.highlighted{
  background-color: #cc0033;
  color: #ffffff;
  font-size: 2vw;
  border-radius: 1rem;
  padding: 1vw 2vw;
}
@media screen and (min-width: 641px) {
  .highlighted{
    font-size: 16px;
    border-radius: 2rem;
    padding: 6px 10px;
  }
}

.dot_slide_list img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}


.bnr_area{
  width: 75%;
  margin: 4% auto 5%;
}

.bnr_area a {
  display: block;
  box-shadow: 0px 4px 12px 0px #000000;
}

.btn--kisekae_wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 6vw;
}

.btn--kisekae_wrap.wrap_mb{
  margin-bottom: 6vw;
}

.btn--kisekae_wrap>div{
  width: 49%;
}

@media screen and (min-width: 641px) {
  .btn--kisekae_wrap{
    margin-top: 30px;
  }
  .btn--kisekae_wrap.wrap_mb{
    margin-bottom: 30px;
  }
}

/*2025-11-06*/

.font-w{
  color: #ffffff !important;
}

.tab-button02.active .tab-button02_menu02 span:nth-child(2),.tab-button.active .tab-button_menu02 span:nth-child(2){
  color: #CC0033;
}

/*2026-01-26*/
.sec_content_yl.tab_sub>.txtIndent{
  margin-top: 6vw;
}

@media screen and (min-width: 641px) {
  .sec_content_yl.tab_sub>.txtIndent{
    margin-top: 30px;
  }
}

.cp_code{
  margin-top: 1em !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-align: right !important;
}