body{
  max-width: 750px;
  margin: 0 auto;
  color: #333;
  font-size: 17px;
  width: 92%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
}

.fwb{
  font-weight: bold;
}

.m0auto{
  margin: 0 auto;
}
.tac{
  text-align: center;
}
.flex{
  display: flex;
}

.fsz_xs{
  font-size: 12px;
}

.fsz_s{
  font-size: 20px;
  font-weight: 900;
}
.fsz_m{
  font-size: 24px;
  font-weight: bold;
}
.fsz_l{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  font-weight: 900;
}
.fsz_xl{
  font-size: 38px;
  font-weight: 900;
}

.c_red{
  color: #ff6464;
}
.c_gray{
  color: #888;
}
.c_pink{
  color:#fa5eb2;
}
.c_blue{
  color:#6a1fec;
}
.c_lightblue{
  color:#77b5fc;
}

article{
  overflow-x: hidden;
}

.text{
  margin: 5% auto;
  line-height: 2;
}

.under_y{
  background: linear-gradient(transparent 70%, #d0ff00 40%);
}

/* section__title */
.section__title{
  position: relative;
  padding: 5px 26px 5px 42px;
  background: #222;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin: 4% auto 6%;
  margin-left: -15px;
  line-height: 1.3;
  border-bottom: solid 3px #6c4de9;
  z-index:-2;
}

.subtitle{
  font-size: 14px;
  margin-bottom: 1%;
  font-weight: bold;
}

.section__title:before{
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

.section__title:after{
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

/* header */
header{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 2% 0;
}

/* fv */
.fv{
  text-align: center;
  margin-bottom: 2%;
}

.fv__text{
  width: 92%;
  margin: 3% auto;
}

/* sns */
.sns{
  width: 90%;
  margin: 0 auto;
  margin-bottom: 5%;
}

.sns img{
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

/* win */
.win{
  text-align: center;
  width: 90%;
  margin: 0 auto 5%;
}

.win:last-of-type{
  margin-bottom: 0;
}


/* btn */
.text__btn span{
  border-bottom: 3px solid #666;
}

.fixed__btn{
  position: fixed;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  transition: opacity 0.3s ease;
  max-width: 600px;
}

/* footer */
footer{
  margin-top: 5%;
  text-align: center;
  background: #333;
  padding: 4% 0;
  color: #fff;
  font-size: 12px;
}




/* 離脱防止 */
.emergency-area {
  display: none;
  max-width: 420px;
  width: 80%;
  height: auto;
  position: fixed;
  background: #fff;
  z-index: 9999;
  top: 50%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.e-title {
  width: 100%;
  font-size: 16px;
  /* color: #fff; */
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px ;
}

.e-message {
  text-align: center;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
}

.e-message>span{
  display: inline-block;
  padding: 8px 16px;
  background: #000;
  color: #fff;

}

.e-main-area {
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 24px 0;
}

.e-img {
  width: 100%;
}

.close-btn {
  position: absolute;
  cursor: pointer;
  top: -20%;
  right: 0;
  width: 10%;
}

/* 背景色 */
.cover-eml {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

video {
  width: 100%;
}

.emergency-area_text{
  display: inline-block;
  padding: 3% 0;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}