@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../font/NotoSerifJP-SemiBold.otf");
}

html {
  overflow-x: hidden;
  font-size: calc(10* (100vw / 750));
}

/* fade */
@media only screen and (max-width: 560px) {
  .fade_up{
    transform: translateY(90px);
    opacity: 0;
  }
  .fade_up.active{
    transition: 2.1s cubic-bezier(0.215, 0.61, 0.255, 1);
    transform: translateY(0);
    opacity: 1;
  }
}

.sectionWrap::before{
  pointer-events: none;
}

@media only screen and (min-width: 560px) {
  .fade_upPc{
    transform: translateY(90px);
    opacity: 0;
  }
  
  .fade_upPc.active{
    transition: 2.1s cubic-bezier(0.215, 0.61, 0.255, 1);
    transform: translateY(0);
    opacity: 1;
  }
}


.lpWrap {
  margin-top: 4rem;
}
.lpWrap img,
.lpWrap source{
  width: 100%;
}

.lpWrap .pcOnly{
    display: none;
}
.lpWrap .spOnly{
    display: block;
}
.lpWrap {
  font-family: 'Noto Serif JP', serif;
  color: #58595B;
}
@media only screen and (max-width: 1399px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }   
}
@media only screen and (min-width: 561px) {
  html {
    font-size: 62.5%;
    height: 100%;
  } 
  .lpWrap {
    width: 140rem;
    margin: 4rem auto 0;
  }
  .lpWrap .pcOnly{
      display: block;
  }
  .lpWrap .spOnly{
      display: none;
  }
  
  
}




/* sp_mainVisual */
.mainVisualWrap h2 {
  width: 75.0rem;
  margin: 0 auto;
}
.mainVisualWrap .leadTxt{
  margin-top: 10.6rem;
  font-family: 'Noto Serif JP';
  font-feature-settings: "palt";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}
@media only screen and (min-width: 561px) {
  /* pc_mainVisual */
  .mainVisualWrap h2 {
    width: 120.0rem;
    margin: 0 auto;
  }
  .mainVisualWrap .leadTxt{
    margin-top: 7.5rem;
    font-size: 1.2rem;
    letter-spacing: 0.16em;
  }
}




/* sp_sec01 */
.sec01{
  width: 66.0rem;
  margin: 15rem auto 0;
}
.sectionWrap:not(.sec02, .sec04, .sec06) div[class~="imgBox"]:last-of-type{
  margin: 3.0rem 0 0;
}
.sectionWrap p[class~="credit"]{
  font-family: pragmatica-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.credit{
  margin-top: 4.4rem;
  font-family: kepler-std-semicondensed-cap, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media only screen and (min-width: 561px) {
  /* pc_sec01 */
  .sec01{
    width: 122.0rem;
    margin: 11.7rem auto 0;
    text-align: right;
  }
  .sectionWrap .imgWrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .sectionWrap .imgBox{
    width: 60.0rem;
  }
  .sectionWrap:not(.sec02, .sec04, .sec06) div[class~="imgBox"]:last-of-type{
    margin: 0 0 0 2rem;
  }
  .sectionWrap p[class~="credit"]{
    font-size: 1.4rem;
  }
  .credit{
    margin-top: 2.5rem;
    font-size: 1.4rem;
  }
  .sec01 .credit{
    margin: 2.5rem 0 0 0;
  }
}




/* sp_sec02 */
.sec02{
  position: relative;
  width: 59.1rem;
  padding-top: 3rem;
  margin: 19.4rem auto 0 0;
}
.sec02::before{
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 59.1rem;
  height: 174.0rem;
  border: 1px solid;
  z-index: -1;
}
.sec02 .imgBox,
.sec02 .sec_slider{
  position: relative;
  width: 56.0rem;
  margin: 0;
}
.sec02 .slick-dots{
  position: absolute;
  display: inline-block;
  bottom: 1.8rem;
  right: 0.9rem;
  width: 8.2rem;
  margin: 0;
}
.sec02 .slick-dots li {
  margin: 0 0 0 10px;
}
.sec02 .slick-dots li button {
  width: 5px;
  height: 5px;
  border-radius: 50vw;
  border: 1px solid #000
}

.sec02 .credit{
  margin: 7.3rem auto 0 3.8rem;
}

@media only screen and (min-width: 561px) {
  /* pc_sec02 */
  .sec02{
    width: 104.0rem;
    padding-top: 2.0rem;
    margin: 15.7rem auto 0 0;
  }
  .sectionWrap.sec02 .imgWrap{
    justify-content: center;
  }
  .sec02::before{
    left: -1px;
    width: 104.0rem;
    height: 79.0rem;
  }
  
  .sec02 .imgBox,
  .sec02 .sec_slider{
    width: 50.0rem;
    margin: 0;
  }
  .sec02 .slick-dots{
    position: absolute;
    display: inline-block;
    bottom: 0.9rem;
    right: 0.9rem;
    width: 3.5rem;
    margin: 0;
  }
  .sec02 .slick-dots li {
    margin: 0 0 0 10px;
  }
  .sec02 .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 50vw;
    border: 1px solid #000
  }
  .sec02 .credit{
    margin: 4.7rem auto 0 0;
  }
}




/* sp_sec03 */
.sec03{
  width: 66.0rem;
  margin: 19.6rem auto 0;
}
@media only screen and (min-width: 561px) {
  /* pc_sec03 */
  .sec03{
    width: 122.0rem;
    margin: 16rem auto 0;
    text-align: right;
  }
  .sec03 .credit{
    margin: 2.5rem 0 0 0;
  }
}




/* sp_sec04 */
.sec04{
  position: relative;
  width: 66.0rem;
  padding-top: 3rem;
  margin: 19.7rem 0 0 auto;
}
.sec04::before{
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 59.3rem;
  height: 174.0rem;
  border: 1px solid;
}
.sec04 .imgBox{
  width: 56.0rem;
  margin: 0 0 0 auto;
}
.sec04 .credit{
  margin: 7.5rem auto 0 -3rem;
}

@media only screen and (min-width: 561px) {
  /* pc_sec04 */
  .sec04{
    width: 104.0rem;
    padding-top: 2rem;
    margin: 15.6rem 0 0 auto;
  }
  .sectionWrap.sec04 .imgWrap{
    justify-content: center;
  }
  .sec04::before{
    right: -1px;
    width: 104.0rem;
    height: 79.0rem;
  }
  .sec04 .imgBox{
    width: 50.0rem;
    margin: 0;
  }
  .sec04 .credit{
    margin: 4.6rem auto 0 0;
  }
}




/* sp_sec05 */
.sec05{
  width: 66.0rem;
  margin: 19.5rem auto 0;
}
@media only screen and (min-width: 561px) {
  /* pc_sec05 */
  .sec05{
    width: 122.0rem;
    margin: 16.0rem auto 0;
    text-align: right;
  }
  .sec05 .credit{
    margin: 2.5rem 0 0 0;
  }
}




/* sp_sec06 */
.sec06{
  position: relative;
  width: 59.1rem;
  padding-top: 3.0rem;
  margin: 19.7rem auto 0 0;
}
.sec06::before{
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 59.1rem;
  height: 174.0rem;
  border: 1px solid;
}
.sec06 .imgBox{
  width: 56.0rem;
  margin: 0;
}
.sec06 .credit{
  margin: 7.4rem auto 0 3.9rem;
}
@media only screen and (min-width: 561px) {
  /* pc_sec06 */
  .sec06{
    width: 104.0rem;
    padding-top: 2.0rem;
    margin: 15.7rem auto 0 0;
  }
  .sectionWrap.sec06 .imgWrap{
    justify-content: center;
  }
  .sec06::before{
    left: -1px;
    width: 104rem;
    height: 79.0rem;
  }
  .sec06 .imgBox{
    width: 50.0rem;
    margin: 0;
  }
  .sec06 .credit{
    margin: 4.6rem auto 0 0;
  }
}




/* sp_sec07 */
.sec07{
  width: 66.0rem;
  margin: 19.9rem auto 0;
}
@media only screen and (min-width: 561px) {
  /* pc_sec07 */
  .sec07{
    width: 122.0rem;
    margin: 16.0rem auto 0;
    text-align: right;
  }
  .sec07 .credit {
    margin: 2.5rem 0 0 0;
  }
}






/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}


/* allbutton */
.allbutton {
  margin-top: 13.7rem;
  /* font-family: kepler-std, serif; */
  font-family: pragmatica-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.allbutton a {
  padding-bottom: 1rem;
  border-bottom: 3px double #58595b;
}

/* staff */
.staff {
  width: 100%;
  margin: 15rem auto 0;
  padding-bottom: 15rem;
  /* font-family: kepler-std, serif; */
  font-family: pragmatica-condensed, sans-serif;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  text-align: center;
}
.lpWrap .staff .pcOnly {
  display: none;
}





/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }
}

/* PC */
@media only screen and (min-width: 561px) {

/* allbutton */
.allbutton {
  font-size: 2rem;
  letter-spacing: 0.04em;
}

.allbutton a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: double 3px #58595b;
}
/* staff */
.staff {
  width: 110rem;
  margin: 13.5rem auto 0;
  padding-bottom: 13.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  border-bottom: 1px solid;
}
.lpWrap .staff .pcOnly{
  display: inline;
}
}