/* BASELINE*/
* {
  -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.26rem;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-tap-highlight-color: transparent;
  color: #000000;
  background-color: #f8f7ea;
}


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.15rem;
  }
}
/* END BASELINE*/

/* common */
.c-section__title {
  font-size: 0.34rem;
  letter-spacing: 0.025em;
}
.c-connector {
  width: 2em;
  height: 1px;
  display: inline-block;
  background-color: #000000;
  vertical-align: middle;
  margin-bottom: 0.31em;
}
@media screen and (min-width: 780px) {
  .c-section__title {
    font-size: 0.19rem;
  }
  .c-section__row {
    grid-template-columns: 2.8rem 1fr;
  }
  .c-interludeFigure img {
    width: 5.2rem;
    max-width: 100%;
  }
}
/* end common */

/* c-header */
.c-header {
  padding-top: 1.3rem;
  padding-bottom: 1.54rem;
}
.c-heading {
  line-height: 0;
}
.c-heading h1 {
  margin-bottom: 0.58rem;
}
.c-heading h1 img {
  width: 5.16rem;
  height: 1.1986rem;
  vertical-align: top;
}
.c-heading h2 img {
  width: 2.6rem;
  height: 0.29rem;
  vertical-align: top;
}
@media screen and (min-width: 780px) {
  .c-header {
    padding-top: 1rem;
    padding-bottom: 1.24rem;
  }
  .c-heading h1 {
    margin-bottom: 0.53rem;
  }
  .c-heading h1 img {
    width: 5.5rem;
    height: 1.2776rem;
  }
  .c-heading h2 img {
    width: 2.3rem;
    height: 0.2556rem;
  }
}
/* end c-header */

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

/* c-heroBannerSection */
.c-heroBanner {
  width: 10.8rem;
  max-width: 100%;
  margin: 0 auto;
}
/* end c-heroBannerSection */

/* c-section--information */
.c-section--information {
  padding-top: 1.82rem;
  padding-bottom: 2.42rem;
}

.c-information >li {
  padding-left: 0.5rem;
}
.c-information >li:before {
  content: "●";
  font-size: 0.26rem;
  position: absolute;
  top: 0;
  left: 0;
}
.c-information >li + li {
  margin-top: 0.8rem;
}
.c-information__en {
  margin-top: 0.24rem;
}
@media screen and (max-width: 779px) {
  .c-section__title--information {
    margin-bottom: 0.94rem;
  }
}
@media screen and (min-width: 780px) {
  .c-section--information {
    padding-top: 1.45rem;
    padding-bottom: 2.19rem;
  }
  .c-information >li {
    padding-left: 0.24rem;
  }
  .c-information >li:before {
    font-size: 0.15rem;
  }
  .c-information >li + li {
    margin-top: 0.54rem;
  }
  .c-information__en {
    margin-top: 0.13rem;
  }
}
/* end c-section--information */

/* c-section--concept */
.c-section--concept {
  padding-top: 1.86rem;
  padding-bottom: 2.56rem;
}

.c-conceptArticle__title {
  font-size: 0.38rem;
  margin-bottom: 0.48rem;
}
.c-conceptArticle__title.c-conceptArticle__title--en {
  font-size: 0.34rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.58rem;
}
.c-conceptArticle__author {
  font-size: 0.26rem;
  margin-bottom: 0.66rem;
}
.c-conceptArticle__author.c-conceptArticle__author--en {
  font-size: 0.22rem;
  letter-spacing: 0.05em;
  margin-bottom: 0.6rem;
}
.c-conceptArticle p {
  line-height: 2.1538461538461537;
}
.c-conceptArticle p + p {
  margin-top: 0.56rem;
}
.c-conceptArticle.c-conceptArticle--en p {
  line-height: 1.8181818181818181;
}
.c-conceptArticle.c-conceptArticle--en p + p {
  margin-top: 0.4rem;
}
@media screen and (max-width: 779px) {
  .c-section__title--concept {
    margin-bottom: 0.9rem;
  }
}
@media screen and (min-width: 780px) {
  .c-section--concept {
    padding-top: 1.94rem;
    padding-bottom: 1.88rem;
  }
  .c-conceptArticle__title {
    font-size: 0.21rem;
    margin-bottom: 0.3rem;
  }
  .c-conceptArticle__title.c-conceptArticle__title--en {
    font-size: 0.19rem;
    margin-bottom: 0.37rem;
  }
  .c-conceptArticle__author {
    font-size: 0.15rem;
    margin-bottom: 0.48rem;
  }
  .c-conceptArticle__author.c-conceptArticle__author--en {
    font-size: 0.15rem;
    margin-bottom: 0.53rem;
  }
  .c-conceptArticle p {
    line-height: 2.2;
    letter-spacing: 0.025em;
  }
  .c-conceptArticle p + p {
    margin-top: 0.33rem;
  }
  .c-conceptArticle.c-conceptArticle--en p {
    line-height: 1.9230769230769231;
  }
  .c-conceptArticle.c-conceptArticle--en p + p {
    margin-top: 0.25rem;
  }
}
/* end c-section--concept */

/* c-section--conceptEn */
.c-section--conceptEn {
  padding-top: 1.84rem;
  padding-bottom: 3.64rem;
}
@media screen and (min-width: 780px) {
  .c-section--conceptEn {
    padding-top: 1.99rem;
    padding-bottom: 2.78rem;
  }
}
/* end c-section--conceptEn */

/* c-interludeSlider */
.c-interludeSlider .slick-dots {
  margin-top: 0.62rem;
  font-size: 0;
  line-height: 0;
  display: flex;
  justify-content: center;
}
.c-interludeSlider .slick-dots li {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 100%;
  background-color: #dcdcdc;
  margin: 0 0.21rem;
}
.c-interludeSlider .slick-dots li.slick-active {
  background-color: #000000;
}
@media screen and (min-width: 780px) {
  .c-interludeSlider {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.39rem;
  }
}
/* end c-interludeSlider */

/* c-section--designer */
.c-section--designer {
  padding-top: 3.54rem;
  padding-bottom: 2.2rem;
}
.c-designerArtlce__title {
  font-size: 0.38rem;
  margin-bottom: 0.66rem;
}
.c-designerArtlce__title span,
.c-designerArtlce__title small {
  vertical-align: middle;
}
.c-designerArtlce__title span {
  letter-spacing: 0.1em;
}
.c-designerArtlce__title small {
  font-size: 0.22rem;
  letter-spacing: 0.05em;
  margin-left: 0.12rem;
}
.c-designerArticle__txt {
  line-height: 2.1538461538461537;
  letter-spacing: 0.025em;
}
.c-designerArticle__txtEn {
  line-height: 2;
  letter-spacing: 0.015em;
  margin-top: 0.68rem;
}
@media screen and (max-width: 779px) {
  .c-section__title--designer {
    margin-bottom: 0.82rem;
  }
}
@media screen and (min-width: 780px) {
  .c-section--designer {
    padding-top: 2.78rem;
    padding-bottom: 2.03rem;
  }
  .c-designerArtlce__title {
    font-size: 0.21rem;
    line-height: 1.7142857142857142;
    margin-bottom: 0.4rem;
  }
  .c-designerArtlce__title small {
    font-size: 0.13rem;
    margin-left: 0.07rem;
  }
  .c-designerArticle__txt {
    line-height: 2.2;
  }
  .c-designerArticle__txtEn {
    line-height: 1.9230769230769231;
    margin-top: 0.3rem;
  }
}
/* end c-section--designer */