html:has(#christmas_2025) {
  scroll-behavior: smooth;
}

#christmas_2025 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  #christmas_2025 {
    font-size: 3.7333333333vw;
  }
}
#christmas_2025 * {
  box-sizing: border-box;
}
#christmas_2025 h1, #christmas_2025 h2, #christmas_2025 h3 {
  margin: 0;
  padding: 0;
}
#christmas_2025 .barlow {
  font-family: "Barlow Condensed", sans-serif;
}
#christmas_2025 a {
  transition: all 0.5s;
  display: block;
}
#christmas_2025 a:hover {
  opacity: 0.8;
}
#christmas_2025 img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  #christmas_2025 .pc_only {
    display: none;
  }
}
#christmas_2025 .sp_only {
  display: none;
}
@media (max-width: 767.98px) {
  #christmas_2025 .sp_only {
    display: block;
  }
}
#christmas_2025 .mv {
  position: relative;
  height: 700px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .mv {
    height: auto;
  }
}
@media (min-width: 768px) {
  #christmas_2025 .mv .mv_bg {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
#christmas_2025 .mv .mv_on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .mv .mv_on {
    top: 0;
    width: 93.8666666667vw;
    transform: translateX(-50%);
  }
}
#christmas_2025 .lead {
  position: relative;
  height: 400px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .lead {
    height: auto;
  }
}
@media (min-width: 768px) {
  #christmas_2025 .lead img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
#christmas_2025 .wrapping {
  overflow: hidden;
  z-index: 1;
  position: relative;
  padding: 56px 50px 80px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping {
    padding: 7.2vw 5.3333333333vw 8vw;
  }
}
#christmas_2025 .wrapping .wrapping_bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#christmas_2025 .wrapping .wrapping_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}
#christmas_2025 .wrapping h2 {
  font-weight: 600;
  text-align: center;
  color: #D3B351;
  font-size: 48px;
  letter-spacing: 2.4px;
  line-height: 58px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping h2 {
    font-size: 7.7333333333vw;
    letter-spacing: 0.3866666667vw;
    line-height: 9.3333333333vw;
  }
}
#christmas_2025 .wrapping .sub {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .sub {
    font-size: 4.8vw;
    margin-top: 2.6666666667vw;
  }
}
#christmas_2025 .wrapping .main {
  background-color: #ffffff;
  padding: 50px;
  margin-top: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main {
    padding: 5.3333333333vw;
    padding-right: 4.2666666667vw;
    margin-top: 8vw;
  }
}
#christmas_2025 .wrapping .main h3 {
  position: relative;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main h3 {
    padding-right: 1.0666666667vw;
  }
}
#christmas_2025 .wrapping .main h3 span {
  white-space: nowrap;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main h3 span {
    font-size: 4.2666666667vw;
  }
}
#christmas_2025 .wrapping .main h3 img {
  margin: 0 auto;
  width: 380px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main h3 img {
    width: 64vw;
  }
}
#christmas_2025 .wrapping .main h3.mt50 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main h3.mt50 {
    margin-top: 8vw;
  }
}
#christmas_2025 .wrapping .main ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main ul {
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main ul.pr_4 {
    padding-right: 1.0666666667vw;
  }
}
#christmas_2025 .wrapping .main ul li {
  display: flex;
  gap: 8px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main ul li {
    gap: 2.1333333333vw;
  }
}
#christmas_2025 .wrapping .main ul li span {
  flex-shrink: 0;
  background-color: #D3B351;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main ul li span {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-top: 1.6vw;
  }
}
#christmas_2025 .wrapping .main ul li div {
  flex-grow: 1;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  #christmas_2025 .wrapping .main ul li div {
    font-size: 3.7333333333vw;
  }
}
#christmas_2025 .wrapping .main ul li div a {
  display: inline-block;
  color: #BF9A27;
  text-decoration: underline !important;
}
#christmas_2025 .select {
  position: relative;
  background-image: url(../img/bg_red.jpg);
}
#christmas_2025 .select h2.select_ttl {
  white-space: nowrap;
  position: absolute;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  top: 124px;
  font-size: 64px;
  letter-spacing: 3.2px;
  line-height: 68px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .select h2.select_ttl {
    top: 16vw;
    font-size: 10.6666666667vw;
    letter-spacing: 0.5333333333vw;
    line-height: 11.4666666667vw;
  }
}
#christmas_2025 .select h2.select_ttl span {
  color: #D3B351;
  font-size: 64px;
  letter-spacing: 3.2px;
  line-height: 68px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .select h2.select_ttl span {
    font-size: 10.6666666667vw;
    letter-spacing: 0.5333333333vw;
    line-height: 11.4666666667vw;
  }
}
@media (min-width: 768px) {
  #christmas_2025 .select .select_top {
    height: 251.5px;
  }
  #christmas_2025 .select .select_top img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (min-width: 1920px) {
  #christmas_2025 .select .select_top img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
#christmas_2025 .select .select_main {
  padding: 70px 50px 60px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .select .select_main {
    padding: 16vw 5.3333333333vw 7.2vw;
  }
}
#christmas_2025 .select .select_main ul {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1100px) {
  #christmas_2025 .select .select_main ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .select .select_main ul {
    gap: 5.3333333333vw 4vw;
  }
}
@media (max-width: 1100px) {
  #christmas_2025 .select .select_main ul li:first-child {
    width: 100%;
  }
}
#christmas_2025 .select .select_main ul li a {
  position: relative;
  padding-bottom: 32px;
  width: 300px;
}
@media (max-width: 1100px) {
  #christmas_2025 .select .select_main ul li a {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .select .select_main ul li a {
    width: 42.6666666667vw;
  }
}
#christmas_2025 .select .select_main ul li a .select_li_img {
  width: 100%;
}
#christmas_2025 .select .select_main ul li a .select_li_ttl {
  text-align: center;
  color: #D3B351;
  font-weight: 500;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .select .select_main ul li a .select_li_ttl {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#christmas_2025 .select .select_main ul li a .anchor_arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  width: 60px;
  margin: 16px auto 0;
}
@media (max-width: 767.98px) {
  #christmas_2025 .select .select_main ul li a .anchor_arrow {
    width: 16vw;
    margin: 2.6666666667vw auto 0;
  }
}
#christmas_2025 .select .select_main ul li a:hover {
  opacity: 1;
}
#christmas_2025 .select .select_main ul li a:hover .anchor_arrow {
  bottom: -10px;
  width: 70px;
}
@media (min-width: 768px) {
  #christmas_2025 .select .select_bottom {
    height: 48px;
  }
  #christmas_2025 .select .select_bottom img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    width: 100%;
    height: 100%;
  }
}
#christmas_2025 .items {
  overflow: hidden;
}
#christmas_2025 .items#link_01 {
  background-image: url(../img/bg_green.jpg);
}
#christmas_2025 .items#link_02 {
  background-image: url(../img/bg_blue.jpg);
}
#christmas_2025 .items#link_03 {
  background-image: url(../img/bg_gray.jpg);
}
#christmas_2025 .items .items_mv {
  position: relative;
  height: 650px;
}
@media (min-width: 768px) and (max-width: 1800px) {
  #christmas_2025 .items .items_mv {
    width: 1800px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv {
    height: 98.6666666667vw;
  }
}
#christmas_2025 .items .items_mv .items_mv_on {
  z-index: 1;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on {
    top: 48%;
  }
}
#christmas_2025 .items .items_mv .items_mv_on .items_mv_on_img {
  width: 240px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on .items_mv_on_img {
    width: 49.6vw;
  }
}
#christmas_2025 .items .items_mv .items_mv_on h2 {
  position: relative;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 600;
  font-size: 72px;
  letter-spacing: 3.6px;
  line-height: 86px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on h2 {
    font-size: 9.0666666667vw;
    letter-spacing: 0.4533333333vw;
    line-height: 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#christmas_2025 .items .items_mv .items_mv_on h2::before {
  content: "";
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../img/icon_01_pc.png);
  left: -30px;
  width: 30px;
  height: 30px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on h2::before {
    background-image: url(../img/icon_01_sp.png);
    top: -3.2vw;
    left: -6.4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
#christmas_2025 .items .items_mv .items_mv_on h2.h2_02::before {
  background-image: url(../img/icon_02_pc.png);
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on h2.h2_02::before {
    background-image: url(../img/icon_02_sp.png);
  }
}
#christmas_2025 .items .items_mv .items_mv_on h2.h2_03::before {
  background-image: url(../img/icon_03_pc.png);
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on h2.h2_03::before {
    top: -1.6vw;
    background-image: url(../img/icon_03_sp.png);
  }
}
#christmas_2025 .items .items_mv .items_mv_on .sub {
  white-space: nowrap;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on .sub {
    font-size: 3.7333333333vw;
    letter-spacing: 0.1866666667vw;
    margin-top: 2.1333333333vw;
  }
}
#christmas_2025 .items .items_mv .items_mv_on .kira {
  width: 80px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on .kira {
    width: 14.4vw;
    margin-top: 3.7333333333vw;
  }
}
#christmas_2025 .items .items_mv .items_mv_on .txt {
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 36px;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_on .txt {
    font-size: 4vw;
    line-height: 7.2vw;
    letter-spacing: 0.1866666667vw;
    margin-top: 3.2vw;
  }
}
#christmas_2025 .items .items_mv .items_mv_l, #christmas_2025 .items .items_mv .items_mv_r {
  position: absolute;
  top: 0;
  width: 612px;
}
@media (max-width: 1920px) {
  #christmas_2025 .items .items_mv .items_mv_l, #christmas_2025 .items .items_mv .items_mv_r {
    height: 650px;
    width: 31.875vw;
  }
  #christmas_2025 .items .items_mv .items_mv_l img, #christmas_2025 .items .items_mv .items_mv_r img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1800px) {
  #christmas_2025 .items .items_mv .items_mv_l, #christmas_2025 .items .items_mv .items_mv_r {
    width: 573px;
  }
}
#christmas_2025 .items .items_mv .items_mv_l {
  left: 0;
}
@media (max-width: 1920px) {
  #christmas_2025 .items .items_mv .items_mv_l img {
    -o-object-position: top right;
       object-position: top right;
  }
}
#christmas_2025 .items .items_mv .items_mv_r {
  right: 0;
}
@media (max-width: 1920px) {
  #christmas_2025 .items .items_mv .items_mv_r img {
    -o-object-position: top left;
       object-position: top left;
  }
}
#christmas_2025 .items .items_mv .items_mv_b {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_mv .items_mv_b {
    height: auto;
  }
}
#christmas_2025 .items .items_mv .items_mv_b img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#christmas_2025 .items .items_main {
  padding-top: 36px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main {
    padding-top: 5.3333333333vw;
  }
}
#christmas_2025 .items .items_main.items_main_01_01 {
  background-color: #374B36;
}
#christmas_2025 .items .items_main.items_main_01_02 {
  background-color: #405A3D;
}
#christmas_2025 .items .items_main.items_main_02_01 {
  background-color: #214057;
}
#christmas_2025 .items .items_main.items_main_02_02 {
  background-color: #2F5674;
}
#christmas_2025 .items .items_main.items_main_03_01 {
  background-color: #434343;
}
#christmas_2025 .items .items_main.items_main_03_02 {
  background-color: #5B5858;
}
#christmas_2025 .items .items_main h3 {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
#christmas_2025 .items .items_main h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3840px;
  height: 11px;
  background-image: url(../img/ttl_obi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main h3::after {
    width: 512vw;
    height: 2.9333333333vw;
  }
}
#christmas_2025 .items .items_main h3 span {
  position: relative;
  z-index: 1;
  background-color: #374B36;
  color: #D3B351;
  font-weight: 600;
  font-size: 48px;
  letter-spacing: 2.4px;
  line-height: 58px;
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main h3 span {
    font-size: 6.4vw;
    letter-spacing: 0.32vw;
    line-height: 8vw;
    padding: 0 4.2666666667vw;
  }
}
#christmas_2025 .items .items_main h3 span.items_main_01_02 {
  background-color: #405A3D;
}
#christmas_2025 .items .items_main h3 span.items_main_02_01 {
  background-color: #214057;
}
#christmas_2025 .items .items_main h3 span.items_main_02_02 {
  background-color: #2F5674;
}
#christmas_2025 .items .items_main h3 span.items_main_03_01 {
  background-color: #434343;
}
#christmas_2025 .items .items_main h3 span.items_main_03_02 {
  background-color: #5B5858;
}
#christmas_2025 .items .items_main .items_name {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_name {
    font-size: 4.8vw;
    margin-top: 2.1333333333vw;
  }
}
#christmas_2025 .items .items_main .items_list {
  position: relative;
  padding: 60px 0;
  padding-bottom: 173px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list {
    padding: 5.3333333333vw 0;
    padding-bottom: 26.6666666667vw;
  }
}
#christmas_2025 .items .items_main .items_list.items_list_01_01 {
  background-color: #374B36;
}
#christmas_2025 .items .items_main .items_list.items_list_01_02 {
  background-color: #405A3D;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list.items_list_01_02 {
    padding-bottom: 16vw;
  }
}
#christmas_2025 .items .items_main .items_list.items_list_02_01 {
  background-color: #214057;
}
#christmas_2025 .items .items_main .items_list.items_list_02_02 {
  background-color: #2F5674;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list.items_list_02_02 {
    padding-bottom: 16vw;
  }
}
#christmas_2025 .items .items_main .items_list.items_list_03_01 {
  background-color: #434343;
}
#christmas_2025 .items .items_main .items_list.items_list_03_02 {
  background-color: #5B5858;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list.items_list_03_02 {
    padding-bottom: 16vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_list_b {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: -1px;
  left: 0;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_list_b {
    height: auto;
  }
}
#christmas_2025 .items .items_main .items_list .items_list_b img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#christmas_2025 .items .items_main .items_list .items_flex {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 50px;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  #christmas_2025 .items .items_main .items_list .items_flex {
    flex-direction: column;
    width: 500px;
    gap: 60px;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex {
    width: 100%;
    flex-direction: column;
    gap: 8vw;
    padding: 0;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_left {
  flex-shrink: 0;
  width: 570px;
}
@media (max-width: 1200px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_left {
    width: calc(100vw - 630px);
  }
}
@media (max-width: 1000px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_left {
    width: 500px;
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_left {
    margin: 0 auto;
    width: 89.3333333333vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_left > a {
  position: relative;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_left > a .items_flex_left_pickup {
  position: absolute;
  top: 0;
  left: 40px;
  width: 97px;
}
@media (max-width: 1200px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_left > a .items_flex_left_pickup {
    left: 3.3333333333vw;
    width: 8.0833333333vw;
  }
}
@media (max-width: 1000px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_left > a .items_flex_left_pickup {
    left: 30px;
    width: 70px;
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_left > a .items_flex_left_pickup {
    left: 5.3333333333vw;
    width: 18.6666666667vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_left > a .items_flex_left_txt {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 21.6px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_left > a .items_flex_left_txt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1733333333vw;
    line-height: 5.76vw;
    margin-top: 4.2666666667vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right {
  flex-shrink: 0;
  width: 480px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_right {
    width: 100%;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl {
    padding: 0 5.3333333333vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl img {
  position: relative;
  z-index: 1;
  background-color: #374B36;
  width: 176px;
  padding: 0 20px;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl img.items_main_01_02 {
  background-color: #405A3D;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl img.items_main_02_01 {
  background-color: #214057;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl img.items_main_02_02 {
  background-color: #2F5674;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl img.items_main_03_01 {
  background-color: #434343;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl img.items_main_03_02 {
  background-color: #5B5858;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 5px;
  background-image: url(../img/recommend_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ttl::after {
    width: 100%;
    height: 1.3333333333vw;
  }
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap {
    overflow-x: auto;
    padding-bottom: 5.3333333333vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul {
    flex-wrap: nowrap;
    gap: 8vw;
    margin-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul::after {
  content: "";
  flex-shrink: 0;
  margin-left: -8vw;
  width: 5.3333333333vw;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul li {
  width: 220px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul li {
    flex-shrink: 0;
    width: 53.3333333333vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul li > a .items_flex_right_img {
  width: 100%;
}
#christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul li > a .items_flex_right_txt {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.65px;
  line-height: 21.6px;
  margin-top: 16px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_flex .items_flex_right .items_flex_right_ul_wrap ul.items_flex_right_ul li > a .items_flex_right_txt {
    font-size: 3.4666666667vw;
    letter-spacing: 0.1733333333vw;
    line-height: 5.76vw;
    margin-top: 4.2666666667vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_link {
  position: relative;
  width: 400px;
  height: 60px;
  margin: 60px auto 0;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_link {
    width: 80vw;
    height: 16vw;
    margin: 5.3333333333vw auto 0;
  }
}
#christmas_2025 .items .items_main .items_list .items_link::after {
  content: "";
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#christmas_2025 .items .items_main .items_list .items_link a {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D3B351;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_link a {
    font-size: 4.2666666667vw;
    letter-spacing: 0.2133333333vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_link a::after {
  content: "";
  position: absolute;
  z-index: 1;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(-45deg);
  top: 23px;
  right: 20px;
  width: 10px;
  height: 10px;
}
@media (max-width: 767.98px) {
  #christmas_2025 .items .items_main .items_list .items_link a::after {
    top: 6.1333333333vw;
    right: 5.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#christmas_2025 .items .items_main .items_list .items_link a:hover {
  opacity: 1 !important;
}
@media (min-width: 768px) {
  #christmas_2025 .items .items_main .items_list .items_link a:hover {
    top: 8px;
    left: 8px;
  }
}/*# sourceMappingURL=style.css.map */