@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-style: normal;
  font-feature-settings: 'palt';
  color: #000;
  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: 9rem;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 2;
  text-align: center;
}

.pop_img {
  width: 80rem;
  margin: 0 auto;
  padding-top: 7rem;
}

/* sec共通 */
.content_container {
  width: 100rem;
  margin: 15rem auto 0;
}

.box_wrap {
  position: relative;
}

.box_wrap01 {
  justify-content: space-between;
  width: 94rem;
}

.box_style .fl {
  justify-content: space-between;
}

.en_font {
  font-family: utopia-std, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}

.ja_font {
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

.ttl {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  text-align: right;
  font-style: italic;
  z-index: 2;
}

.ttl span {
  display: block;
  padding-bottom: 2rem;
  font-size: 6.8rem;
  font-style: normal;
}

.style_ttl {
  position: absolute;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  font-style: italic;
  z-index: 2;
}

.style_ttl .en_ttl {
  font-size: 5.8rem;
  font-style: normal;
}

.style_ttl .ja_ttl {
  display: block;
  padding-top: 3rem;
  font-size: 2.1rem;
  font-style: normal;
  letter-spacing: 0.14em;
  font-weight: 600;
}

.lead {
  margin-top: -39.5rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.14em;
  line-height: 2;
}

.lead span {
  display: block;
  padding-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.8;
}

.credit {
  white-space: nowrap;
  margin-top: 2.5rem;
  font-size: 1.3rem;
  line-height: 1.6153;
  color: #58595b;
}

.box_style .credit {
  text-align: center;
}

.content_container .buy {
  margin: 4rem auto 0;
  width: 15rem;
  height: 4rem;
}

.content_container .buy a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  background: #58595b;
}

/* sec01 */
.content_wrapper--sec01 .ttl {
  top: -4.5rem;
  right: -4rem;
}

.content_wrapper--sec01 .lead {
  margin-bottom: 10rem;
  margin-right: 12rem;
}

.content_wrapper--sec01 .box_wrap01 .credit {
  text-align: right;
}

.content_wrapper--sec01 .box_wrap01 .box01 {
  width: 48rem;
}

.content_wrapper--sec01 .box_wrap01 .box02 {
  width: 43rem;
  padding-top: 15rem;
}

.content_wrapper--sec01 .box_wrap01 .box03 {
  width: 43rem;
  padding-top: 1.5rem;
}

.content_wrapper--sec01 .box_wrap02 {
  margin-top: 30.5rem;
}

.content_wrapper--sec01 .box_wrap02 .style_ttl {
  top: -15rem;
  left: 2rem;
}

.content_wrapper--sec01 .box_wrap02 .box01 {
  width: 55rem;
}

.content_wrapper--sec01 .box_wrap02 .box02 {
  width: 44rem;
}

.content_wrapper--sec01 .box_wrap03 {
  margin-top: 30.5rem;
}

.content_wrapper--sec01 .box_wrap03 .style_ttl {
  top: -15rem;
  right: 2rem;
  text-align: right;
}

.content_wrapper--sec01 .box_wrap03 .box01 {
  width: 45rem;
}

.content_wrapper--sec01 .box_wrap03 .box02 {
  width: 54rem;
}

.content_wrapper--sec01 .box_wrap03:before {
  content: "";
  position: absolute;
  width: 80rem;
  height: 1px;
  bottom: -12rem;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid#58595b;
}

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

.content_wrapper--sec02 .ttl {
  top: -4.5rem;
  right: -5.5rem;
}

.content_wrapper--sec02 .lead {
  margin-bottom: 10rem;
  margin-right: 12rem;
}

.content_wrapper--sec02 .box_wrap01 .credit {
  text-align: right;
}

.content_wrapper--sec02 .box_wrap01 .box01 {
  width: 48rem;
}

.content_wrapper--sec02 .box_wrap01 .box02 {
  width: 43rem;
  padding-top: 15rem;
}

.content_wrapper--sec02 .box_wrap01 .box03 {
  width: 43rem;
  padding-top: 1.5rem;
}

.content_wrapper--sec02 .box_wrap02 {
  margin-top: 30.5rem;
}

.content_wrapper--sec02 .box_wrap02 .style_ttl {
  top: -15rem;
  left: 2rem;
}

.content_wrapper--sec02 .box_wrap02 .box01 {
  width: 54rem;
}

.content_wrapper--sec02 .box_wrap02 .box02 {
  width: 45rem;
}

.content_wrapper--sec02 .box_wrap03 {
  margin-top: 30.5rem;
}

.content_wrapper--sec02 .box_wrap03 .style_ttl {
  top: -15rem;
  right: 2rem;
  text-align: right;
}

.content_wrapper--sec02 .box_wrap03 .box01 {
  width: 44rem;
}

.content_wrapper--sec02 .box_wrap03 .box02 {
  width: 55rem;
}

/* 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;
  color: #58595b;
  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;
}
}

/* タブレット */
@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: 11rem;
  font-size: 2.8rem;
  line-height: 1.85;
}

.pop_img {
  width: 64rem;
  padding-top: 11rem;
}

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

.box_wrap01 {
  width: 100%;
}

.ttl {
  font-size: 3.3rem;
}

.ttl span {
  padding-bottom: 2rem;
  font-size: 8.4rem;
}

.style_ttl {
  font-size: 3.5rem;
}

.style_ttl .en_ttl {
  font-size: 7.6rem;
}

.style_ttl .ja_ttl {
  padding-top: 4.5rem;
  font-size: 3.2rem;
  line-height: 1.8;
}

.lead {
  width: 100%;
  margin-top: 7.5rem;
  padding-left: 0;
  text-align: right;
  font-size: 2.6rem;
}

.lead span {
  padding-bottom: 3rem;
  font-size: 4rem;
}

.credit {
  margin-top: 2.5rem;
  font-size: 2.2rem;
  line-height: 1.6153;
}

.box_style .credit {
  margin-top: 3.5rem;
  text-align: center;}

.content_container .buy {
  width: 22rem;
  height: 6rem;
  margin: 5rem auto 0;
}

.content_container .buy a {
  font-size: 2.6rem;
  line-height: 6rem;
}

/* sec01 */
.content_wrapper--sec01 .ttl {
  top: -29.5rem;
  left: 5rem;
  right: auto;
  text-align: left;
}

.content_wrapper--sec01 .lead {
  margin-bottom: 0;
  margin-right: 6rem;
}

.content_wrapper--sec01 .box_wrap01 .credit {
  text-align: right;
}

.content_wrapper--sec01 .box_wrap01 .box01 {
  width: 62rem;
}

.content_wrapper--sec01 .box_wrap01 .box02 {
  width: 56rem;
  margin-left: 14rem;
  padding-top: 6rem;
}

.content_wrapper--sec01 .box_wrap01 .box03 {
  width: 56rem;
  margin-left: 14rem;
  padding-top: 3rem;
}

.content_wrapper--sec01 .box_wrap02 {
  margin-top: 47.5rem;
}

.content_wrapper--sec01 .box_wrap02 .style_ttl {
  width: 100%;
  top: -29.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.content_wrapper--sec01 .box_wrap02 .box01 {
  width: 41rem;
}

.content_wrapper--sec01 .box_wrap02 .box02 {
  width: 32.5rem;
}

.content_wrapper--sec01 .box_wrap03 {
  margin-top: 49.5rem;
}

.content_wrapper--sec01 .box_wrap03 .style_ttl {
  width: 100%;
  top: -30rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  text-align: center;
}

.content_wrapper--sec01 .box_wrap03 .box01 {
  width: 33.5rem;
}

.content_wrapper--sec01 .box_wrap03 .box02 {
  width: 40rem;
}

.content_wrapper--sec01 .box_wrap03:before {
  width: 60rem;
  bottom: -16.5rem;
}

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

.content_wrapper--sec02 .ttl {
  top: -29.5rem;
  right: 5rem;
  text-align: right;
}

.content_wrapper--sec02 .lead {
  margin-bottom: 0;
  margin-left: 5rem;
  margin-right: auto;
  text-align: left;
}

.content_wrapper--sec02 .box_wrap01 .credit {
  text-align: left;
}

.content_wrapper--sec02 .box_wrap01 .box01 {
  width: 62rem;
  margin-left: auto;
}

.content_wrapper--sec02 .box_wrap01 .box02 {
  width: 56rem;
  margin-left: 5rem;
  padding-top: 6rem;
}

.content_wrapper--sec02 .box_wrap01 .box03 {
  width: 56rem;
  margin-left: 5rem;
  padding-top: 3rem;
}

.content_wrapper--sec02 .box_wrap02 {
  margin-top: 47.5rem;
}

.content_wrapper--sec02 .box_wrap02 .style_ttl {
  width: 100%;
  top: -29.5rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.content_wrapper--sec02 .box_wrap02 .box01 {
  width: 40rem;
}

.content_wrapper--sec02 .box_wrap02 .box02 {
  width: 33.5rem;
}

.content_wrapper--sec02 .box_wrap03 {
  margin-top: 49.5rem;
}

.content_wrapper--sec02 .box_wrap03 .style_ttl {
  width: 100%;
  top: -30rem;
  left: 50%;
  transform: translateX(-50%);
  right: auto;
  text-align: center;
}

.content_wrapper--sec02 .box_wrap03 .box01 {
  width: 32.5rem;
}

.content_wrapper--sec02 .box_wrap03 .box02 {
  width: 41rem;
}

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

}