:root {
  --header-height: 100px;
  --c-black01: #303030;
  --c-black02: #000000;
  --c-white01: #ffffff;
  --c-brown01: #aa892e;
  --c-brown02: #cc9c48;
  --c-red01: #bc1d25;
  --c-navy01: #505064;
  --c-beige01: #f9f4e8;
  --c-beige02: #f4ebd7;
  --side-padding: calc((85/1440)*100vw);
  --tran-all: all .7s ease;
  --tran-tsform: transform .3s ease;
}
@media screen and (max-width: 991px) {
  :root {
    --header-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 58px;
  }
}

body, html {
  font-size: 14px;
}

.new-year-main {
  background-color: var(--c-beige01);
}

.new-year-main-wrap {
  position: relative;
}
.new-year-main-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.4027777778vw;
  height: 100%;
  background: url(/new-year/img/new-year-side-line.svg) repeat-y;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .new-year-main-wrap::before {
    display: none;
  }
}
.new-year-main-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3.4027777778vw;
  height: 100%;
  background: url(/new-year/img/new-year-side-line.svg) repeat-y;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .new-year-main-wrap::after {
    display: none;
  }
}

.new-year-main-inner {
  position: relative;
  margin: 0 auto;
}

.new-year-ct--event, .new-year-ct--exhibition {
  z-index: 2;
}
.new-year-ct--building, .new-year-ct--greeting {
  z-index: 1;
}

.new-year-special__att-list--gacha {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .new-year-special__att-list--gacha {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special__att-list--gacha {
    margin-bottom: 9px;
    margin-inline: auto;
    width: 89.3333333333%;
    text-align: justify;
    max-width: 442.19px;
  }
}
.new-year-special__att-list--gift {
  max-width: 69.4444444444vw;
  width: 100%;
  margin: 0 auto;
  padding-inline: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .new-year-special__att-list--gift {
    padding-inline: 0;
    max-width: 435.59px;
    width: 88%;
  }
}

.new-year-special__att-list-item {
  color: var(--c-black01);
  font-size: 0.8571428571rem;
  letter-spacing: 0.025rem;
  line-height: 1.75;
}
@media screen and (max-width: 1199px) {
  .new-year-special__att-list-item {
    font-size: 0.7857142857rem;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special__att-list-item {
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special__att-list-item {
    text-align: justify;
  }
}

.new-year-anchor {
  display: block;
  width: 0;
  height: 0;
  color: transparent;
  background: none;
  opacity: 0;
  position: absolute;
  margin-top: calc(var(--header-height) * -1);
  padding-top: var(--header-height);
  z-index: -1;
  visibility: hidden;
}

.new-year-mv-wrap {
  position: relative;
  width: 100%;
  border-top: 13px solid var(--c-brown01);
  border-bottom: 13px solid var(--c-brown01);
  background-color: var(--c-white01);
  overflow: hidden;
}
.new-year-mv-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/new-year/img/new-year-mv-bg.webp) center/cover no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 767px) {
  .new-year-mv-wrap::before {
    background: url(/new-year/img/new-year-mv-bg-sp.webp) center/cover no-repeat;
  }
}
.new-year-mv-wrap .new-year-mv {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.new-year-mv-wrap.is-loaded::before {
  opacity: 1;
}
.new-year-mv-wrap.is-loaded .new-year-mv {
  opacity: 1;
}

.new-year-mv {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-block: 3.3333333333vw 4.5138888889vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .new-year-mv {
    width: 88.9076266667%;
    padding-block: 25px 46px;
  }
}

.new-year-mv-img {
  width: 100%;
}

.new-year-special {
  position: relative;
  width: 100%;
}
.new-year-special:nth-of-type(odd) {
  background-color: var(--c-beige01);
}
.new-year-special:nth-of-type(even) {
  background-color: var(--c-beige02);
}
.new-year-special::before {
  content: "";
  position: absolute;
  top: 1.8055555556vw;
  left: 0;
  width: 19.9305555556vw;
  height: auto;
  aspect-ratio: 287/285;
  background: url(/new-year/img/new-year-special-icon-left.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .new-year-special::before {
    top: 10px;
    width: 28%;
  }
}
.new-year-special::after {
  content: "";
  position: absolute;
  top: 1.8055555556vw;
  right: 0;
  width: 19.9305555556vw;
  height: auto;
  aspect-ratio: 287/285;
  background: url(/new-year/img/new-year-special-icon-right.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .new-year-special::after {
    top: 10px;
    width: 28%;
  }
}

.new-year-special__inner {
  padding-block: 5.9027777778vw 4.8611111111vw;
  padding-inline: var(--side-padding);
  margin-inline: auto;
  width: 100%;
  max-width: calc(1170px + var(--side-padding) * 2);
}
@media screen and (max-width: 767px) {
  .new-year-special__inner {
    padding-block: 22px 38px;
    padding-inline: 0;
  }
}

.new-year-special-title {
  max-width: 464px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .new-year-special-title {
    max-width: 349.8px;
    width: 70.6666666667%;
    position: relative;
    z-index: 1;
  }
}
.new-year-special-title--03 {
  margin-bottom: 4.0277777778vw !important;
}
@media screen and (max-width: 767px) {
  .new-year-special-title--03 {
    margin-bottom: 29px !important;
  }
}

.new-year-special-title-img {
  width: 100%;
}

.new-year-special-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .new-year-special-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.new-year-special-01__gacha {
  margin-top: min(3.4027777778vw, 49px);
}
@media screen and (max-width: 1199px) {
  .new-year-special-01__gacha {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-01__gacha {
    margin-top: min(3.4027777778vw, 49px);
  }
}

.new-year-special-01__gacha-title {
  max-width: 25.5555555556vw;
  width: 100%;
  margin-bottom: min(2.7777777778vw, 40px) !important;
}
@media screen and (max-width: 1199px) {
  .new-year-special-01__gacha-title {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special-01__gacha-title {
    max-width: 280px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-01__gacha-title {
    margin-inline: auto;
    width: 80.8%;
    max-width: 399.95px;
    margin-bottom: 18px !important;
  }
}
.new-year-special-01__gacha-title img {
  width: 100%;
}

.new-year-special-01-text {
  color: var(--c-black01);
  font-size: 1.2857142857rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.88;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .new-year-special-01-text {
    font-size: 1.1428571429rem;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special-01-text {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
    font-size: 1.2857142857rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-01-text {
    margin-bottom: 17px;
    margin-inline: auto;
    width: 89.3333333333%;
    max-width: 442.19px;
    text-align: justify;
  }
}

.new-year-special-01__gacha-img {
  max-width: 24.7916666667vw;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .new-year-special-01__gacha-img {
    max-width: 390px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-01__gacha-img {
    margin-top: 15px;
    margin-inline: auto;
    width: 88.2%;
    max-width: 436.85px;
  }
}
.new-year-special-01__gacha-img img {
  width: 100%;
}

.new-year-special-01__main {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 53.1944444444vw;
  max-width: 766px;
}
@media screen and (max-width: 991px) {
  .new-year-special-01__main {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-01__main {
    width: 89.8666666667%;
    max-width: 444.83px;
    margin-inline: auto;
  }
}

.new-year-special-01__main-img {
  width: 100%;
}
.new-year-special-01__main-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .new-year-special--02::before, .new-year-special--02::after {
    top: 22px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special--02 .new-year-special__inner {
    padding-block: 36px;
  }
}

.new-year-special-02__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7361111111vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-block: 1.3888888889vw 5.1388888889vw;
}
@media screen and (max-width: 991px) {
  .new-year-special-02__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    margin-block: 5px 72px;
  }
}

.new-year-special-02__hatsuyume {
  margin-top: 28px;
}
@media screen and (max-width: 1199px) {
  .new-year-special-02__hatsuyume {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__hatsuyume {
    margin-top: 15px;
  }
}

.new-year-special-02__hatsuyume-head {
  max-width: 25.6944444444vw;
  width: 100%;
  margin-bottom: min(3.6111111111vw, 52px);
}
@media screen and (max-width: 1199px) {
  .new-year-special-02__hatsuyume-head {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special-02__hatsuyume-head {
    max-width: 250px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__hatsuyume-head {
    width: 81.0666666667%;
    max-width: 401.27px;
    margin-inline: auto;
    margin-bottom: 26px;
  }
}
.new-year-special-02__hatsuyume-head img {
  width: 100%;
}

.new-year-special-02-text {
  color: var(--c-black01);
  font-size: 1.1428571429rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025rem;
  line-height: 1.75;
  margin-bottom: min(2.6388888889vw, 38px);
}
.new-year-special-02-text:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .new-year-special-02-text {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special-02-text {
    max-width: 600px;
    width: 100%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02-text {
    margin-bottom: 31px;
    width: 88.8%;
    max-width: 439.15px;
    margin-inline: auto;
    text-align: justify;
  }
}

.new-year-special-02__fukubukuro {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 53.3333333333vw;
  max-width: 768px;
}
@media screen and (max-width: 991px) {
  .new-year-special-02__fukubukuro {
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__fukubukuro {
    width: 89.3333333333%;
    margin-inline: auto;
    max-width: 442.19px;
  }
}

.new-year-special-02__fukubukuro-img {
  width: 100%;
}
.new-year-special-02__fukubukuro-img img {
  width: 100%;
}

.new-year-special-02__chance {
  width: 100%;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 767px) {
  .new-year-special-02__chance {
    margin-bottom: 30px;
  }
}

.new-year-special-02__chance-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(3.3333333333vw, 48px);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  background-color: var(--c-white01);
  border-radius: 1.3888888889vw;
  padding-block: min(1.0416666667vw, 15px) min(1.8055555556vw, 26px);
  padding-inline: min(5.8333333333vw, 84px);
}
@media screen and (max-width: 991px) {
  .new-year-special-02__chance-inner {
    padding-inline: 25px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__chance-inner {
    gap: 10px;
    margin-inline: auto;
    width: 89.8666666667%;
    max-width: 444.83px;
    border-radius: 20px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-inline: 0;
    padding-block: 70px 26px;
  }
}
@media screen and (max-width: 430px) {
  .new-year-special-02__chance-inner {
    padding-block: 9.3023255814vw 26px;
  }
}
@media screen and (max-width: 375px) {
  .new-year-special-02__chance-inner {
    padding-block: 40px 26px;
  }
}

.new-year-special-02__chance-first {
  max-width: min(32.4305555556vw, 467px);
  width: 100%;
  min-width: 332px;
}
@media screen and (max-width: 767px) {
  .new-year-special-02__chance-first {
    max-width: 100%;
    width: 85.1632047478%;
    margin-inline: auto;
    min-width: 0;
  }
}

.new-year-special-02__chance-title {
  max-width: min(32.4305555556vw, 467px);
  width: 100%;
  margin-block: max(-4.8611111111vw, -72px) 10px;
}
@media screen and (max-width: 767px) {
  .new-year-special-02__chance-title {
    position: absolute;
    top: -84px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-block: 0;
    max-width: 100%;
    width: 81.6023738872%;
  }
}
.new-year-special-02__chance-title img {
  width: 100%;
}

.new-year-special-02__chance-text {
  color: var(--c-black01);
  font-size: 1.1428571429rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .new-year-special-02__chance-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__chance-text {
    font-size: 1.1428571429rem;
    text-align: justify;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}

.new-year-special-02__chance-second {
  max-width: 442px;
  width: 30.6944444444vw;
  min-width: 280px;
}
@media screen and (max-width: 767px) {
  .new-year-special-02__chance-second {
    width: 82.7893175074%;
    max-width: 100%;
    margin-inline: auto;
    min-width: 0;
  }
}
.new-year-special-02__chance-second img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.new-year-special-02__chance-att-item {
  color: var(--c-black01);
  font-size: 1rem;
  letter-spacing: 0.025rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.new-year-special-02__branch-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.0833333333vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 991px) {
  .new-year-special-02__branch-list {
    margin-bottom: 8.072653885vw;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__branch-list {
    margin-inline: auto;
    margin-bottom: 130px;
    width: 89.3333333333%;
    max-width: 442.19px;
    gap: 14px;
  }
}

.new-year-special-02__branch-list-item {
  width: calc((100% - 4.1666666667vw) / 3);
}
@media screen and (max-width: 767px) {
  .new-year-special-02__branch-list-item {
    width: 100%;
  }
}

.new-year-special-02__branch-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: var(--c-white01);
  font-size: 1.2857142857rem;
  font-weight: 500;
  letter-spacing: 0.025rem;
  line-height: 1.75;
  width: 100%;
  height: min(6.9444444444vw, 100px);
  border-radius: 5px;
  background-color: var(--c-brown02);
  cursor: pointer;
  -webkit-transition: var(--tran-all);
  transition: var(--tran-all);
}
@media screen and (max-width: 991px) {
  .new-year-special-02__branch-button {
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02__branch-button {
    font-size: 1.2857142857rem;
    min-height: 91px;
    height: auto;
  }
}
.new-year-special-02__branch-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.1819207764%;
  width: 2.2570815935%;
  height: auto;
  aspect-ratio: 8/11;
  background: url(/new-year/img/new-year-arrow-right01.svg) no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--tran-tsform);
  transition: var(--tran-tsform);
}
@media screen and (max-width: 767px) {
  .new-year-special-02__branch-button::after {
    width: 7px;
    right: 27px;
  }
}
.new-year-special-02__branch-button:hover, .new-year-special-02__branch-button:focus {
  color: var(--c-white01);
}
.new-year-special-02__branch-button:hover::after, .new-year-special-02__branch-button:focus::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.new-year-special-02-modal {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
}

.new-year-special-02-modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 80px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .new-year-special-02-modal__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special-02-modal__inner {
    padding: var(--header-height) 10px;
  }
}

.new-year-special-02-modal-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.new-year-special-02-modal__ct {
  background-color: var(--c-white01);
  border: solid 4px var(--c-brown02);
  margin-bottom: 60px;
  max-width: 770px;
  position: relative;
  padding: 60px 70px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .new-year-special-02-modal__ct {
    border-width: 2px;
    padding: 25px;
    margin-bottom: 0;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02-modal__ct {
    padding: 60px 25px 35px;
  }
}

.new-year-special-02-modal-close-button {
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background-color: var(--c-brown02);
  padding: 0;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 1199px) {
  .new-year-special-02-modal-close-button {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special-02-modal-close-button {
    width: 40px;
    top: 18px;
    right: 18px;
  }
}

.new-year-special-02-modal-close-line {
  display: block;
  width: 34px;
  height: 2px;
  background-color: var(--c-white01);
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .new-year-special-02-modal-close-line {
    width: 20px;
  }
}

.new-year-special-02-modal-close-line:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.new-year-special-02-modal-close-line:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.new-year-special-02-modal__body {
  margin: 0;
  min-width: 460px;
}
@media screen and (max-width: 991px) {
  .new-year-special-02-modal__body {
    min-width: auto;
  }
}

.new-year-special-02-modal__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .new-year-special-02-modal__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}

.new-year-special-02-modal__list-item {
  display: block;
  width: 100%;
}

.new-year-special-02-modal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  font-size: 1.2857142857rem;
  background-color: #f5f4ed;
  padding: 14px 25px 15px 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: var(--tran-opacity-a);
  transition: var(--tran-opacity-a);
  line-height: 1.55;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1199px) {
  .new-year-special-02-modal-link {
    font-size: min(var(--vw, 1vw) * 1.55, 17px);
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .new-year-special-02-modal-link {
    font-size: 16px;
  }
}
.new-year-special-02-modal-link::after {
  content: "";
  display: block;
  width: 8px;
  height: auto;
  aspect-ratio: 8/11;
  background: no-repeat center/contain url(/new-year/img/new-year-arrow-right02.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -3px;
}
@media screen and (max-width: 1199px) {
  .new-year-special-02-modal-link::after {
    width: 5px;
    right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-02-modal-link::after {
    width: 6px;
    right: 10px;
  }
}
@media screen and (max-width: 430px) {
  .new-year-special-02-modal-link {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .new-year-special--03::before, .new-year-special--03::after {
    top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special--03 .new-year-special__inner {
    padding-top: 28px;
  }
}

.new-year-special-03-mv {
  margin-bottom: 1.9444444444vw;
}
@media screen and (max-width: 767px) {
  .new-year-special-03-mv {
    margin-bottom: 20px;
  }
}

.new-year-special-03-mv-img {
  max-width: 66.875vw;
  width: 100%;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .new-year-special-03-mv-img {
    width: 89.0666666667%;
    max-width: 440.88px;
  }
}
.new-year-special-03-mv-img img {
  width: 100%;
}

.new-year-special-03-gift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.0833333333vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: 2.9166666667vw;
}
@media screen and (max-width: 767px) {
  .new-year-special-03-gift {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
    margin-bottom: 50px;
  }
}

.new-year-special-03-gift__step {
  position: relative;
  width: calc((100% - 4.1666666667vw) / 3);
  background-color: var(--c-white01);
  border-radius: 1.25vw;
  padding-block: min(3.125vw, 45px) min(2.9861111111vw, 43px);
  padding-inline: min(2.0833333333vw, 30px);
}
@media screen and (max-width: 767px) {
  .new-year-special-03-gift__step {
    border-radius: 20px;
    padding-inline: 0;
    padding-block: 42px 43px;
    width: 89.0666666667%;
    max-width: 440.88px;
    margin-inline: auto;
  }
}
.new-year-special-03-gift__step::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.25vw;
  left: 1.4583333333vw;
  width: 5.7638888889vw;
  max-width: 83px;
  height: auto;
  aspect-ratio: 83/81;
}
@media screen and (max-width: 767px) {
  .new-year-special-03-gift__step::before {
    width: 83px;
    left: 20px;
    top: -18px;
  }
}
.new-year-special-03-gift__step:nth-of-type(1)::before {
  background: url(/new-year/img/new-year-special03-step01.svg) no-repeat;
  background-size: contain;
}
.new-year-special-03-gift__step:nth-of-type(2)::before {
  background: url(/new-year/img/new-year-special03-step02.svg) no-repeat;
  background-size: contain;
}
.new-year-special-03-gift__step:nth-of-type(3)::before {
  background: url(/new-year/img/new-year-special03-step03.svg) no-repeat;
  background-size: contain;
}
.new-year-special-03-gift__step::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.6944444444vw;
  width: 1.3194444444vw;
  height: auto;
  aspect-ratio: 19/25;
  background: url(/new-year/img/new-year-arrow-right02.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .new-year-special-03-gift__step::after {
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-8px) rotate(90deg);
            transform: translateX(50%) translateY(-8px) rotate(90deg);
    width: 19px;
  }
}

.new-year-special-03-gift__step-head {
  max-width: 21.4583333333vw;
  width: 100%;
  margin-bottom: cacl(1.0416666667vw);
}
@media screen and (max-width: 767px) {
  .new-year-special-03-gift__step-head {
    width: 88.3233532934%;
    margin-inline: auto;
    max-width: 100%;
  }
}
.new-year-special-03-gift__step-head img {
  width: 100%;
}

.new-year-special-03-gift__desc {
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .new-year-special-03-gift__desc {
    margin-inline: auto;
    width: 89.8203592814%;
  }
}
.new-year-special-03-gift__desc dt, .new-year-special-03-gift__desc dd {
  color: var(--c-black01);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.57;
}
@media screen and (max-width: 991px) {
  .new-year-special-03-gift__desc dt, .new-year-special-03-gift__desc dd {
    font-size: 0.9285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-special-03-gift__desc dt, .new-year-special-03-gift__desc dd {
    font-size: 1rem;
    text-align: justify;
  }
}

.new-year-event {
  position: relative;
  width: 100%;
  background-color: var(--c-beige02);
}
.new-year-event::before {
  content: "";
  position: absolute;
  top: 1.8055555556vw;
  left: 0;
  width: 19.9305555556vw;
  height: auto;
  aspect-ratio: 287/285;
  background: url(/new-year/img/new-year-special-icon-left.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .new-year-event::before {
    width: 28%;
    top: 10px;
  }
}
.new-year-event::after {
  content: "";
  position: absolute;
  top: 1.8055555556vw;
  right: 0;
  width: 19.9305555556vw;
  height: auto;
  aspect-ratio: 287/285;
  background: url(/new-year/img/new-year-special-icon-right.svg) no-repeat;
}
@media screen and (max-width: 767px) {
  .new-year-event::after {
    width: 28%;
    top: 21px;
  }
}

.new-year-event__inner {
  margin-inline: auto;
  width: 100%;
  max-width: calc(1170px + var(--side-padding) * 2);
  padding-block: 5.5555555556vw 4.7916666667vw;
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 767px) {
  .new-year-event__inner {
    padding-inline: 0;
    padding-block: 59px 13px;
  }
}

.new-year-event-title {
  max-width: 52.9861111111vw;
  margin-inline: auto;
  margin-bottom: 80px !important;
  min-width: 662.84px;
}
@media screen and (max-width: 991px) {
  .new-year-event-title {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .new-year-event-title {
    max-width: 407.88px;
    width: 82.4%;
    margin-bottom: 45px !important;
    min-width: 0;
  }
}

.new-year-event-title-img img {
  width: 100%;
}

.new-year-event-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.3333333333vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .new-year-event-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 43px;
  }
}

.new-year-event__ennichi {
  max-width: 53.8888888889vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .new-year-event__ennichi {
    max-width: 100%;
  }
}

.new-year-event__ennichi-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(5.3472222222vw, 77px);
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: min(2.5vw, 36px);
  padding-left: 9.9226804124%;
}
@media screen and (max-width: 991px) {
  .new-year-event__ennichi-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-event__ennichi-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 16px;
  }
}

.new-year-event__ennichi-title {
  max-width: 15vw;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .new-year-event__ennichi-title {
    max-width: 331.31px;
    width: 66.9333333333%;
  }
}
.new-year-event__ennichi-title img {
  width: 100%;
}

.new-year-event-text {
  color: var(--c-black01);
  font-size: 1.1428571429rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.025rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .new-year-event-text {
    width: 88.5333333333%;
    max-width: 438.23px;
    text-align: justify;
  }
}

.new-year-event__ennichi-img {
  max-width: 776px;
  width: 53.8888888889vw;
  display: block;
}
@media screen and (max-width: 767px) {
  .new-year-event__ennichi-img {
    margin-inline: auto;
    max-width: 443.52px;
    width: 89.6%;
  }
}
.new-year-event__ennichi-img img {
  width: 100%;
}

.new-year-event__visitors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 23.1944444444vw;
  width: 100%;
  min-width: 238px;
}
@media screen and (max-width: 767px) {
  .new-year-event__visitors {
    max-width: 100%;
    min-width: 0;
  }
}

.new-year-event__visitors-title {
  max-width: 247px;
  width: 17.1527777778vw;
  margin-bottom: min(1.8055555556vw, 26px) !important;
}
@media screen and (max-width: 767px) {
  .new-year-event__visitors-title {
    max-width: 100%;
    width: 65.8666666667%;
    margin-bottom: 27px !important;
  }
}
.new-year-event__visitors-title img {
  width: 100%;
}

.new-year-event__visitors-img {
  max-width: 334px;
  width: 23.1944444444vw;
  min-width: 238px;
}
@media screen and (max-width: 767px) {
  .new-year-event__visitors-img {
    max-width: 442.19px;
    width: 89.3333333333%;
    margin-top: 15px;
    min-width: 0;
  }
}
.new-year-event__visitors-img img {
  width: 100%;
}

.new-year-consultation {
  background-color: var(--c-beige02);
}

.new-year-consultation__inner {
  margin-inline: auto;
  width: 100%;
  max-width: calc(1170px + var(--side-padding) * 2);
  padding-inline: var(--side-padding);
  padding-bottom: 6.0416666667vw;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__inner {
    padding-inline: 0;
    padding-bottom: 75px;
  }
}

.new-year-consultation-title-wrap {
  position: relative;
  max-width: 63.3333333333vw;
  width: 100%;
  margin: 0 auto;
  padding-block: 1.25vw 2.6388888889vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .new-year-consultation-title-wrap {
    max-width: 435.59px;
    padding-block: 37px 35px;
  }
}
.new-year-consultation-title-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11.6666666667vw;
  height: auto;
  aspect-ratio: 168/89;
  background: url(/new-year/img/new-year-consultation-cloud01.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .new-year-consultation-title-wrap::before {
    width: 31.7333333333%;
    left: -58px;
  }
}
.new-year-consultation-title-wrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.0416666667vw;
  right: 0;
  width: 10.4861111111vw;
  height: auto;
  aspect-ratio: 151/70;
  background: url(/new-year/img/new-year-consultation-cloud02.webp) no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .new-year-consultation-title-wrap::after {
    width: 28.5333333333%;
    bottom: -20px;
    right: -47px;
  }
}

.new-year-consultation-title {
  max-width: 22.7777777778vw;
  width: 100%;
  margin: 0 auto;
  min-width: 285px;
}
@media screen and (max-width: 767px) {
  .new-year-consultation-title {
    width: 88%;
    max-width: 100%;
    min-width: 0;
  }
}

.new-year-consultation-title-img {
  width: 100%;
}

.new-year-consultation__main {
  position: relative;
  background-color: var(--c-white01);
  border-radius: 1.3888888889vw;
  margin-bottom: 2.1527777778vw;
  padding-block: 4.0972222222vw 4.4444444444vw;
  padding-inline: min(6.9444444444vw, 100px);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__main {
    width: 89.3333333333%;
    max-width: 442.19px;
    margin-inline: auto;
    border-radius: 20px;
    padding-inline: 0;
    padding-block: 25px;
    margin-bottom: 25px;
  }
}

.new-year-consultation-copy {
  color: var(--c-red01);
  font-size: 2.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  text-align: center;
  border-bottom: 2px solid var(--c-red01);
  padding-bottom: 1.3888888889vw;
  margin-bottom: 2.0138888889vw;
}
@media screen and (min-width: 1441px) {
  .new-year-consultation-copy {
    font-size: 2.7142857143rem;
  }
}
@media screen and (max-width: 1199px) {
  .new-year-consultation-copy {
    font-size: 31px;
  }
}
@media screen and (max-width: 991px) {
  .new-year-consultation-copy {
    font-size: 1.7142857143rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-consultation-copy {
    font-size: 1.4285714286rem;
    margin-inline: auto;
    width: 86.5671641791%;
    padding-bottom: 11px;
    margin-bottom: 10px;
  }
}

.new-year-consultation__fp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5694444444vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2.4305555556vw;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__fp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}

.new-year-consultation__fp-title {
  color: var(--c-black01);
  font-size: 2.1428571429rem;
  letter-spacing: 0.025rem;
  line-height: 1.37;
  margin-bottom: 2.0833333333vw !important;
}
@media screen and (max-width: 991px) {
  .new-year-consultation__fp-title {
    font-size: 1.5714285714rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-consultation__fp-title {
    text-align: center;
    font-size: 1.4285714286rem;
  }
}

.new-year-consultation-text {
  color: var(--c-black01);
  font-size: 1.1111111111vw;
  letter-spacing: 0.025rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .new-year-consultation-text {
    margin-inline: auto;
    width: 85.0746268657%;
    text-align: justify;
  }
}

.new-year-consultation__fp-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 30.4861111111vw;
  max-width: 439px;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__fp-img {
    max-width: 100%;
    width: 68.6567164179%;
  }
}
.new-year-consultation__fp-img img {
  width: 100%;
}

.new-year-consultation__sche {
  width: 100%;
}

.new-year-consultation__sche-title {
  color: var(--c-white01);
  font-size: 1.1428571429rem;
  font-weight: 700;
  background-color: var(--c-navy01);
  border-radius: 0.3951388889vw;
  margin-bottom: 2.0833333333vw !important;
  padding-block: 0.7638888889vw;
  padding-left: 1.9444444444vw;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__sche-title {
    width: 86.5671641791%;
    margin-inline: auto;
    margin-bottom: 15px !important;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
  }
}

.new-year-consultation__sche-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 3.8888888889vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__sche-ct {
    width: 85.0746268657%;
    margin-inline: auto;
    gap: 15px;
  }
}

.new-year-consultation__sche-item {
  width: calc((100% - 11.6666666667vw) / 4);
}
@media screen and (max-width: 991px) {
  .new-year-consultation__sche-item {
    width: calc((100% - 7.7777777778vw) / 3);
  }
}
@media screen and (max-width: 767px) {
  .new-year-consultation__sche-item {
    width: 100%;
  }
}

.new-year-consultation__sche-branch {
  color: var(--c-black01);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  line-height: 2;
  text-align: center;
  border: 1px solid var(--c-black01);
  border-radius: 100vmax;
  margin-bottom: 1.0416666667vw;
  padding-block: 7px 8px;
}

.new-year-consultation__sche-list-item {
  color: var(--c-black01);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.57;
  margin-bottom: 0.6944444444vw;
}
.new-year-consultation__sche-list-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__sche-list-item {
    font-size: 1.0714285714rem;
  }
}

.new-year-consultation__detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.0138888889vw;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
  }
}

.new-year-consultation__detail-ct {
  width: calc((100% - 4.0277777778vw) / 3);
  background-color: var(--c-white01);
  border-radius: 1.3888888889vw;
  padding-block: 3.4027777778vw 2.9166666667vw;
  padding-inline: min(2.7777777778vw, 40px);
}
@media screen and (max-width: 767px) {
  .new-year-consultation__detail-ct {
    width: 89.3333333333%;
    max-width: 442.19px;
    padding-inline: 0;
    padding-block: 25px;
    border-radius: 20px;
  }
}

.new-year-consultation__detail-title {
  color: var(--c-black01);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  line-height: 1.36;
  text-align: center;
  margin-bottom: 2.2222222222vw !important;
}
@media screen and (max-width: 991px) {
  .new-year-consultation__detail-title {
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 767px) {
  .new-year-consultation__detail-title {
    margin-bottom: 18px !important;
  }
}

.new-year-consultation-text {
  color: var(--c-black01);
  font-size: 1.1428571429rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.75;
  margin-bottom: 1.9444444444vw;
}

.new-year-consultation__detail-img {
  width: 100%;
}
.new-year-consultation__detail-img img {
  width: 100%;
}
.new-year-consultation__detail-img--plan {
  max-width: 18.5416666667vw;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__detail-img--plan {
    max-width: 100%;
    width: 160px;
    margin-inline: auto;
  }
}
.new-year-consultation__detail-img--free {
  max-width: 15.7638888889vw;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__detail-img--free {
    max-width: 100%;
    width: 120px;
    margin-inline: auto;
  }
}
.new-year-consultation__detail-img--subsidy {
  max-width: 19.2361111111vw;
}
@media screen and (max-width: 767px) {
  .new-year-consultation__detail-img--subsidy {
    max-width: 100%;
    width: 170px;
    margin-inline: auto;
  }
}

.new-year-building {
  position: relative;
  background-color: var(--c-beige01);
  padding-block: 4.8611111111vw 8.3333333333vw;
  padding-inline: calc(var(--side-padding) + 3.4027777778vw);
  z-index: 1;
}
.new-year-building::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 108%;
  height: 108%;
  background: url(/new-year/img/new-year-building-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .new-year-building::before {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-position: center top;
  }
}
@media screen and (max-width: 767px) {
  .new-year-building {
    padding-inline: 0;
    padding-block: 63px 78px;
  }
}

.new-year-building-title {
  max-width: 970px;
  width: 100%;
  margin: 0 auto min(6.9444444444vw, 100px) !important;
}
@media screen and (max-width: 767px) {
  .new-year-building-title {
    width: 90.4%;
    max-width: 447.47px;
    margin-inline: auto;
    margin-bottom: 57px;
  }
}

.new-year-building-mv img {
  width: 100%;
}

.new-year-building-text {
  color: var(--c-black01);
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.025rem;
  line-height: 1.89;
  text-align: center;
  margin-bottom: min(3.3333333333vw, 48px);
}
.new-year-building-text:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .new-year-building-text {
    width: 89.0666666667%;
    max-width: 440.88px;
    margin-inline: auto;
    text-align: justify;
    margin-bottom: 35px;
  }
}

.new-year-flow {
  background-color: var(--c-beige02);
}

.new-year-flow__inner {
  margin-inline: auto;
  width: 100%;
  max-width: calc(1170px + var(--side-padding) * 2);
  padding-block: 6.25vw 8.9583333333vw;
  padding-inline: var(--side-padding);
}
@media screen and (max-width: 767px) {
  .new-year-flow__inner {
    padding-inline: 0;
    padding-block: 66px;
  }
}

.new-year-flow-title {
  max-width: 25.6944444444vw;
  width: 100%;
  margin: 0 auto 3.1944444444vw !important;
  min-width: 321.44px;
}
@media screen and (max-width: 767px) {
  .new-year-flow-title {
    width: 81.3333333333%;
    max-width: 402.59px;
    margin-inline: auto;
    margin-bottom: 43px !important;
    min-width: 0;
  }
}
.new-year-flow-title img {
  width: 100%;
}

.new-year-flow-text {
  color: var(--c-black01);
  font-size: 1.1428571429rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: min(4.1666666667vw, 60px);
}
@media screen and (max-width: 767px) {
  .new-year-flow-text {
    text-align: justify;
    width: 89.0666666667%;
    max-width: 440.88px;
    margin-inline: auto;
    margin-bottom: 41px;
  }
}

.new-year-flow-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(2.0138888889vw, 29px);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 35px;
  }
}

.new-year-flow-ct__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.0416666667vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: calc((100% - 6.0416666667vw) / 4);
  background-color: var(--c-white01);
  border-radius: 1.25vw;
  padding-inline: min(2.1527777778vw, 31px);
}
@media screen and (min-width: 1441px) {
  .new-year-flow-ct__item {
    min-height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct__item {
    width: 89.3333333333%;
    max-width: 442.19px;
    margin-inline: auto;
    padding-inline: 0;
    border-radius: 20px;
    gap: 13px;
  }
}
.new-year-flow-ct__item::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.25vw;
  left: 1.4583333333vw;
  width: 23.6378678643%;
  max-width: 60px;
  height: auto;
  aspect-ratio: 60/59;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct__item::before {
    width: 83px;
    left: 20px;
    top: -18px;
  }
}
.new-year-flow-ct__item:nth-of-type(1) {
  padding-block: 3.125vw 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct__item:nth-of-type(1) {
    padding-block: 34px 29px;
  }
}
.new-year-flow-ct__item:nth-of-type(1)::before {
  background: url(/new-year/img/new-year-flow-icon01.webp) no-repeat;
  background-size: contain;
}
.new-year-flow-ct__item:nth-of-type(2) {
  padding-block: 3.125vw 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct__item:nth-of-type(2) {
    padding-block: 34px 29px;
  }
}
.new-year-flow-ct__item:nth-of-type(2)::before {
  background: url(/new-year/img/new-year-flow-icon02.webp) no-repeat;
  background-size: contain;
}
.new-year-flow-ct__item:nth-of-type(3) {
  padding-block: 3.6111111111vw 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct__item:nth-of-type(3) {
    padding-block: 34px 29px;
  }
}
.new-year-flow-ct__item:nth-of-type(3)::before {
  background: url(/new-year/img/new-year-flow-icon03.webp) no-repeat;
  background-size: contain;
}
.new-year-flow-ct__item:nth-of-type(4) {
  padding-block: 1.5277777778vw 2.2222222222vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct__item:nth-of-type(4) {
    padding-block: 34px 29px;
  }
}
.new-year-flow-ct__item:nth-of-type(4)::before {
  background: url(/new-year/img/new-year-flow-icon04.webp) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1441px) {
  .new-year-flow-ct__item:nth-of-type(4) {
    margin-bottom: 10px;
  }
}
.new-year-flow-ct__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -0.8333333333vw;
  width: 1.3194444444vw;
  height: auto;
  aspect-ratio: 19/25;
  background: url(/new-year/img/new-year-arrow-right02.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct__item::after {
    top: 100%;
    right: 50%;
    -webkit-transform: translateX(50%) translateY(-8px) rotate(90deg);
            transform: translateX(50%) translateY(-8px) rotate(90deg);
    width: 19px;
  }
}

.new-year-flow-ct-img01 {
  max-width: 92px;
  width: 6.3888888889vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct-img01 {
    width: 27.7611940299%;
    max-width: 100%;
  }
}
.new-year-flow-ct-img01 img {
  width: 100%;
}

.new-year-flow-ct-img02 {
  max-width: 191px;
  width: 13.2638888889vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct-img02 {
    width: 57.0149253731%;
    max-width: 100%;
  }
}
.new-year-flow-ct-img02 img {
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .new-year-flow-ct-img02 {
    margin-bottom: 10px;
  }
}

.new-year-flow-ct-img03 {
  max-width: 151px;
  width: 10.4861111111vw;
  margin-bottom: 0.6944444444vw;
  margin-left: 2.0833333333vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct-img03 {
    width: 45.0746268657%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .new-year-flow-ct-img03 {
    margin-left: 35px;
  }
}
.new-year-flow-ct-img03 img {
  width: 100%;
}
@media screen and (min-width: 1441px) {
  .new-year-flow-ct-img03 {
    margin-bottom: 10px;
  }
}

.new-year-flow-ct-img04 {
  max-width: 152px;
  width: 10.5555555556vw;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct-img04 {
    width: 45.3731343284%;
    max-width: 100%;
  }
}
@media screen and (max-width: 430px) {
  .new-year-flow-ct-img04 {
    margin-left: 20px;
  }
}
.new-year-flow-ct-img04 img {
  width: 100%;
}

.new-year-flow-ct-text {
  color: var(--c-black01);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.57;
}
@media screen and (max-width: 767px) {
  .new-year-flow-ct-text {
    width: 75.4666666667%;
    margin-inline: auto;
  }
}

.new-year-flow-b-line {
  color: var(--c-brown02);
  border-bottom: 1px solid var(--c-brown02);
}

.new-year-exhibition {
  background-color: var(--c-red01);
}

.new-year-exhibition__inner {
  padding-block: 5.1388888889vw 6.3194444444vw;
  padding-inline: var(--side-padding);
  margin-inline: auto;
  width: 100%;
  max-width: calc(1170px + var(--side-padding) * 2);
}
@media screen and (max-width: 767px) {
  .new-year-exhibition__inner {
    padding-inline: 0;
    padding-block: 50px;
  }
}

.new-year-exhibition-head {
  position: relative;
  max-width: 57.6388888889vw;
  width: 100%;
  margin: 0 auto 3.125vw;
  min-width: 560px;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-head {
    max-width: 100%;
    min-width: 0;
  }
}
.new-year-exhibition-head::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  aspect-ratio: 830/217;
  background: url(/new-year/img/new-year-exhibition-bg.webp) no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-head::before {
    background: url(/new-year/img/new-year-exhibition-bg-sp.webp) no-repeat;
    background-size: 100%;
    width: 125%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -27px;
    aspect-ratio: 929/405;
    max-width: 650px;
  }
}

.new-year-exhibition-title {
  max-width: 22.3611111111vw;
  width: 100%;
  margin: 0 auto 2.5vw !important;
  min-width: 279.73px;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-title {
    max-width: 351.11px;
    width: 70.9333333333%;
    margin-inline: auto;
    margin-bottom: 73px !important;
    min-width: 0;
  }
}

.new-year-exhibition-head-text {
  color: var(--c-white01);
  font-size: 1.1428571429rem;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-head-text {
    text-align: justify;
    margin-inline: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.new-year-exhibition-prefecture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25vw !important;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-prefecture {
    margin-inline: auto;
    width: 89.0666666667%;
    max-width: 440.88px;
  }
}
.new-year-exhibition-prefecture img {
  width: 2.5vw;
  aspect-ratio: 36/35;
  max-width: 36px;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-prefecture img {
    width: 30px;
  }
}
.new-year-exhibition-prefecture span {
  color: var(--c-white01);
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 2.08;
}

.new-year-exhibition-ct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: min(3.125vw, 45px);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin-bottom: min(5.2083333333vw, 75px);
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-ct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin-bottom: 35px;
  }
}
.new-year-exhibition-ct:last-of-type {
  margin-bottom: 0;
}

.new-year-exhibition-ct-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 6.25vw) / 3);
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-ct-item {
    width: 89.3333333333%;
    max-width: 442.19px;
  }
}

.new-year-exhibition-img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  margin-bottom: 10px;
}
.new-year-exhibition-img img {
  width: 100%;
}

.new-year-exhibition-subtitle {
  max-width: 244px;
  width: 16.9444444444vw;
  margin-bottom: 0.8333333333vw !important;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-subtitle {
    width: 100%;
    max-width: 200px;
    margin-inline: auto;
    margin-bottom: 10px !important;
  }
}
.new-year-exhibition-subtitle img {
  width: 100%;
}
.new-year-exhibition-subtitle--text {
  color: var(--c-white01);
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
  line-height: 2.78;
  text-align: center;
  max-width: none;
}
@media screen and (max-width: 991px) {
  .new-year-exhibition-subtitle--text {
    font-size: 1.0714285714rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-subtitle--text {
    max-width: 100%;
    margin-bottom: 0 !important;
  }
}

.new-year-exhibition-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.0416666667vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-detail {
    margin-bottom: 10px;
  }
}

.new-year-exhibition-adress {
  color: var(--c-white01);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.075rem;
  line-height: 1.75;
}

.new-year-exhibition-icon {
  max-width: 73px;
  width: 5.0694444444vw;
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-icon {
    width: 100%;
    max-width: 58px;
  }
}
.new-year-exhibition-icon img {
  width: 100%;
}

.new-year-exhibition-map__link {
  display: block;
  width: 100%;
  height: 100%;
}

.new-year-exhibition__link-wrap {
  width: 100%;
}

.new-year-exhibition-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: var(--c-white01);
  font-size: 1.1428571429rem;
  font-weight: 700;
  width: 100%;
  background-color: var(--c-brown02);
  border-radius: 5px;
  padding-block: min(1.5972222222vw, 23px) min(1.7361111111vw, 25px);
}
.new-year-exhibition-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22.8717400345%;
  width: 2.3762846789%;
  height: auto;
  aspect-ratio: 8/11;
  background: url(/new-year/img/new-year-arrow-right01.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: var(--tran-tsform);
  transition: var(--tran-tsform);
}
@media screen and (max-width: 991px) {
  .new-year-exhibition-link::after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-year-exhibition-link::after {
    right: 5.3472222222vw;
  }
}
.new-year-exhibition-link:hover, .new-year-exhibition-link:focus {
  color: var(--c-white01);
}
.new-year-exhibition-link:hover::after, .new-year-exhibition-link:focus::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

.new-year-greeting {
  position: relative;
  background-color: var(--c-beige01);
  z-index: 1;
}
.new-year-greeting::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url(/new-year/img/new-year-greeting-bg.webp) no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .new-year-greeting::before {
    background: url(/new-year/img/new-year-greeting-bg-sp.svg) no-repeat;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
  }
}

.new-year-greeting__inner {
  padding-block: 5.5555555556vw 8.3333333333vw;
  padding-inline: var(--side-padding);
  margin-inline: auto;
  width: 100%;
  max-width: calc(1170px + var(--side-padding) * 2);
}
@media screen and (max-width: 767px) {
  .new-year-greeting__inner {
    padding-inline: 0;
    padding-block: 43px 105px;
  }
}

.new-year-greeting-img {
  max-width: 522px;
  width: 36.25vw;
  margin: 0 auto 2.0833333333vw;
  min-width: 440px;
}
@media screen and (max-width: 767px) {
  .new-year-greeting-img {
    width: 89.0666666667%;
    max-width: 440.88px;
    min-width: 0;
  }
}
.new-year-greeting-img img {
  width: 100%;
}

.new-year-greeting-bottom {
  position: absolute;
  bottom: 3.125vw;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .new-year-greeting-bottom {
    width: 180%;
    bottom: 36px;
  }
}
.new-year-greeting-bottom img {
  width: 100%;
}

.reservation__bnr {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  display: block;
  background-color: var(--c-black01);
  border-radius: 0 10px 10px 0;
  color: var(--c-white01);
  font-size: 1.1428571429rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: -0.2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 27px 16px 34px;
  bottom: 25.5svh;
  left: 0;
  z-index: 999;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.reservation__bnr:focus, .reservation__bnr:hover {
  color: var(--c-white01);
}
@media screen and (max-width: 767px) {
  .reservation__bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0px;
    width: 100%;
    height: 50px;
    text-align: center;
    -webkit-writing-mode: lr;
        -ms-writing-mode: lr;
            writing-mode: lr;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0;
    height: 60px;
    font-size: 1.3571428571rem;
  }
}

.reservation__bnr.active {
  visibility: visible;
  opacity: 1;
}

#mainvisual-bottom {
  display: block;
}

.reservation-modal {
  display: none;
  width: 100%;
  height: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  overflow-y: auto;
}

.reservation-modal__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  min-height: 100%;
  padding: 80px;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .reservation-modal__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .reservation-modal__inner {
    padding: var(--header-height) 10px;
  }
}

.reservation-modal-bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.reservation-modal__ct {
  background-color: var(--c-white01);
  border: solid 4px var(--c-brown02);
  margin-bottom: 60px;
  max-width: 770px;
  position: relative;
  padding: 60px 70px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .reservation-modal__ct {
    border-width: 2px;
    padding: 25px;
    margin-bottom: 0;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .reservation-modal__ct {
    padding: 60px 25px 35px;
  }
}

.reservation-modal-close-button {
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  background-color: var(--c-brown02);
  padding: 0;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 1199px) {
  .reservation-modal-close-button {
    width: 60px;
  }
}
@media screen and (max-width: 991px) {
  .reservation-modal-close-button {
    width: 40px;
    top: 18px;
    right: 18px;
  }
}

.reservation-modal-close-line {
  display: block;
  width: 34px;
  height: 2px;
  background-color: var(--c-white01);
  margin: auto;
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .reservation-modal-close-line {
    width: 20px;
  }
}

.reservation-modal-close-line:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

.reservation-modal-close-line:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.reservation-modal__body {
  margin: 0;
  min-width: 460px;
}
@media screen and (max-width: 991px) {
  .reservation-modal__body {
    min-width: auto;
  }
}

.reservation-modal__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .reservation-modal__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
  }
}

.reservation-modal__list-item {
  display: block;
  width: 100%;
}

.reservation-modal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  font-size: 1.2857142857rem;
  background-color: #f5f4ed;
  padding: 14px 25px 15px 30px;
  position: relative;
  z-index: 2;
  -webkit-transition: var(--tran-opacity-a);
  transition: var(--tran-opacity-a);
  line-height: 1.55;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1199px) {
  .reservation-modal-link {
    font-size: min(var(--vw, 1vw) * 1.55, 17px);
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .reservation-modal-link {
    font-size: 16px;
  }
}
.reservation-modal-link::after {
  content: "";
  display: block;
  width: 8px;
  height: auto;
  aspect-ratio: 8/11;
  background: no-repeat center/contain url(/new-year/img/new-year-arrow-right02.svg);
  margin: auto;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -3px;
}
@media screen and (max-width: 1199px) {
  .reservation-modal-link::after {
    width: 5px;
    right: 9px;
  }
}
@media screen and (max-width: 767px) {
  .reservation-modal-link::after {
    width: 6px;
    right: 10px;
  }
}
@media screen and (max-width: 430px) {
  .reservation-modal-link {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .new-year .hashimoto-home-footer-wrap {
    padding-bottom: 60px;
  }
}/*# sourceMappingURL=new-year-contents.css.map */