@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

:root {
  --font-montserrat: "Montserrat", "Noto Sans JP", sans-serif;
  --font-baloo: "Baloo 2", "Noto Sans JP", sans-serif;
}

.containner {
  overflow: hidden;
}

.contents {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

#PageName {
  max-width: 1024px;
  margin-inline: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.07em;
  padding-block: 12px 10px;
}

.PB_hidden {
  display: none;
}

/* mv */
.mv {
  position: relative;
  height: 500px;
  background: url(/attending/newyear/images/2026/oyado/bg_mv_oyado.png) no-repeat left calc(50% + 40px) center/auto 100%, url(/attending/newyear/images/2026/bg_mv01.png) no-repeat center center / cover;
}

.mv__ttl {
  padding-top: 124px;
  max-width: 380px;
  margin-inline: auto;
}

.mv__acc {
  z-index: 1;
  position: absolute;
  top: 418px;
  left: calc(50% + 232px);
}

.mv__acc::details-content {
  opacity: 0;
  transition: opacity 0.3s ease, content-visibility 0.3s allow-discrete;
}

.mv__acc[open]::details-content {
  opacity: 1;
}

.mv__acc__btn {
  display: block;
  width: 280px;
  background: #fff;
  border-radius: 6px;
  padding: 17px;
  box-shadow: 0 4px 10px rgb(0 0 0/0.15);
  color: #000;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}

.mv__acc__btn:hover {
  background: #fdfaee;
}

.mv__acc__btn::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #da1e0f;
  border-radius: 6px;
  position: absolute;
  inset: 0;
  margin: auto;
}

.mv__acc__btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 3px solid #da1e0f;
  border-bottom: 3px solid #da1e0f;
  position: absolute;
  top: 50%;
  right: 15px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: all 0.3s;
}

.mv__acc[open] .mv__acc__btn::after {
  rotate: 225deg;
}

.mv__acc__content {
  margin-top: 4px;
  background: #fff;
  border-radius: 6px;
  padding-inline: 10px;
}

.mv__acc__list__items + .mv__acc__list__items {
  border-top: 1px dotted #e4caa2;
}

.mv__acc__content__btn {
  display: block;
  padding-block: 12px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-align: center;
  transition: all 0.3s;
}

.mv__acc__content__btn:hover {
  background: #fdfaee;
}

.mv__acc__content__btn__domestic {
  color: #e285bb;
}

.mv__acc__content__btn__oversea {
  color: #00a0cd;
}

/* sec--lead */
.sec--lead {
  padding-block: 70px 50px;
  background: url(/attending/newyear/images/2026/bg_lead01.png) repeat-x top left/288px, url(/attending/newyear/images/2026/bg_common02.png) repeat top left/51px !important;
}

.sec--lead__txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-align: center;
}

/* sec--toc */
.sec--toc {
  background: #b48407;
  padding-block: 14px;
}

.sec--toc__list {
  /* display: grid;
  grid-template-columns: repeat(4, 1fr); */
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sec--toc__list li {
  width: 248px;
}

.sec--toc__btn {
  display: block;
  height: auto;
  aspect-ratio: 249/86;
  background: url(/attending/newyear/images/2026/dp_d/bg_toc-dpd.png) no-repeat center/cover;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 28px;
  transition: opacity 0.3s;
}

.sec--toc__btn:hover {
  opacity: 0.7;
}

/* sec-ttl */
.sec-ttl-wrapper {
  margin-bottom: 30px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
}

.sec-ttl-wrapper::before {
  content: "";
  display: block;
  width: 56px;
  height: 28px;
  background: url(/attending/newyear/images/2026/ico_common01.svg) no-repeat center/cover;
  margin: 0 auto 15px;
}

.sec-ttl-wrapper::after {
  content: "";
  display: block;
  width: 110px;
  height: 20px;
  background: url(/attending/newyear/images/2026/ico_common02.svg) no-repeat center/cover;
  margin: 15px auto 0;
}

.sec-ttl-subttl {
  font-size: 18px;
  margin-bottom: 3px;
}

.sec-ttl {
  font-size: 30px;
}

/* sec--plan */
/* section[class^="sec--"]:nth-child(even) {
  padding-block: 60px 100px;
  background: #f2efe2;
  position: relative;
}

section[class^="sec--"]:nth-child(even) .sec-ttl-wrapper {
  color: #333;
}

section[class^="sec--"]:nth-child(odd) {
  padding-block: 60px 100px;
  background: url(/attending/newyear/images/2026/bg_common01.png) repeat top / 95px;
  position: relative;
}

section[class^="sec--"]:nth-child(odd) .sec-ttl-wrapper {
  color: #fff;
} */

/* sec--recommend */
.sec--recommend {
  padding-block: 60px 100px;
  background: #f2efe2;
  position: relative;
}

.sec--recommend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
}

.sec--recommend__list__items-wrapper {
  width: calc(calc(100% - 45px) / 4);
}

.sec--recommend__list__items {
  display: grid;
  height: 100%;
  grid-template-rows: 1fr auto;
  gap: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.sec--recommend__list__img {
  border-radius: 10px;
  margin-bottom: 15px;
}

.sec--recommend__list__ttl {
  width: 224px;
  margin: 0 auto 12px;
  padding-block: 9px;
  background: url(/attending/newyear/images/2026/bg_purpose02.png) no-repeat center / cover;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.sec--recommend__list__ttl span {
  font-size: 13px;
}

.sec--recommend__list__txt {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.sec--recommend__section:last-child .sec--recommend__list__btn {
  display: grid;
  align-items: center;
  min-height: 69px;
  padding-block: 15px;
  line-height: 1.3;
}

.sec--recommend__list__btn {
  display: block;
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 15px / 13px, #b48407;
  border-radius: 10vh;
  padding-block: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  transition: opacity 0.3s;
}

.sec--recommend__list__btn::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 10vh;
  opacity: 0.5;
  position: absolute;
  inset: 0;
  margin: auto;
  pointer-events: none;
}

.sec--recommend .sec--find__btn {
  margin-top: 30px;
}

/* sec--h_area */
.sec--h_area {
  padding-block: 60px 100px;
  background: url(/attending/newyear/images/2026/bg_common01.png) repeat top / 95px;
  position: relative;
}

.sec--h_area .sec-ttl-wrapper {
  color: #fff;
}

.sec--h_area::before {
  content: "";
  display: block;
  width: 456px;
  height: 216px;
  background: url(/attending/newyear/images/2026/bg_tour01.png) repeat center / cover;
  position: absolute;
  top: -34px;
  left: calc(50% + 272px);
}

.sec--h_area__list {
  /* display: grid;
  grid-template-columns: repeat(7, 1fr); */
  display: flex;
  justify-content: center;
  gap: 10px;
}

.sec--h_area__list li {
  width: 137px;
}

.sec--h_area__btn {
  display: block;
  height: auto;
  aspect-ratio: 163 / 64;
  background: url(/attending/newyear/images/2026/oyado/bg_h_area01.png) no-repeat center / cover;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 14px;
  transition: opacity 0.3s;
}

.sec--h_area__btn:hover {
  opacity: 0.7;
}

.area_label {
  margin-block: 30px;
  line-height: 53px;
  background: url(/attending/newyear/images/2026/bg_common02.png) repeat top left / 53px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.sec--tour__list {
  display: flex;
  margin-bottom: 20px;
}

.sec--tour__list__items {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto;
  gap: 10px;
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}

.sec--tour__list__img {
  margin-bottom: 13px;
  border-radius: 8px;
  transition: opacity 0.3s;
  aspect-ratio: 4/3;
}

.sec--tour__list__dest {
  background: #b48407;
  padding: 3px 8px;
  border-radius: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}

.sec--tour__list__ttl {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.sec--tour__list__txt {
  font-size: 14px;
  letter-spacing: 0.04em;
}

.sec--tour__list__price {
  color: #df1515;
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-montserrat);
  letter-spacing: 0.04em;
  text-align: right;
}

.sec--h_area .tour__inner {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 10px !important;
  width: 98%;
  background: rgba(230, 230, 230, 0.9) !important;
}

.swiper-scrollbar-drag {
  background: rgba(177, 177, 177, 0.9) !important;
}

.sec--h_area .Common21__inner .tour__inner:last-child {
  margin-bottom: 0;
}

/* sec--h_rank */
section#h_rank,
section#h_family {
  background: url(/attending/newyear/images/2026/bg_common02.png) repeat top left / 51px !important;
  position: relative;
}

section#h_rank {
  padding-block: 60px 50px;
}

section#h_family {
  padding-block: 60px 50px;
}

section#h_rank + section#h_family {
  padding-block: 0 50px;
}

section#h_rank .sec-ttl-wrapper,
section#h_family .sec-ttl-wrapper {
  color: #fff;
}

.sec--h_rank::before {
  content: "";
  display: block;
  width: 456px;
  height: 208px;
  background: url(/attending/newyear/images/2026/kokunai/bg_keyword01.png) no-repeat center / cover;
  position: absolute;
  top: -27px;
  left: calc(50% - 689px);
}

.sec--h_rank .tour__inner {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.sec--h_rank .Common21__inner .tour__inner:last-child {
  margin-bottom: 0;
}

/* sec--h_family */

.sec--h_family .tour__inner {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.sec--h_family .Common21__inner .tour__inner:last-child {
  margin-bottom: 0;
}

.sec--h_area .swiper-slide,
.sec--h_rank .swiper-slide,
.sec--h_family .swiper-slide {
  display: grid;
  height: auto !important;
}

/* sec--find */
#find.sec--find {
  padding-block: 60px 100px;
  background: #f2efe2;
  position: relative;
}

#find .sec-ttl {
  color: #333;
}

.sec--find::before {
  content: "";
  display: block;
  width: 456px;
  height: 208px;
  background: url(/attending/newyear/images/2026/naigai/bg_find01.png) no-repeat center / cover;
  position: absolute;
  top: -30px;
  left: calc(50% + 272px);
}

#find .sec--find__section {
  background: #f2efe2;
}

.sec--find__section + .sec--find__section {
  margin-top: 30px;
}

.sec--find__section__ttl {
  display: grid;
  place-content: center;
  width: 170px;
  min-height: 50px;
  margin: 0 auto 20px;
  background: url(/attending/newyear/images/2026/naigai/bg_find02.svg) no-repeat center/cover;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.sec--find__section__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.sec--find__section__list__items:has(.sec--find__section__btn--domestic) {
  width: calc(calc(100% - 20px) / 2);
}

.sec--find__section__list__items:has(.sec--find__section__btn--oversea) {
  width: calc(calc(100% - 20px) / 2);
}

.sec--find__section__list__items:has(.sec--find__section__btn--feature) {
  width: calc(calc(100% - 40px) / 3);
}

.sec--find__section__btn {
  display: grid;
  place-content: center;
  padding: 14px 10px 14px 0;
  min-height: 70px;
  border-radius: 10vh;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  transition: all 0.3s;
}

.sec--find__section__btn--domestic {
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #e285bb;
}

.sec--find__section__btn--oversea {
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #00a0cd;
}

.sec--find__section__btn--feature {
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #b48407;
}

.sec--find__section__btn:hover {
  opacity: 0.7;
}

.sec--find__section__btn::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 10vh;
  opacity: 0.5;
  position: absolute;
  inset: 0;
  margin: auto;
}

.sec--find__btn__section {
  padding-block: 40px 60px;
  background: #f2efe2;
}

.sec--recommend + .sec--find__btn__section {
  padding-top: 0;
}

.sec--find__btn {
  display: block;
  width: 480px;
  margin: 40px auto 0;
  padding-block: 23px;
  position: relative;
  background: url(/attending/newyear/images/2026/ico_common06.svg) no-repeat center right 20px/13px, #da1e0f;
  border-radius: 10vh;
  position: relative;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
  transition: all 0.3s;
}

.sec--find__btn__section .sec--find__btn {
  width: 580px;
  margin-top: 0;
}

.sec--find__section:last-of-type {
  padding-bottom: 40px;
  position: relative;
}

.sec--find__section:last-of-type::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd5c5;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec--h_family .sec--find__btn,
.sec--h_rank .sec--find__btn {
  width: 610px;
}

.sec--h_rank .sec--find__btn {
}

.sec--find__btn:hover {
  opacity: 0.7;
}

.sec--find__btn::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  border-radius: 10vh;
  opacity: 0.5;
  position: absolute;
  inset: 0;
  margin: auto;
}

/* #find section.sec--find__section {
  padding-block: 0;
} */

/*tour*/

.Tour--newyear {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: auto !important;
  border-radius: 10px;
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 10px 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.Tour__details a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.Tour--newyear__img {
  max-height: 146px;
  overflow: hidden;
  margin-bottom: 13px;
  border-radius: 8px;
}

.Tour--newyear__img img {
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}

.Tour--newyear__tags01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 10px;
}

.Tour--newyear__tag-inner {
  display: grid;
  place-content: center;
  border: 1px solid #b48407;
  border-radius: 2px;
  padding: 3px;
  color: #b48407;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.Tour--newyear__nam {
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.Tour--newyear__caption {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.Tour__details dl {
  margin-bottom: 70px;
}

.Tour__stays {
  background: #f3f3f3;
  padding: 3px 6px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  position: absolute;
  right: 10px;
  bottom: 30px;
}

.Tour--newyear__price {
  font-size: 18px;
  font-weight: 600;
  color: #df1515;
  font-family: var(--font-montserrat);
  letter-spacing: 0.04em;
  text-align: right;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.swiper-container {
  position: static;
  overflow: visible;
  width: 1000px;
  padding-bottom: 30px;
  padding: 15px !important;
  margin: 0 auto !important;
}

/* .swiper-wrapper {
  overflow: hidden;
} */

.txt_footnote {
  margin-block: 20px;
  padding-top: 10px;
  font-size: 12px;
  text-align: right;
}

section[class^="sec--"]:nth-child(odd) .txt_footnote {
  color: #fff;
}

.XXXXXXXX > .tour__inner {
  width: 1024px;
  position: relative;
  overflow: hidden;
}

.tour__inner .swiper-button-prev {
  background-image: url(/attending/newyear/images/2026/oyado/swiper_prev.png) !important;
  width: 44px !important;
  height: 44px !important;
  background-size: cover !important;
  left: 0px !important;
}

.tour__inner .swiper-button-next {
  background-image: url(/attending/newyear/images/2026/oyado/swiper_prev.png) !important;
  width: 44px !important;
  height: 44px !important;
  background-size: cover !important;
  right: 0px !important;
  transform: translateY(0%) scale(-1, 1);
}

.tour__inner .swiper-button-prev::after,
.tour__inner .swiper-button-next::after {
  content: none;
}

.tour__inner .swiper-button-next,
.tour__inner .swiper-button-prev {
  transition: opacity 0.3s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

#btnToTop {
  background: url(/attending/newyear/images/2026/totop.png);
  background-size: cover;
  width: 90px;
  height: 90px;
  bottom: -90px;
}

.sec--recommend .sec-ttl-subttl,
.sec--h_area .sec-ttl-subttl,
.sec--h_rank .sec-ttl-subttl,
.sec--h_family .sec-ttl-subttl {
  display: block;
  font-size: 18px;
  margin-bottom: 3px;
}
