@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;
  transform: translateY(50px);
}

.fade_up.active {
  transition: transform 1.2s, opacity 1.2s;
  transform: translateY(0);
  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 {
  margin-top: 11.5rem;
}

.content_wrapper {
  position: relative;
  width: 140rem;
  margin: 0 auto;
}

.en_font {
  font-family: garamond-premier-pro, serif;
  font-style: normal;
  letter-spacing: 0.06em;
}

.ttl {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 500;
  color: #000;
  text-align: center;
}

.ttl>span {
  display: block;
  padding-bottom: 1rem;
  font-size: 1.8rem;
}

.ttl>span>span {
  font-size: 1.9rem;
}

.lead {
  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;
  font-weight: 400;
}

/* sec01 */
.content_wrapper--sec01 .lead {
  padding-top: 7rem;
  text-align: center;
}

.content_wrapper--sec01 .box {
  margin: 0 auto;
}

.content_wrapper--sec01 .box01 {
  width: 50rem;
  margin: 0 auto;
  padding-top: 3.5rem;
}

.content_wrapper--sec01 .box02 {
  width: 84rem;
  padding-top: 6.5rem;
  justify-content: space-between;
}

.content_wrapper--sec01 .box02 .img {
  width: 40rem;
}

.content_wrapper--sec01 .box03 {
  width: 84rem;
  padding-top: 4rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 19.5rem;
}

.content_wrapper--sec02 .ttl {
  width: fit-content;
  margin-left: 27rem;
}

.content_wrapper--sec02 .lead {
  margin-right: 8rem;
  padding-top: 8rem;
  text-align: right;
}

.content_wrapper--sec02 .credit {
  margin-right: 8rem;
  padding-top: 3rem;
  text-align: right;
}

.content_wrapper--sec02>.fl {
  width: 127.5rem;
  justify-content: space-between;
  margin-left: auto;
}

.content_wrapper--sec02 .box01 {
  width: 47rem;
  padding-top: 3.5rem;
}

.content_wrapper--sec02 .box01 .img:nth-of-type(2) {
  padding-top: 4rem;
}

.content_wrapper--sec02 .box02 {
  width: 53rem;
  padding-top: 19.5rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 20rem;
}

.content_wrapper--sec03 .lead {
  padding-top: 7rem;
  text-align: center;
}

.content_wrapper--sec03 .credit {
  padding-top: 3rem;
  text-align: center;
}

.content_wrapper--sec03 .box {
  width: 60rem;
  margin: 0 auto;
  padding-top: 3.5rem;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 19.5rem;
}

.content_wrapper--sec04 .ttl {
  position: absolute;
  right: 20rem;
  top: 20rem;
}

.content_wrapper--sec04 .lead {
  margin-left: 15rem;
  padding-top: 10rem;
}

.content_wrapper--sec04 .credit {
  text-align: right;
}

.content_wrapper--sec04 .fl {
  width: 130rem;
  justify-content: space-between;
}

.content_wrapper--sec04 .box01 {
  width: 55rem;
}

.content_wrapper--sec04 .box01 .img {
  width: 45rem;
}

.content_wrapper--sec04 .box02 {
  width: 54rem;
  padding-top: 29.5rem;
}

.content_wrapper--sec04 .box03 {
  width: 43rem;
  margin-top: -12rem;
  margin-left: 29rem;
}

/* sec05 */
.content_wrapper--sec05 {
  margin-top: 20rem;
}

.content_wrapper--sec05 .lead {
  padding-top: 8rem;
  text-align: center;
}

.content_wrapper--sec05 .credit {
  padding-top: 3.5rem;
  text-align: center;
}

.content_wrapper--sec05 .fl {
  width: 104rem;
  margin: 0 auto;
  justify-content: space-between;
}

.content_wrapper--sec05 .img:nth-of-type(1) {
  width: 46rem;
  padding-top: 3.5rem;
  order: 2;
}

.content_wrapper--sec05 .img:nth-of-type(2) {
  width: 52rem;
  padding-top: 13rem;
}

/* allbutton */
.allbutton {
  margin-top: 13.5rem;
  font-size: 2rem;
  letter-spacing: 0.045em;
  line-height: 1;
  font-weight: 400;
  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.1em;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid;
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
html {
  font-size: calc(10* (100vw / 1400));
}

.content_wrapper-inner {
  width: 100%;
}

}

/* 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 {
  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;
}

.lead>span {
  padding-bottom: 4.5rem;
  font-size: 3rem;
}

.credit {
  padding-top: 3rem;
  font-size: 2.3rem;
  line-height: 1.75;
}

/* sec01 */
.content_wrapper--sec01 .lead {
  padding-top: 10rem;
}

.content_wrapper--sec01 .credit {
  text-align: center;
}

.content_wrapper--sec01 .box01 {
  width: 60rem;
  padding-top: 5rem;
}

.content_wrapper--sec01 .box02 {
  width: 100%;
  padding-top: 9.5rem;
}

.content_wrapper--sec01 .box02 .img {
  width: 36rem;
}

.content_wrapper--sec01 .box03 {
  width: 100%;
  padding-top: 3rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 19.5rem;
}

.content_wrapper--sec02 .ttl {
  margin: 0 auto;
}

.content_wrapper--sec02 .lead {
  margin-left: 5rem;
  margin-right: auto;
  padding-top: 10rem;
  text-align: left;
}

.content_wrapper--sec02 .credit {
  margin-right: auto;
  padding-top: 3.5rem;
  text-align: left;
}

.content_wrapper--sec02>.fl {
  width: 100%;
}

.content_wrapper--sec02 .box01 {
  width: 54rem;
  margin-left: 5rem;
  padding-top: 9.5rem;
  order: 2;
}

.content_wrapper--sec02 .box01 .img:nth-of-type(2) {
  padding-top: 3rem;
}

.content_wrapper--sec02 .box02 {
  width: 100%;
  padding-top: 5rem;
}

.content_wrapper--sec02 .box02 .img {
  width: 65rem;
  margin-left: auto;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 19rem;
}

.content_wrapper--sec03 .lead {
  padding-top: 9rem;
}

.content_wrapper--sec03 .lead>span {
  line-height: 1.6;
}

.content_wrapper--sec03 .credit {
  padding-top: 4rem;
}

.content_wrapper--sec03 .box {
  width: 100%;
  padding-top: 4.5rem;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 19.5rem;
}

.content_wrapper--sec04 .ttl {
  position: relative;
  right: auto;
  top: 0;
  margin: 0 auto;
}

.content_wrapper--sec04 .lead {
  margin-left: auto;
  padding-top: 9rem;
  text-align: right;
}

.content_wrapper--sec04 .lead>span {
  line-height: 1.6;
}

.content_wrapper--sec04 .credit {
  text-align: left;
}

.content_wrapper--sec04 .fl {
  width: 100%;
}

.content_wrapper--sec04 .box01 {
  width: 65rem;
  margin-left: 5rem;
  padding-top: 4.5rem;
}

.content_wrapper--sec04 .box01 .img {
  width: 56rem;
}

.content_wrapper--sec04 .box02 {
  width: 60rem;
  margin-left: auto;
  padding-top: 8.5rem;
}

.content_wrapper--sec04 .box03 {
  width: 50rem;
  margin-top: 6.5rem;
  margin-left: 5rem;
}

/* sec05 */
.content_wrapper--sec05 {
  margin-top: 19rem;
}

.content_wrapper--sec05 .lead {
  padding-top: 10rem;
}

.content_wrapper--sec05 .credit {
  padding-top: 4rem;
}

.content_wrapper--sec05 .fl {
  width: 100%;
}

.content_wrapper--sec05 .img:nth-of-type(1) {
  width: 56rem;
  margin-left: auto;
  margin-right: 5rem;
  padding-top: 4.5rem;
}

.content_wrapper--sec05 .img:nth-of-type(2) {
  width: 100%;
  padding-top: 6rem;
  order: 2;
}

/* 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;
}

}