@charset "UTF-8";
/*
 * htmlのフォントサイズ
 * @args ベースの画面幅
 */
/*
   * ルートのフォントサイズを基準にフォントサイズを可変にする
   * @args 最大値（デザイン上の数値）
   */
/*
   * get_vwの設定
   */
/*
   * breakpointの設定
   */
/** --------------------------------
* cssの値を単位を除いて数字だけにしてくれる関数
*
* @param 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* 値の「単位」を取得する関数
*
* @param $value 数字と単位を含む値 10ox, 3remなど
*/
/** --------------------------------
* pxやremをvwに変換してくれる関数
*
* @param $viewport pcデザインの横幅
* @param $fontSize フォントサイズ(pxでもremでも)
*/
/** --------------------------------
* フォントサイズをレスポンシブで調整する関数
*
* @param $pc pcのフォントサイズ
* @param $sp spのフォントサイズ
*/
.pc_contents {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc_contents {
    display: none !important;
  }
}

.pc_contentsFlex {
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .pc_contentsFlex {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_contents {
    display: block !important;
  }
}

.sp_contentsFlex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp_contentsFlex {
    display: flex !important;
  }
}

html {
  scroll-behavior: smooth;
}

ul.mt-3.mb-9.mx-auto.text-xs {
  max-width: 1060px;
  padding: 0.75rem 9px 0;
}
@media screen and (max-width: 767px) {
  ul.mt-3.mb-9.mx-auto.text-xs {
    padding: 0.75rem 9px 0;
  }
}

.max-w-content {
  width: 100vw;
  max-width: 100vw;
}
@media screen and (max-width: 767px) {
  .max-w-content {
    padding: 0;
  }
}

main.max-w-content.mx-auto.px-4 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.lp-content {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 300;
  font-size: clamp(13px, 1.171875vw, 15px);
  letter-spacing: 0.09em;
  line-height: 2.3333333333;
  color: #333333;
  background: #fff;
  padding-bottom: clamp(40px, 18.75vw, 240px);
}
@media screen and (max-width: 767px) {
  .lp-content {
    font-size: 11px;
  }
}
.lp-content h1,
.lp-content h2,
.lp-content h3 {
  font-family: "kepler-std-condensed-display", serif;
}
.lp-content h2 {
  font-size: clamp(32px, 5vw, 64px);
}
.lp-content a {
  transition: opacity 0.2s ease;
}
.lp-content a:hover {
  opacity: 0.7;
}
.lp-content section {
  margin: 0;
}
.lp-content .kv {
  width: 76.5625vw;
  height: 39.0625vw;
  background: url("../img/lp/kv_bkg.jpg") no-repeat center center;
  background-size: cover;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.125vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-content .kv {
    width: 100%;
    height: 100vw;
    background: url("../img/lp/kv_bkg_sp.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 10.6666666667vw;
  }
}
.lp-content .kv__img {
  width: 46.40625vw;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lp-content .kv__img {
    width: 100%;
  }
}
.lp-content .kv__title {
  width: 59.53125vw;
  position: absolute;
  bottom: -4.6875vw;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .lp-content .kv__title {
    width: 91.4666666667vw;
    bottom: -6.4vw;
  }
}
.lp-content .about {
  text-align: center;
  padding: clamp(40px, 5.46875vw, 70px) 0 clamp(65px, 8.59375vw, 110px);
}
.lp-content .anchors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(1px, 2.734375vw, 35px);
}
@media screen and (max-width: 767px) {
  .lp-content .anchors {
    flex-direction: column;
    gap: 0;
  }
}
.lp-content .anchors .anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  .lp-content .anchors .anchor:not(:last-child) {
    border-bottom: none;
  }
}
.lp-content .anchors .anchor span {
  width: 66px;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 26px;
  letter-spacing: 0.035em;
  line-height: 1;
  text-align: center;
  margin-bottom: -1%;
  position: relative;
}
.lp-content .anchors .anchor span::before {
  content: "#";
  position: absolute;
  top: 0;
  left: 23%;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 19px;
  letter-spacing: 0.035em;
  line-height: 1;
}
.lp-content .anchors .anchor p {
  width: 175px;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 36px;
  letter-spacing: 0.035em;
  padding: 0 25px;
  position: relative;
  margin-bottom: -1%;
}
.lp-content .anchors .anchor p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 40px;
  background: #333333;
}
.lp-content .anchors .anchor p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  rotate: 45deg;
}
.lp-content .section {
  width: clamp(1px, 72.65625vw, 930px);
  padding-top: clamp(80px, 9.375vw, 120px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lp-content .section {
    width: 90%;
  }
}
.lp-content .section .nr {
  width: fit-content;
  font-family: "kepler-std-condensed-display", serif;
  font-size: clamp(35px, 3.828125vw, 49px);
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto clamp(25px, 3.125vw, 40px);
  position: relative;
}
.lp-content .section .nr::before {
  content: "#";
  position: absolute;
  top: 0;
  left: -50%;
  font-family: "kepler-std-condensed-display", serif;
  font-size: clamp(25px, 2.734375vw, 35px);
  letter-spacing: 0.035em;
}
.lp-content .section .nr::after {
  content: "";
  position: absolute;
  bottom: calc(-1 * clamp(10px, 1.5625vw, 20px));
  left: 45%;
  transform: translateX(-50%);
  width: clamp(11px, 1.171875vw, 15px);
  height: 1px;
  background: #333333;
  rotate: -45deg;
  transform-origin: left;
}
.lp-content .section .title {
  font-family: "kepler-std-condensed-display", serif;
  font-size: clamp(67px, 7.421875vw, 95px);
  letter-spacing: 0.035em;
  line-height: 1;
  text-align: center;
  margin: 0 auto clamp(20px, 4.6875vw, 60px);
}
.lp-content .section .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(10px, 1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .lp-content .section .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp-content .section .item {
  position: relative;
  cursor: pointer;
}
.lp-content .section .item .plus {
  position: absolute;
  bottom: clamp(10px, 0.9375vw, 12px);
  right: clamp(10px, 0.9375vw, 12px);
  width: clamp(25px, 2.34375vw, 30px);
  height: clamp(25px, 2.34375vw, 30px);
}
.lp-content .section .item .plus::before, .lp-content .section .item .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background: #ffffff;
}
.lp-content .section .item .plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lp-content .all-btn {
  display: block;
  width: fit-content;
  padding: 14px clamp(30px, 3.125vw, 40px);
  background: #333333;
  color: #ffffff;
  font-weight: 500;
  border-radius: 200px;
  text-align: center;
  line-height: 1;
  margin: clamp(30px, 4.6875vw, 60px) auto 0;
}
.lp-content .daily {
  margin: clamp(1px, 17.1875vw, 220px) 0;
}
.lp-content .daily__inner {
  display: block;
  width: clamp(1px, 46.875vw, 600px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lp-content .daily__inner {
    width: 90%;
  }
}
.lp-content .contents__inner {
  width: clamp(1px, 72.65625vw, 930px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .lp-content .contents__inner {
    width: 90%;
  }
}
.lp-content .contents__title {
  width: fit-content;
  font-family: "kepler-std-condensed-display", serif;
  font-size: 40px;
  letter-spacing: 0.035em;
  line-height: 1;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 0 clamp(1px, 1.5625vw, 20px);
}
.lp-content .contents__title-wrap {
  position: relative;
}
.lp-content .contents__title-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #333333;
  z-index: 0;
}
.lp-content .contents__wrap {
  display: flex;
  gap: clamp(1px, 1.171875vw, 15px);
}
@media screen and (max-width: 767px) {
  .lp-content .contents__wrap {
    flex-wrap: wrap;
    gap: 32px 4vw;
  }
}
@media screen and (max-width: 767px) {
  .lp-content .contents .content {
    width: 42.6666666667vw;
  }
}
.lp-content .contents .content__img {
  margin-bottom: clamp(1px, 0.390625vw, 5px);
}
.lp-content .contents .content__date {
  font-size: clamp(11px, 1.09375vw, 14px);
  font-weight: 500;
  color: #c7c7c7;
}
.lp-content .contents .content__title {
  font-size: clamp(11px, 1.09375vw, 14px);
  font-weight: 500;
  line-height: 1.3846153846;
}
.lp-content .modal {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6196078431);
  display: flex;
  justify-content: center;
  align-items: center;
  top: -200%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.lp-content .modal.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s ease;
}
.lp-content .modal__close {
  position: absolute;
  top: clamp(25px, 3.125vw, 40px);
  right: clamp(25px, 3.125vw, 40px);
  width: clamp(35px, 3.90625vw, 50px);
  height: clamp(35px, 3.90625vw, 50px);
  cursor: pointer;
}
.lp-content .modal__inner {
  width: clamp(1px, 70.3125vw, 900px);
  height: clamp(1px, 48.4375vw, 620px);
  background: #ffffff;
  display: flex;
  gap: clamp(1px, 1.5625vw, 20px);
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lp-content .modal__inner {
    width: 100%;
    height: 100dvh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.lp-content .modal__img {
  width: clamp(1px, 36.71875vw, 470px);
}
@media screen and (max-width: 767px) {
  .lp-content .modal__img {
    width: 100%;
  }
}
.lp-content .modal__credits {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(10px, 1.5625vw, 20px);
  padding: 0 clamp(1px, 3.125vw, 40px) clamp(1px, 3.90625vw, 50px) 0;
}
@media screen and (max-width: 767px) {
  .lp-content .modal__credits {
    width: 83.3%;
    padding: 0;
    margin: auto;
  }
}
.lp-content .modal__link {
  display: flex;
  align-items: center;
}
.lp-content .modal__icon {
  margin: -1% clamp(9px, 1.09375vw, 14px) 0 0;
}
@media screen and (max-width: 767px) {
  .lp-content .modal__icon {
    width: 14px;
  }
}
.lp-content .modal__name {
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: clamp(13px, 1.328125vw, 17px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: clamp(10px, 0.78125vw, 10px);
}
.lp-content .modal__line {
  flex: 1;
  position: relative;
}
.lp-content .modal__line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #333333;
}
.lp-content .modal__price {
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: clamp(13px, 1.09375vw, 14px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  margin: 0 clamp(12px, 1.40625vw, 18px) 0 5px;
  white-space: nowrap;
}
.lp-content .modal__price span {
  font-size: 10px;
}
.lp-content .modal__btn {
  width: clamp(50px, 5.625vw, 72px);
  height: clamp(18px, 1.640625vw, 21px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  color: #ffffff;
  font-family: hiragino-mincho-pron, sans-serif;
  font-size: clamp(9px, 0.9375vw, 12px);
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: 200px;
}