@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;
  letter-spacing: 0.12em;
  line-height: 2;
  font-weight: 400;
  font-feature-settings: 'palt';
  color: #58595b;
}

/* アニメーション */
.fade_up {
  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_up.active {
  opacity: 1;
}

/* mv */
.mv_wrap {
  width: 120rem;
  margin: 0 auto;
}

.mv_lead {
  margin: 0 auto;
  padding-top: 5.5rem;
  font-size: 1.3rem;
  text-align: center;
}

/* sec共通 */
.content_container {
  margin-top: 11.5rem;
}

.en_font {
  font-family: "calluna", serif;
  font-variant:lining-nums;
}

.txt_wrap {
  width: 100%;
  padding: 5.5rem 0 6rem;
  color: #000;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  background: #F1EFED;
}

.txt_wrap .lp_date {
  font-size: 1.6rem;
}

.txt_wrap .lp_date span {
  font-size: 1.2rem;
}

.txt_wrap .lp_date .brackets {
  position: relative;
  top: -0.1rem;
}

.txt_wrap .store {
  padding-top: 2rem;
  padding: 2rem 0 4.5rem;
  font-size: 2.4rem;
}

.txt_wrap .store.en_font {
  padding-top: 0;
  font-size: 2.8rem;
  line-height: 1.2;
}

.txt_wrap ul {
  display: grid;
  row-gap: 1.5rem;
}

.txt_wrap ul li p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.txt_wrap ul li p span {
  display: inline-block;
  height: 1.8rem;
  margin-right: 1.5rem;
  padding: 0 0.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  line-height: 1.8rem;
  color: #fff;
  background-color: #000;
}

.content_wrapper-inner {
  width: 140rem;
  margin: 0 auto;
  padding-top: 7.5rem;
}

.content_wrapper-inner .fl {
  justify-content: space-between;
}

.lead {
  padding-bottom: 7.5rem;
  font-size: 1.2rem;
  text-align: center;
}

.credit {
  padding-top: 1.5rem;
  font-size: 1.1em;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

/* sec01 */
.content_wrapper--sec01 .content_wrapper-inner .fl {
  width: 106rem;
  margin: 0 auto; 
}

.content_wrapper--sec01 .box01 {
  width: 45rem;
}

.content_wrapper--sec01 .box02 {
  width: 55rem;
  padding-top: 15rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 16rem;
}

.content_wrapper--sec02 .content_wrapper-inner {
  width: 65rem;
}

.content_wrapper--sec02 .box02 {
  width: 45rem;
  margin-top: 6rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 16rem;
}

.content_wrapper--sec03 .content_wrapper-inner .fl01 {
  width: 83rem;
  margin: 0 auto; 
}

.content_wrapper--sec03 .box01 {
  width: 57rem;
}

.content_wrapper--sec03 .box02 {
  width: 46rem;
  margin-top: 6rem;
  margin-left: auto;
  text-align: right;
}

.content_wrapper--sec03 .lead02 {
  padding-top: 15.5rem;
}

.content_wrapper--sec03 .content_wrapper-inner .fl02 {
  width: 118rem;
  margin: 0 auto; 
}

.content_wrapper--sec03 .box03 {
  width: 50rem;
}

.content_wrapper--sec03 .box04 {
  width: 62rem;
  padding-top: 20rem;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 16rem;
}

.content_wrapper--sec04 .txt_wrap .fl {
  position: relative;
  width: 37.5rem;
  margin: 0 auto;
  justify-content: space-between;
}

.content_wrapper--sec04 .txt_wrap .fl:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 5.7rem;
  border-left: 1px solid;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content_wrapper--sec04 .content_wrapper-inner .fl01 {
  width: 92rem;
  margin-left: auto;
}

.content_wrapper--sec04 .box01 {
  width: 45rem;
}

.content_wrapper--sec04 .box02 {
  width: 45rem;
}

.content_wrapper--sec04 .content_wrapper-inner .fl02 {
  width: 112rem;
  padding-top: 8rem;
}

.content_wrapper--sec04 .box03 {
  width: 55rem;
}

.content_wrapper--sec04 .box04 {
  width: 55rem;
}

/* allbutton */
.allbutton {
  margin-top: 13.5rem;
  font-size: 2rem;
  letter-spacing: 0.02em;
  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.02em;
  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-inner {
  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;
  text-align: left;
}

/* mv */
.mv_wrap {
  width: 100%;
}

.mv_lead { 
  padding-top: 6.5rem;
  font-size: 2.6rem;
}

/* sec共通 */
.content_container {
  margin-top: 15rem;
}

.txt_wrap {
  padding: 9.5rem 0 10rem;
}

.txt_wrap .lp_date {
  font-size: 2.6rem;
}

.txt_wrap .lp_date span {
  font-size: 2rem;
}

.txt_wrap .lp_date .brackets {
  top: -0.2rem;
}

.txt_wrap .store {
  padding: 2.5rem 0 8rem;
  font-size: 3.8rem;
}

.txt_wrap .store.en_font {
  padding-bottom: 7rem;
  font-size: 4.6rem;
}

.txt_wrap ul {
  row-gap: 2.5rem;
}

.txt_wrap ul li p {
  font-size: 2.8rem;
}

.txt_wrap ul li p span {
  height: 2.8rem;
  margin-right: 2.5rem;
  padding: 0 1rem;
  font-size: 2.4rem;
  line-height: 2.8rem;

  height: fit-content;
  padding: 0.2rem 1rem;
  line-height: 1;
}

.content_wrapper-inner {
  width: 100%;
  padding-top: 10.5rem;
}

.lead {
  padding-bottom: 11rem;
  font-size: 2.4rem;
}

.credit {
  padding-top: 5rem;
  font-size: 2rem;
  line-height: 2;
  white-space: nowrap;
}

/* sec01 */
.content_wrapper--sec01 .content_wrapper-inner .fl {
  width: 70rem;
  margin-right: 0;
}

.content_wrapper--sec01 .box01 {
  width: 55rem;
}

.content_wrapper--sec01 .box02 {
  width: 65rem;
  margin-left: auto;
  padding-top: 6rem;
}

/* sec02 */
.content_wrapper--sec02 {
  margin-top: 19rem;
}

.content_wrapper--sec02 .txt_wrap ul li p span {
  margin: 0 auto 3rem;
}

.content_wrapper--sec02 .content_wrapper-inner {
  width: 100%;
}

.content_wrapper--sec02 .box02 {
  width: 53rem;
  margin-top: 6rem;
  margin-left: 5rem;
}

/* sec03 */
.content_wrapper--sec03 {
  margin-top: 19rem;
}

.content_wrapper--sec03 .content_wrapper-inner .fl01 {
  width: 100%;
}

.content_wrapper--sec03 .box01 {
  width: 63rem;
}

.content_wrapper--sec03 .box02 {
  width: 46rem;
  margin-top: 6rem;
  text-align: left;
}

.content_wrapper--sec03 .lead02 {
  padding-top: 18rem;
}

.content_wrapper--sec03 .content_wrapper-inner .fl02 {
  width: 65rem;
}

.content_wrapper--sec03 .box03 {
  width: 54rem;
}

.content_wrapper--sec03 .box04 {
  width: 60rem;
  margin-left: auto;
  padding-top: 6rem;
}

/* sec04 */
.content_wrapper--sec04 {
  margin-top: 19rem;
}

.content_wrapper--sec04 .txt_wrap ul li p span {
  margin: 0 auto 3rem;
}

.content_wrapper--sec04 .txt_wrap .fl {
  width: 58rem;
}

.content_wrapper--sec04 .txt_wrap .fl:before {
  height: 8.6rem;
}

.content_wrapper--sec04 .content_wrapper-inner .fl01 {
  width: 70rem;
}

.content_wrapper--sec04 .box01 {
  width: 34rem;
}

.content_wrapper--sec04 .box02 {
  width: 34rem;
}

.content_wrapper--sec04 .content_wrapper-inner .fl02 {
  width: 56rem;
  padding-top: 6rem;
}

.content_wrapper--sec04 .box03 {
  width: 100%;
  margin-top: 2rem;
  order: 2;
}

.content_wrapper--sec04 .box04 {
  width: 100%;
}

.content_wrapper--sec04 .credit {
  margin-left: 5rem;
}

/* allbutton */
.allbutton {
  margin-top: 14.5rem;
  font-size: 4rem;
}

.allbutton a {
  padding-bottom: 1rem;
}

/* staff */
.staff {
  width: 100%;
  margin: 15.5rem auto 0;
  padding-bottom: 15rem;
  font-size: 2.4rem;
  line-height: 1.75;
  border-bottom: none;
}

}