@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");

.color-gold {
  color: #947a2a;
}
.color-xmas {
  color: #c81432;
}
.color-newyear {
  color: #a24386;
}

.lead {
    width: 100%;
    color: #282828;
    font-size: 2.5rem;
    line-height: 3.5rem;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    padding: 1rem;
    margin-bottom: 20px;
  }


.xmasnewyear_block {
  text-align: center;
  margin: 3rem 0;
  padding-bottom: 4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  background: #fff1c5;
  overflow: hidden;
}


.xmasnewyear_block-xmas {
  text-align: center;
  margin: 3rem 0;
  padding-bottom: 4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  background: #fbe4e8;
  overflow: hidden;
}

.xmasnewyear_block-newyear {
  text-align: center;
  margin: 3rem 0;
  padding-bottom: 4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  border-radius: 10px;
  background: #f0ddea;
  overflow: hidden;
}

.xmasnewyear_block-december {
  padding: 1rem 0 2.5rem;
  border-color: transparent;
}
.xmasnewyear_block-december {
  padding: 1rem 0 2.5rem;
  border-color: transparent;
}
.xmasnewyear_hdg {
  color: #fff;
  font-size: 3.6rem;
  line-height: 1;
}
.xmasnewyear_hdg span {
  display: inline-block;
  padding: 0.8rem 3rem 1.8rem;
  border-radius: 0 0 30px 30px;
}
.xmasnewyear_block-xmas .xmasnewyear_hdg span {
  background-color: #c81432;
}
.xmasnewyear_block-newyear .xmasnewyear_hdg span {
  background-color: #a24386;
}
.xmasnewyear_hdg_deco {
  display: inline-block;
  margin-right: 0.2rem;
  margin-bottom: -0.4rem;
  width: 3.4rem;
}
.xmasnewyear_catch {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1.6;
}
.xmasnewyear_catch::before, .xmasnewyear_catch::after {
  content: '';
  position: relative;
  display: inline-block;
  width: 34px;
  height: 48px;
  margin: auto;
  background: url("/excludes/eclub/feature2024/xmasnewyear/catch_deco.svg") no-repeat center center / contain;
}
.xmasnewyear_catch::before {
  margin-right: 0;
}
.xmasnewyear_catch::after {
  margin-left: 0;
  transform: scaleX(-1);
}
.xmasnewyear_marker {
  background: linear-gradient(transparent 60%, #fff600 60%);
}
.xmasnewyear_img {
  position: relative;
  left: 50%;
  max-width: none;
  width: 102%;
  margin: 2rem 0 3rem;
  transform: translateX(-50%);
}
.xmasnewyear_dl {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 90%;
  margin: 2rem auto 0;
  font-size: 2.4rem;
  letter-spacing: 0.8rem;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.xmasnewyear_dt, .xmasnewyear_dd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.xmasnewyear_dt {
  width: 35%;
  background: #947a2a;
  color: #fff;
}
.xmasnewyear_block-december .xmasnewyear_dt {
  width: 45%;
}
.xmasnewyear_dd {
  width: 65%;
}
.xmasnewyear_block-december .xmasnewyear_dd {
  width: 55%;
  letter-spacing: 0;
}
.xmasnewyear_txt-december {
  text-align: left;
  width: 90%;
  margin: 0.3rem auto 0;
  font-weight: bold;
}
.xmasnewyear_txt-december small {
  display: inline-block;
  padding: 0 1rem;
  line-height: 1.4;
}
.xmasnewyear_week {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 5rem;
}
.xmasnewyear_week li {
  margin-top: 2rem;
}
.xmasnewyear_week a {
  display: block;
  text-align: center;
  margin: 0 0.65rem;
  padding: 1.8rem 2rem;
  font-size: 2.4rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 600;
  color: #fff;
  background: #d7a62c;
  border-radius: 45px;
  text-decoration: none;
}
.xmasnewyear_week a::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: -0.6rem;
  margin-right: 0.6rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.xmasnewyear_week span {
  position: relative;
  display: inline-block;
  width: 4.52rem;
  line-height: 0;
  letter-spacing: 0;
  z-index: 0;
}
.xmasnewyear_week span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4.2rem;
  height: 4.2rem;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
}
@media screen and (max-width: 780px) {

  .lead {
    font-size: 15px;
  }
  .xmasnewyear_hdg {
    font-size: 2rem;
  }
  .xmasnewyear_hdg_deco {
    width: 2.2rem;
  }
  .xmasnewyear_catch {
    font-size: 1.85rem;
    line-height: 1.3;
  }
  .xmasnewyear_catch::before, .xmasnewyear_catch::after {
    width: 52px;
    height: 36px;
  }
  .xmasnewyear_img {
    width: 107%;
  }
  .xmasnewyear_dl {
    margin-top: 1.6rem;
    font-size: 1.92rem;
    letter-spacing: 0.1rem;
  }
  .xmasnewyear_dt, .xmasnewyear_dd {
    padding: 0.8rem 0;
  }
  .xmasnewyear_dt {
    width: 32%;
  }
  .xmasnewyear_block-december .xmasnewyear_dt {
    width: 58%;
  }
  .xmasnewyear_dd {
    width: 68%;
  }
  .xmasnewyear_block-december .xmasnewyear_dd {
    width: 42%;
  }
  .xmasnewyear_week a {
    padding: 1.8rem 5.8rem;
    letter-spacing: 0.1em;
  }
  .xmasnewyear_week a::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -1.2rem;
    margin-right: 1.2rem;
  }
}
