@charset "UTF-8";

/*共通 */
.main-contents img {
  width: 100%;
  height: auto;
}

html {
  overflow-x: hidden;
}

.main-area {
  overflow: unset;
}

.main-contents a,
.main-contents picture {
  display: block;
}

.main-contents * {
  font-weight: inherit;
}

/* * {
  outline: 1px solid magenta;
}
 */

.main-contents {
  overflow: hidden;
}

.main-contents video {
  width: 100%;
  display: block;
}

/* ぱんくず */
.bredlist.lp {
  min-width: auto;
  max-width: calc(700 *(100vw / 750));
  margin: 0 auto;
  font-size: 10px;
}

.main-contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: calc(200 * (100vw / 750));
}

/* __________アニメーション__________ */
/* アニメーション */
.main-contents .js_fade {
  opacity: 0;
  transition: opacity 1s, transform 1s ease;
}

.main-contents .js_fade.active {
  opacity: 1;
  transform: none;
}

/* 下から */
.main-contents .js_fade_up {
  transform: translateY(50px);
}


.main-contents .js_fade_in {
  transition-delay: 0.3s;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s ease;
}

/* 生えてくるやつ */
.main-contents .fade_in {
  transition-duration: 1s;
  transform: translateY(0);
}


/* __________mainvisual__________ */
.main-contents .mainvisual_wrapper {
  margin-top: calc(40* (100vw / 750));
  margin-bottom: calc(153 * (100vw / 750));
}

.main-contents .mainvisual_img {
  width: 100%;
  margin-bottom: calc(94 * (100vw / 750));
  position: relative;
}

.main-contents .mainvisual_wrapper .overflow {
  overflow: hidden;
}

.main-contents .mainvisual_wrapper .title_01 {
  width: calc(212 *(100vw / 750));
  position: absolute;
  right: calc(28 *(100vw / 750));
  top: calc(550 *(100vw / 750));
}

.main-contents .mainvisual_wrapper .title_02 {
  width: calc(485 *(100vw / 750));
  position: absolute;
  right: calc(23 *(100vw / 750));
  top: calc(617 *(100vw / 750));
}

.main-contents .mainvisual_wrapper .title_03 {
  width: calc(305 *(100vw / 750));
  position: absolute;
  right: calc(24 *(100vw / 750));
  top: calc(732 *(100vw / 750));
}

.main-contents .mainvisual_wrapper .title_04 {
  width: calc(452 *(100vw / 750));
  position: absolute;
  right: calc(23 *(100vw / 750));
  top: calc(831 *(100vw / 750));
}

.main-contents .mainvisual_wrapper .title_04 .mainvisual_title_text {
  transition-delay: 1s;
}

.main-contents .mv__text {
  text-align: center;
  font-size: calc(24 * (100vw / 750));
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(24 *(100vw / 750));
  line-height: 2.33333;
  font-feature-settings: "none";
}

.main-contents .mv__text .mv__text_detail_01 {
  line-height: 1.7;
}

.main-contents .mv__text .mv__text_detail_02 {
  line-height: 1.6;
}

.main-contents .mv__text .mv__text_detail_03 {
  line-height: 3;
}

.main-contents .mv__text .mv__text--01 {
  font-size: calc(35 *(100vw / 750));
  position: relative;
}

/* __________section01__________ */
.main-contents .section01 {
  margin-bottom: calc(202 * (100vw / 750));
}

.main-contents .section01 .sec_top_content_heading {
  text-align: center;
  margin-bottom: calc(65 * (100vw / 750));
}

.main-contents .section01 .overflow {
  overflow: hidden;
}

.main-contents .section01 .sec__head {
  font-family: essonnes-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(62 *(100vw / 750));
  line-height: 1.72727;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.main-contents .section01 .sec__head_box {
  display: inline-block;
  position: relative;
  padding: 0 calc(15 *(100vw / 750));
  margin-bottom: calc(30 * (100vw / 750));
}

.main-contents .section01 .sec__head_box::before {
  content: "";
  position: absolute;
  bottom: calc(18 *(100vw / 750));
  width: 100%;
  height: calc(20 *(100vw / 750));
  left: 0;
  z-index: -1;
  background-color: #E8E3DA;
}

.main-contents .section01 .sec__sub_head {
  position: relative;
  margin: auto;
  margin-left: 17px;
  width: calc(600* (100vw / 750));
  padding-left: calc(46* (100vw / 750));
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-size: calc(34 *(100vw / 750));
  line-height: 1.70588;
}

.main-contents .section01 .text_detail {
  margin-left: calc(169 * (100vw / 750));
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.main-contents .section01 .sec__sub_head::before {
  content: "“";
  position: absolute;
  left: calc(21 *(100vw / 750));
  top: calc(2* (100vw / 750));
}

.main-contents .section01 .sec__sub_head::after {
  content: "”";
  position: absolute;
  right: calc(-62 *(100vw / 750));
  top: calc(2* (100vw / 750));
}

.main-contents .section01 .sec__img {
  width: calc(650 * (100vw / 750));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(50 * (100vw / 750));
}

.main-contents .section01 .sec__img_02 {
  width: calc(530 * (100vw / 750));
  margin-left: calc(220 * (100vw / 750));
  margin-bottom: calc(50 * (100vw / 750));
}

.main-contents .credit_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(38 *(100vw / 750));
  font-family: baskerville-poster-pt, serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  line-height: 1.91667;
  font-size: calc(24 *(100vw / 750));
  margin-bottom: calc(60 * (100vw / 750));
}

.main-contents .credit_link {
  margin-right: calc(19 *(100vw / 750));
  display: inline-block;
  letter-spacing: 0.025em;
}

.main-contents .credit_link:nth-of-type(3) {
  margin-right: 0;
}

.main-contents .sec__text {
  width: calc(675 *(100vw / 750));
  margin: auto;
  font-size: calc(24 *(100vw / 750));
  letter-spacing: 0.09em;
  line-height: 1.91667;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  text-align: justify;
}

.main-contents .sec__text_bold {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-feature-settings: "palt";
  font-weight: 600;
  font-style: normal;
  padding-bottom: calc(6 *(100vw / 750));
  border-bottom: 1px solid #CECECC;
}

/* __________section02__________ */
.main-contents .section02 {
  margin-bottom: calc(182 * (100vw / 750));
}

.main-contents .section02 .sec__img {
  width: 100%;
  margin-bottom: calc(57 * (100vw / 750));
}

.main-contents .section02 .sec_top_content_heading {
  text-align: center;
  margin-bottom: calc(67 * (100vw / 750));
}

.main-contents .section02 .overflow {
  overflow: hidden;
}

.main-contents .section02 .sec__head {
  font-family: essonnes-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(62 *(100vw / 750));
  line-height: 1.72727;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.main-contents .section02 .sec__head_box {
  display: inline-block;
  position: relative;
  padding: 0 calc(15 *(100vw / 750));
  margin-bottom: calc(35 * (100vw / 750))
}

.main-contents .section02 .sec__head_box::before {
  content: "";
  position: absolute;
  bottom: calc(18 *(100vw / 750));
  width: 100%;
  height: calc(20 *(100vw / 750));
  left: 0;
  z-index: -1;
  background-color: #D3DDD9;
}

.main-contents .section02 .sec__sub_head {
  position: relative;
  margin-left: calc(59 * (100vw / 750));
  width: calc(600* (100vw / 750));
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  font-size: calc(34 *(100vw / 750));
  line-height: 1.70588;
}

.main-contents .section02 .text_detail {
  margin-left: calc(105 * (100vw / 750));
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.main-contents .section02 .sec__sub_head::before {
  content: "“";
  position: absolute;
  left: calc(-27 *(100vw / 750));
  top: calc(4* (100vw / 750));
}

.main-contents .section02 .sec__sub_head::after {
  content: "”";
  position: absolute;
  right: calc(-60 *(100vw / 750));
  top: calc(4* (100vw / 750));
}

.main-contents .section02 .sec__img_02 {
  width: calc(580 * (100vw / 750));
  margin: auto;
  margin-bottom: calc(51 * (100vw / 750));
}

/* __________section03__________ */
.main-contents .section03 {
  margin-bottom: calc(240 * (100vw / 750));
}

.main-contents .section03 .sec_top_content_heading {
  text-align: center;
  margin-bottom: calc(68 * (100vw / 750));
}

.main-contents .section03 .overflow {
  overflow: hidden;
}

.main-contents .section03 .sec__head {
  font-family: essonnes-display, serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(62 *(100vw / 750));
  line-height: 1.72727;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.main-contents .section03 .sec__head_box {
  display: inline-block;
  position: relative;
  padding: 0 calc(15 *(100vw / 750));
  margin-bottom: calc(30 * (100vw / 750));
}

.main-contents .section03 .sec__head_box::before {
  content: "";
  position: absolute;
  bottom: calc(18 *(100vw / 750));
  width: 100%;
  height: calc(20 *(100vw / 750));
  left: 0;
  z-index: -1;
  background-color: #D6D2CF;
}

.main-contents .section03 .sec__sub_head {
  position: relative;
  width: calc(600* (100vw / 750));
  padding-left: calc(50* (100vw / 750));
  text-align: left;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  font-size: calc(34 *(100vw / 750));
  line-height: 1.70588;
  margin-left: calc(66 *(100vw / 750));
}

.main-contents .section03 .text_detail {
  margin-left: calc(63 * (100vw / 750));
  white-space: nowrap;
  font-feature-settings: 'palt';
  letter-spacing: 0.09em;
}

.main-contents .section03 .sec__sub_head::before {
  content: "“";
  position: absolute;
  left: calc(21 *(100vw / 750));
  top: calc(2* (100vw / 750));
}

.main-contents .section03 .sec__sub_head::after {
  content: "”";
  position: absolute;
  right: calc(4 *(100vw / 750));
  top: calc(2* (100vw / 750));
}

.main-contents .section03 .sec__img {
  width: calc(690 * (100vw / 750));
  margin-right: auto;
  margin-bottom: calc(59 * (100vw / 750));
}

.main-contents .section03 .sec__img_02 {
  width: 100%;
  margin-bottom: calc(49 * (100vw / 750));
}

.main-contents .section03 .credit_link:nth-of-type(2) {
  margin-right: 0;
}

/* __________section04__________ */
.main-contents .section04 {
  background-color: #F7F7F5;
  padding-bottom: calc(84 *(100vw / 750));
  margin-bottom: calc(200 * (100vw / 750));
}

.main-contents .section04 .section__head {
  padding-top: calc(62 *(100vw / 750));
  font-size: calc(58 *(100vw / 750));
  letter-spacing: 0.09em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: calc(43 * (100vw / 750));
}

.main-contents .section04 .section04__sub_head {
  font-size: calc(24 *(100vw / 750));
  line-height: 2.33333;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-feature-settings: "none";
  margin-bottom: calc(106 * (100vw / 750));
}

.main-contents .section04 .section04__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(700 *(100vw / 750));
  margin: auto;
  letter-spacing: 0.09em;
  z-index: 2;
  font-feature-settings: "palt";
  margin-bottom: calc(75 * (100vw / 750));
}

.main-contents .section04 .section04__box::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #fff;
  width: calc(700 *(100vw / 750));
  height: calc(266 *(100vw / 750));
  transform: translate(-49.9%, -50.6%);
  top: 50%;
  left: 50%;
}

.main-contents .section04 .section04__ttl {
  position: relative;
  left: calc(7 *(100vw / 750));
  top: calc(-12 *(100vw / 750));
  font-family: essonnes-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: calc(106 *(100vw / 750));
  margin-right: calc(26 *(100vw / 750));
  color: #CECECC;
  letter-spacing: 0.12em;
}

.main-contents .section04 .section04__sub_ttl {
  font-size: calc(34 *(100vw / 750));
  line-height: 1.41176;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.009em;
  margin-top: calc(-6* (100vw / 750));
  margin-right: calc(36 * (100vw / 750));
}

.main-contents .section04 .section04__img {
  width: calc(320 * (100vw / 750));
}

.main-contents .section04 .section04__box02_inner {
  display: flex;
  justify-content: space-around;
}

.main-contents .section04 .section04__ttl__02 {
  position: relative;
  top: calc(-32 * (100vw / 750));
  left: calc(9 *(100vw / 750));
  font-family: essonnes-display, serif;
  font-weight: 300;
  font-style: italic;
  font-size: calc(106 *(100vw / 750));
  margin-right: calc(15 *(100vw / 750));
  color: #CECECC;
  letter-spacing: 0.12em;
}

.main-contents .section04 .section04__ttl__02_box {
  padding-top: calc(56 * (100vw / 750));
  left: 5px;
  position: relative;
}

.main-contents .section04 .section04__box02 {
  width: calc(700 *(100vw / 750));
  margin: auto;
  margin-top: calc(75 *(100vw / 750));
  padding-top: calc(32* (100vw / 750));
  padding-bottom: calc(50 * (100vw / 750));
  background-color: #fff;
  position: relative;
}

.main-contents .section04 .section04__text {
  width: calc(634 *(100vw / 750));
  margin: auto;
  margin-top: calc(41 *(100vw / 750));
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.09em;
  font-size: calc(24 *(100vw / 750));
  line-height: 1.91667;
  padding-bottom: calc(37 *(100vw / 750));
}




/* __________viewall-btn__________ */
.main-contents .viewall {
  width: calc(675 * (100vw / 750));
  height: calc(120 * (100vw / 750));
  margin: 0 auto;
  border: solid 1px #000;
  margin-bottom: calc(200 * (100vw / 750));
}

.main-contents .viewall__link {
  font-size: calc(28 * (100vw / 750));
  letter-spacing: 0.08em;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-contents .section--05 {
  margin-top: calc(200 *(100vw / 750));
}

.main-contents .section--05 .section--05__img {
  width: calc(390 *(100vw / 750));
  margin: auto;
}

.main-contents .section--05 .section--05__text_box {
  width: calc(661 *(100vw / 750));
  margin: auto;
  margin-top: calc(82 *(100vw / 750));
  text-align: left;
}

.main-contents .section--05 .section--05__text_box .section--05__name {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  font-size: calc(26 *(100vw / 750));
  letter-spacing: 0.09em;
  padding-bottom: calc(45 *(100vw / 750));
}

.main-contents .section--05 .section--05__text_box .section--05__name::before {
  content: "";
  position: absolute;
  background-color: #000;
  height: 1px;
  width: calc(656 *(100vw / 750));
  left: 0;
  bottom: 0;
}

.main-contents .section--05 .section--05__text_box .section--05__name .section--05__name_jp {
  margin-top: calc(10 *(100vw / 750));
  display: block;
  font-size: calc(50 *(100vw / 750));
}

.main-contents .section--05 .section--05__text_box .section--05__text {
  width: calc(661 *(100vw / 750));
  margin-top: calc(39 *(100vw / 750));
  text-align: justify;
}

.main-contents .section--05 .section--05__text_box .section--05__text--02 {
  margin-top: calc(46 *(100vw / 750));
  letter-spacing: 0.11em;
}

.main-contents .section--05 .section--05__text_box .section--05__text--02 a {
  display: inline-block;
}

.main-contents .section--05__text--03 {
  letter-spacing: 0.025em;
  text-align: center;
  font-family: baskerville-poster-pt, serif;
  font-weight: 400;
  font-style: normal;
}

.main-contents .section--05__text--03 .section--05__text_jp {
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}


.slick-dots li button:before {
  content: "" !important;
}

.slick-dots {
  bottom: calc(14 *(100vw / 750)) !important;
  right: calc(-237 *(100vw / 750));
  z-index: 10;
}

.item_ptn03__item .slick-dots {
  bottom: calc(12 *(100vw / 750)) !important;
  right: calc(-212 *(100vw / 750));
  z-index: 10;
}

.item_ptn03__item .slick-dots li {
  border-radius: 50%;
  margin: 0 6px !important;
  width: calc(11 *(100vw / 750)) !important;
  height: calc(11 *(100vw / 750)) !important;
}

.slick-dots li button:before {
  content: "";
  border-radius: 50%;
  width: calc(11 *(100vw / 750)) !important;
  height: calc(11 *(100vw / 750)) !important;
  background: #000 !important;
  opacity: 0.4 !important;
}

.slick-dots li.slick-active button:before {
  border-radius: 50%;
  background: #000 !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button {
  background: transparent;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}


/* //////////////////////// pcここから //////////////////////// */
@media screen and (min-width: 750px) {

  /* ぱんくず */
  .bredlist.lp {
    max-width: none;
  }

  .sp_only {
    display: none;
  }

  .main-contents {
    width: 120rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16rem;
  }


  .main-contents .mainvisual_wrapper {
    margin-top: 3.5rem;
    margin-bottom: 14.3rem;
  }

  .main-contents .mainvisual_img {
    width: 120rem;
    margin-bottom: 7.5rem;
  }

  .main-contents .mainvisual_wrapper .title_01 {
    width: 16.7rem;
    left: 69.2rem;
    top: 7rem;
  }

  .main-contents .mainvisual_wrapper .title_02 {
    width: 42.1rem;
    left: 69.4rem;
    top: 12.6rem;
  }

  .main-contents .mainvisual_wrapper .title_03 {
    width: 32rem;
    left: 69.5rem;
    top: 22.5rem;
  }

  .main-contents .mainvisual_wrapper .title_04 {
    width: 32.1rem;
    left: 69.2rem;
    top: 32.3rem;
  }

  .main-contents .mv__text {
    font-size: 1.5rem;
    line-height: 2.1;
  }

  .main-contents .mv__text .mv__text--01 {
    font-size: 2.2rem;
    position: relative;
  }

  .main-contents .mv__text_02 {
    line-height: 2.5;
  }

  /* __________section01__________ */
  .main-contents .section01 {
    width: 110.2rem;
    margin-bottom: 15.3rem;
    margin-left: 7rem;
    margin-right: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 140px 201px 543px 70px 45px 115px;

  }

  .main-contents .section01 .sec_top_content_heading {
    margin-bottom: 0;
    margin-left: 6rem;
    grid-column: 2/3;
    grid-row: 2/3;

  }

  .main-contents .section01 .sec__head {
    font-size: 4rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .main-contents .section01 .sec__head_box {
    display: inline-block;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2.5rem;
  }

  .main-contents .section01 .sec__head_box::before {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    width: 100%;
    max-height: 1.2rem;
    height: 1.2rem;
    left: 0;
    z-index: -1;
  }

  .main-contents .section01 .sec__sub_head {
    display: inline-block;
    position: relative;
    left: -1.8rem;
    text-align: left;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    letter-spacing: 0.09em;
    font-size: 2rem;
    line-height: 1.70588;
    width: 33rem;
    margin-left: 1rem;
    padding-left: 0;
  }

  .main-contents .section01 .text_detail {
    white-space: nowrap;
    margin-left: 10rem;
    letter-spacing: 0.09em;
  }

  .main-contents .section01 .sec__sub_head::before {
    content: "“";
    position: absolute;
    left: -1.9rem;
    top: 0.1rem;
  }

  .main-contents .section01 .sec__sub_head::after {
    content: "”";
    position: absolute;
    right: -4.2rem;
    top: 0.1rem;
  }

  .main-contents .section01 .sec__img {
    width: 55rem;
    margin-left: 0;
    margin-bottom: 14rem;
  }

  .main-contents .section01 .sec__img_02 {
    width: 41rem;
    margin-top: 0;
    margin-left: 10rem;
    margin-bottom: 0;
    grid-column: 2/3;
    grid-row: 3/4;
  }

  .main-contents .section01 .credit_wrapper {
    margin-bottom: 0;
    margin-top: 2.8rem;
    grid-column: 2/3;
    grid-row: 5/6;
  }

  .main-contents .credit_wrapper {
    font-size: 1.3rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 9.5rem;
    margin-right: 4.2rem;
    margin-bottom: 0;
  }

  .main-contents .credit_link {
    margin-right: 1rem;
  }

  .main-contents .section01 .sec_content_text {
    grid-column: 1/2;
    grid-row: 4/7;
  }

  .main-contents .section01 .sec__text {
    line-height: 2.42;
    margin-bottom: 0;
  }

  .main-contents .sec__text {
    width: 55rem;
    text-align: justify;
    font-size: 1.4rem;
    letter-spacing: 0.09em;
    line-height: 2.42857;
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .main-contents .sec__text_bold {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #CECECC;
  }


  /* __________section02__________ */
  .main-contents .section02 {
    width: 103.3rem;
    margin-bottom: 14.9rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .main-contents .section02 .sec__img {
    width: 78rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8rem;
  }

  .main-contents .section02 .sec__top_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 121px 203px 285px 141px 45px;
  }

  .main-contents .section02 .sec_top_content_heading {
    margin-bottom: 0;
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .main-contents .section02 .sec__head {
    font-size: 4rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .main-contents .section02 .sec__head_box {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
    margin-top: 0;
    margin-right: 10rem;
  }

  .main-contents .section02 .sec__head_box::before {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    width: 100%;
    max-height: 1.2rem;
    height: 1.2rem;
    left: 0;
    z-index: -1;
  }

  .main-contents .section02 .sec__sub_head {
    display: inline-block;
    position: relative;
    left: -1.4rem;
    text-align: left;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-feature-settings: "palt";
    letter-spacing: 0.09em;
    font-size: 2rem;
    line-height: 1.70588;
    width: 33rem;
    margin-right: 12rem;
    padding-left: 0;
    margin-left: 0;
  }

  .main-contents .section02 .text_detail {
    white-space: nowrap;
    margin-left: 6.5rem;
    letter-spacing: 0.04em;
  }

  .main-contents .section02 .sec__sub_head::before {
    left: -1.7rem;
    top: 0;
  }

  .main-contents .section02 .sec__sub_head::after {
    left: 38.9rem;
    top: 0;
  }

  .main-contents .section02 .sec__img_02 {
    width: 50rem;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    z-index: 1;
    grid-row: -6/-2;
    grid-column: 2/3;
    margin-left: 2rem;
  }

  .main-contents .section02 .sec_content_text {
    grid-row: 3/4;
    grid-column: 1/2;
  }

  .main-contents .section02 .sec__text {
    width: 41.3rem;
    margin-left: 0;
  }

  .main-contents .section02 .credit_wrapper {
    grid-column: 2/3;
    grid-row: 5/6;
    margin-right: 0;
    margin-top: 2.5rem;
  }

  /* __________section03__________ */
  .main-contents .section03 {
    display: grid;
    margin-bottom: 17rem;
    margin-left: 6rem;
    grid-template-columns: 440px 140px 120px 390px;
    grid-template-rows: 146px 203px 380px 221px 403px 30px;
  }

  .main-contents .section03 .sec_top_content_heading {
    margin-bottom: 0;
    text-align: right;
    grid-column: 3/5;
    grid-row: 2/3;
  }

  .main-contents .section03 .sec__head {
    font-size: 4rem;
    line-height: 1.5;
    margin-top: 0;
  }

  .main-contents .section03 .sec__head_box {
    margin-bottom: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0;
    margin-right: 4.5rem;
  }

  .main-contents .section03 .sec__head_box::before {
    content: "";
    position: absolute;
    bottom: 0.8rem;
    width: 100%;
    max-height: 1.2rem;
    height: 1.2rem;
    left: 0;
    z-index: -1;
  }

  .main-contents .section03 .sec__sub_head {
    display: inline-block;
    position: relative;
    left: -1.4rem;
    text-align: left;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-feature-settings: "palt";
    letter-spacing: 0.09em;
    font-size: 2rem;
    line-height: 1.70588;
    width: 33rem;
    margin-right: 2.5rem;
    padding-left: 0;
    margin-left: 0;
  }

  .main-contents .section03 .text_detail {
    white-space: nowrap;
    margin-left: 3.5rem;
    letter-spacing: 0.01em;
  }

  .main-contents .section03 .sec__sub_head::before {
    top: 0;
    left: -21px;
  }

  .main-contents .section03 .sec__sub_head::after {
    top: 0;
    right: 3rem;
  }

  .main-contents .section03 .sec__img {
    width: 58rem;
    width: 58rem;
    grid-column: 1/3;
    grid-row: 1/5;
    margin-bottom: 0;
  }

  .main-contents .section03 .sec__img_02 {
    width: 65rem;
    grid-column: 2/3;
    grid-row: 5/6;
  }

  .main-contents .section03 .sec_content_text {
    grid-column: 4/5;
    grid-row: 3/4;
  }


  .main-contents .section03 .sec__text {
    width: 38rem;
  }

  .main-contents .section03 .credit_wrapper {
    grid-column: 1/2;
    grid-row: 6/7;
    margin-top: 1.2rem;
    margin-right: 3rem;
    margin-left: 0;
  }


  /* __________section04__________ */
  .main-contents .section04 {
    padding-bottom: 6rem;
    margin-bottom: 14.95rem;
  }

  .main-contents .section04::before {
    content: "";
    position: absolute;
    background-color: #F7F7F5;
    width: 100vw;
    left: 0%;
    height: 71.9rem;
    max-height: 719px;
    z-index: -1;
  }

  .main-contents .section04 .section__head {
    font-size: 3.8rem;
    margin-bottom: 1.8rem;
    padding-top: 0rem;
    position: relative;
    top: -2rem;
  }

  .main-contents .section04 .section04__sub_head {
    font-size: 1.5rem;
    margin-bottom: 6.7rem;
  }

  .main-contents .section04 .section04__box {
    width: 80rem;
    margin-bottom: 4.5rem;
  }

  .main-contents .section04 .section04__box::before {
    width: 80rem;
    height: 11rem;
  }

  .main-contents .section04 .section04__ttl__02_box {
    padding-top: 0;
  }

  .main-contents .section04 .section04__ttl {
    font-size: 5.6rem;
    position: relative;
    margin-right: 0;
    top: -1rem;
    left: -1rem;
  }

  .main-contents .section04 .section04__sub_ttl {
    font-size: 2.1rem;
    margin-top: 0;
  }

  .main-contents .section04 .section04__box02 {
    width: 68.4rem;
    height: 27rem;
    padding: 4.5rem 5.8rem;
    margin-top: 0;
    display: grid;
    grid-template-columns: 354px 60px 270px;
    grid-template-rows: 23px 85px 140px 22px;
  }

  .main-contents .section04 .section04__box02_inner {
    width: 68.4rem;
    flex-direction: row-reverse;
  }

  .main-contents .section04 .section04__img {
    left: 4.3rem;
    position: relative;
    width: 27rem;
  }

  .main-contents .section04 .section04__text {
    font-size: 1.3rem;
    width: 35.4rem;
    grid-row: 3/4;
    margin-top: 0;
    padding-bottom: 0;
    line-height: 2.25;
  }

  .main-contents .section04 .section04__ttl__02 {
    margin-right: 0;
    top: 2.4rem;
    left: -4.5rem;
  }

  .main-contents .section04 .section04__sub_ttl {
    letter-spacing: 0.08em;
    margin-right: -1rem;
  }

  .main-contents .section04 .section04__sub_ttl02 {
    font-feature-settings: "palt";
    position: relative;
    left: 2rem;
    top: -3.7rem;
    letter-spacing: 0.09em;
  }

  /* 全てのアイテムをチェック */
  .main-contents .viewall {
    width: 38rem;
    height: 6.4rem;
    margin-bottom: 15rem;
  }

  .main-contents .viewall__link {
    font-size: 1.8rem;
    letter-spacing: 0.09em;
  }

  .main-contents .section--05 {
    margin-top: 0;
  }

  .main-contents .section--05 .section--05__content {
    width: 77.7rem;
    margin: auto;
    display: flex;
  }

  .main-contents .section--05 .section--05__content .section--05__img {
    width: 22rem;
    margin: 0;
    margin-right: 5.7rem;
  }

  .main-contents .section--05 .section--05__content .section--05__text_box {
    width: 50rem;
    margin: 0;
    text-align: left;
  }

  .main-contents .section--05 .section--05__content .section--05__text_box .section--05__name {
    position: relative;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
    font-feature-settings: "palt";
    font-size: 1.5rem;
    letter-spacing: 0.09em;
    padding-bottom: 2.2rem;
  }

  .main-contents .section--05 .section--05__content .section--05__text_box .section--05__name::before {
    content: "";
    position: absolute;
    background-color: #000;
    height: 1px;
    width: 50rem;
    left: 0;
    bottom: 0;
  }

  .main-contents .section--05 .section--05__content .section--05__text_box .section--05__name .section--05__name_jp {
    margin-top: 1rem;
    display: block;
    font-size: 2.8rem;
  }

  .main-contents .section--05 .section--05__content .section--05__text_box .section--05__text {
    font-feature-settings: "palt";
    text-align: justify;
    position: inherit;
    top: auto;
    width: 50rem;
    line-height: 1.92857;
    font-size: 1.4rem;
    margin-top: 2rem;
    letter-spacing: 0.09em;
  }

  .main-contents .section--05 .section--05__content .section--05__text_box .section--05__text--02 {
    width: auto;
    margin-top: 3rem;
  }

  .main-contents .section--05 .section--05__content .section--05__text_box .section--05__text--02 a {
    display: inline-block;
  }

  .main-contents .section--05__text--03 {
    letter-spacing: 0.025em;
    text-align: center;
    font-family: baskerville-poster-pt, serif;
    font-weight: 400;
    font-style: normal;
    position: initial;
    top: auto;
    left: auto;
    width: initial;
    max-width: initial;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.025em;
    line-height: 1.91667;
    margin-top: 0;
  }

  .main-contents .section--05__text--03 .section--05__text_jp {
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .slick-dots li button:before {
    content: "" !important;
  }

  .slick-dots {
    bottom: 2.7rem !important;
    right: -18rem;
    z-index: 10;
  }

}

/* //////////////////////// pcここまで //////////////////////// */
@media (max-width: 1400px) and (min-width: 750px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }

}