@charset "UTF-8";
/*==========================
リセット
==========================*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-area.lp * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-area.lp table {
  border-spacing: 0;
  border-collapse: collapse;
}

.main-area.lp * html table {
  border-collapse: collapse;
}

.main-area.lp *:first-child + html table {
  border-collapse: collapse;
}

.main-area.lp caption, th {
  text-align: left;
  font-weight: normal;
}

.main-area.lp table, th, td, img {
  border: 0;
}

.main-area.lp input {
  vertical-align: middle;
  outline: none;
}

.main-area.lp q:before, q:after {
  content: "";
}

.main-area.lp ul {
  list-style: none;
}

.main-area.lp hr,
.main-area.lp legend,
.main-area.lp caption {
  display: none;
}

.main-area.lp img {
  border: 0;
  vertical-align: bottom;
}

.main-area.lp a:focus {
  outline: none;
}

/* aタグ設定
------------------------------------- */
.alpha a:hover {
  opacity: 0.75;
}

.main-area.lp a {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body .main-area.lp {
  -webkit-text-size-adjust: 100%;
  font-size: 1.8rem;
  font-family: var(--hirakaku);
  line-height: 1.6875;
  background-color: #fff;
  color: #070002;
}

.main-area.lp ul {
  list-style: none;
}

.font-en {
  font-family: var(--sec-tittle-font);
}

/*holiday
-------------------------------------*/
#contentsMain {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #contentsMain .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .pc-only {
    display: none !important;
  }
}
#contentsMain button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contentsMain img {
  width: 100%;
  height: auto;
}
#contentsMain .indent {
  display: inline-block;
}
#contentsMain .inner {
  padding: 0 4.1333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  #contentsMain .mv {
    height: auto;
  }
}
#contentsMain .area-lead {
  margin-top: 11.7333333333vw;
  padding: 0 4vw;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #contentsMain .area-lead {
    text-align: center;
    margin-top: 125px;
    padding: 0 20px;
  }
}
#contentsMain .area-lead p {
  text-align: center;
  font-family: var(--brandName-font);
  font-size: 3.3333333333vw;
  line-height: 2.4;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
  #contentsMain .area-lead p {
    font-size: min(1.8vw, 1.8rem);
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents .style-contents__img {
    margin-top: 0;
    width: 46.4285714286%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#contentsMain .style__contents .style-contents__text {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents .style-contents__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0px;
    padding-right: 8.5714285714vw;
    padding-left: 8.5714285714vw;
  }
}
#contentsMain .style__contents .style-contents__text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.4666666667vw;
  line-height: 1.5652173913;
  text-align: justify;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #7d7d7d;
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents .style-contents__text p {
    font-size: max(1.2142857143vw, 1.2rem);
    line-height: 1.5294117647;
    margin-top: 45px;
    width: 35.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  #contentsMain .style__contents .style-contents__text p {
    font-size: 1.7rem;
  }
}
#contentsMain .style__contents .contents__title {
  font-size: 5.3333333333vw;
  line-height: 1.45;
  text-align: center;
  font-family: var(--brandName-font);
  font-weight: 300;
  color: #638095;
  margin-bottom: 6.1333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents .contents__title {
    font-size: min(2.3571428571vw, 3.3rem);
    line-height: 1.8181818182;
    text-align: left;
    margin-bottom: 0;
  }
}
#contentsMain .style__contents.bottom {
  margin-top: 100px;
  padding: 0 4.1333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents.bottom {
    margin-top: 135px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents.bottom .style-contents__img {
    width: 50%;
  }
}
#contentsMain .style__contents.bottom .style-contents__text {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style__contents.bottom .style-contents__text {
    margin-top: 0px;
    padding-right: 8.9285714286vw;
    padding-left: 8.9285714286vw;
  }
}
#contentsMain .style__contents.bottom .style-contents__text p {
  width: auto;
}
#contentsMain .products__list {
  margin-top: 12.9333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .products__list {
    margin-top: 125px;
  }
}
#contentsMain .style__products {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contentsMain .style__products {
    margin: 0 auto;
    max-width: 1290px;
    padding: 0 20px;
  }
}
#contentsMain .style__products + .style__products {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style__products + .style__products {
    margin-top: 130px;
  }
}
#contentsMain .style-products__title {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 4.5333333333vw;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contentsMain .style-products__title {
    font-size: 3rem;
  }
}
#contentsMain .style-products__text {
  margin-top: 2.4vw;
  font-size: 3.0666666667vw;
  line-height: 1.5652173913;
  letter-spacing: 0.04em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  #contentsMain .style-products__text {
    font-size: 2rem;
    margin-top: 20px;
  }
}
#contentsMain .splide {
  visibility: visible;
  margin-top: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .splide {
    margin-top: 70px;
  }
}
#contentsMain .splide__track {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #contentsMain .splide__track {
    overflow: inherit;
  }
}
@media screen and (min-width: 768px) {
  #contentsMain .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7.1428571429vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#contentsMain .splide__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 73.3333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .splide__slide {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 300px;
  }
}
#contentsMain .splide__slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
#contentsMain .splide__slide a .style-item__img {
  width: 73.3333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .splide__slide a .style-item__img {
    width: 100%;
  }
}
#contentsMain .splide__slide a p {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 27px;
  font-family: var(--sec-tittle-font);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contentsMain .splide__slide a p {
    margin-top: 37px;
  }
}
#contentsMain .splide__slide a p span {
  margin-right: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .splide__slide a p span {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .splide__arrow--prev {
    border-radius: 0;
    background: none;
    width: 13.3333333333vw;
    height: 73.3333333333vw;
    opacity: 1;
    background-image: url("../img/icon-prev.svg");
    background-size: 4.2666666667vw auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@media screen and (max-width: 767px) {
  #contentsMain .splide__arrow--next {
    border-radius: 0;
    background: none;
    width: 13.3333333333vw;
    height: 73.3333333333vw;
    opacity: 1;
    background-image: url("../img/icon-next.svg");
    background-size: 4.2666666667vw auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 86.6666666667vw;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
#contentsMain .splide__arrow--prev img, #contentsMain .splide__arrow--prev svg, #contentsMain .splide__arrow--next img, #contentsMain .splide__arrow--next svg {
  display: none;
}
#contentsMain .products__single {
  margin-top: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .products__single {
    margin: 70px auto 0;
  }
}
#contentsMain .products__single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#contentsMain .products__single a .style-item__img {
  width: 73.3333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .products__single a .style-item__img {
    width: 300px;
  }
}
#contentsMain .products__single a p {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #040000;
  border-bottom: 1px solid #040000;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 27px;
  font-family: var(--brandName-font);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contentsMain .products__single a p {
    margin-top: 37px;
    font-size: 1.2rem;
  }
}
#contentsMain .products__single a p span {
  margin-right: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .products__single a p span {
    margin-right: 15px;
  }
}
#contentsMain .products__single a p.nowrap {
  white-space: nowrap;
  display: inline-block;
  margin-inline: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* ←これが重要！ */
}
#contentsMain .style1 {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style1 {
    margin-top: 165px;
  }
}
#contentsMain .style2 {
  margin-top: 24.6666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style2 {
    margin-top: 150px;
  }
}
#contentsMain .style2 .products__list {
  margin-top: 12.6666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style2 .products__list {
    margin-top: 87px;
  }
}
#contentsMain .style2 .products__list li a p {
  display: block;
  margin-right: auto;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  color: #000000;
  border-bottom: 1px solid #000000;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  margin-top: 17px;
  font-family: var(--sec-tittle-font);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #contentsMain .style2 .products__list li a p {
    margin-top: 16px;
    font-size: 1.5rem;
  }
}
#contentsMain .style2 .products__list li a p span {
  margin-right: 4.6666666667vw;
}
@media screen and (min-width: 768px) {
  #contentsMain .style2 .products__list li a p span {
    margin-right: 15px;
  }
}
#contentsMain .btn {
  margin: 140px auto 200px;
  padding-right: 20px;
  width: 100%;
  max-width: 430px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #011e41;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #011e41;
  border-radius: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #contentsMain .btn {
    margin: 21.3333333333vw auto 40vw;
    padding-right: 3.3333333333vw;
    max-width: 86.6666666667vw;
    min-height: 12vw;
    border-radius: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
#contentsMain .btn img {
  display: block;
  width: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #contentsMain .btn img {
    width: 1.3333333333vw;
    right: 3.3333333333vw;
  }
}