@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 {
  position: relative;
}

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

.fade_up.active{
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}

.all__wrap {
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  color: #58595B;
}

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

.mv__txt {
  padding-top: 6rem;
  font-family: source-han-serif-japanese, serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  font-feature-settings: 'palt';
}

.mv__txt span {
  display: block;
  padding-bottom: 1.5rem;
}

/* 追従テキスト */
.txt_img {
  position: fixed;
  width: 1.83rem;
  top: 35%;
  right: 3.7rem;
  z-index: 10;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.txt_img.inView {
opacity: 1;
transition: all .5s ease-in-out;
}

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

.content_ttl {
  position: relative;
  font-size: 2.8rem;
  text-align: center;
  color: #000;
}

.content_ttl:before {
  content: "";
  position: absolute;
  height: 8rem;
  border-left: 1px solid;
  top: 5.5rem;
  left: 50%;
  transform: translateX(-50%);
}

.credit {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

/* sec01 */
.sec01_01 {
  justify-content: space-between;
  width: 124rem;
  margin-top: 15.5rem;
  align-items: flex-end;
}

.sec01_01 li {
  width: 40rem;
}

.sec01_01 .credit {
  position: relative;
  top: 0.5rem;
  left: 1rem;
}

.sec01_02 {
  justify-content: space-between;
  width: 124rem;
  margin-top: 16rem;
  margin-left: auto;
  align-items: flex-end;
}

.sec01_02 li {
  width: 40rem;
}

.sec01_02 .credit {
  position: relative;
  top: 0.5rem;
  right: 1rem;
  text-align: right;
}

.sec01_03 {
  width: 80rem;
  margin: 16rem auto 0;
}

.sec01_03 li {
  margin: 0 auto;
}

.sec01_03 li:nth-child(1) {
  width: 55rem;
}

.sec01_03 li:nth-child(2) {
  width: 45rem;
  padding-top: 8rem;
}

.sec01_03 li:nth-child(3) {
  padding-top: 8rem;
}

.sec01_03 .credit {
  padding-top: 2.5rem;
}

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

.sec02_01 {
  position: relative;
  height: 135rem;
  margin-top: 15.5rem;
}

.sec02_01 li {
  position: absolute;
}

.sec02_01 li:nth-child(1) {
  width: 50rem;
}

.sec02_01 li:nth-child(2) {
  width: 60rem;
  top: 45rem;
  right: 20rem;
}

.sec02_01 li:nth-child(3) {
  width: 40rem;
  right: 0;
}

.sec02_01 .credit {
  padding-top: 3rem;
}

.sec02_02 {
  justify-content: space-between;
  width: 92rem;
  margin: 16rem auto 0;
}

.sec02_02 li:nth-child(1) {
  width: 45rem;
}

.sec02_02 li:nth-child(2) {
  width: 45rem;
}

.sec02_02 li:nth-child(3) {
  width: 100%;
  padding-top: 2rem;
}

.sec02_02 .credit {
  padding-top: 2.5rem;
  text-align: center;
}

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

.sec03_01 {
  margin-top: 16rem;
}

.sec03_01 li:nth-child(1) {
  position: relative;
  order: 2;
  width: 55rem;
  left: -10rem;
  z-index: 2;
}

.sec03_01 li:nth-child(2) {
  width: 75rem;
  margin-top: 52.5rem;
}

.sec03_01 .credit {
  padding-top: 2.5rem;
  text-align: right;
}

.sec03_02 {
  justify-content: space-between;
  width: 115rem;
  margin-top: 16rem;
  margin-left: auto;
}

.sec03_02 li:nth-child(1) {
  width: 45rem;
  padding-top: 11rem;
}

.sec03_02 li:nth-child(2) {
  width: 60rem;
}

.sec03_02 .credit {
  padding-top: 3rem;
}

.sec03_03 {
  justify-content: space-between;
  width: 130rem;
  margin-top: 16rem;
}

.sec03_03 li:nth-child(1) {
  width: 55rem;
  padding-top: 20.5rem;
}

.sec03_03 li:nth-child(2) {
  width: 40rem;
}

.sec03_03 li:nth-child(2) .img:nth-of-type(2) {
  padding-top: 4rem;
}

.sec03_03 li:nth-child(3) {
  width: 104rem;
  margin-left: 18rem;
  padding-top: 8rem;
}

.sec03_03 .credit {
  padding-top: 3rem;
}

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

.sec04_01 {
  justify-content: space-between;
  width: 82rem;
  margin: 15.5rem auto 0;
}

.sec04_01 li {
  width: 40rem;
}

.sec04_01 li:nth-child(3) {
  width: 100%;
}

.sec04_01 .credit {
  padding-top: 3rem;
  text-align: center;
}

.sec04_02 {
  position: relative;
  height: 130rem;
  margin-top: 15.5rem;
}

.sec04_02 li {
  position: absolute;
}

.sec04_02 li:nth-child(1) {
  width: 45rem;
  top: 25rem;
}

.sec04_02 li:nth-child(2) {
  width: 75rem;
  right: 0;
}

.sec04_02 li:nth-child(3) {
  width: 80rem;
  top: 72.5rem;
  left: 40rem;
  z-index: 2;
}

.sec04_02 .credit {
  padding-top: 2.5rem;
  text-align: right;
}

/* allbutton */
.allbutton {
  margin-top: 6rem;
  font-size: 2rem;
  letter-spacing: 0.04em;
  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: 14rem auto 0;
  padding-bottom: 13.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid;
}

/* PC */
@media only screen and (min-width: 561px) {
/* fade */
.fade_up_pc{
  opacity: 0;
  transform: translateY(100px);
}

.fade_up_pc.active{
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }
  
  .content__container {
    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;
}

.all__wrap {
  margin-top: 4rem;
}

/* fade */
.fade_up_sp{
  opacity: 0;
  transform: translateY(100px);
}

.fade_up_sp.active{
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}

/* mv */
.mv__wrap {
  width: 100%;
  margin: 0 auto;
}

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

.mv__txt span {
  padding-bottom: 3.5rem;
}

/* 追従テキスト */
.txt_img {
  width: 2.5rem;
  right: 1.5rem;
}

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

.content_ttl {
  font-size: 4.4rem;
  line-height: 1.25;
}

.content_ttl:before {
  height: 12rem;
  top: auto;
  bottom: -15.5rem;
}

.credit {
  font-size: 2.4rem;
}

/* sec01 */
.sec01_01 {
  width: 100%;
  margin-top: 21.5rem;
}

.sec01_01 li {
  width: 55rem;
}

.sec01_01 li:nth-child(2) {
  padding-top: 6rem;
}

.sec01_01 .credit {
  top: 4.5rem;
  left: 5rem;
}

.sec01_02 {
  width: 100%;
  margin-top: 24.5rem;
}

.sec01_02 li {
  width: 55rem;
  margin-left: auto;
}

.sec01_02 li:nth-child(3) {
 padding-top: 6rem; 
}

.sec01_02 .credit {
  top: 4.5rem;
  right: 0;
  text-align: left;
}

.sec01_03 {
  width: 100%;
  margin: 24rem auto 0;
}

.sec01_03 li:nth-child(1) {
  width: 60rem;
}

.sec01_03 li:nth-child(2) {
  width: 50rem
}

.sec01_03 .credit {
  padding-top: 4.5rem;
  margin-left: 5rem;
}

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

.sec02_01 {
  height: auto;
  margin-top: 21.5rem;
}

.sec02_01 li {
  position: unset;
}

.sec02_01 li:nth-child(1) {
  width: 60rem;
  margin-left: 5rem;
}

.sec02_01 li:nth-child(2) {
  width: 100%;
  padding-top: 8rem;
}

.sec02_01 li:nth-child(3) {
  width: 50rem;
  margin-left: 20rem;
  padding-top: 8rem;
}

.sec02_01 .credit {
  padding-top: 4.5rem;
}

.sec02_02 {
  width: 100%;
  margin: 20rem auto 0;
}

.sec02_02 li {
  margin: 0 auto;
}

.sec02_02 li:nth-child(1) {
  width: 55rem;
}

.sec02_02 li:nth-child(2) {
  width: 45rem;
  padding-top: 6rem;
}

.sec02_02 li:nth-child(3) {
  padding-top: 6rem;
}

.sec02_02 .credit {
  margin-left: 5rem;
  padding-top: 4.5rem;
  text-align: left;
}

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

.sec03_01 {
  margin-top: 21.5rem;
}

.sec03_01 li:nth-child(1) {
  position: unset;
  order: 1;
  width: 60rem;
  margin-left: 10rem;
}

.sec03_01 li:nth-child(2) {
  order: 2;
  width: 65rem;
  margin-top: 8rem;
}

.sec03_01 .credit {
  margin-left: 5rem;
  padding-top: 4.5rem;
  text-align: left;
}

.sec03_02 {
  width: 100%;
  margin-top: 19.5rem;
}

.sec03_02 li:nth-child(1) {
  order: 2;
  width: 55rem;
  margin-left: 15rem;
  padding-top: 8rem;
}

.sec03_02 li:nth-child(2) {
  order: 1;
  width: 100%;
}

.sec03_02 .credit {
  padding-top: 4.5rem;
}

.sec03_03 {
  width: 100%;
  margin-top: 20rem;
}

.sec03_03 li:nth-child(1) {
  width: 60rem;
  margin-left: 6.5rem;
  padding-top: 0;
}

.sec03_03 li:nth-child(2) {
  width: 55rem;
  padding-top: 8rem;
}

.sec03_03 li:nth-child(2) .img:nth-of-type(2) {
  padding-top: 6rem;
}

.sec03_03 li:nth-child(3) {
  width: 100%;
  margin-left: 0;
}

.sec03_03 .credit {
  margin-left: 5rem;
  padding-top: 4.5rem;
}

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

.sec04_01 {
  width: 100%;
  margin: 21.5rem auto 0;
}

.sec04_01 li {
  width: 100%;
}

.sec04_01 li:nth-child(1) {
  width: 65rem;
}

.sec04_01 li:nth-child(2) {
  width: 55rem;
  padding-top: 8rem;
  margin-left: 15rem;
}

.sec04_01 li:nth-child(3) {
  width: 100%;
}

.sec04_01 .credit {
  padding-top: 4.5rem;
  text-align: left;
}

.sec04_02 {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-top: 19.5rem;
}

.sec04_02 li {
  position: unset;
}

.sec04_02 li:nth-child(1) {
  order: 2;
  width: 60rem;
  margin: 0 auto;
  padding-top: 8rem;
}

.sec04_02 li:nth-child(2) {
  order: 1;
  width: 100%;
}

.sec04_02 li:nth-child(3) {
  order: 3;
  width: 100%;
  padding-top: 8rem;
}

.sec04_02 .credit {
  margin-left: 5rem;
  padding-top: 4.5rem;
  text-align: left;
}

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

}