
/* display */
.pc{display:block !important;}
.sp{display:none !important;}

@media only screen and (max-width:1000px){
.pc{display:none !important;}
.sp{display:block !important;}
}
@font-face {
  font-family: 'MyFont';
  src: url('../font/Mamelon-5-Hi-Regular.woff2') format('woff2');
}
 

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
abbr, address, cite, code,
del, dfn, em, img, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, audio, video, div, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  box-sizing: border-box;
  font-weight: normal; }

html {
  scroll-behavior: smooth;
  overflow:auto;
}
body {
  line-height: 1;
  overflow: hidden;}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

ul {
  list-style: none; }

q {
  quotes: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
text-decoration: none;}

table {
  border-collapse: collapse;
  border-spacing: 0; }

  p{
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;

  }
section{
  margin: 60px 0px;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  background-color : #FF0043;;
  background-image :
    repeating-linear-gradient(to bottom,          /* 横線 */
       transparent 38px,
       rgba(185, 0, 0, 1) 39px,  rgba(185, 0, 0, 1) 39px,
       transparent 40px,  transparent 77px, 
       rgba(185, 0, 0, 1) 78px,  rgba(185, 0, 0, 1) 78px,
       transparent 79px,  transparent 116px, 
       rgba(185, 0, 0, 1) 117px,  rgba(185, 0, 0, 1) 117px,
       transparent 118px,  transparent 155px, 
       rgba(185, 0, 0, 1) 156px,  rgba(185, 0, 0, 1) 156px,
       transparent 157px,  transparent 194px, 
       rgba(185, 0, 0, 1) 195px,  rgba(185, 0, 0, 1) 195px),

    repeating-linear-gradient(to right,          /* 縦線 */
       transparent 38px,
       rgba(185, 0, 0, 1) 39px,  rgba(185, 0, 0, 1) 39px,
       transparent 40px,  transparent 77px, 
       rgba(185, 0, 0, 1) 78px,  rgba(185, 0, 0, 1) 78px,
       transparent 79px,  transparent 116px, 
       rgba(185, 0, 0, 1) 117px,  rgba(185, 0, 0, 1)117px,
       transparent 118px,  transparent 155px, 
       rgba(185, 0, 0, 1) 156px,  rgba(185, 0, 0, 1) 156px,
       transparent 157px,  transparent 194px, 
       rgba(185, 0, 0, 1) 195px,  rgba(185, 0, 0, 1) 195px);
}
 header{
   width: 100%;
   margin: 0 auto;
   position: relative;
 }
 img.header_design{
    position: absolute;
    top: 0;
    left: 0;
 }
 img.header_star02{
    position: absolute;
    top: 53px;
    left: 9%;
 }
 img.header_star01{
    position: absolute;
    top: 78px;
    right: 9%;
 }

.wrapper{
    width: 1000px;
    margin: 0 auto;
}

.maintitle img{
    margin-top: 120px;
    left: 7%;
    width: 67vw;
    max-width: 762px;
    
}
.maintitle{
    position: relative;
    z-index: 1;
    
}

.maintitle::before{
    content: "";
    display: inline-block;
    width: 64px;
    height: 82px;
    background: url(./image/design_maintitle.png) no-repeat;
    background-size: 50px;
    margin-right: 8px;
    margin-left: 50px;
}
.youtube{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
img.bomb_maintitle{
  position: absolute;
  top: -185px;
  right: -59px;
  z-index: -20;
}
img.circle01{
  position: absolute;
  bottom: -185px;
  left: -59px;
  z-index: -20;
}
iframe{
    width: 82%;
    margin: 0 auto;
    text-align: center;
    height: 500px;
    position: relative;
}
.youtube::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 857px;
    height: 534px;
    background-color: skyblue;
    border: 5px solid;
    border-radius: 30px;
}
.youtube::after {
    content: "";
    position: absolute;
    top: 52%;
    left: 51%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    width: 857px;
    height: 534px;
    background-color: #FF4592;
    border: 5px solid;
    border-radius: 30px;
    z-index: -20;
}
.top_catch{
    text-align: center;
    position: relative;
}

img.square{
  position: absolute;
  top: 144px;
  right: -32px;
  width: 13%;
  z-index: -20;
}
.areyouready img{
    margin: 40px 0 0px;
    width: 48vw;
}
.takechallenge img{
    margin: 40px 0;
    width: 48vw;
}

.top_catch_txt{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    color: #fff;
    margin-top: 40px;
}
img.triangle{
  position: absolute;
  top: 144px;
  left: -32px;
  width: 13%;
  z-index: -20;
}
img.circle02{
  position: absolute;
  top: 144px;
  right: -32px;
  width: 13%;
  z-index: -20;
}


.loop_wrap_box{
    transform: rotate(-4deg);
}



.loop_wrap {
    display: flex;
    width: 102vw;
    height: 178px;
    overflow: hidden;
    margin-left: -12px;
    border-left: 6px solid;
}
  
.loop_wrap img {
width: auto;
height: 100%;
}
@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  .loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
  }
  
  .loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
  }

h3{
font-size: 3rem;
text-align: center;
font-weight: bold;
}

section.con01{
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 30px;
    border: #FF4C74 15px solid;
    padding: 60px;
    position: relative;
    z-index: -1;
}

img.star_03{
  position: absolute;
  top: 144px;
  right: -32px;
  width: 13%;
  z-index: 1;
}
img.circle03{
  position: absolute;
  bottom: -38px;
  left: -75px;
  width: 13%;
  z-index: -9;
}

section.con01 table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 60px;
  }
section.con01 table th{
    display: block;
    background-color: #FFDF23;
    border: #000 2px solid;
    padding: 10px;
    margin-right: 25px;
    /* line-height: 30px; */
    margin-bottom: 60px;
  }
  
section.con01  table th,table td{
    color:#000;
  }
  section.con01 span{
font-size: 14px;
  }

section.con02{
    background-color: #000;
    padding: 60px;
    position: relative;
}
.con02_wrap{
    /* width: 1000px; */
    margin: 0 auto;
    color: #fff;
    text-align: center;
    display: block;
}
.con02_wrap h3{
color: #fff;
font-size: 2.3rem;
}
.con02_wrap p{
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 40px;
    text-align: left;
    display: inline-block;
    margin-bottom: 0;
}
img.con02_design_top{
    position: absolute;
    top: -159px;
    z-index: -1;
}


section.con03{
    background-size: auto auto;
    background-color: #FF0043;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 18px, rgba(255, 255, 255, 0.1) 18px, rgba(255, 255, 255, 0.1) 36px );
    padding: 60px;
    position: relative;
    margin-top: -61px;
}
img.con03_design_btm{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
img.con03_header_star02{
    position: absolute;
    top: 3%;
    left: 82px;
    z-index: 10;
}
img.con03_header_star01{
    position: absolute;
    top: 115px;
    right: 141px;
    z-index: 5;
}
img.con03title{
    position: absolute;
    top: 68px;
    left: 19%;
    width: 27vw;
}
section.con03 h3{
    margin-top: 168px;
}
section.con03 p{
    margin-top: 61px;
}
.con03_wrap{
 width: 1000px;
 margin: 0 auto;
}

  .accordion-container {
    margin: 50px auto 0;
    max-width: 800px;
    width: 100%;
  }
  
  .accordion-list:not(:first-child) {
    margin-top: 10px;
  }
  
  .accordion-title {
    background: #fffa45;
    border: 3px solid #000;
    cursor: pointer;
    font-size: 20px;
    padding: 20px 40px;
    position: relative;
    text-align: center;
  }
  
  .accordion-title:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #000;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
  }
  .accordion-title:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    height: 2px;
    width: 15px;
    background: #333;
    transition: all .3s ease-in-out;
  }
  
  .accordion-title.open:before {
    transform: rotate(180deg);
  }
  .accordion-title.open:after {
    opacity: 0;
  }
  
  .accordion-text {
    background: #fff;
    display: none;
    padding: 20px 40px;
  }
#entry_policy {
    padding: 40px;
    margin-top: 40px;
}
#entry_policy h4{
    line-height: 40px;
}
#entry_policy p{
    margin-top: 0;
    font-size: 14px;
}
p.entry_policy_date{
    font-size: 14px;
}
.box {
    height: 300px;
    border: 3px solid;
    border-radius: 30px;
    background: #fff;
    overflow-y: scroll;
  }

.div-ha-buy-button{
margin:0 auto;
text-align:center;
margin-bottom:30px;
margin-top:16px;
}

.ha-buy-button {
    display: block;
    font-size: 1.5em;
    padding: 22px 128px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    font-weight: bold;
    color: #000;
    background: #0E97FF;
    border: 3px solid #000;
    border-radius: 8px;
    cursor: pointer;
    -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
}

.ha-buy-button:hover {
    background: #004376;
    color: #fff;
    transition : 1s;
}

.ha-buy-button:disabled {
    color: #fff;
    background: #eee;
    border: 2px solid #eee;
    pointer-events:none;
    -webkit-filter: none;
}

.ha-checkol {
    display: flex;
    justify-content: center;
    text-align: left;
}

.ha-check-button{
display:block;
text-align:center;
}

.ha-checkol ol {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    font-size:0.8em;
    padding: 0px 36px;
}

.ha-mini-text{
font-size:0.8em;
}

input#ha-buy-check {
    transform: scale(1.8);
    margin-right: 1.2em;
}
.check_agree{
    text-align: center;
    margin: 40px 0;
}
.btn_question{
    position: relative;
    display: inline-block;
    width: 323px;
    height: 100px;
    background-color: #FF4592;
    border: 5px solid;
    z-index: 1;
    margin: 20px;
}
.btn_question p{
  position: absolute;
  top: -31%;
  left: 43%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
}

.btn_question::before{
    content: "";
    position: absolute;
    top: -27%;
    left: -8%;
    width: 323px;
    height: 100px;
    background-color: #F8ED06;
    border: 5px solid;
    z-index: 0;
}
.btn_question:hover::before{
    content: "";
    position: absolute;
    top: -27%;
    left: -8%;
    width: 323px;
    height: 100px;
    background-color: #FF4592;
    border: 5px solid;
    z-index: 0;
    transition : 0.5s;
}

.btn_coution{
    position: relative;
    display: inline-block;
    width: 323px;
    height: 100px;
    background-color: #5CDFFF;
    border: 5px solid;
    z-index: 1;
    margin: 20px;
}
.btn_coution p{
  position: absolute;
  top: -31%;
  left: 43%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
}

.btn_coution::before{
    content: "";
    position: absolute;
    top: -27%;
    left: -8%;
    width: 323px;
    height: 100px;
    background-color: #F8ED06;
    border: 5px solid;
    z-index: 0;
}
.btn_coution:hover::before{
    content: "";
    position: absolute;
    top: -27%;
    left: -8%;
    width: 323px;
    height: 100px;
    background-color: #5CDFFF;
    border: 5px solid;
    z-index: 0;
    transition :0.5s;
}


.sec03_btn_box{
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03_btn_box a{
  color: #000;
}
.sec03_btn_box p{
  font-size: 20px;
}
footer{
  background-color: #000;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
footer a{
 padding: 0 40px;
 color: #fff;
}
.copy{
  margin-top: 40px;

}
img.footer_design_top{
  position: absolute;
  top: -163px;
  z-index: -1;
}


.sidemenu {
  display: none
}


.sidemenu {
  display: block;
  position: fixed;
  bottom: 1rem;
  right: 1.1875rem;
  width: 2rem;
  z-index: 10;
  transition: color .2s
}
.sidemenu-container {
  display: flex;
  position: relative;
  right: -5px;
  align-items: center;
  width: 100%;
  transform: rotate(-90deg)
}


.what {
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.14) 10px, rgba(255, 255, 255, 0.14) 20px );
  color: #FFC812;
  padding: 20px 20px 30px;
  font-weight: bold;
  font-size: 16px;
  line-height: 2rem;
  white-space: nowrap;
  margin: 1px;
  border-radius: 10px;
  border: #000 3px solid;
}
a .what:hover {
  background-color: #FFC812;
  color: #000;
}

/* ======================================================================よくある質問 */

.q-accordion-container {
  margin: 23px auto 0;
  max-width: 800px;
  width: 100%;
}

.q-accordion-list:not(:first-child) {
  margin-top: 10px;
}

.q-accordion-title {
  background: #a6effe;
  border: 3px solid #000;
  cursor: pointer;
  font-size: 20px;
  padding: 20px 59px 20px 90px;
  position: relative;
  text-align: center;
  line-height: 28px;
}
.q-accordion-title span{
  position: absolute;
  background: #000;
  /* border: 3px solid #000; */
  color: #fff;
  left: 0;
  top: -2%;
  font-size: 34px;
  font-weight: bold;
  padding: 14px 20px;
  text-align: center;
}

.q-accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #000;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.q-accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.q-accordion-title.open:before {
  transform: rotate(180deg);
}
.q-accordion-title.open:after {
  opacity: 0;
}

.q-accordion-text {
  border: 3px solid #000;
  background-color: #fff;
  display: none;
  padding: 20px 40px;
}

.wrapper_page{
  width: 1000px;
  margin: 0 auto;
  margin-top: 120px;
  position: relative;
  margin-bottom: 120px;
}
.wrapper_page h3{
  margin-bottom: 80px;
  font-weight: bold;
}
img.questiontitle{
  width: 61%;
}
.back_btm_box{
  text-align: center;
  margin: 70px 0;
}
a.back_btm{
  background-color: #ffff5c;
  color: #000;
  font-size: 20px;
  padding: 20px 80px;
  border-radius: 20px;
  border: #000 3px solid;
  -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
}
.pdf_btm_box{
  text-align: center;
  margin: 70px 0;
}
a.pdf_btm{
  background-color:#2999ff;
  color: #fff;
  font-size: 20px;
  padding: 20px 80px;
  border-radius: 20px;
  border: #000 3px solid;
  -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
}
a.pdf_btm:hover{
  background-color:#fff ;
  color: #000;
  font-size: 20px;
  padding: 20px 80px;
  border-radius: 20px;
  border: #000 3px solid;
  -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
}
i{
  margin-right: 5px;
}
.wrapper_page h5{
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;

}


@media only screen and (max-width:1000px) {
  header{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  img.header_design{
     position: absolute;
     top: 0;
     left: 0;
  }
  img.header_star02{
     position: absolute;
     top: 53px;
     left: 9%;
  }
  img.header_star01{
     position: absolute;
     top: 78px;
     right: 9%;
  }
 
 .wrapper{
     width: 100%;
     margin: 0 auto;
 }
 
 .maintitle img{
     margin-top: 120px;
     left: 7%;
     width: 67vw;
     max-width: 762px;
     
 }
 .maintitle{
     position: relative;
     z-index: 1;
     
 }
 
 .maintitle::before{
     content: "";
     display: inline-block;
     width: 64px;
     height: 82px;
     background: url(./image/design_maintitle.png) no-repeat;
     background-size: 50px;
     margin-right: 8px;
     margin-left: 50px;
 }
 .youtube{
     width: 90%;
     margin: 0 auto;
     text-align: center;
     position: relative;
 }
 img.bomb_maintitle{
   position: absolute;
   top: -185px;
   right: -59px;
   z-index: -20;
 }
 img.circle01{
   position: absolute;
   bottom: -185px;
   left: -59px;
   z-index: -20;
 }
 iframe{
     width: 94%;
     margin: 0 auto;
     text-align: center;
     height: 500px;
     position: relative;
 }
 .youtube::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     display: block;
     width: 100%;
     height: 534px;
     background-color: skyblue;
     border: 5px solid;
     border-radius: 30px;
 }
 .youtube::after {
     content: "";
     position: absolute;
     top: 52%;
     left: 51%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     display: block;
     width: 100%;
     height: 534px;
     background-color: #FF4592;
     border: 5px solid;
     border-radius: 30px;
     z-index: -20;
 }
 .top_catch{
     text-align: center;
     position: relative;
 }
 
 img.square{
   position: absolute;
   top: 144px;
   right: -32px;
   width: 13%;
   z-index: -20;
 }
 .areyouready img{
     margin: 40px 0 20px;
     width: 48vw;
 }
 .takechallenge img{
     margin: 40px 0;
     width: 48vw;
 }
 
 .top_catch_txt{
     width: 100%;
     margin: 0 auto;
     text-align: center;
     margin-bottom: 60px;
     position: relative;
 }
 img.triangle{
   position: absolute;
   top: 144px;
   left: -32px;
   width: 13%;
   z-index: -20;
 }
 img.circle02{
   position: absolute;
   top: 144px;
   right: -32px;
   width: 13%;
   z-index: -20;
 }
 
 
 .loop_wrap_box{
     transform: rotate(-4deg);
 }
 
 
 
 .loop_wrap {
     display: flex;
     width: 102vw;
     height: 178px;
     overflow: hidden;
     margin-left: -12px;
     border-left: 6px solid;
 }
   
 .loop_wrap img {
 width: auto;
 height: 100%;
 }
 @keyframes loop {
     0% {
       transform: translateX(100%);
     }
     to {
       transform: translateX(-100%);
     }
   }
   
   @keyframes loop2 {
     0% {
       transform: translateX(0);
     }
     to {
       transform: translateX(-200%);
     }
   }
   .loop_wrap img:first-child {
     animation: loop 50s -25s linear infinite;
   }
   
   .loop_wrap img:last-child {
     animation: loop2 50s linear infinite;
   }
 
 h3{
 font-size: 3rem;
 text-align: center;
 font-weight: bold;
 }
 
 section.con01{
     width: 90%;
     margin: 0 auto;
     background-color: #fff;
     border-radius: 30px;
     padding: 60px;
     position: relative;
     z-index: -1;
 }
 
 img.star_03{
   position: absolute;
   top: 144px;
   right: -32px;
   width: 13%;
   z-index: 1;
 }
 img.circle03{
   position: absolute;
   bottom: -38px;
   left: -75px;
   width: 13%;
   z-index: -9;
 }
 
 section.con01 table{
     width: 100%;
     border-collapse: collapse;
     margin-top: 60px;
   }
 section.con01 table th{
     display: block;
     background-color: #FFDF23;
     border: #000 2px solid;
     padding: 10px;
     margin-right: 25px;
     /* line-height: 30px; */
     margin-bottom: 60px;
   }
   
 section.con01  table th,table td{
     color:#000;
   }
   section.con01 span{
 font-size: 14px;
   }
 
 section.con02{
     background-color: #000;
     padding: 60px;
     position: relative;
 }
 .con02_wrap{
     /* width: 1000px; */
     margin: 0 auto;
     color: #fff;
     text-align: center;
     display: block;
 }
 .con02_wrap h3{
 color: #fff;
 font-size: 2.3rem;
 }
 .con02_wrap p{
     font-size: 14px;
     letter-spacing: 2px;
     margin-top: 40px;
     text-align: left;
     display: inline-block;
     margin-bottom: 0;
 }
 img.con02_design_top{
     position: absolute;
     top: -159px;
     z-index: -1;
 }
 
 
 section.con03{
     background-size: auto auto;
     padding: 60px;
     position: relative;
     margin-top: -61px;
 }
 img.con03_design_btm{
     position: absolute;
     top: 0;
     left: 0;
     z-index: 5;
 }
 img.con03_header_star02{
     position: absolute;
     top: 3%;
     left: 82px;
     z-index: 10;
 }
 img.con03_header_star01{
     position: absolute;
     top: 115px;
     right: 141px;
     z-index: 5;
 }
 img.con03title{
     position: absolute;
     top: 68px;
     left: 19%;
     width: 27vw;
 }
 section.con03 h3{
     margin-top: 168px;
 }
 section.con03 p{
     margin-top: 61px;
 }
 .con03_wrap{
  width: 100%;
  margin: 0 auto;
 }
 
   .accordion-container {
     margin: 50px auto 0;
     max-width: 650px;
     width: 100%;
   }
   
   .accordion-list:not(:first-child) {
     margin-top: 10px;
   }
   
   .accordion-title {
     border: 3px solid #000;
     cursor: pointer;
     font-size: 20px;
     padding: 20px 40px;
     position: relative;
     text-align: center;
   }
   
   .accordion-title:before {
     position: absolute;
     content: '';
     top: 50%;
     right: 25px;
     height: 2px;
     width: 15px;
     background: #000;
     transform: rotate(90deg);
     transition: all .3s ease-in-out;
   }
   .accordion-title:after {
     position: absolute;
     content: '';
     top: 50%;
     right: 25px;
     height: 2px;
     width: 15px;
     background: #333;
     transition: all .3s ease-in-out;
   }
   
   .accordion-title.open:before {
     transform: rotate(180deg);
   }
   .accordion-title.open:after {
     opacity: 0;
   }
   
   .accordion-text {
     border-left: 1px solid #DDD;
     border-right: 1px solid #DDD;
     border-bottom: 1px solid #DDD;
     display: none;
     padding: 20px 40px;
   }
 #entry_policy {
     padding: 40px;
     margin-top: 40px;
 }
 #entry_policy h4{
     line-height: 40px;
 }
 #entry_policy p{
     margin-top: 0;
     font-size: 14px;
 }
 p.entry_policy_date{
     font-size: 14px;
 }
 .box {
     height: 300px;
     border: 3px solid;
     border-radius: 30px;
     background: #fff;
     overflow-y: scroll;
   }
 
 .div-ha-buy-button{
 margin:0 auto;
 text-align:center;
 margin-bottom:30px;
 margin-top:16px;
 }
 
 .ha-buy-button {
     display: block;
     font-size: 1.5em;
     padding: 22px 128px;
     margin: 0 auto;
     margin-top: 16px;
     margin-bottom: 16px;
     font-weight: bold;
     color: #000;
     background: #0E97FF;
     border: 3px solid #000;
     border-radius: 8px;
     cursor: pointer;
     -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 
 .ha-buy-button:hover {
     background: #004376;
     color: #fff;
     transition : 1s;
 }
 
 .ha-buy-button:disabled {
     color: #fff;
     background: #eee;
     border: 2px solid #eee;
     pointer-events:none;
     -webkit-filter: none;
 }
 
 .ha-checkol {
     display: flex;
     justify-content: center;
     text-align: left;
 }
 
 .ha-check-button{
 display:block;
 text-align:center;
 }
 
 .ha-checkol ol {
     margin-top: 8px;
     margin-bottom: 8px;
     padding: 8px;
     font-size:0.8em;
     padding: 0px 36px;
 }
 
 .ha-mini-text{
 font-size:0.8em;
 }
 
 input#ha-buy-check {
     transform: scale(1.8);
     margin-right: 1.2em;
 }
 .check_agree{
     text-align: center;
     margin: 40px 0;
 }
 .btn_question{
     position: relative;
     display: inline-block;
     width: 323px;
     height: 100px;
     background-color: #FF4592;
     border: 5px solid;
     z-index: 1;
     margin: 20px;
 }
 .btn_question p{
   position: absolute;
   top: -31%;
   left: 43%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   z-index: 9;
 }
 
 .btn_question::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #F8ED06;
     border: 5px solid;
     z-index: 0;
 }
 .btn_question:hover::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #FF4592;
     border: 5px solid;
     z-index: 0;
     transition : 0.5s;
 }
 
 .btn_coution{
     position: relative;
     display: inline-block;
     width: 323px;
     height: 100px;
     background-color: #5CDFFF;
     border: 5px solid;
     z-index: 1;
     margin: 20px;
 }
 .btn_coution p{
   position: absolute;
   top: -31%;
   left: 43%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   z-index: 9;
 }
 
 .btn_coution::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #F8ED06;
     border: 5px solid;
     z-index: 0;
 }
 .btn_coution:hover::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #5CDFFF;
     border: 5px solid;
     z-index: 0;
     transition :0.5s;
 }
 
 
 .sec03_btn_box{
   margin-top: 80px;
   display: flex;
   justify-content: center;
   align-items: center;
 }
 .sec03_btn_box a{
   color: #000;
 }
 .sec03_btn_box p{
   font-size: 20px;
 }
 footer{
   background-color: #000;
   color: #fff;
   padding: 20px 0;
   text-align: center;
   position: relative;
 }
 footer a{
  padding: 0 40px;
  color: #fff;
 }
 .copy{
   margin-top: 40px;
 
 }
 img.footer_design_top{
   position: absolute;
   top: -163px;
   z-index: -1;
 }
 
 
 .sidemenu {
   display: none
 }
 
 
 .sidemenu {
   display: block;
   position: fixed;
   bottom: 1rem;
   right: 1.1875rem;
   width: 2rem;
   z-index: 10;
   transition: color .2s
 }
 .sidemenu-container {
   display: flex;
   position: relative;
   right: -5px;
   align-items: center;
   width: 100%;
   transform: rotate(-90deg)
 }
 
 
 .what {
   background-size: auto auto;
   background-color: rgba(0, 0, 0, 1);
   background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.14) 10px, rgba(255, 255, 255, 0.14) 20px );
   color: #FFC812;
   padding: 20px 20px 30px;
   font-weight: bold;
   font-size: 16px;
   line-height: 2rem;
   white-space: nowrap;
   margin: 1px;
   border-radius: 10px;
   border: #000 3px solid;
 }
 a .what:hover {
   background-color: #FFC812;
   color: #000;
 }
 
 /* ======================================================================よくある質問 */
 
 .q-accordion-container {
   margin: 23px auto 0;
   max-width: 800px;
   width: 100%;
 }
 
 .q-accordion-list:not(:first-child) {
   margin-top: 10px;
 }
 
 .q-accordion-title {
   background: #5CDFFF;
   border: 3px solid #000;
   cursor: pointer;
   font-size: 20px;
   padding: 20px 40px;
   position: relative;
   text-align: center;
 }
 .q-accordion-title span{
   position: absolute;
   background: #000;
   /* border: 3px solid #000; */
   color: #fff;
   left: 0;
   top: -2%;
   font-size: 34px;
   font-weight: bold;
   padding: 14px 20px;
   text-align: center;
 }
 
 .q-accordion-title:before {
   position: absolute;
   content: '';
   top: 50%;
   right: 25px;
   height: 2px;
   width: 15px;
   background: #000;
   transform: rotate(90deg);
   transition: all .3s ease-in-out;
 }
 .q-accordion-title:after {
   position: absolute;
   content: '';
   top: 50%;
   right: 25px;
   height: 2px;
   width: 15px;
   background: #333;
   transition: all .3s ease-in-out;
 }
 
 .q-accordion-title.open:before {
   transform: rotate(180deg);
 }
 .q-accordion-title.open:after {
   opacity: 0;
 }
 
 .q-accordion-text {
   border: 3px solid #000;
   background-color: #fff;
   display: none;
   padding: 20px 40px;
 }
 
 .wrapper_page{
   width: 90%;
   margin: 0 auto;
   margin-top: 120px;
   position: relative;
   margin-bottom: 120px;
 }
 .wrapper_page h3{
   margin-bottom: 80px;
   font-weight: bold;
 }
 img.questiontitle{
   width: 61%;
 }
 .back_btm_box{
   text-align: center;
   margin: 70px 0;
 }
 a.back_btm{
   background-color:#FF5CF2 ;
   color: #000;
   font-size: 20px;
   padding: 20px 80px;
   border-radius: 20px;
   border: #000 3px solid;
   -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 .pdf_btm_box{
   text-align: center;
   margin: 70px 0;
 }
 a.pdf_btm{
   color: #fff;
   font-size: 20px;
   padding: 20px 80px;
   border-radius: 20px;
   border: #000 3px solid;
   -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 a.pdf_btm:hover{
   background-color:#fff ;
   color: #000;
   font-size: 20px;
   padding: 20px 80px;
   border-radius: 20px;
   border: #000 3px solid;
   -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 i{
   margin-right: 5px;
 }
 .wrapper_page h5{
   text-align: center;
   font-size: 20px;
   margin-bottom: 40px;
 
 }
 
}

@media only screen and (max-width:500px) {
  header{
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  img.header_design{
     position: absolute;
     top: 0;
     left: 0;
     width: 124%;
  }
  img.header_star02{
    position: absolute;
    top: 25px;
    left: 9%;
    width: 18%;
  }
  img.header_star01{
    position: absolute;
    top: 25px;
    right: 9%;
    width: 9%;
  }
  p {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    width: 87%;
    margin: 0 auto;
}
 .wrapper{
     width: 100%;
     margin: 0 auto;
 }
 
 .maintitle img{
  margin-top: 78px;
  left: 7%;
  width: 95vw;
  max-width: 762px;     
 }
 .maintitle{
     position: relative;
     z-index: 1;
     
 }
 
 .maintitle::before{
     display: none;
 }
 .youtube{
     width: 90%;
     margin: 0 auto;
     text-align: center;
     position: relative;
 }
 img.bomb_maintitle{
   position: absolute;
   top: -185px;
   right: -59px;
   z-index: -20;
   width: 90%;
 }
 img.circle01{
   position: absolute;
   bottom: -185px;
   left: -59px;
   z-index: -20;
 }
 iframe{
     width: 94%;
     margin: 0 auto;
     text-align: center;
     height: 500px;
     position: relative;
 }
 .youtube::before {
     content: "";
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     display: block;
     width: 100%;
     height: 534px;
     background-color: skyblue;
     border: 5px solid;
     border-radius: 30px;
 }
 .youtube::after {
     content: "";
     position: absolute;
     top: 52%;
     left: 51%;
     transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     display: block;
     width: 100%;
     height: 534px;
     background-color: #FF4592;
     border: 5px solid;
     border-radius: 30px;
     z-index: -20;
 }
 .top_catch{
     text-align: center;
     position: relative;
 }
 
 img.square{
  position: absolute;
  top: 144px;
  right: 2px;
  width: 13%;
  z-index: -20;
 }
 .areyouready img{
     margin: 40px 0 20px;
     width: 78vw;
 }
 .takechallenge img{
     margin: 40px 0;
     width: 88vw;
 }
 
 .top_catch_txt{
     width: 100%;
     margin: 0 auto;
     text-align: center;
     margin-bottom: 60px;
     position: relative;
 }
 img.triangle{
  position: absolute;
  top: 213px;
  left: 7px;
  width: 13%;
  z-index: -20;
 }
 img.circle02{
  position: absolute;
  top: 200px;
  right: 7px;
  width: 13%;
  z-index: -20;
 }
 
 
 .loop_wrap_box{
     transform: rotate(-4deg);
 }
 
 
 
 .loop_wrap {
  display: flex;
  width: 108vw;
  height: 129px;
  overflow: hidden;
  margin-left: -12px;
  border-left: 6px solid;
 }
   
 .loop_wrap img {
 width: auto;
 height: 100%;
 }
 @keyframes loop {
     0% {
       transform: translateX(100%);
     }
     to {
       transform: translateX(-100%);
     }
   }
   
   @keyframes loop2 {
     0% {
       transform: translateX(0);
     }
     to {
       transform: translateX(-200%);
     }
   }
   .loop_wrap img:first-child {
     animation: loop 50s -25s linear infinite;
   }
   
   .loop_wrap img:last-child {
     animation: loop2 50s linear infinite;
   }
 
 h3{
  font-size: 1.9rem;
 text-align: center;
 font-weight: bold;
 padding-top: 26px;
 }
 
 section.con01{
  width: 98%;
  margin: 0 auto;
  border-radius: 30px;
  padding: 20px;
  position: relative;
  z-index: -1;
 }
 
 img.star_03{
   position: absolute;
   top: 144px;
   right: -32px;
   width: 13%;
   z-index: 1;
 }
 img.circle03{
   position: absolute;
   bottom: -38px;
   left: -75px;
   width: 13%;
   z-index: -9;
 }
 
 section.con01 table{
     width: 100%;
     border-collapse: collapse;
     margin-top: 60px;
   }
 section.con01 table th{
     display: block;
     background-color: #FFDF23;
     border: #000 2px solid;
     padding: 10px;
     margin-right: 0;
     /* line-height: 30px; */
     margin-bottom: 12px;
   }
   
 section.con01  table th,table td{
     color:#000;
     display: block;
     margin-bottom: 20px;
   }
   section.con01 span{
 font-size: 14px;
   }
 
 section.con02{
     background-color: #000;
     padding: 28px;
     position: relative;
 }
 .con02_wrap{
     /* width: 1000px; */
     margin: 0 auto;
     color: #fff;
     text-align: center;
     display: block;
 }
 .con02_wrap h3{
 color: #fff;
 font-size: 2.3rem;
 }
 .con02_wrap p{
     font-size: 14px;
     letter-spacing: 2px;
     margin-top: 40px;
     text-align: left;
     display: inline-block;
     margin-bottom: 0;
 }
 img.con02_design_top{
     position: absolute;
     top: -62px;
     left: -9px;
     z-index: -1;
     width: 128%;
 }
 
 
 section.con03{
     background-size: auto auto;
     padding: 26px;
     position: relative;
     margin-top: -61px;
 }
 img.con03_design_btm{
     position: absolute;
     top: 0;
     left: 0;
     z-index: 5;
     width: 102%;
 }
 img.con03_header_star02{
  position: absolute;
  top: 14px;
  left: 34px;
  width: 20%;
  z-index: 10;
 }
 img.con03_header_star01{
  position: absolute;
  top: 50px;
  right: 24px;
  width: 12%;
  z-index: 5;
 }
 img.con03title{
     position: absolute;
     top: 68px;
     left: 19%;
     width: 27vw;
 }
 section.con03 h3{
  margin-top: 88px;
 }
 section.con03 p{
  margin-top: 59px;
 }
 .con03_wrap{
  width: 100%;
  margin: 0 auto;
 }
 
   .accordion-container {
     margin: 50px auto 0;
     max-width: 650px;
     width: 100%;
   }
   
   .accordion-list:not(:first-child) {
     margin-top: 10px;
   }
   
   .accordion-title {
     border: 3px solid #000;
     cursor: pointer;
     font-size: 20px;
     padding: 20px 40px;
     position: relative;
     text-align: center;
   }
   
   .accordion-title:before {
     position: absolute;
     content: '';
     top: 50%;
     right: 25px;
     height: 2px;
     width: 15px;
     background: #000;
     transform: rotate(90deg);
     transition: all .3s ease-in-out;
   }
   .accordion-title:after {
     position: absolute;
     content: '';
     top: 50%;
     right: 25px;
     height: 2px;
     width: 15px;
     background: #333;
     transition: all .3s ease-in-out;
   }
   
   .accordion-title.open:before {
     transform: rotate(180deg);
   }
   .accordion-title.open:after {
     opacity: 0;
   }
   
   .accordion-text {
     border-left: 1px solid #DDD;
     border-right: 1px solid #DDD;
     border-bottom: 1px solid #DDD;
     display: none;
     padding: 20px 40px;
   }
 #entry_policy {
  padding: 40px 23px;
  margin-top: 40px;
 }
 #entry_policy h4{
     line-height: 40px;
 }
 #entry_policy p{
     margin-top: 0;
     font-size: 14px;
 }
 p.entry_policy_date{
     font-size: 14px;
 }
 .box {
     height: 300px;
     border: 3px solid;
     border-radius: 30px;
     background: #fff;
     overflow-y: scroll;
   }
 
 .div-ha-buy-button{
 margin:0 auto;
 text-align:center;
 margin-bottom:30px;
 margin-top:16px;
 }
 
 .ha-buy-button {
     display: block;
     font-size: 1.5em;
     padding: 22px 64px;
     margin: 0 auto;
     margin-top: 16px;
     margin-bottom: 16px;
     font-weight: bold;
     color: #000;
     background: #0E97FF;
     border: 3px solid #000;
     border-radius: 8px;
     cursor: pointer;
     -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 
 .ha-buy-button:hover {
     background: #004376;
     color: #fff;
     transition : 1s;
 }
 
 .ha-buy-button:disabled {
     color: #fff;
     background: #eee;
     border: 2px solid #eee;
     pointer-events:none;
     -webkit-filter: none;
 }
 
 .ha-checkol {
     display: flex;
     justify-content: center;
     text-align: left;
 }
 
 .ha-check-button{
 display:block;
 text-align:center;
 }
 
 .ha-checkol ol {
     margin-top: 8px;
     margin-bottom: 8px;
     padding: 8px;
     font-size:0.8em;
     padding: 0px 36px;
 }
 
 .ha-mini-text{
 font-size:0.8em;
 }
 
 input#ha-buy-check {
     transform: scale(1.8);
     margin-right: 1.2em;
 }
 .check_agree{
     text-align: center;
     margin: 40px 0;
 }
 .btn_question{
     position: relative;
     display: inline-block;
     width: 323px;
     height: 100px;
     background-color: #FF4592;
     border: 5px solid;
     z-index: 1;
     margin: 20px;
 }
 .btn_question p{
   position: absolute;
   top: -31%;
   left: 43%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   z-index: 9;
 }
 
 .btn_question::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #F8ED06;
     border: 5px solid;
     z-index: 0;
 }
 .btn_question:hover::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #FF4592;
     border: 5px solid;
     z-index: 0;
     transition : 0.5s;
 }
 
 .btn_coution{
     position: relative;
     display: inline-block;
     width: 323px;
     height: 100px;
     background-color: #5CDFFF;
     border: 5px solid;
     z-index: 1;
     margin: 20px;
 }
 .btn_coution p{
   position: absolute;
   top: -31%;
   left: 43%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   z-index: 9;
 }
 
 .btn_coution::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #F8ED06;
     border: 5px solid;
     z-index: 0;
 }
 .btn_coution:hover::before{
     content: "";
     position: absolute;
     top: -27%;
     left: -8%;
     width: 323px;
     height: 100px;
     background-color: #5CDFFF;
     border: 5px solid;
     z-index: 0;
     transition :0.5s;
 }
 
 
 .sec03_btn_box{
  margin-top: 80px;
  display: block;
  justify-content: center;
  align-items: center;
 }
 .sec03_btn_box a{
   color: #000;
 }
 .sec03_btn_box p{
   font-size: 20px;
 }
 footer{
   background-color: #000;
   color: #fff;
   padding: 20px 0;
   text-align: center;
   position: relative;
 }
 footer a{
  padding: 0 40px;
  color: #fff;
 }
 .copy{
   margin-top: 40px;
 
 }
 img.footer_design_top{
  position: absolute;
  top: -60px;
  z-index: -1;
  width: 133%;
 }
 
 
 .sidemenu {
   display: none
 }
 
 
 .sidemenu {
   display: block;
   position: fixed;
   bottom: 1rem;
   right: 0.1875rem;
   width: 2rem;
   z-index: 10;
   transition: color .2s
 }
 .sidemenu-container {
   display: flex;
   position: relative;
   right: -5px;
   align-items: center;
   width: 100%;
   transform: rotate(-90deg)
 }
 
 
 .what {
   background-size: auto auto;
   background-color: rgba(0, 0, 0, 1);
   background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.14) 10px, rgba(255, 255, 255, 0.14) 20px );
   color: #FFC812;
   padding: 9px 20px 30px;
   font-weight: bold;
   font-size: 14px;
   line-height: 2rem;
   white-space: nowrap;
   margin: 1px;
   border-radius: 10px;
   border: #000 3px solid;
 }
 a .what:hover {
   background-color: #FFC812;
   color: #000;
 }
 
 /* ======================================================================よくある質問 */
 
 .q-accordion-container {
   margin: 23px auto 0;
   max-width: 800px;
   width: 100%;
 }
 
 .q-accordion-list:not(:first-child) {
   margin-top: 10px;
 }
 
 .q-accordion-title {
  background: #5CDFFF;
  border: 3px solid #000;
  cursor: pointer;
  font-size: 18px;
  padding: 16px 57px;
  position: relative;
  text-align: center;
 }
 .q-accordion-title span{
   position: absolute;
   background: #000;
   /* border: 3px solid #000; */
   color: #fff;
   left: 0;
   top: -2%;
   font-size: 25px;
   font-weight: bold;
   padding: 23px 14px;
   text-align: center;
 }
 
 .q-accordion-title:before {
   position: absolute;
   content: '';
   top: 50%;
   right: 25px;
   height: 2px;
   width: 15px;
   background: #000;
   transform: rotate(90deg);
   transition: all .3s ease-in-out;
 }
 .q-accordion-title:after {
   position: absolute;
   content: '';
   top: 50%;
   right: 25px;
   height: 2px;
   width: 15px;
   background: #333;
   transition: all .3s ease-in-out;
 }
 
 .q-accordion-title.open:before {
   transform: rotate(180deg);
 }
 .q-accordion-title.open:after {
   opacity: 0;
 }
 
 .q-accordion-text {
   border: 3px solid #000;
   background-color: #fff;
   display: none;
   padding: 20px 6px;
 }
 
 .wrapper_page{
   width: 90%;
   margin: 0 auto;
   margin-top: 69px;
   position: relative;
   margin-bottom: 120px;
 }
 .wrapper_page h3{
   margin-bottom: 80px;
   font-weight: bold;
 }
 img.questiontitle{
  width: 102%;
 }
 .back_btm_box{
   text-align: center;
   margin: 70px 0;
 }
 a.back_btm{
   color: #000;
   font-size: 20px;
   padding: 20px 37px;
   border-radius: 20px;
   border: #000 3px solid;
   -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 .pdf_btm_box{
   text-align: center;
   margin: 70px 0;
 }
 a.pdf_btm{
   color: #fff;
   font-size: 20px;
   padding: 20px 53px;
   border-radius: 20px;
   border: #000 3px solid;
   -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 a.pdf_btm:hover{
   background-color:#fff ;
   color: #000;
   font-size: 20px;
   padding: 20px 80px;
   border-radius: 20px;
   border: #000 3px solid;
   -webkit-filter: drop-shadow(6px 6px 0px rgba(0,0,0,1));
 }
 i{
   margin-right: 5px;
 }
 .wrapper_page h5{
   text-align: center;
   font-size: 20px;
   margin-bottom: 40px;
 
 }

}


#policy_page span{
  font-weight: bold;
  font-size: 30px;
  display: block;
  margin-bottom: 6px;

}
h3.policy_page{
  font-size: 2rem;
  line-height: 49px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
}

.girls_cou{
  background-color: #fff;
  padding: 60px;
  border: #FF4C74 solid 12px;
  border-radius: 50px;
}

