@charset "UTF-8";


#main {
  padding-top: 80px;
}

.first_view {
  display: flex;
  justify-content: center;
  max-width: 100%;
  height: 782px;
  padding: 30px 2% 30px;
  background-image: url(/img/imdex/first_view.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}


h2 {
  color: #fff;
  font-family: Tangerine;
  font-size: 90px;
  display: inline-block;
  position: absolute;
  top: 350px;
  right: 80px;
  text-shadow: 2px 2px 5px #000;
  z-index: 15;
}

h2::after {
  content: "";
  height: 2px;
  width: 60px;
  top: 50%;
  right: -80px;
  background-color: #9F282A;
  position: absolute;
}

.subtitle {
  color: #fff;
  font-size: 40px;
  font-family: Sawarabi Mincho;
  display: inline-block;
  position: absolute;
  top: 435px;
  right: 80px;
  text-shadow: 2px 2px 5px #000;
  z-index: 15;
}

.inner {
  max-width: 1200px;
  margin: 0 1rem;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  margin-top: -700px;
}

.concert_notice {
  max-width: 700px;
  height: auto;
  padding: 25px;
  background-color: #fff;
}

.notice_flex {
  display: flex;
}

.notice_flex2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-left: 20px;
  text-align: center;
}

.flyer {
  height: 400px;
  width: auto;
}


.link_btn {
  background-color: #6399E5;
  padding: 8px 15px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  margin: 0px 10px;
}

.link_btn:hover {
  color: #fff;
  background-color: #00419D;
}

img {
  display: block;
}

.photo {
  max-width: 500px;
  width: 500px;
  height: 728px;
  margin-left: 2vw;
  display: flex;
  flex-direction: column;
  position: relative;
}

.photo1 {
  position: absolute;
  height: auto;
  max-width: 28vw;
  margin: 0;
}

.photo2 {
  position: absolute;
  height: auto;
  max-width: 25vw;
  top: 150px;
  margin-bottom: -30px;
  margin-left: 150px;
}

.photo3 {
  position: absolute;
  height: auto;
  max-width: 20vw;
  top: 400px;
  margin: 0 auto;
  margin-left: 100px;
}


.update {
  padding: 40px 15rem 0px;
  background-color: #fff;
}


.about_RdM {
  padding: 120px 15rem;
  background-color: #C8DEF4;
  clip-path: polygon(0 calc(10px + 4vw), 100% 0, 100% 100%, 0 100%);
  display: block;
  text-align: center;
}

.about_RdM h2 {
  position: static;
  color: #6399E5;
  text-shadow: none;
  display: block;
  text-align: right;
}

.about_RdM h2::after {
  content: none;
}

.about_RdM p {
  margin-top: 0;
  text-align: left;
}

.photo4 {
  width: 600px;
  height: auto;
  margin: 0px auto 10px;
}

.photo5 {
  width: 600px;
  height: auto;
  margin: 0px auto 10px;
}

.photo6 {
  width: 600px;
  height: auto;
  margin: 0px auto 10px;
}


/* スライダーここから */
.slider {
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  max-width: 100%;
  margin: 0px auto 50px;
}

.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  position: relative;
}

/*矢印の設定*/
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #fff;
  /*矢印の色*/
  border-right: 2px solid #fff;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 30px 0 0 0;
  /*ドットの位置*/
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #fff;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #9F282A;
  /*ドットボタンの現在地表示の色*/
}

/* ここまで */


.link3 {
  text-align: center;
}

.disclaimer {
  background-color: #fff;
  padding: 80px 15rem 120px;
}

.disclaimer p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}


/* タブレットサイズ */
@media screen and (max-width: 1000px) {

  .first_view {
    position: relative;
  }

  .inner {
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .notice_and_photo {
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: -730px;
    padding: 0 1rem;
  }

  .concert_notice {
    width: auto;
    height: auto;
    background-color: #fff;
    margin: 70px auto 0px;
  }

  .photo {
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto 10px;
    padding: 30px 0;
    background-color: #fff;
    position: static;
  }

  .photo1 {
    height: auto;
    max-width: 100%;
    margin: auto;
    position: static;
    margin-bottom: 10px;
  }

  .photo2 {
    height: auto;
    max-width: 100%;
    margin: auto;
    position: static;
    margin-bottom: 10px;
  }

  .photo3 {
    height: auto;
    max-width: 100%;
    margin: auto;
    position: static;
    margin-bottom: 10px;
  }



  .update {
    padding: 40px 10rem 0px;
    background-color: #fff;
  }


  .about_RdM {
    padding: 120px 10rem;
    background-color: #C8DEF4;
    clip-path: polygon(0 calc(10px + 4vw), 100% 0, 100% 100%, 0 100%);
    display: block;
    text-align: center;
  }


  h2 {
    font-size: 66px;
    position: static;
    top: 0px;
    right: 0;
  }

  h2::after {
    display: none;
  }

  .subtitle {
    position: static;
    font-size: 24px;
    top: 0px;
    right: 0;
    margin-left: 5px;
  }



  .link3 {
    display: flex;
    flex-direction: column;
  }

  .link_btn {
    margin: 0px auto 20px;
  }


  .disclaimer {
    background-color: #fff;
    padding: 80px 10rem 120px;
  }

  #footer {
    height: auto;
    padding: 30px 10rem 16px;
    background-position: 70% 50%;
  }

  #footer .footer .menu_footer {
    flex-direction: column;
    align-items: flex-start;
  }

  #footer .footer .menu_footer li {
    margin-top: 16px;
  }

  #footer .x_logo img {
    width: 24px;
    height: auto;
  }

  #footer .text_small {
    margin-top: 32px;
    font-size: 12px;
  }


  .slider {
    margin: 0px auto 30px;
  }

  .photo {
    padding: 0px;
    display: none;
  }



}

/* スマートフォン */
@media screen and (max-width: 767px) {

  #main {
    padding-top: 60px;
  }

  .first_view {
    padding: 15px 2% 30px;
  }

  .title {
    display: flex;
    flex-direction: column;
  }

  h2 {
    top: 0px;
    transform: none;
    font-size: 50px;
  }

  .subtitle {
    margin: 3px auto;
  }

  .concert_notice {
    max-width: auto;
    padding: 2rem;
    margin-top: 50px;
  }

  .notice_flex {
    display: block;
    justify-items: center;
  }

  .notice_flex2 {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .flyer {
    height: 400px;
    width: auto;
  }

  p {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .photo {
    padding: 0px;
    display: none;
  }

  .photo1 {
    max-width: 90%;
  }

  .photo2 {
    max-width: 90%;
  }

  .photo3 {
    max-width: 90%;
  }

  .update {
    padding: 20px 2rem 0px;
  }

  .about_RdM {
    padding: 60px 2rem;
  }

  .disclaimer {
    background-color: #fff;
    padding: 40px 2rem 40px;
  }

  .disclaimer p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
  }

  #footer {
    padding: 30px 2rem 16px;
  }

  .slick-prev,
  .slick-next {
    top: 37%;
  }




}