@charset "UTF-8";
@font-face {
  font-family: 'LINE Seed JP_TTF';
  src: url(/files/user/_/championship_2022_23/line_mobile/LINESeedJP_TTF_Bd.ttf);
}
@font-face {
  font-family: 'LINE Seed JP_TTF Rg';
  src: url(/files/user/_/championship_2022_23/line_mobile/LINESeedJP_TTF_Rg.ttf);
}

/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  background-color: #fefff0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}


p,span,h1,h2,h3,h4,div{
  font-family: 'LINE Seed JP_TTF';
}
dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
} /*------------------------------
共通CSS
------------------------------*/
*, *:before, *:after {
  box-sizing: content-box;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  line-height: 1.6875;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}



input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

/*------------------------------
定義
------------------------------*/
p,div,h1,h2,h3,h4  {
  font-family: 'LINE Seed JP_TTF';
}
/* ロゴ */
.header_logo{
  position: fixed;
  width: 40px;
  left: 10px;
  top: 5px;
  z-index: 1000;
}
@media (min-width: 765px) {
.header_logo{
  position: fixed;
  width: 45px;
  left: 15px;
}
.header_logo img{
  width: 100%;
}
}
/*------------------------------
kv
------------------------------*/
.KV img{
  width: 100%;
}
/*------------------------------
stepボタン
------------------------------*/
.step_contents{
  padding-top: 30px;
  padding-bottom: 45px;
  display: flex;
  max-width: 355px;
  margin: 0 auto;
  justify-content: space-between;
}
@media (min-width: 765px) {
  .step_contents{
    max-width: 800px;
    gap:50px;
  }
}
.step_contents_bg{
  background-color:#4CC764;
  
}

.step1_btn,.step2_btn,.step3_btn{
  border: 1px solid #004A03;
  text-align: center;
  border-radius: 8px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.236);
  width: 31%;
  background-color: #fff;
  cursor: pointer;
}
.step1_btn:hover,.step2_btn:hover,.step3_btn:hover{
  opacity: 0.8;
  cursor: pointer;
}
@media (min-width: 765px) {
  .step1_btn,.step2_btn,.step3_btn{
    width: 35%;
  }
}
.step1_btn:hover{
  opacity: 0.6;
}
.step2_btn:hover{
  opacity: 0.6;
}
.step3_btn:hover{
  opacity: 0.6;
}
.step_logo_btn{
  background-color: #004A03;
  border-radius: 7px 7px 0 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 3px 0 3px 0;
}
@media (min-width: 765px) {
  .step_logo_btn{
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 3px;
  }
}
.step_text_btn{
  padding-top: 8px;
  font-size: 1.3rem;
  font-family: 'LINE Seed JP_TTF';
  padding-bottom: 10px;
}
@media (min-width: 765px) {
  .step_text_btn{
    font-size: 2rem;
    font-weight: bold;
  }
}
.step_img{
  padding-top: 8px;
  height: 80px;
}
@media (min-width: 765px) {
  .step_img{
    height: 150px;
  }
}
.step_contents_bg{
  position: relative;
}
.step_img_bg{
  position: absolute;
  bottom: -30px;
  width: 200px;
  left: 0;
  right: 0;
  margin: auto;
}
/*------------------------------
sliderのアイテム
------------------------------*/
/*==================================================
スライダーのためのcss
===================================*/
.ui_inner {
  overflow: auto;
  scroll-snap-type: x;
  display: flex;
  margin:0 15px;
}
.area {
  scroll-snap-align: start;
  /* width: 100vw; */
  width: 100%;
  height: 100%;
  flex: none;
}

.area img{
  margin-bottom: 10px;
  width: 80%; 
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.444);
}
.shadow-none{
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.444) !important;
}
.shadow-on{
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.444);
}
/* General Styling */
.ui_container {
  text-align: center;
  color: #fff;
}

.area:nth-child(even) {

}
.area:nth-child(odd) {
}
.area_txt{
  font-size: 1.5rem;
  color: #004A03;
  margin-bottom: 20px;
  font-weight: 500;
}
/*------------------------------
step1のアイテム
------------------------------*/

.item1_contents{
  border-radius: 11px;
  margin-top: 60px;
  border: 1px solid #4CC764;
  max-width: 355px;
  margin: 120px auto 0 auto;
  padding-bottom:30px;
  position: relative;
  background-color: #fff;
}
@media (min-width: 765px) {
  .item1_contents{
  max-width: 800px;
  margin: 170px auto 0 auto;
  }
}
@media (min-width: 765px) {
  .ui_inner{
    display: none;
  }
}

.ui_inner_pc{
  gap: 20px;
  justify-content: center;
  display: none;
}
@media (min-width: 765px) {
  .ui_inner_pc{
    display: flex;
    gap: 30px;
  }
  .area_txt_pc{
    font-family: "LINE Seed JP_TTF";
    text-align: center;
    color: #004A03;
    font-size: 16px;
    margin-bottom:30px;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .item1_contents{
    max-width: 1000px;
  }

  .area_pc{
    width: 300px;
  }

  .area_pc img{
    width: 100%;
  }
}
.step_logo_deco{
  position: absolute;
  top: -65px;
  width: 115px;
  left: 0;
    right: 0;
    margin: auto;
}
@media (min-width: 765px) {
  .step_logo_deco{
    width: 150px;
    top: -86px;
  }
}
.step_logo_deco img{
  width: 100%;
}
/*------------------------------
step2のアイテム
------------------------------*/
.item2_contents{
  border-radius: 11px;
  margin-top: 90px;
  border: 1px solid #4CC764;
  max-width: 355px;
 margin: 100px auto 0 auto; 
  position: relative;
  background-color: white;
}
@media (min-width: 765px) {
  .item2_contents{
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .item2_contents{
    max-width: 1000px;
  }
}
.item_title{
  font-family: "LINE Seed JP_TTF";
  border-radius: 10px 10px 0 0;
  background-color: #4CC764;
  padding-top: 25px;
  padding-bottom: 9px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 765px) {
  .item_title{
    font-size: 3rem;
  }
}
.item_text{
  padding-top: 20px;
  font-size: 1.4rem;
  padding-bottom: 30px;
  margin:0 15px;
}
@media (min-width: 765px) {
  .item_text{
    font-size: 1.6rem;
    width: 400px;
    margin:0 20px;
  }
}
.item_sub_title{
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 1.5rem;
  margin: 0 15px;
}
@media (min-width: 765px) {
  .item_sub_title{
  font-size: 2.2rem;
  padding-top: 25px;
  padding-bottom: 30px;
  font-weight: bold;
  }
}
.item_img{
  width: 193px;
  margin: 0 auto;
}
@media (min-width: 765px) {
  .item_img{
    width: 200px;
    margin: 0;
  }
}
.item_img img{
  width: 100%;
}
@media (min-width: 765px) {
.item_inner1{
  display: flex;
  align-items: center;
  justify-content: center;
}
}

.item_text1{
  padding-bottom: 10px;
  padding-top: 20px;
  font-size: 1.4rem;
  text-align: center;
  margin:0 15px;
}

.card_contents{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 15px;
}

@media (min-width: 765px) {
  .item_inner2{
    display: none;
  }
}
.card_contents2{
  justify-content: center;
  display: flex;
  margin-bottom: 30px;
  gap: 20px;
  margin: 0 15px 30px;
}

.card_item{
  width: 28%;
  align-items: center;
  margin: 0 auto;
}

.card_item img{
  width: 100%;
}
.attention_title{
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 40px 0;
}
@media (min-width: 765px) {
  .attention_title{
    font-size: 3rem;
    font-weight: bold;
  }
}
.attention_text{
  margin:0 15px;
  font-size: 1.4rem;
  line-height: 10px;
  line-height: 2.7rem;
}
.attention_text p{
  font-family: 'LINE Seed JP_TTF Rg';
}
@media (min-width: 765px) {
  .attention_text{
    font-size: 1.6rem;
    max-width: 800px;
    margin: 20px auto 0 auto;
  }
}

.attention{
  background-color:#F1F3D2 ;
  padding-bottom: 50px;
}
.item_inner_pc{
  display: none;
}
@media (min-width: 765px) {
  .item_inner_pc{
    display: inline-block;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
  }
  .card_contents_pc{
    display:grid;
    grid-template-columns: 80px 80px 80px 80px 80px;
    column-gap:10px;
  }
  .item_pc_inner{
    margin-left: 10px;
    width: 400px;
    margin: 0 20px;
  }
  .item_text_paypay{
    font-size: 1.6rem;
  }
  .item_img_pc img{
    width: 100%;
  }
  .item_img_pc{
    width: 200px;
  }
  .item_text_pc{
    font-size: 1.6rem;
  }
}

.txt-left{
  text-align: left;
}
@media (min-width: 765px) {
  .txt-left{
    text-align: center;
  }
}
/*------------------------------
step3のアイテム
------------------------------*/
.item3_contents{
  border-radius: 11px;
  margin-top: 60px;
  border: 1px solid #4CC764;
  max-width: 355px;
  margin: 100px auto 40px auto;
  padding-bottom: 30px;
  position: relative;
  background-color: #fff;
}
.ui_innerc_pc{
  display: none;
}
@media (min-width: 765px) {
  .item3_contents{
    max-width: 800px;
  }
  .ui_innerc_pc{
    display: inline-block;
    display: flex;
    gap: 30px;
    justify-content: center;
  }
  .area_pc{
    width: 230px;
  }
  .area_pc img{
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.444);
  }
}
@media (min-width: 1200px) {
  .item3_contents{
    max-width: 1000px;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 800px;
  margin:0 auto;
  padding: 0;
}

.accordion-area li{
  margin: 10px 0;
  font-family: 'LINE Seed JP_TTF Rg';
}

.accordion-area section {
border: 1px solid #4CC764;
border-radius: 4px;
background-color: #fff;
}

/*アコーディオンタイトル*/
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size:1.4rem;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  transition: all .5s ease;
  font-family: 'LINE Seed JP_TTF Rg';
}
@media (min-width: 765px) {
  .title {
    font-size: 1.6rem;
  }
}


/*アイコンの＋と×*/
.title::before,
.title::after{
  position: absolute;
  content:'';
  width: 15px;
  height: 2px;
  background-color: #333;
}
.title::before{
  top:48%;
  left: 15px;
  transform: rotate(0deg);
}
.title::after{    
  top:48%;
  left: 15px;
  transform: rotate(90deg);
}
.question_text{
  font-size:1.4rem;
  font-family: 'LINE Seed JP_TTF Rg';
}
@media (min-width: 765px) {
  .question_text{
    font-size:1.6rem;
  }
}


/*　closeというクラスがついたら形状変化　*/

.title.close::before{
transform: rotate(45deg);
}

.title.close::after{
transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none; /* はじめは非表示 */
  background: #f3f3f3;
  margin:0 3% 3% 3%;
  padding: 15px;
  font-family: 'LINE Seed JP_TTF Rg';
} 


/*========= レイアウトのためのCSS ===============*/

.terms_ul a{
  color: rgb(48, 0, 181);
}
.terms_ul{
  font-family: 'LINE Seed JP_TTF Rg';
}
.terms_box{
  /*width: 100%; ブロックの幅*/
  height: 200px; /*ブロックの高さ*/
  background-color: rgb(252, 252, 252); /*ブロックの背景色*/
  overflow: scroll; /*スクロール*/
  margin: 0 10px;
  font-size: 1.4rem;
  padding: 10px;
  }
  @media (min-width: 765px) {
    .terms_box{
      font-size: 1.6rem;
      max-width: 800px;
      margin: 0 auto;
    }
  }
.terms_title{
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
.sub_terms_title{
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
/* fotter */
.insta_btn_sns,.twitter_btn_sns,.line_btn_sns{
  width:35px;
}
@media (min-width: 765px) {
  .insta_btn_sns,.twitter_btn_sns,.line_btn_sns{
    width:55px;
  }
}
.footer_contents{
  padding-top: 50px;
  background-color: white;
}
.sns_contents{
  display: flex;
  justify-content: center;
  gap:10px;
}
@media (min-width: 765px) {
  .sns_contents{
  margin-top: 30px;
  }
}
.blg_logo{
  padding-top: 30px;
  width:40px;
  margin:0 auto;
}
@media (min-width: 765px) {
  .blg_logo{
    width:60px;
  }
}
.blg_logo img{
  width:100%;
}
.small{
  font-size: 8px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
/* 追従ボタン */
.following_btn{
  width: 100%;
  position: fixed;
  bottom: 0px;
}


@media (min-width: 765px) {
  .following_btn{
    text-align: center;
    background-color: #000000aa;
    width: 100%;
    margin: 0 auto;
    font-size: 2.6rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .following_btn img{
    width: 450px;
  }
}
.following_btn:hover{
  opacity: 0.7;
  cursor: pointer !important;
}





/* ふわ */
.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s,visibility 0.5s, transform 0.5s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


/*==================================================
ふわっ 順番に現れる
===================================*/
.box_js{
  opacity: 0;
}

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }




  .module_title span{
    display: none;
  }