@charset "UTF-8";

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 400;
  src: url("../../../../Contents/font/NotoSerif/NotoSerifCJKjp-Regular.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 500;
  src: url("../../../../Contents/font/NotoSerif/NotoSerifCJKjp-Medium.otf");
}

@font-face {
  font-family: 'Noto Serif JP';
  font-weight: 600;
  src: url("../../../../Contents/font/NotoSerif/NotoSerifJP-SemiBold.otf");
}

.all_wrap img ,
.all_wrap video {
  width: 100%;
  /* image-rendering: -webkit-optimize-contrast; */
}

.all_wrap .fl {
  display: flex;
  flex-wrap: wrap;
}

.all_wrap {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: #58595b;
  overflow: hidden;
}

/* アニメーション */
.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;
}

.fade_up {
  opacity: 0;
  transform: translateY(100px);
}

.fade_up.active {
  opacity: 1;
  transition-duration: 1.1s;
  transform: translateY(0);
}

/* mv */
.mv_wrap {
  width: 120rem;
  margin: 0 auto;
}

.mv_txt {
  padding-top: 6rem;
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: center;
}

/* sec共通 */
.content_container {
  margin: 9rem auto 0;
}

.content_wrapper {
  position: relative;
}

.en_font {
  font-family: mrs-eaves-xl-serif, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}

.item {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  /* padding: 0.5rem 1.5rem 0.3rem; */
  padding: 0.3rem 1.2rem 0.1rem;
  font-size: 2rem;
  color: #000;
  border: 1px solid;
  background: #fff;
}

.item::before {
  content: "";
  position: absolute;
  width: 500vw;
  height: 1px;
  top: 1.8rem;
  left: -2000%;
  border-top: 1px solid #000;
  z-index: -1;
}

.item span {
  font-size: 2.8rem;
}

.ttl {
  padding-top: 2.5rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  font-weight: 600;
  color: #000;
}

.ttl span {
  display: block;
  padding-bottom: 2rem;
  font-size: 3.2rem;
  font-style: italic;
}


.lead {
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 400;
  text-align: center;
}

.credit {
  white-space: nowrap;
  margin-top: 1.7rem;
  font-size: 1.2rem;
  line-height: 1.75;
}

/* sec01 */
.content_wrapper--sec01 .content_wrapper {
  width: 100rem;
  margin: 0 auto;
}

.content_wrapper--sec01  .lead {
  padding-top: 5rem;
}

.content_wrapper--sec01 .credit {
  text-align: right;
}

.content_wrapper--sec01 .fl {
  justify-content: space-between;
}

.content_wrapper--sec01 .box01 {
  width: 55rem;
  margin: 0 auto;
  padding-top: 4rem;
}

.content_wrapper--sec01 .box02 {
  width: 45rem;
  padding-top: 26rem;
}

.content_wrapper--sec01 .box03 {
  width: 40rem;
  padding-top: 6rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 15.5rem;
}

.content_wrapper--sec02 .content_wrapper {
  width: 53rem;
  margin: 0 auto;
  padding-top: 4rem;
}

.content_wrapper--sec02  .lead {
  padding-top: 5.5rem;
}

.content_wrapper--sec02 .credit {
  text-align: center;
}

.content_wrapper--sec02 .box02 {
  width: 43rem;
  margin: 0 auto;
  padding-top: 5.5rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 15.5rem;
}

.content_wrapper--sec03 .content_wrapper {
  width: 94rem;
  margin: 0 auto;
  padding-top: 4rem;
}

.content_wrapper--sec03  .lead {
  width: 100%;
  padding-top: 5rem;
}

.content_wrapper--sec03 .credit {
  width: 100%;
  text-align: center;
}

.content_wrapper--sec03 .box {
  justify-content: space-between;
}

.content_wrapper--sec03 .box02 {
  padding-top: 5.5rem;
}

.content_wrapper--sec03 .box .img {
  width: 46rem;
}

/* .content_wrapper--sec03 .box02 .img03 {
  display: none;
} */

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 15.5rem;
}

.content_wrapper--sec04 .content_wrapper {
  width: 108rem;
  margin: 0 auto;
  padding-top: 4rem;
}

.content_wrapper--sec04  .lead {
  padding-top: 5rem;
}

.content_wrapper--sec04 .fl {
  justify-content: space-between;
}

.content_wrapper--sec04 .box01 {
  width: fit-content;
  margin: 0 auto;
}

.content_wrapper--sec04 .box01 .img {
  width: 40rem;
  margin: 0 auto;
}

.content_wrapper--sec04 .box02 {
  width: 43rem;
  padding-top: 6rem;
}

.content_wrapper--sec04 .box03 {
  width: 50rem;
  padding-top: 26rem;
}

/* allbutton */
.allbutton {
  margin-top: 13.5rem;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.allbutton a {
  display: inline-block;
  padding-bottom: 6px;
  color: #000;
  border-bottom: double 3px #58595b;
}

/* staff */
.staff {
  width: 110rem;
  margin: 14rem auto 0;
  padding-bottom: 13.5rem;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #000;
}

/* PC */
@media only screen and (min-width: 561px) { 
  /* archive */
  .archive_slider {
    width: 120rem !important;
    max-width: unset !important;
    min-width: unset !important;
}

.archive_slider > h4 {
  padding: 6.5rem 0 4rem;
}

.sp_only {
  display: none;
}
.content_wrapper--sec03 .box02 .img03 {
  display: none;
}
}

/* タブレット */
@media only screen and (max-width: 1418px) and (min-width: 561px) {
html {
  font-size: calc(10* (100vw / 1400));
}

#breadcrumb .cateList {
  width: 120rem !important;
  max-width: unset !important;
  height: auto;
  line-height: 5rem;
  font-size: 1.2rem;
}

.all_wrap {
  width: 100%;
}

.main-area.lp {
  padding-top: 0 !important;
}

.archive_slider .bx-wrapper ul li {
  margin-right: 1rem !important;
}
}

/* SP */
@media only screen and (max-width: 560px) {
html {
  font-size: calc(10* (100vw / 750));
} 

.pc_only{
  display: none;
}

/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
  text-align: left;
}

.all_wrap {
  width: 100%;
}

/* mv */
.mv_wrap {
  width: 100%;
}

.mv_txt {
  padding-top: 10.5rem;
  font-size: 2.4rem;
  line-height: 2.2;
}

/* sec共通 */
.content_container {
  margin: 15rem auto 0;
}

.item {
  /* padding: 0.5rem 2.8rem 0.3rem; */
  padding: 0.5rem 2.4rem 0.3rem;
  font-size: 4rem;
}

.item::before {
  top: 2.8rem;
  left: -200%;
}

.item span {
  font-size: 5.6rem;
}

.ttl {
  padding-top: 3rem;
  font-size: 2.8rem;
  line-height: 1.75;
}

.ttl span {
  padding-bottom: 0;
  font-size: 6.4rem;
}


.lead {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
}

.credit {
  margin-top: 3.5rem;
  font-size: 2.2rem;
}

/* sec01 */
.content_wrapper--sec01 .content_wrapper {
  width: 100%;
}

.content_wrapper--sec01  .lead {
  padding-top: 7rem;
}

.content_wrapper--sec01 .credit {
  margin-left: 5rem;
  text-align: left;
}

.content_wrapper--sec01 .box01 {
  width: 65rem;
  padding-top: 7rem;
}

.content_wrapper--sec01 .box02 {
  width: 55rem;
  padding-top: 6rem;
  order: 2;
}

.content_wrapper--sec01 .box03 {
  width: 50rem;
  margin-left: auto;
  padding-top: 7rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 15rem;
}

.content_wrapper--sec02 .content_wrapper {
  width: 100%;
  padding-top: 7.5rem;
}

.content_wrapper--sec02  .lead {
  padding-top: 6.5rem;
}

.content_wrapper--sec02 .box02 {
  width: 55rem;
  padding-top: 7rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 15.5rem;
}

.content_wrapper--sec03 .content_wrapper {
  width: 100%;
  padding-top: 4rem;
}

.content_wrapper--sec03  .lead {
  padding-top: 7rem;
}

.content_wrapper--sec03 .credit {
  margin-top: 3rem;
  order: 4;
}

.content_wrapper--sec03 .box01 {
  padding-top: 3rem
}

.content_wrapper--sec03 .box02 {
  padding-top: 7rem;
}

.content_wrapper--sec03 .box01 .img01 {
  width: 60rem;
  margin: 0 auto;
}

.content_wrapper--sec03 .box01 .img02 {
  display: none;
}

.content_wrapper--sec03 .box02 .img01 {
  width: 36rem;
  order: 1;
}

.content_wrapper--sec03 .box02 .img02 {
  width: 60rem;
  margin: 0 auto;
  padding-top: 3rem;
  order: 3;
}

.content_wrapper--sec03 .box02 .img03 {
  width: 36rem;
  order: 2;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 15.5rem;
}

.content_wrapper--sec04 .content_wrapper {
  width: 100%;
  padding-top: 7.5rem;
}

.content_wrapper--sec04  .lead {
  padding-top: 6.5rem;
}

.content_wrapper--sec04 .box01 .img {
  width: 50rem;
}

.content_wrapper--sec04 .box02 {
  width: 53rem;
  padding-top: 7rem;
}

.content_wrapper--sec04 .box03 {
  width: 60rem;
  margin-left: 10rem;
  padding-top: 6rem;
}

/* allbutton */
.allbutton {
  margin-top: 14.5rem;
  font-size: 4rem;
}

.allbutton a {
  padding-bottom: 1.5rem;
}

/* staff */
.staff {
  width: 100%;
  margin: 15rem auto 0;
  padding-bottom: 15rem;
  font-size: 2.4rem;
  line-height: 1.75;
}

.archive_slider {
  border: none;
}

}