@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;700&display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  color: #222222;
  font: 1.6rem/1 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #222222;
  -webkit-transition: .2s;
  transition: .2s;
}

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

/*////////////////////////////
.header
////////////////////////////*/
.header {
  margin: 80px auto;
  background: url(../../img/wave1.png) no-repeat;
  background-position: center 350px;
  background-size: 1900px;
}

.header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1138px;
  margin: 0 auto 80px;
}

.header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
}

.header_lead {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

.header_lead > p {
  margin-bottom: 25px;
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: .05em;
}

.header_lead > p:first-of-type {
  font-size: 1.8rem;
  font-weight: 700;
}

.header_lead > p > span {
  font-weight: 700;
}

@media (max-width: 1150px) {
  .header_box {
    width: 95%;
  }
  .header_kv {
    width: 60%;
    height: auto;
  }
  .header_ttl {
    width: 35%;
  }
}

@media (max-width: 800px) {
  .header {
    margin: 8vw auto 12vw;
  }
  .header_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin: 0 auto 12vw;
  }
  .header_kv {
    width: 90%;
    height: auto;
    margin: 0 auto 5vw;
  }
  .header_ttl {
    width: 70%;
    margin-left: 5vw;
  }
  .header_lead > p {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .header_lead > p > br {
    display: none;
  }
}

@media (max-width: 480px) {
  .header {
    background: url(../../img/sp/wave1.png) no-repeat;
    background-position: center 95vw;
    background-size: 100%;
  }
}

.info {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

.info_ttl {
  margin-bottom: 40px;
  font-size: 4.8rem;
  font-family: 'Lora', serif;
  font-weight: 400;
}

.info_ttl > span {
  display: inline-block;
  margin-right: 15px;
}

.info_slash {
  margin: 0 5px;
  width: auto;
  height: auto;
}

.info_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.info_txt {
  margin-left: 80px;
  line-height: 1.7;
}

.info_head {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.0rem;
  font-weight: 300;
}

.info_head-song {
  margin-top: 25px;
}

.info_cd {
  margin-bottom: 7px;
  font-size: 1.4rem;
}

.info_name {
  font-weight: 700;
}

@media (max-width: 800px) {
  .info_ttl {
    margin-bottom: 30px;
    font-size: 3rem;
  }
  .info_ttl > span {
    display: block;
    width: 87px;
    margin-bottom: 10px;
  }
  .info_slash {
    width: 15px;
  }
  .info_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .info_txt {
    margin-left: 0;
  }
  .info_head {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

.slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
  width: 420px;
  min-width: 0;
}

.slider_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 420px;
}

.slider_item {
  width: 130px;
}

.slider_ttl {
  display: block;
  padding: 10px 0 20px;
  font-size: 1.4rem;
  text-align: center;
}

@media (max-width: 800px) {
  .slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .slider {
    width: 100%;
  }
  .slider_nav {
    width: 100%;
  }
}

.thumbnail-item {
  width: 130px;
}

.thumbnail-item:hover {
  opacity: 0.8;
  cursor: pointer;
}

@media (max-width: 480px) {
  .thumbnail-item {
    width: auto;
  }
  .thumbnail-item:nth-of-type(2) {
    margin: 0 5px;
  }
}

.box {
  padding-top: 130px;
  background: url(../../img/wave2.png) no-repeat;
  background-position: center 10px;
  background-size: 1900px;
}

.box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 800px) {
  .box {
    padding-top: 12vw;
    margin-bottom: 12vw;
  }
  .box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media (max-width: 480px) {
  .box {
    background: url(../../img/sp/wave2.png) no-repeat;
    background-position: center top;
    background-size: 100%;
  }
}

.about {
  margin-bottom: 120px;
  width: 50%;
}

.about_ttl {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-family: 'Lora', serif;
  font-weight: 400;
  letter-spacing: 0.07em;
}

.about_name {
  margin-bottom: 30px;
  list-style: none;
  font-family: 'Lora', serif;
}

.about_name > li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 400;
}

.about_name > li > span {
  margin-right: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}

.about_txt {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: .08em;
}

.about_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 45px;
  color: #FFFFFF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  background: #222222;
  border-radius: 5px;
}

.about_link:after {
  content: '';
  position: absolute;
  top: 19px;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #ffffff;
}

@media (max-width: 800px) {
  .about {
    width: 100%;
    margin-bottom: 12vw;
  }
  .about_ttl {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  .about_name {
    margin-bottom: 20px;
  }
  .about_txt {
    margin-bottom: 5vw;
  }
  .about_link {
    width: 260px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.program {
  width: 45%;
  max-width: 450px;
  margin: 0 0 0 auto;
}

@media (max-width: 800px) {
  .program {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.footer_tfm {
  display: block;
  width: 175px;
  margin: 0 auto 50px;
}

.footer_tfm img {
  width: auto;
  height: auto;
}

.footer_copy {
  margin-bottom: 50px;
  font-size: 1.2rem;
  font-family: 'Lora', serif;
  text-align: center;
}

@media (max-width: 800px) {
  .footer_tfm {
    max-width: 30%;
    margin-bottom: 5vw;
  }
  .footer_copy {
    margin-bottom: 5vw;
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

.pagetop > img {
  width: 15px;
  height: auto;
}

@media (max-width: 480px) {
  .pagetop {
    position: relative;
    display: block;
    right: inherit;
    bottom: inherit;
    width: 51px;
    margin: 0 auto 12vw;
  }
  .pagetop > img {
    width: 51px;
    height: auto;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */