@charset "UTF-8";
/*---------------------*/
/*max-width: 1200px ←画面全体が縮小する幅*/
/*max-width: 979px ←タブレット版*/
/*max-width: 767px ←スマホ版*/
/*max-width: 425px ←スマホ版さらに小さい幅に対応*/
/*構成*/
/*
FONT
COMMON
MAIN
HEADER
ARTICLE
ELEMENT
COTENTS
L
UTILITY
*/
/*---------------------*/
/* ========== COMMON ========== */
body {
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*可変幅表示にて使用*/
#page-body {
  overflow: hidden;
  width: 100%;
}

/* SMP表示での左右の余白を削除 */
@media (max-width: 979px) {
  #page-body {
    width: 100vw;
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  #page-body {
    width: 100vw;
    margin: 0 -5px;
  }
}
/* -- hide -- */
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
/* ========== 要素リセット ========== */
#lp_main_wrap {
  position: relative;
}
#lp_main_wrap img,
#lp_main_wrap svg,
#lp_main_wrap video {
  vertical-align: middle;
  width: 100%;
  background: transparent;
  background-color: transparent;
}
#lp_main_wrap img:not([src]):not([srcset]) {
  opacity: 0;
}
#lp_main_wrap ::before,
#lp_main_wrap ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
#lp_main_wrap a {
  text-decoration: none;
}
#lp_main_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lp_main_wrap p,
#lp_main_wrap table,
#lp_main_wrap blockquote,
#lp_main_wrap address,
#lp_main_wrap pre,
#lp_main_wrap iframe,
#lp_main_wrap form,
#lp_main_wrap figure,
#lp_main_wrap dl,
#lp_main_wrap h1,
#lp_main_wrap h2,
#lp_main_wrap h3,
#lp_main_wrap h4,
#lp_main_wrap h5,
#lp_main_wrap h6 {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lp_main_wrap ul,
#lp_main_wrap ol,
#lp_main_wrap dd {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

#lp_main_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-wrap: break-word;
  color: #303030;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  #lp_main_wrap {
    position: relative;
    clip-path: inset(0);
  }
}
#lp_main_wrap p,
#lp_main_wrap h1,
#lp_main_wrap h2,
#lp_main_wrap h3,
#lp_main_wrap h4,
#lp_main_wrap h5,
#lp_main_wrap h6,
#lp_main_wrap a {
  color: #303030;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 220%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap p,
  #lp_main_wrap h1,
  #lp_main_wrap h2,
  #lp_main_wrap h3,
  #lp_main_wrap h4,
  #lp_main_wrap h5,
  #lp_main_wrap h6,
  #lp_main_wrap a {
    font-size: 12px;
    line-height: 216%;
  }
}
#lp_main_wrap a {
  font-weight: 400;
}
#lp_main_wrap {
  /*  --- display:flex --- */
}
#lp_main_wrap .d-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .d-f {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp_main_wrap {
  /*  --- Item / coordinate タイトル --- */
}
#lp_main_wrap .c-codettl {
  font-size: 25px;
  line-height: 116%;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .c-codettl {
    margin-bottom: 4vw;
  }
}
#lp_main_wrap .c-codettl span {
  font-size: 12px;
  letter-spacing: 0.05em;
}
#lp_main_wrap {
  /*  --- c-btn --- */
}
#lp_main_wrap a.c-btn {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  width: 100%;
  display: block;
  position: relative;
  padding: 18px 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
  background-color: #555;
  border: 1px solid #555;
  color: #fff;
}
#lp_main_wrap a.c-btn:hover {
  background-color: #fff;
  color: #555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lp_main_wrap a.c-btn::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: calc(50% - 5px);
  right: 17px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#lp_main_wrap a.c-btn:hover::after {
  border-top: solid 1px #555;
  border-right: solid 1px #555;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lp_main_wrap {
  /* クレジット */
}
#lp_main_wrap .lp_content_item_credit p {
  line-height: 1;
  letter-spacing: 0.06em;
}
#lp_main_wrap .lp_content_item_credit p + p {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item_credit p + p {
    margin-top: 1px;
  }
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item_credit p.name {
    font-size: 14px;
  }
}
#lp_main_wrap .lp_content_item_credit p.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px 8px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item_credit p.price {
    gap: 0 7px;
  }
}
@media (max-width: 425px) {
  #lp_main_wrap .lp_content_item_credit p.price {
    font-size: 10px;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lp_main_wrap .lp_content_item_credit p.price .p-item-list__price {
  text-decoration: underline;
  letter-spacing: 0.05em;
  font-size: 13px;
}
#lp_main_wrap {
  /* ========== p-main ========== */
}
#lp_main_wrap .p-mv {
  position: relative;
  width: 100%;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-mv {
    margin-bottom: 19vw;
  }
}
#lp_main_wrap {
  /* ========== p-lead ========== */
}
#lp_main_wrap .p-lead {
  text-align: center;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-lead {
    margin-bottom: 26vw;
  }
}
#lp_main_wrap .p-lead .text-02 {
  font-size: 18px;
  margin-top: 34px;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-lead .text-02 {
    font-size: 15px;
    margin-top: 9vw;
    margin-bottom: 2.5vw;
  }
}
#lp_main_wrap .p-lead__inner-img {
  max-width: 436px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-lead__inner-img {
    width: 74%;
  }
}
#lp_main_wrap {
  /* ========== p-nav ========== */
}
#lp_main_wrap .p-nav {
  max-width: 820px;
  width: 87%;
  margin: 0 auto 150px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-nav {
    margin: 0 auto 26vw;
  }
}
#lp_main_wrap .p-nav__inner {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 4.3vw;
}
#lp_main_wrap {
  /* ========== p-main ========== */
}
#lp_main_wrap .p-main {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main {
    margin-bottom: 17vw;
  }
}
#lp_main_wrap .p-main {
  /* ========== p-main__box ========== */
}
#lp_main_wrap .p-main__box {
  background-color: #F2F2F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 100px;
  max-width: 1240px;
  width: 100%;
  padding: 100px 100px 93px;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box {
    padding: 13vw 8vw 18vw;
    margin-bottom: 22vw;
  }
}
#lp_main_wrap .p-main__box-txt {
  max-width: 455px;
  width: 46%;
  padding-top: 72px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box-txt {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-bottom: 7.1vw;
  }
}
#lp_main_wrap .p-main__box-txt .c-qt {
  display: inline-block;
  border-bottom: 1px solid #303030;
  font-size: 31px;
  line-height: 197%;
  width: 53px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box-txt .c-qt {
    margin-bottom: 5vw;
  }
}
#lp_main_wrap .p-main__box-txt .c-ttl {
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box-txt .c-ttl {
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 160%;
    margin-bottom: 9vw;
  }
}
#lp_main_wrap .p-main__box-txt .c-txt {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 236%;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box-txt .c-txt {
    font-size: 13px;
    line-height: 190%;
  }
}
#lp_main_wrap .p-main__box-txt .c-txt span {
  position: relative;
  font-size: 24px;
  left: -3px;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box-txt .c-txt span {
    font-size: 20px;
    left: 0px;
    margin-right: 14px;
  }
}
#lp_main_wrap .p-main__box-img {
  max-width: 426px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box-img {
    max-width: 100%;
    width: 100%;
  }
}
#lp_main_wrap .p-main__box-img .c-inf {
  margin-top: 12px;
  padding-left: 2px;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 190%;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__box-img .c-inf {
    margin-top: 15px;
    font-size: 11px;
    line-height: 170%;
    padding: 0;
  }
}
#lp_main_wrap .p-main {
  /* ========== p-main__box ========== */
}
#lp_main_wrap .p-main__coord {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 90px;
  max-width: 905px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord {
    width: 100%;
  }
}
#lp_main_wrap .p-main__coord .coord-box__main {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord .coord-box__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#lp_main_wrap .p-main__coord .coord-box__main-img {
  max-width: 561px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord .coord-box__main-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 9vw;
  }
  #lp_main_wrap .p-main__coord .coord-box__main-img img {
    width: 80%;
  }
  #lp_main_wrap .p-main__coord .coord-box__main-img::after {
    content: "";
    display: block;
    background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2026/scapa/2026_35th_anniversary/sec01_detaile01.jpg);
    width: 37%;
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -11vw;
  }
}
#lp_main_wrap .p-main__coord .coord-box__main-txt {
  max-width: 283px;
  padding-top: 33px;
  padding-right: 7px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord .coord-box__main-txt {
    padding: 0;
    max-width: 100%;
    width: 84%;
    margin: 0 auto 12vw;
  }
}
#lp_main_wrap .p-main__coord .coord-box__main-txt .c-txt {
  line-height: 178%;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord .coord-box__main-txt .c-txt {
    font-size: 13px;
    line-height: 198%;
    letter-spacing: 0.06em;
  }
}
#lp_main_wrap .p-main__coord .coord-box__detail {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 444px;
  margin-top: -230px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord .coord-box__detail {
    margin: 0;
    max-width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#lp_main_wrap .p-main__coord .coord-box__detail-img {
  max-width: 251px;
}
#lp_main_wrap .p-main__coord .coord-box__detail-credit {
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord .coord-box__detail-credit {
    max-width: 100%;
    width: 86%;
    margin: 0 auto;
    padding: 0;
  }
}
#lp_main_wrap .p-main__coord .coord-box__detail-credit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord .coord-box__detail-credit ul {
    row-gap: 13px;
  }
}
#lp_main_wrap .p-main__coord.coord-01, #lp_main_wrap .p-main__coord.coord-02 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord.coord-01, #lp_main_wrap .p-main__coord.coord-02 {
    margin-bottom: 20.5vw;
  }
}
#lp_main_wrap .p-main__coord.coord-02 .coord-box__main-txt {
  padding-top: 43px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord.coord-02 .coord-box__main-txt {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord.coord-02 .coord-box__main-img::after {
    background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2026/scapa/2026_35th_anniversary/sec01_detaile02.jpg);
  }
}
#lp_main_wrap .p-main__coord.coord-03 {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord.coord-03 {
    margin-bottom: 22vw;
  }
}
#lp_main_wrap .p-main__coord.coord-03 .coord-box__main-txt {
  padding-top: 56px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord.coord-03 .coord-box__main-txt {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__coord.coord-03 .coord-box__main-img::after {
    background-image: url(//ds-assets.s3.amazonaws.com/e-look.jp/2026/scapa/2026_35th_anniversary/sec01_detaile03.jpg);
  }
}
#lp_main_wrap .p-main {
  /* ========== p-main__slider ========== */
}
#lp_main_wrap .p-main__slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 86px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__slider {
    overflow: visible;
    margin-bottom: 22vw;
  }
}
#lp_main_wrap .p-main__slider .js-swiper-coordinate {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__slider .js-swiper-coordinate {
    overflow: visible;
  }
}
#lp_main_wrap .p-main__slider .c-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__slider .c-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14vw;
    -webkit-transform: none;
            transform: none;
  }
}
#lp_main_wrap .p-main__slider .c-slider__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__slider .c-slider__box {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#lp_main_wrap .p-main__slider .c-slider__box-img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
#lp_main_wrap .p-main__slider .c-slider__box-img a {
  display: block;
}
#lp_main_wrap .p-main__slider .c-slider__box-img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
#lp_main_wrap .p-main__slider .c-slider__box-credit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 13px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main__slider .c-slider__box-credit {
    padding-top: 6vw;
    padding-right: 0;
    width: 86%;
    margin: 0 auto;
  }
}
#lp_main_wrap .p-main__slider .c-slider__box-credit .c-codettl {
  margin-bottom: 25px;
}
#lp_main_wrap .p-main {
  /* ========== bnr-area ========== */
}
#lp_main_wrap .p-main .bnr-area {
  margin: 0 auto;
  max-width: 784px;
  width: 85%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main .bnr-area {
    width: 74%;
  }
}
#lp_main_wrap .p-main .bnr-area__bnr {
  max-width: 436px;
  width: 56%;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main .bnr-area__bnr {
    max-width: 100%;
    width: 100%;
    margin-bottom: 5vw;
  }
}
#lp_main_wrap .p-main .bnr-area__txt {
  width: 39.5%;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main .bnr-area__txt {
    max-width: 100%;
    width: 100%;
  }
}
#lp_main_wrap .p-main .bnr-area__txt .c-txt {
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main .bnr-area__txt .c-txt {
    margin-bottom: 5vw;
  }
}
#lp_main_wrap .p-main .bnr-area__txt .lp_content_btn {
  width: 100%;
}
#lp_main_wrap .p-main {
  /* ========== sec-01 - 03 ========== */
}
#lp_main_wrap .p-main#sec-02 {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 {
    margin-bottom: 32vw;
  }
}
#lp_main_wrap .p-main#sec-02 .p-main__box {
  padding: 100px 141px 133px 123px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .p-main__box {
    padding: 13vw 8vw 19vw;
    margin-bottom: 22.5vw;
  }
}
#lp_main_wrap .p-main#sec-02 .p-main__box-txt {
  position: relative;
  z-index: 2;
  padding-top: 19px;
  max-width: 502px;
  width: 53%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .p-main__box-txt {
    padding-top: 0;
    max-width: 100%;
    width: 100%;
    margin-bottom: 8vw;
  }
}
#lp_main_wrap .p-main#sec-02 .p-main__box-txt .c-qt {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .p-main__box-txt .c-qt {
    margin-bottom: 5vw;
  }
}
#lp_main_wrap .p-main#sec-02 .p-main__box-txt .c-ttl {
  text-align: left;
  line-height: 153%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .p-main__box-txt .c-ttl {
    margin-bottom: 9vw;
  }
}
#lp_main_wrap .p-main#sec-02 .p-main__box-txt .c-txt {
  padding-left: 21px;
  padding-right: 21px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .p-main__box-txt .c-txt {
    padding: 0;
  }
}
#lp_main_wrap .p-main#sec-02 .p-main__box-img {
  position: absolute;
  z-index: 1;
  right: 140px;
  max-width: 546px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .p-main__box-img {
    position: relative;
    right: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .c-codettl {
    width: 87%;
    margin: 0 auto 4.5vw;
    line-height: 109%;
  }
}
#lp_main_wrap .p-main#sec-02 .lp_content_item {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-02 .lp_content_item {
    margin-bottom: 19.5vw;
  }
}
#lp_main_wrap .p-main#sec-03 {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-03 {
    margin-bottom: 0;
  }
}
#lp_main_wrap .p-main#sec-03 .p-main__box {
  padding: 100px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-03 .p-main__box {
    padding: 13vw 8vw 19vw;
    margin-bottom: 0;
  }
}
#lp_main_wrap .p-main#sec-03 .p-main__box-txt {
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-03 .p-main__box-txt {
    padding: 0;
  }
}
#lp_main_wrap .p-main#sec-03 .c-ttl {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-03 .c-ttl {
    margin-bottom: 8vw;
  }
}
#lp_main_wrap .p-main#sec-03 .c-txt {
  line-height: 227%;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .p-main#sec-03 .c-txt {
    line-height: 193%;
  }
}
#lp_main_wrap {
  /* ========== lp_content_item (アイテムスライダー) ========== */
}
#lp_main_wrap .lp_content_item h4 {
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.07em;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item h4 {
    font-size: 24px;
    letter-spacing: 0.08em;
    margin-bottom: 5vw;
  }
}
#lp_main_wrap .lp_content_item .lp_content_item_credit {
  margin-top: 10px;
}
#lp_main_wrap .lp_content_item {
  /* swiper */
}
@media (min-width: 768px) {
  #lp_main_wrap .lp_content_item .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
#lp_main_wrap .lp_content_item .swiper-itemlist {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item .swiper-itemlist {
    overflow: hidden;
    padding: 0 4%;
  }
}
#lp_main_wrap .lp_content_item .swiper-slide {
  width: 180px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item .swiper-slide {
    width: 41.6666666667%;
  }
}
#lp_main_wrap .lp_content_item .swiper-slide:last-child {
  margin-right: 0;
}
#lp_main_wrap .lp_content_item .swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  left: 0;
  bottom: 4px;
  z-index: 50;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item .swiper-container-horizontal > .swiper-scrollbar {
    margin-top: 40px;
  }
}
#lp_main_wrap .lp_content_item .swiper-scrollbar {
  background-color: #303030;
}
#lp_main_wrap .lp_content_item .swiper-scrollbar-drag {
  top: -2px;
  height: 5px;
  background-color: #303030;
  border-radius: 0;
}
#lp_main_wrap .lp_content_item .swiper-scrollbar-lock {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item p.name {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_content_item .p-item-list__price {
    font-size: 11px;
  }
}
#lp_main_wrap {
  /* ========== lp_btn ========== */
}
#lp_main_wrap .lp_btn {
  width: 100%;
  background-color: #C9CCA9;
  padding: 80px 0 95px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_btn {
    padding: 10vw 0 9vw;
  }
}
#lp_main_wrap .lp_btn h5 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.13em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_btn h5 {
    font-size: 18px;
    line-height: 164%;
    margin-bottom: 4.6vw;
  }
}
#lp_main_wrap .lp_btn .lp_content_btn {
  max-width: 770px;
  width: 85%;
  margin: 0 auto 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .lp_btn .lp_content_btn {
    width: 86%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 0 auto 13vw;
  }
}
#lp_main_wrap .lp_btn .lp_content_btn .c-btn {
  padding: 20px 0;
  font-size: 15px;
}
#lp_main_wrap {
  /* ========== attention-txt-pc ========== */
}
#lp_main_wrap .attention-txt-pc {
  margin: 0 auto;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #lp_main_wrap .attention-txt-pc {
    font-size: 9px;
    line-height: 145%;
  }
}
#lp_main_wrap {
  /* ========== ANIMATION ========== */
  /* fadeIn */
}
#lp_main_wrap .animation-fadeIn {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.9s ease-in-out 0s;
  transition: opacity 0.9s ease-in-out 0s;
}
#lp_main_wrap .active.animation-fadeIn {
  opacity: 1;
}
#lp_main_wrap {
  /* fadeZoom */
}
#lp_main_wrap .animation-fadeZoom {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  will-change: transform;
  -webkit-transition: -webkit-transform 3.6s ease 0s;
  transition: -webkit-transform 3.6s ease 0s;
  transition: transform 3.6s ease 0s;
  transition: transform 3.6s ease 0s, -webkit-transform 3.6s ease 0s;
}
#lp_main_wrap .active.animation-fadeZoom {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#lp_main_wrap {
  /* fadeLeft */
}
#lp_main_wrap .animation-fadeLeft {
  clip-path: polygon(0 0, 90% 0, 90% 100%, 0% 100%);
  translate: 5% 0;
  will-change: clip-path, translate;
  -webkit-transition: clip-path 1s ease 0s, translate 1.8s ease 0s;
  transition: clip-path 1s ease 0s, translate 1.8s ease 0s;
}
#lp_main_wrap .active.animation-fadeLeft {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  translate: 0 0;
}
#lp_main_wrap {
  /* fadeRight */
}
#lp_main_wrap .animation-fadeRight {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 10% 100%);
  translate: -5% 0;
  will-change: clip-path, translate;
  -webkit-transition: clip-path 1s ease 0s, translate 1.8s ease 0s;
  transition: clip-path 1s ease 0s, translate 1.8s ease 0s;
}
#lp_main_wrap .active.animation-fadeRight {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  translate: 0 0;
}
#lp_main_wrap {
  /* lineDouble */
}
#lp_main_wrap .animation-lineDouble {
  position: relative;
}
#lp_main_wrap .animation-lineDouble::before,
#lp_main_wrap .animation-lineDouble::after {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 100%;
}
#lp_main_wrap .animation-lineDouble::before {
  top: 0;
}
#lp_main_wrap .animation-lineDouble::after {
  bottom: 0;
}
#lp_main_wrap .active.animation-lineDouble::before,
#lp_main_wrap .active.animation-lineDouble::after,
#lp_main_wrap .active .animation-lineDouble::before,
#lp_main_wrap .active .animation-lineDouble::after {
  -webkit-animation: lineExRight 0.6s ease 0s forwards;
          animation: lineExRight 0.6s ease 0s forwards;
}
#lp_main_wrap {
  /* lineTop */
}
#lp_main_wrap .animation-lineTop {
  position: relative;
}
#lp_main_wrap .animation-lineTop::before {
  display: block;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 100%;
  background-color: #303030;
}
#lp_main_wrap .active.animation-lineTop::before,
#lp_main_wrap .active .animation-lineTop::before {
  -webkit-animation: lineExRight 0.6s ease 0s forwards;
          animation: lineExRight 0.6s ease 0s forwards;
}
#lp_main_wrap {
  /* lineLeft */
}
#lp_main_wrap .animation-lineLeft {
  position: relative;
}
#lp_main_wrap .animation-lineLeft::before {
  display: block;
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 100%;
  left: 0;
  background-color: #303030;
}
#lp_main_wrap .active.animation-lineLeft::before,
#lp_main_wrap .active .animation-lineLeft::before {
  -webkit-animation: lineExBottom 0.6s ease 0.2s forwards;
          animation: lineExBottom 0.6s ease 0.2s forwards;
}
#lp_main_wrap {
  /* lineContent */
}
#lp_main_wrap .animation-lineContent {
  opacity: 0;
}
#lp_main_wrap .active.animation-lineContent,
#lp_main_wrap .active .animation-lineContent {
  -webkit-animation: lineContent 0.6s ease-in-out 0.2s forwards;
          animation: lineContent 0.6s ease-in-out 0.2s forwards;
}
@-webkit-keyframes lineExRight {
  0% {
    opacity: 0;
    right: 100%;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@keyframes lineExRight {
  0% {
    opacity: 0;
    right: 100%;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
@-webkit-keyframes lineExBottom {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes lineExBottom {
  0% {
    opacity: 0;
    bottom: 100%;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes lineContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lineContent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#footer_banner {
  margin-top: 0 !important;
}/*# sourceMappingURL=style.css.map */