@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../../../../Contents/font/NotoSerif/NotoSerifCJKjp-Regular.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../../../../Contents/font/NotoSerif/NotoSerifCJKjp-Medium.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../../../../Contents/font/NotoSerif/NotoSerifJP-SemiBold.otf");
}

.all_wrap img ,
.all_wrap video {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
}

.all_wrap .video a:hover {
  opacity: 1 !important;
}

.all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

.all_wrap {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  color: #000;
  overflow: hidden;
}

.all_wrap .en_font {
  font-family: linotype-didot, serif;
  font-weight: 400;
  font-style: normal;
}

/* アニメーション */
.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 {
  position: relative;
}

.mv_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 135rem;
  left: 0;
  border-top: 1px solid #000;
  z-index: -1;
}

.mv_img {
  width: 120rem;
  margin: 0 auto;
}

.mv_lead {
  padding-top: 5rem;
  font-size: 1.6rem;
  letter-spacing: 0.16em;
  line-height: 2;
  font-feature-settings: 'palt';
  text-align: center;
}

.mv_wrap .video {
  width: 48.5rem;
  margin: 11.2rem auto 0;
}

/* sec共通 */
.content_container {
  width: 140rem;
  margin: 16.5rem auto 0;
}

.content_wrapper {
  position: relative;
}

.ttl {
  position: absolute;
  pointer-events: none;
  z-index: 5;
}

.txt_wrap {
  width: fit-content;
}

.lead {
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  line-height: 2;
  font-feature-settings: 'palt';
}

.credit {
  padding-top: 2.5rem;
  color: #58595b;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.925rem;
}

/* slick */
.slick-dots {
  position: absolute;
  margin: 0;
  bottom: 1rem;
  right: 0.5rem;
}

.slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #000;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #000;
}

.slick-dots li {
  margin: 0 0.6rem;
}

/* sec01 */
.content_wrapper--sec01 .ttl {
  width: 37.37rem;
  top: 4rem;
  left: 33.5rem;
}

.content_wrapper--sec01 .txt_wrap {
  margin-top: -25rem;
  margin-left: 26rem;
  position: relative;
  z-index: 4;
}

.content_wrapper--sec01 .box01 {
  position: relative;
  width: 60rem;
  margin-left: auto;
  margin-right: 23rem;
  z-index: 2;
}

.content_wrapper--sec01 .fl {
  justify-content: space-between;
  width: 91rem;
  margin-top: -25rem;
  margin-left: 26rem;
}

.content_wrapper--sec01 .box02 {
  width: 37.8rem;
  z-index: 3;
}

.content_wrapper--sec01 .box03 {
  width: 42rem;
  padding-top: 28rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 20rem;
}

.content_wrapper--sec02 .ttl {
  width: 62.18rem;
  top: 79.2rem;
  left: 39rem;
}

.content_wrapper--sec02 .txt_wrap {
  margin: 4rem auto 0;
  text-align: center;
}

.content_wrapper--sec02 .box01 {
  width: 55.8rem;
  margin: 0 auto;
}

.content_wrapper--sec02 .fl {
  justify-content: space-between;
  width: 94rem;
  margin: 0 auto;
  padding-top: 16rem;
}

.content_wrapper--sec02 .fl .box {
  width: 45.6rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 16rem;
}

.content_wrapper--sec03 .ttl {
  width: 37.35rem;
  top: 50rem;
  right: 30.5rem;
}

.content_wrapper--sec03 .txt_wrap {
  margin-top: -28rem;
  margin-left: auto;
  margin-right: 34.5rem;
}

.content_wrapper--sec03 .box01 {
  width: 56.4rem;
  margin-left: 23rem;
}

.content_wrapper--sec03 .fl {
  justify-content: space-between;
  width: 87.5rem;
  margin-left: 29.5rem;
  padding-top: 2.5rem;
}

.content_wrapper--sec03 .box02 {
  width: 36rem;
  margin-top: 48.5rem;
  z-index: 2;
}

.content_wrapper--sec03 .box03 {
  width: 70.2rem;
  margin-left: -19rem;
}

/* allbutton */
.allbutton {
  margin-top: 18rem;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.allbutton a {
  display: inline-block;
  padding-bottom: 6px;
  color: #000;
  border-bottom: double 3px #58595b;
}

/* staff */
.staff {
  width: 110rem;
  margin: 14rem auto 0;
  padding-bottom: 5.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #58595b;
  border-bottom: 1px solid #000;
}

/* PC */
@media only screen and (min-width: 561px) { 
  /* archive */
  .archive_slider {
    width: 120rem !important;
    max-width: unset !important;
    min-width: unset !important;
}

.archive_slider > h4 {
  padding: 6.5rem 0 4rem;
}

.sp_only {
  display: none;
}
}

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

#breadcrumb .cateList {
  width: 120rem !important;
  max-width: unset !important;
  height: auto;
  line-height: 5rem;
  font-size: 1.2rem;
}

.content_container {
  width: 100%;
}

.main-area.lp {
  padding-top: 0 !important;
}

.archive_slider .bx-wrapper ul li {
  margin-right: 1rem !important;
}
}

/* SP */
@media only screen and (max-width: 560px) {
html {
  font-size: calc(10* (100vw / 750));
} 

.pc_only{
  display: none;
}

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

/* mv */
.mv_wrap::before {
  top: 207rem;
}

.mv_img {
  width: 100%;
}

.mv_lead {
  padding-top: 10.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
}

.mv_wrap .video {
  width: 63rem;
  margin: 13rem auto 0;
}

/* sec共通 */
.content_container {
  width: 100%;
  margin: 19.5rem auto 0;
}

.lead {
  font-size: 2.8rem;
  letter-spacing: 0.12em;
}

.credit {
  padding-top: 4rem;
  font-size: 2.2rem;
  line-height: 1.75;
}

/* slick */
.slick-dots {
  bottom: 2rem;
  right: 1.5rem;
}

.slick-dots li button {
  width: 1rem;
  height: 1rem;
}

.slick-dots li {
  margin: 0 1rem;
}

/* sec01 */
.content_wrapper--sec01 .ttl {
  width: 40.04rem;
  top: 0;
  left: 4.2rem;
}

.content_wrapper--sec01 .txt_wrap {
  margin: 5rem auto 0;
  text-align: center;
}

.content_wrapper--sec01 .box01 {
  width: 66rem;
  margin-right: 0;
  padding-top: 15rem;
}

.content_wrapper--sec01 .fl {
  width: 65rem;
  margin-top: 5rem;
  margin-left: 3rem
}

.content_wrapper--sec01 .box02 {
  width: 50rem;
}

.content_wrapper--sec01 .box03 {
  width: 56rem;
  margin-left: auto;
  padding-top: 5rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 20rem;
}

.content_wrapper--sec02 .ttl {
  width: 48.06rem;
  top: 97.5rem;
  left: 13.5rem;
}

.content_wrapper--sec02 .txt_wrap {
  margin: 5.5rem auto 0;
}

.content_wrapper--sec02 .box01 {
  width: 69rem;
}

.content_wrapper--sec02 .fl {
  width: 71rem;
  margin-left: 0;
  padding-top: 28rem;
}

.content_wrapper--sec02 .fl .box {
  width: auto;
}

.content_wrapper--sec02 .fl .box02 {
  width: 51.5rem;
}

.content_wrapper--sec02 .fl .box03 {
  width: 60rem;
  margin-left: auto;
  padding-top: 5rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 19.5rem;
}

.content_wrapper--sec03 .ttl {
  width: 40.4rem;
  top: 84rem;
  right: 4rem;
}

.content_wrapper--sec03 .txt_wrap {
  margin: 5rem auto 0;
  text-align: center;
}

.content_wrapper--sec03 .box01 {
  width: 66rem;
  margin-left: 0;
}

.content_wrapper--sec03 .fl {
  width: 71rem;
  margin-left: 4rem;
  padding-top: 19.5rem;
}

.content_wrapper--sec03 .box02 {
  width: 46rem;
  margin-top: 4.5rem;
  order: 2;
}

.content_wrapper--sec03 .box03 {
  width: 68.5rem;
  margin-left: auto;
}

/* allbutton */
.allbutton {
  margin-top: 15rem;
  font-size: 4rem;
}

.allbutton a {
  padding-bottom: 1.5rem;
}

/* staff */
.staff {
  width: 100%;
  margin: 15rem auto 0;
  padding-bottom: 15rem;
  font-size: 2.4rem;
  line-height: 1.75;
}

.archive_slider {
  border: none;
}

}