@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; */
}

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

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

.all_wrap {
  width: 120rem;
  margin: 0 auto;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  overflow: hidden;
}

.all_wrap .en_font {
  font-family: "kudryashev-d-contrast", sans-serif;
  font-weight: 400;
}

/* アニメーション */
.fade {
  opacity: 0;
  will-change: transform;
  -webkit-transition: ease-in, opacity 1000ms, -webkit-transform 1000ms;
  transition: ease-in, opacity 1000ms, -webkit-transform 1000ms;
  -o-transition: ease-in, opacity 1000ms, transform 1000ms;
  transition: ease-in, opacity 1000ms, transform 1000ms;
  transition: ease-in, opacity 1000ms, transform 1000ms, -webkit-transform 1000ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fade.active {
  opacity: 1;
}

.fade_up {
  opacity: 0;
  transform: translateY(100px);
}

.fade_up.active {
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}

/* mv */
.mv_wrap .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 {
  position: relative;
  width: 48.5rem;
  margin: 10.2rem auto 0;
}

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

/* sec共通 */
.content_container {
  margin: 22.5rem auto 0;
}

.content_wrapper {
  position: relative;
}

.num {
  position: absolute;
  /* pointer-events: none; */
  z-index: 2;
}

.txt_wrap {
  padding-top: 4.7rem;
}

.ttl {
  margin: 0 auto;
}

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

.credit {
  padding-top: 2rem;
  color: #58595b;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.925rem;
  text-align: center;
}

/* sec01 */
.content_wrapper--sec01 .num {
  width: 14.45rem;
  top: -6.5rem;
  left: 26rem;
}

.content_wrapper--sec01 .ttl {
  width: 52.7rem;
}

.content_wrapper--sec01 .lead {
  padding-top: 2.5rem;
}

.content_wrapper--sec01 .box01 {
  width: 60rem;
  margin: 0 auto;
}

.content_wrapper--sec01 .fl {
  justify-content: space-between;
  width: 86rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.content_wrapper--sec01 .fl .box {
  width: 42rem;
}

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

.content_wrapper--sec02 .num {
  width: 16.36rem;
  top: 68rem;
  left: 24rem;
}

.content_wrapper--sec02 .ttl {
  width: 60.1rem;
}

.content_wrapper--sec02 .lead {
  padding-top: 3.2rem;
}

.content_wrapper--sec02 .fl {
  justify-content: space-between;
  width: 92rem;
  margin: 0 auto;
}

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

.content_wrapper--sec02 .box03 {
  width: 48rem;
  margin: 0 auto;
  padding-top: 5rem;
}

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

.content_wrapper--sec03 .num {
  width: 16.83rem;
  top: -3.7rem;
  right: 41.5rem;
}

.content_wrapper--sec03 .ttl {
  width: 49.44rem;
}

.content_wrapper--sec03 .lead {
  padding-top: 2.5rem;
}

.content_wrapper--sec03 .fl01 {
  width: 83rem;
  margin-left: 20rem;
}

.content_wrapper--sec03 .fl02 {
  justify-content: space-between;
  width: 92rem;
  margin: 0 auto;
  padding-top: 5rem;
}

.content_wrapper--sec03 .box01 {
  width: 54rem;
}

.content_wrapper--sec03 .box02 {
  position: relative;
  width: 50rem;
  margin-left: -21rem;
  margin-top: 57rem;
  z-index: 2;
}

.content_wrapper--sec03 .fl02 .box {
  width: 45rem;
}

/* allbutton */
.allbutton {
  margin-top: 14rem;
  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;
}

.all_wrap {
  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;
}

.all_wrap {
  width: 100%;
  font-family: "hiragino-mincho-pron", sans-serif;
  font-weight: 300;
}

/* mv */
.mv_wrap .mv_lead {
  padding-top: 10.5rem;
  font-size: 3rem;
}

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

.mv_wrap .video::before {
  top: -1.5rem;
  left: 2rem;
}

/* sec共通 */
.content_container {
  margin: 27.5rem auto 0;
}

.txt_wrap {
  padding-top: 6rem;
}

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

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

/* sec01 */
.content_wrapper--sec01 .num {
  width: 16.05rem;
  top: -7rem;
  left: 2rem;
}

.content_wrapper--sec01 .ttl {
  width: 60.65rem;
}

.content_wrapper--sec01 .lead {
  padding-top: 5rem;
}

.content_wrapper--sec01 .box01 {
  width: 69rem;
  margin-right: 0;
}

.content_wrapper--sec01 .fl {
  width: 60rem;
  margin-left: 12rem;
  padding-top: 6rem;
}

.content_wrapper--sec01 .fl .box02 {
  width: 49.8rem;
}

.content_wrapper--sec01 .fl .box03 {
  width: 54rem;
  margin-left: auto;
  padding-top: 4rem;
}

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

.content_wrapper--sec02 .num {
  width: 18.17rem;
  top: 5.5rem;
  left: auto;
  right: 5.2rem;
}

.content_wrapper--sec02 .ttl {
  width: 59.93rem;
}

.content_wrapper--sec02 .lead {
  padding-top: 5.2rem;
}

.content_wrapper--sec02 .fl {
  width: 100%;
}

.content_wrapper--sec02 .fl .box01 {
  width: 100%;
}

.content_wrapper--sec02 .fl .box02 {
  width: 56.5rem;
  margin-left: 5rem;
  padding-top: 6rem;
}

.content_wrapper--sec02 .box03 {
  width: 61.2rem;
  margin-left: 10rem;
  padding-top: 4rem;
}

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

.content_wrapper--sec03 .num {
  width: 18.7rem;
  top: -3.7rem;
  right: 9rem
}

.content_wrapper--sec03 .ttl {
  width: 55.93rem;
}

.content_wrapper--sec03 .lead {
  padding-top: 5rem;
}

.content_wrapper--sec03 .fl01 {
  width: 100%;
  margin-left: 0;
}

.content_wrapper--sec03 .fl02 {
  width: 66rem;
  padding-top: 6rem;
}

.content_wrapper--sec03 .box01 {
  width: 61.2rem;
}

.content_wrapper--sec03 .box02 {
  width: 47.6rem;
  margin-left: -34rem;
  margin-top: 75rem;
}

.content_wrapper--sec03 .fl02 .box03 {
  width: 100%;
}

.content_wrapper--sec03 .fl02 .box04 {
  width: 54rem;
  margin: 0 auto;
  padding-top: 4rem;
}

/* allbutton */
.allbutton {
  margin-top: 16.5rem;
  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;
}

}