@charset "utf-8";

/* スクリーンリーダー用 */
.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
button:focus-visible {
  /* outline: auto; */
  outline: 2px solid dodgerblue;
}
a:focus-visible {
  /* outline: auto; */
  outline: 2px solid dodgerblue;
}
/* アンカー時のフォーカス表示 */
.jsHideFocus:focus {
	outline: none !important;
}
/* for safari */
/* @supports (-webkit-hyphens: none) {
  [tabindex="-1"]:focus-visible {
    outline: none !important;
  }
} */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

/* newyear
----------------- */
.newyear {
  font-size: 17px;
  line-height: 1.33;
  overflow-wrap: anywhere;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.newyear .inner {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .newyear {
    font-size: 1.545vw;
  }
  .newyear .inner {
    max-width: 100vw;
  }
}
@media screen and (max-width: 767px) {
  main {
    font-size: 2.933vw;
  }
}

/* mvArea */
.newyear .mvArea {
  background-color: #f29600;
}
.newyear .mvArea .tobBg.pc {
  display: flex;
}
.newyear .mvArea .tobBg.sp {
  display: none;
}
.newyear .mvArea .tobBg.pc > p:first-of-type {
  width: 283px;
}
.newyear .mvArea .tobBg.pc > p:first-of-type img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.newyear .mvArea .tobBg.pc > .block {
  width: 197px;
}
.newyear .mvArea .tobBg.pc .box01 {
  display: flex;
}
.newyear .mvArea .tobBg.pc .box01 > p:first-child {
  width: 50px;
}
.newyear .mvArea .tobBg.pc .box01 > p:last-child {
  width: 149px;
}
.newyear .mvArea .tobBg.pc .box02 {
  display: flex;
}
.newyear .mvArea .tobBg.pc .box02 > p:first-child {
  width: 100px;
}
.newyear .mvArea .tobBg.pc .box02 > p:last-child {
  width: 99px;
}
.newyear .mvArea .tobBg.pc > p:nth-of-type(2) {
  width: 231px;
}
.newyear .mvArea .tobBg.pc > p:nth-of-type(2) img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.newyear .mvArea .tobBg.pc > p:nth-of-type(3) {
  width: 138px;
}
.newyear .mvArea .tobBg.pc > p:nth-of-type(3) img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.newyear .mvArea .tobBg.pc > p:nth-of-type(4) {
  width: 137px;
}
.newyear .mvArea .tobBg.pc > p:nth-of-type(4) img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.newyear .mvArea .tobBg.pc > p:last-of-type {
  width: 115px;
}
.newyear .mvArea .tobBg.pc > p:last-of-type img {
  width: 100%;
  height: 245px;
  object-fit: cover;
}
.newyear .mvArea .ttlArea {
  display: flex;
}
.newyear .mvArea .ttlArea .leftBox {
  width: 175px;
}
.newyear .mvArea .ttlArea .rightBox {
  width: 174px;
}
.newyear .mvArea .ttlArea .ttlBox {
  width: 750px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.newyear .mvArea .ttlArea .cubic {
  width: 552px;
  margin-left: -40px;
}
.newyear .mvArea .ttlArea h1 {
  margin-top: 15px;
  width: 608px;
}
.newyear .mvArea .ttlArea .period {
  margin-top: 30px;
  width: 704px;
}

/* anime */
.newyear .mvArea .mvAnime {
  position: relative;
  overflow: hidden;
  --after-bottom: 0%;
}
.newyear .mvArea .mvAnime::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: var(--after-bottom);
  left: 0;
  background-color: #f29600;
}

@media screen and (max-width: 1100px) {
  .newyear .mvArea .tobBg.pc > p:first-of-type {
    width: 25.727vw;
  }
  .newyear .mvArea .tobBg.pc > p:first-of-type img {
    height: 22.273vw;
  }
  .newyear .mvArea .tobBg.pc > .block {
    width: 17.909vw;
  }
  .newyear .mvArea .tobBg.pc .box01 {
    display: flex;
  }
  .newyear .mvArea .tobBg.pc .box01 > p:first-child {
    width: 4.545vw;
  }
  .newyear .mvArea .tobBg.pc .box01 > p:last-child {
    width: 13.545vw;
  }
  .newyear .mvArea .tobBg.pc .box02 {
    display: flex;
  }
  .newyear .mvArea .tobBg.pc .box02 > p:first-child {
    width: 9.091vw;
  }
  .newyear .mvArea .tobBg.pc .box02 > p:last-child {
    width: 9vw;
  }
  .newyear .mvArea .tobBg.pc > p:nth-of-type(2) {
    width: 21vw;
  }
  .newyear .mvArea .tobBg.pc > p:nth-of-type(2) img {
    height: 22.273vw;
  }
  .newyear .mvArea .tobBg.pc > p:nth-of-type(3) {
    width: 12.545vw;
  }
  .newyear .mvArea .tobBg.pc > p:nth-of-type(3) img {
    height: 22.273vw;
  }
  .newyear .mvArea .tobBg.pc > p:nth-of-type(4) {
    width: 12.455vw;
  }
  .newyear .mvArea .tobBg.pc > p:nth-of-type(4) img {
    height: 22.273vw;
  }
  .newyear .mvArea .tobBg.pc > p:last-of-type {
    width: 10.455vw;
  }
  .newyear .mvArea .tobBg.pc > p:last-of-type img {
    height: 22.273vw;
  }
  .newyear .mvArea .ttlArea {
    display: flex;
  }
  .newyear .mvArea .ttlArea .leftBox {
    width: 15.909vw;
  }
  .newyear .mvArea .ttlArea .rightBox {
    width: 15.818vw;
  }
  .newyear .mvArea .ttlArea .ttlBox {
    width: 68.182vw;
  }
  .newyear .mvArea .ttlArea .cubic {
    width: 50.182vw;
    margin-left: -3.636vw;
  }
  .newyear .mvArea .ttlArea h1 {
    margin-top: 1.364vw;
    width: 55.273vw;
  }
  .newyear .mvArea .ttlArea .period {
    margin-top: 2.727vw;
    width: 64vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .mvArea .tobBg.sp {
    display: block;
  }
  .newyear .mvArea .tobBg.pc {
    display: none;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 {
    display: flex;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > p {
    width: 51.467vw;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > p img {
    width: 100%;
    height: 39.6vw;
    object-fit: cover;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block01 {
    width: 29.733vw;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block01 .box01 {
    display: flex;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block01 .box01 > p:first-child {
    width: 8.267vw;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block01 .box01 > p:last-child {
    width: 22.4vw;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block01 .box02 {
    display: flex;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block01 .box02 > p:first-child {
    width: 15.333vw;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block01 .box02 > p:last-child {
    width: 15.333vw;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block02 {
    width: 17.867vw;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block02 > p:first-child img {
    width: 100%;
    height: 15.333vw;
    object-fit: cover;
  }
  .newyear .mvArea .tobBg.sp  .topBg01 > .block02 > p:last-child img {
    width: 100%;
    height: 24.267vw;
    object-fit: cover;
  }
  .newyear .mvArea .topBg02 {
    display: flex;
  }
  .newyear .mvArea .topBg02 > .block01 {
    width: 50.8vw;
  }
  .newyear .mvArea .topBg02 > .block01 > .box01 {
    display: flex;
  }
  .newyear .mvArea .topBg02 > .block01 > .box01 > p:first-child {
    width: 10.667vw;
  }
  .newyear .mvArea .topBg02 > .block01 > .box01 > p:nth-child(2) {
    width: 11.467vw;
  }
  .newyear .mvArea .topBg02 > .block01 > .box01 > p:nth-child(3) {
    width: 21.867vw;
  }
  .newyear .mvArea .topBg02 > .block01 > .box01 > p:last-child {
    width: 8.267vw;
  }
  .newyear .mvArea .topBg02 > .block01 > .box02 {
    display: flex;
  }
  .newyear .mvArea .topBg02 > .block01 > .box02 > p:first-child {
    width: 25.2vw;
  }
  .newyear .mvArea .topBg02 > .block01 > .box02 > p:nth-child(2) {
    width: 16.533vw;
  }
  .newyear .mvArea .topBg02 > .block01 > .box02 > p:last-child {
    width: 10.4vw;
  }
  .newyear .mvArea .topBg02 > p {
    width: 30.267vw;
  }
  .newyear .mvArea .topBg02 > p img {
    width: 100%;
    height: 31.467vw;
    object-fit: cover;
  }
  .newyear .mvArea .topBg02 > .block02 {
    width: 17.867vw;
  }
  .newyear .mvArea .topBg02 > .block02 > p:first-of-type img {
    width: 100%;
    height: 17.867vw;
    object-fit: cover;
  }
  .newyear .mvArea .topBg02 > .block02 > p:last-of-type img {
    width: 100%;
    height: 13.6vw;
    object-fit: cover;
  }
  .newyear .mvArea .topBg03 {
    display: flex;
  }
  .newyear .mvArea .topBg03 > p:first-child {
    width: 27.2vw;
  }
  .newyear .mvArea .topBg03 > p:nth-child(2) {
    width: 27.067vw;
  }
  .newyear .mvArea .topBg03 > p:nth-child(3) {
    width: 13.733vw;
  }
  .newyear .mvArea .topBg03 > p:last-child {
    width: 32.267vw;
  }

  .newyear .mvArea .ttlArea {
    display: block;
  }
  .newyear .mvArea .ttlArea .ttlBox {
    width: 100%;
    padding: 4vw 0 2vw;
  }
  .newyear .mvArea .ttlArea .cubic {
    width: 70.4vw;
    margin-left: -5.333vw;
  }
  .newyear .mvArea .ttlArea h1 {
    margin-top: 2.667vw;
    width: 77.467vw;
  }
  .newyear .mvArea .ttlArea .period {
    margin-top: 2.667vw;
    width: 77.467vw;
  }

  .newyear .mvArea .bottomBg {
    display: flex;
  }
  .newyear .mvArea .bottomBg > p:first-child {
    width: 42.667vw;
  }
  .newyear .mvArea .bottomBg > p:nth-child(2) {
    width: 20.533vw;
  }
  .newyear .mvArea .bottomBg > p:nth-child(3) {
    width: 8.8vw;
  }
  .newyear .mvArea .bottomBg > p:last-child {
    width: 28.267vw;
  }
}

/* ancBlock */
.newyear .ancBlock {
  background-color: #f29600;
  padding: 40px 0 100px;
}
.newyear .mainLead {
  font-size: 20px;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}
.newyear .lead {
  margin-top: 15px;
  font-size: 18px;
  font-family: "BIZ UDGothic", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.newyear .anc {
  width: 680px;
  margin: 35px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
}
.newyear .anc li {
  width: 320px;
}
.newyear .anc li a {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0b6e8b;
  font-size: 20px;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  padding-left: 40px;
  position: relative;
}
.newyear .anc li a::before {
  content: "";
  width: 83px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
}
.newyear .anc li:first-child a::before {
  background: url("../../img/contents/top/anc01.png") no-repeat;
  background-size: contain;
}
.newyear .anc li:nth-child(2) a::before {
  background: url("../../img/contents/top/anc02.png") no-repeat;
  background-size: contain;
}
.newyear .anc li:nth-child(3) a::before {
  background: url("../../img/contents/top/anc03.png") no-repeat;
  background-size: contain;
}
.newyear .anc li:nth-child(4) a::before {
  background: url("../../img/contents/top/anc04.png") no-repeat;
  background-size: contain;
}
.newyear .anc li:last-child a::before {
  background: url("../../img/contents/top/anc05.png") no-repeat;
  background-size: contain;
}
.newyear .anc li a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 25px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .newyear .ancBlock {
    padding: 3.636vw 0 9.091vw;
  }
  .newyear .mainLead {
    font-size: 1.818vw;
  }
  .newyear .lead {
    margin-top: 1.364vw;
    font-size: 1.636vw;
  }
  .newyear .anc {
    width: 61.818vw;
    margin: 3.182vw auto 0;
    gap: 1.818vw 3.636vw;
  }
  .newyear .anc li {
    width: 29.091vw;
  }
  .newyear .anc li a {
    height: 6.545vw;
    font-size: 1.818vw;
    padding-left: 3.636vw;
  }
  .newyear .anc li a::before {
    width: 7.545vw;
    height: 6.545vw;
  }
  .newyear .anc li a::after {
    border-top: 1.273vw solid transparent;
    border-bottom: 1.273vw solid transparent;
    border-left: 2.273vw solid #fff;
    right: 1.818vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .ancBlock {
    padding: 8.667vw 0 24.667vw;
  }
  .newyear .mainLead {
    font-size: 6vw;
  }
  .newyear .lead {
    margin-top: 2.667vw;
    font-size: 4vw;
  }
  .newyear .anc {
    width: 58.933vw;
    margin: 6.667vw auto 0;
    display: block;
  }
  .newyear .anc li {
    width: 100%;
  }
  .newyear .anc li + li {
    margin-top: 2vw;
  }
  .newyear .anc li a {
    height: 13.2vw;
    font-size: 3.6vw;
    padding-left: 10vw;
  }
  .newyear .anc li a::before {
    width: 15.067vw;
    height: 13.2vw;
  }
  .newyear .anc li a::after {
    border-top: 2.533vw solid transparent;
    border-bottom: 2.533vw solid transparent;
    border-left: 4.533vw solid #fff;
    right: 3.333vw;
  }
}

/* luckyBag */
.newyear .luckyBag {
  background-color: #ffec84;
  padding-bottom: 45px;
}
.newyear .luckyBag .luckyBagSwiperWrapper {
  position: relative;
}
.newyear .luckyBag h2 {
  padding-top: 15px;
  width: 702px;
  margin: 0 auto;
}
.newyear .luckyBag h2::before {
  content: "";
  width: 135px;
  height: 84px;
  background: url("../../img/contents/top/luckybag/ttl_pic01.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -198px;
}
.newyear .luckyBag h2::after {
  content: "";
  width: 119px;
  height: 83px;
  background: url("../../img/contents/top/luckybag/ttl_pic02.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -198px;
}
.newyear .luckyBag .link {
  width: 325px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1100px) {
  .newyear .luckyBag {
    padding-bottom: 4.091vw;
  }
  .newyear .luckyBag h2 {
    padding-top: 1.364vw;
    width: 63.818vw;
  }
  .newyear .luckyBag h2::before {
    width: 12.273vw;
    height: 7.636vw;
    left: -18vw;
  }
  .newyear .luckyBag h2::after {
    width: 10.818vw;
    height: 7.545vw;
    right: -18vw;
  }
  .newyear .luckyBag .link {
    width: 29.545vw;
    margin: 2.727vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .newyear .luckyBag {
    padding-bottom: 7.333vw;
  }
  .newyear .luckyBag h2 {
    padding: 16vw 0 0 5.333vw;
    width: 93.067vw;
  }
  .newyear .luckyBag h2::before {
    width: 100vw;
    height: 10.8vw;
    background: url("../../img/contents/top/luckybag/ttl_pic_sp.png") no-repeat;
    background-size: contain;
    left: -2.667vw;
  }
  .newyear .luckyBag h2::after {
    content: none;
  }
  .newyear .luckyBag .link {
    width: 59.6vw;
    margin: 9.333vw auto 0;
  }
}

/* luckyBagSwiper */
.newyear .luckyBagSwiper {
  margin: 35px auto 0;
  width: 910px;
}
.newyear .luckyBagSwiper a {
  display: block;
  width: 288px;
  height: 309px;
  position: relative;
  padding: 15px 0 0 10px;
  overflow: hidden;
}
.newyear .luckyBagSwiper .luckyBag04 a {
  padding-bottom: 15px;
}
.newyear .luckyBagSwiper .luckyBag06 a {
  padding-bottom: 19px;
}
.newyear .luckyBagSwiper .luckyBag07 a {
  padding-bottom: 6px;
}
.newyear .luckyBagSwiper .luckyBag08 a {
  padding-bottom: 28px;
}
.newyear .luckyBagSwiper .luckyBag10 a {
  padding-bottom: 50px;
}
.newyear .luckyBagSwiper a.yellow {
  background-color: #ffffc0;
}
.newyear .luckyBagSwiper a.blue {
  background-color: #aedcea;
}
.newyear .luckyBagSwiper a.pink {
  background-color: #f7c8c8;
}
.newyear .luckyBagSwiper a.pink02 {
  background-color: #eccdc0;
}
.newyear .luckyBagSwiper a::after {
  content: "";
  width: 96px;
  height: 96px;
  position: absolute;
  top: 0;
  right: 0;
}
.newyear .luckyBagSwiper a.label01::after {
  background: url("../../img/contents/top/luckybag/label01.png") no-repeat;
  background-size: contain;
}
.newyear .luckyBagSwiper a.label02::after {
  background: url("../../img/contents/top/luckybag/label02.png") no-repeat;
  background-size: contain;
}
.newyear .luckyBagSwiper .shop {
  display: flex;
  line-height: 1;
}
.newyear .luckyBagSwiper .luckyBag04 .shop {
  margin-top: -35px;
}
.newyear .luckyBagSwiper .luckyBag06 .shop {
  margin-top: 5px;
}
.newyear .luckyBagSwiper .luckyBag07 .shop {
  margin-top: 5px;
}
.newyear .luckyBagSwiper .luckyBag08 .shop {
  margin-top: 20px;
}
.newyear .luckyBagSwiper .shop .floor {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding-right: 10px;
}
.newyear .luckyBagSwiper .shop .floor span {
  font-size: 12px;
}
.newyear .luckyBagSwiper .shop.orange .floor {
  color: #df6f32;
}
.newyear .luckyBagSwiper .shop.orange02 .floor {
  color: #dd5f30;
}
.newyear .luckyBagSwiper .shop.green .floor {
  color: #008a49;
}
.newyear .luckyBagSwiper .shop.pink .floor {
  color: #ce582c;
}
.newyear .luckyBagSwiper .name {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding-left: 10px;
}
.newyear .luckyBagSwiper .shop.orange .name {
  color: #df6f32;
  border-left: solid 1px #df6f32;
}
.newyear .luckyBagSwiper .shop.orange02 .name {
  color: #dd5f30;
  border-left: solid 1px #dd5f30;
}
.newyear .luckyBagSwiper .shop.green .name {
  color: #008a49;
  border-left: solid 1px #008a49;
}
.newyear .luckyBagSwiper .shop.pink .name {
  color: #ce582c;
  border-left: solid 1px #ce582c;
}
.newyear .luckyBagSwiper .luckyBag04 .shop .name {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  paint-order: stroke;
}
.newyear .luckyBagSwiper .copy {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding-right: 80px;
}
.newyear .luckyBagSwiper .copy.orange {
  color: #df6f32;
}
.newyear .luckyBagSwiper .copy.orange02 {
  color: #ce582c;
}
.newyear .luckyBagSwiper .copy.green {
  color: #008a49;
}
.newyear .luckyBagSwiper .copy.pink {
  color: #ce582c;
}
.newyear .luckyBagSwiper .luckyBag04 .copy {
  padding-right: 0;
}
.newyear .luckyBagSwiper .luckyBag05 .copy {
  padding-right: 45px;
}
.newyear .luckyBagSwiper .luckyBag06 .copy {
  padding-right: 35px;
}
.newyear .luckyBagSwiper .luckyBag07 .copy {
  padding-right: 40px;
}
.newyear .luckyBagSwiper .luckyBag10 .copy {
  padding-right: 60px;
}
.newyear .luckyBagSwiper .luckyBag11 .copy {
  padding-right: 110px;
}
.newyear .luckyBagSwiper .item {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  position: relative;
}
.newyear .luckyBagSwiper .item ul {
  list-style-type: circle;
  padding-left: 20px;
}
.newyear .luckyBagSwiper .item ul li {
  font-size: 14px;
}
.newyear .luckyBagSwiper .item ul li span {
  font-size: 12px;
  font-weight: 400;
}
.newyear .luckyBagSwiper .item .price {
  font-size: 14px;
  font-weight: 400;
}
.newyear .luckyBagSwiper .item .price .red {
  display: inline-block;
  position: relative;
  color: #ff0000;
  padding-left: 13px;
}
.newyear .luckyBagSwiper .item .price .red::before {
  content: "";
  width: 10px;
  height: 10px;
  background: url("../../img/contents/top/luckybag/arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 58%;
  left: 0;
  transform: translateY(-50%);
}
.newyear .luckyBagSwiper .item .itemNote {
  font-size: 12px;
  font-weight: 400;
}
.newyear .luckyBagSwiper .item .itemNote.indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.newyear .luckyBagSwiper .item .itemNote .red {
  color: #e50012;
}
.newyear .luckyBagSwiper .luckyBag01 .itemPic {
  width: 215px;
  margin: -30px auto 0;
  padding-bottom: 5px;
}
.newyear .luckyBagSwiper .luckyBag02 .itemPic {
  margin: -25px 0 0 5px;
  width: 273px;
}
.newyear .luckyBagSwiper .luckyBag03 .itemPic {
  width: 220px;
  margin: -95px 0 0 auto;
}
.newyear .luckyBagSwiper .luckyBag04 .itemPic {
  width: 288px;
  margin: 5px 0 0 -10px;
}
.newyear .luckyBagSwiper .luckyBag05 .itemPic {
  width: 273px;
  margin: 0px 0 0 6px;
}
.newyear .luckyBagSwiper .luckyBag06 .itemPic {
  width: 288px;
  margin: -20px 0 0 -10px;
}
.newyear .luckyBagSwiper .luckyBag07 .itemPic {
  width: 288px;
  margin: -15px 0 0 -10px;
}
.newyear .luckyBagSwiper .luckyBag08 .itemPic {
  width: 288px;
  margin: -15px 0 0 -10px;
}
.newyear .luckyBagSwiper .luckyBag09 .itemPic {
  width: 194px;
  margin: -35px 0 0 auto;
}
.newyear .luckyBagSwiper .luckyBag10 .itemPic {
  width: 287px;
  margin: -18px 0 0 -10px;
}
.newyear .luckyBagSwiper .luckyBag11 .itemPic {
  width: 200px;
  margin: -140px 0 0 auto;
}
@media screen and (max-width: 1100px) {
  .newyear .luckyBagSwiper {
    margin: 3.182vw auto 0;
    width: 82.727vw;
  }
  .newyear .luckyBagSwiper a {
    width: 26.182vw;
    height: 28.091vw;
    padding: 1.364vw 0 0 0.909vw;
  }
  .newyear .luckyBagSwiper .luckyBag04 a {
    padding-bottom: 1.364vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 a {
    padding-bottom: 1.727vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 a {
    padding-bottom: 0.545vw;
  }
  .newyear .luckyBagSwiper .luckyBag08 a {
    padding-bottom: 2.545vw;
  }
  .newyear .luckyBagSwiper .luckyBag10 a {
    padding-bottom: 4.545vw;
  }
  .newyear .luckyBagSwiper a::after {
    width: 8.727vw;
    height: 8.727vw;
  }
  .newyear .luckyBagSwiper .luckyBag04 .shop {
    margin-top: -3.182vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 .shop {
    margin-top: 0.455vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 .shop {
    margin-top: 0.455vw;
  }
  .newyear .luckyBagSwiper .luckyBag08 .shop {
    margin-top: 1.818vw;
  }
  .newyear .luckyBagSwiper .shop .floor {
    font-size: 1.455vw;
    padding-right: 0.909vw;
  }
  .newyear .luckyBagSwiper .shop .floor span {
    font-size: 1.091vw;
  }
  .newyear .luckyBagSwiper .name {
    font-size: 1.455vw;
    padding-left: 0.909vw;
  }
  .newyear .luckyBagSwiper .shop.orange .name {
    border-left: solid 0.091vw #df6f32;
  }
  .newyear .luckyBagSwiper .shop.orange02 .name {
    border-left: solid 0.091vw #dd5f30;
  }
  .newyear .luckyBagSwiper .shop.green .name {
    border-left: solid 0.091vw #008a49;
  }
  .newyear .luckyBagSwiper .shop.pink .name {
    border-left: solid 0.091vw #ce582c;
  }
  .newyear .luckyBagSwiper .luckyBag04 .shop .name {
    -webkit-text-stroke: 0.091vw #fff;
    text-stroke: 0.091vw #fff;
  }
  .newyear .luckyBagSwiper .copy {
    margin-top: 0.909vw;
    font-size: 1.273vw;
    padding-right: 7.273vw;
  }
  .newyear .luckyBagSwiper .luckyBag05 .copy {
    padding-right: 4.091vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 .copy {
    padding-right: 3.182vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 .copy {
    padding-right: 3.636vw;
  }
  .newyear .luckyBagSwiper .luckyBag10 .copy {
    padding-right: 5.455vw;
  }
  .newyear .luckyBagSwiper .luckyBag11 .copy {
    padding-right: 10vw;
  }
  .newyear .luckyBagSwiper .item {
    font-size: 1.455vw;
  }
  .newyear .luckyBagSwiper .item ul {
    padding-left: 1.818vw;
  }
  .newyear .luckyBagSwiper .item ul li {
    font-size: 1.273vw;
  }
  .newyear .luckyBagSwiper .item ul li span {
    font-size: 1.091vw;
  }
  .newyear .luckyBagSwiper .item .price {
    font-size: 1.273vw;
  }
  .newyear .luckyBagSwiper .item .price .red {
    padding-left: 1.182vw;
  }
  .newyear .luckyBagSwiper .item .price .red::before {
    width: 0.909vw;
    height: 0.909vw;
  }
  .newyear .luckyBagSwiper .item .itemNote {
    font-size: 1.091vw;
  }
  .newyear .luckyBagSwiper .luckyBag01 .itemPic {
    width: 19.545vw;
    margin: -2.727vw auto 0;
    padding-bottom: 0.455vw;
  }
  .newyear .luckyBagSwiper .luckyBag02 .itemPic {
    margin: -2.273vw 0 0 0.455vw;
    width: 24.818vw;
  }
  .newyear .luckyBagSwiper .luckyBag03 .itemPic {
    width: 20vw;
    margin: -8.636vw 0 0 auto;
  }
  .newyear .luckyBagSwiper .luckyBag04 .itemPic {
    width: 26.182vw;
    margin: 0.455vw 0 0 -0.909vw;
  }
  .newyear .luckyBagSwiper .luckyBag05 .itemPic {
    width: 24.818vw;
    margin: 0 0 0 0.545vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 .itemPic {
    width: 26.182vw;
    margin: -1.818vw 0 0 -0.909vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 .itemPic {
    width: 26.182vw;
    margin: -1.364vw 0 0 -0.909vw;
  }
  .newyear .luckyBagSwiper .luckyBag08 .itemPic {
    width: 26.182vw;
    margin: -1.364vw 0 0 -0.909vw;
  }
  .newyear .luckyBagSwiper .luckyBag09 .itemPic {
    width: 17.636vw;
    margin: -3.182vw 0 0 auto;
  }
  .newyear .luckyBagSwiper .luckyBag10 .itemPic {
    width: 26.091vw;
    margin: -1.636vw 0 0 -0.909vw;
  }
  .newyear .luckyBagSwiper .luckyBag11 .itemPic {
    width: 18.182vw;
    margin: -12.727vw 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .newyear .luckyBagSwiper {
    margin-top: 4.667vw;
    width: 100%;
  }
  .newyear .luckyBagSwiper a {
    width: 64.4vw;
    height: 69.333vw;
    padding: 2.667vw 0 0 2vw;
  }
  .newyear .luckyBagSwiper .luckyBag04 a {
    padding-bottom: 2vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 a {
    padding-bottom: 2.533vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 a {
    padding-bottom: 0.8vw;
  }
  .newyear .luckyBagSwiper .luckyBag08 a {
    padding-bottom: 3.733vw;
  }
  .newyear .luckyBagSwiper .luckyBag10 a {
    padding-bottom: 6.667vw;
  }
  .newyear .luckyBagSwiper a::after {
    width: 22.133vw;
    height: 22.133vw;
  }
  .newyear .luckyBagSwiper .luckyBag04 .shop {
    margin-top: -7.467vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 .shop {
    margin-top: 0.667vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 .shop {
    margin-top: 0.667vw;
  }
  .newyear .luckyBagSwiper .luckyBag08 .shop {
    margin-top: 2.667vw;
  }
  .newyear .luckyBagSwiper .shop .floor {
    font-size: 3.6vw;
    padding-right: 2vw;
  }
  .newyear .luckyBagSwiper .shop .floor span {
    font-size: 2.667vw;
  }
  .newyear .luckyBagSwiper .name {
    font-size: 3.6vw;
    padding-left: 2vw;
  }
  .newyear .luckyBagSwiper .shop.orange .name {
    border-left: solid 0.133vw #df6f32;
  }
  .newyear .luckyBagSwiper .shop.orange02 .name {
    border-left: solid 0.133vw #dd5f30;
  }
  .newyear .luckyBagSwiper .shop.green .name {
    border-left: solid 0.133vw #008a49;
  }
  .newyear .luckyBagSwiper .shop.pink .name {
    border-left: solid 0.133vw #ce582c;
  }
  .newyear .luckyBagSwiper .luckyBag04 .shop .name {
    -webkit-text-stroke: 0.133vw #fff;
    text-stroke: 0.133vw #fff;
  }
  .newyear .luckyBagSwiper .copy {
    margin-top: 1.333vw;
    font-size: 2.933vw;
    padding-right: 17.333vw;
  }
  .newyear .luckyBagSwiper .luckyBag04 .copy {
    padding-right: 0;
  }
  .newyear .luckyBagSwiper .luckyBag05 .copy {
    padding-right: 13.333vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 .copy {
    padding-right: 2.667vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 .copy {
    padding-right: 5.333vw;
  }
  .newyear .luckyBagSwiper .luckyBag10 .copy {
    padding-right: 8vw;
  }
  .newyear .luckyBagSwiper .luckyBag11 .copy {
    padding-right: 26.667vw;
  }
  .newyear .luckyBagSwiper .item {
    font-size: 3.6vw;
  }
  .newyear .luckyBagSwiper .item ul {
    padding-left: 4vw;
  }
  .newyear .luckyBagSwiper .item ul li {
    font-size: 3.2vw;
  }
  .newyear .luckyBagSwiper .item ul li span {
    font-size: 2.667vw;
  }
  .newyear .luckyBagSwiper .item .price {
    font-size: 3.333vw;
  }
  .newyear .luckyBagSwiper .item .price .red {
    padding-left: 2.667vw;
  }
  .newyear .luckyBagSwiper .item .price .red::before {
    width: 2.267vw;
    height: 2.133vw;
    top: 58%;
  }
  .newyear .luckyBagSwiper .item .itemNote {
    font-size: 2.667vw;
  }
  .newyear .luckyBagSwiper .luckyBag01 .itemPic {
    width: 50.8vw;
    margin: -6.667vw auto 0;
    padding-bottom: 0.667vw;
  }
  .newyear .luckyBagSwiper .luckyBag02 .itemPic {
    margin: -6.133vw 0 0 -2vw;
    width: 64.4vw;
  }
  .newyear .luckyBagSwiper .luckyBag03 .itemPic {
    width: 51.467vw;
    margin: -21.067vw 0 0 auto;
  }
  .newyear .luckyBagSwiper .luckyBag04 .itemPic {
    width: 64.4vw;
    margin: 2vw 0 0 -2vw;
  }
  .newyear .luckyBagSwiper .luckyBag05 .itemPic {
    width: 64.4vw;
    margin: 0px 0 0 -2vw;
  }
  .newyear .luckyBagSwiper .luckyBag06 .itemPic {
    width: 64.4vw;
    margin: -2.667vw 0 0 -2vw;
  }
  .newyear .luckyBagSwiper .luckyBag07 .itemPic {
    width: 64.4vw;
    margin: -2.667vw 0 0 -2vw;
  }
  .newyear .luckyBagSwiper .luckyBag08 .itemPic {
    width: 64.4vw;
    margin: -2.667vw 0 0 -2vw;
  }
  .newyear .luckyBagSwiper .luckyBag09 .itemPic {
    width: 42.933vw;
    margin: -7.333vw 0 0 auto;
  }
  .newyear .luckyBagSwiper .luckyBag10 .itemPic {
    width: 64.4vw;
    margin: -3.6vw 0 0 -2vw;
  }
  .newyear .luckyBagSwiper .luckyBag11 .itemPic {
    width: 45.6vw;
    margin: -29.867vw 0 0 auto;
  }
}

/* swiper */
.luckyBagSwiper .swiper-pagination {
  display: flex;
  gap: 0 15px;
  justify-content: center;
  text-align: center;
  position: static;
  margin-top: 25px;
}
.luckyBagSwiper .swiper-pagination-bullet {
  width: 70px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
  transition: .8s cubic-bezier(.2, 1, .2, 1);
  vertical-align: top;
  background-color: #acd5e0;
  border-radius: 0;
  opacity: 1;
}
.luckyBagSwiper .swiper-pagination-bullet-active {
 background-color: #0b6e8b;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.luckyBag .swiper-prev,
.luckyBag .swiper-next {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 39%;
	z-index: 10;
	cursor: pointer;
}
.luckyBag .swiper-prev {
	left: 30px;
}
.luckyBag .swiper-next {
	right: 30px;
}
@media screen and (max-width: 1100px) {
  .luckyBagSwiper .swiper-pagination {
    gap: 0 1.364vw;
    margin-top: 2.273vw;
  }
  .luckyBagSwiper .swiper-pagination-bullet {
    width: 6.364vw;
    height: 1.091vw;
  }
  .luckyBag .swiper-prev,
  .luckyBag .swiper-next {
    width: 3.909vw;
    height: 3.909vw;
  }
  .luckyBag .swiper-prev {
    left: 2.727vw;
  }
  .luckyBag .swiper-next {
    right: 2.727vw;
  }
}
@media screen and (max-width: 767px) {
  .luckyBagSwiper .swiper-pagination {
    gap: 0 1.333vw;
    margin-top: 8vw;
  }
  .luckyBagSwiper .swiper-pagination-bullet {
    width: 7.467vw;
    height: 1.067vw;
  }
  .luckyBag .swiper-prev,
  .luckyBag .swiper-next {
    width: 7.2vw;
    height: 7.2vw;
  }
  .luckyBag .swiper-prev {
    left: 7.067vw;
  }
  .luckyBag .swiper-next {
    right: 7.067vw;
  }
}

/* lunchBox */
.newyear .lunchBox {
  padding: 60px 0 90px;
}
.newyear .lunchBox h2 {
  width: 500px;
  margin: 0 auto;
}
.newyear .lunchBox .lunchBoxCont {
  margin-top: 60px;
  position: relative;
}
.newyear .lunchBox .ttlArea {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 10px;
  position: absolute;
  top: -30px;
  right: 70px;
  height: 100%;
}
.newyear .lunchBox .ttlArea h3 {
  width: 26px;
  position: relative;
}
.newyear .lunchBox .ttlArea h3::after {
  content: "";
  width: 1px;
  height: 94%;
  background-color: #bd8e60;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.newyear .lunchBox .ttlArea .contLead {
  margin-top: 40px;
  font-size: 20px;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #bd8e60;
}
.newyear .lunchBox .itemBox a {
  display: block;
}
.newyear .lunchBox .txtBox {
  text-align: left;
}
.newyear .lunchBox .txtBox .shop {
  display: flex;
  align-items: center;
  line-height: 1;
}
.newyear .lunchBox .txtBox .floor {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #bd8e60;
  padding-right: 10px;
}
.newyear .lunchBox .txtBox .floor span {
  font-size: 16px;
}
.newyear .lunchBox .txtBox .name {
  font-size: 22px;
  font-weight: 700;
  color: #bd8e60;
  border-left: solid 1px #fcdc8e;
  padding-left: 10px;
}
.newyear .lunchBox .txtBox .item {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
}
.newyear .lunchBox .txtBox .item .price {
  font-size: 20px;
  font-weight: 400;
}
.newyear .lunchBox .txtBox .item .itemNote {
  font-size: 16px;
  font-weight: 400;
}
.newyear .lunchBox .txtBox .itemTxt {
  font-size: 17px;
}
@media screen and (max-width: 1100px) {
  .newyear .lunchBox {
    padding: 5.455vw 0 8.182vw;
  }
  .newyear .lunchBox h2 {
    width: 45.455vw;
  }
  .newyear .lunchBox .lunchBoxCont {
    margin-top: 5.455vw;
  }
  .newyear .lunchBox .ttlArea {
    gap: 0 0.909vw;
    top: -2.727vw;
    right: 6.364vw;
    height: 100%;
  }
  .newyear .lunchBox .ttlArea h3 {
    width: 2.364vw;
  }
  .newyear .lunchBox .ttlArea h3::after {
    width: 0.091vw;
    bottom: -2.273vw;
  }
  .newyear .lunchBox .ttlArea .contLead {
    margin-top: 3.636vw;
    font-size: 1.818vw;
  }
  .newyear .lunchBox .txtBox .floor {
    font-size: 2vw;
    padding-right: 0.909vw;
  }
  .newyear .lunchBox .txtBox .floor span {
    font-size: 1.455vw;
  }
  .newyear .lunchBox .txtBox .name {
    font-size: 2vw;
    border-left: solid 0.091vw #fcdc8e;
    padding-left: 0.909vw;
  }
  .newyear .lunchBox .txtBox .item {
    margin-top: 0.455vw;
    font-size: 2vw;
  }
  .newyear .lunchBox .txtBox .item .price {
    font-size: 1.818vw;
  }
  .newyear .lunchBox .txtBox .item .itemNote {
    font-size: 1.455vw;
  }
  .newyear .lunchBox .txtBox .itemTxt {
    font-size: 1.545vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .lunchBox {
    padding: 8vw 0 2.667vw;
  }
  .newyear .lunchBox h2 {
    width: 80%;
  }
  .newyear .lunchBox .lunchBoxCont {
    margin-top: 14vw;
  }
  .newyear .lunchBox .ttlArea {
    gap: 0 1.333vw;
    top: -13.333vw;
    right: 4vw;
  }
  .newyear .lunchBox .ttlArea h3 {
    width: 4.533vw;
  }
  .newyear .lunchBox .ttlArea h3::after {
    width: 0.267vw;
    height: 99.5%;
    bottom: -15.333vw;
  }
  .newyear .lunchBox .ttlArea .contLead {
    margin-top: 6.667vw;
    font-size: 3.333vw;
  }
  .newyear .lunchBox .txtBox .floor {
    font-size: 3.6vw;
    padding-right: 1.333vw;
  }
  .newyear .lunchBox .txtBox .floor span {
    font-size: 2.667vw;
  }
  .newyear .lunchBox .txtBox .name {
    font-size: 3.6vw;
    border-left: solid 0.133vw #fcdc8e;
    padding-left: 1.333vw;
  }
  .newyear .lunchBox .txtBox .item {
    margin-top: 0.667vw;
    font-size: 3.6vw;
  }
  .newyear .lunchBox .txtBox .item .price {
    font-size: 3.333vw;
  }
  .newyear .lunchBox .txtBox .item .itemNote {
    font-size: 2.667vw;
  }
  .newyear .lunchBox .txtBox .itemTxt {
    font-size: 2.933vw;
  }
}

/* itemBox01 */
.newyear .lunchBox .itemBox01 {
  display: flex;
  position: relative;
  margin-left: 105px;
}
.newyear .lunchBox .itemBox01 .itemPic {
  width: 413px;
}
.newyear .lunchBox .itemBox01 .aniPic01 {
  width: 42px;
}
.newyear .lunchBox .itemBox01 .txtBox {
  width: 307px;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* itemBlock01 */
.newyear .lunchBox .itemBlock01 {
  margin: 70px 0 0 60px;
  display: flex;
  gap: 0 35px;
}
.newyear .lunchBox .itemBox02 {
  width: 379px;
} 
.newyear .lunchBox .itemBox02 .txtBox {
  margin-top: 10px;
}
.newyear .lunchBox .itemBox03 {
  margin-top: 25px;
  width: 504px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
} 
.newyear .lunchBox .itemBox03 .shop {
  justify-content: flex-end;
}
.newyear .lunchBox .itemBox03 .txtBox {
  width: 214px;
  text-align: right;
}
.newyear .lunchBox .itemBox03 .aniPic01 {
  margin-top: 15px;
}
.newyear .lunchBox .itemBox03 .itemPic {
  width: 274px;
}

/* itemBlock02 */
.newyear .lunchBox .itemBlock02 {
  margin: 50px 0 0 60px;
  display: flex;
  gap: 0 40px;
}
.newyear .lunchBox .itemBox04 {
  width: 380px;
}
.newyear .lunchBox .itemBlock02 .aniPic01 {
  width: 83px;
}
.newyear .lunchBox .itemBox04 .itemPic {
  width: 317px;
}
.newyear .lunchBox .itemBox04 .txtBox {
  margin-top: 10px;
}
.newyear .lunchBox .itemBox05 {
  width: 365px;
}
.newyear .lunchBox .itemBox05 .itemPic {
  width: 330px;
}
.newyear .lunchBox .itemBox05 .txtBox {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  /* itemBox01 */
  .newyear .lunchBox .itemBox01 {
    margin-left: 9.545vw;
  }
  .newyear .lunchBox .itemBox01 .itemPic {
    width: 37.545vw;
  }
  .newyear .lunchBox .itemBox01 .aniPic01 {
    width: 3.818vw;
  }
  .newyear .lunchBox .itemBox01 .txtBox {
    width: 27.909vw;
    margin-left: 1.364vw;
  }

  /* itemBlock01 */
  .newyear .lunchBox .itemBlock01 {
    margin: 6.364vw 0 0 5.455vw;
    gap: 0 3.182vw;
  }
  .newyear .lunchBox .itemBox02 {
    width: 34.455vw;
  } 
  .newyear .lunchBox .itemBox02 .txtBox {
    margin-top: 0.909vw;
  }
  .newyear .lunchBox .itemBox03 {
    margin-top: 2.273vw;
    width: 45.818vw;
  } 
  .newyear .lunchBox .itemBox03 .txtBox {
    width: 19.455vw;
  }
  .newyear .lunchBox .itemBox03 .aniPic01 {
    margin-top: 1.364vw;
  }
  .newyear .lunchBox .itemBox03 .itemPic {
    width: 24.909vw;
  }

  /* itemBlock02 */
  .newyear .lunchBox .itemBlock02 {
    margin: 4.545vw 0 0 5.455vw;
    gap: 0 3.636vw;
  }
  .newyear .lunchBox .itemBox04 {
    width: 34.545vw;
  }
  .newyear .lunchBox .itemBlock02 .aniPic01 {
    width: 7.545vw;
  }
  .newyear .lunchBox .itemBox04 .itemPic {
    width: 28.818vw;
  }
  .newyear .lunchBox .itemBox04 .txtBox {
    margin-top: 0.909vw;
  }
  .newyear .lunchBox .itemBox05 {
    width: 33.182vw;
  }
  .newyear .lunchBox .itemBox05 .itemPic {
    width: 30vw;
  }
  .newyear .lunchBox .itemBox05 .txtBox {
    margin-top: 0.909vw;
  }
}
@media screen and (max-width: 767px) {
  /* itemBox01 */
  .newyear .lunchBox .itemBox01 {
    flex-wrap: wrap;
    margin-left: 0;
  }
  .newyear .lunchBox .itemBox01 .itemPic {
    width: 68.267vw;
  }
  .newyear .lunchBox .itemBox01 .aniPic01 {
    width: 6.933vw;
  }
  .newyear .lunchBox .itemBox01 .txtBox {
    width: 71%;
    margin-top: 1.333vw;
    margin-left: 6.933vw;
    display: block;
  }
  .newyear .lunchBox .itemBox01 .aniPic02 {
    width: 45.867vw;
    margin: 0 -12vw 0 auto;
  }

  /* itemBlock01 */
  .newyear .lunchBox .itemBlock01 {
    margin: 1.733vw 0;
    flex-direction: column-reverse;
    gap: 0 3.333vw;
  }
  .newyear .lunchBox .itemBox02 {
    width: 100%;
    display: flex;
    gap: 0 6.667vw;
    margin: 2.667vw 0 0 4.8vw;
  } 
  .newyear .lunchBox .itemBox02 .itemPic {
    width: 63.067vw;
  }
  .newyear .lunchBox .itemBox02 .txtBox {
    margin-top: 1.333vw;
  }
  .newyear .lunchBox .itemBox02 .aniPic01 {
    width: 12.533vw;
  }
  .newyear .lunchBox .itemBox03 {
    margin: 0 0 0 4.8vw;
    width: 100%;
    justify-content: flex-start;
    gap: 0 1.333vw;
  } 
  .newyear .lunchBox .itemBox03 .txtBox {
    width: 36.667vw;
  }
  .newyear .lunchBox .itemBox03 .aniPic01 {
    margin-top: 8.533vw;
    margin-right: 0.667vw;
  }
  .newyear .lunchBox .itemBox03 .itemPic {
    width: 45.467vw;
  }

  /* itemBlock02 */
  .newyear .lunchBox .itemBlock02 {
    margin: 2.667vw 0 0 0;
    display: block;
  }
  .newyear .lunchBox .itemBox04 {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 0 2vw;
    margin-left: 4.8vw;
  }
  .newyear .lunchBox .itemBox04 .itemPic {
    width: 46.4vw;
  }
  .newyear .lunchBox .itemBox04 .txtBox {
    margin-top: 0;
    width: 35%;
    text-align: right;
  }
  .newyear .lunchBox .itemBox04 .txtBox .shop.notDf {
    display: block;
  }
  .newyear .lunchBox .itemBox04 .floor {
    border-right: solid 0.133vw #fcdc8e;
    justify-content: flex-end;
  }
  .newyear .lunchBox .itemBox04 .name {
    border-left: none;
    line-height: 1.2;
  }
  .newyear .lunchBox .itemBox05 {
    width: 100%;
    margin: 4vw 0 0 4.8vw;
    position: relative;
  }
  .newyear .lunchBox .itemBox05 .itemPic {
    width: 52.667vw;
  }
  .newyear .lunchBox .itemBox05 .txtBox {
    margin-top: 1.333vw;
  }
  .newyear .lunchBox .itemBox05 .aniPic01 {
    width: 25.867vw;
    position: absolute;
    top: 16vw;
    left: 56vw;
  }
}

/* restaurant */
.newyear .restaurant {
  padding-top: 30px;
}
.newyear .restaurant .restaurantCont {
  position: relative;
}
.newyear .restaurant .ttlArea {
  display: flex;
  gap: 0 10px;
  position: absolute;
  top: -30px;
  left: 95px;
  height: 100%;
}
.newyear .restaurant .ttlArea h3 {
  width: 26px;
  position: relative;
}
.newyear .restaurant .ttlArea h3::after {
  content: "";
  width: 1px;
  height: 94.3%;
  background-color: #bd8e60;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.newyear .restaurant .ttlArea .contLead {
  margin-top: 38px;
  font-size: 20px;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  text-align: left;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #bd8e60;
}
.newyear .restaurant .restaurantBox a {
  display: block;
}
.newyear .restaurant .txtBox {
  text-align: left;
}
.newyear .restaurant .shop {
  display: flex;
  align-items: center;
  line-height: 1;
}
.newyear .restaurant .floor {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #bd8e60;
  padding-right: 10px;
}
.newyear .restaurant .floor span {
  font-size: 16px;
}
.newyear .restaurant .name {
  font-size: 22px;
  font-weight: 700;
  color: #bd8e60;
  border-left: solid 1px #fcdc8e;
  padding-left: 10px;
}
.newyear .restaurant .name span {
  font-size: 13px;
  font-weight: 700;
  color: #bd8e60;
}
.newyear .restaurant .txtBox .menu {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 700;
}
.newyear .restaurant .txtBox .menu .price {
  font-size: 20px;
  font-weight: 400;
}
.newyear .restaurant .txtBox .menuTxt {
  font-size: 17px;
}
.newyear .restaurant .txtBox .menuNote {
  font-size: 12px;
}
@media screen and (max-width: 1100px) {
  .newyear .restaurant {
    padding-top: 2.727vw;
  }
  .newyear .restaurant .ttlArea {
    gap: 0 0.909vw;
    top: -2.727vw;
    left: 8.636vw;
    height: 100%;
  }
  .newyear .restaurant .ttlArea h3 {
    width: 2.364vw;
  }
  .newyear .restaurant .ttlArea h3::after {
    width: 0.091vw;
    bottom: -8.182vw;
  }
  .newyear .restaurant .ttlArea .contLead {
    margin-top: 3.455vw;
    font-size: 1.818vw;
  }
  .newyear .restaurant .floor {
    font-size: 2vw;
    padding-right: 0.909vw;
  }
  .newyear .restaurant .floor span {
    font-size: 1.455vw;
  }
  .newyear .restaurant .name {
    font-size: 2vw;
    border-left: solid 0.091vw #fcdc8e;
    padding-left: 0.909vw;
  }
  .newyear .restaurant .name span {
    font-size: 1.182vw;
  }
  .newyear .restaurant .txtBox .menu {
    margin-top: 0.455vw;
    font-size: 2vw;
  }
  .newyear .restaurant .txtBox .menu .price {
    font-size: 1.818vw;
  }
  .newyear .restaurant .txtBox .menuTxt {
    font-size: 1.545vw;
  }
  .newyear .restaurant .txtBox .menuNote {
    font-size: 1.091vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .restaurant {
    padding-top: 10.667vw;
  }
  .newyear .restaurant .ttlArea {
    display: flex;
    gap: 0 1.333vw;
    top: -4vw;
    left: 4.8vw;
  }
  .newyear .restaurant .ttlArea h3 {
    width: 4.267vw;
  }
  .newyear .restaurant .ttlArea h3::after {
    width: 0.267vw;
    height: 94%;
    bottom: -4.667vw;
  }
  .newyear .restaurant .ttlArea .contLead {
    margin-top: 6.267vw;
    font-size: 3.333vw;
  }
  .newyear .restaurant .floor {
    font-size: 3.6vw;
    padding-right: 1.333vw;
  }
  .newyear .restaurant .floor span {
    font-size: 2.667vw;
  }
  .newyear .restaurant .name {
    font-size: 3.6vw;
    border-left: solid 0.133vw #fcdc8e;
    padding-left: 1.333vw;
  }
  .newyear .restaurant .name span {
    font-size: 3.6vw;
  }
  .newyear .restaurant .txtBox .menu {
    margin-top: 0.667vw;
    font-size: 3.6vw;
  }
  .newyear .restaurant .txtBox .menu .price {
    font-size: 3.333vw;
  }
  .newyear .restaurant .txtBox .menuTxt {
    font-size: 2.933vw;
  }
  .newyear .restaurant .txtBox .menuNote {
    font-size: 2.667vw;
  }
}

/* restaurantBox01 */
.newyear .restaurant .restaurantBox01 {
  margin-left: 240px;
  display: flex;
  gap: 0 20px;
}
.newyear .restaurant .restaurantBox01 .restaurantPic {
  width: 440px;
}
.newyear .restaurant .restaurantBox01 .txtBox {
  width: 39%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.newyear .restaurant .restaurantBox01 .aniPic01 {
  width: 108px;
}

/* restaurantBlock01 */
.newyear .restaurant .restaurantBlock01 {
  margin: 60px 45px 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
}

/* restaurantBox02 */
.newyear .restaurant .restaurantBox02 {
  width: 380px;
}
.newyear .restaurant .restaurantBox02 .shop {
  margin-top: 10px;
}

/* restaurantBox03 */
.newyear .restaurant .restaurantBox03 {
  width: 436px;
  position: relative;
}
.newyear .restaurant .restaurantBox03 .picBox {
  position: relative;
}
.newyear .restaurant .restaurantBox03 .shop {
  position: absolute;
  top: 10px;
  right: 10px;
}
.newyear .restaurant .restaurantBox03 .floor {
  color: #fff;
}
.newyear .restaurant .restaurantBox03 .name {
  color: #fff;
  border-left: solid 1px #fff;
}
.newyear .restaurant .restaurantBox03 .txtBox {
  margin-top: 5px;
}
.newyear .restaurant .restaurantBox03 .aniPic01 {
  width: 103px;
  position: absolute;
  bottom: -15px;
  right: -45px;
}

/* restaurantBox04 */
.newyear .restaurant .restaurantBox04 {
  margin: 50px 0 0 160px;
  display: flex;
  gap: 0 15px;
}
.newyear .restaurant .restaurantBox04 .restaurantPic {
  width: 386px;
}
.newyear .restaurant .restaurantBox04 .aniPic01 {
  width: 106px;
}
.newyear .restaurant .restaurantBox04 .shop {
  margin-top: 15px;
}

/* restaurantBlock02 */
.newyear .restaurant .restaurantBlock02 {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
  gap: 0 30px;
}

/* restaurantBox05 */
.newyear .restaurant .restaurantBox05 {
  width: 385px;
}

/* restaurantBox06 */
.newyear .restaurant .restaurantBox06 {
  width: 535px;
  position: relative;
}
.newyear .restaurant .restaurantBox06 .txtBox {
  position: absolute;
  top: 15px;
  left: 20px;
}
.newyear .restaurant .restaurantBox06 .menu {
  margin-top: 275px;
  color: #fff;
}
.newyear .restaurant .restaurantBox06 .price {
  color: #fff;
}
.newyear .restaurant .restaurantBox06 .menuTxt {
  color: #fff;
  width: 95%;
}
@media screen and (max-width: 1100px) {
  /* restaurantBox01 */
  .newyear .restaurant .restaurantBox01 {
    margin-left: 21.818vw;
    gap: 0 1.818vw;
  }
  .newyear .restaurant .restaurantBox01 .restaurantPic {
    width: 40vw;
  }
  .newyear .restaurant .restaurantBox01 .aniPic01 {
    width: 9.818vw;
  }

  /* restaurantBlock01 */
  .newyear .restaurant .restaurantBlock01 {
    margin: 5.455vw 4.091vw 0 auto;
    gap: 0 3.636vw;
  }

  /* restaurantBox02 */
  .newyear .restaurant .restaurantBox02 {
    width: 34.545vw;
  }
  .newyear .restaurant .restaurantBox02 .shop {
    margin-top: 0.909vw;
  }

  /* restaurantBox03 */
  .newyear .restaurant .restaurantBox03 {
    width: 39.636vw;
  }
  .newyear .restaurant .restaurantBox03 .shop {
    top: 0.909vw;
    right: 0.909vw;
  }
  .newyear .restaurant .restaurantBox03 .name {
    border-left: solid 0.091vw #fff;
  }
  .newyear .restaurant .restaurantBox03 .txtBox {
    margin-top: 0.455vw;
  }
  .newyear .restaurant .restaurantBox03 .aniPic01 {
    width: 9.364vw;
    bottom: -1.364vw;
    right: -4.091vw;
  }

  /* restaurantBox04 */
  .newyear .restaurant .restaurantBox04 {
    margin: 4.545vw 0 0 14.545vw;
    display: flex;
    gap: 0 1.364vw;
  }
  .newyear .restaurant .restaurantBox04 .restaurantPic {
    width: 35.091vw;
  }
  .newyear .restaurant .restaurantBox04 .aniPic01 {
    width: 9.636vw;
  }
  .newyear .restaurant .restaurantBox04 .shop {
    margin-top: 1.364vw;
  }

  /* restaurantBlock02 */
  .newyear .restaurant .restaurantBlock02 {
    margin-top: 5.455vw;
    display: flex;
    justify-content: flex-end;
    gap: 0 2.727vw;
  }

  /* restaurantBox05 */
  .newyear .restaurant .restaurantBox05 {
    width: 35vw;
  }

  /* restaurantBox06 */
  .newyear .restaurant .restaurantBox06 {
    width: 48.636vw;
    position: relative;
  }
  .newyear .restaurant .restaurantBox06 .txtBox {
    position: absolute;
    top: 1.364vw;
    left: 1.818vw;
  }
  .newyear .restaurant .restaurantBox06 .menu {
    margin-top: 25vw;
    color: #fff;
  }
  .newyear .restaurant .restaurantBox06 .price {
    color: #fff;
  }
  .newyear .restaurant .restaurantBox06 .menuTxt {
    color: #fff;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  /* restaurantBox01 */
  .newyear .restaurant .restaurantBox01 {
    margin-left: auto;
    width: 72.8vw;
    display: block;
  }
  .newyear .restaurant .restaurantBox01 .restaurantPic {
    width: 100%;
  }
  .newyear .restaurant .restaurantBox01 .txtBox {
    margin-top: 2vw;
    width: 100%;
    flex-direction: row;
  }
  .newyear .restaurant .restaurantBox01 .box {
    width: 73%;
  }
  .newyear .restaurant .restaurantBox01 .aniPic01 {
    width: 14.4vw;
    margin-right: 1.333vw;
  }

  /* restaurantBlock01 */
  .newyear .restaurant .restaurantBlock01 {
    margin: 2vw 0 0 8.667vw;
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 2.667vw 0;
  }

  /* restaurantBox02 */
  .newyear .restaurant .restaurantBox02 {
    padding-left: 20.667vw;
    width: 100%;
    position: relative;
  }
  .newyear .restaurant .restaurantBox02 .restaurantPic {
    width: 62.933vw;
  }
  .newyear .restaurant .restaurantBox02 .shop {
    margin-top: 1.333vw;
  }
  .newyear .restaurant .restaurantBox02 .aniPic01 {
    width: 17.2vw;
    position: absolute;
    top: 17.333vw;
    left: 1.333vw;
  }
  .newyear .restaurant .restaurantBox02 .txtBox {
    width: 91%;
  }

  /* restaurantBox03 */
  .newyear .restaurant .restaurantBox03 {
    width: 100%;
  }
  .newyear .restaurant .restaurantBox03 .picBox {
    width: 72.133vw;
  }
  .newyear .restaurant .restaurantBox03 .shop {
    top: 2.667vw;
    right: 1.333vw;
  }
  .newyear .restaurant .restaurantBox03 .name {
    border-left: solid 0.133vw #fff;
  }
  .newyear .restaurant .restaurantBox03 .txtBox {
    margin-top: 0.667vw;
  }
  .newyear .restaurant .restaurantBox03 .aniPic01 {
    width: 13.733vw;
    position: absolute;
    bottom: -2vw;
    right: -6vw;
  }

  /* restaurantBox04 */
  .newyear .restaurant .restaurantBox04 {
    margin: 2vw 1.333vw 0 11.333vw;
    gap: 0 1.333vw;
  }
  .newyear .restaurant .restaurantBox04 .restaurantPic {
    width: 51.6vw;
  }
  .newyear .restaurant .restaurantBox04 .txtBox {
    width: 36%;
  }
  .newyear .restaurant .restaurantBox04 .aniPic01 {
    margin: -5.333vw 0 0 auto;
    width: 17.6vw;
  }
  .newyear .restaurant .restaurantBox04 .shop {
    margin-top: 4vw;
  }

  /* restaurantBlock02 */
  .newyear .restaurant .restaurantBlock02 {
    margin-top: 2.667vw;
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 2.667vw 0;
  }

  /* restaurantBox05 */
  .newyear .restaurant .restaurantBox05 {
    width: 100%;
    margin-left: 11.333vw;
    position: relative;
  }
  .newyear .restaurant .restaurantBox05 .restaurantPic {
    width: 62.8vw;
  }
  .newyear .restaurant .restaurantBox05 .txtBox {
    margin-top: 1.333vw;
  }
  .newyear .restaurant .restaurantBox05 .aniPic01 {
    width: 17.067vw;
    position: absolute;
    top: 0;
    left: 64.667vw;
  }

  /* restaurantBox06 */
  .newyear .restaurant .restaurantBox06 {
    width: 88.4vw;
    margin-left: 11.333vw;
  }
  .newyear .restaurant .restaurantBox06 .txtBox {
    top: 2vw;
    left: 2.667vw;
  }
  .newyear .restaurant .restaurantBox06 .menu {
    margin-top: 46.667vw;
  }
  .newyear .restaurant .restaurantBox06 .menuTxt {
    width: 92%;
  }
}

/* flipAni */
.newyear .flipAni {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  background-color: #fff;
}

/* gift */
.newyear .gift {
  margin-top: 280px;
  position: relative;
  background-color: #a6dedd;
  padding: 30px 0 80px;
}
.newyear .gift::before {
  content: "";
  width: 1102px;
  height: 287px;
  background: url("../../img/contents/top/gift/bg.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
}
.newyear .gift h2 {
  width: 491px;
  margin: 0 auto;
}
.newyear .gift .giftSwiperWrapper {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .newyear .gift {
    margin-top: 25.455vw;
    padding: 2.727vw 0 7.273vw;
  }
  .newyear .gift::before {
    width: 100.182vw;
    height: 26.091vw;
    top: -18.182vw;
  }
  .newyear .gift h2 {
    width: 44.636vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .gift {
    margin-top: 40vw;
    padding: 0 0 11.333vw;
  }
  .newyear .gift::before {
    width: 100vw;
    height: 24.267vw;
    background: url("../../img/contents/top/gift/bg_sp.png") no-repeat;
    background-size: contain;
    top: -22.667vw;
  }
  .newyear .gift h2 {
    width: 81.6vw;
    position: relative;
  }
}
 
/* giftSwiper */
.newyear .giftSwiper {
  margin-top: 60px;
  padding: 0 116px;
}
.newyear .giftSwiper .swiper-slide a {
  width: 424px;
  height: 567px;
  display: block;
  background-color: #ffec84;
  padding: 40px 20px 20px;
}
.newyear .giftSwiper .floor {
  font-size: 22px;
  font-weight: 700;
  color: #0080c1;
  position: relative;
}
.newyear .giftSwiper .floor span {
  font-size: 16px;
}
.newyear .giftSwiper .floor::after {
  content: "";
  width: 31px;
  height: 2px;
  background-color: #86cccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.newyear .giftSwiper .shop {
  font-size: 20px;
  font-weight: 700;
  color: #0080c1;
}
.newyear .giftSwiper .giftBox {
  margin-top: 5px;
  background-color: #fff;
  width: 384px;
  height: 438px;
  position: relative;
}
.newyear .giftSwiper .giftBox::before {
  content: "";
  width: 253px;
  height: 83px;
  background: url("../../img/contents/top/gift/bag01.png")no-repeat;
  background-size: contain;
  position: absolute;
  top: -82px;
  left: 50%;
  transform: translateX(-50%);
}
.newyear .giftSwiper .name {
  font-size: 22px;
  font-weight: 500;
}
.newyear .giftSwiper .name span {
  font-size: 20px;
  font-weight: 400;
}
.newyear .giftSwiper .giftTxt {
  font-size: 18px;
  padding: 0 20px;
}
.newyear .giftSwiper .giftNote {
  font-size: 16px;
}
@media screen and (max-width: 1100px) {
  .newyear .giftSwiper {
    margin-top: 5.455vw;
    padding: 0 10.545vw;
  }
  .newyear .giftSwiper .swiper-slide a {
    width: 100%;
    height: auto;
    padding: 3.636vw 1.818vw 1.818vw;
  }
  .newyear .giftSwiper .floor {
    font-size: 2vw;
  }
  .newyear .giftSwiper .floor span {
    font-size: 1.455vw;
  }
  .newyear .giftSwiper .floor::after {
    width: 2.818vw;
    height: 0.182vw;
  }
  .newyear .giftSwiper .shop {
    font-size: 1.818vw;
  }
  .newyear .giftSwiper .giftBox {
    margin-top: 0.455vw;
    width: 100%;
    height: 39.818vw;
  }
  .newyear .giftSwiper .giftBox::before {
    width: 23vw;
    height: 7.545vw;
    top: -7.455vw;
  }
  .newyear .giftSwiper .name {
    font-size: 2vw;
  }
  .newyear .giftSwiper .name span {
    font-size: 1.818vw;
  }
  .newyear .giftSwiper .giftTxt {
    font-size: 1.636vw;
    padding: 0 1.818vw;
  }
  .newyear .giftSwiper .giftNote {
    font-size: 1.455vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .giftSwiper {
    margin-top: 4vw;
    padding: 0;
  }
  .newyear .giftSwiper .swiper-slide a {
    width: 100%;
    height: auto;
    padding: 7.333vw 2.667vw 3.333vw;
  }
  .newyear .giftSwiper .floor {
    font-size: 3.6vw;
  }
  .newyear .giftSwiper .floor span {
    font-size: 2.667vw;
  }
  .newyear .giftSwiper .floor::after {
    width: 5.067vw;
    height: 0.267vw;
  }
  .newyear .giftSwiper .shop {
    font-size: 3.6vw;
  }
  .newyear .giftSwiper .giftBox {
    margin-top: 1.067vw;
    width: 100%;
    height: 72.4vw;
  }
  .newyear .giftSwiper .giftBox::before {
    width: 44.4vw;
    height: 15.067vw;
    top: -14.933vw;
  }
  .newyear .giftSwiper .name {
    font-size: 3.6vw;
  }
  .newyear .giftSwiper .name span {
    font-size: 3.333vw;
  }
  .newyear .giftSwiper .giftTxt {
    font-size: 2.933vw;
    padding: 0 3.6vw;
  }
  .newyear .giftSwiper .giftNote {
    font-size: 2.667vw;
  }
}

/* gift05 */
.newyear .giftSwiper .gift05 a {
  padding-top: 33px;
}
.newyear .giftSwiper .gift05 .giftBox {
  padding-top: 20px;
  height: 389px;
}
.newyear .giftSwiper .gift05 .giftBox::before {
  height: 132px;
  background: url("../../img/contents/top/gift/bag02.png")no-repeat;
  background-size: contain;
  top: -131px;
}
.newyear .giftSwiper .gift05 .giftPic {
  width: 329px;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .newyear .giftSwiper .gift05 a {
    padding-top: 3vw;
  }
  .newyear .giftSwiper .gift05 .giftBox {
    padding-top: 1.818vw;
    height: 35.364vw;
  }
  .newyear .giftSwiper .gift05 .giftBox::before {
    height: 12vw;
    top: -11.909vw;
  }
  .newyear .giftSwiper .gift05 .giftPic {
    width: 29.909vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .giftSwiper .gift05 a {
    padding-top: 5.333vw;
  }
  .newyear .giftSwiper .gift05 .giftBox {
    padding-top: 3.333vw;
    height: 64.4vw;
  }
  .newyear .giftSwiper .gift05 .giftBox::before {
    height: 23.067vw;
    top: -22.933vw;
  }
  .newyear .giftSwiper .gift05 .giftPic {
    width: 54.533vw;
  }
  .newyear .giftSwiper .gift05 .name {
    margin-top: 1.333vw;
  }
}

/* swiper */
.giftSwiper .swiper-wrapper {
  margin-left: -50px;
}
.giftSwiper .swiper-slide {
  transition: 0.3s ease;
}
.giftSwiper .swiper-slide.swiper-slide-active,
.giftSwiper .swiper-slide.swiper-slide-next + .swiper-slide {
  margin-left: 50px;
}
.giftSwiper .swiper-pagination {
  display: flex;
  gap: 0 15px;
  justify-content: center;
  text-align: center;
  position: static;
  margin-top: 35px;
}
.giftSwiper .swiper-pagination-bullet {
  width: 70px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: .8s cubic-bezier(.2, 1, .2, 1);
  transition: .8s cubic-bezier(.2, 1, .2, 1);
  vertical-align: top;
  background-color: #acd5e0;
  border-radius: 0;
  opacity: 1;
}
.giftSwiper .swiper-pagination-bullet-active {
  background-color: #0b6e8b;
}
.gift .swiper-prev,
.gift .swiper-next {
	width: 43px;
	height: 43px;
	position: absolute;
	top: 44%;
	z-index: 10;
	cursor: pointer;
}
.gift .swiper-prev {
	left: 59px;
}
.gift .swiper-next {
	right: 59px;
}
@media screen and (max-width: 1100px) {
  .giftSwiper .swiper-wrapper {
    margin-left: -4.545vw;
  }
  .giftSwiper .swiper-slide.swiper-slide-active,
  .giftSwiper .swiper-slide.swiper-slide-next + .swiper-slide {
    margin-left: 4.545vw;
  }
  .giftSwiper .swiper-pagination {
    gap: 0 1.364vw;
    margin-top: 3.182vw;
  }
  .giftSwiper .swiper-pagination-bullet {
    width: 6.364vw;
    height: 1.091vw;
  }
  .gift .swiper-prev,
  .gift .swiper-next {
    width: 3.909vw;
    height: 3.909vw;
  }
  .gift .swiper-prev {
    left: 5.455vw;
  }
  .gift .swiper-next {
    right: 5.182vw;
  }
}
@media screen and (max-width: 767px) {
  .giftSwiper .swiper-wrapper {
    margin-left: 0;
  }
  .giftSwiper .swiper-slide.swiper-slide-active,
  .giftSwiper .swiper-slide.swiper-slide-next + .swiper-slide {
    margin-left: 0;
  }
  .giftSwiper .swiper-pagination {
    gap: 0 1.333vw;
    margin-top: 4vw;
  }
  .giftSwiper .swiper-pagination-bullet {
    width: 7.467vw;
    height: 1.067vw;
  }
  .gift .swiper-prev,
  .gift .swiper-next {
    width: 7.2vw;
    height: 7.2vw;
  }
  .gift .swiper-prev {
    left: 6.4vw;
  }
  .gift .swiper-next {
    right: 6.4vw;
  }
}

/* event */
.newyear .event {
  padding-top: 60px;
}
.newyear .event .shopCont {
  width: 897px;
  margin: 0 auto;
  border: solid 1px #eb6300;
  background-color: #fff1d6;
  padding: 40px 10px 20px 40px;
  text-align: left;
  position: relative;
}
.newyear .event .shopCont::before {
  content: "";
  width: 52%;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.newyear .event .shopCont h4 {
  width: 52%;
  display: inline-block;
  font-size: 24px;
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0 30px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.newyear .event .shopCont h4 span {
  font-size: 29px;
}
.newyear .event .shopCont h4::before ,
.newyear .event .shopCont h4::after {
  content: "";
  width: 2px;
  height: 35px;
  background-color: #eb6300;
  position: absolute;
  bottom: 0;
}
.newyear .event .shopCont h4::before {
  left: 10px;
  transform: rotate(-25deg);
}
.newyear .event .shopCont h4::after {
  right: 10px;
  transform: rotate(25deg);
}
.newyear .event .shopBox + .shopBox {
  margin-top: 20px;
  border-top: solid 1px #eb6300;
  padding-top: 20px;
}
.newyear .event .shopBox.df {
  display: flex;
  justify-content: space-between;
}
.newyear .event .limitedTimeBox {
  width: 218px;
  background-color: #fff;
  border-radius: 50px;
  padding: 7px 7px 7px 28px;
} 
.newyear .event .limitedTimeTtl {
  font-size: 20px;
  font-weight: 700;
  color: #dd5f30;
}
.newyear .event .limitedPeriod {
  font-size: 19px;
  font-weight: 700;
}
.newyear .event .limitedPeriod span {
 color: #ff0000; 
}
.newyear .event .shopBox .shop {
  display: flex;
  align-items: center;
}
.newyear .event .limitedTimeBox + .shop {
  margin-top: 5px;
}
.newyear .event .shopBox .floor {
  font-size: 27px;
  font-weight: 700;
  color: #eb6300;
  padding-right: 10px;
  display: flex;
  align-items: center;
} 
.newyear .event .shopBox .floor .floorF {
  font-size: 20px;
}
.newyear .event .shopBox .floor .place {
  font-size: 17px;
}
.newyear .event .shopBox .name {
  font-size: 21px;
  font-weight: 700;
  color: #eb6300;
  padding-left: 10px;
  border-left: solid 1px #eb6300;
}
.newyear .event .shopBox .item {
  font-size: 22px;
  font-weight: 500;
}
.newyear .event .shopBox .price {
  font-size: 25px;
  font-weight: 400;
}
.newyear .event .shopBox .copy {
  font-size: 18px;
}
.newyear .event .shopBox .pic {
  width: 350px;
  margin: -10px 0 0 -45px;
}
@media screen and (max-width: 1100px) {
  .newyear .event {
    padding-top: 5.455vw;
  }
  .newyear .event .shopCont {
    width: 81.545vw;
    border: solid 0.091vw #eb6300;
    padding: 3.636vw 0.909vw 1.818vw 3.636vw;
  }
  .newyear .event .shopCont::before {
    width: 52%;
    height: 0.455vw;
    top: -0.455vw;
  }
  .newyear .event .shopCont h4 {
    width: 52%;
    font-size: 2.182vw;
    padding: 0 2.727vw;
    top: -2.182vw;
  }
  .newyear .event .shopCont h4 span {
    font-size: 2.636vw;
  }
  .newyear .event .shopCont h4::before ,
  .newyear .event .shopCont h4::after {
    width: 0.182vw;
    height: 3.182vw;
  }
  .newyear .event .shopCont h4::before {
    left: 0.909vw;
  }
  .newyear .event .shopCont h4::after {
    right: 0.909vw;
  }
  .newyear .event .shopBox + .shopBox {
    margin-top: 1.818vw;
    border-top: solid 0.091vw #eb6300;
    padding-top: 1.818vw;
  }
  .newyear .event .limitedTimeBox {
    width: 19.818vw;
    border-radius: 4.545vw;
    padding: 0.636vw 0.636vw 0.636vw 2.545vw;
  } 
  .newyear .event .limitedTimeTtl {
    font-size: 1.818vw;
  }
  .newyear .event .limitedPeriod {
    font-size: 1.727vw;
  }
  .newyear .event .limitedTimeBox + .shop {
    margin-top: 0.455vw;
  }
  .newyear .event .shopBox .floor {
    font-size: 2.455vw;
    padding-right: 0.909vw;
  } 
  .newyear .event .shopBox .floor .floorF {
    font-size: 1.818vw;
  }
  .newyear .event .shopBox .floor .place {
    font-size: 1.545vw;
  }
  .newyear .event .shopBox .name {
    font-size: 1.909vw;
    padding-left: 0.909vw;
    border-left: solid 0.091vw #eb6300;
  }
  .newyear .event .shopBox .item {
    font-size: 2vw;
  }
  .newyear .event .shopBox .price {
    font-size: 2.273vw;
  }
  .newyear .event .shopBox .copy {
    font-size: 1.636vw;
  }
  .newyear .event .shopBox .pic {
    width: 31.818vw;
    margin: -0.909vw 0 0 -4.091vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .event {
    padding-top: 8vw;
  }
  .newyear .event .shopCont {
    width: 88vw;
    border: solid 0.133vw #eb6300;
    padding: 5.333vw 3.333vw 6vw;
  }
  .newyear .event .shopCont::before {
    width: 70%;
    height: 0.667vw;
    top: -0.667vw;
  }
  .newyear .event .shopCont h4 {
    width: 70%;
    font-size: 3.2vw;
    padding: 0 4vw;
    top: -3.2vw;
  }
  .newyear .event .shopCont h4 span {
    font-size: 3.867vw;
  }
  .newyear .event .shopCont h4::before ,
  .newyear .event .shopCont h4::after {
    width: 0.267vw;
    height: 4.667vw;
  }
  .newyear .event .shopCont h4::before {
    left: 1.333vw;
  }
  .newyear .event .shopCont h4::after {
    right: 1.333vw;
  }
  .newyear .event .shopBox + .shopBox {
    margin-top: 2vw;
    border-top: solid 0.133vw #eb6300;
    padding-top: 2vw;
  }
  .newyear .event .limitedTimeBox {
    width: 33.867vw;
    border-radius: 6.667vw;
    padding: 0.933vw 0.933vw 0.933vw 3.733vw;
    position: relative;
  } 
  .newyear .event .limitedTimeTtl {
    font-size: 3.2vw;
  }
  .newyear .event .limitedPeriod {
    font-size: 3.2vw;
  }
  .newyear .event .shopBox .txtBox {
    padding: 0 5.6vw;
    width: 100%;
  }
  .newyear .event .shopBox .shop.noFlex {
    display: block;
  }
  .newyear .event .limitedTimeBox + .shop {
    margin-top: 0.667vw;
  }
  .newyear .event .shopBox .floor {
    font-size: 3.6vw;
    padding-right: 1.333vw;
  } 
  .newyear .event .shopBox .shop.noFlex .floor {
    padding-right: 0;
  }
  .newyear .event .shopBox .floor .floorF {
    font-size: 2.667vw;
  }
  .newyear .event .shopBox .floor .place {
    font-size: 2.667vw;
  }
  .newyear .event .shopBox .name {
    font-size: 3.6vw;
    padding-left: 1.333vw;
    border-left: solid 0.133vw #eb6300;
  }
  .newyear .event .shopBox .item {
    font-size: 3.6vw;
  }
  .newyear .event .shopBox .price {
    font-size: 3.333vw;
  }
  .newyear .event .shopBox .copy {
    font-size: 2.933vw;
  }
  .newyear .event .shopBox .pic {
    width: 47.2vw;
    margin: -1.333vw 0 0 -47.2vw;
  }
}

/* eventeventContList */
.newyear .eventCont {
  margin-top: 60px;
}
.newyear .eventCont h5 {
  width: 208px;
  margin: 0 auto;
}
.newyear .eventCont .contLead {
  margin-top: 5px;
  font-size: 19px;
  font-family: "BIZ UDGothic", sans-serif;
}
.newyear .eventCont .eventList {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 35px;
}
.newyear .eventCont .eventBox {
  width: 470px;
  border: solid 6px #f29600;
  box-shadow: 10px 10px 0px 0px #f29600;
  padding: 35px 10px 30px;
}
.newyear .eventCont .eventBox.box03 {
  border: none;
  box-shadow: none;
  background: url("../../img/contents/top/event/bg.png") no-repeat;
  background-size: cover;
  padding: 10px 10px 60px;
}
.newyear .eventCont .eventBox.box01 h6 {
  width: 189px;
  margin: 0 auto;
}
.newyear .eventCont .eventBox.box02 h6 {
  width: 330px;
  margin: 0 auto;
}
.newyear .eventCont .eventBox.box03 h6 {
  width: 379px;
  margin: 0 auto;
}
.newyear .eventCont .eventBox .eventPeriod {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
}
.newyear .eventCont .eventBox .eventPeriod + .eventPeriod {
  margin-top: 0;
}
.newyear .eventCont .eventBox .eventPeriod .green {
  color: #008a49;
}
.newyear .eventCont .eventBox .eventPeriod .red {
  color: #e50012;
}
.newyear .eventCont .eventBox.box03 .eventPeriod {
  font-size: 13px;
}
.newyear .eventCont .eventBox.box03 .eventPeriod .period {
  font-size: 21px;
}
.newyear .eventCont .eventBox ul {
  display: inline-block;
  text-align: left;
}
.newyear .eventCont .eventBox ul li {
  font-size: 16px;
  font-weight: 700;
}
.newyear .eventCont .eventBox ul li.note {
  font-size: 12px;
}
.newyear .eventCont .eventBox .coupon {
  font-size: 14px;
  font-weight: 700;
  color: #ce582c;
}
.newyear .eventCont .eventBox.box01 .eventPic {
  width: 241px;
  margin: 18px auto 0;
}
.newyear .eventCont .eventBox.box02 .eventPic {
  width: 113px;
  margin: 10px auto 0;
}
.newyear .eventCont .eventBox.box03 .eventPic {
  width: 373px;
  margin: 5px auto 0;
}
.newyear .eventCont .eventBox .eventTxt {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  color: #f29600;
}
.newyear .eventCont .eventBox .eventNote {
  font-size: 12px;
  font-weight: 300;
}
.newyear .eventCont .eventBox .eventBtn {
  width: 241px;
  margin: 10px auto 0;
}
.newyear .eventCont .eventBox.box03 .eventBtn {
  margin-top: 20px;
}
.newyear .eventCont .eventBox .eventBtn a {
  display: block;
  font-size: 19px;
  text-align: left;
  color: #fff;
  background-color: #f29600;
  padding: 3px 10px 3px 35px;
  position: relative;
}
.newyear .eventCont .eventBox .eventBtn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 20px solid #fff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.newyear .eventCont .eventBox .eventBtn + .eventNote {
  margin-top: 10px;
}
@media screen and (max-width: 1100px) {
  .newyear .eventCont {
    margin-top: 5.455vw;
  }
  .newyear .eventCont h5 {
    width: 18.909vw;
  }
  .newyear .eventCont .contLead {
    margin-top: 0.455vw;
    font-size: 1.727vw;
  }
  .newyear .eventCont .eventList {
    margin-top: 1.818vw;
    gap: 3.636vw 3.182vw;
  }
  .newyear .eventCont .eventBox {
    width: 42.727vw;
    border: solid 0.545vw #f29600;
    box-shadow: 0.909vw 0.909vw 0px 0px #f29600;
    padding: 3.182vw 0.909vw 2.727vw;
  }
  .newyear .eventCont .eventBox.box03 {
    padding: 0.909vw 0.909vw 5.455vw;
  }
  .newyear .eventCont .eventBox.box01 h6 {
    width: 17.182vw;
  }
  .newyear .eventCont .eventBox.box02 h6 {
    width: 30vw;
  }
  .newyear .eventCont .eventBox.box03 h6 {
    width: 34.455vw;
  }
  .newyear .eventCont .eventBox .eventPeriod {
    margin-top: 0.909vw;
    font-size: 1.455vw;
  }
  .newyear .eventCont .eventBox.box03 .eventPeriod {
    font-size: 1.182vw;
  }
  .newyear .eventCont .eventBox.box03 .eventPeriod .period {
    font-size: 1.909vw;
  }
  .newyear .eventCont .eventBox ul li {
    font-size: 1.455vw;
  }
  .newyear .eventCont .eventBox ul li.note {
    font-size: 1.091vw;
  }
  .newyear .eventCont .eventBox .coupon {
    font-size: 1.273vw;
  }
  .newyear .eventCont .eventBox.box01 .eventPic {
    width: 21.909vw;
    margin: 1.636vw auto 0;
  }
  .newyear .eventCont .eventBox.box02 .eventPic {
    width: 10.273vw;
    margin: 0.909vw auto 0;
  }
  .newyear .eventCont .eventBox.box03 .eventPic {
    width: 33.909vw;
    margin: 0.455vw auto 0;
  }
  .newyear .eventCont .eventBox .eventTxt {
    margin-top: 1.364vw;
    font-size: 1.364vw;
  }
  .newyear .eventCont .eventBox .eventNote {
    font-size: 1.091vw;
  }
  .newyear .eventCont .eventBox .eventBtn {
    width: 21.909vw;
    margin: 0.909vw auto 0;
  }
  .newyear .eventCont .eventBox.box03 .eventBtn {
    margin-top: 1.818vw;
  }
  .newyear .eventCont .eventBox .eventBtn a {
    font-size: 1.727vw;
    padding: 0.273vw 0.909vw 0.273vw 3.182vw;
  }
  .newyear .eventCont .eventBox .eventBtn a::before {
    border-top: 1vw solid transparent;
    border-bottom: 1vw solid transparent;
    border-left: 1.818vw solid #fff;
    right: 2.727vw;
  }
  .newyear .eventCont .eventBox .eventBtn + .eventNote {
    margin-top: 0.909vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .eventCont {
    margin-top: 9.333vw;
  }
  .newyear .eventCont h5 {
    width: 71.333vw;
  }
  .newyear .eventCont .contLead {
    margin-top: 0.667vw;
    font-size: 3.333vw;
  }
  .newyear .eventCont .eventList {
    margin-top: 2.667vw;
    display: block;
    padding: 0 4.667vw;
  }
  .newyear .eventCont .eventBox {
    width: 100%;
    border: solid 1.067vw #f29600;
    box-shadow: 1.333vw 1.333vw 0px 0px #f29600;
    padding: 6.667vw 1.333vw;
  }
  .newyear .eventCont .eventBox + .eventBox {
    margin-top: 6.667vw;
  }
  .newyear .eventCont .eventBox.box03 {
    background-size: contain;
    padding: 4vw 2.667vw 12.667vw;
  }
  .newyear .eventCont .eventBox.box01 h6 {
    width: 35.6vw;
  }
  .newyear .eventCont .eventBox.box02 h6 {
    width: 62vw;
  }
  .newyear .eventCont .eventBox.box03 h6 {
    width: 69.6vw;
  }
  .newyear .eventCont .eventBox .eventPeriod {
    margin-top: 1.333vw;
    font-size: 3.067vw;
  }
  .newyear .eventCont .eventBox .eventPeriod + .eventPeriod {
    margin-top: 0;
  }
  .newyear .eventCont .eventBox ul {
    margin-top: 0
  }
  .newyear .eventCont .eventBox ul li {
    font-size: 3.067vw;
  }
  .newyear .eventCont .eventBox ul li.note {
    font-size: 3.067vw;
  }
  .newyear .eventCont .eventBox.box03 .eventPeriod {
    font-size: 2.4vw;
  }
  .newyear .eventCont .eventBox.box03 .eventPeriod .period {
    font-size: 3.067vw;
  }
  .newyear .eventCont .eventBox .coupon {
    font-size: 2.667vw;
  }
  .newyear .eventCont .eventBox.box01 .eventPic {
    width: 49.733vw;
    margin: 2.667vw auto 0;
  }
  .newyear .eventCont .eventBox.box02 .eventPic {
    width: 16.533vw;
    margin: 4vw auto 0;
  }
  .newyear .eventCont .eventBox.box03 .eventPic {
    width: 69.867vw;
    margin: 2vw auto 0;
  }
  .newyear .eventCont .eventBox .eventTxt {
    margin-top: 2vw;
    font-size: 2.667vw;
  }
  .newyear .eventCont .eventBox .eventNote {
    font-size: 2.667vw;
  }
  .newyear .eventCont .eventBox .eventBtn {
    width: 45.2vw;
    margin: 1.333vw auto 0;
  }
  .newyear .eventCont .eventBox.box03 .eventBtn {
    margin-top: 1.333vw;
  }
  .newyear .eventCont .eventBox .eventBtn a {
    font-size: 3.6vw;
    padding: 0.4vw 1.333vw 0.4vw 6.667vw;
  }
  .newyear .eventCont .eventBox .eventBtn a::before {
    border-top: 2vw solid transparent;
    border-bottom: 2vw solid transparent;
    border-left: 3.6vw solid #fff;
    right: 6vw;
  }
  .newyear .eventCont .eventBox .eventBtn + .eventNote {
    margin-top: 2.667vw;
  }
}

/* notes */
.newyear .notes {
  margin-top: 65px;
}
.newyear .notes ul {
  padding: 125px 0 50px 215px;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  position: relative;
}
.newyear .notes ul::before {
  content: "";
  width: 1101px;
  height: 82px;
  background: url("../../img/contents/top/line.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .newyear .notes {
    margin-top: 5.909vw;
  }
  .newyear .notes ul {
    padding: 11.364vw 0 4.545vw 19.545vw;
    font-size: 1.091vw;
  }
  .newyear .notes ul::before {
    width: 100.091vw;
    height: 7.455vw;
  }
}
@media screen and (max-width: 767px) {
  .newyear .notes {
    margin-top: 8vw;
  }
  .newyear .notes ul {
    padding: 24.667vw 5.333vw 3.333vw 4.667vw;
    font-size: 2.667vw;
  }
  .newyear .notes ul::before {
    width: 100.133vw;
    height: 20vw;
    background: url("../../img/contents/top/line_sp.png") no-repeat;
    background-size: contain;
  }
}

/* pagetop */
.pagetop {
  width: 74px;
  height: 123px;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 100;
}
.pagetop a {
  display: block;
}
@media screen and (max-width: 1100px) {
  .pagetop {
    width: 6.727vw;
    height: 11.182vw;
    bottom: 1.818vw;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 10.533vw;
    height: 17.2vw;
    bottom: 75px;
  }
}
