@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%;
  left: 0;
}

.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 {
  width: 140rem;
  margin: 0 auto;
}

.content_wrapper--sec01 .content_wrapper {
  width: 125rem;
  margin-left: auto;
}

.content_wrapper--sec01 .box01 {
  width: 40rem;
  margin-left: 49rem;
  z-index: 2;
}

.content_wrapper--sec01 .box02 {
  width: 54rem;
  margin-top: -15rem;
}

.content_wrapper--sec01 .txt_wrap {
  width: 71rem;
  margin-top: 14.5rem;
}

.content_wrapper--sec01 .txt_wrap:before ,
.content_wrapper--sec01 .txt_wrap:after {
  width: 100vw;
}

.content_wrapper--sec01 .credit {
  margin-top: 2rem;
}

/* sec02 */
.content_wrapper--sec02 {
  position: relative;
  width: 100%;
}

.content_wrapper--sec02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50rem;
  top: 39rem;
  background: #EEEEEE;
  z-index: -1;
}

.content_wrapper--sec02 .content_wrapper {
  position: relative;
  width: 61.5rem;
  left: 5.5rem;
  margin: 15.5rem auto 0;
}

.content_wrapper--sec02 .img {
  width: 50rem;
}

.content_wrapper--sec02 .box02 {
  align-items: flex-end;
  margin-top: 4rem;
}

.content_wrapper--sec02 .credit {
  position: relative;
  top: 0.5rem;
  margin-left: 2rem;
}

/* sec03 */
.content_wrapper--sec03 {
  width: 140rem;
  margin: 16rem auto 0;
}

.content_wrapper--sec03 .content_wrapper {
  width: 89rem;
  margin-left: 10rem;
}

.content_wrapper--sec03 .box01 {
  width: 54rem;
  z-index: 2;
}

.content_wrapper--sec03 .box02 {
  width: 40rem;
  margin-top: 42.5rem;
  margin-left: -5rem;
}

.content_wrapper--sec03 .credit {
  margin-top: 1.5rem;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 22rem;
}

/* sec05 */
.content_wrapper--sec05 {
  position: relative;
  width: 100%;
}

.content_wrapper--sec05::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50rem;
  top: 25rem;
  background: #E8E5ED;
  z-index: -1;
}

.content_wrapper--sec05 .content_wrapper {
  width: 140rem;
  margin: 21rem auto 0;
}

.content_wrapper--sec05 .img {
  width: 52rem;
}

.content_wrapper--sec05 .box01 {
  align-items: flex-end;
  margin-left: 17.5rem;
}

.content_wrapper--sec05 .box02 {
  margin-left: 4rem;
}

.content_wrapper--sec05 .credit {
  position: relative;
  top: 0.5rem;
  margin-right: 2rem;
  text-align: right;
}

/* sec06 */
.content_wrapper--sec06 {
  width: 60rem;
  margin: 26rem auto 0;
}

.content_wrapper--sec06 .credit {
  margin-top: 1.5rem;
}

/* allbutton */
.allbutton {
  margin-top: 13.5rem;
  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: 14rem 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--sec05 .content_wrapper ,
.content_wrapper--sec03 {
  width: 100%;
}

.content_wrapper--sec05 .box01 {
  margin-left: auto;
}

}

/* 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 .box01 {
  width: 54rem;
  margin-left: 16rem;
}

.content_wrapper--sec01 .box02 {
  width: 100%;
  margin-top: 10rem;
}

.content_wrapper--sec01 .txt_wrap {
  width: 100%;
  margin-top: 31rem;
}

.content_wrapper--sec01 .txt_wrap:before ,
.content_wrapper--sec01 .txt_wrap:after {
  width: 100%;
}

.content_wrapper--sec01 .credit {
  margin-top: 4rem;
  margin-left: 5rem;
}

/* sec02 */
.content_wrapper--sec02::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100rem;
  top: 36.5rem;
}

.content_wrapper--sec02 .content_wrapper {
  width: 100%;
  left: 0;
  margin: 31rem auto 0;
}

.content_wrapper--sec02 .img {
  width: 66rem;
  margin: 0 auto;
}

.content_wrapper--sec02 .box02 {
  margin-top: 8rem;
}

.content_wrapper--sec02 .credit {
  top: 0rem;
  margin-top: 4rem;
  margin-left: 4.5rem;
}

/* sec03 */
.content_wrapper--sec03 {
  width: 100%;
  margin: 19rem auto 0;
}

.content_wrapper--sec03 .content_wrapper {
  width: 100%;
  margin-left: 0;
}

.content_wrapper--sec03 .box01 {
  width: 100%;
}

.content_wrapper--sec03 .box02 {
  width: 56rem;
  margin-top: 10rem;
  margin-left: 0;
}

.content_wrapper--sec03 .credit {
  margin-top: 4rem;
  margin-left: 5rem;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 31rem;
}

/* sec05 */
.content_wrapper--sec05::before {
  width: 50rem;
  height: 155rem;
  top: 20rem;
  right: 0;
}

.content_wrapper--sec05 .content_wrapper {
  width: 60rem;
  margin-top: 31rem;
  margin-left: 10rem;
}

.content_wrapper--sec05 .img {
  width: 100%;
}

.content_wrapper--sec05 .box01 {
  margin-top: 8rem;
  margin-left: 0;
  order: 2;
}

.content_wrapper--sec05 .box02 {
  margin-left: 0;
}

.content_wrapper--sec05 .credit {
  order: 2;
  top: 0;
  margin-top: 4rem;
  margin-right: auto;
  text-align: left;
}

/* sec06 */
.content_wrapper--sec06 {
  width: 100%;
  margin: 26rem auto 0;
}

.content_wrapper--sec06 .credit {
  margin-top: 4.5rem;
  margin-left: 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;
}

}