@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* html {
  overflow-x: hidden;
} */
body {
  background: linear-gradient(90deg, #FF0020 0%, #88000D 100%);
  font-size: 16px;
  text-align: center;
  font-family :"Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.block {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

/* .block img {
  width: 74%;
} */

img {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

p, a, span, ul, li, h1, h2, h3 {
  font-family: sans-serif;
  color: black;
}

/* a{
  transition: .3s;
}

a:hover{
  opacity: .8;
} */


/*-----------------------------
  ヘッダー
-----------------------------*/
header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 12px 5.3%;

  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header a{
  display: block;
  transition: .3s;
}

header a:hover {
  opacity: .8;
}

/* header a img{
  width: 100%;
} */

header .flex_left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4%;
  z-index: 999;
}

header .logo {
  width: 20%;
}

header .tw {
  width:5%;
}

header .fb {
  width: 5%;
}

header .members {
  width: 52%;
}

  .h-btn {
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    box-sizing: border-box;
  }

  .h-btn span {
    position: absolute;
    background-color: #fff;
    transition-duration: 0.3s;
    height: 4px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    position: absolute;
  }

  .h-btn span:nth-child(1) {
    top: 15%;
  }

  .h-btn span:nth-child(2) {
    top: 50%;
  }

  .h-btn span:nth-child(3) {
    top: 85%;
  }

  .gnav-open {
    position: fixed;
    top: 0;
    right: -120%;
    z-index: -1;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    background: url(../images/nav_bg.jpg) no-repeat;
    background-size: cover;
  }

  .gnav-open .inner {
    width: 100%;
    padding-top: 30vw;
    text-align: left;
    /* position: absolute;
    top: calc(50% - 40px);
    left: 50%; */
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
    /* z-index: 100; */

  }

  .gnav-open .inner ul {
    list-style: none;
    margin-bottom: 24px;
    
  }

  .gnav-open .inner ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.502);
    position: relative;
  }

  .gnav-open .inner ul li::after {
    content: "\25bc";
    font-size:10px ;
    transform: translate(0% , -50%);
    -webkit-transform: translate(0%, -50%);
    color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
  }

  .gnav-open .inner ul li a{
    display: block;
    padding: 32px 0px 32px 20px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    line-height: 100%;
    color: #fff;
    white-space: nowrap;
  }

  body.js-gnav-active header .gnav-open {
    visibility: visible;
    z-index: 100;
    right: 0;
  }

  body.js-gnav-active header .h-btn span {
    width: 100%;
    background-color: #fff;
  }

  body.js-gnav-active header .h-btn span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
  }

  body.js-gnav-active header .h-btn span:nth-child(2) {
    opacity: 0;
  }

  body.js-gnav-active header .h-btn span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
  }


/*-----------------------------
  メインビジュアル
-----------------------------*/
.mv{
  width: 100%;
  position: relative;
}

.mv > .bg{
  width: 100%;
  max-width: 100vw;
}

.mv > .mv_text {
  width: 100%;
  height: auto;
  }

.mv > .mv_text > .fadeIn {
position: absolute;
left: 0;
right: 0;
margin: auto;
opacity: 0;
}

.mv > .mv_text > .fadeIn:nth-of-type(1) {
bottom: 33.65%;
width: 58.9%;
margin-right: 30.69%;
-webkit-animation: fadeIn 1.2s ease-out .2s forwards;
animation: fadeIn 1.2s ease-out .2s forwards;
}

.mv > .mv_text > .fadeIn:nth-of-type(2) {
bottom: 19.22%;
width: 79.4%;
-webkit-animation: fadeIn 1s ease-out .6s forwards;
animation: fadeIn 1s ease-out .6s forwards;
}

.mv > .mv_text > .fadeIn:nth-of-type(3) {
bottom: 14.75%;
width: 84.37%;
-webkit-animation: fadeIn 1s ease-out 1s forwards;
animation: fadeIn 1s ease-out 1s forwards;
}

.mv > .mv_text > .fadeIn:nth-of-type(4) {
bottom:7.38%;
width: 84.37%;
-webkit-animation: fadeIn 1s ease-out 1s forwards;
animation: fadeIn 1s ease-out 1s forwards;
}

.mv > .mv_text > .fadeIn:nth-of-type(5) {
bottom: 2.75%;
width: 84.37%;
-webkit-animation: fadeUp .8s ease-out 1.3s forwards;
animation: fadeUp .8s ease-out 1.3s forwards;
} 

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(32px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* nav > .entry{
  width: 47.26%;
  padding: 20px;
} */

.bg_red{
  bottom: 0;
width: 100%;
z-index: 990; 
/* position: static; */
padding: 12px 0;
background: linear-gradient(90deg, #FF0020 0%, #88000D 100%);
}

@media screen and (min-width:1280px){
  .bg_red{
    left: 50%;
      transform:  translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
}

/* .bg_red.fixed{
position: fixed;
bottom: 0;
z-index: 990;
padding: 12px 0;
background: linear-gradient(90deg, #FF0020 0%, #88000D 100%);
} */

.bg_red > a > img{
  width: 90%;
  margin: 0 auto;
}

.btn_jdb{
  border-top: 20px solid #000;
}

/*-----------------------------
  フッター
-----------------------------*/
footer {
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


footer .link {
  font-weight: bold;
  font-size: 0.75rem;

}

footer .link a {
text-decoration: none;
}

footer small {
width: 100%;
}

footer .logo  {
  display: inline-block;
  margin: 0 auto;
  width: 26%;
}

footer .foot_tw  {
  display: block;
  margin: 0 auto;
  font-size: 0.75rem;
  text-decoration: none;
}

footer .foot_tw img {
  display:block;
  margin: 0 auto;
  width: 20%;
  padding-bottom: 10px;
  font-size: 0.75rem;
  text-decoration: none;
}

footer .logo img {
  width: 100%;
  max-width: 100px;
}
/*-----------------------------
  ３ステップ
-----------------------------*/
#c_1{
  position: relative;
  padding: 32px 5.3% 27vw;
}

#c_1 .ttl{
  width: 100%;
  margin: 16px auto 32px;
}

#c_1 img{
  width: 100%;
}

#c_1 .done{
  position: absolute;
  z-index: 100;
  width: 36.25%;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#c_1 .step2{
position: relative;
width: 100%;
}

#c_1 .step2 > a{
  position: absolute;
  display: block;
}

#c_1 .step2 > a > img{
width: 100%;
}

#c_1 .step2 > .b1{
bottom: 24vw;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
width: 48.8%;
}

#c_1 .step2 > .b2{
  bottom: 12vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 77.4%;
  }
  

/*-----------------------------
  prize
-----------------------------*/

#c_2{
  width: 100%;
  padding: 60px 5.3%;
  background: url(../images/prize_bg.jpg) no-repeat;
  background-size: cover;
}

#c_2 .c2_1 , #c_2 .c2_2{
  width: 100%;
  margin-bottom: 40px;
}

#c_2 .c2_2{
  width: 38.9%;
  margin-bottom: 40px;
}


/*-----------------------------
  メリット
-----------------------------*/
#c_3{
  background-color: #38B0D4;
  padding: 40px 5.3%;
}

#c_3 > .c3_1{
width: 60%;
margin-bottom: 30px;
}

#c_3 > a > .c3_btn{
  width: 50%;
  margin-bottom: 30px;
  }

#c_3 > .c3_2{
width: 100%;
margin-bottom: 30px;
}

/*アコーディオン*/
.acc > dt {
  text-align: center;
  font-weight: 700;
  font-size: 80%;
  padding: 1em 0.35em;
  height: 100%;
}

.acc > dt img {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.acc > dt:hover {
  cursor: pointer;
}
.acc > dt:after {
  content: "\25bc";

}
.acc > dt.active:after {
  content: "\25b2";
}
.acc > dd {
  display: none;
  margin: 1em 0 0 0;
}
.acc > dt.active + dd {
  display: block;
}

/*スケジュール*/
#schedule {
  display: block;

  margin: 0 auto ;
  text-align: center;
}
.schedule_title img {
  width: 85.6%;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
.schedule_title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  min-width: 280px;
  background-color: #A8A8A8;
    /*background-color: #A8A8A8;*/
    background-color: #B90019;
    border-bottom: 10px solid #FFF;
    color: #fff;
}
#schedule dl {
  background-color: #fff;
  margin: 0;
}
#schedule .acc > dd {
  display: none;
  margin: 0;
}
.calender {
  text-align: left;
  padding: 0 1em 1em;
  overflow-x: hidden;
}

.calender h3 > img {
width: 54%;
max-width: 240px;
padding-bottom: 0;
}

.calender .cal-scroll{
  -webkit-overflow-scrolling: touch; 
  overflow-x: scroll;
}

.calender img {
  width: 200%;
  padding: 16px 0 ;
}

.cal-scroll::-webkit-scrollbar {
  width: 10px; 
  height: 10px; 
  }
  
  .cal-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(150,150,150);
  border-radius: 5px;
  box-shadow: inset 3px 3px 3px rgba(255,255,255,0.2);
  }
  
  .cal-scroll::-webkit-scrollbar-track {
  background-color: rgb(220,220,220);
  border-radius: 5px;
  box-shadow: inset 3px -3px 5px rgba(0,0,0,0.2);
  }
  
  .cal-scroll::-webkit-scrollbar-corner {
  display: none;
  }

@media screen and (min-width: 768px) {
  .calender img {
    width: 100%;
  }
  .calender .cal-scroll{
    -webkit-overflow-scrolling: touch; 
    overflow-x: auto;
  }
}

.calender p {
  font-size: 0.875rem;
  line-height: 150%;
  padding: 16px;
}

.calender .p_2 {
  font-size: 0.875rem;
  line-height: 150%;
  padding-top: 0px;
}

.text_link {
  color: #0000ff;
  text-decoration: underline;
}
.banks {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-top: 32px;
  margin-bottom: 32px;
}
.scroll {
  width: 46%;
  max-width: 57.7px;
  margin-bottom: 36px;
}
.cta {
  width: 100%;
  max-width: 641px;
  margin: 0 auto;
}

/*Q&A*/
.qa_title {
  color: #fff;
  background: #B90019;
  width: 100%;
  display: inline-block;
  min-width: 280px;
  padding: 0.35em 0;
  border-bottom: 10px solid #FFF;
}
.qa_title img {
width: 89.44%;
padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
dl.acc {
  margin-top: 32px;
}
.accbox {
  margin-top: 0;
}
#qa {
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
  line-height: 150%;
}
#qa .qawrap {
  padding: 1em;
  color: #000;
  border-radius: 0.5em;
  font-size: 0.875rem;
}
#qa .qawrap p {
  margin: 0 0 1em 0;
}
#qa .accbox > dt {
  display: flex;
  justify-content: flex-start;
  flex-flow: row nowrap;
  margin: 0 0 15px 0;
  position: relative;
  font-weight: 700;
}
#qa dt:hover {
  cursor: pointer;
}
#qa .accbox > dt:after {
  content: "\25bc";
  position: absolute;
  right: 0;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 2px;
  line-height: 1;
  font-size: 0.7rem;
}
#qa .accbox > dt.active:after {
  content: "\25b2";
  border: 1px solid #bbb;
  color: #bbb;
}
#qa .accbox > dt .icon {
  /*flex-basis: 3%;*/
  margin: 0 12px 0 0;
  font-weight: 500;
  font-weight: bold;
}
#qa .accbox > dt .text {
  flex-basis: 80%;
  font-weight: 500;
  font-weight: bold;
}
#qa .accbox > dd {
  display: none;
  border-bottom: 1px solid #000;
  margin: 1em 0;
  padding: 0 0 1em 0;
}
#qa .accbox > dt.active + dd {
  display: block;
}
#qa .accbox > dd .icon {
  /*width: 3%;*/
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 0 0;
}
#qa .accbox > dd .text {
  width: 88%;
  display: inline-block;
  vertical-align: top;
}
#qa dd {
  background-color: #fff;
  margin: 0;
}

#c_4{
position: relative;
}

#c_4 > a >.btn{
position: absolute;
bottom: 4.7%;
width: calc(100% - 10.6%);
left: 0%;
margin: 0 5.3%;
}

#c_5{
  background-color: #EEEFEF;
  padding: 50px 20px;
}

#c_5 > .bg{
  width: 100%;
}

#c_5 > a > .btn{
  width: 100%;
  margin: 30px 0 0;
}

#bnr{
  background-color: #fff;
  padding-bottom: 30px;
}

#bnr .van{
  width: 80%;
}

#bnr img{
  width: 100%;
}

#bnr p{
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 160%;
  font-weight: bold;
}
