@charset "UTF-8";

@font-face {
font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.otf");
}
@font-face {
font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  src: url("../font/NotoSerifCJKjp-Medium.otf");
}
@font-face {
font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  src: url("../font/NotoSerifJP-SemiBold.otf");
}
@font-face {
  font-family: 'eb-garamond, serif';
  src: url("../font/EBGaramond-Regular.ttf");
}

/* Noto Serif Light

font-family: 'Noto Serif JP', serif;

font-weight: 300;

font-style: normal;


Noto Serif Regular

font-family: 'Noto Serif JP', serif;

font-weight: 400;

font-style: normal;


Noto Serif SemiBold

font-family: 'Noto Serif JP', serif;

font-weight: 600;

font-style: normal; */
/******************************** 全体設定 ********************************/
html {
  font-size: 62.5%;
}
video {
  width: 100%;
  height: auto;
}
.all_wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.all_wrap .side {
  position: absolute;
  display: block;
  left: auto;
}
.all_wrap .sp_only {
  display: none;
}
.all_wrap img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/******************************** メインエリアの設定 ********************************/
.all_wrap .mv {
  width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.all_wrap .mv_img {
  width: 100%;
}
.all_wrap .campaign_area {
  width: 70rem;
  margin: 6.4rem auto 7.3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #F7F7F7;
}
.all_wrap .campaign_title {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: park-lane, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
}
.all_wrap .campaign_title::before {
  position: absolute;
  content: "";
  display: block;
  top: 1.6rem;
  left: 0rem;
  height: 0.05rem;
  width: 20rem;
  background: #000;
}
.all_wrap .campaign_title::after {
  position: absolute;
  content: "";
  display: block;
  top: 1.6rem;
  right: 0rem;
  height: 0.05rem;
  width: 20rem;
  background: #000;
}
.all_wrap .card {
  margin-top: 3rem;
  width: 22rem;
  background: #fff;
  padding-top: 2.5rem;
  padding-bottom: 1.6rem;
  text-align: center;
}
.all_wrap .campaign_subtitle {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: park-lane, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
  z-index: 2;
}
.all_wrap .campaign_subtitle::before {
  position: absolute;
  content: "";
  display: block;
  top: 1.7rem;
  left: 4rem;
  width: 14rem;
  height: 0.8rem;
  background: #E0CA82;
  z-index: -1;
}
.all_wrap .second_campaign .campaign_subtitle {
  margin-right: 0.5rem;
}
.all_wrap .second_campaign .campaign_subtitle::before {
  position: absolute;
  content: "";
  display: block;
  top: 1.7rem;
  right: 0rem;
  left: 6.8rem;
  width: 8.5rem;
  height: 0.8rem;
  background: #E0CA82;
  z-index: -1;
}
.all_wrap .detail {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  line-height: 2.2;
  font-feature-settings: "palt";
  font-family: park-lane, serif;
  font-weight: 300;
  font-style: normal;
  color: #000;
}
.all_wrap .first_campaign .detail {
  margin-right: 0.1rem;
}
.all_wrap .second_campaign .detail {
  margin-left: 0.5rem;
}
.all_wrap .date {
  font-size: 1rem;
  line-height: 3.2;
  letter-spacing: 0.005em;
  font-family: park-lane, serif;
  font-weight: 300;
  font-style: normal;
}
.all_wrap .mv_read {
  margin-top: 5.8rem;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 2;
font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #58595B;
}
/******************************** セクションの設定 ********************************/
.all_wrap .sec01 {
  width: 140rem;
  margin: 9.6rem auto 0rem;
}
.all_wrap .sec02 {
  width: 140rem;
  margin: 15.5rem auto 0rem;
}
.all_wrap .sec03 {
  width: 140rem;
  margin: 16rem auto 0rem;
  text-align: center;
}

/******************************** 横向きの設定 ********************************/
.all_wrap .df_area {
  display: flex;
  justify-content: space-between;
}
.all_wrap .campaign_area .df_area {
  width: 52rem;
  margin: 0 auto;
}
.all_wrap .df_area01 {
  display: flex;
  justify-content: flex-end;
}
.all_wrap .sec02 .df_area {
  justify-content: flex-start;
  margin-top: -10rem;
}
.all_wrap .sec03 .df_area {
  width: 92rem;
  margin: 0 auto;
}
/******************************** タイトルエリアの設定 ********************************/
.all_wrap .title_area {
  text-align: center;
}
.all_wrap .sec01 .title_area {
  margin-top: 6.7rem;
  text-align: left;
  margin-right: 24rem;
}
.all_wrap .sec03 .title_area {
  margin-top: 5.9rem;
}
/******************************** タイトルの設定 ********************************/
.all_wrap .title {
  font-size: 5.6rem;
  letter-spacing: 0;
  /* line-height: 3.57; */
  line-height: 1;
  font-family: park-lane, serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
  color: #000;
}
.sec02 .title {
  margin-right: 1.4rem;
}
.all_wrap .sec03 .title {
  margin-right: 2rem;
}
/******************************** サブタイトルの設定 ********************************/
.all_wrap .subtitle {
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-feature-settings: "palt";
  color: #000;
}
.all_wrap .sec01 .subtitle {
  margin-top: 2.5rem;
  padding-left: 0.6rem;
}
.sec02 .subtitle {
  margin-top: 2.7rem;
}
.all_wrap .sec03 .subtitle {
  margin-top: 2.6rem;
}
/******************************** テキストの設定 ********************************/
.all_wrap .text {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #58595B;
}
.all_wrap .sec01 .text {
  text-align: right;
  margin-top: 7.2rem;
  margin-right: 9rem;
}
.all_wrap .sec02 .text {
  margin-top: 22.6rem;
  margin-left: 22rem;
}
.all_wrap .sec03 .text {
  margin-top: 4.2rem;
}
/******************************** クレジットエリアの設定 ********************************/
.all_wrap .sec01 .cre_area {
  margin-top: -45.4rem;
  margin-right: 16.5rem;
}
.all_wrap .sec02 .cre_area02 {
  width: 54rem;
  margin-top: -24.7rem;
  margin-left: auto;
  margin-right: 10rem;
}
/******************************** 画像の設定 ********************************/
.all_wrap .img01 {
  width: 50rem;
  margin-left: 16.5rem;
}
.all_wrap .img02 {
  width: 43rem;
}
.all_wrap .img03 {
  width: 56rem;
}
.all_wrap .img04 {
  width: 56rem;
}
.all_wrap .img05 {
  width: 50rem;
}
.all_wrap .img06 {
  width: 54rem;
}
.all_wrap .img07 {
  width: 45rem;
}
.all_wrap .img08 {
  width: 45rem;
}

/******************************** クレジットの設定 ********************************/
.all_wrap .credit li {
  display: inline-block;
}
.all_wrap .credit {
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1.5;
  font-family: 'eb-garamond, serif';
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #58595B;
}
.all_wrap .price {
  font-variant:lining-nums;
  font-feature-settings: "lnum";
}
.all_wrap .sec01 .credit {
  text-align: right;
  margin-top: 2.6rem;
}
.all_wrap .sec02 .credit {
  margin-top: 2.6rem;  
}
.all_wrap .sec03 .credit {
  margin-top: 2rem;
}
/******************************** アイテムの設定 ********************************/
/******************************** スタッフの設定 ********************************/

.all_wrap .allitem {
  width: fit-content;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-feature-settings: "palt";
  font-family: 'eb-garamond, serif';
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
  margin: 13.4rem auto;
  border-bottom: double 3px #58595B;
  color: #000;
}
.all_wrap .staff {
  margin: 13.5rem auto 0rem;
  font-size: 1.4rem;
  line-height: 1.7;
  font-family: 'eb-garamond, serif';
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  color: #58595B;
  text-align: center;
  border-bottom: solid 1px #58595B;
  padding-bottom: 13.4rem;
  width: 110rem;
}

/******************************** アニメーションの設定 ********************************/
.all_wrap .fade_up {
  opacity: 0;
  transform: translateY(50px);
}
.all_wrap .fade_up.active {
  transition: all 1500ms;
  transform: translateY(0);
  opacity: 1;
}
.all_wrap .js-slider3 {
  width: 56rem;
  margin: 4.9rem auto 0rem;
  position: relative;
  z-index: 2;
}
.all_wrap .slick-dots {
  position: absolute;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 22px 0;
  bottom: -1.6rem;
  right: -2.8rem;
}


.all_wrap .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
}

.all_wrap .slick-dots li button {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #58595B;
  -webkit-appearance: none;
  padding: 0;
  -webkit-transition: background .3s;
  transition: background .3s;
  cursor: pointer;
  border: none;
}

.slick-dots li.slick-active button {
    background: #000;
}
.all_wrap .slick-arrow {
  display: none !important;
}









/* タブレット */
@media only screen and (max-width: 1399px) and (min-width: 561px) {
  html {
      font-size: calc(10* (100vw / 1400));
  }   
}
/* SP */
@media only screen and (max-width: 560px) {
  html {
    font-size: calc(10* (100vw / 750));
} 
.all_wrap {
  width: calc(750*(100vw/750));
  margin-top: calc(40*(100vw/750));
}
.all_wrap .pc_only{
    display: none;
}
.all_wrap .sp_only{
    display: block;
}
/* パンくず */
#breadcrumb .cateList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0 !important;
}

/******************************** セクションの設定 ********************************/
.all_wrap .sec01 {
  width: calc(750*100vw/750);
  margin-top: calc(150*100vw/750);
}
.all_wrap .sec02 {
  width: calc(750*100vw/750);
  margin-top: calc(190*100vw/750);
}
.all_wrap .sec03 {
  width: calc(750*100vw/750);
  margin-top: calc(198*100vw/750);
}
/******************************** メインエリアの設定 ********************************/
.all_wrap .mv {
  width: calc(750*100vw/750);
}
.all_wrap .campaign_area {
  width: calc(640*100vw/750);
  margin-top: calc(120*100vw/750);
  padding-top: calc(74*100vw/750);
  padding-bottom: calc(70*100vw/750);
}
.all_wrap .campaign_title {
  font-size: calc(52*100vw/750);
  line-height: 0.9;
}
.all_wrap .campaign_title::before {
  top: calc(24*100vw/750);
  left: calc(0*100vw/750);
  width: calc(50*100vw/750);
  height: calc(1*100vw/750);
}
.all_wrap .campaign_title::after {
  top: calc(24*100vw/750);
  right: calc(0*100vw/750);
  width: calc(50*100vw/750);
  height: calc(1*100vw/750);
}
.all_wrap .card {
  margin: calc(0*100vw/750) auto calc(0*100vw/750);
  width: calc(460*100vw/750);
  padding-top: calc(39*100vw/750);
  padding-bottom: calc(12*100vw/750);
}
.all_wrap .card.first_campaign {
  margin-top: calc(65*100vw/750);
  padding-bottom: calc(20*100vw/750);
}
.all_wrap .card.second_campaign {
  margin-top: calc(52*100vw/750);
  padding-bottom: calc(21*100vw/750);
}
.all_wrap .campaign_subtitle {
  font-size: calc(46*100vw/750);
  line-height: 1.1;
}
.all_wrap .campaign_subtitle::before {
  top: calc(30*100vw/750);
  left: calc(105*100vw/750);
  width: calc(250*100vw/750);
  height: calc(14*100vw/750);
}
.all_wrap .second_campaign .campaign_subtitle {
  margin-right: calc(0*100vw/750);
}
.all_wrap .second_campaign .campaign_subtitle::before {
  top: calc(30*100vw/750);
  left: calc(155*100vw/750);
  right: calc(0*100vw/750);
  width: calc(150*100vw/750);
  height: calc(14*100vw/750);
}
.all_wrap .detail {
  margin-top: calc(3*100vw/750);
  font-size: calc(28*100vw/750);
  line-height: 2.2;
  letter-spacing: 0.01em;
}
.all_wrap .first_campaign .detail {
  margin-right: calc(0*100vw/750);
}
.all_wrap .second_campaign .detail {
  margin-left: calc(0*100vw/750);
  margin-top: calc(1*100vw/750);
}
.all_wrap .date {
  font-size: calc(20*100vw/750) !important;
  line-height: 3.2;
  letter-spacing: 0;
}
.all_wrap .mv_read {
  margin-top: calc(107*100vw/750);
  font-size: calc(24*100vw/750);
}
/******************************** 横向きの設定 ********************************/
.all_wrap .df_area {
  display: block;
  justify-content: flex-start;
}
.all_wrap .campaign_area .df_area {
  width: initial;
}
.all_wrap .df_area01 {
  display: block;
}
.all_wrap .sec02 .df_area {
  justify-content: flex-start;
  margin-top: calc(100*100vw/750);
}
.all_wrap .sec03 .df_area {
  width: initial;
}
/******************************** タイトルエリアの設定 ********************************/
.all_wrap .sec01 .title_area {
  text-align: center;
  margin-top: calc(118*100vw/750);
  margin-right: calc(25*100vw/750);
}
.all_wrap .sec03 .title_area {
  margin-top: calc(115*100vw/750);
}
/******************************** タイトルの設定 ********************************/
.all_wrap .title {
  font-size: calc(82*100vw/750);
  letter-spacing: 0;
  /* line-height: 3.57; */
  line-height: 1;
}
.sec02 .title {
  margin-right: calc(20*100vw/750);
}
.all_wrap .sec03 .title {
  margin-right: calc(20*100vw/750);
}

/******************************** サブタイトルの設定 ********************************/
.all_wrap .subtitle {
  font-size: calc(36*100vw/750);
  letter-spacing: 0.12em;
  line-height: 1.75;
}
.all_wrap .sec01 .subtitle {
  margin-top: calc(50*100vw/750);
  padding-left: calc(26*100vw/750);
}
.all_wrap .sec02 .subtitle {
  margin-top: calc(49*100vw/750);
}
.all_wrap .sec03 .subtitle {
  margin-top: calc(50*100vw/750);
}
/******************************** テキストの設定 ********************************/
.all_wrap .text {
  font-size: calc(24*100vw/750);
  letter-spacing: 0.12em;
}
.all_wrap .sec01 .text {
  margin-top: calc(74*100vw/750);
  margin-right: calc(0*100vw/750);
  text-align: center;
}
.all_wrap .sec02 .text {
  margin-top: calc(108*100vw/750);
  margin-left: calc(0*100vw/750);
  text-align: center;
}
.all_wrap .sec03 .text {
  margin-top: calc(75*100vw/750);
}
/******************************** クレジットエリアの設定 ********************************/
.all_wrap .sec01 .cre_area {
  margin-top: calc(110*100vw/750);
  margin-right: calc(0*100vw/750);
  margin-left: auto;
  width: calc(550*100vw/750);
}
.all_wrap .sec02 .cre_area02 {
  width: calc(640*100vw/750);
  margin-top: calc(108*100vw/750);
  margin-left: auto;
  margin-right: calc(0*100vw/750);
}
/******************************** 画像の設定 ********************************/
.all_wrap .img01 {
  width: calc(620*100vw/750);
  margin-left: calc(40*100vw/750);
}
.all_wrap .img02 {
  width: calc(550*100vw/750);
}
.all_wrap .img03 {
  width: calc(560*100vw/750);
}
.all_wrap .img04 {
  width: calc(560*100vw/750);
}
.all_wrap .img05 {
  width: calc(600*100vw/750);
}
.all_wrap .img06 {
  width: calc(640*100vw/750);
}
.all_wrap .img07 {
  width: calc(600*100vw/750);
  margin: 0 auto;
}
.all_wrap .img08 {
  width: calc(600*100vw/750);
  margin: calc(40*100vw/750) auto 0;
}
/******************************** クレジットの設定 ********************************/
.all_wrap .credit {
  font-size: calc(24*100vw/750);
}
.all_wrap .sec01 .credit {
  text-align: left;
  margin-top: calc(44*100vw/750);
}
.all_wrap .sec02 .credit {
  margin-top: calc(45*100vw/750);
}
.all_wrap .sec03 .credit {
  margin-top: calc(54*100vw/750);
}
/******************************** アイテムの設定 ********************************/
.all_wrap .allitem {
  font-size: calc(40*100vw/750);
  letter-spacing: 0.04em;
  line-height: 1.25;
  margin-top: calc(151*100vw/750);
  padding-bottom: calc(10*100vw/750);
}
/******************************** スタッフの設定 ********************************/
.all_wrap .staff {
  width: calc(750*100vw/750);
  margin-top: calc(150*100vw/750);
  font-size: calc(24*100vw/750);
  line-height: 1.75;
  padding-bottom: calc(153*100vw/750);
  border-bottom: solid 0px #58595B;
}
/******************************** アニメーションの設定 ********************************/

.all_wrap .js-slider3 {
  width: calc(660*100vw/750);
  margin-left: calc(40*100vw/750);
  margin-top: calc(87*100vw/750);
}
.all_wrap .slick-dots li button {
  font-size: 0;
  width: calc(10*100vw/750);
  height: calc(10*100vw/750);
}
.all_wrap .slick-dots {
  bottom: calc(-29*100vw/750);
  right: calc(-7*100vw/750);
  margin: 0;
}
.all_wrap .slick-dots li {
  margin: 0 calc(10*100vw/750);
}

}
