@charset "UTF-8";


/* ---------------------------------------------------
reset
---------------------------------------------------- */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

body, html {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, p, figure, picture, blockquote, ul, li, dl, dd {
  margin: 0;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4 { /*text-wrap:balance;*/
  text-align: left;
}

i, s {
  font-style: normal;
}

a:not([class]) {
  color: currentColor;
}

img, figure, picture {
  display: block;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

button {
  all: unset;
  display: revert;
}

table {
  border-collapse: collapse;
}

textarea {
  white-space: revert;
}

/*-------------------------------------------
config
-------------------------------------------*/
/* color */
/* width */
/*-------------------------------------------
base
-------------------------------------------*/

@media screen and (min-width:768px) {
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
}

html {
  scroll-behavior: smooth;
}

body {
    position: relative;
    text-align: center;
    color: #333;
    font-size: clamp(16px, 1.3888888889vw, 20px);
    font-family: body;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.65;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    -webkit-text-size-adjust: 100%;
    min-height: 100vh;
}
@media (max-width: 1440px) {
  body {
    overflow-x: hidden;
  }
}

a {
    opacity: 1;
}
a:hover {
    opacity: 0.7;
}

.center {
    text-align: center;
}

.bold {
    font-weight: 700;
}
.large{
    font-size: 2vw;
}
.small{
    font-size: 1.3vw;
}
.red{
    color: red;
}
.yellow{
    color: yellow;
}
.btn {
    text-align: center;
}
.btn > a {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: "continuo", sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    background: #000;
    border-radius: 30px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin: 0 auto 0;
    padding: 16px 24px 16px 24px;
    width: 100%;
    max-width: 300px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1;
}



/*-------------------------------------------
common
-------------------------------------------*/
#wrapper {
  position: relative;
  text-align: center;
  z-index: 0;
}

#main {
  max-width: 1440px;
  margin-inline: auto;
}
section {
  position: relative;
  overflow: hidden;
  padding: 0 0 4vw;
  scroll-margin-top: 60px;
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  padding-inline: calc(50vw - 50%);
}
.inner{
    max-width: 1100px;
    margin: auto;
    position: relative;
}
/*-------------------------------------------
header
-------------------------------------------*/

/*-------------------------------------------
FV
-------------------------------------------*/
.fv{
    padding: 8vw 0 0;
}
.fv picture img{
    width: 100%;
}

/*-------------------------------------------
overview
-------------------------------------------*/
.overview{
    background-image: url("../img/overview_bg.png");
    background-size: cover;
    padding: 7vw 0 10vw;
}
.overview h2{
    width: 60vw;
    margin: 0 auto 3vw;
}
.chara01{
    position: absolute;
    top: 0;
    right: 6vw;
    width: 15vw;
}
.chara02{
    position: absolute;
    bottom: 1vw;
    left: 6vw;
    width: 15vw;
}

/*-------------------------------------------
cta
-------------------------------------------*/
.cta{
    background-color: #e73828;
    padding: 1vw 0;
}
.cta_btn_time li,.cta_btn_contest li{ 
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_btn_time{
    background: #76C083;
    background: linear-gradient(90deg,rgba(118, 192, 131, 1) 0%, rgba(188, 211, 0, 1) 100%);
    width: 90vw;
    margin: 0 auto 4vw;
    border-radius: 20px;
    padding: 2vw 1vw;
    color: #fff;
}
.btn_time{
    display: flex;
    justify-content: space-around;
    color:#e73828;
    margin: 0;
    flex-wrap: wrap;
}
.cta_btn_time .btn_time li a{
    background-color: #fff;
    padding: 1vw 4vw;
    box-shadow: 0px 5px 0px 0px #5d6561;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta_btn_contest{ 
    width: 90vw;
    margin: 0 auto 4vw;
    border-radius: 20px;
    padding: 2vw 0;
    color: #fff;
    background: #075DAA;
    background: linear-gradient(90deg,rgba(7, 93, 170, 1) 0%, rgba(48, 188, 239, 1) 100%);
    padding: 2vw 1vw 1vw;
}
.cta_btn_contest .btn_time li a{
    width: 19vw;
    margin: 1vw;
    background-color: #fff;
    padding: 1vw 2vw;
    box-shadow: 0px 5px 0px 0px #5d6561;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta_btn_time .btn_time li.btn_close,.cta_btn_time2 .btn_time li.btn_close{
    background-color: #b9b9b9;
    padding: 2% 4%;
    box-shadow: 0px 5px 0px 0px #5d6561;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8%;
}
.cta_btn_contest .btn_time li.btn_close,.cta_btn_contest2 .btn_time li.btn_close{
    width: 19vw;
    margin: 1vw;
    background-color: #b9b9b9;
    padding: 1vw 2vw;
    box-shadow: 0px 5px 0px 0px #5d6561;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_time .btn_close{
    display: flex;
    justify-content: space-around;
    color:#686868;
    margin: 2vw 0;
    flex-wrap: wrap;
}
/*-------------------------------------------
stage
-------------------------------------------*/
.stage{
    padding: 2vw 0;
    background-image: url("../img/stage_bg.png");
    background-size: cover;
}
.stage_top{
    width: 42vw;
}
.stage_txt{
    margin: 2vw 0 3vw;
}
.stage_schedule_arrow{
    position: relative;
}
.stage_schedule_arrow_x01,.stage_schedule_arrow_x02{
    position: absolute;
    top: 40%;
}
.stage_schedule_arrow_x01{
    left: 34.5%;
}
.stage_schedule_arrow_x02{
    right: 35%;
}

.stage_schedule{
    display: flex;
    flex-direction: row;
    width: 82%;
    margin: auto;
    justify-content: space-around;
}
.stage_schedule1,.stage_schedule2,.stage_schedule3{
    width: 22vw;
    height: 54vw;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
}
.stage_schedule1{
    background-image: url("../img/stage_schedule1.png");
}
.stage_schedule2{
    background-image: url("../img/stage_schedule2.png");
}
.stage_schedule3{
    background-image: url("../img/stage_schedule3.png");
}
.stage_schedule1::after,.stage_schedule2::after{
    background-image: url("../img/arrow_x.png");
}
.schedule_txt{
    width: 96%;
    padding: 98% 8% 4%;
    margin: auto;
    text-align: left;
    font-size: 1.3vw;
}
.schedule_btn{
    width: 76%;
    position: absolute;
    bottom: 28%;
    left: 50%;
    transform: translateX(-50%);
}

/*-------------------------------------------
practice
-------------------------------------------*/
.stage_bg{
    background-color: #fff;
    border-radius: 20px;
    width: 70vw;
    margin: 4vw auto;
    padding: 2vw 0;
}
.practice{
    background-image: url("../img/practice_bg.png");
    background-size: cover;
    background-position: bottom;
    padding: 0 0 22vw;
    z-index: 10;
}
.practice_top,.qualifying_top,.final_top{
    width: 65vw;
    margin: 2vw auto;
}
.practice_detail,.qualifying_detail,.final_detail{
    margin: 2vw auto 3vw;
}
.practice_point,.qualifying_point,.final_point{
    width: 48vw;
    margin: 2vw auto 3vw;
}
/* table */
.practice_table,.qualifying_table{
    border-spacing:0;
    border-collapse:separate;
    color:#333;
    margin: auto;
    display: flex;
    align-items: center;
    width: 52vw;
}
.practice_table th,.practice_table td{
    border-top:2px solid #036EB7;
    border-left:2px solid #036EB7;
}
.practice_table th{
    padding: 1vw 2vw;
    background:#CDE2F1;
    vertical-align: middle;
    width: 17vw;
}
.practice_table td{
    padding:12px 10px 12px 15px;
    background:#fff;
    text-align: left;
}
.practice_table th:last-child,.practice_table td:last-child{
    border-right:2px solid #036EB7;
}
.practice_table tr:last-child th,.practice_table tr:last-child td{
    border-bottom:2px solid #036EB7;
}
.practice_table tr:first-child :first-child{
    border-top-left-radius:20px;
}
.practice_table tr:first-child :last-child{
    border-top-right-radius:20px;
}
.practice_table tr:last-child :first-child{
    border-bottom-left-radius:20px;
}
.practice_table tr:last-child :last-child{
    border-bottom-right-radius:20px;
}
.practice_table a,.qualifying_table a{
    color: #29abe2;
}
.practice_table_note li{
    list-style-type: disc;
    margin: 0 0 0 4%;
}
.practice_soft{
    width: 52vw;
    margin: 2vw auto;
}
 /* cta */
.practice_cta{
    position: relative;
}
.cta_btn_time2{
    width: 90vw;
    margin: 0 auto 4vw;
    border-radius: 20px;
    padding: 0 1vw;
    color: #fff;
    position: absolute;
    top: 16vw;
    left: 50%;
    transform: translateX(-50%);
}
.cta_btn_time2 li{ 
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_btn_time2 .btn_time li a{
background-color: #fff;
    padding: 1vw 4vw;
    box-shadow: 0px 5px 0px 0px #5d6561;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*-------------------------------------------
qualifying
-------------------------------------------*/
.qualifying{
    background-image: url("../img/qualifying_bg.png");
    background-position: bottom;
    padding: 35vw 0 30vw;
    z-index: 9;
    margin: -35vw 0 0;
    background-size: cover;
}

.qualifying_table th,.qualifying_table td{
    border-top:3px solid #e73828;
    border-left:3px solid #e73828;
}
.qualifying_table th{
    padding: 1vw;
    background:#fad7d4;
    vertical-align: middle;
    width: 17vw;
}
.qualifying_table td{
    padding:12px 10px;
    background:#fff;
    text-align: left;
}
.qualifying_table th:last-child,.qualifying_table td:last-child{
    border-right:3px solid #e73828;
}
.qualifying_table tr:last-child th,.qualifying_table tr:last-child td{
    border-bottom:3px solid #e73828;
}
.qualifying_table tr:first-child :first-child{
    border-top-left-radius:20px;
}
.qualifying_table tr:first-child :last-child{
    border-top-right-radius:20px;
}
.qualifying_table tr:last-child :first-child{
    border-bottom-left-radius:20px;
}
.qualifying_table tr:last-child :last-child{
    border-bottom-right-radius:20px;
}

.qualifying_method_bg{
    background-color: #fad7d4;
    width: 53vw;
    padding: 5vw 3vw;
    margin: 8vw auto;
    position:relative;
    display: flex;
    border-radius: 20px;
    text-align: center;
    flex-direction: column;
}
.qualifying_method_ttl{
    background-color: #e73828;
    padding: 1vw 5vw;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 38vw;
    font-weight: 700;
}
.qualifying_method_box{
    background-color: #fff;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    width: 46vw;
    border-radius: 10px;
}
.qualifying_method_box p{
    font-weight: 700;
    margin: 1vw;
}
.qualifying_method_txt{
    padding: 2vw;
    text-align: left;
}
ul.qualifying_method_list li{
    list-style-type: disc;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
    font-weight: normal;
    list-style-position: inside;
    font-weight: 700;
}
ol.qualifying_method_list li {
    text-align: left;
    list-style-type: none;
    counter-increment: cnt;
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
    font-weight: 700;
}
ol.qualifying_method_list li::before {
  content: counter(cnt)".";
}
ol.qualifying_method_list li a{
    color:#29abe2;
}
.qualifying_result_bg{
    background-color: #cde2f1;
    width: 53vw;
    padding: 5vw 3vw;
    margin: 8vw auto 4vw;
    position:relative;
    display: flex;
    border-radius: 20px;
    text-align: center;
    flex-direction: column;
}
.qualifying_result_ttl{
    background-color: #036eb7;
    padding: 1vw 5vw;
    color: #fff;
    border-radius: 10px;
    position: absolute;
    top: -2vw;
    left: 50%;
    transform: translateX(-50%);
    width: 38vw;
    font-weight: 700;
}

.arrow_y{
    width: 3vw;
    margin: 1vw auto;
}
/* cta */
.cta_btn_contest2{ 
    width: 90vw;
    margin: 0 auto 4vw;
    border-radius: 20px;
    padding: 2vw 0;
    color: #fff;
    padding: 2vw 1vw 1vw;
    position: absolute;
    top: 14vw;
    left: 50%;
    transform: translateX(-50%);
}
.cta_btn_contest2 li{ 
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta_btn_contest2 .btn_time li a{
    width: 19vw;
    margin: 1vw;
    background-color: #fff;
    padding: 1vw 2vw;
    box-shadow: 0px 5px 0px 0px #5d6561;
    border-radius: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*-------------------------------------------
stage3
-------------------------------------------*/
.final{
    background-image: url("../img/final_bg.png");
    background-position: bottom;
    padding: 35vw 0 6vw;
    z-index: 8;
    margin: -35vw 0 0;
}
.final_note{
    width: 50vw;
}

/*-------------------------------------------
faq
-------------------------------------------*/

.faq{
    width: 100%;
    background-image: url("../img/faq_bg.png");
    background-size: contain;
}
.faq_top{
    width: 20vw;
    margin: 4vw auto;
}

.faq dl{
    width: 90%;
    margin: 0 auto;
}

.faq dl div{
    margin-bottom: 28px;
}

.faq dl div dt{
    background: #fff;
    font-size: 1.6vw;
    color: #333;
    padding: 2vw 8vw 2vw 8vw;
    position: relative;
    cursor: pointer;
    text-align: left;
    border: 2px solid #036eb7;
    border-radius: 10px;
    z-index: 7;
}

.faq dl div dt::before{
    content: "";
    background: url("../img/faq_q.png") no-repeat;
    background-size: 100% auto;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translateY(-50%);
}
.faq dl div dt::after{
    content: "";
    background: url("../img/faq_open.png") no-repeat;
    background-size: 40%;
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #036eb7;
    display: flex;
    border-radius: 0px 10px 10px 0px;
    background-position-x: 2vw;
    background-position-y: 1vw;
}

.faq dl div dt.active::after {
    background-image: url("../img/faq_close.png");
    background-size: 57%;
    background-position-x: 1.5vw;
    background-position-y: 1.5vw;
}

.faq dl div dd{
    background: #cae0f0;
    border-radius: 10px;
    font-size: 1.6vw;
    padding: 4vw 8vw 2vw 8vw;
    position: relative;
    display: none;
    margin: -2vw 0 0;
    text-align: left;
    z-index: 6;
}

.faq dl div dd::before{
    content: "";
    background: url("../img/faq_a.png") no-repeat;
    background-size: 100% auto;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 50%;
    left: 2vw;
}

/*-------------------------------------------
注意事項
-------------------------------------------*/
#precautions01,#precautions02{
    width: 76%;
    margin: 5% auto;
}
#precautions01 dl div,#precautions02 dl div{
    margin-bottom: 28px;
    
}
#precautions01 dl div dt,#precautions02 dl div dt{
    background: #fff;
    font-size: 1.6vw;
    color: #fff;
    padding: 1vw 0 1vw 4vw;
    position: relative;
    cursor: pointer;
    text-align: left;
    border-radius: 38px;
    width:100%;
    background-color: #036eb7;
    z-index: 10;
}
#precautions01 dl div dt::after,#precautions02 dl div dt::after{
    content: "";
    background: url(../img/faq_open.png) no-repeat;
    background-size: 28%;
    width: 7vw;
    height: 7vw;
    position: absolute;
    top: 90%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    border-radius: 0px 10px 10px 0px;
    background-position-x: 2vw;
}

#precautions01 dl div dt.active::after,#precautions02 dl div dt.active::after {
    background-image: url(../img/faq_close.png);
    background-size: 44%;
    background-position-x: 1.5vw;
    background-position-y: 0;
}
#precautions01 dl div dd,#precautions02 dl div dd{
    background: #ffffff;
    border-radius: 10px;
    font-size: 1.5vw;
    padding: 4vw 2vw 2vw;
    position: relative;
    display: none;
    margin: -3vw 0 0;
    text-align: left;
    z-index: 6;
    width: 100%;
    border: 2px solid #036eb7;
}

/* footer */

/*--------------------------------
width
--------------------------------*/
/*--------------------------------
レスポンシブ
--------------------------------*/
/* タブレット・SP */
/* PC */
/* SP */
@media (max-width: 767px) {
  .nosp {
    display: none !important;
  }
  .nopc {
    display: block;
  }
}
/* PC */
@media (min-width: 768px) {
  .nosp {
    display: block;
  }
  .nopc {
    display: none !important;
  }
}
#footerBottomSpace {
  text-align: left;
}
@media (min-width: 768px) {
  #footerBottomSpace {
    padding: 15px 0 40px;
    background-color: #e8e6e3;
    font-size: 12px;
  }
}
#footerBottomSpace div.inner {
  line-height: initial;
}
@media (min-width: 768px) {
  #footerBottomSpace div.inner {
    margin: 0 auto;
    width: 980px;
  }
}
#footerBottomSpace div.inner dl {
  padding: 20px 15px;
  font-size: 12px;
}
@media (min-width: 768px) {
  #footerBottomSpace div.inner dl {
    margin-bottom: 25px;
    padding: 0;
  }
}
#footerBottomSpace div.inner dl dt {
  text-align: center;
  padding: 20px;
}
@media (min-width: 768px) {
  #footerBottomSpace div.inner dl dt {
    text-align: unset;
    padding: 5px 0 0;
    float: left;
  }
  #footerBottomSpace div.inner dl dt dd {
    margin-top: 5px;
    width: 695px;
    float: right;
    line-height: 1.8;
  }
}
@media (min-width: 768px) {
  #footerBottomSpace div.inner div.brandListArea {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #footerBottomSpace div.inner div.brandListArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footerBottomSpace div.inner div.brandListArea ul li {
  text-align: center;
  font-size: 12px;
  letter-spacing: initial;
  margin-left: 36px;
  margin-bottom: 24px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(1) {
  width: 185px;
  margin-top: 5px;
  margin-left: 0;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(1) a .logo-name {
  margin-top: 10px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(2) {
  width: 134px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(2) a .logo-name {
  margin-top: 6px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(3) {
  width: 178px;
  margin-top: 1px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(4) {
  width: 147px;
  margin-top: 4px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(4) a .logo-name {
  margin-top: 14px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(5) {
  width: 156px;
  margin-top: 2px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(5) a .logo-name {
  margin-top: 12px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(6) {
  width: 167px;
  margin-top: 9px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(7) {
  margin-top: 13px;
  width: 162px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(7) a .logo-name {
  margin-top: 11px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(8) {
  width: 158px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(8) a img {
  width: 141px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(8) a .logo-name {
  margin-top: 8px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(9) {
  width: 182px;
  margin-top: 9px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(9) a img {
  width: 159px;
}
#footerBottomSpace div.inner div.brandListArea ul li:nth-of-type(9) a .logo-name {
  margin-top: 6px;
}
#footerBottomSpace div.inner div.brandListArea ul li a {
  text-decoration: none;
  color: #000000;
}
#footerBottomSpace div.inner div.brandListArea ul li a img {
  width: 100%;
  vertical-align: baseline;
}
#footerBottomSpace div.inner div.brandListArea ul li a .logo-name {
  margin-top: 3px;
}
#footerBottomSpace div.inner div.brandListArea .sp-area {
  background-color: #f8f8f8;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .link-area {
  padding: 30px 40px 20px;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .link-area .title {
  font-size: 18px;
  font-weight: bold;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .link-area div {
  margin-top: 15px;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .link-area div a {
  text-decoration: none;
  position: relative;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .link-area div a .site-name {
  color: #333333;
  display: inline;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .link-area div a:after {
  content: "";
  position: absolute;
  background: url(/img/shared/global_footer/sp/tab_btn.png) right top 6px no-repeat;
  background-size: 14px;
  width: 26px;
  height: 23px;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .count {
  padding: 24px 15px;
  background-color: #ffffff;
}
#footerBottomSpace div.inner div.brandListArea .sp-area .count img {
  width: 100%;
  height: auto;
}
#footerBottomSpace #linkList {
  line-height: initial;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #footerBottomSpace #linkList {
    margin-top: 50px;
  }
}
#footerBottomSpace #linkList div.inner ul {
  font-size: 12px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  #footerBottomSpace #linkList div.inner ul {
    float: left;
    padding-bottom: 10px;
  }
}
#footerBottomSpace #linkList div.inner ul li {
  padding-bottom: 6px;
  padding-left: 15px;
  float: left;
}
@media (min-width: 768px) {
  #footerBottomSpace #linkList div.inner ul li {
    margin-right: 38px;
    background: url(/img/shared/global_footer/icon_footerlink.gif) left top 5px no-repeat;
  }
}
#footerBottomSpace #linkList div.inner ul li a {
  color: #333333;
  text-decoration: none;
}
@media (min-width: 768px) {
  #footerBottomSpace #linkList div.inner ul li a {
    font-size: 12px;
  }
}
#footerBottomSpace #linkList div.inner p {
  text-align: center;
  float: none;
  font-size: 12px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  #footerBottomSpace #linkList div.inner p {
    clear: both;
    text-align: right;
  }
}
#footerBottomSpace .cFix {
  min-height: 1px;
}
#footerBottomSpace .cFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}



@media only screen and (max-width:767px) {
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
    .large {
        font-size: 1.3rem;
    }
    .small{
        font-size: 1.0rem;
    }
    picture {
        margin-inline: auto;
    }
    .fv {
    padding: 16vw 0 0;
    }
    /* overview */
    .overview{
        background-image: url("../img/sp/overview_bg.png");
    }
    .overview h2{
        width: 100%;
        margin: 0 auto 3vw;
    }
    .overview p{
        width: 85%;
        text-align: left;
        margin: auto;
    }
    .chara01,.chara02{
        display: none;
    }
    /* cta */
    .cta{
        padding: 3vw 0;
    }
    .cta_btn_time_time.btn_time{
        flex-direction: column;
    }
    .cta_btn_contest.btn_time{
        flex-direction: row;
    }
    .cta_btn_time li {
        margin: 0;
        padding: 1vw 0vw;
        text-align: center;
        display: block;
        width: 90%;
    }
     .cta_btn_contest li {
        margin: 0;
        padding: 1vw 0vw;
        text-align: center;
        display: block;
        width: 45%;
    }
    .btn_time li a,.btn_time li.btn_close a {
        display: block;
    }
    .cta_btn_time .btn_time li a {
        background-color: #fff;
        padding: 4% 2%;
        box-shadow: 0px 5px 0px 0px #5d6561;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0.8%;
    }
    .cta_btn_contest .btn_time li a,.cta_btn_contest2 .btn_time li a{
        width: 100%;
        margin: 1%;
        background-color: #fff;
        padding: 4% 2%;
        box-shadow: 0px 5px 0px 0px #5d6561;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .cta_btn_time .btn_time li.btn_close,.cta_btn_time2 .btn_time li.btn_close {
        padding: 4% 2%;
        box-shadow: 0px 5px 0px 0px #5d6561;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1%;
    }
    .cta_btn_time2 .btn_time li.btn_close {
        width: 86%;
    }
    .cta_btn_contest .btn_time li.btn_close,.cta_btn_contest2 .btn_time li.btn_close{
        width: 48%;
        margin: 1%;
        padding: 3% 2%;
        box-shadow: 0px 5px 0px 0px #5d6561;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* stage */
    .stage {
        padding: 2vw 0;
        background-image: url(../img/sp/stage_bg.png);
        background-size: cover;
    }
    .stage_top {
        width: 70vw;
    }
    .stage_schedule{
        flex-direction: column;
        width: 90%;
    }
    .stage_txt{
        width: 92%;
        margin: 3vw auto;;
        text-align: left;
    }
    .stage_schedule1{
        background-image: url("../img/sp/stage_schedule1.png");
        background-size: cover;
    }
    .stage_schedule2{
        background-image: url("../img/sp/stage_schedule2.png");
        background-size: cover;
    }
    .stage_schedule3{
        background-image: url("../img/sp/stage_schedule3.png");
        background-size: cover;
    }
    .stage_schedule1::after,.stage_schedule2::after{
        background-image: url("../img/arrow_x.png");
    }
    .stage_schedule1{
        width: 90vw;
        height: 108vw;
        margin: 0 0 15vw;
    }
    .stage_schedule2{
        width: 90vw;
        height: 115vw;
        margin: 0 auto 15vw;
    }
    .stage_schedule3{
        width: 90vw;
        height: 121vw;
        margin: 0 auto 15vw;
    }
    .stage_schedule1 .schedule_btn {
        width: 70vw;
        bottom: 5vw;
    }
    .stage_schedule2 .schedule_btn {
        width: 70vw;
        bottom: 6vw;
    }
    .stage_schedule3 .schedule_btn {
        width: 70vw;
        bottom: 6vw;
    }
    .stage_schedule_arrow_y01,.stage_schedule_arrow_y02{
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .stage_schedule_arrow_y01{
        top:29%;
    }
    .stage_schedule_arrow_y02{
        top: 62%;
    }
    .stage_bg {
        width: 90%;
        padding: 2%;
    }
    /* practice */
    .practice{
        background-image: url("../img/sp/practice_bg.png");
        background-size: cover;
        padding: 0 0 70%;
    }
    .practice_point, .qualifying_point, .final_point{
        width: 70vw;
    }
    .practice_top, .qualifying_top, .final_top {
        width: 75vw;
    }
    .practice p, .qualifying p, .final p {
        margin: auto;
        width: 100%;
        text-align: left;
        font-size: 1.1rem;
    }
    .practice_soft{
        width: 90%;
    }
    /* qualifying */
    .qualifying{
        background-image: url("../img/sp/qualifying_bg.png");
        background-size: cover;
        padding: 35% 0 90%;
    }
    .qualifying_method_bg,.qualifying_result_bg{
        width: 90%;
        padding: 12% 4% 5%;
    }
    .qualifying_method_ttl,.qualifying_result_ttl{
        width: 100%;

    }
    .qualifying_result_ttl{
        text-align: center;
    }
    .qualifying_method_txt {
        width: 65vw;
    }
    .qualifying_method_txt p{
        width: 65vw;
    }
    .practice_table,.qualifying_table  {
        width: 90%;
        display: table;
    }
    .qualifying_method_box {
        width: 100%;
        padding: 2%;
    }
    .qualifying_method_box img{
        width: 100%;
        
    }

    /* cta */
    .practice_cta,.practice_cta{
        position: relative;
    }
    .cta_btn_time2{
        width: 90vw;
        margin: 0 auto 4vw;
        border-radius: 20px;
        padding: 2vw 1vw;
        color: #fff;
        position: absolute;
        top: 16vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .cta_btn_time2 li{ 
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta_txt02{
        top: 0;
    }
    .practice_cta .cta_btn_time{
        background: none;
        background: none;
    }
    .practice_cta .cta_btn_time p {
        margin: 34vw auto 0;
    }
    .practice_table th {
        width: 0;
    }
    .cta_btn_time2,.cta_btn_contest2 {
        width: 96%;
        top: 85%;
    }
    .cta_btn_time2 p,.cta_btn_contest2 p{
        text-align: center;
    }
    .cta_btn_contest2 li{
        margin: 0;
        padding: 1vw 0vw;
        text-align: center;
        display: block;
        width: 45%;
    }
    .cta_btn_time2 .btn_time li a{
        background-color: #fff;
        box-shadow: 0px 5px 0px 0px #5d6561;
        border-radius: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3% 14vw;
        margin: 0 0 3%;
    }
    .btn_camp02 {
        top: 40vw;
        width: 90vw;
    }
    .arrow_y {
        width: 6vw;
        margin: 2vw auto;
    }
    /* final */
    .final{
        background-image: url("../img/sp/final_bg.png");
        background-size: cover;
        padding: 35% 0 10%;
    }
    /* faq */
    .faq_top {
        width: 30%;
    }
    .faq dl div dt, .faq dl div dd {
        font-size: 1.0rem;
    }
    .faq dl {
        width: 90%;
    }
    .faq dl div dt,.faq dl div dd {
        font-size: 4vw;
        padding: 2% 14% 2% 8%;
    }
    .faq dl div {
        margin-bottom: 4vw;
    }
    .faq dl div dt::before,.faq dl div dd::before{
        width: 4vw;
        height: 4vw;
    }
    .faq dl div dt{
        height: 60px;
        display: flex;
        align-items: center;
    }
    .faq dl div dt::after {
        width: 10vw;
        height: 58px;
        padding: 2% 6%;
        background-size: 40%;
        background-position-x: 3vw;
        background-position-y: 4vw;
        background-color: #036eb7;
    }
    /* 注意事項 */
    #precautions01, #precautions02 {
        width: 90%;
    }
    #precautions01 dl div dt, #precautions01 dl div dd,
    #precautions02 dl div dt, #precautions02 dl div dd{
        font-size: 1rem;
    }
    #precautions01 dl div dt::after, #precautions02 dl div dt::after {
        width: 12vw;
        height: 7vw;
        top: 56%;
        right: 0;
        background-position-x: 2vw;
    }
    #precautions02 dl{
        width: 100%;
    }

}
/*=================================
header
===================================*/


.header__fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 3%;
    display: flex;
    align-items: center;
    justify-content: initial;
  }
  .header a:hover {
    background-image: initial;
  }
  .header__logo-group {
    display: flex;
    align-items: center;
    justify-content: initial;
    width: 75%;
  }
  .header__logo {
    width: 111px;
    margin-right: 1rem;
  }
  .header__logo-name {
    width: 158px;
  }
  .header__nav {
    font-weight: bold;
    letter-spacing: 0.1rem;
    transform: translateX(100%);
    transition: 0.3s;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #33A1DB;
  }
  .header__nav.slide-in {
    transform: translateX(0);
    transition: 0.3s;
  }
  .header__nav-block {
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    right: 0;
    padding-top: 50px;
  }
  .header__nav-list {
    display: block;
    width: 90%;
    margin: 0 auto 30px;
  }
  .header__nav-link {
    position: relative;
    display: block;
    color: #33A1DB;
    font-size: 1.1rem;
    margin-bottom: 5px;
    background-color: #fff;
    padding: 0.8rem 0 0.8rem 50px;
  }
  .header__nav-link:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 25px;
    height: 25px;
    top: 50%;
    left: 5px;
    transform: translate(5px, -50%);
    background: url("/img/common/icn_nav.png") no-repeat;
    background-size: contain;
  }
  .header__nav-link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1em;
    left: initial;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    color: #33A1DB;
  }
  .header__nav .btn {
    width: 90%;
    text-align: center;
    margin: 0 auto 100px;
    color: #fff;
  }
  .header__nav .btn__tel {
    display: inline-block;
    width: 100%;
    color: initial;
    background-color: #fff;
    padding: 1rem 0;
    border: 2px solid #4064CA;
    border-radius: 25px;
  }
  .header__nav .btn__tel img {
    max-height: 30px;
  }
  .header__fixed {
    height: 60px;
  }
  .header__logo-name{
    margin: 0 30px;
  }
  .burger {
    display: block;
    position: fixed;
    right: 0;
    top: 6px;
    width: 42px;
    height: 42px;
    z-index: 3;
  }
  .burger__item {
    display: block;
    position: absolute;
    width: 30px;
    height: 6px;
    left: 6px;
    background: repeating-linear-gradient(to right, #33A1DB, #33A1DB 6px, rgba(84, 84, 84, 0) 6px, rgba(84, 84, 84, 0) 10px);
    transition: 0.3s ease-in-out;
  }
  .burger__item:nth-child(1) {
    top: 10px;
  }
  .burger__item:nth-child(2) {
    top: 20px;
  }
  .burger__item:nth-child(3) {
    top: 30px;
  }
  .burger.active {
    top: 0;
    width: 40px;
    height: 38px;
    background-color: #F5A73C;
  }
  .burger.active .burger__item {
    top: 16px;
    height: 2px;
    background: repeating-linear-gradient(to right, #fff, #fff 6px, #fff 6px, #fff 10px);
  }
  .burger.active .burger__item:nth-child(1) {
    left: 6px;
    transform: rotate(-45deg);
  }
  .burger.active .burger__item:nth-child(2), .burger.active .burger__item:nth-child(3) {
    transform: rotate(45deg);
  }
  body.noscroll {
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .header {
    width: 92%;
    margin: 0 auto;
    padding: 0.5rem 0;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width:768px) and (min-width:768px) {
  .header {
    max-width: 1320px;
    padding: 1rem 0;
    margin: auto;
    width: 1100px;
  }
}
@media screen and (min-width:768px) {
  .header__logo-group {
    width: 90%;
    display: flex;
  }
  .header img {
    height: 100%;
  }
  .header__nav {
    width: 55%;
  }
  .header__nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__nav-item {
    font-size: 1.1vw;
  }
  .header__nav-item:not(:last-of-type) {
    margin-right: 1.4rem;
  }
  .header__nav-link {
    position: relative;
  }
  .header__nav-link:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #33A1DB;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .header__nav-link:hover:after {
    transform: scale(1, 1);
  }
  .header__contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 32%;
  }
  .header__contact-txt {
    width: 48%;
  }
  .header__contact-tel {
    width: 52%;
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1250px) {
  .header__nav-item:not(:last-of-type) {
    /*margin-right: 1.9rem; navメニューが増えたらこちらを表示*/
  }
}
@media screen and (min-width: 1250px) {
  .header__nav-item {
    /*font-size:16px; navメニューが増えたらこちらに戻す*/
    font-size: 17px;
  }
}

.nav__txt-block {
  width: 90%;
  margin: 0 auto 20px;
  color: #ffffff;
}
#pt-element-0e72c4a1 {
    display: none;
}


@media screen and (max-width:768px) {
    .btn__trial .-link {
        display: inline-block;
        position: relative;
        width: 100%;
        line-height: 1.1;
        letter-spacing: 0.1rem;
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.3);
        color: #fff;
        background-color: #EA3D4B;
        padding: 1rem 0;
        border: none;
        border-radius: 20px;
    }
    .btn__trial .-link:before {
        width: 30px;
        height: 30px;
    }
    .btn__trial .-link span {
        letter-spacing: 0;
    }
    .btn__trial .-link:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 1em;
        left: initial;
        width: 0.5em;
        height: 0.5em;
        transform: translateY(-50%) rotate(45deg);
        border-right: 2px solid currentColor;
        border-top: 2px solid currentColor;
    }

}