@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;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: #58595b;
}

/* アニメーション */
.fade {
  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.active {
  opacity: 1;
}

/* slick */
.slick-dots {
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
  margin: 0;
}

.slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}

.slick-dots li {
  width: auto !important;
  margin: 0 0.6rem !important;
  padding: 0 !important;
}

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

.mv_txt {
  margin: 0 auto;
  padding-top: 5.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}

/* sec共通 */
.content_container {
  margin-top: 11.5rem;
}

.content_wrapper {
  width: 140rem;
  margin: 0 auto;
}

.content_wrapper ul {
  display: flex;
  flex-wrap: wrap;
}

.ttl_img {
  margin: 0 auto;
}

.txt_wrap {
  position: relative;
  top: 0.4rem;
  font-family: ratiomodern, serif;
}

.num {
  padding-bottom: 1.6rem;
  font-size: 3rem;
  letter-spacing: 0;
  color: #000;
}

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

/* sec01 */
.content_wrapper--sec01 .ttl_img {
  width: 31.1rem;
}

.sec01_01 {
  align-items: flex-end;
  margin-top: 6rem;
}

.sec01_01 li:nth-child(1) {
  width: 40rem;
}

.sec01_01 li:nth-child(2) {
  width: 40rem;
  margin-left: 4rem;
}

.sec01_01 li:nth-child(3) {
  margin-left: 3rem;
}

.sec01_02 {
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 12rem;
}

.sec01_02 li:nth-child(1) {
  text-align: right;
}

.sec01_02 li:nth-child(2) {
  width: 40rem;
  margin-left: 3rem;
}

.sec01_02 li:nth-child(3) {
  width: 40rem;
  margin-left: 4rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 16rem;
}

.content_wrapper--sec02 .ttl_img {
  width: 35.5rem;
}

.sec02_01 {
  justify-content: space-between;
  width: 92rem;
  margin-left: 24rem;
  margin-top: 6rem;
}

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

.sec02_01 li:nth-child(2) {
  width: 38rem;
  margin-top: 30rem;
}

.sec02_01 li:nth-child(3) {
  margin-top: -15.5rem;
}

.sec02_02 {
  width: 82rem;
  margin-left: 30.5rem;
  margin-top: 12rem;
  justify-content: flex-end;
}

.sec02_02 li:nth-child(1) {
  width: 40rem;
  margin-top: 35rem;
  z-index: 2;
}

.sec02_02 li:nth-child(2) {
  width: 50rem;
  margin-left: -8rem;
}

.sec02_02 li:nth-child(3) {
  margin-top: -17.5rem;
  text-align: right;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 16rem;
}

.content_wrapper--sec03 .ttl_img {
  width: 29.7rem;
}

.sec03_01 {
  width: 125rem;
  margin-top: 6rem;
  margin-left: auto;
}

.sec03_01 li:nth-child(1) {
  width: 38rem;
  margin-left: 29rem;
  margin-right: 58rem;
}

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

.sec03_01 li:nth-child(3) {
  width: 50rem;
  margin-top: -10rem;
  margin-left: auto;
}

.sec03_01 li:nth-child(4) {
  margin-top: -8rem;
  margin-left: auto;
  margin-right: 5rem;
}

.sec03_02 {
  margin-top: 12rem;
}

.sec03_02 li:nth-child(1) {
  width: 40rem;
  margin-top: 30rem;
}

.sec03_02 li:nth-child(2) {
  width: 48rem;
  height: fit-content;
  margin-left: 8rem;
}

.sec03_02 li:nth-child(3) {
  margin-top: -15.7rem;
  margin-left: 58.5rem;
  text-align: right;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 16rem;
}

.content_wrapper--sec04 .ttl_img {
  width: 37.5rem;
}

.sec04_01 {
  width: 96rem;
  margin-top: 6rem;
  margin-left: 22rem;
  justify-content: space-between;
}

.sec04_01 li:nth-child(1) {
  width: 50rem;
  margin-top: 10rem;
}

.sec04_01 li:nth-child(2) {
  width: 42rem;
}

.sec04_01 li:nth-child(3) {
  margin-top: -19.7rem;
  margin-left: auto;
  text-align: right;
}

.sec04_02 {
  width: 90rem;
  margin-top: 12rem;
  margin-left: 28rem;
  justify-content: space-between;
}

.sec04_02 li:nth-child(1) {
  width: 40rem;
}

.sec04_02 li:nth-child(2) {
  width: 46rem;
}

.sec04_02 li:nth-child(3) {
  margin-top: -6.5rem;
}

/* allbutton */
.allbutton {
  width: 110rem;
  margin: 13.5rem auto 0;
  padding-bottom: 14.5rem;
  font-family: ratiomodern, serif;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #000;
  border-bottom: 1px solid;
}

.allbutton a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: double 3px #58595b;
}

/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
html {
  font-size: calc(10* (100vw / 1400));
}
}

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

/* slick */
.slick-dots {
  bottom: 1.8rem;
  right: 1rem;
}

.slick-dots li button {
  width: 1rem;
  height: 1rem;
}

.slick-dots li {
  margin: 0 1rem !important;
}

/* mv */
.mv_wrap {
  width: 100%;
}

.mv_txt {
  padding-top: 10rem;
  font-size: 2.4rem;
}

/* sec共通 */
.content_container {
  margin-top: 15.5rem;
}

.content_wrapper {
  width: 100%;
}

.txt_wrap {
  top: 0.4rem;
}

.num {
  padding-bottom: 2.5rem;
  font-size: 5rem;
}

.credit {
  font-size: 2.2rem;
}

/* sec01 */
.content_wrapper--sec01 .ttl_img {
  width: 52.4rem;
}

.sec01_01 {
  align-items: unset;
  margin-top: 8rem;
}

.sec01_01 li:nth-child(1) {
  width: 100%;
}

.sec01_01 li:nth-child(2) {
  width: 60rem;
  margin-top: 8rem;
  margin-left: 5rem;
}

.sec01_01 li:nth-child(3) {
  margin-top: 4rem;
  margin-left: 5rem;
}

.sec01_02 {
  align-items: unset;
  justify-content: unset;
  margin-top: 14rem;
}

.sec01_02 li:nth-child(1) {
  margin-top: 4rem;
  margin-left: auto;
  margin-right: 5rem;
  order: 3;
}

.sec01_02 li:nth-child(2) {
  width: 65rem;
  margin-left: auto;
  order: 1;
}

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

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 20.5rem;
}

.content_wrapper--sec02 .ttl_img {
  width: 59.9rem;
}

.sec02_01 {
  width: 100%;
  margin-top: 8rem;
  margin-left: 0;
}

.sec02_01 li:nth-child(1) {
  width: 100%;
}

.sec02_01 li:nth-child(2) {
  width: 52rem;
  margin: 8rem auto 0;
}

.sec02_01 li:nth-child(3) {
  margin-top: 4rem;
  margin-left: 7.5rem;
}

.sec02_02 {
  width: 70rem;
  margin-top: 14.5rem;
  margin-left: 0;
  justify-content: unset;
}

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

.sec02_02 li:nth-child(2) {
  width: 65rem;
  margin-left: 0;
  order: 1;
}

.sec02_02 li:nth-child(3) {
  margin-top: 4rem;
  margin-left: 7.5rem;
  text-align: left;
  order: 3;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 20.5rem;
}

.content_wrapper--sec03 .ttl_img {
  width: 50.1rem;
}

.sec03_01 {
  width: 100%;
  padding-top: 8rem;
}

.sec03_01 li:nth-child(1) {
  width: 53rem;
  margin: 0 auto;
}

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

.sec03_01 li:nth-child(3) {
  width: 100%;
  margin-top: 8rem;
}

.sec03_01 li:nth-child(4) {
  margin-top: 4rem;
  margin-left: 5rem;
  margin-right: auto;
}

.sec03_02 {
  padding-top: 14rem;
}

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

.sec03_02 li:nth-child(2) {
  width: 63rem;
  margin-left: 7rem;
  order: 1;
}

.sec03_02 li:nth-child(3) {
  margin-top: 4rem;
  margin-left: 5rem;
  text-align: left;
  order: 3;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 20.5rem;
}

.content_wrapper--sec04 .ttl_img {
  width: 63.4rem;
}

.sec04_01 {
  width: 100%;
  margin-left: 0;
  padding-top: 6rem;
}

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

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

.sec04_01 li:nth-child(3) {
  margin-top: 4rem;
  margin-left: 17rem;
  text-align: left;
}

.sec04_02 {
  width: 70rem;
  margin-left: 0;
  padding-top: 14.5rem;
}

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

.sec04_02 li:nth-child(2) {
  width: 65rem;
  margin-left: auto;
  order: 1;
}

.sec04_02 li:nth-child(3) {
  margin-top: 4rem;
  margin-left: 5rem;
  order: 3;
}

/* allbutton */
.allbutton {
  width: 100%;
  margin: 16rem auto 0;
  padding-bottom: 15rem;
  font-size: 4rem;
  border-bottom: none;
}

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

}