﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px){
  .breadcrumb__list{
    padding-bottom: 1.6rem;
  }
}

/* LPコンテンツ */
/* ===============================================### 
初期設定
###=============================================== */
.lesoukholiday_26ss{
  --pc-width: 1400;
  --sp-width: 375;
  --pc-artboard-width: 600;
  --sp-artboard-width: 375;
  --formula: calc(var(--variable) * var(--ratio));
  --formula_pc: calc(var(--variable) * 1);

  --font-noto: "Noto Serif JP", serif;
  --font-eb-gramond: "EB Garamond", serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 600;

  --color-white: #fff;
  --color-black: #1D1D1D;

  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

@media (max-width: 767px) {
  .lesoukholiday_26ss {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}

@media (min-width: 768px) {
  .lesoukholiday_26ss {
    --ratio: calc(var(--pc-artboard-width) / var(--sp-artboard-width));
    --variable: calc(100vw / var(--pc-width));
  }
}

@media (max-width: 767px) {
  .lesoukholiday_26ss {
    --ratio: 1;
    --variable: calc(100vw / var(--sp-width));
  }
}

.lesoukholiday_26ss p,
.lesoukholiday_26ss a,
.lesoukholiday_26ss h2,
.lesoukholiday_26ss li,
.lesoukholiday_26ss span{
  font-family: var(--font-eb-gramond), var(--font-noto);
  font-weight: var(--fw-regular);
  letter-spacing: 0.05em;
  font-style: normal;
}

.lesoukholiday_26ss img,
.lesoukholiday_26ss svg{
  width: 100%;
  height: auto;
  overflow: initial
}
/* var(--hirakaku) */

/* ===============================================### 
アニメーション設定
###=============================================== */
.animation-delay{
  transition-delay: 0.5s;
}

/************** fade-up **************/
.lesoukholiday_26ss .js-fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

.lesoukholiday_26ss .js-fade-up.show{
  opacity: 1;
  transform: translateY(0);
}

.lesoukholiday_26ss .mv_title.js-fade-up{
  transform: translate(-50%, 100px);
}

.lesoukholiday_26ss .mv_title.js-fade-up.show{
  transform: translate(-50%, 0);
}

/************** credit **************/
.lesoukholiday_26ss .credit-wrap {
  --color-dark: #000;
  --color-white: #fff;
  --color-overlay: rgba(0, 0, 0, .3);
  --zindex-behind: -1;
  --zindex-base: 1;
  --zindex-overlay: 10;
  --zindex-floating-element: 20;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-color: var(--color-overlay);
  font-size: var(--lp-prices-font-size);
  line-height: var(--lp-prices-line-height);
  color: var(--color-white);
  letter-spacing: 0.04em;
  z-index: var(--zindex-overlay);
  opacity: var(--prices-opacity-value, 0);
  visibility: var(--prices-visible-status, hidden);
  pointer-events: var(--prices-pointer-events-value, none);
  transition: all 0.6s ease;
}

.lesoukholiday_26ss .credit-wrap.is-active {
  --prices-opacity-value: 1;
  --prices-visible-status: visible;
  --prices-pointer-events-value: auto;
  --prices-transform-value: 0;
}

.credit-button {
  position: absolute;
  bottom: calc(12 * var(--formula));
  right: calc(12 * var(--formula));
  width: calc(24 * var(--formula));
  height: calc(24 * var(--formula));
  z-index: 13;
}

.credit-button .credit a,
.credit-button .credit .all_tax_in{
  color: var(--color-white);
}

.credit-button .credit .all_tax_in{
  font-family: var(--font-noto);
}

.credit-button .credit-button_img {
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  transition: all 0.3s ease;
  pointer-events: none;
}

.credit-button.is-active .credit-button_img {
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .credit-button {
    bottom: calc(9 * var(--formula_pc));
    right: calc(9 * var(--formula_pc));
    width: calc(24 * var(--formula_pc));
    height: calc(24 * var(--formula_pc));
  }
}

/************** credit **************/
.lesoukholiday_26ss .credit{
  position: absolute;
  opacity: var(--prices-opacity-value, 0);
  visibility: var(--prices-visible-status, hidden);
  pointer-events: var(--prices-pointer-events-value, none);
  transition: all 0.6s ease;
  width: 85%;
  font-size: calc(12 * var(--formula));
  line-height: 2;
  letter-spacing: 0.05em;
  bottom: calc(9 * var(--formula));
  left: calc(12 * var(--formula));
  white-space: nowrap;
}

/* .lesoukholiday_26ss .credit a:not(.not_credit) {
  text-decoration: underline;
} */

.lesoukholiday_26ss .credit .not_credit {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .lesoukholiday_26ss .credit{
    font-size: calc(12 * var(--formula_pc));
    bottom: calc(9 * var(--formula_pc));
    left: calc(12 * var(--formula_pc));
  }
}

/* ===============================================### 
コンテンツ共通設定
###=============================================== */
.lesoukholiday_26ss .lp-area{
  background: #FFFEF7;
  background: linear-gradient(180deg,rgba(255, 254, 247, 1) 0%, rgba(224, 223, 208, 1) 100%);
}

.lesoukholiday_26ss .content{
  padding-bottom: calc(40 * var(--formula));
}

.lesoukholiday_26ss .w330{
  width: calc(330 * var(--formula));
  margin: 0 auto;
}

.lesoukholiday_26ss .item-wrap {
  position: relative;
}

.lesoukholiday_26ss .content__item .slide-wrap {
  --display: flex;
}

.lesoukholiday_26ss .flex-wrap{
  display: flex;
}

.lesoukholiday_26ss .grid-wrap{
  display: grid;
}

@media screen and (min-width: 768px) {
  .lesoukholiday_26ss .centered-content{
    width: calc(600 * var(--formula_pc));
    margin: 0 auto;
    padding-top: calc(60 * var(--formula_pc));
  }

  .lesoukholiday_26ss .content{
    padding-bottom: calc(60 * var(--formula_pc));
  }

  .lesoukholiday_26ss .w330{
    width: calc(400 * var(--formula_pc));
  }

}

@media screen and (max-width: 767px) {
  .lesoukholiday_26ss .centered-content{
    padding-top: calc(42 * var(--formula));
  }
}


/* ===============================================### 
MV
###=============================================== */
.lesoukholiday_26ss .mv{
  position: relative;
  width: 100%;
}

.lesoukholiday_26ss .mv_title{
  position: absolute;
}

@media screen and (min-width: 768px) {
  .lesoukholiday_26ss .mv_title{
    bottom: calc(55 * var(--formula_pc));
    left: 50%;
    transform: translateX(-50%);
    width: calc(860 * var(--formula_pc));
  }
}

@media screen and (max-width: 767px) {
  .lesoukholiday_26ss .mv_title{
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(382 * var(--formula));
  }
}

/* ===============================================### 
コンテンツ
###=============================================== */

.lesoukholiday_26ss .content04{
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr 1fr;
  gap: calc(10 * var(--formula)) calc(10 * var(--formula));
}

@media screen and (min-width: 768px) {
  .lesoukholiday_26ss .content04{
    gap: calc(30 * var(--formula_pc)) calc(30 * var(--formula_pc));
  }
}

@media screen and (max-width: 767px) {
  .lesoukholiday_26ss .grid-wrap .credit,
  .lesoukholiday_26ss .flex-wrap .credit{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* ===============================================### 
last-content
###=============================================== */
.lesoukholiday_26ss .last-content{
  padding-bottom: calc(115 * var(--formula));
}

.lesoukholiday_26ss .last-content .list-name{
  font-family: var(--font-eb-gramond);
  font-size: calc(24 * var(--formula));
  line-height: 1;
  text-align: center;
  padding-bottom: calc(20 * var(--formula));
}

.lesoukholiday_26ss .last-content .staff-list{
  font-family: var(--font-eb-gramond);
  font-size: calc(14 * var(--formula));
  text-align: center;
  line-height: 2.5;
  padding-bottom: calc(65 * var(--formula));
}

@media screen and (min-width: 768px) {
  .lesoukholiday_26ss .last-content{
    padding-bottom: calc(80 * var(--formula_pc));
  }

  .lesoukholiday_26ss .last-content .list-name{
    font-size: calc(26 * var(--formula_pc));
    padding-bottom: calc(30 * var(--formula_pc));
  }

  .lesoukholiday_26ss .last-content .staff-list{
    font-size: calc(15 * var(--formula_pc));
    padding-bottom: calc(110 * var(--formula_pc));
  }
}

/************** button **************/
.lesoukholiday_26ss .top-button {
  display: grid;
  place-items: center;
  width: calc(266 * var(--formula));
  height: calc(50 * var(--formula));
  border: 1px solid var(--color-black);
  color: var(--color-black);
  margin: 0 auto;
}

.lesoukholiday_26ss .top-button a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--hirakaku);
  font-size: calc(14 * var(--formula));
  font-weight: var(--fw-bold);
  text-align: center;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 768px) {
  .lesoukholiday_26ss .top-button {
    width: calc(266 * var(--formula_pc));
    height: calc(50 * var(--formula_pc));
  }

  .lesoukholiday_26ss .top-button a{
    font-size: calc(14 * var(--formula_pc));
  }

}