@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.otf");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.otf");
}
@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../font/NotoSerifJP-SemiBold.otf");
}

.all__wrap .sp_only {
  display: none;
}

.all__wrap img {
  width: 100%;
}

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

.all__wrap {
  font-family: kinuta-mincho-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* fade */
.fade_up{
  transform: translateY(50px);
  opacity: 0;
}

.fade_up.active{
  transform: translateY(0);
  transition: transform 1.2s, opacity 1.2s;
  opacity: 1;
}

.all__wrap {
  overflow: hidden;
  font-family: 'Noto Serif JP';
  color: #58595B;
}

.en_font {
  font-family: adobe-caslon-pro, serif;
  font-weight: 400;
  font-style: normal;
}

/* mv */
.mv__wrap h2 {
  width: 140rem;
  margin: 0 auto;
}

.mv__txt {
  padding-top: 5.5rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  font-feature-settings: "palt";
}

/* sec共通 */
.content__container {
  margin-top: 10rem;
}

.content__wrapper {
  position: relative;
  width: 140rem;
  margin: 0 auto;
}

.box {
  position: absolute;
}

.ttl__wrap {
  width: 100%;
  color: #fff;
  z-index: 3;
}

.box.ttl__wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12rem;
  top: -2.2rem;
  background: #474747;
  z-index: -1;
}

.ttl__wrap .en_font {
  letter-spacing: 0.04em;
}

.ttl__wrap .tips {
  font-size: 2.8rem;
}

.ttl__wrap .num {
  padding-top: 0.3rem;
  font-size: 7.1rem;
}

.ttl__wrap .ttl {
  padding-top: 0.5rem;
  padding-left: 4.5rem;
  font-family: kinuta-mincho-stdn, sans-serif;
  /* font-weight: 400; */
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
}

.txt {
  width: max-content;
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2;
  font-feature-settings: "palt";
}

.content {
  position: absolute;
}

.credit {
  padding-top: 3rem;
  font-family:"adobe-caslon-pro";
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: normal;
  font-variant: lining-nums;
}

/* sec01 */
.content__wrapper--sec01 .content__wrapper {
  height: 180rem;
}

.content__wrapper--sec01 .ttl__wrap {
  top: 9rem;
  left: 80rem;
  padding-left: 8rem;
}

.content__wrapper--sec01 .ttl__wrap:before {
  left: 0;
}

.content__wrapper--sec01 .box_01 {
  width: 60rem;
  left: 30rem;
}

.content__wrapper--sec01 .box_02 {
  width: 50rem;
  bottom: 0;
  left: 10rem;
}

.content__wrapper--sec01 .box_03 {
  width: 40rem;
  top: 70rem;
  right: 0;
}

.content__wrapper--sec01 .box_04 {
  top: 145rem;
  right: 17rem;
}

/* sec02 */
.content__wrapper--sec02 .content__wrapper {
  height: 214.5rem;
  margin-top: 15.5rem;
}

.content__wrapper--sec02 .ttl__wrap {
  top: 25.3rem;
  left: 8rem;
  padding-right: 3rem;
}

.content__wrapper--sec02 .ttl__wrap:before {
  left: -96rem;
}

.content__wrapper--sec02 .box_01 {
  width: 53rem;
  top: 28rem;
  left: 40.5rem;
  z-index: 2;
}

.content__wrapper--sec02 .box_02 {
  width: 75rem;
  right: 0;
}

.content__wrapper--sec02 .box_03 {
  top: 119.7rem;
  left: 45rem;
  text-align: center;
}

.content__wrapper--sec02 .box_03 span {
  display: block;
}

.content__wrapper--sec02 .box_03 .txt_02 {
  padding-top: 2.7rem;
}

.content__wrapper--sec02 .box_04 {
  width: 90rem;
  bottom: 0;
  left: 25rem;
}

/* sec03 */
.content__wrapper--sec03 .content__wrapper {
  margin-top: 17.7rem;
}

.content__wrapper--sec03 .ttl__wrap {
  position: relative;
  width: fit-content;
  margin-left: 43rem;
  text-align: center;
}

.content__wrapper--sec03 .ttl__wrap:before {
  width: 500%;
  left: -200%;
}

.content__wrapper--sec03 .ttl__wrap .ttl {
  padding-top: 2rem;
}

.content__wrapper--sec03 .box_01 {
  position: relative;
  margin-top: -0.4rem;
  text-align: center;
}

.content__wrapper--sec03 .box_01 .img {
  width: calc(100% / 3);
}

.content__wrapper--sec03 .box_01 .txt {
  margin: 0 auto;
  padding-top: 7rem;
  text-align: center;
}

.content__wrapper--sec03 .box_01 .credit {
  padding-top: 3.5rem;
}

/* sec04 */
.content__wrapper--sec04 .content__wrapper {
  height: 170rem;
  margin-top: 15.7rem;
}

.content__wrapper--sec04 .ttl__wrap {
  top: 2rem;
  left: 48rem;
  padding-left: 8rem;
}

.content__wrapper--sec04 .ttl__wrap:before {
  left: 0rem;
}

.content__wrapper--sec04 .box_01 {
  width: 50rem;
  top: 5rem;
  left: 8rem;
}

.content__wrapper--sec04 .box_02 {
  width: 60rem;
  top: 25rem;
  right: 10rem;
  text-align: right;
}

.content__wrapper--sec04 .box_03 {
  top: 87rem;
  left: 17.5rem;
  text-align: right;
}

.content__wrapper--sec04 .box_04 {
  width: 40rem;
  bottom: 0;
  left: 40rem;
  z-index: 2;
}

/* sec05 */
.content__wrapper--sec05 .content__wrapper {
  height: 149rem;
  margin-top: 16rem;
}

.content__wrapper--sec05 .ttl__wrap {
  top: 8rem;
  left: 8rem;
  padding-right: 29rem;
}

.content__wrapper--sec05 .ttl__wrap:before {
  left: -96rem;
}

.content__wrapper--sec05 .box_01 {
  width: 56rem;
  right: 16rem;
  z-index: 2;
}

.content__wrapper--sec05 .box_02 {
  width: 80rem;
  bottom: 0;
}

.content__wrapper--sec05 .box_03 {
  top: 98.3rem;
  right: 25rem;
}

/* sec06 */
.content__wrapper--sec06 .content__wrapper {
  margin-top: 15.5rem;
}

.content__wrapper--sec06 .ttl__wrap {
  position: relative;
  width: fit-content;
  margin-top: 2.2rem;
  margin-left: 46rem;
  text-align: center;
}

.content__wrapper--sec06 .ttl__wrap:before {
  width: 500%;
  left: -200%;
}

.content__wrapper--sec06 .ttl__wrap .ttl {
  padding-top: 2rem;
}

.content__wrapper--sec06 .box_01 {
  position: relative;
  text-align: center;
}

.content__wrapper--sec06 .box_01 .img {
  height: 105rem;
}

.content__wrapper--sec06 .box_01 .img img {
  width: auto;
  height: 100%;
}

.content__wrapper--sec06 .box_01 .txt {
  margin: 0 auto;
  padding-top: 7rem;
  text-align: center;
}

.content__wrapper--sec06 .box_01 .credit {
  padding-top: 3.5rem;
}

/* allbutton */
.allbutton {
  margin-top: 13.5rem;
  font-family:"adobe-caslon-pro";
  font-weight: normal;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.06em;
  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-family:"adobe-caslon-pro";
  font-weight: 300;
  font-style: normal;
  font-variant: lining-nums;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
  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));
  }

  .mv__wrap h2 {
    width: 100%;
  }

  .content__wrapper {
    width: 100%;
  }

  /* Windows */
  .win .all__wrap .box_12 {
    right: 1.7rem;
  }
}

/* SP */
@media only screen and (max-width: 560px) {
  html {
    font-size: calc(10* (100vw / 750));
} 

.all__wrap .pc_only{
    display: none;
}

.all__wrap .sp_only{
    display: block;
}

/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

.all__wrap {
  margin-top: 4rem;
}

/* mv */
.mv__wrap h2 {
  width: 100%;
}

.mv__txt {
  padding-top: 10.5rem;
  font-size: 2.4rem;
}

/* sec共通 */
.content__container {
  margin-top: 18rem;
}

.content__wrapper {
  width: 100%;
}

.box.ttl__wrap:before {
  height: 16rem;
  top: -3rem;
}

.ttl__wrap .tips {
  font-size: 4rem;
}

.ttl__wrap .num {
  padding-top: 0.3rem;
  font-size: 9.8rem;
}

.ttl__wrap .ttl {
  padding-top: 0.5rem;
  padding-left: 6.5rem;
  font-size: 3.6rem;
}


.txt {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}

.credit {
  padding-top: 5rem;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}

/* sec01 */
.content__wrapper--sec01 .content__wrapper {
  height: 332rem;
}

.content__wrapper--sec01 .ttl__wrap {
  top: 0;
  left: 5rem;
  padding-left: 7rem;
}

.content__wrapper--sec01 .ttl__wrap:before {
  width: 70rem;
}

.content__wrapper--sec01 .box_01 {
  width: 65rem;
  top: 10rem;
  left: 0;
}

.content__wrapper--sec01 .box_02 {
  width: 55rem;
  left: 5rem;
}

.content__wrapper--sec01 .box_03 {
  width: 45rem;
  top: 163.5rem;
}

.content__wrapper--sec01 .box_04 {
  top: 116rem;
  right: 9rem;
}

/* sec02 */
.content__wrapper--sec02 .content__wrapper {
  height: 310rem;
  margin-top: 22.5rem;
}

.content__wrapper--sec02 .ttl__wrap {
  top: 0;
  left: 0;
  padding-left: 7rem;
  padding-right: 0;
}

.content__wrapper--sec02 .ttl__wrap:before {
  width: 70rem;
  left: 0;
}

.content__wrapper--sec02 .box_01 {
  width: 48rem;
  top: 18rem;
  left: 0;
}

.content__wrapper--sec02 .box_02 {
  width: 60rem;
  top: 74rem;
}

.content__wrapper--sec02 .box_03 {
  top: 190.5rem;
  left: 4rem;
}

.content__wrapper--sec02 .box_03 .txt_02 {
  padding-top: 4rem;
}

.content__wrapper--sec02 .box_04 {
  width: 100%;
  bottom: 0;
  left: 0;
}

.content__wrapper--sec02 .credit {
  margin-left: 4rem;
}

/* sec03 */
.content__wrapper--sec03 .content__wrapper {
  margin-top: 22rem;
}

.content__wrapper--sec03 .ttl__wrap {
  width: 100%;
  margin-left: 0;
}

.content__wrapper--sec03 .ttl__wrap:before {
  width: 100%;
  left: 0;
}

.content__wrapper--sec03 .ttl__wrap .en_font {
  padding-left: 6.5rem;
}

.content__wrapper--sec03 .ttl__wrap .ttl {
  padding-top: 0rem;
  text-align: left;
}

.content__wrapper--sec03 .box_01 {
  margin-top: -1.2rem;
}

.content__wrapper--sec03 .box_01 .img:nth-of-type(1) {
  width: 100%;
  order: 4;
}

.content__wrapper--sec03 .box_01 .img:nth-of-type(2) {
  width: 100%;
  padding-top: 9rem;
  order: 3;
}

.content__wrapper--sec03 .box_01 .img:nth-of-type(3) {
  width: 60rem;
  margin: 0 auto;
  order: 1;
}

.content__wrapper--sec03 .box_01 .txt {
  padding-top: 9rem;
  order: 2;
}

.content__wrapper--sec03 .box_01 .credit {
  padding-top: 5rem;
}

/* sec04 */
.content__wrapper--sec04 .content__wrapper {
  height: 317rem;
  margin-top: 24.7rem;
}

.content__wrapper--sec04 .ttl__wrap {
  top: 0;
  left: 5rem;
  padding-left: 7rem;
}

.content__wrapper--sec04 .ttl__wrap:before {
  left: 0rem;
}

.content__wrapper--sec04 .box_01 {
  width: 55rem;
  top: 10rem;
  left: 0;
}

.content__wrapper--sec04 .box_02 {
  width: 65rem;
  top: 144rem;
  right: 0;
}

.content__wrapper--sec04 .box_03 {
  top: 101rem;
  left: 6.5rem;
}

.content__wrapper--sec04 .box_04 {
  width: 46rem;
  left: 5rem;
}

.content__wrapper--sec04 .box_04 .img {
  width: 45rem;
}

/* sec05 */
.content__wrapper--sec05 .content__wrapper {
  height: 246.5rem;
  margin-top: 22rem;
}

.content__wrapper--sec05 .ttl__wrap {
  top: 0;
  left: 0;
  padding-left: 6rem;
  padding-right: 0;
}

.content__wrapper--sec05 .ttl__wrap:before {
  left: 0;
}

.content__wrapper--sec05 .box_01 {
  width: 60rem;
  top: 18rem;
  right: 0;
}

.content__wrapper--sec05 .box_02 {
  width: 100%;
  top: 88rem;
  bottom: auto;
}

.content__wrapper--sec05 .box_03 {
  top: auto;
  bottom: 0;
  right: 3rem;
  text-align: center;
}

/* sec06 */
.content__wrapper--sec06 .content__wrapper {
  margin-top: 22.5rem;
}

.content__wrapper--sec06 .ttl__wrap {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-left: 12rem;
}

.content__wrapper--sec06 .ttl__wrap:before {
  width: 100%;
  left: 0;
}

.content__wrapper--sec06 .ttl__wrap .ttl {
  padding-top: 0;
  text-align: left;
}

.content__wrapper--sec06 .box_01.sp_only {
  display: flex;
  flex-wrap: wrap;
}

.content__wrapper--sec06 .box_01 .img {
  height: auto;
}

.content__wrapper--sec06 .box_01 .img:nth-of-type(1) {
  width: 65rem;
  margin: -1.5rem auto 0;
}

.content__wrapper--sec06 .box_01 .img:nth-of-type(2) {
  width: 55rem;
  padding-top: 5rem;
  margin-left: auto;
  margin-right: 5rem;
}

.content__wrapper--sec06 .box_01 .img img {
  width: 100%;
  height: auto;
}

.content__wrapper--sec06 .box_01 .txt__wrap {
  margin: 0 auto;
}

.content__wrapper--sec06 .box_01 .txt {
  padding-top: 9rem;
}

.content__wrapper--sec06 .box_01 .credit {
  padding-top: 5rem;
}

/* allbutton */
.allbutton {
  margin-top: 16.5rem;
  font-size: 4rem;
}

.allbutton a {
  padding-bottom: 1rem;
}

/* staff */
.staff {
  width: 100%;
  margin: 15rem auto 0;
  padding-bottom: 15rem;
  font-size: 2.4rem;
  line-height: 1.75;
  border-bottom: none;
}

}