.mv {
  position: relative;
}

.mv--kokunai {
  background: url(/attending/newyear/images/2026/kokunai/bg_mv02.png) no-repeat left calc(50% + 40px) center/auto 100%, url(/attending/newyear/images/2026/bg_mv01.png) no-repeat center center / cover;
}

.mv--kaigai {
  background: url(/attending/newyear/images/2026/kaigai/bg_mv02.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: 381px;
}

.mv__acc {
  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--toc */
.sec--toc__list {
  grid-template-columns: repeat(6, 1fr);
}

.contents--kaigai .sec--toc__list {
  grid-template-columns: repeat(4, 1fr);
}

.sec--toc__btn {
  aspect-ratio: 162.33/86;
  background: url(/attending/newyear/images/2026/naigai/bg_toc01.png) no-repeat center/cover;
}

.contents--kaigai .sec--toc__btn {
  aspect-ratio: 248.5/86;
  background: url(/attending/newyear/images/2026/kaigai/bg_toc01.png) no-repeat center/cover;
}

/* tab */
.contents--naigai .tab-content {
  display: block;
}
/* sec--date */
.sec--date-tab-content {
  border-radius: 1.5rem;
}

/* sec--tour */
.sec--tour .sec-ttl-wrapper {
  margin-bottom: 30px;
}

.sec--tour .sec-ttl-wrapper::after {
  display: block;
}

.sec--tour .sec-ttl::before,
.sec--tour .sec-ttl::after {
  display: none;
}

.sec--tour__list {
  gap: 30px 15px;
}

.sec--tour__list li {
  display: grid;
}

.contents--naigai .sec--tour__btn {
  background: url(/attending/newyear/images/2026/naigai/ico_common01.svg) no-repeat center right 21px/20px, #e285bb;
}
.contents--naigai .sec--tour__btn:hover {
  background-color: #eaa1cc;
}

.contents--kaigai .sec--tour__btn {
  background-color: #00a0cd;
}
.contents--kaigai .sec--tour__btn:hover {
  background-color: #6bbad0;
}

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

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

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

.sec--keyword__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.sec--keyword__list__btn {
  display: block;
  background: #fff;
  border: 2px solid #e285bb;
  border-radius: 10vh;
  padding: 10px 18px 10px 13px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}

.contents--kaigai .sec--keyword__list__btn {
  border-color: #00a0cd;
}

.sec--keyword__list__btn:hover {
  background: #e285bb;
  color: #fff;
}

.contents--kaigai .sec--keyword__list__btn:hover {
  background-color: #00a0cd;
}

.sec--keyword__list__btn::before {
  content: "#";
  display: inline;
  color: #e285bb;
  margin-right: 7px;
  transition: color 0.3s;
}

.contents--kaigai .sec--keyword__list__btn::before {
  color: #00a0cd;
}

.sec--keyword__list__btn:hover::before {
  color: #fff;
}

/* sec--dest */

.sec--dest::before {
  background: url(/attending/newyear/images/2026/naigai/bg_dest01.png) no-repeat center/cover;
  top: -30px;
  left: calc(50% + 272px);
}

.sec--dest-tab-content {
  padding-top: 40px;
  border-radius: 15px;
}

/* sec--purpose */
.sec--purpose::before {
  background: url(/attending/newyear/images/2026/naigai/bg_purpose01.png) no-repeat center/cover;
  top: -31px;
  left: calc(50% - 689px);
}

.sec--purpose__section + .sec--purpose__section {
  margin-top: 50px;
}

.sec--purpose__list__notice {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-block: -10px 30px;
}

.sec--purpose__list__ttl:has(br) {
  font-size: 16px;
  line-height: 1.3;
  padding-block: 3px;
}

.sec--purpose__list__ttl:has(br) span {
  font-size: 14px;
}

.sec--purpose__list__btn-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.sec--purpose__list__btn-list .sec--purpose__list__btn {
  display: block;
  width: 100%;
  padding-block: 10px;
  background-position: center right 13px;
  line-height: 1.4;
}

.contents--kaigai .sec--purpose__section:first-child .sec--purpose__list__btn {
  display: grid;
  align-items: center;
  min-height: 69px;
  padding-block: 15px;
  line-height: 1.3;
}

.contents--kaigai .sec--purpose__section:last-child .sec--purpose__list__btn {
  display: block;
  min-height: 0;
  padding-block: 20px;
  line-height: 1.5;
}

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

.sec--purpose__section__btn:hover {
  background-color: #eaa1cc;
}

.sec--purpose__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--search */
.sec--search::before {
  height: 216px;
  background: url(/attending/newyear/images/2026/naigai/bg_search01.png) no-repeat center/cover;
  top: -30px;
  left: calc(50% + 272px);
}

.Search__form-ttl {
  display: none;
}

.Search__form {
  padding: 24px 20px 28px;
  border-radius: 0 0 15px 15px;
}

/* sec--faq */
.sec--faq::before {
  background: url(/attending/newyear/images/2026/naigai/bg_faq01.png) no-repeat center/cover;
  top: -31px;
  left: calc(50% - 689px);
}

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

.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);
}

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

.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--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;
  height: 70px;
}

.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 {
  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: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;
}

/* sec--recommend */
.sec--recommend::before {
  height: 209px;
  background: url(/attending/newyear/images/2026/naigai/bg_recommend01.png) no-repeat center/cover;
  top: -30px;
  left: calc(50% - 689px);
}
