@charset "UTF-8";
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700;900&display=swap");
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.mainvisual {
  height: 43vw;
  background-image: url(../images/main_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media all and (max-width: 896px) {
  .mainvisual {
    height: 60vw;
  }
}

.ttl_main {
  font-size: 2.1rem;
  line-height: 2;
  position: absolute;
  top: 15%;
  right: 20%;
  text-transform: uppercase;
}

.ttl_main_sp {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.top_about {
  padding: 60px 0 90px;
}
@media all and (max-width: 896px) {
  .top_about {
    padding: 30px 0 40px;
  }
}

.box_top_about {
  max-width: 565px;
  margin: 0 auto;
}

.ttl_top_about {
  font-size: 3.4rem;
  color: #AB8D54;
  line-height: 1.3;
  margin-bottom: 55px;
  text-transform: uppercase;
}
.ttl_top_about span {
  font-size: 1.5rem;
}
@media all and (max-width: 896px) {
  .ttl_top_about {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .ttl_top_about span {
    font-size: 1.6rem;
  }
}

.txt_top_about {
  font-size: 2.4rem;
  line-height: 1.8;
  margin-bottom: 100px;
}
@media all and (max-width: 896px) {
  .txt_top_about {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}

.link_top_about {
  font-size: 1.5rem;
  display: flex;
}
@media all and (max-width: 896px) {
  .link_top_about {
    justify-content: space-around;
    font-size: 1.2rem;
  }
}
.link_top_about > li {
  margin: 0 40px 0 0;
}
@media all and (max-width: 896px) {
  .link_top_about > li {
    margin: 0 0 20px;
  }
}
.link_top_about > li .txt_link {
  padding-bottom: 15px;
  position: relative;
}
@media all and (max-width: 896px) {
  .link_top_about > li .txt_link {
    padding-bottom: 10px;
  }
}
.link_top_about > li .txt_link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all .3s ease 0s;
}
.link_top_about > li .txt_link:hover::after {
  width: 100%;
}
.link_top_about > li .subtxt_link {
  margin-top: 10px;
  font-size: 0.85em;
}

.design {
  padding-top: 80px;
  margin-top: -80px;
}

.top_design {
  padding: 80px 0 40px;
}
@media all and (max-width: 896px) {
  .top_design {
    padding: 40px 0 20px;
  }
}

.ttl_top_design {
  text-align: center;
  color: #AB8D54;
  font-size: 3.4rem;
  line-height: 1.3;
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media all and (max-width: 896px) {
  .ttl_top_design {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

.txt_top_design {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .txt_top_design {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 480px) {
  .txt_top_design {
    text-align: left;
  }
}

.block_top_design {
  border-bottom: 1px solid #fff;
}
.block_top_design.bb_none {
  border-bottom: none;
}

.box_top_design {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
}
@media all and (max-width: 1025px) {
  .box_top_design {
    flex-direction: column;
    padding: 30px 10px;
  }
}
.box_top_design > dt {
  width: 50%;
}
@media all and (max-width: 1025px) {
  .box_top_design > dt {
    width: 80%;
  }
}
@media all and (max-width: 480px) {
  .box_top_design > dt {
    width: 100%;
  }
}
.box_top_design > dd {
  box-sizing: border-box;
  width: 50%;
  padding-top: 50%;
  position: relative;
}
@media all and (max-width: 1025px) {
  .box_top_design > dd {
    width: 80%;
    padding-top: 80%;
  }
}
@media all and (max-width: 480px) {
  .box_top_design > dd {
    width: 100%;
    padding-top: 100%;
  }
}

.bg_circle {
  box-sizing: border-box;
  width: 100%;
  border-radius: 50%;
  background: #fff;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.box_circle {
  box-sizing: border-box;
  width: 100%;
  padding: 10%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1025px) {
  .box_circle {
    padding: 15%;
  }
}
@media all and (max-width: 896px) {
  .box_circle {
    padding: 10%;
  }
}
@media all and (max-width: 365px) {
  .box_circle {
    padding: 9%;
  }
}

.ttl_description {
  text-align: center;
  font-size: 1.8rem;
  color: #AB8D54;
  margin-bottom: 20px;
}
@media screen and (max-width: 585px) {
  .ttl_description {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 509px) {
  .ttl_description {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 365px) {
  .ttl_description {
    font-size: 1.3rem;
  }
}
.ttl_description span {
  border-bottom: 1px solid #AB8D54;
  padding-bottom: 5px;
}

.subttl_description {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 585px) {
  .subttl_description {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 365px) {
  .subttl_description {
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
}

.box_description {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .box_description {
    height: 240px;
  }
}
@media all and (max-width: 480px) {
  .box_description {
    height: 200px;
  }
}
@media all and (max-width: 365px) {
  .box_description {
    height: 180px;
  }
}
@media screen and (max-width: 319px) {
  .box_description {
    height: 150px;
  }
}

.txt_description {
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 585px) {
  .txt_description {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 509px) {
  .txt_description {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 345px) {
  .txt_description {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 319px) {
  .txt_description {
    font-size: 1rem;
    line-height: 1.3;
  }
}

.box_artist {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.box_artist dt {
  width: 34%;
}
@media all and (max-width: 896px) {
  .box_artist dt {
    width: 20%;
  }
}
.box_artist dd {
  width: 61%;
}
@media all and (max-width: 896px) {
  .box_artist dd {
    width: 78%;
  }
}

.ttl_box_artist {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 585px) {
  .ttl_box_artist {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 365px) {
  .ttl_box_artist {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.txt_box_artist {
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 585px) {
  .txt_box_artist {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 509px) {
  .txt_box_artist {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 345px) {
  .txt_box_artist {
    font-size: 1rem;
  }
}

.top_note {
  padding: 100px 0 120px;
}
@media all and (max-width: 896px) {
  .top_note {
    padding: 50px 0 80px;
  }
}

.txt_top_note {
  font-size: 1.9rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media all and (max-width: 896px) {
  .txt_top_note {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}

.subtxt_top_note {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .subtxt_top_note {
    font-size: 1.2rem;
  }
}

.caption_top_note {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media all and (max-width: 896px) {
  .caption_top_note {
    font-size: 1.2rem;
  }
}
.caption_top_note > li {
  padding-left: 1.5em;
  position: relative;
}
.caption_top_note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.box_top_note_first {
  max-width: 530px;
  margin: 0 auto 100px;
}
@media all and (max-width: 896px) {
  .box_top_note_first {
    margin-bottom: 50px;
  }
}

.box_top_note_second {
  max-width: 530px;
  margin: 0 auto 80px;
}
@media all and (max-width: 896px) {
  .box_top_note_second {
    margin-bottom: 40px;
  }
}

.box_top_note_third {
  max-width: 390px;
  margin: 0 auto;
}
