@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 .fl {
  display: flex;
  flex-wrap: wrap;
}

.all_wrap {
  width: 140rem;
  margin: 0 auto;
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-feature-settings: 'palt';
  color: #58595b;
}

/* アニメーション */
.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 {
  width: 120rem;
  margin: 0 auto;
}

.mv_txt {
  padding-top: 6rem;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: center;
}

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

.content_wrapper {
  position: relative;
}

.en_font {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

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

.lead {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 400;
}

.lead .bold {
  display: block;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 700;
  color: #000;
}

.credit {
  white-space: nowrap;
  margin-top: 1.7rem;
  font-size: 1.2rem;
  line-height: 1.75;
}

/* sec01 */
.content_wrapper--sec01 {
  width: 112.7rem;
  margin-left: 20rem;
}

.content_wrapper--sec01 .ttl {
  width: 4.56rem;
  top: 38rem;
  right: 27.5rem;
}

.content_wrapper--sec01 .box01 {
  width: 55rem;
  margin-left: 22.5rem;
}

.content_wrapper--sec01 .box02 {
  margin-top: 47.2rem;
}

.content_wrapper--sec01 .box03 {
  align-items: flex-end;
  width: fit-content;
  margin-left: auto;
  margin-top: 8rem;
}

.content_wrapper--sec01 .box03 .img {
  width: 42rem;
  margin-right: 2rem;
}

/* sec02 */
.content_wrapper--sec02 {
  width: 135rem;
  margin-top: 16rem;
  margin-left: auto;
}

.content_wrapper--sec02 .ttl {
  width: 19rem;
  top: 3.5rem;
  right: 3.8rem;
}

.content_wrapper--sec02 .box01 {
  position: relative;
  width: 90rem;
  margin-left: auto;
  z-index: 2;
}

.content_wrapper--sec02 .box02 {
  width: 50rem;
  margin-top: -10rem;
}

.content_wrapper--sec02 .box03 {
  margin-top: 41rem;
  margin-left: 15rem;
}

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

.content_wrapper--sec03 .ttl {
  width: 41.8rem;
  top: 63rem;
  left: 50%;
  transform: translateX(-50%);
}

.content_wrapper--sec03 .box {
  margin: 0 auto;
}

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

.content_wrapper--sec03 .box02 {
  width: 55rem;
  margin-top: 10.5rem;
}

.content_wrapper--sec03 .box03 {
  margin-top: 5.5rem;
  text-align: center;
}

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

.content_wrapper--sec04 .ttl {
  width: 4.55rem;
  top: 0rem;
  left: 12.5rem;
}

.content_wrapper--sec04 .box01 {
  width: 50rem;
  margin-left: 20rem;
}

.content_wrapper--sec04 .box02 {
  margin-top: 7.5rem;
  margin-left: 15rem;
}

.content_wrapper--sec04 .box03 {
  align-items: flex-end;
  width: fit-content;
  margin-top: -35rem;
  margin-left: auto;
  margin-right: 3.5rem;
}

.content_wrapper--sec04 .box03 .img {
  width: 43rem;
  margin-right: 2rem;
}

/* allbutton */
.allbutton {
  margin-top: 13.5rem;
  font-size: 2rem;
  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: 14.5rem auto 0;
  padding-bottom: 13.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  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%;
}

/* mv */
.mv_wrap {
  width: 100%;
}

.mv_txt {
  padding-top: 10.5rem;
  font-size: 2.4rem;
  line-height: 2.2;
}

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

.lead {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  text-align: justify;
}

.lead .bold {
  margin-bottom: 3.5rem;
  font-size: 2.8rem;
  letter-spacing: 0.14em;
  line-height: 1.7;
}

.credit {
  margin-top: 4.5rem;
  font-size: 2.2rem;
  line-height: 1.75;
}

/* sec01 */
.content_wrapper--sec01 {
  width: 100%;
  margin-left: 0;
}

.content_wrapper--sec01 .ttl {
  width: 69rem;
  top: -12.5rem;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

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

.content_wrapper--sec01 .box02 {
  width: 65rem;
  margin: 7.5rem auto 0;
  order: 2;
}

.content_wrapper--sec01 .box03 {
  width: 55rem;
  margin-left: auto;
  margin-top: 8rem;
}

.content_wrapper--sec01 .box03 .img {
  width: 100%;
  margin-right: auto;
}

/* sec02 */
.content_wrapper--sec02 {
  width: 100%;
  margin-top: 15rem;
}

.content_wrapper--sec02 .ttl {
  width: 7rem;
  top: 4.5rem;
  right: 4.2rem;
}

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

.content_wrapper--sec02 .box02 {
  width: 50rem;
  margin-top: 8rem;
  margin-left: 5rem;
}

.content_wrapper--sec02 .box03 {
  width: 65rem;
  margin: 7.5rem auto 0;
}

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

.content_wrapper--sec03 .ttl {
  width: 64.5rem;
  top: 96rem;
}

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

.content_wrapper--sec03 .box02 {
  width: 100%;
  margin-top: 18.5rem;
}

.content_wrapper--sec03 .box03 {
  width: 65rem;
  margin: 7.5rem auto 0;
  text-align: justify;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 15rem;
}

.content_wrapper--sec04 .ttl {
  width: 6.5rem;
  top: 28.5rem;
  left: auto;
  right: 3.5rem;
}

.content_wrapper--sec04 .box01 {
  width: 62rem;
  margin-left: 0;
}

.content_wrapper--sec04 .box02 {
  width: 65rem;
  margin: 7.5rem auto 0;
  order: 2;
}

.content_wrapper--sec04 .box03 {
  width: 53rem;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: 5rem;
}

.content_wrapper--sec04 .box03 .img {
  width: 100%;
  margin-right: 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;
}

}