@charset "UTF-8";
/*  === BREAK POINT = MIXIN === */
/*  ========================= FONT - FONT-FACE ========================= */
@font-face {
  font-family: "OptimaRoman";
  src: url("../font/optimaroman.woff2") format("woff2"), url("../font/optimaroman.woff") format("woff");
}
@font-face {
  font-family: "OptimaBold";
  src: url("../font/optimabold.woff2") format("woff2"), url("../font/optimabold.woff") format("woff");
}
/*  ========================= LP - STYLES ========================= */
#lp_wrapper {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

.lp_main {
  width: 100%;
}

.lp_mv {
  width: 100%;
  z-index: 999;
}
.lp_mv img {
  width: 100%;
  height: 100%;
}

.lp_intro {
  width: 100%;
  max-width: 56.6666666667%;
  margin: 0 auto;
  padding-top: 30px;
  border-bottom: solid 1px #BBBBBB;
}
@media screen and (max-width: 767px) {
  .lp_intro {
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
    padding-top: 20px;
    border-bottom: solid 1px #BBBBBB;
  }
}
.lp_intro .intro_h2 {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "游明朝", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 1.8333333333em;
  line-height: 1.4545454545;
  letter-spacing: 0.075em;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lp_intro .intro_h2 {
    font-size: 1.3333333333em;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
  }
}
.lp_intro .intro_read {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic", sans-serif;
  font-weight: normal;
  font-size: 1.0833333333em;
  line-height: 1.6923076923;
  letter-spacing: 0.075em;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp_intro .intro_read {
    padding-bottom: 30px;
  }
}

.lp_items {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .lp_items {
    width: 100%;
    max-width: 93.6%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
.lp_items .item_h3__nmbr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lp_items .item_h3__nmbr {
    padding-bottom: 5px;
  }
}
.lp_items .item_h3__nmbr .h3_name {
  font-family: "OptimaRoman", serif;
  font-size: 1.3333333333em;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .lp_items .item_h3__nmbr .h3_name {
    font-size: 1.0833333333em;
  }
}
.lp_items .item_h3__nmbr .h3_num {
  font-family: "OptimaRoman", serif;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lp_items .item_h3__nmbr .h3_num {
    font-size: 1.75em;
  }
}
.lp_items .item_h3__nmbr img {
  width: 100%;
  max-width: 5.2%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .lp_items .item_h3__nmbr img {
    width: 100%;
    max-width: 12%;
    height: 100%;
    object-fit: contain;
  }
}
.lp_items .item_h3 {
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "游明朝", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 1.6666666667em;
  line-height: 1.2;
  letter-spacing: 0.075em;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp_items .item_h3 {
    font-size: 1.3333333333em;
    line-height: 1.25;
    padding-bottom: 20px;
  }
}

.item_wrapper {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .item_wrapper {
    width: 100%;
    display: block;
  }
}
.item_wrapper .item_imgs {
  width: 100%;
  max-width: 48%;
  flex-basis: 48%;
  padding-bottom: 5px;
  z-index: 998;
}
.item_wrapper .item_imgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .item_wrapper .item_imgs {
    width: 100%;
    max-width: 100%;
    padding-bottom: 5px;
  }
  .item_wrapper .item_imgs img {
    width: 100%;
    height: 100%;
  }
}
.item_wrapper .item_dtls {
  width: 100%;
  max-width: 44%;
  flex-basis: 44%;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .item_wrapper .item_dtls {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
.item_wrapper .item_dtls .dtls_h4 {
  width: 100%;
  max-width: 87.9545454545%;
  margin: 0 auto;
  font-family: "ヒラギノ明朝 ProN W6", "Hiragino Mincho ProN W6", "游明朝", "Yu Mincho", serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3333333333;
  letter-spacing: 0.075em;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .item_wrapper .item_dtls .dtls_h4 {
    width: 100%;
    max-width: 84%;
    font-size: 1.3333333333em;
    line-height: 1.375;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.item_wrapper .item_dtls .dtls_read {
  width: 100%;
  max-width: 87.9545454545%;
  margin: 0 auto;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic", sans-serif;
  font-weight: normal;
  font-size: 1.0833333333em;
  line-height: 1.6153846154;
  letter-spacing: 0.075em;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .item_wrapper .item_dtls .dtls_read {
    width: 100%;
    max-width: 84%;
    font-size: 1.0833333333em;
    line-height: 1.6153846154;
    letter-spacing: 0.075em;
    padding-bottom: 30px;
  }
}
.item_wrapper .item_dtls .dtls_img {
  width: 100%;
  max-width: 440px;
}
.item_wrapper .item_dtls .dtls_img img {
  width: 100%;
  max-width: 440px;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .item_wrapper .item_dtls .dtls_img {
    width: 93.6%;
    margin: 0 auto;
  }
  .item_wrapper .item_dtls .dtls_img img {
    width: 100%;
    max-width: 440px;
    height: 100%;
    object-fit: contain;
  }
}
.item_wrapper .item_dtls .dtls_credit {
  width: 100%;
  max-width: 91.3636363636%;
  margin: 0 auto;
  padding-top: 30px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .item_wrapper .item_dtls .dtls_credit {
    width: 100%;
    max-width: 69.3333333333%;
    margin: 0 auto;
    padding-top: 20px;
    display: block;
  }
}
.item_wrapper .item_dtls .dtls_credit .credit_wrapper {
  width: 100%;
  max-width: 190px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .item_wrapper .item_dtls .dtls_credit .credit_wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
  }
}
.item_wrapper .item_dtls .dtls_credit .credit__name {
  font-family: "OptimaBold", serif;
  font-size: 1.0833333333em;
  line-height: 1;
  letter-spacing: 0.03em;
}
.item_wrapper .item_dtls .dtls_credit .credit__btn {
  font-family: "OptimaBold", serif;
  font-size: 0.9166666667em;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  padding: 6px 10px 4px;
  background: #A07E62;
}

.lp_footer {
  width: 100%;
  max-width: 56.6666666667%;
  margin: 80px auto 0;
  padding-top: 60px;
  border-top: solid 1px #BBB;
}
@media screen and (max-width: 767px) {
  .lp_footer {
    width: 100%;
    max-width: 84%;
    margin: 30px auto 0;
    padding-top: 30px;
    padding-bottom: 40px;
    border-top: solid 1px #BBB;
  }
}
.lp_footer .footer_after {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "游ゴシック", "YuGothic", sans-serif;
  font-weight: normal;
  font-size: 1.0833333333em;
  line-height: 1.6923076923;
  letter-spacing: 0.075em;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lp_footer .footer_after {
    font-size: 1em;
    line-height: 1.6666666667;
    padding-bottom: 30px;
  }
}
.lp_footer .all_items__btn {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding: 17px 42px;
  background: #A07E62;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "游ゴシック", "YuGothic", sans-serif;
  font-weight: bold;
  font-size: 1.1666666667em;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .lp_footer .all_items__btn {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}
.lp_footer .footer_staff__wrapper {
  width: 100%;
}
.lp_footer .footer_staff__wrapper .staff_h5 {
  font-family: "OptimaBold", serif;
  font-size: 1.0833333333em;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp_footer .footer_staff__wrapper .staff_h5 {
    text-align: center;
    padding-top: 30px;
  }
}
.lp_footer .footer_staff__wrapper .staff_credit {
  font-family: "OptimaRoman", serif;
  font-size: 1em;
  line-height: 1.5;
  letter-spacing: 0em;
  color: #727272;
  text-align: center;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .lp_footer .footer_staff__wrapper .staff_credit {
    font-size: 0.9166666667em;
    line-height: 1.6363636364;
    padding-top: 10px;
  }
}

/*  ========================= STYLE OPTION ========================= */
.fade_Scroll {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: translateY(30px);
}

.fade_Scroll__active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.flx_rvse__colmn_pc {
  flex-flow: column-reverse !important;
}
@media screen and (max-width: 767px) {
  .flx_rvse__colmn_pc {
    flex-flow: column !important;
  }
}

.flx_rvse__rw_pc {
  flex-flow: row-reverse !important;
}
@media screen and (max-width: 767px) {
  .flx_rvse__rw_pc {
    flex-flow: row !important;
  }
}

.a__opacity {
  transition: 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.a__opacity:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .a__opacity {
    transition: none;
    cursor: pointer;
    text-decoration: none;
  }
  .a__opacity:hover {
    opacity: 1;
    text-decoration: none;
  }
}

.mr_20_pc {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .mr_20_pc {
    margin: 0 !important;
  }
}

.ml_20_pc {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .ml_20_pc {
    margin: 0 !important;
  }
}

.slidemask_box {
  overflow: hidden;
}

.slidemask_box .slidemask_boxInner {
  opacity: 0;
}

.isPlay {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
}

@keyframes play {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
/*  ========================= SLICK - STYLES ========================= */
.slick-slide:focus {
  outline: none;
}

.slick-dots li {
  width: 10px !important;
}

.slick-dots li button:before {
  color: #A07E62 !important;
}/*# sourceMappingURL=common.css.map */