@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: 6rem;
  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: 9.5rem;
}

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

.ttl__wrap {
  position: absolute;
  color: #000;
  font-feature-settings: 'palt';
}

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

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

.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: 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;
}

.img {
  position: relative;
}

.img::before {
  content: "";
  position: absolute;
  background: #474747;
}


.img.portrait::before {
  width: 1rem;
  height: 100%;
}

.img.landscape::before {
  width: 100%;
  height: 1rem;
}

.img.top::before {
  top: -1rem;
  left: 0;
}

.img.bottom::before {
  bottom: -1rem;
  left: 0;
}

.img.left::before {
  top: 0;
  left: -1rem;
}

.img.right::before {
  top: 0;
  right: -1rem;
}

/* sec01 */
.content__wrapper--sec01 .ttl__wrap {
  top: 76.5rem;
  right: 14.5rem;
}

.content__wrapper--sec01 .credit {
  padding-top: 4rem;
}

.content__wrapper--sec01 .txt {
  padding-top: 17.5rem;
}

.content__wrapper--sec01 .box_01 {
  width: 75rem;
}

.content__wrapper--sec01 .box_02 {
  width: 51.5rem;
  margin-top: 10rem;
  margin-left: 10rem;
}

.content__wrapper--sec01 .box_02 .img {
  width: 40rem;
}

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

.content__wrapper--sec02 .ttl__wrap {
  top: 47rem;
  left: 20.5rem;
  z-index: 2;
}

.content__wrapper--sec02 .ttl__wrap .ttl {
  padding-left: 3.5rem;
}

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

.content__wrapper--sec02 .txt {
  padding-top: 7rem;
}

.content__wrapper--sec02 .box_01 {
  width: 55rem;
  margin-left: 10rem;
  padding-top: 53rem;
}

.content__wrapper--sec02 .box_01 .img {
  width: 50rem;
  margin-left: auto;
}

.content__wrapper--sec02 .box_01 + div {
  width: 60rem;
  margin-left: auto;
}

.content__wrapper--sec02 .box_03 {
  margin-top: 1rem;
}

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

.content__wrapper--sec03 .ttl__wrap {
  top: 61.5rem;
  left: 39rem;
}

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

.content__wrapper--sec03 .credit {
  position: relative;
  margin-left: 3rem;
  top: 0.5rem;
}

.content__wrapper--sec03 .txt {
  margin: 0 auto;
  padding-top: 7.5rem;
}

.content__wrapper--sec03 .box_01 {
  width: 100rem;
  align-items: flex-end;
}

.content__wrapper--sec03 .box_01 .img {
  width: 82.5rem;
}

.content__wrapper--sec03 .box_01 + .fl {
  justify-content: space-between;
  width: 108rem;
  margin-left: auto;
  padding-top: 20rem;
}

.content__wrapper--sec03 .box_02 {
  width: 65rem;
}

.content__wrapper--sec03 .box_03 {
  width: 41rem;
}

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

.content__wrapper--sec04 .content__wrapper {
  display: flex;
  flex-wrap: wrap;
}  

.content__wrapper--sec04 .ttl__wrap {
  top: 12rem;
  right: 20rem;
  z-index: 2;
}

.content__wrapper--sec04 .ttl__wrap .ttl {
  padding-left: 4rem;
}

.content__wrapper--sec04 .credit {
  position: absolute;
  bottom: -0.5rem;
  left: 84rem;
}

.content__wrapper--sec04 .txt {
  position: relative;
  margin-left: -20rem;
  padding-top: 23.5rem;
  z-index: 2;
}

.content__wrapper--sec04 .box_01 {
  width: 127rem;
  margin-left: 25rem;
}

.content__wrapper--sec04 .box_01 .img {
  width: 80rem;
}

.content__wrapper--sec04 .box_01 + .fade_up {
  position: relative;
  width: 108rem;
  margin-left: 10rem;
  padding-top: 11rem;
  align-items: flex-end;
}

.content__wrapper--sec04 .box_02 {
  width: 40rem;
}

.content__wrapper--sec04 .box_03 {
  width: 40rem;
  margin-left: 1rem;
}

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

.content__wrapper--sec05 .ttl__wrap {
  top: 112.5rem;
  left: 15rem;
}

.content__wrapper--sec05 .ttl__wrap .ttl {
  padding-top: 2rem;
  padding-left: 4rem;
}

.content__wrapper--sec05 .credit {
  position: relative;
  left: -1rem;
  text-align: left;
}

.content__wrapper--sec05 .txt {
  padding-top: 17.5rem;
}

.content__wrapper--sec05 .box_01 {
  width: 61rem;
  margin-left: 15rem;
  padding-top: 1rem;
}

.content__wrapper--sec05 .box_01 .img {
  width: 56rem;
  margin-left: auto;
}

.content__wrapper--sec05 .box_01 + div {
  width: 50rem;
  margin-left: auto;
  padding-top: 15rem;
}


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

.content__wrapper--sec06 .ttl__wrap {
  top: 10rem;
  right: 1rem;
  z-index: 2;
}

.content__wrapper--sec06 .ttl__wrap .ttl {
  padding-left: 4rem;
}

.content__wrapper--sec06 .credit {
  margin-left: auto;
  padding-top: 4rem;
  text-align: right;
}

.content__wrapper--sec06 .txt {
  margin: 0 auto;
  padding-top: 7.5rem;
}

.content__wrapper--sec06 .box_01 {
  width: 75rem;
  margin-left: 42.5rem;
}

.content__wrapper--sec06 .box_01 + .fl {
  width: 100rem;
  margin-top: -30.5rem;
  margin-left: 7.5rem;
  align-items: flex-end;
}

.content__wrapper--sec06 .box_02 {
  width: 50rem;
}

.content__wrapper--sec06 .box_03 {
  width: 48rem;
  margin-left: 2rem;
}

/* 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 !important;
}

.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: 15.5rem;
}

.content__wrapper {
  width: 100%;
}

.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;
}

.left {
  padding-bottom: 0;
}

/* sec01 */
.content__wrapper--sec01 .ttl__wrap {
  top: 0;
  right: 8.5rem;
}

.content__wrapper--sec01 .ttl__wrap .ttl {
  padding-top: 0.5rem;
  padding-left: 5rem;
}

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

.content__wrapper--sec01 .txt {
  padding-top: 8.5rem;
}

.content__wrapper--sec01 .box_01 {
  width: 100%;
  padding-top: 19.5rem;
}

.content__wrapper--sec01 .box_02 {
  width: 60.5rem;
  margin: 11rem auto 0;
}

.content__wrapper--sec01 .box_02 .img {
  width: 50rem;
  margin-left: 5.5rem;
}

/* sec02 */
.content__wrapper--sec02 {
  margin-top: 19.5rem;
}

.content__wrapper--sec02 .ttl__wrap {
  top: 0;
  left: 4rem;
}

.content__wrapper--sec02 .ttl__wrap .ttl {
  padding-left: 5.5rem;
}

.content__wrapper--sec02 .credit {
  position: relative;
  left: -1rem;
  text-align: left;
  order: 3;
}

.content__wrapper--sec02 .txt {
  padding-top: 7rem;
  margin-left: 2rem;
  order: 1 !important;
}

.content__wrapper--sec02 .box_01 {
  width: 69rem;
  margin-left: 6rem;
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  order: 2;
}

.content__wrapper--sec02 .box_01 > .fade_up {
  order: 2;
}

.content__wrapper--sec02 .box_01 .img {
  width: 55rem;
  margin-top: 9rem;
  margin-left: 0;
  order: 2;
}

.content__wrapper--sec02 .box_01 + div {
  margin-top: 19.5rem;
}

.content__wrapper--sec02 .box_03 {
  margin-top: 1rem;
}

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

.content__wrapper--sec03 .content__wrapper {
  display: flex;
  flex-wrap: wrap;
}

.content__wrapper--sec03 .ttl__wrap {
  top: 60.5rem;
  left: 10.5rem;
}

.content__wrapper--sec03 .ttl__wrap .ttl {
  padding-top: 0.5rem;
  padding-left: 5rem;
}

.content__wrapper--sec03 .credit {
  margin-left: -1rem;
  top: 0;
  /* order: 4; */
}

.content__wrapper--sec03 .txt {
  padding-top: 28.5rem;
  order: 1;
}

.content__wrapper--sec03 .box_01 {
  width: 100%;
  order: 1;
}

.content__wrapper--sec03 .box_01 .img {
  width: 82.5rem;
}

.content__wrapper--sec03 .box_01 + .fl {
  width: 70rem;
  padding-top: 9rem;
  order: 2;
}

.content__wrapper--sec03 .box_02 {
  width: 55rem;
}

.content__wrapper--sec03 .box_03 {
  width: 13rem;
}

/* sec04 */
.content__wrapper--sec04 {
  margin-top: 19rem;
}

.content__wrapper--sec04 .ttl__wrap {
  top: 0;
  right: 13rem;
}

.content__wrapper--sec04 .ttl__wrap .ttl {
  padding-left: 4rem;
}

.content__wrapper--sec04 .credit {
  bottom: -8.5rem;
  left: 4rem;
}

.content__wrapper--sec04 .txt {
  margin: 0 auto;
  padding-top: 10rem;
}

.content__wrapper--sec04 .box_01 {
  width: 100%;
  margin-left: 0;
  padding-top: 19.5rem;
}

.content__wrapper--sec04 .box_01 .img {
  width: 68rem;
}

.content__wrapper--sec04 .box_01 + .fade_up {
  width: 100%;
  margin-left: 0;
  padding-top: 8.5rem;
}

.content__wrapper--sec04 .box_02 {
  width: 37rem;
}

.content__wrapper--sec04 .box_03 {
  width: 37rem;
  margin-left: 1rem;
}

/* sec05 */
.content__wrapper--sec05 {
  margin-top: 29rem;
}

.content__wrapper--sec05 .ttl__wrap {
  top: 103.5rem;
  left: 4.5rem;
}

.content__wrapper--sec05 .ttl__wrap .ttl {
  padding-top: 3rem;
  padding-left: 5rem;
}

.content__wrapper--sec05 .credit {
  margin-left: 0;
  top: 0;
}

.content__wrapper--sec05 .txt {
  padding-top: 28rem;
}

.content__wrapper--sec05 .box_01 {
  width: 60.5rem;
  margin-left: 9.5rem;
  padding-top: 0;
}

.content__wrapper--sec05 .box_01 .img {
  width: 49.6rem
}

.content__wrapper--sec05 .box_01 + div {
  width: 55rem;
  margin: 0 auto;
  padding-top: 9rem;
}

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

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

.content__wrapper--sec06 .ttl__wrap {
  top: 0;
  right: 6rem;
}

.content__wrapper--sec06 .ttl__wrap .ttl {

  padding-left: 5rem;
}

.content__wrapper--sec06 .credit {
  margin-left: -15rem;
  padding-top: 5rem;
  text-align: left;
}

.content__wrapper--sec06 .txt {
  padding-top: 10rem;
  order: 2;
}

.content__wrapper--sec06 .box_01 {
  width: 100%;
  margin-left: 0;
  padding-top: 19rem;
  order: 1;
}

.content__wrapper--sec06 .box_01 + .fl {
  width: 100%;
  margin-top: 9rem;
  margin-left: 1rem;
  order: 3;
}

.content__wrapper--sec06 .box_02 {
  width: 55rem;
}

.content__wrapper--sec06 .box_03 {
  width: 55.5rem;
  margin-left: auto;
  padding-top: 4rem;
}

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

}