@charset "UTF-8";
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%;
}

.fade {
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
  opacity: 0;
}

.fade.onView {
  opacity: 1;
}

.lp-sec__caption-wrap {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
}

@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: 10rem auto 0;
}

@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));
  }
}

/* ===================
	　　 for all
=================== */
.main-container {
  width: 100%;
  margin: 4rem auto 0;
  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;
  background-size: 100%;
}

.lp-mv__ttl {
  width: 108rem;
  margin: 0 auto;
}

.lp-mv__lead {
  text-align: center;
  margin: 7.5rem auto;
}

.lp-sec {
  margin: 0 auto;
  position: relative;
}

.lp-sec--01, .lp-sec--06 {
  text-align: center;
}

.lp-sec--02, .lp-sec--04, .lp-sec--06 {
  margin-top: 16rem;
}

.lp-sec--03, .lp-sec--05 {
  margin-top: 12rem;
}

.lp-sec--01::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 66.5rem;
  background: #f1f3f4;
  top: 12rem;
  z-index: -1;
}

@media screen and (max-device-width: 767px) {
  .lp-sec--01::before {
    width: calc(750* (100vw / 750));
    height: calc(800* (100vw / 750));
    top: calc(500* (100vw / 750));
  }
}

.lp-sec--03::before {
  content: "";
  position: absolute;
  display: block;
  background: #f6f4ea;
  z-index: -1;
}

@media screen and (min-device-width: 561px) {
  .lp-sec--03::before {
    width: 100vw;
    height: 55rem;
    top: 12rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec--03::before {
    width: calc(750* (100vw / 750));
    height: calc(700* (100vw / 750));
    top: calc(185* (100vw / 750));
  }
}

.lp-sec--05::before {
  content: "";
  position: absolute;
  display: block;
  width: 100vw;
  height: 50rem;
  background: #f6f4ea;
  top: 12rem;
  z-index: -1;
}

@media screen and (max-device-width: 767px) {
  .lp-sec--05::before {
    width: calc(750* (100vw / 750));
    height: calc(1375* (100vw / 750));
    top: calc(180* (100vw / 750));
  }
}

.lp-sec--06::before {
  content: "";
  position: absolute;
  display: block;
  width: 80rem;
  height: 44rem;
  background: #f1f3f4;
  top: 35rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

@media screen and (max-device-width: 767px) {
  .lp-sec--06::before {
    width: calc(750* (100vw / 750));
    height: calc(900* (100vw / 750));
    top: calc(745* (100vw / 750));
  }
}

.lp-sec__list-wrap {
  margin: 0 auto;
  position: relative;
}

@media screen and (min-device-width: 561px) {
  .lp-sec__list-wrap--sec01 {
    width: 72rem;
  }
  .lp-sec__list-wrap--sec02 {
    width: 120rem;
  }
  .lp-sec__list-wrap--sec03 {
    width: 120rem;
  }
  .lp-sec__list-wrap--sec04 {
    width: 120rem;
  }
  .lp-sec__list-wrap--sec05 {
    width: 84rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lp-sec__list-wrap--sec06 {
    width: 120rem;
  }
}

@media screen and (min-device-width: 561px) {
  .lp-sec__list--02-01, .lp-sec__list--02-02 {
    margin-left: 24rem;
  }
  .lp-sec__list--03-01, .lp-sec__list--03-02 {
    margin-left: 48rem;
  }
  .lp-sec__list--04-01, .lp-sec__list--04-02 {
    margin-left: 24rem;
  }
  .lp-sec__list--05-01 {
    margin-top: 16rem;
  }
  .lp-sec__list--06-01 span {
    width: 15.2rem;
    margin: 0 auto;
    display: block;
  }
}

.lp-sec__img {
  width: 60rem;
}

.lp-sec__img--01 {
  width: 72rem;
}

.lp-sec__img--05 {
  width: 48rem;
}

.lp-sec__img--06 {
  width: 32rem;
}

.lp-sec__img--07 {
  width: 48rem;
  margin: 0 auto;
}

.lp-sec__txt-wrap {
  padding-top: 2.5rem;
}

@media screen and (min-device-width: 561px) {
  .lp-sec__txt-wrap--sec01 {
    padding-top: 3.2rem;
  }
  .lp-sec__txt-wrap--sec02 {
    margin-left: 8rem;
  }
  .lp-sec__txt-wrap--sec03 {
    margin-left: -8rem;
  }
  .lp-sec__txt-wrap--sec06 {
    padding-top: 3rem;
  }
}

.lp-sec__ttl {
  font-family: 'EB Garamond', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #254259;
  padding-bottom: 0.2rem;
}

.lp-sec__ttl--sec06-01 {
  color: #998600;
  padding-bottom: 1.5rem;
}

.lp-sec__ttl--sec06-02 {
  font-family: 'EB Garamond', dnp-shuei-mincho-pr6,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  padding-bottom: 1rem;
}

.lp-sec__txt {
  padding-bottom: 3.4rem;
  letter-spacing: 0.01em;
}

.lp-sec__caption-wrap {
  font-size: 1.3rem;
  letter-spacing: 0.015em;
  line-height: 1;
}

.lp-sec__caption {
  display: inline-block;
  margin-right: 1.25rem;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1;
}

/* ===================
	　　 for PC
=================== */
@media screen and (min-device-width: 561px) {
  .sp_only {
    display: none;
  }
  #breadcrumb {
    width: 120rem;
    margin: 0 auto;
  }
}

/* ===================
	　　 for SP
=================== */
@media screen and (max-device-width: 767px) {
  .pc_only {
    display: none;
  }
  .main-area .main-inner {
    width: 100%;
  }
  .main-container {
    max-width: calc(750* (100vw / 750));
    margin: 0 auto;
    font-size: calc(28* (100vw / 750));
  }
  .lp-mv__ttl {
    width: calc(750* (100vw / 750));
    height: auto;
  }
  .lp-mv__lead {
    margin: calc(87* (100vw / 750)) auto;
  }
  .lp-sec {
    width: calc(750* (100vw / 750));
  }
  .lp-sec--02, .lp-sec--04, .lp-sec--06 {
    margin-top: calc(240* (100vw / 750));
  }
  .lp-sec--03, .lp-sec--05 {
    margin-top: calc(176* (100vw / 750));
  }
  .lp-sec__list--03-01 {
    margin-left: calc(90* (100vw / 750));
  }
  .lp-sec__list--06-01 span {
    width: calc(261* (100vw / 750));
    margin: 0 auto calc(10* (100vw / 750));
    display: block;
  }
  .lp-sec__img {
    width: calc(660* (100vw / 750));
  }
  .lp-sec__img--01 {
    width: calc(750* (100vw / 750));
  }
  .lp-sec__img--05 {
    width: calc(600* (100vw / 750));
    margin-left: calc(150* (100vw / 750));
  }
  .lp-sec__img--06 {
    width: calc(500* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
    margin-top: calc(44* (100vw / 750));
  }
  .lp-sec__img--07 {
    width: calc(660* (100vw / 750));
    margin: 0 auto;
  }
  .lp-sec__txt-wrap {
    padding-top: calc(30* (100vw / 750));
    margin-left: calc(30* (100vw / 750));
  }
  .lp-sec__txt-wrap--sec01, .lp-sec__txt-wrap--sec06 {
    padding-top: calc(48* (100vw / 750));
    margin-left: 0;
  }
  .lp-sec__ttl {
    font-size: calc(52* (100vw / 750));
  }
  .lp-sec__ttl--sec06-01 {
    padding-bottom: calc(20* (100vw / 750));
  }
  .lp-sec__ttl--sec06-02 {
    font-size: calc(40* (100vw / 750));
    line-height: 1.5em;
    padding-bottom: calc(28* (100vw / 750));
  }
  .lp-sec__txt {
    padding-bottom: calc(24* (100vw / 750));
  }
  .lp-sec__txt--sec06-01 {
    padding-bottom: calc(45* (100vw / 750));
  }
  .lp-sec__caption-wrap {
    font-size: calc(23* (100vw / 750));
  }
  .lp-sec__caption {
    margin-top: calc(24* (100vw / 750));
    margin-right: calc(22* (100vw / 750));
    padding-bottom: calc(4* (100vw / 750));
  }
}
/*# sourceMappingURL=style.css.map */