@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho:wght@400;600&display=swap');


/*

*/

:root {
  /* font color*/
  --font-color-base: #333;
  --font-color-tit: #444;

  /* Base font size */
  --font-size-base: 16px;
}
#contents {
  padding-top: 0;
  padding-bottom: 0;
}

#contents .content__header {
  display: none;
}

#contents_page {
  box-sizing: border-box;
  color: var(--font-color-base);
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-size-base);
  line-height: 2.0;
}

#contents_page.page-ja {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#contents_page.page-en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width:812px) {
#contents_page.page-en {
line-height: 1.8;
}
}

#contents_page p {
  margin-bottom: 0;
}

#contents_page p {}

#contents_page img {
  max-width: 100%;
  height: auto;
  width: revert-layer;
}

#contents_page .wap {
  max-width: 1200px;
  margin: 0 auto;
}

#contents_page article>section {
  padding: 90px 4%;
}
@media only screen and (max-width:812px) {
  #contents_page article>section {
  padding: 60px 4%;
}
}

#contents_page a {
  color: var(--font-color-base);
  text-decoration: underline;
}

#contents_page a:hover {
  text-decoration: none;
}

#contents_page h1,
#contents_page h2,
#contents_page h3,
#contents_page h4,
#contents_page h5 {
  font-weight: 600;
  color: var(--font-color-tit);
  margin-bottom: 0;
}
@media only screen and (max-width:812px) {
#contents_page h2{
  font-size: 26px;
}
}
@media only screen and (max-width:400px) {
#contents_page h2{
  font-size: 24px;
}
}

#contents_page #hSection {
  padding: 40px 4% 90px 4%;
}
@media only screen and (max-width:812px) {
  #contents_page #hSection {
  padding: 20px 4% 60px 4%;
}
}

#contents_page #hSection .Logo25th {
  text-align: center;
  margin-bottom: 10px;
}

#contents_page #hSection .sbtit {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.5;
}

#contents_page #hSection h1 {
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width:812px) {
  #contents_page #hSection .sbtit {
  font-size: 28px;
}

#contents_page #hSection h1 {
  font-size: 20px;
}
}
@media only screen and (max-width:400px) {
#contents_page #hSection .Logo25th img{
max-width: 202px;
width: 100%;
height: auto;
}
}
@media only screen and (min-width:813px) {
  #contents_page #hSection .wap {
    justify-content: space-around;
    display: flex;
    align-items: center;
  }

  #contents_page #hSection .wap>figure {
    order: 1;
  }

  #contents_page #hSection .wap>div {
    order: 2;
  }

  #contents_page #hSection .wap>figure,
  #contents_page #hSection .wap>div {
    width: calc((100% - 40px) / 2);
  }

  #contents_page #hSection .wap>div {
    padding: 0 10px;
  }
}

@media only screen and (max-width:812px) {
  #contents_page #hSection .wap>div {
    margin-bottom: 40px;
  }

  #contents_page #hSection .wap>figure {
    text-align: center;
  }
}

#contents_page #about {
  background-color: #FBF9F4;
}

#contents_page #about .textBox h2 {
  margin-bottom: 50px;
}

#contents_page #about .textBox>p:not(:last-of-type) {
  margin-bottom: 20px;
}

#contents_page #about .wap>figure {
  margin-right: -4%;
}

@media only screen and (min-width:1200px) {
  #contents_page #about .wap>figure {
    margin-right: -35px;
  }

  #contents_page #about .wap>figure {
    width: 540px;
  }

  #contents_page #about .wap>div {
    width: calc((100% - 514px));
  }
}

@media only screen and (min-width:813px) {
  #contents_page #about .wap {
    display: flex;
    /* align-items: center; */
    gap: 40px;
    justify-content: space-between;
  }

  #contents_page #about .wap>div{
    width: 57%;
  }
  #contents_page #about .wap>figure {
    width: calc((100% - 54%) - 40px);
  }
}

@media only screen and (max-width:812px) {
  #contents_page #about .wap>figure {
    margin-right: auto;
    margin-left: auto;
    max-width: 550px;
  }

  #contents_page #about .wap>div {
    margin-bottom: 40px;
  }
}

#contents_page #Artist h2 {
  margin-bottom: 30px;
}

#contents_page #Artist figure.img02 {
  margin: 60px auto;
  max-width: 800px;
  font-size: 14px;
}
#contents_page.page-en #Artist figure.img02 {
  font-size: 16px;
}

#contents_page #Artist .ArtistBox p {
  font-size: 14px;
}
#contents_page.page-en #Artist .ArtistBox p {
  font-size: 16px;
}



#contents_page #Artist .ArtistBox h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

#contents_page #Artist .ArtistBox h3 span {
  display: block;
  font-size: 20px;
}

#contents_page #Artist .ArtistBox>div>p:not(:last-of-type) {
  margin-bottom: 10px;
}

@media only screen and (min-width:813px) {
#contents_page #Artist .ArtistBox {
  display: flex;
  gap: 40px;
}
  #contents_page #Artist .ArtistBox figure {
    width: 230px;
  }

  #contents_page #Artist .ArtistBox>div {
    width: calc(100% - 270px);
  }
}

@media only screen and (max-width:812px) {
  #contents_page #Artist .ArtistBox figure {
    width: 140px;
    margin: 0 auto 10px;
  }
  #contents_page #Artist .ArtistBox figure img{border-radius: 70px;}
}

#contents_page #company {
  background-color: rgba(35, 24, 21, 0.03);
}

#contents_page #company h2 {
  margin-bottom: 40px;
}

#contents_page #company .wap>div>p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width:813px) {
  #contents_page #company .wap {
    justify-content: space-between;
    display: flex;
    gap: 40px;
  }

  #contents_page #company .wap>figure {
    order: 1;
  }

  #contents_page #company .wap>div {
    order: 2;
  }

  #contents_page #company .wap>figure {
    width: 45%;
  }
  #contents_page #company .wap>div {
    width: calc((100% - 45%) - 40px);
  }

}

@media only screen and (max-width:812px) {
  #contents_page #company .wap>figure {
    text-align: center;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}

#contents_page #anniversary h2 {
  margin-bottom: 40px;
}

#contents_page #anniversary .wap>div>p:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width:813px) {
  #contents_page #anniversary .wap {
    justify-content: space-around;
    display: flex;
    align-items: center;
    gap: 40px;
  }

  #contents_page #anniversary .wap>figure{
    width: 45%;
  }
  #contents_page #anniversary .wap>div {
    width: calc((100% - 45%) - 40px);
  }

}

@media only screen and (max-width:812px) {
  #contents_page #anniversary .wap>div {
    margin-bottom: 40px;
  }

  #contents_page #anniversary .wap>figure {
    text-align: center;
  }
}

#contents_page .mb40 {
  margin-bottom: 40px;
}

/*----------------------------------------------------
 Animation
----------------------------------------------------*/
.fadeUp.play {
  animation-name: fadeUpAnime;
  animation-duration: 0.9s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
  animation-timing-function: ease-out;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUp{
opacity: 0;
}





