@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: ryo-text-plusn, serif;
  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_txt {
  margin: 0 auto;
  padding-top: 7.5rem;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}

/* sec共通 */
.content_container {
  overflow: hidden;
  margin-top: 11.5rem;
}

.en_txt {
  font-family: garamond-premier-pro, serif;
}

.txt_wrap {
  position: relative;
  height: fit-content;
  text-align: center;
}

.txt_wrap:before ,
.txt_wrap:after {
  content: "";
  position: absolute;
  width: 100%;
}

.txt_wrap:before {
  top: -6rem;
  border-top: 1px solid #000;
}

.txt_wrap:after {
  bottom: -5.5rem;
  border-bottom: 1px solid #000;
}

.txt_wrap .ttl {
  font-family: garamond-premier-pro, serif;
  font-style: italic;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}

.txt_wrap .txt {
  padding-top: 3rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
}

.credit {
  font-family: garamond-premier-pro, serif;
  font-size: 1.2em;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

/* sec01 */
.content_wrapper--sec01 {
  position: relative;
  width: 140rem;
  margin: 0 auto;
}

.content_wrapper--sec01::before {
  position: absolute;
  content: "";
  width: 30rem;
  height: 100rem;
  top: 20rem;
  left: 5rem;
  background: #D9E6E6;
}

.content_wrapper--sec01 .content_wrapper {
  width: 125rem;
  margin-left: auto;
}

.content_wrapper--sec01 .box01 {
  width: 56rem;
  margin-left: 5rem;
}

.content_wrapper--sec01 .box02 {
  width: 69rem;
  margin-top: -18.5rem;
  margin-left: auto;
  z-index: 2;
}

.content_wrapper--sec01 .credit {
  margin-top: 1.5rem;
}

/* sec02 */
.content_wrapper--sec02 {
  position: relative;
  width: 140rem;
  margin: 0 auto;
}

.content_wrapper--sec02 .content_wrapper {
  position: relative;
  width: 120rem;
  margin-top: 31rem;
}

.content_wrapper--sec02 .box02 {
  align-items: flex-end;
  width: 60rem;
  margin-top: 4rem;
}

.content_wrapper--sec02 .txt_wrap {
  width: 60rem;
  margin-top: 30.7rem;
}

.content_wrapper--sec02 .txt_wrap:before ,
.content_wrapper--sec02 .txt_wrap:after {
  width: 100vw;
  right: 0;
}

.content_wrapper--sec02 .credit {
  margin-top: 1.5rem;
}

/* sec03 */
.content_wrapper--sec03 {
  position: relative;
  width: 140rem;
  margin: 15.5rem auto 0;
}

.content_wrapper--sec03::before {
  position: absolute;
  content: "";
  width: 30rem;
  height: 100rem;
  top: 35rem;
  right: 23.5rem;
  background: #E3ECF2;
}

.content_wrapper--sec03 .content_wrapper {
  width: 79rem;
  margin-left: 15rem;
}

.content_wrapper--sec03 .box01 {
  width: 48rem;
  margin-left: auto;
}

.content_wrapper--sec03 .box02 {
  width: 58rem;
  margin-top: 8rem;
}

.content_wrapper--sec03 .credit {
  margin-top: 2rem;
}

/* sec04 */
.content_wrapper--sec04 {
  width: 140rem;
  margin: 15.5rem auto 0;
}

.content_wrapper--sec04 .content_wrapper {
  width: 106rem;
  margin-left: 26rem;
}

.content_wrapper--sec04 .box01 {
  width: 46rem;
  margin-top: 40rem;
}

.content_wrapper--sec04 .box02 {
  position: relative;
  width: 52rem;
  margin-left: auto;
}

.content_wrapper--sec04 .credit {
  position: absolute;
  bottom: 26.5rem;
  right: 0;
  text-align: right;
}

/* sec05 */
.content_wrapper--sec05 {
  margin-top: 22rem;
  padding-bottom: 5.5rem;
}

.content_wrapper--sec05 .txt_wrap:before ,
.content_wrapper--sec05 .txt_wrap:after {
  left: 0;
}

/* allbutton */
.allbutton {
  margin-top: 14rem;
  font-size: 2rem;
  letter-spacing: 0.06em;
  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.06em;
  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--sec01 ,
.content_wrapper--sec02 ,
.content_wrapper--sec03 ,
.content_wrapper--sec04 {
  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;
}

/* mv */
.mv_wrap {
  width: 100%;
}

.mv_txt {
  padding-top: 11rem;
  font-size: 2.4rem;
}

/* sec共通 */
.content_container {
  margin-top: 15rem;
}

.txt_wrap:before {
  top: -12rem
}

.txt_wrap:after {
  bottom: -11rem
}

.txt_wrap .ttl {
  font-size: 4rem;
}

.txt_wrap .txt {
  padding-top: 6rem;
  font-size: 2.4rem;
}
         
.credit {
  font-size: 2.2rem;
  line-height: 1.5;
}

.credit .sp_only {
  display: inline;
}

/* sec01 */
.content_wrapper--sec01 {
  width: 100%;
}

.content_wrapper--sec01 .content_wrapper {
  width: 100%;
}

.content_wrapper--sec01::before {
  height: 140rem;
  left: 0;
}

.content_wrapper--sec01 .box01 {
  width: 62rem;
  margin-left: 5rem;
}

.content_wrapper--sec01 .box02 {
  width: 66rem;
  margin-top: 10rem;
}

.content_wrapper--sec01 .credit {
  margin-top: 3.5rem;
}

/* sec02 */
.content_wrapper--sec02 {
  width: 100%;
}

.content_wrapper--sec02 .content_wrapper {
  width: 100%;
  margin-top: 32.5rem;
}

.content_wrapper--sec02 .box02 {
  width: 100%;
  margin-top: 0;
}

.content_wrapper--sec02 .txt_wrap {
  width: 100%;
  margin-top: 31rem;
  order: 2;
}

.content_wrapper--sec02 .txt_wrap:before ,
.content_wrapper--sec02 .txt_wrap:after {
  width: 100%;
}

.content_wrapper--sec02 .credit {
  margin-top: 4rem;
  padding-left: 5rem;
}

/* sec03 */
.content_wrapper--sec03 {
  width: 100%;
  margin: 31.5rem auto 0;
}

.content_wrapper--sec03::before {
  height: 118rem;
  top: 41rem;
  right: 0;
}

.content_wrapper--sec03 .content_wrapper {
  width: 100%;
  margin-left: 0;
}

.content_wrapper--sec03 .box01 {
  width: 58rem;
  margin-right: 5rem;
}

.content_wrapper--sec03 .box02 {
  width: 66rem;
  margin-top: 10rem;
}

.content_wrapper--sec03 .credit {
  margin-top: 4rem;
  margin-left: 5rem;
  white-space: nowrap;
}

/* sec04 */
.content_wrapper--sec04 {
  width: 100%;
  margin: 19rem auto 0;
}

.content_wrapper--sec04 .content_wrapper {
  width: 100%;
  margin-left: 0;
}

.content_wrapper--sec04 .box01 {
  width: 60rem;
  margin: 10rem auto 0;
  order: 2;
}

.content_wrapper--sec04 .box02 {
  width: 100%;
  margin-top: 0;
}

.content_wrapper--sec04 .credit {
  position: unset;
  margin-top: 4rem;
  text-align: center;
}

/* sec05 */
.content_wrapper--sec05 {
  margin-top: 31rem;
  padding-bottom: 12.5rem;
}

/* allbutton */
.allbutton {
  margin-top: 15rem;
  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;
}

}