@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 {
  font-family: ryo-text-plusn, serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: #000;
  overflow: hidden;
}

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

.id_wrap span {
  opacity: 0;
}

.id_wrap.active span {
  opacity: 1;
  transition-delay: .2s;
  transition-duration: 0.5s;
}

.id_wrap.active span:nth-of-type(2) {
  transition-delay: .4s;
}

.id_wrap.active span:nth-of-type(3) {
  transition-delay: .6s;
}

.id_wrap.active span:nth-of-type(4) {
  transition-delay: .8s;
}

.id_wrap.active span:nth-of-type(5) {
  transition-delay: 1s;
}

.id_wrap.active span:nth-of-type(6) {
  transition-delay: 1.2s;
}

.id_wrap.active span:nth-of-type(7) {
  transition-delay: 1.4s;
}

.id_wrap.active span:nth-of-type(8) {
  transition-delay: 1.6s;
}

.id_wrap.active span:nth-of-type(9) {
  transition-delay: 1.8s;
}

.id_wrap.active span:nth-of-type(10) {
  transition-delay: 2s;
}

.id_wrap.active span:nth-of-type(11) {
  transition-delay: 2.5s;
}

.id_wrap.active span:nth-of-type(12) {
  transition-delay: 2.7s;
}

/* mv */
.mv_wrap {
  width: 120rem;
  margin: 0 auto;
}

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

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

.content_wrapper {
  position: relative;
}

.en_font {
  font-family: "linotype-didot", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.ttl {
  position: absolute;
  font-size: 4.2rem;
  letter-spacing: 0.14em;
  font-weight: 500;
  color: #000;
}

.ttl .en_font {
  display: block;
  padding-bottom: 1rem;
  font-size: 2.4rem;
  letter-spacing: 0;
}

.lead {
  position: relative;
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}

.lead::before ,
.lead::after {
  position: absolute;
  font-family: "petersburg-web", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.8rem;
  line-height: 1;
}

.lead::before {
  content: "“";
  top: -3rem;
  left: -4.5rem;
}

.lead::after {
  content: "”";
  bottom: -6rem;
  right: -4.5rem;
}

.credit {
  white-space: nowrap;
  margin-top: 1.7rem;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #58595b;
}

/* sec01 */
.content_wrapper--sec01 {
  width: 110rem;
  margin-left: 21rem;
}

.content_wrapper--sec01 .ttl {
  top: 93rem;
  right: 35rem;
}

.content_wrapper--sec01  .lead {
  margin-bottom: 10rem;
  margin-right: 12rem;
}

.content_wrapper--sec01 .credit {
  margin-bottom: -0.5rem;
  margin-left: 2rem;
}

.content_wrapper--sec01 .box01 {
  width: 52rem;
}

.content_wrapper--sec01 .box02 {
  align-items: flex-end;
  width: fit-content;
  margin-left: 2rem;
}

.content_wrapper--sec01 .box02 .img {
  width: 44rem;
}

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

.content_wrapper--sec01 .box04 {
  align-items: flex-end;
  width: fit-content;
  margin-top: -22rem;
  margin-left: auto;
  margin-right: 17rem;
}

.content_wrapper--sec01 .box04 .img {
  width: 40rem;
}

/* sec02 */
.content_wrapper--sec02 {
  width: 114rem;
  margin-top: 16.5rem;
  margin-left: 9rem;
}

.content_wrapper--sec02 .ttl {
  top: 5.5rem;
}

.content_wrapper--sec02  .lead {
  position: absolute;
  bottom: 8.5rem;
  left: -61.5rem;
}

.content_wrapper--sec02 .credit {
  text-align: right;
}

.content_wrapper--sec02 .box01 {
  width: 60rem;
  padding-top: 18rem;
}

.content_wrapper--sec02 .wrap {
  width: 45rem;
  margin-left: auto;
}

.content_wrapper--sec02 .box03 {
  position: relative;
  margin-top: 1rem;
}

/* sec03 */
.content_wrapper--sec03 {
  width: 119.5rem;
  margin-top: 28rem;
  margin-left: auto;
}

.content_wrapper--sec03 .ttl {
  top: -12rem;
  left: 22.5rem;
}

.content_wrapper--sec03  .lead {
  position: absolute;
  top: 15.5rem;
  right: -59rem;
}

.content_wrapper--sec03 .credit {
  margin-bottom: -0.5rem;
  margin-left: 2rem;
}

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

.content_wrapper--sec03 .box02 {
  width: 42rem;
  margin-left: auto;
}

.content_wrapper--sec03 .box03 {
  position: relative;
  width: 33.5rem;
  padding-top: 10rem;
}

.content_wrapper--sec03 .box04 {
  align-items: flex-end;
  width: fit-content;
  margin-left: 14rem;
  padding-top: 36rem;
}

.content_wrapper--sec03 .box04 .img {
  width: 45rem;
}

/* 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: 14rem auto 0;
  padding-bottom: 13.5rem;
  font-size: 1.2rem;
  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%;
}

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

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

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

.ttl {
  font-size: 5.2rem;
}

.ttl .en_font {
  padding-bottom: 2rem;
  font-size: 3.2rem;
}

.lead {
  font-size: 2.8rem;
  line-height: 1.85;
}

.lead::before ,
.lead::after {
  font-size: 11.2rem;
}

.lead::before {
  top: -5rem;
  left: -5.5rem;
}

.lead::after {
  bottom: -11rem;
  right: -6.5rem;
}

.credit {
  margin-top: 2.7rem;
  font-size: 2.2rem;
}

.credit .sp_only {
  display: inline;
}

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

.content_wrapper--sec01 .ttl {
  top: 0;
  left: 4.5rem;
  right: auto;
}

.content_wrapper--sec01  .lead {
  margin-bottom: 12rem;
  margin-left: 13rem;
  margin-right: auto;
}

.content_wrapper--sec01 .credit {
  margin-bottom: 0;
  margin-left: auto;
  text-align: right;
}

.content_wrapper--sec01 .box01 {
  width: 66.5rem;  
  margin-top: 16rem;
  margin-left: 4rem;
}

.content_wrapper--sec01 .box02 {
  width: 54rem;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: 4rem;
}

.content_wrapper--sec01 .box02 .img {
  width: 100%;
}

.content_wrapper--sec01 .box03 {
  width: 48rem;
  margin-left: 8rem;
  padding-top: 7rem;
}

.content_wrapper--sec01 .box04 {
  align-items: unset;
  margin-top: 12rem;
  margin-right: 3rem;
}

.content_wrapper--sec01 .box04 .img {
  width: 58rem;
  margin-left: auto;
}

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

.content_wrapper--sec02 .ttl {
  top: 0;
  left: 19rem;
  text-align: center;
}

.content_wrapper--sec02 .lead {
  position: relative;
  width: fit-content;
  top: 0;
  left: 0;
  margin-left: 13rem;
  white-space: nowrap;
}

.content_wrapper--sec02 .lead::after {
  bottom: -10.5rem;
  right: -5rem;
}

.content_wrapper--sec02 .box01 {
  width: 100%;
  padding-top: 15.5rem;
}

.content_wrapper--sec02 .wrap {
  width: 60rem;
  margin-left: 0;
  padding-top: 4.5rem;
}

.content_wrapper--sec02 .box02 {
  position: relative;
  padding-top: 8rem;
}

.content_wrapper--sec02 .box02 .img {
  padding-top: 11rem;
}

.content_wrapper--sec02 .box03 {
  margin-top: 3rem;
}

/* sec03 */
.content_wrapper--sec03 {
  width: 100%;
  margin-top: 20rem;
  margin-left: 0;
}

.content_wrapper--sec03 .ttl {
  top: 0;
  left: 5.5rem;
}

.content_wrapper--sec03  .lead {
  top: 12rem;
  right: -7rem;
}

.content_wrapper--sec03 .credit {
  margin-bottom: 0;
  margin-left: 0;
}

.content_wrapper--sec03 .box01 {
  width: 44rem;
  margin-top: 16rem;
  margin-left: 0;
}

.content_wrapper--sec03 .box02 {
  width: 29rem;
  margin-top: 16rem;
}

.content_wrapper--sec03 .box03 {
  width: 52rem;
  margin-left: 4rem;
  padding-top: 50rem;
}

.content_wrapper--sec03 .box04 {
  width: 63rem;
  margin-left: 9rem;
  padding-top: 6rem;
}

.content_wrapper--sec03 .box04 .img {
  width: 100%;
}

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

}