@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

#main-container img,
#main-container video {
  width: 100%;
}

.lp-sec__list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lp-mv .lp-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lp-sec__txtbox {
  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;
}

.lp-mv .lp-index, .lp-sec__list-wrap, .lp-sec__txtbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lp-sec__caption-wrap, .lp-sec__view-more a {
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-style: normal;
}

.lp-sec__ttl--prod_list, .lp-sec__prod-name {
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
}

.main-container {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}

@media screen and (max-device-width: 767px) {
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .main-area .main-inner {
    width: 100%;
  }
}

/* ===============================
              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));
  }
}

@media screen and (min-device-width: 768px) {
  .main-container {
    width: 120rem;
    margin: 6rem auto 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media screen and (max-device-width: 767px) {
  .main-container {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
  }
}

.lp-mv {
  margin: 0 auto;
}

@media screen and (min-device-width: 768px) {
  .lp-mv {
    width: 88rem;
    padding-bottom: 26.8rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv {
    width: calc(750* (100vw / 750));
    padding-bottom: calc(347* (100vw / 750));
  }
}

.lp-mv__ttl {
  display: block;
}

@media screen and (min-device-width: 768px) {
  .lp-mv__ttl {
    padding-bottom: 3.7rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv__ttl {
    padding-bottom: calc(34* (100vw / 750));
  }
}

.lp-mv__lead {
  line-height: 2;
  text-align: center;
  letter-spacing: 0.015em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (min-device-width: 768px) {
  .lp-mv__lead {
    padding-bottom: 14rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv__lead {
    padding-bottom: calc(108* (100vw / 750));
    font-size: calc(28* (100vw / 750));
  }
}

.lp-mv .lp-index {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index--top {
    margin-bottom: 18.2rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index--top {
    margin-bottom: calc(148* (100vw / 750));
  }
}

.lp-mv .lp-index--top:after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 88rem;
  height: 5.6rem;
  bottom: -9.8rem;
  background-image: url(/Page/style/201116_column/img/arrow_pc.png);
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index--top:after {
    width: 88rem;
    height: 5.6rem;
    bottom: -9.8rem;
    background-image: url(/Page/style/201116_column/img/arrow_pc.png);
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index--top:after {
    width: calc(648* (100vw / 750));
    height: calc(37* (100vw / 750));
    bottom: calc(-74* (100vw / 750));
    background-image: url(/Page/style/201116_column/img/arrow_sp.png);
  }
}

.lp-mv .lp-index__ttl {
  display: inline-block;
  height: auto;
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__ttl--top {
    width: 28.4rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index__ttl--top {
    width: calc(433* (100vw / 750));
    padding-bottom: calc(24* (100vw / 750));
  }
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__ttl--btm {
    width: 21.4rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index__ttl--btm {
    width: calc(236* (100vw / 750));
    padding-bottom: calc(26* (100vw / 750));
  }
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__txt-wrap {
    padding-left: 3rem;
  }
}

.lp-mv .lp-index__txt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__txt-inner {
    letter-spacing: 0.15em;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index__txt-inner {
    letter-spacing: 0.015em;
  }
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__txt-inner--btm:first-child {
    padding-bottom: 2.8rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index__txt-inner--btm:first-child {
    padding-bottom: calc(65* (100vw / 750));
  }
}

.lp-mv .lp-index__ico {
  height: auto;
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__ico {
    width: 3.6rem;
    padding-top: 1rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index__ico {
    width: calc(40* (100vw / 750));
    padding-top: calc(10* (100vw / 750));
  }
}

.lp-mv .lp-index__txt--top {
  text-align: center;
  font-weight: 300;
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__txt--top {
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index__txt--top {
    font-size: calc(30* (100vw / 750));
    line-height: 1.53333;
  }
}

.lp-mv .lp-index__txt--btm {
  font-weight: 500;
}

@media screen and (min-device-width: 768px) {
  .lp-mv .lp-index__txt--btm {
    padding-left: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.83333;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-mv .lp-index__txt--btm {
    padding-left: calc(16* (100vw / 750));
    font-size: calc(32* (100vw / 750));
    line-height: 1.5;
    width: 100%;
  }
}

.lp-sec {
  margin: 0 auto;
}

@media screen and (min-device-width: 768px) {
  .lp-sec {
    padding-bottom: 25.6rem;
  }
  .lp-sec--sec01 {
    width: 56rem;
  }
  .lp-sec--sec03 {
    width: 56rem;
    padding-bottom: 19.75rem;
  }
  .lp-sec--prod-list {
    padding-bottom: 4.9rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec {
    padding-bottom: calc(223* (100vw / 750));
  }
  .lp-sec--sec01, .lp-sec--sec02, .lp-sec--sec03 {
    width: calc(750* (100vw / 750));
  }
  .lp-sec--sec03 {
    padding-bottom: calc(153* (100vw / 750));
  }
  .lp-sec--prod-list {
    padding-bottom: calc(153* (100vw / 750));
  }
}

.lp-sec__list-wrap--prod-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__list-wrap--prod-list {
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__list-wrap--prod-list {
    width: calc(550* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(72* (100vw / 750));
  }
}

@media screen and (min-device-width: 768px) {
  .lp-sec__list--02_01 {
    margin: 0 auto 2.2rem;
  }
  .lp-sec__list--02_02 {
    margin: 0 auto;
  }
  .lp-sec__list--prod-list {
    width: 17rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__list--02_01 {
    margin: 0 auto calc(27* (100vw / 750));
  }
  .lp-sec__list--02_02 {
    margin: 0 auto;
  }
}

.lp-sec__img {
  position: relative;
}

.lp-sec__img--01_03::after, .lp-sec__img--02_01::after, .lp-sec__img--03_01::after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.lp-sec__img--01_03::before, .lp-sec__img--02_01::before, .lp-sec__img--03_01::before {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__img--01_03 {
    width: 56rem;
  }
  .lp-sec__img--01_03::after {
    width: 11.7rem;
    height: 22.9rem;
    background-image: url(/Page/style/201116_column/img/num_1.png);
    top: -11.5rem;
    right: 2rem;
    opacity: 68.5%;
  }
  .lp-sec__img--01_03::before {
    width: 25rem;
    height: 33rem;
    background-color: #d6d3ca;
    top: -3.8rem;
    right: -8rem;
    z-index: -2;
  }
  .lp-sec__img--02_01 {
    width: 51.7rem;
  }
  .lp-sec__img--02_01::after {
    width: 17.7rem;
    height: 22.8rem;
    background-image: url(/Page/style/201116_column/img/num_2.png);
    top: -11.4rem;
    left: -8.3rem;
    opacity: 68.5%;
  }
  .lp-sec__img--02_01::before {
    width: 23rem;
    height: 31rem;
    background-color: #d3cbc7;
    top: -4.7rem;
    left: -13.7rem;
    z-index: -2;
  }
  .lp-sec__img--02_02 {
    width: 29.7rem;
    margin-bottom: 2.75rem;
  }
  .lp-sec__img--03_01::before {
    width: 33rem;
    height: 22rem;
    background-color: #d4d7d8;
    top: -4.2rem;
    right: -12.8rem;
    z-index: -2;
  }
  .lp-sec__img--03_01::after {
    width: 16.8rem;
    height: 23.3rem;
    background-image: url(/Page/style/201116_column/img/num_3.png);
    top: -9.7rem;
    right: -6.4rem;
    opacity: 48.5%;
  }
  .lp-sec__img--prod-list {
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__img--01_03 {
    width: calc(561* (100vw / 750));
    margin: 0 auto;
  }
  .lp-sec__img--01_03::after {
    width: calc(117* (100vw / 750));
    height: calc(230* (100vw / 750));
    top: calc(-115* (100vw / 750));
    right: calc(20* (100vw / 750));
    background-image: url(/Page/style/201116_column/img/num_1.png);
    opacity: 62.5%;
    background-repeat: no-repeat;
  }
  .lp-sec__img--01_03::before {
    width: calc(250* (100vw / 750));
    height: calc(335* (100vw / 750));
    top: calc(-40* (100vw / 750));
    right: calc(-50* (100vw / 750));
    background-color: #d6d3ca;
    z-index: -2;
  }
  .lp-sec__img--02_01 {
    width: calc(517* (100vw / 750));
  }
  .lp-sec__img--02_01::after {
    width: calc(177* (100vw / 750));
    height: calc(229* (100vw / 750));
    top: calc(-115* (100vw / 750));
    left: calc(-21* (100vw / 750));
    background-image: url(/Page/style/201116_column/img/num_2.png);
    opacity: 62.5%;
  }
  .lp-sec__img--02_01::before {
    width: calc(230* (100vw / 750));
    height: calc(310* (100vw / 750));
    top: calc(-47* (100vw / 750));
    left: calc(-75* (100vw / 750));
    background-color: #d3cbc7;
    z-index: -2;
  }
  .lp-sec__img--02_02 {
    width: calc(343* (100vw / 750));
    margin: 0 auto;
  }
  .lp-sec__img--03_01 {
    width: calc(560* (100vw / 750));
    margin-left: calc(75* (100vw / 750));
  }
  .lp-sec__img--03_01::before {
    width: calc(330* (100vw / 750));
    height: calc(245* (100vw / 750));
    background-color: #d4d7d8;
    top: calc(-40* (100vw / 750));
    right: calc(-70* (100vw / 750));
    z-index: -2;
  }
  .lp-sec__img--03_01::after {
    width: calc(169* (100vw / 750));
    height: calc(235* (100vw / 750));
    top: calc(-87* (100vw / 750));
    right: calc(-42* (100vw / 750));
    background-image: url(/Page/style/201116_column/img/num_3.png);
    opacity: 42.5%;
  }
  .lp-sec__img--prod-list {
    padding: calc(50* (100vw / 750)) 0 calc(25* (100vw / 750));
  }
  .lp-sec__img--prod-list.pa01 {
    padding: calc(50* (100vw / 750)) 0 calc(50* (100vw / 750));
  }
}

.lp-sec__txtbox {
  position: relative;
}

@media screen and (max-device-width: 767px) {
  .lp-sec__txtbox {
    width: calc(650* (100vw / 750));
    margin: 0 auto;
  }
}

.lp-sec__txtbox--sec02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 87rem;
}

@media screen and (max-device-width: 767px) {
  .lp-sec__txtbox--sec02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(750* (100vw / 750));
    margin: 0 auto;
  }
}

.lp-sec__txt {
  position: relative;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.015em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

.lp-sec__txt::before, .lp-sec__txt::after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__txt::before, .lp-sec__txt::after {
    width: 6.5rem;
    height: 6.5rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__txt::before, .lp-sec__txt::after {
    width: calc(65* (100vw / 750));
    height: calc(65* (100vw / 750));
  }
}

.lp-sec__txt::before {
  top: 0;
  left: 0;
  background-image: url(/Page/style/201116_column/img/brackets_l.png);
}

.lp-sec__txt::after {
  right: 0;
  bottom: 0;
  background-image: url(/Page/style/201116_column/img/brackets_r.png);
}

@media screen and (min-device-width: 768px) {
  .lp-sec__txt {
    font-size: 1.5rem;
    padding: 5.5rem 4.2rem;
    margin: 3.7rem 0 2.65rem 0;
  }
  .lp-sec__txt--sec01, .lp-sec__txt--sec02, .lp-sec__txt--sec03 {
    width: 100%;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__txt {
    font-size: calc(28* (100vw / 750));
    padding: calc(28* (100vw / 750)) calc(40* (100vw / 750));
  }
}

.lp-sec__txt--sec02 {
  width: 38.9rem;
  margin-top: -13rem;
}

@media screen and (max-device-width: 767px) {
  .lp-sec__txt--sec02 {
    width: calc(650* (100vw / 750));
    margin: 0 auto;
  }
}

.lp-sec__caption-wrap {
  letter-spacing: 0.015em;
  text-align: center;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__caption-wrap {
    font-size: 1.3rem;
  }
}

.lp-sec__caption-wrap--sec02 {
  text-align: left;
}

@media screen and (max-device-width: 767px) {
  .lp-sec__caption-wrap--sec02 {
    font-size: calc(23* (100vw / 750));
    text-align: center;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__caption-wrap {
    margin-bottom: calc(77* (100vw / 750));
    padding-top: calc(34* (100vw / 750));
    font-size: calc(23* (100vw / 750));
  }
  .lp-sec__caption-wrap--prod-list {
    padding-top: calc(30* (100vw / 750));
    margin-bottom: 0;
  }
}

.lp-sec__caption {
  display: inline-block;
  border-bottom: 0.1rem solid #cbcbcb;
  line-height: 1;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__caption {
    margin: 0.8rem 0.5rem 0;
    padding-bottom: 0.1rem;
  }
  .lp-sec__caption--prod-list {
    margin-right: 0;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__caption {
    margin: calc(12* (100vw / 750)) calc(8* (100vw / 750)) 0;
    padding-bottom: calc(4* (100vw / 750));
  }
}

.lp-sec__staffcredit {
  text-align: center;
  border-bottom: 1px solid #242021;
  color: #595757;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__staffcredit {
    margin-bottom: 10rem;
    padding-bottom: 2rem;
    font-size: 1.3rem;
    line-height: 1.53846;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__staffcredit {
    margin-bottom: calc(100* (100vw / 750));
    padding-bottom: calc(30* (100vw / 750));
    font-size: calc(18* (100vw / 750));
    line-height: 1.55556;
    letter-spacing: 0.01em;
  }
}

.lp-sec__ttl {
  display: block;
  margin: 0 auto;
}

.lp-sec__ttl--prod_list {
  position: relative;
  text-align: center;
  font-weight: 600;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__ttl--prod_list {
    margin-bottom: 1.5rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__ttl--prod_list {
    padding-bottom: calc(13* (100vw / 750));
    font-size: calc(34* (100vw / 750));
  }
}

.lp-sec__ttl--prod_list::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__ttl--prod_list::after {
    width: 14.7rem;
    height: .1rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__ttl--prod_list::after {
    width: calc(224* (100vw / 750));
    height: calc(3* (100vw / 750));
  }
}

.lp-sec__prod-name {
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__prod-name {
    font-size: 1.3rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__prod-name {
    font-size: calc(23* (100vw / 750));
  }
}

.lp-sec__view-more {
  text-align: center;
}

.lp-sec__view-more a {
  display: inline-block;
  border-bottom: 1px solid #000;
  text-align: center;
}

@media screen and (min-device-width: 768px) {
  .lp-sec__view-more a {
    padding-bottom: 0.1rem;
    font-size: 2rem;
  }
}

@media screen and (max-device-width: 767px) {
  .lp-sec__view-more a {
    padding-bottom: calc(4* (100vw / 750));
    font-size: calc(32* (100vw / 750));
  }
}

@media screen and (min-device-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-device-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .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;
  }
  .order_3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .slick-arrow {
    width: calc(24* (100vw / 750));
    height: calc(56* (100vw / 750));
    top: 36%;
  }
  .slick-arrow::before, .slick-arrow::after {
    width: calc(1* (100vw / 750)) !important;
    height: calc(32* (100vw / 750));
    left: calc(12* (100vw / 750));
    background-color: #020202;
  }
  .slick-arrow.slick-prev {
    left: calc(-20* (100vw / 750));
  }
  .slick-arrow.slick-prev::before {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .slick-arrow.slick-prev::after {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .slick-arrow.slick-next {
    right: calc(-20* (100vw / 750));
  }
  .slick-arrow.slick-next::before {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
  }
  .slick-arrow.slick-next::after {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  #column-archive.style-archive .slick-arrow.slick-prev {
    left: calc(-85* (100vw / 750)) !important;
  }
  #column-archive.style-archive .slick-arrow.slick-next {
    right: calc(-85* (100vw / 750)) !important;
  }
  #column-archive.style-archive .slick-arrow.slick-prev {
    left: calc(-100* (100vw / 750)) !important;
  }
  #column-archive.style-archive .slick-arrow.slick-next {
    right: calc(-100* (100vw / 750)) !important;
  }
  .slick-arrow.slick-prev {
    left: calc(-40* (100vw / 750));
  }
  .slick-arrow.slick-next {
    right: calc(-40* (100vw / 750));
  }
  .lp-flexwrap {
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */