@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../../../../Contents/font/NotoSerifCJKjp-Regular.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../../../../Contents/font/NotoSerifCJKjp-Medium.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../../../../Contents/font/NotoSerifJP-SemiBold.otf");
}

.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.14em;
  line-height: 2;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: #58595b;
}

/* アニメーション */
.fade_up {
  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_up.active {
  opacity: 1;
}

/* mv */
.mv_wrap {
  width: 120rem;
  margin: 0 auto;
}

.mv_lead {
  margin: 0 auto;
  padding-top: 5.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  text-align: center;
}

/* slick */
.slick-dots {
  margin: auto 0;
  position: absolute;
  bottom: 1rem;
  left: auto;
  right: 1rem;
}

.slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li:nth-child(1) {
  margin-right: 1.2rem;
}

/* sec共通 */
.content_container {
  width: 140rem;
  margin: 11.2rem auto 0;
}

.content_wrapper {
  position: relative;
}

.en_font {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.ttl {
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.lead {
  position: absolute;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2;
}

.lead>span {
  display: block;
  padding-bottom: 2.5rem;
  font-size: 1.7rem;
  letter-spacing: 0.14em;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

.credit {
  padding-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.75;
}

/* sec01 */
.content_wrapper--sec01 .ttl {
  width: 8.6rem;
  top: 0;
  right: 28.5rem;
}

.content_wrapper--sec01 .lead {
  top: 110rem;
  left: 27rem;
}

.content_wrapper--sec01 .credit {
  position: relative;
  top: 0.5rem;
  padding-left: 2rem;
}

.content_wrapper--sec01 .box01 {
  width: 60rem;
  margin-left: auto;
  margin-right: 30rem;
  padding-top: 1rem;
}

.content_wrapper--sec01>.fl {
  justify-content: space-between;
  width: 120rem;
  margin-left: auto;
  padding-top: 6rem;
}

.content_wrapper--sec01 .box02 {
  width: 50rem;
  padding-top: 4rem;
  order: 1;
}

.content_wrapper--sec01 .box03 {
  align-items: flex-end;
  width: 56rem;
  padding-top: 49.5rem;
}

.content_wrapper--sec01 .box03 .img {
  width: 45rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 20rem;
}

.content_wrapper--sec02 .ttl {
  width: 9rem;
  top: 0;
  left: 3.5rem;
}

.content_wrapper--sec02 .lead {
  top: 10.5rem;
  right: 19rem;
  text-align: right;
}

.content_wrapper--sec02 .credit {
  position: relative;
  top: 0.5rem;
  padding-left: 2rem;
}

.content_wrapper--sec02>.fl {
  width: 121rem;
  justify-content: space-between;
  margin-left: 5rem;
}

.content_wrapper--sec02 .box01 {
  width: 56rem;
  padding-top: 1rem;
}

.content_wrapper--sec02 .box02 {
  align-items: flex-end;
  width: 55rem;
  padding-top: 35rem;
}

.content_wrapper--sec02 .box02 .img {
  width: 43rem;
}

/* sec03 */
.content_wrapper--sec03 {
  width: 118rem;
  margin-top: 19rem;
  margin-left: auto;
}

.content_wrapper--sec03 .ttl {
  width: 8.8rem;
  top: 0;
  right: 20.5rem;
}

.content_wrapper--sec03 .lead {
  top: 105rem;
  left: 0;
  text-align: center;
}

.content_wrapper--sec03 .credit {
  text-align: right;
}

.content_wrapper--sec03 .box01 {
  width: 96rem;
  padding-top: 1rem;
}

.content_wrapper--sec03 .box02 {
  width: 50rem;
  margin-left: auto;
  padding-top: 10rem;
}

/* sec04 */
.content_wrapper--sec04 {
  width: 95rem;
  margin-top: 18.5rem;
  margin-left: 10rem;
}

.content_wrapper--sec04 .ttl {
  width: 8.8rem;
  top: -0.1rem;
  left: 38.4rem;
}

.content_wrapper--sec04 .lead {
  top: 141.5rem;
  right: -5.5rem;
  z-index: 2;
}

.content_wrapper--sec04 .box01 {
  width: 55rem;
  margin-left: auto;
  padding-top: 1rem;
  z-index: 2;
}

.content_wrapper--sec04 .box02 {
  width: 65rem;
  margin-top: -10rem;
}

/* sec05 */
.content_wrapper--sec05 {
  width: 105rem;
  margin-top: 19.5rem;
  margin-left: auto;
  margin-right: 5rem;
}

.content_wrapper--sec05 .ttl {
  width: 8.9rem;
  top: 34rem;
  right: -1.5rem;
}

.content_wrapper--sec05 .lead {
  top: 81.5rem;
  left: -7rem;
}

.content_wrapper--sec05 .credit {
  text-align: right;
}

.content_wrapper--sec05 .box01 {
  width: 40rem;
}

.content_wrapper--sec05 .box02 {
  width: 55rem;
  margin-left: auto;
  padding-top: 35rem;
}

/* allbutton */
.allbutton {
  margin-top: 13.5rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  color: #000;
}

.allbutton a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: double 3px #58595b;
}

/* staff */
.staff {
  width: 110rem;
  margin: 13.5rem auto 0;
  padding-bottom: 13.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
  border-bottom: 1px solid;
}

/* 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;
  }

}

/* タブレット */
@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));
} 

.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: 6.5rem;
  font-size: 2.4rem;
}

/* slick */
.slick-dots {
  bottom: 2rem;
  right: 2rem;
}

.slick-dots li button {
  width: 1rem;
  height: 1rem;
}

.slick-dots li:nth-child(1) {
  margin-right: 2rem;
}

/* sec共通 */
.content_container {
  width: 100%;
  margin-top: 15rem;
}

.content_wrapper {
  width: 100%;
}

.ttl {
  font-size: 4rem;
}

.ttl>span {
  padding-bottom: 2.5rem;
  font-size: 2.8rem;
}

.ttl>span>span {
  font-size: 3rem;
}

.lead {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}

.lead>span {
  padding-bottom: 4.5rem;
  font-size: 3rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
}

.credit {
  padding-top: 4rem;
  font-size: 2.3rem;
  line-height: 1.75;
}

.credit .sp_only { 
  display: inline;
}

/* sec01 */
.content_wrapper--sec01 .ttl {
  width: 14.3rem;
  top: 3.5rem;
  right: 3.5rem;
}

.content_wrapper--sec01 .lead {
  top: 121.5rem;
  left: 5.5rem;
  text-align: center;
}

.content_wrapper--sec01 .credit {
  position: unset;
  padding-left: 5rem;
}

.content_wrapper--sec01 .box01 {
  width: 100%;
  padding-top: 0;
}

.content_wrapper--sec01>.fl {
  width: 70rem;
  margin-left: 0;
  padding-top: 52rem;
}

.content_wrapper--sec01 .box02 {
  width: 58rem;
  margin-left: auto;
  padding-top: 4rem;
  order: 1;
}

.content_wrapper--sec01 .box03 {
  width: 53rem;
  padding-top: 9.5rem;
  order: 2;
}

.content_wrapper--sec01 .box03 .img {
  width: 100%;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 19rem;
}

.content_wrapper--sec02 .ttl {
  width: 15rem;
  left: 6.5rem;
}

.content_wrapper--sec02 .lead-credit {
  margin-left: 5rem;
  padding-top: 9rem;
}

.content_wrapper--sec02 .lead {
  position: unset;
  text-align: left;
}

.content_wrapper--sec02 .credit {
  position: unset;
  padding-left: 0;
}

.content_wrapper--sec02>.fl {
  width: 66rem;
  margin-left: auto;
}

.content_wrapper--sec02 .box01 {
  width: 66rem;
  padding-top: 2rem;
}

.content_wrapper--sec02 .box02 {
  width: 53rem;
  padding-top: 10rem;
}

.content_wrapper--sec02 .box02 .img {
  width: 100%;
}

/* sec03 */
.content_wrapper--sec03 {
  width: 100%;
  margin-top: 19rem;
  margin-left: auto;
}

.content_wrapper--sec03 .ttl {
  width: 15.1rem;
  right: 2.5rem;
}

.content_wrapper--sec03 .lead {
  top: 60rem;
  left: auto;
  right: 5rem;
  text-align: right;
}

.content_wrapper--sec03 .credit {
  padding-top: 3rem;
  text-align: left;
}

.content_wrapper--sec03 .box01 {
  width: 66rem;
  padding-top: 7rem;
}

.content_wrapper--sec03 .box02 {
  width: 65.5rem;
  padding-top: 56rem;
}

.content_wrapper--sec03 .box02 .img {
  width: 56rem;
  margin-left: auto;
}

/* sec04 */
.content_wrapper--sec04 {
  width: 67rem;
  margin: 19.5rem auto 0;
}

.content_wrapper--sec04 .ttl {
  width: 15rem;
  left: 1rem;
}

.content_wrapper--sec04 .lead-credit {
  margin: 0 auto;
  padding-top: 9rem;
  text-align: center;
}

.content_wrapper--sec04 .lead {
  position: unset;
  text-align: center;
}

.content_wrapper--sec04 .box01 {
  width: 60rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.content_wrapper--sec04 .box02 {
  width: 100%;
  margin-top: 10rem;
}

/* sec05 */
.content_wrapper--sec05 {
  width: 100%;
  margin-top: 19rem;
  margin-right: 0;
}

.content_wrapper--sec05 .ttl {
  width: 15.2rem;
  top: 0;
  right: 13rem;
}

.content_wrapper--sec05 .lead {
  top: 98.5rem;
  left: 5rem;
}

.content_wrapper--sec05 .credit {
  text-align: left;
  margin-left: 5rem;
  padding-top: 3.5rem;
}

.content_wrapper--sec05 .box01 {
  width: 55rem;
  padding-top: 7rem;
}

.content_wrapper--sec05 .box02 {
  width: 100%;
  padding-top: 55.5rem;
}

/* allbutton */
.allbutton {
  margin-top: 14.5rem;
  font-size: 4rem;
}

.allbutton a {
  padding-bottom: 1rem;
}

/* staff */
.staff {
  width: 100%;
  margin: 15.5rem auto 0;
  padding-bottom: 15rem;
  font-size: 2.4rem;
  line-height: 1.75;
  border-bottom: none;
}

}