@charset "utf-8";

:root {
  --color: #fff;
  --color1: #ad181f;
  --color2: #ef8b1e;
  --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;
}

.otonaholiday_fp {
  background-color: var(--color1);
  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;
  width: 100vw;
}

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

.otonaholiday_fp a {
  text-decoration: none;
  transition: all 0.2s ease;
}

.otonaholiday_fp ul {
  padding-left: 0;
}

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

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

.otonaholiday_fp .pc {
  display: block;
}

.otonaholiday_fp .sp {
  display: none;
}

/*----------------------------------
  otonaholiday-nav_fp
----------------------------------*/
.otonaholiday-nav__wrap_fp {
  margin-left: auto;
  margin-right: auto;
  max-width: 860px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
  z-index: 2;
}

.otonaholiday-nav_fp {
  display: flex;
  justify-content: space-around;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.otonaholiday-nav_fp::after {
  border-bottom: 1px solid #fff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
}

.otonaholiday-nav__btn_fp {
  align-items: center;
  background-color: var(--color1);
  border-radius: 26px 0 0 0;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  position: relative;
  height: 110px;
  width: 330px;
  z-index: 1;
}

.otonaholiday-nav__btn_fp:first-child {
  border-bottom: 1px solid var(--color1);
}

.otonaholiday-nav__btn_fp.otonaholiday-nav__comingsoon_fp::after {
  background-color: #666;
  border-radius: 26px 0 0 0;
  content: "";
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.otonaholiday-nav__link_fp {
  color: var(--color);
  font-size: 28px;
  line-height: 1;
}

.otonaholiday-nav__link_fp:hover {
  color: var(--color);
}

.otonaholiday-nav__btn_fp:nth-of-type(1),
.otonaholiday-nav__comingsoon_fp .otonaholiday-nav__link_fp {
  pointer-events: none;
}

.otonaholiday-nav__en_fp {
  font-size: 24px;
}

.otonaholiday-nav__star_fp {
  display: inline-flex;
  margin-right: 0.35em;
  width: 0.78em;
}

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

.otonaholiday-nav__open_fp {
  position: absolute;
  right: 10.361%;
  bottom: -26px;
  transform: translateY(100%);
  width: 27.711%;
  z-index: 2;
}

/*----------------------------------
  otonaholiday-index_fp
----------------------------------*/
.otonaholiday-index__wrap_fp {
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.otonaholiday-index_fp {
  margin-top: 80px;
  padding-top: 12.615%;
  position: relative;
}

.otonaholiday-index_fp::before {
  background-image: url(../images/index-bg-01.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 12.615%;
  width: 100%;
}

.otonaholiday-index__inner_fp {
  background-image: url(../images/index-bg-02.webp);
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  padding-top: 22px;
  padding-bottom: 175px;
}

.otonaholiday-index__title_fp {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.48;
  text-align: center;
  position: relative;
}

.otonaholiday-index__items_fp {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 89.385%;
}

.otonaholiday-index__item_fp {
  position: relative;
  width: 22.719%;
}

.otonaholiday-index__img__wrap_fp {
  position: relative;
}

.otonaholiday-index__img_fp::after {
  background-color: #919191;
  content: "";
  -webkit-mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 286.616"><path d="M264,132A132,132,0,0,0,0,132c0,.941.016,1.878.035,2.815H0v151.8H264v-151.8h-.035c.019-.937.035-1.874.035-2.815" fill="%23919191"/><rect fill="none"/></svg>');
  mask-image: url('data:image/svg+xml;utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264 286.616"><path d="M264,132A132,132,0,0,0,0,132c0,.941.016,1.878.035,2.815H0v151.8H264v-151.8h-.035c.019-.937.035-1.874.035-2.815" fill="%23919191"/><rect fill="none"/></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  mask-position: center top;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease-out;
  height: 100%;
  width: 100%;
}

.otonaholiday-index__link_fp:hover .otonaholiday-index__img_fp::after {
  opacity: 0;
}

.otonaholiday-index__cap_fp {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  margin-top: 20px;
  position: relative;
  height: 105px;
}

.otonaholiday-index__text_fp {
  align-items: center;
  color: var(--color);
  display: flex;
  justify-content: center;
  font-size: 27px;
  font-weight: 400;
  position: relative;
  text-align: center;
  line-height: 1.26;
  height: 100%;
  width: 100%;
}

.otonaholiday-index__cap_fp::before,
.otonaholiday-index__cap_fp::after,
.otonaholiday-index__text_fp::before,
.otonaholiday-index__text_fp::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  position: absolute;
  height: 6px;
  width: 6px;
}

.otonaholiday-index__cap_fp::before {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.otonaholiday-index__cap_fp::after {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.otonaholiday-index__text_fp::before {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 50%);
}

.otonaholiday-index__text_fp::after {
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
}

/* index-deco */
.otonaholiday-index__title_fp::before,
.otonaholiday-index__title_fp::after,
.otonaholiday-index__item_fp:nth-of-type(1) .otonaholiday-index__img__wrap_fp::after,
.otonaholiday-index__item_fp:nth-of-type(4) .otonaholiday-index__img__wrap_fp::before,
.otonaholiday-index__item_fp:nth-of-type(4) .otonaholiday-index__img__wrap_fp::after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

.otonaholiday-index__title_fp::before {
  background-image: url(../images/index-deco-01.svg);
  top: -22px;
  left: 20.385%;
  padding-top: 5.461%;
  width: 4.769%;
}

.otonaholiday-index__title_fp::after {
  background-image: url(../images/index-deco-02.svg);
  right: 20.231%;
  bottom: -18px;
  padding-top: 4.615%;
  width: 4.077%;
}

.otonaholiday-index__item_fp:nth-of-type(1) .otonaholiday-index__img__wrap_fp::after {
  background-image: url(../images/index-deco-03.svg);
  top: -5px;
  right: -13.636%;
  padding-top: 31.818%;
  width: 23.106%;
}

.otonaholiday-index__item_fp:nth-of-type(4) .otonaholiday-index__img__wrap_fp::before {
  background-image: url(../images/index-deco-04.svg);
  top: 0;
  right: 0;
  padding-top: 19.697%;
  width: 47.348%;
  z-index: 1;
}

.otonaholiday-index__item_fp:nth-of-type(4) .otonaholiday-index__img__wrap_fp::after {
  background-image: url(../images/index-deco-05.svg);
  left: -13px;
  bottom: 10px;
  padding-top: 9.091%;
  width: 29.545%;
}

/* otonaholiday-index__comingsoon_fp */
.otonaholiday-index__comingsoon_fp .otonaholiday-index__link_fp {
  pointer-events: none;
}

.otonaholiday-index__comingsoon_fp .otonaholiday-index__link_fp:hover .otonaholiday-index__img_fp::after {
  opacity: 1;
}

.otonaholiday-index__comingsoon__text_fp {
  color: var(--color);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.otonaholiday-index__comingsoon__text_fp span {
  font-size: 22px;
}

/*----------------------------------
  otonaholiday-content_fp
----------------------------------*/
.otonaholiday-content_fp {
  background-color: var(--color1);
}

.otonaholiday-content__inner_fp {
  padding-bottom: 195px;
  position: relative;
}

/* otonaholiday-content__head__wrap_fp */
.otonaholiday-content__head_fp {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 65%, rgba(171, 171, 171, 1) 100%);
  padding-bottom: 76px;
  position: relative;
}

.otonaholiday-content__head_fp::before {
  background-image: url(../images/snow.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  max-width: 1300px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 72px;
  width: 100%;
}

.otonaholiday-content__head_fp::after {
  background-image: url(../images/head-deco.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  padding-top: 34px;
  width: 100%;
}

.otonaholiday-content__title_fp {
  margin-left: auto;
  margin-right: auto;
  padding-top: 63px;
}

.otonaholiday-content__subtitle_fp {
  color: var(--color1);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

/* otonaholiday-section__title__wrap_fp */
.otonaholiday-section__title__wrap_fp {
  align-items: center;
  display: flex;
  justify-content: center;
}

.otonaholiday-section__title_fp {
  color: #333;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.45;
  margin-left: 1.73em;
}

/* otonaholiday-content__desc_fp */
.otonaholiday-content__desc_fp {
  margin-top: 34px;
}

.otonaholiday-content__desc__img_fp {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
  position: relative;
  width: 39.062%;
}

.otonaholiday-content__desc__text_fp {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}

/* otonaholiday-content__items_fp */
.otonaholiday-content__items_fp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 67px;
  margin-left: auto;
  margin-right: auto;
  max-width: 795px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
}

.otonaholiday-content__item_fp {
  width: 47.059%;
}

.otonaholiday-content__item_fp:nth-child(even) {
  margin-top: 11.242%;
}

.otonaholiday-item__img_fp {
  margin-left: auto;
  margin-right: auto;
  width: 91.666%;
}

.otonaholiday-item__cap_fp {
  margin-top: 24px;
  text-align: center;
}

.otonaholiday-item__name_fp,
.otonaholiday-item__price_fp {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.otonaholiday-item__name_fp .ls-tight_fp {
  letter-spacing: 0.02em;
}

.otonaholiday-item__num_fp {
  font-weight: 700;
}

.otonaholiday-item__tax_fp {
  font-size: 20px;
  letter-spacing: -0.02em;
}

.otonaholiday-item__btn_fp {
  margin-top: 22px;
}

.otonaholiday-item__btn__link_fp {
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 24px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.08em;
  margin-left: auto;
  margin-right: auto;
  height: 2.21em;
  width: 65.277%;
}

.otonaholiday-item__btn__link_fp:hover {
  color: var(--color);
  opacity: 0.8;
}

.otonaholiday-item__btn__arrow_fp {
  display: flex;
  margin-left: 1.08em;
  width: 1.29em;
}

.otonaholiday-content__item__wide_fp {
  width: 100%;
}

.otonaholiday-content__item__wide_fp .otonaholiday-item__img_fp {
  width: 98.039%;
}

.otonaholiday-content__item__wide_fp .otonaholiday-item__cap_fp {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 87.581%;
}

.otonaholiday-content__item__wide_fp .otonaholiday-item__name_fp {
  text-align: left;
}

.otonaholiday-content__item__wide_fp .otonaholiday-item__btn_fp {
  width: 35.075%;
}

.otonaholiday-content__item__wide_fp .otonaholiday-item__btn__link_fp {
  width: 100%;
}

/* soldout */
.otonaholiday-soldout_fp .otonaholiday-item__img_fp {
  position: relative;
}

.otonaholiday-soldout_fp .otonaholiday-item__img_fp::before {
  background-color: #919191;
  border-radius: 50%;
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.otonaholiday-soldout_fp .otonaholiday-item__img_fp::after {
  color: var(--color);
  content: "SOLD OUT";
  font-size: 34px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  height: 1em;
  width: 9em;
  z-index: 99;
}

/* otonaholiday-content__more_fp */
.otonaholiday-content__more_fp {
  background-image: url(../images/more-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 104px;
}

.otonaholiday-more__btn__link_fp {
  align-items: center;
  background-color: var(--color2);
  border-radius: 50px;
  color: var(--color);
  display: flex;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  justify-content: center;
  height: 3.85em;
  max-width: 24.62em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.otonaholiday-more__btn__link_fp::before,
.otonaholiday-more__btn__link_fp::after {
  background-color: var(--color);
  border-radius: 9999px;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 8.125%;
  transform-origin: calc(100% - 1px) 50%;
  height: 2px;
  width: 18.6px;
}

.otonaholiday-more__btn__link_fp::before {
  transform: rotate(43.8deg);
}

.otonaholiday-more__btn__link_fp::after {
  transform: rotate(-43.8deg);
}

.otonaholiday-more__btn__link_fp:hover {
  color: var(--color);
  opacity: 0.8;
}

/* otonaholiday-content___items__subtitle_fp */
.otonaholiday-items__subtitle__wrap_fp {
  margin-top: 100px;
  padding-top: 138px;
  position: relative;
}

.otonaholiday-items__subtitle__wrap_fp::before {
  background-image: url(../images/content-deco-07.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 63px;
  width: 100%;
}

.otonaholiday-items__subtitle_fp {
  max-width: 552px;
  margin-left: auto;
  margin-right: auto;
}

/* otonaholiday-content__comingsoon_fp */
.otonaholiday-content__comingsoon_fp {
  position: relative;
}

.otonaholiday-content__comingsoon_fp .otonaholiday-content__head__wrap_fp::before {
  background-image: url(../images/comingsoon-bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  max-width: 1300px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 72px;
  width: 100%;
  z-index: 99;
}

.otonaholiday-main__banner__wrap_fp.otonaholiday-content__comingsoon_fp::before,
.otonaholiday-content__comingsoon_fp .otonaholiday-content__inner_fp::before,
.otonaholiday-banner__wrap_fp.otonaholiday-content__comingsoon_fp::before {
  background-color: #919191;
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
}

.otonaholiday-content__comingsoon_fp .otonaholiday-content__inner_fp::after {
  color: var(--color);
  content: "COMING SOON";
  font-size: 67px;
  font-weight: 700;
  position: absolute;
  top: 295px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  height: 1em;
  width: 9em;
  z-index: 99;
}

.content-04_fp.otonaholiday-content__comingsoon_fp .otonaholiday-content__inner_fp::after {
  content: "COMING SOON 10月下旬予定";
  top: 0;
}

.content-03_fp.otonaholiday-content__comingsoon_fp .otonaholiday-content__inner_fp:after {
  top: 50%;
  transform: translate(-50%, -50%);
}

.otonaholiday-banner__wrap_fp.otonaholiday-content__comingsoon_fp::before {
  height: calc(100% - 74px);
}

/* content-01_fp */
#content-01_fp .otonaholiday-content__title_fp {
  max-width: 573px;
}

/* content-01-01_fp */
.content-01-01_fp .otonaholiday-content__head_fp {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(171, 171, 171, 1) 100%);
}

.content-01-01_fp .otonaholiday-section__title__wrap_fp {
  margin-top: 106px;
}

.content-01-01_fp .otonaholiday-section__title__num_fp {
  max-width: 43px;
}

.content-01-01_fp .otonaholiday-content__desc__img_fp img {
  position: relative;
  z-index: 1;
}

.content-01-01_fp .otonaholiday-content__desc__img_fp::after {
  background-image: url(../images/content-deco-01.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: -12px;
  bottom: -49%;
  padding-top: 35.333%;
  width: 12.933%;
  z-index: 0;
}

.content-01-01_fp .otonaholiday-content__items_fp {
  max-width: 1170px;
  margin-top: -18px;
}

.content-01-01_fp .otonaholiday-content__item_fp {
  width: 31.579%;
}

.content-01-01_fp .otonaholiday-content__item_fp:nth-child(even) {
  margin-top: 0;
}

.content-01-01_fp .otonaholiday-content__item_fp:nth-child(2) {
  margin-top: 7.538%;
}

.content-01-01_fp .otonaholiday-content__item_fp:nth-child(5) {
  margin-top: 7.538%;
}

/* content-01-02_fp */
.content-01-02_fp .otonaholiday-section__title__wrap_fp {
  padding-top: 100px;
}

.content-01-02_fp .otonaholiday-section__title__num_fp {
  max-width: 67px;
}

.content-01-02_fp .otonaholiday-content__items_fp {
  max-width: 1170px;
}

.content-01-02_fp .otonaholiday-content__item_fp {
  width: 31.579%;
}

.content-01-02_fp .otonaholiday-content__item_fp:nth-child(even) {
  margin-top: 0;
}

.content-01-02_fp .otonaholiday-content__item_fp:nth-child(2) {
  margin-top: 7.538%;
  position: relative;
}

.content-01-02_fp .otonaholiday-content__item_fp:nth-child(2)::before,
.content-01-02_fp .otonaholiday-content__item_fp:nth-child(2)::after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}

.content-01-02_fp .otonaholiday-content__item_fp:nth-child(2)::before {
  background-image: url(../images/content-deco-02.svg);
  top: -22.909%;
  left: 13.888%;
  padding-top: 21.388%;
  width: 18.611%;
}

.content-01-02_fp .otonaholiday-content__item_fp:nth-child(2)::after {
  background-image: url(../images/content-deco-03.svg);
  top: -8%;
  right: 13.888%;
  padding-top: 28.888%;
  width: 25%;
}

.content-01-02_fp .otonaholiday-content__item_fp:nth-child(5) {
  margin-top: 7.538%;
}

/* content-01-03_fp */
.content-01-03_fp .otonaholiday-content__inner_fp {
  padding-bottom: 0;
}

.content-01-03_fp .otonaholiday-section__title__wrap_fp {
  padding-top: 100px;
}

.content-01-03_fp .otonaholiday-section__title__num_fp {
  max-width: 78px;
}

.content-01-03_fp .otonaholiday-content__items_fp {
  margin-bottom: 35px;
  position: relative;
}

.content-01-03_fp .otonaholiday-content__items_fp::after {
  background-image: url(../images/content-deco-04.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  bottom: -35px;
  transform: translateX(100%);
  padding-top: 18.693%;
  width: 18.693%;
}

/* content-02_fp */
.content-02_fp .otonaholiday-content__inner_fp {
  padding-bottom: 0;
}

.content-02_fp .otonaholiday-content__title_fp {
  max-width: 576px;
}

.content-02_fp .otonaholiday-content__items_fp {
  position: relative;
  padding-bottom: 190px;
}

.content-02_fp .otonaholiday-content__items_fp::after {
  background-image: url(../images/content-deco-05.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -67px;
  right: 0;
  transform: translateX(100%);
  padding-top: 26.144%;
  width: 12.679%;
}

/* content-03_fp */
.content-03_fp .otonaholiday-content__inner_fp {
  padding-bottom: 0;
}

.content-03_fp .otonaholiday-content__title_fp {
  max-width: 578px;
  margin-bottom: 28px;
}

.content-03_fp .otonaholiday-content__items_fp {
  position: relative;
  padding-bottom: 190px;
}

.content-03_fp .otonaholiday-content__items_fp::after {
  background-image: url(../images/content-deco-05.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -67px;
  right: 0;
  transform: translateX(100%);
  padding-top: 26.144%;
  width: 12.679%;
}

/* content-04_fp */
.content-04_fp.otonaholiday-content_fp {
  margin-top: 0;
}

.content-04_fp .otonaholiday-content__inner_fp {
  padding-bottom: 118px;
}

.content-04_fp .otonaholiday-content__head_fp {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(171, 171, 171, 1) 100%);
}

.content-04_fp .otonaholiday-content__head_fp::after {
  background-image: url(../images/head-deco-02.svg);
  transform: translateY(66.666%);
  padding-top: 4.323%;
}

.content-04_fp .otonaholiday-content__title_fp {
  max-width: 671px;
  margin-bottom: -13px;
}

.content-04_fp .otonaholiday-content__items_fp {
  margin-top: 142px;
  position: relative;
}

.content-04_fp .otonaholiday-content__items__02_fp:before {
  background-image: url(../images/content-deco-06.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -35px;
  right: 6.013%;
  padding-top: 13.856%;
  width: 30.849%;
}

.content-04_fp .otonaholiday-content__items__03_fp:before {
  background-image: url(../images/content-deco-08.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: -20px;
  left: 5.555%;
  padding-top: 6.797%;
  width: 16.209%;
}
/*----------------------------------
  otonaholiday-info_fp
----------------------------------*/
.otonaholiday-info__wrap_fp {
  background-color: var(--color);
  padding-top: 75px;
  padding-bottom: 136px;
}

.otonaholiday-info_fp {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.otonaholiday-info__message_fp {
  width: 89.412%;
}

.otonaholiday-info__btn__link_fp {
  align-items: center;
  background-color: var(--color1);
  color: var(--color);
  display: flex;
  font-size: 26px;
  font-weight: 700;
  justify-content: center;
  height: 3.85em;
  position: relative;
}

.otonaholiday-info__btn__link_fp::before,
.otonaholiday-info__btn__link_fp::after {
  background-color: var(--color);
  border-radius: 9999px;
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 8.125%;
  transform-origin: calc(100% - 1px) 50%;
  height: 2px;
  width: 18.6px;
}

.otonaholiday-info__btn__link_fp::before {
  transform: rotate(43.8deg);
}

.otonaholiday-info__btn__link_fp::after {
  transform: rotate(-43.8deg);
}

.otonaholiday-info__btn__link_fp:hover {
  color: var(--color);
  opacity: 0.8;
}

/*----------------------------------
  otonaholiday-main__banner_fp
----------------------------------*/
.otonaholiday-main__banner__wrap_fp {
  background-color: var(--color1);
  padding-bottom: 80px;
  z-index: 0;
}

/*----------------------------------
  otonaholiday-banner_fp
----------------------------------*/
.otonaholiday-banner__wrap_fp {
  background-color: #fff;
  padding-top: 53px;
}

.otonaholiday-banner_fp {
  box-sizing: content-box;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.otonaholiday-banner__link_fp {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 57.692%;
}

/*----------------------------------
  otonaholiday-all__wrap_fp
----------------------------------*/
.otonaholiday-all__wrap_fp {
  background-color: #fff;
  padding-top: 74px;
}

.otonaholiday-all_fp {
  color: #333;
  font-size: 25px;
  font-weight: 700;
  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;
}

.otonaholiday-all_fp::before,
.otonaholiday-all_fp::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;
}

.otonaholiday-all_fp::before {
  left: 0;
}

.otonaholiday-all_fp::after {
  right: 0;
}

/*----------------------------------
  otonaholiday-snow_fp
----------------------------------*/
.otonaholiday-snow__images_fp {
  display: none;
}

.otonaholiday-snow_fp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

/*----------------------------------
  otonaholiday-top_fp
----------------------------------*/
.otonaholiday-top_fp {
  background-color: #919191;
  -webkit-clip-path: polygon(50% 0%, 100% 22.5%, 100% 100%, 0 100%, 0 22.5%);
  clip-path: polygon(50% 0%, 100% 22.5%, 100% 100%, 0 100%, 0 22.5%);
  display: none;
  padding-top: 38px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 26px;
  opacity: 0;
  z-index: 99;
}

.otonaholiday-top_fp.fixed_fp {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 0;
  opacity: 1;
}

.otonaholiday-top__link_fp {
  color: var(--color);
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38;
  padding-top: 25px;
  position: relative;
}

.otonaholiday-top__link_fp:hover {
  color: var(--color);
}

.otonaholiday-top__link_fp::before,
.otonaholiday-top__link_fp::after {
  border-radius: 9999px;
  background-color: var(--color);
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1.5px);
  height: 21.1px;
  transform-origin: 50% 1.5px;
  width: 3px;
}

.otonaholiday-top__link_fp::before {
  transform: rotate(47.3deg);
}

.otonaholiday-top__link_fp::after {
  transform: rotate(-47.3deg);
}

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

.slide-in_fp.active_fp {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-early_fp {
  opacity: 0;
  transform: translateY(30%);
  transition: all 0.8s ease;
}

.slide-in-early_fp.active_fp {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------
  ta
----------------------------------*/
@media not all and (min-width: 1100px) {
  /* otonaholiday-index_fp */
  .otonaholiday-index__items_fp {
    flex-wrap: wrap;
  }

  .otonaholiday-index__item_fp {
    width: 44%;
  }

  .otonaholiday-index__item_fp:not(:nth-child(-n + 2)) {
    margin-top: 80px;
  }

  /* content-01-01_fp */
  .content-01-01_fp .otonaholiday-content__items_fp {
    max-width: 795px;
    margin-top: 0;
  }

  .content-01-01_fp .otonaholiday-content__item_fp {
    width: 47.059%;
  }

  .content-01-01_fp .otonaholiday-content__item_fp:nth-child(even) {
    margin-top: 11.242%;
  }

  .content-01-01_fp .otonaholiday-content__item_fp:nth-child(2) {
    margin-top: 11.242%;
  }

  .content-01-01_fp .otonaholiday-content__item_fp:nth-child(5) {
    margin-top: 0;
  }

  /* content-01-02_fp */
  .content-01-02_fp .otonaholiday-content__items_fp {
    max-width: 795px;
  }

  .content-01-02_fp .otonaholiday-content__item_fp {
    width: 47.059%;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(even) {
    margin-top: 11.242%;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(2) {
    margin-top: 11.242%;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(5) {
    margin-top: 0;
  }
}

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

  .otonaholiday_fp .pc {
    display: none;
  }

  .otonaholiday_fp .sp {
    display: block;
  }

  .otonaholiday_fp {
    margin-bottom: 80px;
    margin-top: 0;
  }

  /* otonaholiday-mv_fp */
  .otonaholiday-mv_fp {
    margin-left: auto;
    margin-right: auto;
    width: 89.333%;
  }

  /* otonaholiday-nav_fp */
  .otonaholiday-nav__wrap_fp {
    padding-left: 0;
    padding-right: 0;
  }

  .otonaholiday-nav_fp {
    justify-content: space-between;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 89.333%;
  }

  .otonaholiday-nav_fp::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }

  .otonaholiday-nav__btn_fp {
    border-radius: 13px 0 0 0;
    height: 54px;
    width: 46.418%;
  }

  .otonaholiday-nav__btn_fp.otonaholiday-nav__comingsoon_fp::after {
    border-radius: 13px 0 0 0;
  }

  .otonaholiday-nav__link_fp {
    font-size: 14px;
  }

  .otonaholiday-nav__en_fp {
    font-size: 12px;
  }

  .otonaholiday-nav__open_fp {
    right: 4.925%;
    bottom: -13px;
    max-width: 118px;
    width: 100%;
  }

  /* otonaholiday-index_fp */
  .otonaholiday-index__wrap_fp {
    padding-left: 0;
    padding-right: 0;
  }

  .otonaholiday-index_fp {
    margin-top: 32px;
    padding-top: 12.428%;
    margin-left: auto;
    margin-right: auto;
    width: 89.333%;
  }

  .otonaholiday-index_fp::before {
    background-image: url(../images/index-bg-01-sp.webp);
    padding-top: 14.029%;
  }

  .otonaholiday-index__inner_fp {
    padding-top: 40px;
    padding-bottom: 105px;
  }

  .otonaholiday-index__title_fp {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .otonaholiday-index__items_fp {
    flex-wrap: wrap;
    margin-top: 40px;
    width: 89.552%;
  }

  .otonaholiday-index__item_fp {
    width: 44%;
  }

  .otonaholiday-index__item_fp:not(:nth-child(-n + 2)) {
    margin-top: 30px;
  }

  .otonaholiday-index__img_fp::after {
    display: none;
  }

  .otonaholiday-index__cap_fp {
    margin-top: 8px;
    height: 55px;
  }

  .otonaholiday-index__text_fp {
    font-size: 14px;
  }

  .otonaholiday-index__cap_fp::before,
  .otonaholiday-index__cap_fp::after,
  .otonaholiday-index__text_fp::before,
  .otonaholiday-index__text_fp::after {
    height: 4px;
    width: 4px;
  }

  /* index-deco */
  .otonaholiday-index__title_fp::before {
    top: 33.019%;
    left: 0;
    transform: translate(-100%, -100%);
    padding-top: 16.284%;
    width: 14.22%;
  }

  .otonaholiday-index__title_fp::after {
    right: -4.128%;
    bottom: 5.66%;
    transform: translateX(100%);
    padding-top: 13.761%;
    width: 12.156%;
  }

  /* otonaholiday-index__comingsoon_fp */
  .otonaholiday-index__comingsoon_fp .otonaholiday-index__img_fp::after {
    display: block;
  }

  .otonaholiday-index__comingsoon__text_fp {
    font-size: 17px;
  }

  .otonaholiday-index__comingsoon__text_fp span {
    font-size: 11px;
  }

  /* otonaholiday-content_fp */
  .otonaholiday-content__inner_fp {
    padding-bottom: 46px;
  }

  /* otonaholiday-content__head__wrap_fp */
  .otonaholiday-content__head__wrap_fp {
    width: 100%;
  }

  .otonaholiday-content__head_fp {
    padding-bottom: 40px;
  }

  .otonaholiday-content__head_fp::before {
    top: -10px;
    padding-top: 5.466%;
  }

  .otonaholiday-content__head_fp::after {
    padding-top: 4.533%;
  }

  .otonaholiday-content__title_fp {
    padding-top: 37px;
  }

  .otonaholiday-content__subtitle_fp {
    font-size: 14px;
  }

  /* otonaholiday-section__title__wrap_fp */
  .otonaholiday-section__title_fp {
    font-size: 19px;
  }

  /* otonaholiday-content__desc_fp */
  .otonaholiday-content__desc_fp {
    margin-top: 0;
  }

  .otonaholiday-content__desc__img_fp {
    margin-bottom: 23px;
    width: 100%;
  }

  .otonaholiday-content__desc__text_fp {
    font-size: 14px;
  }

  /* otonaholiday-content__items_fp */
  .otonaholiday-content__items_fp {
    margin-top: 30px;
    margin-top: calc(30px + 19.466%);
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 92%;
  }

  .otonaholiday-content__item_fp {
    margin-top: -21.304%;
    padding-top: 20px;
    width: 47.826%;
  }

  .otonaholiday-content__item_fp:nth-child(even) {
    margin-top: 0;
  }

  .otonaholiday-content__item_fp:nth-of-type(1),
  .otonaholiday-content__item_fp:nth-of-type(2) {
    padding-top: 0;
  }

  .otonaholiday-item__img_fp {
    width: 100%;
  }

  .otonaholiday-item__cap_fp {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .otonaholiday-item__name_fp,
  .otonaholiday-item__price_fp {
    font-size: 12px;
  }

  .otonaholiday-item__tax_fp {
    font-size: 10px;
  }

  .otonaholiday-item__btn_fp {
    margin-top: 10px;
  }

  .otonaholiday-item__btn__link_fp {
    font-size: 12px;
    height: 2.58em;
    max-width: 118px;
    margin-left: 0;
    width: 100%;
  }

  .otonaholiday-content__item__wide_fp {
    width: 100%;
    margin-top: 0;
  }

  .otonaholiday-content__item__wide_fp .otonaholiday-item__img_fp {
    width: 100%;
  }

  .otonaholiday-content__item__wide_fp .otonaholiday-item__cap_fp {
    width: 89.6%;
  }

  .otonaholiday-content__item__wide_fp .otonaholiday-item__btn_fp {
    max-width: 118px;
    width: 100%;
  }

  /* otonaholiday-content__more_fp */
  .otonaholiday-content__more_fp {
    padding-top: 28px;
    padding-bottom: 35px;
  }

  .otonaholiday-more__btn__link_fp {
    border-radius: 25px;
    font-size: 13px;
  }

  .otonaholiday-more__btn__link_fp::before,
  .otonaholiday-more__btn__link_fp::after {
    height: 2px;
    width: 9px;
  }

  /* otonaholiday-content___items__subtitle_fp */
  .otonaholiday-items__subtitle__wrap_fp {
    margin-top: 35px;
    padding-top: 17.866%;
  }

  .otonaholiday-items__subtitle__wrap_fp::before {
    padding-top: 9%;
  }

  .otonaholiday-items__subtitle_fp {
    max-width: 276px;
  }

  /* otonaholiday-content__comingsoon_fp */
  .otonaholiday-content__comingsoon_fp .otonaholiday-content__inner_fp::after {
    font-size: 34px;
    top: 180px;
  }

  .otonaholiday-content__comingsoon_fp .otonaholiday-content__head__wrap_fp::before {
    top: -10px;
    padding-top: 5.466%;
  }

  .otonaholiday-banner__wrap_fp.otonaholiday-content__comingsoon_fp::before {
    height: calc(100% - 38px);
  }

  /* soldout */
  .otonaholiday-soldout_fp .otonaholiday-item__img_fp::after {
    font-size: 17px;
  }

  /* content-01_fp */
  #content-01_fp .otonaholiday-content__title_fp {
    max-width: 287px;
  }

  /* content-01-01_fp */
  .content-01-01_fp .otonaholiday-section__title__wrap_fp {
    margin-top: 43px;
  }

  .content-01-01_fp .otonaholiday-section__title__num_fp {
    max-width: 21px;
  }

  .content-01-01_fp .otonaholiday-content__desc__img_fp::after {
    right: 9.333%;
    bottom: -73.276%;
    padding-top: 45.333%;
  }

  .content-01-01_fp .otonaholiday-content__items_fp {
    max-width: none;
    margin-top: calc(30px + 19.466%);
    width: 92%;
  }

  .content-01-01_fp .otonaholiday-content__item_fp {
    width: 47.826%;
  }

  .content-01-01_fp .otonaholiday-content__item_fp:nth-child(even) {
    margin-top: 0;
  }

  .content-01-01_fp .otonaholiday-content__item_fp:nth-child(2) {
    margin-top: 0;
  }

  .content-01-01_fp .otonaholiday-content__item_fp:nth-child(5) {
    margin-top: -21.304%;
  }

  /* content-01-02_fp */
  .content-01-02_fp .otonaholiday-section__title__wrap_fp {
    padding-top: 43px;
  }

  .content-01-02_fp .otonaholiday-section__title_fp {
    margin-left: 0.92em;
  }

  .content-01-02_fp .otonaholiday-section__title__num_fp {
    max-width: 33px;
  }

  .content-01-02_fp .otonaholiday-content__items_fp {
    max-width: none;
    width: 92%;
  }

  .content-01-02_fp .otonaholiday-content__item_fp {
    width: 47.826%;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(even) {
    margin-top: 0;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(2) {
    margin-top: 0;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(2)::before {
    top: -22.463%;
    left: 11.551%;
    padding-top: 25.413%;
    width: 20.303%;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(2)::after {
    top: -8.696%;
    right: 8.485%;
    padding-top: 31.212%;
    width: 27.272%;
  }

  .content-01-02_fp .otonaholiday-content__item_fp:nth-child(5) {
    margin-top: -21.304%;
  }

  /* content-01-03_fp */
  .content-01-03_fp .otonaholiday-section__title__wrap_fp {
    padding-top: 43px;
  }

  .content-01-03_fp .otonaholiday-section__title_fp {
    margin-left: 0.92em;
  }

  .content-01-03_fp .otonaholiday-section__title__num_fp {
    max-width: 27px;
  }

  .content-01-03_fp .otonaholiday-content__items_fp {
    margin-bottom: 43px;
  }

  .content-01-03_fp .otonaholiday-content__items_fp::after {
    left: 10.725%;
    right: auto;
    bottom: -43px;
    transform: translateX(0);
    padding-top: 19.71%;
    width: 20.725%;
  }

  /* content-02_fp */
  .content-02_fp .otonaholiday-content__title_fp {
    max-width: 285px;
  }

  .content-02_fp .otonaholiday-content__items_fp {
    margin-top: 0;
    padding-top: calc(30px + 19.466%);
    padding-bottom: 42px;
  }

  .content-02_fp .otonaholiday-content__items_fp::after {
    top: -2%;
    right: 7.971%;
    transform: translateX(0);
    padding-top: 31.884%;
    width: 14.058%;
  }

  /* content-03_fp */
  .content-03_fp .otonaholiday-content__title_fp {
    max-width: 302px;
    margin-bottom: 18px;
  }

  .content-03_fp .otonaholiday-content__items_fp {
    margin-top: 0;
    padding-top: calc(70px + 19.466%);
    padding-bottom: 48px;
  }

  .content-03_fp .otonaholiday-content__items_fp::after {
    top: -2%;
    right: 7.971%;
    transform: translateX(0);
    padding-top: 31.884%;
    width: 14.058%;
  }

  /* content-04_fp */
  .content-04_fp.otonaholiday-content_fp {
    margin-top: 0;
  }

  .content-04_fp .otonaholiday-content__inner_fp {
    padding-bottom: 48px;
  }

  .content-04_fp .otonaholiday-content__head__wrap_fp {
    padding-bottom: 7.333%;
    position: relative;
  }

  .content-04_fp .otonaholiday-content__head__wrap_fp::after {
    background-color: #fff;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    padding-top: 7.333%;
    width: 100%;
    z-index: 0;
  }

  .content-04_fp .otonaholiday-content__head_fp {
    z-index: 1;
  }

  .content-04_fp .otonaholiday-content__head_fp::after {
    padding-top: 10.933%;
  }

  .content-04_fp .otonaholiday-content__title_fp {
    max-width: 334px;
    margin-bottom: 0;
  }

  .content-04_fp .otonaholiday-content__items__01_fp {
    margin-top: 0;
  }

  .content-04_fp .otonaholiday-content__items__02_fp {
    margin-top: calc(75px + 19.466%);
  }

  .content-04_fp .otonaholiday-content__items__03_fp {
    margin-top: calc(43px + 19.466%);
  }

  .content-04_fp .otonaholiday-content__items__04_fp {
    margin-top: 45px;
  }

  .content-04_fp .otonaholiday-content__items__02_fp:before {
    top: -35.385%;
    right: 5.942%;
    padding-top: 15.362%;
    width: 34.058%;
  }

  .content-04_fp .otonaholiday-content__items__03_fp:before {
    top: -15.867%;
    left: 0;
    padding-top: 7.391%;
    width: 17.971%;
  }

  /* otonaholiday-info_fp */
  .otonaholiday-info__wrap_fp {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .otonaholiday-info_fp {
    max-width: none;
    width: 90.666%;
  }

  .otonaholiday-info__message_fp {
    width: 89.118%;
  }

  .otonaholiday-info__btn__link_fp {
    font-size: 13px;
  }

  .otonaholiday-info__btn__link_fp::before,
  .otonaholiday-info__btn__link_fp::after {
    width: 9px;
  }

  /* otonaholiday-main__banner_fp */
  .otonaholiday-main__banner__wrap_fp {
    padding-bottom: 45px;
  }

  .otonaholiday-main__banner_fp {
    margin-left: auto;
    margin-right: auto;
    width: 89.333%;
  }

  /* otonaholiday-banner_fp */
  .otonaholiday-banner__wrap_fp {
    padding-top: 15px;
  }

  .otonaholiday-banner_fp {
    max-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .otonaholiday-banner__link_fp {
    width: 100%;
  }

  /* otonaholiday-all__wrap_fp */
  .otonaholiday-all__wrap_fp {
    padding-top: 38px;
  }

  .otonaholiday-all_fp {
    font-size: 13px;
  }

  /* otonaholiday-top_fp */
  .otonaholiday-top_fp {
    padding-top: 21px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 13px;
  }

  .otonaholiday-top_fp.fixed_fp {
    right: 5.066%;
  }

  .otonaholiday-top__link_fp {
    font-size: 13px;
    padding-top: 17px;
  }

  .otonaholiday-top__link_fp::before,
  .otonaholiday-top__link_fp::after {
    left: calc(50% - 1px);
    height: 10.4px;
    transform-origin: 50% 1px;
    width: 2px;
  }

  /* slide-in */
  .slide-in_fp {
    transform: translateY(80px);
  }
}
