@charset "utf-8";

/* Layout Container
================================================ */
#osusume_2024xmas_cp .l-container {
  padding-top: 0;
}
/* PC用のセンタリングと最大幅の設定 */
@media print, screen and (min-width: 751px) {
  #osusume_2024xmas_cp .l-container {
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
  }
}
/* モバイルのpadding調整 */
@media print, screen and (max-width: 750px) {
  #osusume_2024xmas_cp .l-container {
    padding-top: 0;
  }
}
main {
  box-sizing: border-box;
}
/* モバイル用のスクロール位置調整 */
@media all and (max-width: 768px) {
  html {
    scroll-padding-top: 50px;
  }
}

/* 共通
================================================ */
.image-responsive {
  vertical-align: middle;
  display: block;
  margin: auto;
  width: 100%;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.color-brown {
  color: #512c10;
}
.color-gray {
  color: #444;
}
ul {
  list-style: none;
  padding-left: 0 !important;
}
@media all and (max-width: 749px) {
  .spacing-small-top {
    margin-top: 20px;
  }
  .spacing-medium-top {
    margin-top: 30px;
  }
  .u-underline {
    border-bottom: 1px solid #1b0835;
    padding-bottom: 2px;
  }
}
@media all and (min-width: 750px) {
  .spacing-small-top {
    margin-top: 30px;
  }
  .spacing-medium-top {
    margin-top: 50px;
  }
  .u-underline {
    border-bottom: 2px solid #1b0835;
    padding-bottom: 2px;
  }
}

@media all and (max-width: 749px) {
  .container-inner {
    padding: 0 15px;
  }
  #osusume_2024xmas_cp .l-contents p {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 750px) {
  .container-inner {
    padding: 0 30px;
  }
  #osusume_2024xmas_cp .l-contents p {
    font-size: 2.4rem;
  }
}

/* MV
================================================ */
.mv {
  position: relative;
  background: #00001c;
}
.mv__image--main2 {
  position: relative;
}
.mv__coupons {
  position: absolute;
  top: 0;
}
.coupon-list {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 300;
}
.coupon-text {
  text-align: center;
  background: radial-gradient(
    circle,
    rgba(254, 225, 180, 1),
    rgba(183, 143, 95, 1) 80%
  );
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.5;
}
@media all and (max-width: 749px) {
  #osusume_2024xmas_cp .l-contents p.coupon-text {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 750px) {
  #osusume_2024xmas_cp .l-contents p.coupon-text {
    font-size: 2rem;
  }
}

/* CTAボタン
================================================ */
.cta__button {
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta__button img {
  display: block;
  margin: 0 auto;
}
.cta__catch img {
  width: 80%;
}

@media all and (max-width: 749px) {
  .cta__catch {
    margin-bottom: 10px;
  }
  .cta__button {
    bottom: 15px;
  }
}
@media all and (min-width: 750px) {
  .cta__catch {
    margin-bottom: 20px;
  }
  .cta__button {
    bottom: 33px;
  }
}

/* クーポンメニュー
================================================ */
.coupon-menu {
  width: 100%;
  background: url(../../2024xmas_cp/img/bg_recommend_menu.png) center top /
    cover no-repeat;
}
.coupon-menu__item {
  margin-top: 10px;
}
#osusume_2024xmas_cp .l-contents p.coupon-menu__note {
  color: #fff;
  text-align: justify;
}

@media all and (max-width: 749px) {
  .coupon-menu {
    padding: 30px 0;
  }
  .coupon-menu__note {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 750px) {
  .coupon-menu {
    padding: 40px 0 60px;
  }
  #osusume_2024xmas_cp .l-contents p.coupon-menu__note {
    font-size: 2.8rem;
  }
}

/* メニュー詳細
================================================ */
.menu-details__row {
  display: flex;
  gap: 20px;
}
.menu-details__row .menu-details__link {
  width: 100%;
}
.menu-details {
  position: relative;
}
.menu-details__item--beige {
  background-color: #fff6e6;
}
.menu-details__item--gray {
  background-color: #f3f2f2;
}
.menu-details__link {
  display: block;
  margin: 10px auto 0;
  width: 70%;
}
.menu-details__price-item {
  margin-top: 5px;
}
.menu-details__price-main,
.yen {
  color: #cc0341;
}
.menu-details__note {
  color: #ff5790;
}
.menu-details__case-detail {
  background-color: #fff;
}
@media all and (max-width: 749px) {
  .menu-details__item {
    padding-bottom: 30px;
  }
  .menu-details__description {
    padding: 0 15px;
  }
  .menu-details__case-image {
    padding: 0 15px;
  }
  .menu-details__link {
    margin-top: 10px;
  }
  .yen {
    font-size: 1.2rem;
  }
  #osusume_2024xmas_cp .l-contents .menu-details__note li,
  #osusume_2024xmas_cp .l-contents p.menu-details__price-item,
  #osusume_2024xmas_cp .l-contents .menu-details__case-detail p {
    font-size: 1.2rem;
  }
  #osusume_2024xmas_cp .l-contents p.menu-details__price-main {
    font-size: 1.6rem;
  }
  .menu-details__case-detail {
    padding: 15px;
  }
}
@media all and (min-width: 500px) {
  .menu-details__item {
    padding-bottom: 60px;
  }
  .menu-details__description {
    padding: 0 30px;
  }
  .menu-details__case-image {
    padding: 0 30px;
  }
  .yen {
    font-size: 2rem;
  }
  #osusume_2024xmas_cp .l-contents .menu-details__note li,
  #osusume_2024xmas_cp .l-contents p.menu-details__price-item,
  #osusume_2024xmas_cp .l-contents .menu-details__case-detail p {
    font-size: 2rem;
  }
  #osusume_2024xmas_cp .l-contents p.menu-details__price-main {
    font-size: 3.2rem;
  }
  .menu-details__case-detail {
    padding: 30px;
  }
}

/* お知らせ
================================================ */
/* 企画に関するお知らせ */
.info {
  background-color: #03142e;
}
.info h2 {
  display: block;
  text-align: center;
  line-height: 0.6;
  color: #fff;
}

.info h2 span {
  display: inline-block;
}
.info h2 span:after {
  display: inline-block;
  width: 100%;
  height: 8px;
  background: radial-gradient(
    circle farthest-side,
    #fff,
    #fff 30%,
    transparent 30%,
    transparent
  );
  background-size: 8px;
  content: "";
}
.info__box {
  background: #fff;
  text-align: center;
  letter-spacing: 0.04em;
}
@media all and (max-width: 749px) {
  .info h2 {
    padding-top: 30px;
    font-size: 2rem;
  }
  .info__inner {
    padding: 20px 15px;
  }
  .info__box:nth-child(2) {
    margin-top: 20px;
  }
  .info__box {
    padding: 15px;
  }
  #osusume_2024xmas_cp .l-contents .info__box p {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 750px) {
  .info h2 {
    padding-top: 60px;
    font-size: 4rem;
  }
  .info__inner {
    padding: 40px 30px;
  }
  .info__box {
    padding: 30px;
  }
  #osusume_2024xmas_cp .l-contents .info__box p {
    font-size: 2.4rem;
  }
}
.info__notes-item {
  text-indent: -1em;
  padding-left: 1em;
  color: #fff;
  font-feature-settings: "palt";
}
@media all and (max-width: 749px) {
  .info__notes {
    padding: 20px 15px 0;
    font-size: 1.4rem;
  }
}
@media all and (min-width: 750px) {
  .info__notes {
    font-size: 2.4rem;
    padding: 0 30px;
  }
  .info__notes-item {
    padding-top: 40px;
  }
}

/* 雪の結晶アニメーション
================================================ */
/* 雪のアニメーション背景 */
@media all and (max-width: 749px) {
  #particles-js {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
}
@media all and (min-width: 750px) {
  #particles-js {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 750px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

/* animationと被り、リンクが押せなくなるためz-index追加 */
.coupon-list__item,
.coupon-menu__item,
.menu-details__link a,
.cta,
.cta02,
.l-cv,
.l-footer {
  position: relative;
  z-index: 300;
}
