@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html{
  font-size: 62.5%;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0 !important;
  width: 100%;
  height: -webkit-fill-available;
}
body {
  font-family: 'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
  color: var(--basic);
  text-decoration-line: none;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 2.6rem;
  text-decoration-line: none;
  text-decoration: none;
  border-bottom: none;
  overflow: initial;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a{
  cursor: pointer;
  text-decoration-line: none;
  text-decoration: none;
  color: var(--basic);
  font-family:'Roboto', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
a, a:hover, a:active {
  color: var(--basic);
  ext-decoration-line: none;
  text-decoration: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.Inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.bold{
font-weight: bold;;
}

img{
  max-width:100%;
  height: auto;
}
header{
  line-height: inherit;
}
li > ul, li > ol{
  margin-left: 0;
}
li{
  list-style:none;
}
p{
  line-height: 2.6rem;
  font-family:'Roboto', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
h1,h2,h3,h4,h5{
  font-family:'Roboto', sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/*common*/
:root {
  /* 色指定 */
  --basic: #374155;
  --light: #fcfcfc;
  --dark: #85989d;
  --sub:#3fa0f0;
  --bl: #3fa0f0;
  --or: #ff7733;
  --a: #ccf7f6;
  --b: #fcdcdc;
  --msjapan: #3d221e;
  --grad: linear-gradient(90deg, #42a3f2 0%, #1282de 100%);
  --shadow-s: 0 0 8px 8px rgba(0,0,0,.1);
  --acco:#ffc96a;
}
br.high{
  content:'';
  display: block;
  padding-bottom: 0.4rem;
}
.dn{
  display: none;
}
.dn-sp{
  display: block;
}
.dn-pc{
  display: none;
}
.dn-pc_700{
  display: none;
}
.dn-sp_pro{
  display: block;
}
.dn-pc_pro{
  display: none;
}
.wrapper{
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}

.tac{
  text-align: center;
}
.tal{
  text-align: left;
}
.tar{
  text-align: right;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.aic{
  align-items: center;
  webkit-box-align: center;
  -webkit-align-items: center;
}
.aie{
  align-items: end;
}
.jss{
  justify-content: space-between;
  flex-wrap:wrap;
}
.box-top{
  padding-top:7.2rem;
  padding-bottom:7.2rem;
}
.bnr_area {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}
.bnr_area a img {
  width: 100%;
  margin: 10px 0;
  transition: opacity 0.2s ease-in-out;
}

/*---end common---*/
/*---til---*/
.til{
  color: var(--basic);
  font-weight: bold;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing:0.1em;
  margin-bottom: 3.2rem;
}

.til span.til-en{
  display: inline-block;
  text-transform: uppercase;
  letter-spacing:-0.01em;
  font-size: 4.8rem;
  line-height: 5.6rem;
  font-weight: 800;
  background:var(--grad);
  background:-webkit-var(--grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.til-box{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 3.2rem;
  align-items: flex-end;
}
.til-box .til{
  margin-bottom: 0;
}
.til-box .deco{
  display: block;
  width: 7px;
  height: 7px;
  background: var(--dark);
  border-radius:999px;
  margin: 0rem 1.4rem 2.4rem;
}
.til-box .txt{
  padding-bottom: 1.4rem;
  color: var(--bl);
  font-size: 1.8rem;
  font-weight: bold;
}
/*---end til---*/

/* ------------------------------
ボタン
------------------------------ */
.btn,.live {
  background: var(--or);
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 330px;
  width: 100%;
  padding: 1.4rem 2rem;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  z-index:0;
  border-radius:5px;
  overflow: hidden;
  font-weight: bold;
  font-size: 1.8rem;
  border:none;
  cursor:pointer;
}
.btn:after,.live::after{
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
/*.btn::before,.live::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #ffa200;
  transition: .3s;
  left:0;
  cursor:pointer;
}*/
.btn:hover,.live:hover{
  color: #FFF;
  box-shadow: none;
  cursor:pointer;
}
.btn:hover:before,.live:hover::before {
  width: 100%;
  z-index: -1;
}
.btn-bl,.broadcast{
  background: var(--bl);
  box-shadow: 0 0 10px 0px rgba(68,186,243,.1);
}
.btn-bl::before,.broadcast::before{
  background: #f09451;
}
.btn.pre{
  background: #eee;
  color:#9c9c9c;
  box-shadow: none;
}
.pre:hover{
  box-shadow: none;
  cursor:initial;
  color:#9c9c9c;
  background: #eee;
}
.pre::before{
  display: none;

}
.btn.pre::after{
  display: none;
}

/*---グラデーションボタン---*/
.arrow_Btn {
  display: block;
  position: relative;
  width: 95%;
  max-width: 380px;
  margin: 30px auto 0;
  border-radius: 5px;
  border: #fff 2px solid;
  padding: 20px 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: ease .4s;
  cursor: pointer;
  background: linear-gradient(to right, #f6c866, #f09451);
}
.arrow_Btn span {
  position: relative;
  z-index: 3;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  transition: ease .4s;
  letter-spacing: 0.02em;
}
.bgleft::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #f09451;
  width: 100%;
  height: 100%;
  transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.bgleft:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.arrow_Btn.blue{
  background: linear-gradient(to right, #42a3f2, #1282de);
}
.arrow_Btn.blue.bgleft::before{
  background: #1282de;
}
/* ------------------------------
end ボタン
------------------------------ */


.inner_800{
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
section[class*=_Wrap] {
  padding: 100px 0;
}

.header li.hdr-btn {
  max-width: 250px;
  min-width: 220px;
  margin-left: 10px;
}
.header li.hdr-btn .arrow_Btn.bgleft.form_cta {
  padding: 10px 8px;
  width: 100%;
  margin: 0;
  max-width: none;
  display: block;
  border-radius: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #f6c866, #f09451);
}
.header li.hdr-btn .arrow_Btn span {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.header li.hdr-btn .arrow_Btn.bgleft.form_cta span.free {
  font-size: 1.3rem;
  line-height: 1;
  padding: 3px 6px;
  margin-right: 5px;
}
.arrow_Btn.bgleft.form_cta span.free {
  display: inline-block;
  background: #fff;
  color: #ff7733 !important;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 3px 10px;
  margin-right: 5px;
  border-radius: 50px;
}
.header li.hdr-btn .arrow_Btn.livelist {
 padding: 10px 8px;
 width: 100%;
 margin: 0;
 max-width: none;
 background: #10d7b0;
 display: block;
 border-radius: 5px;
 align-items: center;
 display: flex;
 justify-content: center;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    /*	overflow: hidden;*/
    box-sizing: border-box;
  }
}
@media screen and (max-width:769px) {
  body{
    font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .dn-sp{
    display: none;
  }

  .dn-pc{
    display: block;
  }

  .wrapper {
    width: 100%;
    box-sizing: border-box;
  }
  .w60{
    width: 100%;
  }
  .bnr_area {
    padding: 20px;
    margin: 0;
  }
  .btn{
    font-size: 1.7rem;
    line-height: 1.7rem;
    padding: 2rem 0.8rem;
  }
  .arrow_Btn {
    padding: 15px 5px;
  }
  .til{
    font-size: 1.7rem;
    line-height: 2.8rem;
  }
  .til span.til-en{
    font-size: 4rem;
    line-height: 4.8rem;
  }
  .til-box{
    display: block;
  }
  .til-box .deco{
    display: none;
  }
  .til-box .til {
    margin-bottom: 0.8rem;
  }
  .til-box .txt{
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  .header li.hdr-btn .arrow_Btn.bgleft.form_cta{
    padding: 17px 8px;
  }
}


@media screen and (max-width:640px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  p{
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .wrapper{
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  section[class*=_Wrap] {
    padding: 50px 0;
  }
}

@media screen and (max-width:400px){
  body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
  }
  html{
    box-sizing: border-box;
    margin-top: 0 !important;
  }
  img{
    max-width:100%;
    height: auto;
  }
  .wrapper{
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .btn{
    width:calc(100% - 2.4rem);
    font-size: 1.6rem;
    line-height: 1.6rem;
    padding: 1.6rem 0.8rem;
  }


}
