.l2 {
    width: 10%;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}
.slogo {
    width: 20%;
    margin-top: 20%;
}
@media only screen and (max-device-width: 480px) {
    .l2 {
        width: 30%;
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 1;
    }
    .slogo {
        width: 50%;
        margin-top: 50%;
    }
}


/*ここから*/
.start_popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.start_popup.is-show {
  opacity: 1;
  visibility: visible;
}
.start_popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 101%;
  max-width: 600px;
  padding: 50px;
  z-index: 2;
}
.start_popup-inner img {
  width: 100%;
}
.start_close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.start_close-btn i {
  font-size: 20px;
  color: #333;
}
.start_black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  cursor: pointer;
}

/*ここから*/
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
  }
  .popup.is-show {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 900px;
    padding: 50px;
    background-color: #000;
    z-index: 2;
    color: #fff;
  }
  .popup-inner img {
    width: 100%;
  }
  .close-btn {
    font-size: 200%;
    font-weight: bold;
    position: absolute;
    right: 5%;
    top: 5%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .close-btn i {
    font-size: 20px;
    color: #333;
  }
  .black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }
  /*ここから*/
.popup2 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
  }
  .popup.is-show2 {
    opacity: 1;
    visibility: visible;
  }
  .popup-inner2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    max-width: 600px;
    padding: 50px;
    background-color: #fff;
    z-index: 2;
  }
  .popup-inner2 img {
    width: 100%;
  }
  .close-btn2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
  }
  .close-btn2 i {
    font-size: 20px;
    color: #333;
  }
  .black-background2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1;
    cursor: pointer;
  }
/*ここから*/
.popup3 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show3 {
  opacity: 1;
  visibility: visible;
}
.popup-inner3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner3 img {
  width: 100%;
}
.close-btn3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn3 i {
  font-size: 20px;
  color: #333;
}
.black-background3 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
    /*ここから*/
    .popup3 {
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      opacity: 0;
      visibility: hidden;
      transition: .6s;
    }
    .popup.is-show3 {
      opacity: 1;
      visibility: visible;
    }
    .popup-inner3 {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      width: 80%;
      max-width: 600px;
      padding: 50px;
      background-color: #fff;
      z-index: 2;
    }
    .popup-inner3 img {
      width: 100%;
    }
    .close-btn3 {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      cursor: pointer;
    }
    .close-btn3 i {
      font-size: 20px;
      color: #333;
    }
    .black-background3 {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.8);
      z-index: 1;
      cursor: pointer;
    }


  .horizontal-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .item {
    /* 横スクロール用 */
    display: inline-block;
    width: 90%;

    /* 見た目調整 */
    height: 100px;
    margin: 16px;
    font-size: 28px;
    background: rgba(255, 0, 0, 0.4);
  }


  .youtube {
    width: 95%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }

  .linkcolor{
    color: #0ff;
}

.batsu{
  font-size: 400%;
  font-weight: bold;
}