/* BASELINE*/

/* font-face NotoSerifJp-Regular.otf, path ../fonts/NotoSerifJp-Regular.otf */
@font-face {
  font-family: 'Noto Serif JP';
  src: url('../fonts/NotoSerifJP-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@keyframes dotUnveil {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  font-family: serif;
}

html {
  font-size: 100px;
}

body {
  /* font family Noto Serif JP */ 
  font-family: 'Noto Serif JP', serif;
  font-size: 0.28rem;
  line-height: 2.357142857142857;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-tap-highlight-color: transparent;
  color: #000000;
  background-color: #ffffff;
}


h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  font-weight: 600;
}
p {
  margin: 0;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

figure img {
  width: 100%;
  max-width: 100%;
}

iframe, img {
  vertical-align: top;
  max-width: 100%;
}

ul, ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
}

body.s-scroll-disabled {
  width: 100%;
  position: fixed;
  overflow: hidden;
}
@media screen and (max-width: 779px) {
  html {
    font-size: 12.82051282051282vw;
    
  }
}

@media screen and (min-width: 780px) {
  body {
    font-size: 0.16rem;
  }
}
/* END BASELINE*/

/* common */
.c-sectionTitle {
  font-size: 0.4rem;
  line-height: 1.8;
}
.c-sectionTitle small {
  font-size: 0.28rem;
  margin-left: 0.22rem;
  margin-top: 0.18rem;
  display: inline-block;
  letter-spacing: normal;
}
.c-sectionTitle.c-sectionTitle--introSmaller {
  font-size: 0.28rem;
}
.c-sectionTitle.c-sectionTitle--artist {
  margin-bottom: 1.14rem;
  letter-spacing: 0.1em;
}
.c-sectionTitle.c-sectionTitle--overview {
  margin-bottom: 1.08rem;
  letter-spacing: 0.1em;
}
.c-sectionTitle.c-sectionTitle--talkevent {
  margin-bottom: 1.04rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 780px) {
  .c-sectionTitle {
    font-size: 0.22rem;
  }
  .c-sectionTitle small {
    font-size: 0.16rem;
    margin-left: 0.19rem;
  }
  .c-sectionTitle.c-sectionTitle--intro {
    line-height: 1.8636363636363635;
  }
  .c-sectionTitle.c-sectionTitle--introSmaller {
    font-size: 0.16rem;
  }
  .c-sectionTitle.c-sectionTitle--artist {
    margin-bottom: 0.65rem;
  }
  .c-sectionTitle.c-sectionTitle--overview {
    margin-bottom: 0.63rem;
  }
  .c-sectionTitle.c-sectionTitle--talkevent {
    margin-bottom: 0.61rem;
  }
  .c-splitArticle {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.4rem;
  }

}
/* end common */

/* header */
.c-header {
  height: 1.8rem;
}
.c-header__inner {
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0.48rem;
  z-index: 99;
}
.c-logo {
  width: 2.2rem;
  height: 0.346rem;
}
.c-logo img {
  width: 100%;
}
@media screen and (min-width: 780px) {
  .c-header {
    height: 1.35rem;
  }
  .c-header__inner {
    padding-top: 0.5rem;
  }
  .c-logo {
    width: 2rem;
    height: 0.314rem;
  }
}
/* end header */

/* footer */
.c-footer {
  padding-bottom: 1.54rem; 
}
.c-siteLink {
  margin-bottom: 0.34rem;
}
.c-siteLink__logo {  
  width: 2rem;
  margin: 0 auto 0.26rem;
}
.c-siteLink__txt {
  color: #000000;
  font-size: 0.24rem;
}
.c-copyright {
  font-size: 0.22rem;
}
@media screen and (min-width: 780px) {
  .c-footer {
    padding-bottom: 0.89rem; 
  }
  .c-siteLink {
    margin-bottom: 0.25rem;
  }
  .c-siteLink__logo {
    width: 1.5rem;
    margin-bottom: 0.09rem;
  }
  .c-siteLink__txt {
    font-size: 0.2rem;
  }
  .c-copyright {
    font-size: 0.16rem;
  }
}
/* end footer */

/* c-heroSection */

.c-heroTitle {
  inset: 0 0 0.44rem 0;
}
.c-heroTitle__upper {
  width: 5.54rem;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
.c-heroTitle__date {
  width: 4.2rem;
  max-width: 100%;
}

.c-heroSlider__slide {
  aspect-ratio: 39/52;
}
.c-heroSlider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-heroDots {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  font-size: 0;
}
.c-heroDots >li {
  width: 0.54rem;
  height: 0.07rem;
  margin: 0 0.13rem;
  background-color: #dcdcdc;
  transition: background-color 0.3s linear;
}
.c-heroDots >li.slick-active {
  background-color: #000000;
}
@media screen and (min-width: 780px) {
  .c-heroSlider__slide {
    aspect-ratio: 1.5;
  }
  .c-heroTitle {
    bottom: 0.49rem;
  }
  .c-heroTitle__upper {
    width: 4.65rem;
    margin-bottom: 0.35rem;
    position: relative;
    left: -0.1rem;
  }
  .c-heroTitle__date {
    width: 3.2rem;
  }
  .c-heroDots {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
  .c-heroDots >li {
    width: 0.27rem;
    height: 0.04rem;
    margin: 0;
  }
  .c-heroDots >li + li {
    margin-left: 0.13rem;
  }
}
/* end c-heroSection */

/* c-introSection */
.c-introSection {
  padding-top: 1.46rem;
  padding-bottom: 1.79rem;
}
.c-introArticle__name {
  font-size: 1em;
  padding-right: 0.2rem;
  margin-bottom: 0.44rem;
}
.c-introArticle__name--smaller {
  padding-right: 0;
  margin-bottom: 0.6rem;
}
.c-articleFigure.c-articleFigure--intro {
  margin-top: 2.48rem;
}

@media screen and (max-width: 779px) {
  .c-introArticle__part--titleEn {
    margin-top: 0.2rem;
  }
  .c-introArticle__part--textEn {
    margin-top: 0.88rem;
  }
  .c-introArticle__part--textJp {
    margin-top: 1.16rem;
  }
}
@media screen and (min-width: 780px) {
  .c-introSection {
    padding-top: 0.67rem;
    padding-bottom: 1.38rem;
  }
  .c-introArticle {
    row-gap: 0.56rem;
  }
  .c-introArticle__name {
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
  .c-introArticle__name--smaller {
    margin-top: 0.03rem;
    margin-bottom: 0.37rem;
    letter-spacing: 0.05em;
    padding-right: 0.13rem;
  }
  .c-articleFigure.c-articleFigure--intro {
    margin-top: 0.17rem;
  }
}
/* end c-introSection */

/* c-artistSection */
.c-artistSection {
  padding-top: 1.8rem;
  padding-bottom: 1.74rem;
}
.c-artistBlock {
  grid-template-columns: 69.74358974358974% 1fr;
  padding-bottom: 0.68rem;
}
.c-artistBlock__name {
  font-size: 0.36rem;
  padding-top: 0.12rem;
  padding-left: 0.78rem;
  letter-spacing: 0.23em;
}
.c-artistBlock__nameProf {
  height: 1.62rem;
  margin-bottom: 0.14rem;
}

.c-artistBlock__enName {
  bottom: 0;
  left: 0.6rem;
  font-size: 0.24rem;
}


@media screen and (max-width: 779px) {
  .c-artistBlock + .c-artistBlock {
    margin-top: 1.02rem;
  }
  .c-artistBlock__enNameProf {
    margin-right: 0.18rem;
  }
}
@media screen and (min-width: 780px) {
  .c-artistSection {
    padding-top: 1.49rem;
    padding-bottom: 1.15rem;
  }
  .c-artistsList {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.4rem;
  }
  .c-artistBlock {
    padding-bottom: 0.91rem;
  }
  .c-artistBlock__name {
    font-size: 0.22rem;
    margin: 0.55rem auto 0;
    padding-left: 0;
    padding-top: 0;
  }
  .c-artistBlock__nameProf {
    height: 1.07rem;
    margin-bottom: -0.03rem;
  }
  .c-artistBlock__nameMain {
    letter-spacing: 0.18em;
  }
  .c-artistBlock__enName {
    font-size: 0.14rem;
    left: 0;
    right: 0;
  }
  .c-artistBlock__enNameProf {
    margin-bottom: -0.05rem;
  }
}
/* end c-artistSection */

/* c-overviewSection */
.c-overviewSection {
  padding-top: 1.04rem;
  padding-bottom: 1.3rem;
}
.c-defList {
  line-height: 1.7142857142857142;
}
.c-defList a {
  color: #000000;
  text-decoration: underline;
}
.c-defList__row + .c-defList__row {
  margin-top: 0.4rem;
} 
.c-defList__label {
  width: 2.8rem;
}
.c-defList__label.c-defList__label--shorter {
  width: 2rem;
}

.c-defList__row.c-defList__row--en + .c-defList__row.c-defList__row--en {
  margin-top: 0.42rem;
}
.c-defList__row.c-defList__row--talk + .c-defList__row.c-defList__row--talk {
  margin-top: 0.34rem;
}
.c-defList__row.c-defList__row--talkEn + .c-defList__row.c-defList__row--talkEn {
  margin-top: 0.5rem;
}
.c-articleFigure.c-articleFigure--overview {
  margin-top: 2.12rem;
}
@media screen and (max-width: 779px) {
  .c-overviewArticle__part + .c-overviewArticle__part {
    margin-top: 1.98rem;
  }
}
@media screen and (min-width: 780px) {
  .c-overviewSection {
    padding-top: 0.17rem;
    padding-bottom: 0.58rem;
  }
  .c-defList__row + .c-defList__row {
    margin-top: 0.17rem;
  }
  .c-defList__row.c-defList__row--en + .c-defList__row.c-defList__row--en {
    margin-top: 0.16rem;
  }
  .c-defList__row.c-defList__row--talk + .c-defList__row.c-defList__row--talk {
    margin-top: 0.17rem;
  }
  .c-defList__row.c-defList__row--talkEn + .c-defList__row.c-defList__row--talkEn {
    margin-top: 0.21rem;
  }

  .c-defList__label {
    width: 1.6rem;
  }
  .c-defList__label.c-defList__label--shorter {
    width: 1.3rem;
  }
  .c-articleFigure.c-articleFigure--overview {
    margin-top: 1.62rem;
  }
  
}
/* end c-overviewSection */

/* c-talkeventSection */
.c-talkeventSection {
  padding-top: 2.48rem;
  padding-bottom: 3.14rem;
}
.c-talkevent-txt {
  line-height: 2.2142857142857144;
}
.c-talkevent-txtSmall {
  line-height: 1.9166666666666667;
}
.c-articleTagLine {
  margin-top: 1.16rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0.1em;
}
.c-articleTagLine span {
  vertical-align: middle;
}
.c-articleTagLine__dash {
  width: 1rem;
  height: 1px;
  margin-right: 0.32rem;
  margin-top: 0.34rem;
  background-color: #000000;
}
.c-articleTagLine__txt {
  color: #000000;
}
.c-articleTagLine__txt small {
  font-size: 0.24rem;
  letter-spacing: normal;
  margin-top: -0.08rem;
  margin-left: 0.06rem;
}

@media screen and (max-width: 779px) {
  .c-talkeventArticle__part + .c-talkeventArticle__part {
    margin-top: 0.38rem;
  }
}

@media screen and (min-width: 780px) {
  .c-talkeventSection {
    padding-top: 0.79rem;
    padding-bottom: 3.39rem;
  }
  .c-talkevent-txt {
    line-height: 1.875;
  }
  .c-talkevent-txtSmall {
    line-height: 1.7857142857142858;
  }
  .c-talkeventArticle {
    row-gap: 0.58rem;
  }
  .c-articleTagLine {
    padding-left: 0.06rem;
    margin-top: 0.19rem;
    margin-bottom: 0.9rem;
    padding-right: 0.05rem;
  }
  .c-articleTagLine__dash {
    width: 0.6rem;
    margin-right: 0.16rem;
    margin-top: 0.19rem;
  }
  .c-articleTagLine__txt small {
    font-size: 0.14rem;
    margin-top: -0.06rem;
    margin-left: 0;
  }
}
/* end c-talkeventSection */