@charset "UTF-8";
/* CSS Document */
#main {
  background-color: transparent;
}
.section-top__image {
  width: 100%;
  height: 97vh;
  position: relative;
}
.section-top__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 20% 70%;
}
.section-top__image-copy {
  position: absolute;
  bottom: 20%;
  left: 15%;
  color: #FFF;
  text-align: left;
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 3.0rem;
  font-family: "Zen Maru Gothic", serif;
}
.section-top__image-filter {
  filter: brightness(70%);
}
@media(min-width:1160px) {
  section-top__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 70%;
  }
  .section-top__image-copy {
    position: absolute;
    bottom: 18%;
    left: 15%;
    color: #FFF;
    text-align: left;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 4.0rem;
  }
}
#about-us {
  padding: 50px 30px 20px 30px;
}
#about-us h4 {
  padding-bottom: 10px;
  color: #1285c5;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1rem;
}
#about-us h2 {
  padding-bottom: 10px;
  color: #1285c5;
  letter-spacing: 0.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  width: 170px;
  border-bottom: dotted 3px #1285c5;
  margin: 0 auto;
}
.about-us-wrapper {
  margin-bottom: 50px;
}
.about-us-copy {
  margin-bottom: 50px;
}
.about-us-copy1 {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 3.0rem;
  margin: 0 auto;
}
.about-us-copy2-wrapper {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.about-us-copy2 {
  width: fit-content;
  text-align: left;
  margin: 0 auto;
  line-height: 2.5rem;
  letter-spacing: 0.1rem;
}
.about-us-img {
  height: 350px;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.about-us-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 20px 20px 0 #aed1ea;
}
.about-us-img::after {
  content: '';
  border: 1px solid #3993d3;
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100%;
  height: 100%;
}
@media(min-width:1160px) {
  #about-us {
    padding: 100px 0px 50px 0px;
  }
  .about-us-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
  }
  #about-us h4 {
    padding-bottom: 20px;
    color: #1285c5;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
  }
  #about-us h2 {
    padding-bottom: 20px;
    color: #1285c5;
    letter-spacing: 0.2rem;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: left;
    width: 200px;
    border-bottom: dashed 3px #1285c5;
    margin: 0px;
  }
  .about-us-copy {
    width: 600px;
    text-align: left;
    letter-spacing: 0.2rem;
    padding: 0px 40px 0 100px;
  }
  .about-us-copy1 {
    font-size: 2.0rem;
    padding-top: 30px;
    padding-bottom: 20px;
    line-height: 4.0rem;
    text-align: left;
    letter-spacing: 0.1rem;
  }
  .about-us-copy2 {
    font-size: 1.6rem;
    padding: 20px 0 0 0;
    padding-bottom: 30px;
    line-height: 3.0rem;
    text-align: left;
    letter-spacing: 0.1rem;
  }
  .about-us-copy2-wrapper {
    padding: 0px;
  }
  .about-us-img {
    width: 600px;
    height: 450px;
    max-width: inherit;
    margin: 0px;
  }
  .about-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 20px 20px 0 #aed1ea;
    border-radius: 0px;
  }
  .about-us-img-filter {
    filter: brightness(80%);
  }
}
#news {
  background-color: #f5f5f5;
  padding: 50px 30px 50px 30px;
}
#news h4 {
  padding-bottom: 5px;
  color: #1285c5;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
#news h2 {
  padding-bottom: 5px;
  color: #1285c5;
  letter-spacing: 2px;
  font-size: 2.4rem;
  font-weight: 600;
  width: 120px;
  border-bottom: dotted 3px #1285c5;
  margin: 0 auto;
}
.row-time-category {
  display: flex;
  padding: 15px 0px 5px;
  align-items: center;
}
.news-title {
  padding-bottom: 5px;
  width: 100%;
  border-bottom: dotted 1px #272727;
}
.news-title a {
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.newslist {
  padding: 30px 0px;
  margin: 0 auto;
}
#news ul {
  text-align: left;
  list-style: none;
  padding-bottom: 50px;
}
.news-container {
  background-color: #FFF;
  background-blend-mode: lighten;
  max-width: 850px;
  padding: 30px 25px 40px 25px;
  margin: 0 auto;
  border: dotted 3px #A6A6A6;
  position: relative;
}
#news li a {
  text-decoration: none;
}
time {
  font-size: 1.2rem;
}
.date-area {
  width: 80px;
}
.category-news {
  font-size: 1.2rem;
  color: #fff;
  background-color: #17a4c1;
  padding: 2px 2px;
  width: 60px;
  text-align: center;
}
.category-blog {
  font-size: 1.2rem;
  color: #fff;
  background-color: #f08b54;
  padding: 2px 2px;
  width: 60px;
  text-align: center;
}
@media(min-width:1160px) {
  #news h4 {
    padding-bottom: 10px;
    color: #1285c5;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #news h2 {
    padding-bottom: 10px;
    color: #1285c5;
    letter-spacing: 2px;
    font-size: 3.2rem;
    font-weight: 600;
    width: 150px;
  }
  .row-time-category {
    display: flex;
    padding: 10px 10px 10px;
  }
  .news-title {
    padding: 0 10px 5px;
    width: 100%;
    border-bottom: dotted 1px #272727;
  }
  .news-title a {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
  }
  .newslist {
    padding: 25px 20px;
    margin: 0 auto;
  }
  #news ul {
    text-align: left;
    list-style: none;
    padding-bottom: 50px;
  }
  .news-container {
    background-color: #FFF;
    background-blend-mode: lighten;
    max-width: 1000px;
    padding: 30px 60px 40px 60px;
    margin: 0 auto;
  }
}
#join-us {
  padding: 50px 30px 50px 30px;
}
.join-us-wrapper {
  padding-bottom: 50px;
}
.join-us-h4 {
  padding-bottom: 10px;
  color: #1285c5;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2rem;
}
.join-us-h2 {
  padding-bottom: 10px;
  color: #1285c5;
  letter-spacing: 0.1rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  width: 150px;
  border-bottom: dotted 3px #1285c5;
  margin: 0 auto;
}
.join-us-copy {
  margin-bottom: 50px;
}
.join-us-copy1 {
  text-align: center;
  font-size: 1.8rem;
  padding-top: 50px;
  padding-bottom: 30px;
  line-height: 3.0rem;
  margin: 0 auto;
  letter-spacing: 0.1rem;
}
.join-us-copy2 {
  text-align: left;
  margin: 0 auto;
  line-height: 3.0rem;
  letter-spacing: 0.1rem;
  max-width: 600px;
}
.home .join-us-img {
  height: 350px;
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  position: relative;
}
.home .join-us-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: -20px 20px 0 #aed1ea;
}
.home .join-us-img::after {
  content: '';
  border: 1px solid #5193ce;
  position: absolute;
  top: 10px;
  left: -10px;
  width: 100%;
  height: 100%;
}
@media(min-width:1160px) {
  #join-us {
    padding: 50px 0 50px 0;
  }
  .join-us-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .join-us-h4 {
    padding-bottom: 20px;
    color: #1285c5;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
  }
  .join-us-h2 {
    text-align: left;
    padding-bottom: 20px;
    color: #1285c5;
    letter-spacing: 0.3rem;
    width: 200px;
    font-size: 3.2rem;
    font-weight: 600;
    margin: 0px;
    border-bottom: dashed 3px #5193ce;
  }
  .join-us-copy {
    width: 600px;
    padding: 0px 50px 0 40px;
    text-align: left;
  }
  .join-us-copy1 {
    text-align: left;
    font-size: 2.0rem;
    padding-top: 50px;
    padding-bottom: 30px;
    line-height: 3.0rem;
    letter-spacing: 0.2rem;
  }
  .join-us-copy2 {
    margin: 0;
    padding: 0;
  }
  .home .join-us-img {
    width: 500px;
    height: 350px;
    max-width: inherit;
    margin: 0px;
  }
  .home .join-us-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#concert {
  background-color: #f5f0ed;
  padding: 50px 0;
}
#concert h4 {
  padding: 20px 0px 10px;
  text-align: center;
  color: #1285c5;
  font-size: 1.4rem;
  font-weight: 500;
}
#concert h2 {
  padding-bottom: 15px;
  color: #1285c5;
  width: 180px;
  border-bottom: dotted 3px #1285c5;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
.concert-copy {
  text-align: center;
  margin: 20px 50px 50px;
}
@media(min-width:1160px) {
  #concert h4 {
    padding: 20px 0px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
  }
  #concert h2 {
    padding-bottom: 20px;
    width: 250px;
    letter-spacing: 0.4rem;
    font-size: 3.2rem;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
  }
  .concert-copy {
    text-align: center;
    margin: 20px 50px 50px;
  }
}
.contact-wrapper {
  background-image: url("../img/IMG_0899.JPG");
  width: 100%;
  height: 350px;
  margin: 0 auto;
  position: relative;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.contact-wrapper::after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#contact h4 {
  top: 19%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  position: absolute;
  z-index: 1;
  font-weight: 500;
}
.contact-h2 {
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  letter-spacing: 0.2rem;
  font-size: 2.4rem;
  position: absolute;
  z-index: 1;
 
}
#contact h5 {
  left: 50%;
  transform: translateX(-50%);
  top: 45%;
  letter-spacing: 0.2rem;
  position: absolute;
  color: #FFF;
  font-size: 1.8rem;
  z-index: 1;
  font-weight: 500;
  width: 100%;
  line-height: 3.0rem;
}
.contact-us-button {
  top: 70%;
  position: absolute;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 300px;
  letter-spacing: 0.1rem;
  margin: 0 auto;
  padding: 15px 35px 20px 15px;

  font-size: 1.6rem;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 100vh;
  transition: 0.5s;
  z-index: 1;
}
.contact-us-button:hover {
  color: #fff;
  background: #f08b54;
}
.contact-us-button a {
  text-decoration: none;
  opacity: 1.0;
}
.contact-us-button a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 14px;
  height: 14px;
  margin: auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.contact-us-button a:hover:after {
  color: #FFF;
}
@media(min-width:1160px) {
  .contact-wrapper {
    background-image: url("../img/IMG_0899.JPG");
    width: 100%;
    height: 450px;
    margin: 0 auto;
    position: relative;
    background-size: cover;
    background-position: 30% 90%;
    background-repeat: no-repeat;
  }
  .contact-wrapper::after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .contact-h4 {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    letter-spacing: 0.3rem;
    font-size: 1.6rem;
    position: absolute;
    z-index: 1;
    font-weight: 500;
  }
  .contact-h2 {
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    letter-spacing: 0.2rem;
    font-size: 3.2rem;
    position: absolute;
    z-index: 1;
    font-weight: 600;
  }
  #contact h5 {
    left: 50%;
    transform: translateX(-50%);
    top: 45%;
    letter-spacing: 0.3rem;
    position: absolute;
    color: #FFF;
    font-size: 2.0rem;
    padding-bottom: 100px;
    z-index: 1;
    font-weight: 500;
  }
  .contact-us-button {
    top: 65%;
    position: absolute;
    position: relative;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 350px;
    letter-spacing: 0.2rem;
    margin: 0 auto;
    padding: 20px 90px 20px 50px;
    font-weight: 500;
    font-size: 1.8rem;
    border: 2px solid #FFF;
    color: #FFF;
    border-radius: 100vh;
    transition: 0.5s;
    z-index: 1;
  }
  .contact-us-button:hover {
    color: #fff;
    background: #f08b54;
  }
  .contact-us-button a {
    text-decoration: none;
    opacity: 1.0;
  }
  .contact-us-button a::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    width: 15px;
    height: 15px;
    margin: auto;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg);
    box-sizing: border-box;
  }
  .contact-us-button a:hover:after {
    color: #FFF;
  }
}
.news-item {
  padding: 0px 10px;
  
}

.row-time-category {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  white-space: nowrap;
}

.news-title a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}

@media(min-width:1160px) {
  .news-item {
    padding: 5px 20px;
  }
  .news-title a {
    font-size: 1.6rem;
  }
}
.category-news {
  background-color: #17a4c1;
  color: #fff;
  padding: 2px 6px;
  font-size: 1.2rem;
  text-align: center;
  width: 90px;
}

.category-perform {
  background-color: #f08b54;
  color: #fff;
  padding: 2px 6px;
  font-size: 1.2rem;
  text-align: center;
  width: 90px;
  
}
.category-concert {
  background-color: #06329aeb;
  color: #fff;
  padding: 2px 6px;
  font-size: 1.2rem;
  text-align: center;
  width: 90px;
}

.category-anything {
  background-color: #980645eb;
  color: #fff;
  padding: 2px 6px;
  font-size: 1.2rem;
  text-align: center;
  width: 90px;
}

