@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");
  }
  @font-face {
    font-family: 'Noto Serif JP';
    src: url("../font/EBGaramond-Regular.ttf");
  }

.all_wrap .sp_only {
  display: none;
}

.all_wrap img ,
.all_wrap video {
  width: 100%;
}

.all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

.all_wrap {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: #58595b;
}

.en_font {
  font-family: baskerville-display-pt, serif;
  letter-spacing: 0.08em;
}

/* アニメーション */
.fade_up {
  opacity: 0;
  transform: translateY(50px);
  
}

.fade_up.active {
  transition: transform 1.2s, opacity 1.2s;
  transform: translateY(0);
  opacity: 1;
}

/* mv */
.mv_wrap {
  width: 120rem;
  margin: 0 auto;
}

.mv_lead {
  margin: 0 auto;
  padding-top: 7.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  text-align: center;
}

/* video_wrap */
.video_wrap {
  position: relative;
  margin-top: 9.5rem;
  text-align: center;
  color: #000;
}

.video_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95rem;
  top: 25rem;
  left: 0;
  background: #EAEAEA;
  z-index: -1;
}

.video_wrap .video {
  width: 54rem;
  margin: 0 auto;
}

.video_ttl {
  padding-top: 4rem;
  font-size: 2.8rem;
}

.video_txt {
  padding-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
}

.video_txt span {
  display: block;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
}

/* sec共通 */
.content_container {
  margin-top: 16rem;
}

.content_inner {
  position: relative;
  width: 140rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.txt_wrap {
  text-align: center;
  color: #000;
}

.txt_wrap .lead {
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  line-height: 1.75;
  font-weight: 500;
}

.txt_wrap .ttl {
  font-size: 3.2rem;
}

.content_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1;
  color: #000;
}

.content_ttl span {
  display: block;
  padding-top: 2rem;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
}

.content_txt {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 2;
}

/* sec01 */
.content_wrapper--sec01 .content_txt01 {
  text-align: center;
}

.content_wrapper--sec01 .content_txt02 {
  width: 40rem;
  top: 94.5rem;
  left: 18rem;
  text-align: justify;
}

.content_wrapper--sec01 .box01 {
  width: 40rem;
  top: 27rem;
  left: 28rem;
}

.content_wrapper--sec01 .box02 {
  width: 46rem;
  top: 53rem;
  right: 18rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 14.5rem;
}

.content_wrapper--sec02 .content_txt01 {
  width: 42rem;
  top: 56.5rem;
  right: 25rem;
  text-align: justify;
}

.content_wrapper--sec02 .content_txt02 {
  top: 169.5rem;
  left: 37.5rem;
  text-align: center;
}

.content_wrapper--sec02 .box01 {
  width: 40rem;
  top: 6rem;
  left: 25rem;
}

.content_wrapper--sec02 .box02 {
  width: 50rem;
  top: 87rem;
  right: 35rem;
}

.content_wrapper--sec02 .box03 {
  width: 56rem;
  top: 186.5rem;
  left: 42rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 14.5rem;
}

.content_wrapper--sec03 .content_inner::before {
  content: "";
  position: absolute;
  width: 60rem;
  height: 80rem;
  top: 44rem;
  left: 50%;
  transform: translateX(-50%);
  background: #D1D3CE;
  z-index: -1;
}

.content_wrapper--sec03 .content_ttl {
  top: 32.5rem;
  right: 26.5rem;
  padding-top: 0.5rem;
  padding-right: 2rem;
  text-align: right;
  border-right: 1px solid;
}

.content_wrapper--sec03 .content_txt01 {
  text-align: center;
}

.content_wrapper--sec03 .box01 {
  width: 43rem;
  top: 24.5rem;
  left: 18.5rem;
}

.content_wrapper--sec03 .box02 {
  width: 50rem;
  top: 69rem;
  right: 18.5rem;
}

/* sec04 */
.content_wrapper--sec04 {
  position: relative;
  margin-top: 7rem;
}

.content_wrapper--sec04::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40rem;
  top: 62rem;
  left: 0;
  background: #D4CCCF;
  z-index: -1;
}

.content_wrapper--sec04 .content_ttl {
  width: fit-content;
  position: relative;
  margin: 0 auto;
  padding: 0.5rem 2rem 0;
  text-align: center;
  border-left: 1px solid;
  border-right: 1px solid;
}

.content_wrapper--sec04 .content_inner .fl {
  width: 102rem;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 6rem;
}

.content_wrapper--sec04 .box01 {
  width: 46rem;
}

.content_wrapper--sec04 .box02 {
  width: 46rem;
}

/* sec05 */
.content_wrapper--sec05 {
  margin-top: 28rem;
}

.content_wrapper--sec05 .content_inner::before {
  content: "";
  position: absolute;
  width: 45rem;
  height: 45rem;
  top: 45rem;
  right: 6rem;
  background: #CFCFCF;
  z-index: -1;
}

.content_wrapper--sec05 .content_ttl {
  top: 5rem;
  left: 25rem;
  padding-top: 0.5rem;
  padding-left: 2rem;
  border-left: 1px solid;
}

.content_wrapper--sec05 .box01 {
  width: 40rem;
  top: 37rem;
  left: 19rem;
}

.content_wrapper--sec05 .box02 {
  width: 52rem;
  top: -1rem;
  right: 19rem;
}

/* staff */
.staff {
  margin: 13.5rem auto 0;
  padding-bottom: 3.5rem;
  font-size: 1.3rem;
  line-height: 1.75;
  text-align: center;
}

/* PC */
@media only screen and (min-width: 561px) {
  .absolute {
    position: absolute;
  }

  /* sec01 */
  .content_wrapper--sec01 .content_inner {
    height: 117rem;
  }

  /* sec02 */
  .content_wrapper--sec02 .content_inner {
    height: 265.5rem;
  }

  /* sec03 */
  .content_wrapper--sec03 .content_inner {
    height: 139rem;
  }

  /* sec05 */
  .content_wrapper--sec05 .content_inner {
    height: 92rem;
  }
  
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
html {
  font-size: calc(10* (100vw / 1400));
}

.content_inner {
  width: 100%;
}

}

/* SP */
@media only screen and (max-width: 560px) {
html {
  font-size: calc(10* (100vw / 750));
} 

.all_wrap .pc_only{
  display: none !important;
}

.all_wrap .sp_only{
  display: block;
}

/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
  text-align: left;
}

/* mv */
.mv_wrap {
  width: 100%;
}

.mv_lead { 
  padding-top: 10.5rem;
  font-size: 2.6rem;
}

/* video_wrap */
.video_wrap {
  margin-top: 15rem;
}

.video_wrap::before {
  height: 115rem;
  top: 25rem;
}

.video_wrap .video {
  width: 59.5rem;
}

.video_ttl {
  padding-top: 5.5rem;
  font-size: 4.4rem;
}

.video_txt {
  padding-top: 1rem;
  font-size: 2.6rem;
}

.video_txt span {
  padding-bottom: 0.5rem;
  font-size: 3.2rem;
}

/* sec共通 */
.content_container {
  margin-top: 18rem;
}

.content_inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 6rem;
}

.txt_wrap .lead {
  font-size: 2.8rem;
}

.txt_wrap .ttl {
  font-size: 4.8rem;
}

.content_ttl {
  position: absolute;
  font-size: 2.6rem;
}

.content_ttl span {
  padding-top: 3rem;
  font-size: 4.4rem;
}

.content_txt {
  font-size: 2.4rem;
}

/* sec01 */
.content_wrapper--sec01 .content_txt01 {
  margin: 0 auto;
}

.content_wrapper--sec01 .content_txt02 {
  width: 100%;
  padding: 6.5rem 7.5rem 0;
  order: 3;
}

.content_wrapper--sec01 .box01 {
  width: 50rem;
  padding-top: 9.5rem;
  margin-left: 5rem;
}

.content_wrapper--sec01 .box02 {
  width: 60rem;
  padding-top: 8rem;
  margin-left: auto;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 14.5rem;
}

.content_wrapper--sec02 .content_txt01 {
  width: 100%;
  padding: 7rem 7.5rem 0;
  order: 2;
}

.content_wrapper--sec02 .content_txt02 {
  width: 100%;
  padding: 7rem 7.5rem 0;
  text-align: justify;
  order: 6;
}

.content_wrapper--sec02 .box01 {
  width: 53.5rem;
  margin: 0 auto;
  padding-top: 1.5rem;
}

.content_wrapper--sec02 .box02 {
  width: 60rem;
  margin-left: auto;
  padding-top: 7rem;
  order: 3;
}
.content_wrapper--sec02 .box03 {
  width: 68rem;
  padding-top: 8rem;
  order: 5;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 14.5rem;
}

.content_wrapper--sec03 .content_inner::before {
  width: 100%;
  height: 55rem;
  top: 100.5rem;
}

.content_wrapper--sec03 .content_ttl {
  top: 67.2rem;
  right: 5rem;
  padding-top: 1rem;
  padding-right: 3.5rem;
}

.content_wrapper--sec03 .content_txt01 {
  margin: 0 auto;
}

.content_wrapper--sec03 .box01 {
  width: 56rem;
  margin-left: 5rem;
  padding-top: 32rem;
}

.content_wrapper--sec03 .box02 {
  width: 100%;
  padding-top: 8rem;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 9rem;
}

.content_wrapper--sec04::before {
  width: 46rem;
  height: 204rem;
  top: 25rem;
  left: auto;
  right: 0;
}

.content_wrapper--sec04 .content_ttl {
  padding: 1rem 4.2rem 0;
}

.content_wrapper--sec04 .content_inner .fl {
  width: 60rem;
  padding-top: 16rem;
}

.content_wrapper--sec04 .box01 {
  width: 100%;
  padding-top: 8rem;
  order: 2;
}

.content_wrapper--sec04 .box02 {
  width: 100%;
}

/* sec05 */
.content_wrapper--sec05 {
  margin-top: 22rem;
}

.content_wrapper--sec05 .content_inner::before {
  width: 60rem;
  height: 60rem;
  top: 157rem;
  right: 10rem;
}

.content_wrapper--sec05 .content_ttl {
  top: 0;
  left: 5rem;
  padding-top: 1rem;
  padding-left: 4rem;
}

.content_wrapper--sec05 .box01 {
  width: 55rem;
  margin-left: auto;
  margin-right: 5rem;
  padding-top: 8rem;
  order: 2;
}

.content_wrapper--sec05 .box02 {
  width: 65rem;
  padding-top: 13rem;
}

/* staff */
.staff {
  margin: 25.5rem auto 0;
  padding-bottom: 3rem;
  font-size: 2.4rem;
}

}