html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

#main-container img,
#main-container video {
  width: 100%;
}

.lp-mv .lp-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lp-sec__list-wrap {
  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;
}

.lp-mv .lp-index {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}

@media screen and (max-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-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-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-width: 768px) {
  .main-container {
    width: 120rem;
    margin: 6rem auto 0;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media screen and (max-width: 767px) {
  .main-container {
    width: calc(750* (100vw / 750));
    margin: 0 auto;
  }
}

.lp-mv {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp-mv {
    width: 88rem;
    padding-bottom: 24.8rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv {
    width: calc(750* (100vw / 750));
    padding-bottom: calc(324* (100vw / 750));
  }
}

.lp-mv__ttl {
  display: block;
}

@media screen and (min-width: 768px) {
  .lp-mv__ttl {
    padding-bottom: 3.7rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv__ttl {
    padding-bottom: calc(34* (100vw / 750));
  }
}

.lp-mv__lead {
  line-height: 2;
  text-align: center;
  letter-spacing: 0.015em;
}

@media screen and (min-width: 768px) {
  .lp-mv__lead {
    padding-bottom: 14rem;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv__lead {
    padding-bottom: calc(108* (100vw / 750));
    font-size: calc(28* (100vw / 750));
  }
}

.lp-mv .lp-index {
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index--top {
    margin-bottom: 18.2rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv .lp-index--top {
    margin-bottom: calc(132* (100vw / 750));
  }
}

.lp-mv .lp-index--top:after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index--top:after {
    width: 88rem;
    height: 5.6rem;
    bottom: -9.8rem;
    background-image: url(/Page/style/201130_column/img/arrow_pc.png);
  }
}

@media screen and (max-width: 767px) {
  .lp-mv .lp-index--top:after {
    width: calc(648* (100vw / 750));
    height: calc(37* (100vw / 750));
    bottom: calc(-74* (100vw / 750));
    left: calc(52* (100vw / 750));
    background-image: url(/Page/style/201130_column/img/arrow_sp.png);
  }
}

.lp-mv .lp-index__ttl {
  display: inline-block;
  height: auto;
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index__ttl--top {
    width: 28.4rem;
    padding-left: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv .lp-index__ttl--top {
    width: calc(433* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(24* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index__ttl--btm {
    width: 21.4rem;
    padding-left: 4.4rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv .lp-index__ttl--btm {
    width: calc(236* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(8* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index__txt-wrap--top {
    padding-left: 2rem;
  }
  .lp-mv .lp-index__txt-wrap--btm {
    padding-left: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv .lp-index__txt-wrap--top, .lp-mv .lp-index__txt-wrap--btm {
    margin: 0 auto;
  }
}

.lp-mv .lp-index__txt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index__txt-inner--top {
    letter-spacing: 0.35em;
  }
  .lp-mv .lp-index__txt-inner--btm {
    letter-spacing: 0.08em;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv .lp-index__txt-inner {
    letter-spacing: 0.015em;
  }
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index__txt-inner--btm:first-child {
    padding-bottom: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-mv .lp-index__txt-inner--btm:first-child {
    padding-bottom: calc(66* (100vw / 750));
  }
}

.lp-mv .lp-index__ico {
  height: auto;
}

@media screen and (min-width: 768px) {
  .lp-mv .lp-index__ico {
    width: 3.6rem;
    padding-top: 1rem;
  }
}

@media screen and (max-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-width: 768px) {
  .lp-mv .lp-index__txt--top {
    font-size: 2.2rem;
    line-height: 1.63636;
  }
}

@media screen and (max-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-width: 768px) {
  .lp-mv .lp-index__txt--btm {
    padding-left: 1.2rem;
    font-size: 2.4rem;
    line-height: 1.83333;
  }
}

@media screen and (max-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 {
  width: 88.6rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .lp-sec--sec01 {
    padding-bottom: 28.2rem;
  }
  .lp-sec--sec02 {
    padding-bottom: 19.5rem;
  }
  .lp-sec--prod-list {
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-sec {
    width: calc(750* (100vw / 750));
  }
  .lp-sec--sec01 {
    padding-bottom: calc(274* (100vw / 750));
  }
  .lp-sec--sec02 {
    padding-bottom: calc(160* (100vw / 750));
  }
  .lp-sec--prod-list {
    padding-bottom: calc(118* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .lp-sec__list-wrap--prod-list {
    padding-bottom: 5.5rem;
  }
}

@media screen and (max-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-width: 768px) {
  .lp-sec__list--01_02, .lp-sec__list--02_02 {
    padding-left: 1.4rem;
  }
  .lp-sec__list--prod-list {
    width: 15.3rem;
    padding: 0 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-sec__list--01_02, .lp-sec__list--02_02 {
    padding-left: 0;
    padding-top: calc(20* (100vw / 750));
  }
  .lp-sec__list--prod-list {
    width: calc(550* (100vw / 750));
    margin: 0 auto;
    padding-bottom: calc(72* (100vw / 750));
  }
}

.lp-sec__img {
  position: relative;
}

.lp-sec__img--01_01::after, .lp-sec__img--02_02::after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .lp-sec__img {
    width: 43.5rem;
  }
  .lp-sec__img--01_01::after {
    width: 11.7rem;
    height: 23rem;
    background-image: url(/Page/style/201130_column/img/svg/num_01.svg);
    top: -11.3rem;
    left: 4.3rem;
  }
  .lp-sec__img--02_02::after {
    width: 17.6rem;
    height: 22.8rem;
    background-image: url(/Page/style/201130_column/img/svg/num_02.svg);
    top: -11.2rem;
    right: -0.6rem;
  }
  .lp-sec__img--prod-list {
    width: 15.3rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-sec__img {
    width: calc(518* (100vw / 750));
    margin: 0 auto;
  }
  .lp-sec__img--01_01::after {
    width: calc(117* (100vw / 750));
    height: calc(230* (100vw / 750));
    background-image: url(/Page/style/201130_column/img/svg/num_01.svg);
    top: calc(-110* (100vw / 750));
    left: calc(25* (100vw / 750));
  }
  .lp-sec__img--02_01::after {
    content: "";
    display: block;
    position: absolute;
    background-size: 100%;
    width: calc(178* (100vw / 750));
    height: calc(230* (100vw / 750));
    background-image: url(/Page/style/201130_column/img/svg/num_02.svg);
    top: calc(-116* (100vw / 750));
    right: calc(-4* (100vw / 750));
  }
  .lp-sec__img--prod-list {
    width: calc(550* (100vw / 750));
  }
}

.lp-sec__txtbox {
  position: relative;
}

@media screen and (min-width: 768px) {
  .lp-sec__txtbox--sec03 {
    width: 40rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-sec__txtbox {
    width: calc(650* (100vw / 750));
    margin: 0 auto;
  }
  .lp-sec__txtbox--sec03 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.lp-sec__txt {
  position: relative;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.015em;
}

.lp-sec__txt::before, .lp-sec__txt::after {
  content: "";
  display: block;
  position: absolute;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .lp-sec__txt::before, .lp-sec__txt::after {
    width: 6.5rem;
    height: 6.5rem;
  }
}

@media screen and (max-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/201130_column/img/brackets_l.png);
}

.lp-sec__txt::after {
  right: 0;
  bottom: 0;
  background-image: url(/Page/style/201130_column/img/brackets_r.png);
}

@media screen and (min-width: 768px) {
  .lp-sec__txt {
    font-size: 1.5rem;
    margin: 2.7rem 0 2.2rem;
    padding: 4.8rem 6rem;
  }
  .lp-sec__txt--sec01, .lp-sec__txt--sec02 {
    width: 76rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-sec__txt {
    font-size: calc(28* (100vw / 750));
    padding: calc(28* (100vw / 750)) calc(40* (100vw / 750));
  }
}

.lp-sec__caption-wrap {
  letter-spacing: 0.015em;
  text-align: center;
}

.lp-sec__caption-wrap--sec03 {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .lp-sec__caption-wrap {
    font-size: 1.3rem;
  }
  .lp-sec__caption-wrap--sec03 {
    width: 100%;
    padding-left: 4.2rem;
    text-align: left;
  }
}

@media screen and (max-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-width: 768px) {
  .lp-sec__caption {
    margin: 0.8rem 0.5rem 0;
    padding-bottom: 0.1rem;
  }
  .lp-sec__caption--sec03 {
    margin-left: 0;
    margin-right: 1rem;
  }
  .lp-sec__caption--prod-list {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .lp-sec__caption {
    margin: calc(12* (100vw / 750)) calc(8* (100vw / 750)) 0;
    padding-bottom: calc(4* (100vw / 750));
  }
  .lp-sec__caption--sec03 {
    margin-left: 0;
    margin-right: calc(16* (100vw / 750));
  }
  .lp-sec__caption--prod-list {
    margin: 0;
  }
}

.lp-sec__staffcredit {
  text-align: center;
  border-bottom: 1px solid #242021;
  color: #595757;
}

@media screen and (min-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-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-width: 768px) {
  .lp-sec__ttl--prod_list {
    margin-bottom: 1.5rem;
    padding-bottom: 0.6rem;
    font-size: 2rem;
  }
}

@media screen and (max-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-width: 768px) {
  .lp-sec__ttl--prod_list::after {
    width: 14.7rem;
    height: .1rem;
  }
}

@media screen and (max-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-width: 768px) {
  .lp-sec__prod-name {
    font-size: 1.3rem;
  }
}

@media screen and (max-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-width: 768px) {
  .lp-sec__view-more a {
    padding-bottom: 0.1rem;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .lp-sec__view-more a {
    padding-bottom: calc(4* (100vw / 750));
    font-size: calc(32* (100vw / 750));
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media screen and (min-width: 987px) and (max-width: 1400px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  html {
    font-size: calc(10* (100vw / 1200)) !important;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .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));
    height: calc(32* (100vw / 750));
    left: calc(12* (100vw / 750));
    background-color: #020202;
  }
  .slick-arrow.slick-prev {
    left: calc(-40* (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(-40* (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(-100* (100vw / 750)) !important;
  }
  #column-archive.style-archive .slick-arrow.slick-next {
    right: calc(-100* (100vw / 750)) !important;
  }
}
/*# sourceMappingURL=style.css.map */