@charset "UTF-8";
.lp-sec__txt--foot, .lp-sec__caption-wrap {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
}

.lp-sec__ttl {
  font-family: adobe-garamond-pro, serif;
}

.lp-sec__lead {
  font-family: dnp-shuei-mincho-pr6, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lp-sec__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lp-sec__list-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#mika-archive.style-archive {
  background: #f2f2f2;
}

#mika-archive.style-archive .style-archive__ttl {
  color: #4f4c5d;
  border-bottom: 1px solid #4f4c5d;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  width: 100%;
}

#main-container img,
#main-container video {
  width: 100%;
}

.style-archive #CE201030mika {
  display: none;
}

@media screen and (max-device-width: 767px) {
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* ===============================
              button
=============================== */
.lp-sec__btn {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-device-width: 767px) {
  .lp-sec__btn {
    max-width: calc(618* (100vw / 750));
  }
}

.lp-sec__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 60rem;
  width: 100%;
  height: 6.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 1.1rem;
  font-family: "Crimson Text", serif;
  font-weight: 400;
  line-height: 1.5454545;
  border: 1px solid #000;
}

@media screen and (max-device-width: 767px) {
  .lp-sec__btn a {
    max-width: calc(618* (100vw / 750));
    height: calc(126* (100vw / 750));
    font-size: calc(22* (100vw / 750));
  }
}

.main-container {
  width: 100%;
  padding: 6rem 0 10rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.01em;
  overflow: hidden;
}

@media screen and (min-device-width: 798px) {
  .main-container #breadcrumb {
    width: 120rem;
    margin: 0 auto;
  }
}

.lp-mv {
  padding-bottom: 10rem;
}

.lp-mv__ttl {
  width: 82.2rem;
  margin: 0 auto;
  padding-bottom: 10rem;
}

.lp-mv__img {
  display: block;
}

.lp-mv__lead {
  padding: 3.4rem 0;
  background: #f2f2f2;
  text-align: center;
}

.lp-sec {
  padding-bottom: 4rem;
}

.lp-sec--foot {
  padding-bottom: 9rem;
}

.lp-sec__index {
  text-align: center;
}

.lp-sec__arrow {
  display: block;
  position: relative;
  width: 0.2rem;
  height: 12rem;
  margin: 0 auto 4rem;
}

.lp-sec__arrow--foot {
  height: 6rem;
  margin-bottom: 0;
}

.lp-sec__arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background: #8e938f;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.lp-sec__ttl {
  display: inline-block;
  margin-bottom: 1.4rem;
  padding-bottom: 0;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  color: #4f4c5d;
  border-bottom: 1px solid #4f4c5d;
}

.lp-sec__lead {
  padding-bottom: 3.6rem;
  font-size: 2rem;
  line-height: 1.6;
  color: #7a807b;
  letter-spacing: 0.05em;
}

.lp-sec__list-wrap {
  margin: 0 auto;
}

@media screen and (min-device-width: 798px) {
  .lp-sec__list-wrap--sec03 {
    width: 80rem;
  }
  .lp-sec__list-wrap--sec04 {
    width: 78rem;
  }
}

.lp-sec__list-wrap .slick-dots {
  width: 100%;
  margin: 2rem auto 0;
}

.lp-sec__list-wrap .slick-dots li {
  margin: 0 0.4rem;
}

.lp-sec__list-wrap .slick-dots li button {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #cac9ce;
}

.lp-sec__list-wrap .slick-dots li.slick-active button {
  background: #4f4c5d;
}

@media screen and (min-device-width: 798px) {
  .lp-sec__list--sec03-01 {
    padding-top: 25rem;
  }
  .lp-sec__list--sec04-01 figure {
    padding-bottom: 1.5rem;
  }
  .lp-sec__list--sec04-02 {
    padding-top: 7.5rem;
  }
}

.lp-sec__img {
  margin: 0 auto;
}

.lp-sec__txt {
  padding: 3.3rem 0 0.8rem;
  text-align: center;
}

.lp-sec__txt--sec03, .lp-sec__txt--sec04 {
  text-align: left;
}

.lp-sec__txt--sec04 {
  padding-bottom: 4.5rem;
}

.lp-sec__txt--foot {
  font-size: 1.3rem;
  line-height: 1.69231;
  color: #4f4c5d;
}

.lp-sec__caption-wrap {
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  line-height: 1;
  text-align: center;
}

@media screen and (min-device-width: 798px) {
  .lp-sec__caption-wrap--sec03, .lp-sec__caption-wrap--sec04 {
    text-align: left;
  }
}

.lp-sec__caption {
  display: inline-block;
  margin: 1.5rem 0.75rem 0;
  padding-bottom: .1rem;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1;
}

.lp-sec__caption--sec03, .lp-sec__caption--sec04 {
  margin-top: 1.5rem;
  margin-left: 0;
  margin-right: 1.5rem;
}

@media all and (-ms-high-contrast: none) {
  .lp-sec .slider {
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
  .lp-sec .slider.slick-initialized {
    opacity: 1;
  }
}

@media screen and (min-device-width: 798px) {
  .sp_only {
    display: none;
  }
  .w450pc {
    width: 45rem;
  }
  .w400pc {
    width: 40rem;
  }
  .w300pc {
    width: 30rem;
  }
}

@media screen and (max-device-width: 767px) {
  .pc_only {
    display: none;
  }
  .w630sp {
    width: calc(630* (100vw / 750));
  }
  .w560sp {
    width: calc(560* (100vw / 750));
  }
  .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main-area .main-inner {
    width: 100%;
  }
  .footer {
    margin-top: 0;
  }
  .main-container {
    width: calc(750* (100vw / 750));
    padding: 0 0 calc(138* (100vw / 750));
    font-size: calc(28* (100vw / 750));
  }
  .lp-mv {
    padding-bottom: calc(144* (100vw / 750));
  }
  .lp-mv__ttl {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(140* (100vw / 750));
  }
  .lp-mv__lead {
    padding: calc(48* (100vw / 750)) 0;
  }
  .lp-sec {
    padding-bottom: calc(57* (100vw / 750));
  }
  .lp-sec--foot {
    padding-bottom: calc(110* (100vw / 750));
  }
  .lp-sec__arrow {
    width: calc(2* (100vw / 750));
    height: calc(170* (100vw / 750));
    margin: 0 auto calc(64* (100vw / 750));
  }
  .lp-sec__arrow--foot {
    height: calc(140* (100vw / 750));
    margin-bottom: calc(8* (100vw / 750));
  }
  .lp-sec__ttl {
    margin-bottom: calc(24* (100vw / 750));
    font-size: calc(42* (100vw / 750));
  }
  .lp-sec__lead {
    padding-bottom: calc(50* (100vw / 750));
    font-size: calc(35* (100vw / 750));
    line-height: 1.6;
  }
  .lp-sec__list-wrap .slick-dots {
    margin: calc(30* (100vw / 750)) auto 0;
  }
  .lp-sec__list-wrap .slick-dots li {
    margin: 0 calc(8* (100vw / 750));
  }
  .lp-sec__list-wrap .slick-dots li button {
    width: calc(14* (100vw / 750));
    height: calc(14* (100vw / 750));
  }
  .lp-sec__list {
    width: 100%;
  }
  .lp-sec__list--sec03-01 figure {
    margin-left: 0;
  }
  .lp-sec__list--sec04-02 figure {
    margin-left: calc(190* (100vw / 750));
  }
  .lp-sec__txt {
    padding: calc(46* (100vw / 750)) 0 calc(24* (100vw / 750));
    text-align: center;
  }
  .lp-sec__txt--sec03, .lp-sec__txt--sec04 {
    padding-bottom: calc(54* (100vw / 750));
  }
  .lp-sec__txt--foot {
    font-size: calc(23* (100vw / 750));
    line-height: 1.75;
  }
  .lp-sec__caption-wrap {
    font-size: calc(23* (100vw / 750));
  }
  .lp-sec__caption-wrap--sec03 {
    padding-top: calc(38* (100vw / 750));
  }
  .lp-sec__caption-wrap--sec04 {
    padding-top: calc(30* (100vw / 750));
  }
  .lp-sec__caption {
    margin: calc(24* (100vw / 750)) calc(11* (100vw / 750)) 0;
    padding-bottom: calc(4* (100vw / 750));
  }
}

.main-fade {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.main-fade.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.img-fade {
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.img-fade.active {
  opacity: 1;
}

.lp-sec--02 .main-fade .lp-sec__ttl,
.lp-sec--02 .main-fade .lp-sec__lead,
.lp-sec--02 .main-fade .lp-sec__txt--foot, .lp-sec--03 .main-fade .lp-sec__ttl,
.lp-sec--03 .main-fade .lp-sec__lead,
.lp-sec--03 .main-fade .lp-sec__txt--foot, .lp-sec--04 .main-fade .lp-sec__ttl,
.lp-sec--04 .main-fade .lp-sec__lead,
.lp-sec--04 .main-fade .lp-sec__txt--foot, .lp-sec--foot .main-fade .lp-sec__ttl,
.lp-sec--foot .main-fade .lp-sec__lead,
.lp-sec--foot .main-fade .lp-sec__txt--foot {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}

.lp-sec--02 .main-fade.active .lp-sec__arrow::after, .lp-sec--03 .main-fade.active .lp-sec__arrow::after, .lp-sec--04 .main-fade.active .lp-sec__arrow::after, .lp-sec--foot .main-fade.active .lp-sec__arrow::after {
  height: 100%;
  opacity: 1;
}

.lp-sec--02 .main-fade.active .lp-sec__ttl,
.lp-sec--02 .main-fade.active .lp-sec__lead,
.lp-sec--02 .main-fade.active .lp-sec__txt--foot, .lp-sec--03 .main-fade.active .lp-sec__ttl,
.lp-sec--03 .main-fade.active .lp-sec__lead,
.lp-sec--03 .main-fade.active .lp-sec__txt--foot, .lp-sec--04 .main-fade.active .lp-sec__ttl,
.lp-sec--04 .main-fade.active .lp-sec__lead,
.lp-sec--04 .main-fade.active .lp-sec__txt--foot, .lp-sec--foot .main-fade.active .lp-sec__ttl,
.lp-sec--foot .main-fade.active .lp-sec__lead,
.lp-sec--foot .main-fade.active .lp-sec__txt--foot {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=style.css.map */