@charset "UTF-8";

html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
}
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', Hiragino Kaku Gothic ProN, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-optical-sizing: auto;
  font-style: normal;
}
.font_noto-serif-jp {
  font-family: "Noto Serif JP", serif;
}
.font_lora {
  font-family: "Lora", serif;
  letter-spacing: .05em;
}
img {
  max-width: 100%;
  height: auto;
}
.inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (768px <= width) {
  .sp {
    display: none !important;
  }
}
@media (width <= 767px) {
  .pc {
    display: none !important;
  }
}

/**********************************************************
 * header
 **********************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 95px;
  background-color: #0F4B3C;
  z-index: 10;
}
header .nav_global ul {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
header .nav_global ul li {
  padding: 0 20px;
}
header .nav_global ul li + li {
  border-left: solid 1px #C09C46;
}
header .nav_global ul li a {
  color: #C09C46;
  text-decoration: none;
}

/**********************************************************
 * main
 **********************************************************/
main {
  margin-top: 95px;
}
main section {
  border-bottom: 38px solid transparent;
  border-image-source: url("../img/img_line.png");
  border-image-slice: 0 0 38 0;
  border-image-repeat: repeat;
}
main .title_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px 0;
}
main .title_section img {
  width: 215px;
}
main .title_section .ja {
  position: relative;
  padding-top: 25px;
  font-size: 2.0rem;
  font-weight: 700;
  color: #C09C46;
}
main .title_section .ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 70px;
  height: 2px;
  background-color: #C09C46;
}

#about {
  background-image: url("../img/bg_about.jpg");
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
#about .title_section .ja {
  font-size: 4.0rem;
}
#about .content_about {
  margin-top: 80px;
}
#about .content_about .text_about {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.8;
  color: #FFF;
}
#about .content_about .text_about + .text_about {
  margin-top: 2em;
}

#info {
  background-image: url("../img/bg_40th.jpg");
  padding: 100px 0 180px;
}
#info .title_content {
  position: relative;
  font-size: 4.0rem;
  font-weight: 700;
  color: #C09C46;
  width: fit-content;
  margin: 80px auto 0;
  padding:  0 .9em;
}
#info .title_content::before,
#info .title_content::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .45em;
  height: .65em;
  background-size: 100% auto;
}
#info .title_content::before {
  left: 0;
  background-image: url("../img/icon_title_before@2x.png")
}
#info .title_content::after {
  right: 0;
  background-image: url("../img/icon_title_after@2x.png")
}
#info .content_info {
  margin-top: 70px;
}
#info .list_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 6.66%;
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
}
#info .list_info li {
  text-align: center;
  width: calc(calc(100% - 6.66%) / 2);
}
#info .list_info li .title_area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1.8em;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: .2em;
  color:#C09C46;
  border-style: solid;
  border-width: 2px 0;
  border-color: #C09C46;
}
#info .list_info li .date {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFF;
  margin-top: .3em;
}
#info .list_info li .date small {
  font-size: .666em;
  margin-left: .1em;
}
#info .list_info li .time {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFF;
  margin-top: .3em;
}
#info .list_info li .venue {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  color: #FFF;
  margin-top: .4em;
}
#info .list_info li .title_contact {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFF;
  margin-top: 1em;
}
#info .list_info li .contact {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFF;
}
#info .list_info li .contact a {
  color: #FFF;
}
#info .note_info {
  display: flex;
  justify-content: center;
  gap: 0 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFF;
  margin-top: 50px;
}
#info .note_info li::before {
  content: "※";
}
#info .content_ticket {
  margin-top: 25px;
}
#info .box_ticket {
  background-color: #FFF;
  border-top: solid 5px #C09C46;
  margin: 0 auto;
  padding: 50px 30px;
}
#info .box_ticket .comingsoon {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #A5A5A5;
}
#info .text_ticket {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.5;
  color: #FFF;
}
#info .note_ticket {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  gap: 0 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFF;
}
#info .note_ticket li::before {
  content: "※";
}
#info .list_playguide {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin-top: 40px;
}
#info .list_playguide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 2.666em;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  color: #FFF;
  background-color: #C09C46;
  border-radius: 1.333em;
  transition: all .3s;
}
#info .list_playguide a:hover {
  opacity: .7;
}
#info .box_pre {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 650px;
  height: 110px;
  background-color: #292929;
  border: solid 2px #C09C46;
  border-radius: 15px;
  margin: 80px auto 0;
}
#info .box_pre::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  width: 26px;
  height: 27px;
  background-image: url("../img/arrow_right@2x.png");
  background-size: 100% auto;
}
#info .box_pre .titel_pre {
  font-size: 2.4rem;
  font-weight: 700;
  color: #C09C46;
}
#info .box_pre .text_pre {
  font-size: 2.0rem;
  color: #C09C46;
}

#menber {
  background-image: url("../img/bg_emblem.jpg");
  padding: 100px 0;
}
#menber .content_menber {
  margin-top: 25px;
}
#menber .list_menber {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}
#menber .list_menber li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 0;
  background-color: #292929;
  border-top: solid 5px #C09C46;
  padding: 45px 30px;
}
#menber .list_menber li .text {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  width: 50%;
  padding-right: 20px;
}
#menber .list_menber li.member_02 .text {
  width: 100%;
}
#menber .list_menber li .text .position {
  font-size: 1.6rem;
  font-weight: 700;
  color: #C09C46;
}
#menber .list_menber li .text .name_ja {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #FFF;
}
#menber .list_menber li .text .name_en {
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: .05em;
  color: #FFF;
}
#menber .list_menber li .image {
  width: 50%;
}
#menber .list_menber li .profile {
  width: 100%;
}
#menber .list_menber li .profile p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #FFF;
}
#menber .list_menber li .profile p + p {
  margin-top: 1em;
}
#menber .list_menber_other {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 20px;
  width: 880px;
  max-width: 100%;
  background-color: #292929;
  border-top: solid 5px #C09C46;
  margin: 50px auto 0;
  padding: 45px 30px;
}
#menber .list_menber_other li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 35%;
}
#menber .list_menber_other li .instruments {
  font-size: 1.6rem;
  font-weight: 700;
  color: #C09C46;
}
#menber .list_menber_other li .name {
  font-size: 2.8rem;
  font-weight: 900;
  color: #FFF;
}

#goods {
  background-image: url(../img/bg_40th.jpg);
    padding: 100px 0;
}
#goods .content_goods {
  margin-top: 40px;
}
#goods .box_goods {
  background-color: #FFF;
  border-top: solid 5px #C09C46;
  margin: 0 auto;
  padding: 50px 30px;
}
#goods .box_goods .comingsoon {
  display: block;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #A5A5A5;
}
#goods .introduction {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  margin: 40px 0;
}
#goods .introduction .title_introduction {
  font-size: 2.4rem;
  font-weight: 700;
  color: #C09C46;
}
#goods .introduction .text_introduction {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
}
#goods .introduction .note_introduction {
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #FF0000;
}
#goods .introduction .note_introduction li::before {
  content: "※";
}
#goods .box_goods .title_box {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #292929;
}
#goods .box_goods .text_box {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #292929;
  margin: 15px 0;
}
#goods .box_goods .goods_pre-sale {
  width: 400px;
  max-width: 100%;
  border-collapse: separate;
  border-spacing: 1px 5px;
  margin: 0 auto;
}
#goods .box_goods .goods_pre-sale th {
  text-align: left;
}
#goods .box_goods .goods_pre-sale th,
#goods .box_goods .goods_pre-sale td {
  font-size: 1.6rem;
  font-weight: 700;
  color: #292929;
  background-color: #D9D9D9;
  padding: 1em 1.25em;
}
#goods .list_goods {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
  width: 880px;
  max-width: 100%;
  margin: 40px auto 0;
}
#goods .list_goods li {
  display: flex;
  align-items: center;
  gap: 0 50px;
  background-color: #292929;
  border-top: solid 5px #C09C46;
  padding: 45px 30px;
}
#goods .list_goods li .text_goods {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
#goods .list_goods li .text_goods .title_goods {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #C09C46;
}
#goods .list_goods li .text_goods .price_goods {
  font-size: 1.6rem;
  font-weight: 900;
  color: #FFF;
}
#goods .list_goods li .text_goods .description_goods {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #FFF;
}
#goods .list_goods li img {
  width: 46%;
}

/**********************************************************
 * footer
 **********************************************************/
footer {
  background-color: #000;
  padding: 80px 0;
}
footer .list_production {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5em 1em;
  font-size: 1.6rem;
  color: #C09C46;
  margin-bottom: 20px;
}
footer .copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #C09C46;
}