@charset "utf-8";

:root {
  --color: #232f59;
  --color1: rgba(143, 143, 143, 0.6);
  --color2: #294eaa;
  --color3: #3b3b38;
  --color4: #299dd4;
  --color5: #63614e;
  --fontYG: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
  --fontIMM: "Ishii Mincho M", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS Mincho", serif;
  --fontIMR: "Ishii Mincho R", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Noto Serif JP", "MS Mincho", serif;
  --viewport-width: 100vw;
}

.ssholiday_san {
  color: var(--color);
  font-family: var(--fontYG);
  font-feature-settings: "palt";
  font-variant-ligatures: no-common-ligatures;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 70px;
  overflow: hidden;
  position: relative;
  width: var(--viewport-width, 100vw);
  z-index: 0;
}

.ssholiday_san * {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.ssholiday_san a {
  color: var(--color);
  text-decoration: none;
  transition: all 0.2s ease;
}

.ssholiday_san a:hover {
  color: var(--color);
  opacity: 0.7;
}

.ssholiday_san ul {
  padding-left: 0;
}

.ssholiday_san p {
  margin-top: 0;
  margin-bottom: 0;
}

.ssholiday_san img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.ssholiday_san .pc {
  display: block;
}

.ssholiday_san .sp {
  display: none;
}

.ssholiday-inner_san {
  background-image: url(../images/bg-sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.ssholiday-is-campaign_san .ssholiday-inner_san {
  background-image: url(../images/bg-campaign-sp.webp);
}

/*----------------------------------
  ssholiday-mv_san
----------------------------------*/
.ssholiday-mv_san {
  padding-top: 5.333%;
  margin-left: auto;
  margin-right: auto;
  width: 89.333%;
}

/*----------------------------------
  ssholiday-nav_san
----------------------------------*/
.ssholiday-nav__wrap_san {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.ssholiday-nav__wrap_san::before {
  border-bottom: 1px solid var(--color);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4.667%;
}

.ssholiday-nav__wrap_san::after {
  border-bottom: 1px solid var(--color);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54.2%;
}

.ssholiday-nav_san {
  display: flex;
  justify-content: space-between;
  margin-top: 18.933%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90.666%;
  z-index: 2;
}

.ssholiday-nav__btn_san {
  align-items: center;
  border-radius: 0.85em 0 0 0;
  border-top: 1px solid var(--color);
  border-left: 1px solid var(--color);
  border-right: 1px solid var(--color);
  display: flex;
  font-size: clamp(14px, 3.73vw, 28px);
  justify-content: center;
  text-align: center;
  position: relative;
  height: 3.92em;
  width: 45.588%;
  z-index: 1;
}

.ssholiday-nav__btn_san.ssholiday-nav__commingsoon_san {
  pointer-events: none;
}

.ssholiday-nav__btn_san.ssholiday-nav__commingsoon_san::before {
  background-color: var(--color1);
  border-radius: 0.85em 0 0 0;
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.ssholiday-nav__link_san {
  line-height: 1;
}

.ssholiday-nav__btn_san:nth-child(1) .ssholiday-nav__link_san {
  line-height: 1.2;
}

.ssholiday-nav__btn_san:nth-child(2) {
  background-color: var(--color);
  color: #fff;
}

.ssholiday-nav__btn_san:nth-child(2) .ssholiday-nav__link_san {
  color: #fff;
}

.ssholiday-nav__star_san {
  display: inline-flex;
  margin-right: 0.35em;
  width: 0.78em;
}

.ssholiday-nav__star_san:nth-of-type(even) {
  margin-left: 0.35em;
  margin-right: 0;
}

/*----------------------------------
  ssholiday-index_san
----------------------------------*/
.ssholiday-index__title_san {
  color: var(--color2);
  font-size: clamp(20px, 5.33vw, 40px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 12.266%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ssholiday-index__title_san::before,
.ssholiday-index__title_san::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  padding-top: 0.8em;
  width: 1em;
}

.ssholiday-index__title_san::before {
  background-image: url(../images/index-deco-01.svg);
  top: 0;
  left: -1.3em;
}

.ssholiday-index__title_san::after {
  background-image: url(../images/index-deco-02.svg);
  bottom: 0;
  right: -1.3em;
}

.ssholiday-index_san {
  margin-top: 4.266%;
}

.ssholiday-index__subtitle_san {
  margin-left: auto;
  margin-right: auto;
  width: 50.666%;
}

.ssholiday-index__items_san {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 84.8%;
}

.ssholiday-index__item_san {
  margin-top: 6.133%;
  position: relative;
  width: 50%;
}

.ssholiday-index__item_san:not(:nth-child(-n + 2)) {
  margin-top: 9.433%;
}

.ssholiday-index__item_san:nth-child(3)::before {
  background-image: url(../images/index-deco-03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -18.75%);
  position: absolute;
  padding-top: 40.251%;
  width: 46.226%;
}

.ssholiday-index__img_san {
  margin-left: auto;
  margin-right: auto;
  width: 83.018%;
}

.ssholiday-index__cap_san {
  font-size: clamp(18px, 4.8vw, 36px);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: 0;
  text-align: center;
  padding-top: 0.44em;
}

/*----------------------------------
  ssholiday-content_san
----------------------------------*/
.ssholiday-content_san {
  margin-top: 22.4%;
}

/* ssholiday-content__header_san */
.ssholiday-content__header_san {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 17.6%;
  position: relative;
}

.ssholiday-content__title_san {
  color: #fff;
  font-family: var(--fontIMM);
  font-size: clamp(36px, 9.6vw, 72px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
}

.ssholiday-content__title_san .num_san {
  display: block;
  font-family: var(--fontIMR);
  font-size: clamp(47px, 12.53vw, 94px);
  font-weight: 400;
  letter-spacing: 0;
}

.ssholiday-content__title_san .copy_san {
  display: block;
  font-size: clamp(26px, 6.93vw, 52px);
  letter-spacing: 0.05em;
  margin-top: 0.69em;
  margin-bottom: 0.23em;
}

.ssholiday-content__title_san strong {
  font-size: clamp(37px, 9.86vw, 74px);
  font-weight: 500;
}

/* ssholiday-content__desc_san */
.ssholiday-content__desc_san {
  margin-top: 10.133%;
}

.ssholiday-content__desc__title_san {
  font-family: var(--fontIMM);
  font-size: clamp(24px, 6.4vw, 48px);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
}

p.ssholiday-content__desc__text_san {
  font-size: clamp(16px, 3.26vw, 32px);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
  margin-top: 5.333%;
}

/* ssholiday-content__items_san */
.ssholiday-content__items_san {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 9.6%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 89.866%;
}

.ssholiday-content__item_san {
  margin-top: -8.902%;
  position: relative;
  width: 48.961%;
}

.ssholiday-content__item_san:nth-child(even) {
  margin-top: 20.771%;
}

.ssholiday-content__item_san:nth-child(1) {
  margin-top: 0;
}

.ssholiday-content__item__link_san {
  display: block;
  position: relative;
}

.ssholiday-item__cap_san {
  margin-top: 6.06%;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ssholiday-item__name_san {
  font-size: clamp(13px, 3.46vw, 26px);
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: 0;
}

.ssholiday-item__price_san {
  font-size: clamp(14px, 3.73vw, 28px);
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.1em;
}

.ssholiday-item__num_san {
  font-size: clamp(13px, 3.46vw, 26px);
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: 0.05em;
}

.ssholiday-item__tax_san {
  font-size: clamp(10px, 2.66vw, 20px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.02em;
}

.ssholiday-item__btn_san {
  margin-top: 3.636%;
}

.ssholiday-item__btn__link_san {
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--color);
  font-size: clamp(12px, 3.2vw, 24px);
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.08em;
  height: 2.66em;
  width: 9.75em;
}

.ssholiday-item__btn__arrow_san {
  display: flex;
  margin-left: 1.08em;
  width: 1.16em;
}

/* ssholiday-content__item__wide_san */
.ssholiday-content__item__wide_san {
  margin-top: 11.2%;
}

.ssholiday-content__item__wide_san .ssholiday-content__item_san {
  margin-top: 0;
  width: 100%;
}

.ssholiday-content__item__wide_san .ssholiday-item__cap_san {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 4.8%;
  width: 81.066%;
}

.ssholiday-content__item__wide_san .ssholiday-item__btn_san {
  margin-top: 0;
}

/* ssholiday-content__all_san */
.ssholiday-content__all_san {
  margin-top: 8.533%;
  margin-left: auto;
  margin-right: auto;
  width: 89.333%;
}

.ssholiday-content__all__link_san {
  align-items: center;
  background-color: #fff;
  border-radius: 0.88em;
  display: flex;
  font-size: clamp(18px, 4.8vw, 36px);
  font-weight: 400;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  justify-content: center;
  height: 1.77em;
}

.ssholiday-content__all__arrow_san {
  margin-left: 0.38em;
  transform: translateY(-18%);
  width: 1.83em;
}

/* ssholiday-campaign_san */
.ssholiday-campaign_san {
  background-image: url(../images/campaign-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 4.8%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6.4%;
  padding-left: 8.533%;
  padding-right: 8.533%;
  padding-bottom: 4.266%;
  width: 89.333%;
}

.ssholiday-campaign__text_san {
  color: var(--color3);
  font-size: clamp(15px, 4vw, 30px);
  font-weight: 500;
  line-height: 1.46;
  letter-spacing: 0;
}

.ssholiday-campaign__text_san strong {
  font-weight: 700;
}

.ssholiday-campaign__notes_san {
  margin-top: 4.044%;
}

.ssholiday-campaign__note_san {
  color: var(--color3);
  font-size: clamp(11px, 2.93vw, 22px);
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0;
  text-indent: -1em;
  padding-left: 1em;
  text-align: justify;
}

/* soldout */
.ssholiday-soldout_san .ssholiday-content__item__link_san,
.ssholiday-discontinued_san .ssholiday-content__item__link_san,
.ssholiday-soldout_san .ssholiday-item__btn__link_san,
.ssholiday-discontinued_san .ssholiday-item__btn__link_san {
  pointer-events: none;
}

.ssholiday-soldout_san .ssholiday-content__item__link_san::before,
.ssholiday-discontinued_san .ssholiday-content__item__link_san::before {
  background-color: #c2c2c2;
  border-radius: 50%;
  content: "";
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.ssholiday-content__item__wide_san .ssholiday-soldout_san .ssholiday-content__item__link_san::before,
.ssholiday-content__item__wide_san .ssholiday-discontinued_san .ssholiday-content__item__link_san::before {
  border-radius: 0;
}

#content-05_san .ssholiday-content__items__02_san .ssholiday-soldout_san .ssholiday-content__item__link_san::before,
#content-06_san .ssholiday-content__items__02_san .ssholiday-soldout_san .ssholiday-content__item__link_san::before,
#content-05_san .ssholiday-content__items__02_san .ssholiday-discontinued_san .ssholiday-content__item__link_san::before,
#content-06_san .ssholiday-content__items__02_san .ssholiday-discontinued_san .ssholiday-content__item__link_san::before {
  border-radius: 0;
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 313 313"><path d="M213,313H100A100,100,0,0,1,0,213V100A100,100,0,0,1,100,0H213A100,100,0,0,1,313,100V213A100,100,0,0,1,213,313" fill="%23ffd3d3"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 313 313"><path d="M213,313H100A100,100,0,0,1,0,213V100A100,100,0,0,1,100,0H213A100,100,0,0,1,313,100V213A100,100,0,0,1,213,313" fill="%23ffd3d3"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
}

.ssholiday-soldout_san .ssholiday-content__item__link_san::after,
.ssholiday-discontinued_san .ssholiday-content__item__link_san::after {
  color: #fff;
  content: "SOLD OUT";
  font-size: clamp(17px, 4.53vw, 34px);
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  height: 1em;
  width: 9em;
  z-index: 99;
}

.ssholiday-discontinued_san .ssholiday-content__item__link_san::after {
  content: "販売終了";
}

/* content-01_san */
#content-01_san .ssholiday-content__header_san {
  background-image: url(../images/content-title_bg_01.webp);
}

#content-01_san .ssholiday-content__items__02_san::before {
  background-image: url(../images/content-deco-01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  bottom: 0;
  right: 3.571%;
  transform: translateY(-39.13%);
  position: absolute;
  padding-top: 27.38%;
  width: 40.476%;
}

/* content-02_san */
#content-02_san .ssholiday-content__header_san {
  background-image: url(../images/content-title_bg_02.webp);
}

/* content-03_san */
#content-03_san {
  margin-top: 36.666%;
  padding-top: 30.4%;
  position: relative;
}

#content-03_san::before {
  background-image: url(../images/index-deco-03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  padding-top: 26.133%;
  width: 29.333%;
}

#content-03_san .ssholiday-content__title_san {
  margin-left: auto;
  margin-right: auto;
  width: 65.6%;
}

#content-03_san .ssholiday-content__header_san {
  padding-bottom: 0;
}

#content-03_san .ssholiday-content__items__01_san {
  position: relative;
  overflow: hidden;
}

#content-03_san .ssholiday-content__items__01_san::before {
  background-image: url(../images/content-deco-02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  right: 6.933%;
  transform: translateY(80%);
  position: absolute;
  padding-top: 26.666%;
  width: 11.733%;
}

#content-03_san .ssholiday-content__desc_san {
  margin-top: 8%;
}

#content-03_san .ssholiday-content__desc__copy_san {
  margin-left: auto;
  margin-right: auto;
  width: 41.6%;
}

#content-03_san .ssholiday-content__desc__title_san {
  margin-top: 2.666%;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

#content-03_san .ssholiday-content__desc__text_san {
  color: var(--color4);
}

#content-03_san .ssholiday-content__item_san:nth-child(1) {
  margin-top: 11.2%;
  width: 78.933%;
}

#content-03_san .ssholiday-content__item_san:nth-child(2) {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-top: 4.8%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.6%;
  width: 89.133%;
}

#content-03_san .ssholiday-content__item_san:nth-child(2)::before {
  background-image: url(../images/special-point.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0;
  right: 27.863%;
  position: absolute;
  padding-top: 39.628%;
  width: 49.535%;
}

#content-03_san .ssholiday-content__item_san:nth-child(2) .ssholiday-content__item__link_san {
  width: 48.916%;
}

/* content-04_san */
#content-04_san {
  margin-top: 43.2%;
}

#content-04_san .ssholiday-content__header_san {
  background-image: url(../images/content-title_bg_04.webp);
}

#content-04_san .ssholiday-content__items__02_san::before {
  background-image: url(../images/content-deco-03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  bottom: 0;
  right: 2.38%;
  position: absolute;
  padding-top: 22.933%;
  width: 41.071%;
}

/* content-05_san */
#content-05_san .ssholiday-content__header_san {
  background-image: url(../images/content-title_bg_05.webp);
}

#content-05_san .ssholiday-content__items__02_san {
  color: #fff;
}

#content-05_san .ssholiday-content__item__link_san {
  margin-left: auto;
  margin-right: auto;
  width: 94.545%;
}

#content-05_san .ssholiday-content__item__wide_san .ssholiday-content__item__link_san {
  width: 100%;
}

/* content-06_san */
#content-06_san .ssholiday-content__header_san {
  background-image: url(../images/content-title_bg_06.webp);
}

#content-06_san .ssholiday-content__desc_san {
  color: #fff;
}

#content-06_san .ssholiday-content__items_san,
#content-06_san .ssholiday-content__item__wide_san {
  color: #fff;
}

#content-06_san .ssholiday-content__item__link_san {
  margin-left: auto;
  margin-right: auto;
  width: 94.545%;
}

#content-06_san .ssholiday-content__item__wide_san .ssholiday-content__item__link_san {
  width: 100%;
}

#content-06_san .ssholiday-content__items__02_san .ssholiday-content__item_san:nth-child(3) {
  margin-top: 0;
}

#content-06_san .ssholiday-content__items__02_san .ssholiday-content__item_san:nth-child(4) {
  margin-top: 0;
  padding-top: 20.833%;
}

#content-06_san .ssholiday-content__items__02_san .ssholiday-content__item_san:nth-child(4)::before {
  background-image: url(../images/content-point.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  position: absolute;
  top: 0;
  right: 8.484%;
  transform: translateY(45.45%);
  padding-top: 27.272%;
  width: 72.727%;
}

/*----------------------------------
  ssholiday-all__wrap_san
----------------------------------*/
.ssholiday-all__wrap_san {
  padding-top: 22.4%;
  padding-bottom: 31.466%;
}

.ssholiday-all_san {
  color: #fff;
  display: block;
  font-size: clamp(15px, 4vw, 30px);
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ssholiday-all_san::before,
.ssholiday-all_san::after {
  background-image: url(../images/all-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 1em;
}

.ssholiday-all_san::before {
  left: 0;
}

.ssholiday-all_san::after {
  right: 0;
}

/*----------------------------------
  ssholiday-snow_san
----------------------------------*/
.ssholiday-sparkle__images_san {
  display: none;
}

.ssholiday-sparkle_san {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

/*----------------------------------
  ssholiday-top_san
----------------------------------*/
.ssholiday-top_san {
  aspect-ratio: 1 / 1;
  background-color: #8f8f8f;
  -webkit-clip-path: polygon(50% 0%, 100% 24.32%, 100% 100%, 0 100%, 0 24.32%);
  clip-path: polygon(50% 0%, 100% 24.32%, 100% 100%, 0 100%, 0 24.32%);
  display: none;
  opacity: 0;
  width: clamp(74px, 19.733vw, 148px);
  z-index: 99;
}

.ssholiday-top_san.fixed_san {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 1;
}

a.ssholiday-top__link_san {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: clamp(13px, 3.46vw, 26px);
  font-weight: 700;
  justify-content: center;
  line-height: 1.38;
  height: 100%;
  text-align: center;
  padding-top: 1.8em;
  position: relative;
}

a.ssholiday-top__link_san:hover {
  color: #fff;
}

.ssholiday-top__link_san::before,
.ssholiday-top__link_san::after {
  border-radius: 9999px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 1.15em;
  left: calc(50% - 0.5px);
  height: 0.83em;
  transform-origin: 50% 0.5px;
  width: 2px;
}

.ssholiday-top__link_san::before {
  transform: rotate(45deg);
}

.ssholiday-top__link_san::after {
  transform: rotate(-45deg);
}

/*----------------------------------
  slide-in
----------------------------------*/
.slide-in_san {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.8s ease;
}

.slide-in_san.active_san {
  opacity: 1;
  transform: translateY(0);
}

.ssholiday-content__item_san.slide-in_san {
  transform: translateX(-100%);
}

.ssholiday-content__item_san.slide-in_san.active_san {
  transform: translateX(0);
}

/*----------------------------------
  PC
----------------------------------*/
@media (min-width: 768px) {
  .ssholiday_san::before {
    background-image: url(../images/bg.webp);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    content: "";
    min-width: 1920px;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
  }

  .ssholiday-is-campaign_san.ssholiday_san::before {
    background-image: url(../images/bg-campaign.webp);
  }

  /* ssholiday-side__title_san */
  .ssholiday-side__title_san {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: clamp(458px, 78.29vw, 916px);
  }

  .ssholiday-side__title__text_san {
    -webkit-animation: fade 1.5s ease 0.5s forwards;
    animation: fade 1.5s ease 0.5s forwards;
    opacity: 0;
    padding-top: 11.35%;
    width: 15.283%;
  }

  @-webkit-keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  @keyframes fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* ssholiday-side__menu_san */
  .ssholiday_san .ssholiday-side__menu_san {
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 1s ease;
    width: clamp(458px, 100vw, 1288px);
  }

  .ssholiday-side__menu_san.fixed_san {
    display: block;
    position: fixed;
    right: 0;
    top: 200px;
    top: 20vh;
    opacity: 1;
  }

  .ssholiday-side__menu__inner_san {
    background-image: url(../images/side-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    padding-top: 5.279%;
    padding-left: 4.037%;
    padding-right: 4.037%;
    padding-bottom: 4.658%;
    pointer-events: none;
    width: 31.055%;
  }

  .fixed_san .ssholiday-side__menu__inner_san {
    pointer-events: auto;
  }

  .ssholiday-side__menu__title_san {
    color: var(--color5);
    font-size: clamp(10px, 1.16vw, 15px);
    letter-spacing: 0.08em;
  }

  .ssholiday-side__menu__item_san a {
    display: block;
    color: var(--color5);
    font-family: var(--fontIMM);
    font-size: clamp(10px, 1.15vw, 15px);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }

  .ssholiday-side__menu__num_san {
    font-family: var(--fontIMR);
    font-size: clamp(10px, 1.39vw, 18px);
    font-weight: 400;
    letter-spacing: 0;
  }

  .ssholiday-side__menu__item_san a:hover {
    color: var(--color5);
  }

  .ssholiday-side__menu__item_san:first-child a {
    margin-top: 0.5em;
  }

  .ssholiday-side__menu__item_san:nth-child(3) a {
    width: 15.66em;
  }

  p.ssholiday-side__menu__top_san {
    margin-top: 0.5em;
  }

  .ssholiday-side__menu__top_san a {
    display: block;
    color: var(--color5);
    font-size: clamp(10px, 1vw, 13px);
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-left: 12.3em;
  }

  .ssholiday-side__menu__top_san a:hover {
    color: var(--color5);
  }

  .ssholiday-inner_san {
    margin-left: auto;
    margin-right: auto;
    width: 375px;
  }

  /* ssholiday-nav_san */
  .ssholiday-nav__btn_san {
    font-size: 14px;
  }

  /* ssholiday-index_san */
  .ssholiday-index__title_san {
    font-size: 20px;
  }

  .ssholiday-index__cap_san {
    font-size: 18px;
  }

  /* ssholiday-content_san */
  .ssholiday-content__title_san {
    font-size: 36px;
  }

  .ssholiday-content__title_san .num_san {
    font-size: 47px;
  }

  .ssholiday-content__title_san .copy_san {
    font-size: 26px;
  }

  .ssholiday-content__title_san strong {
    font-size: 37px;
  }

  /* ssholiday-content__desc_san */
  .ssholiday-content__desc__title_san {
    font-size: 24px;
  }

  p.ssholiday-content__desc__text_san {
    font-size: 16px;
  }

  /* ssholiday-content__items_san */
  .ssholiday-item__name_san {
    font-size: 13px;
  }

  .ssholiday-item__price_san {
    font-size: 14px;
  }

  .ssholiday-item__num_san {
    font-size: 13px;
  }

  .ssholiday-item__tax_san {
    font-size: 10px;
  }

  .ssholiday-item__btn__link_san {
    font-size: 12px;
  }

  .ssholiday-soldout_san .ssholiday-content__item__link_san::after,
  .ssholiday-discontinued_san .ssholiday-content__item__link_san::after {
    font-size: 17px;
  }

  /* ssholiday-content__all_san */
  .ssholiday-content__all__link_san {
    font-size: 18px;
  }

  /* ssholiday-campaign_san */
  .ssholiday-campaign__text_san {
    font-size: 15px;
  }

  .ssholiday-campaign__note_san {
    font-size: 11px;
  }

  /* ssholiday-all__wrap_san */
  .ssholiday-all_san {
    font-size: 15px;
  }

  /* ssholiday-top_san */
  .ssholiday-top_san.fixed_san {
    right: 10px;
  }

  a.ssholiday-top__link_san {
    font-size: 26px;
  }
}

/*----------------------------------
  TA
----------------------------------*/
@media not all and (min-width: 1000px) {
  .ssholiday_san .ssholiday-side__menu_san {
    display: none;
  }
}

/*----------------------------------
  SP
----------------------------------*/
@media not all and (min-width: 768px) {
  .fca_cat-hero .fca_container {
    padding-right: 0;
    padding-left: 0;
  }

  .ssholiday_san .pc {
    display: none;
  }

  .ssholiday_san .sp {
    display: block;
  }

  .ssholiday_san {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
