@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Waterfall&display=swap");

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 501px) {
  .spsp {
    display: none !important;
  }
}

ul {
  list-style: none;
}

:root {
  --color-primary: #a38655;
  --color-secondary: #b8000c;
  --color-tertiary: #fff;
  --font-mincho: "Shippori Mincho", serif;
}
.xmas2024 * {
  box-sizing: border-box;
}
.xmas2024 {
  margin-bottom: 100px;
  background: url(https://www.kissmylife.jp/renewal2023/images/xmas/bg01.jpg) repeat-y center top / cover;
  background-attachment: fixed;
}
.xmas2024 p {
  color: #fff;
}
.xmas2024 p:not([class]) {
  font-size: 14px;
}
.xmas2024 a {
  text-decoration: none;
}
.wrapper {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .wrapper {
    max-width: 860px;
    margin: 0 auto;
  }
}
.content_inner {
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .xmas2024 {
    overflow: hidden;
  }
}

.imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}

.text_center {
  text-align: center;
}

.mtp_100-50 {
  margin-top: 50px;
}
.mtp_50-30 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .mtp_100-50 {
    margin-top: 100px;
  }
  .mtp_50-30 {
    margin-top: 50px;
  }
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.waterfall {
  font-family: "Waterfall", cursive;
}
.main_img {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 200px;
}
.main_img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .main_img img {
    max-width: 860px;
    width: auto;
  }
}
.page-link {
  position: absolute;
  bottom: -120px;
  display: flex;
  gap: 10px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.page-link a img {
  flex: 1 1 calc(33.3333% - 20px);
  width: 110px;
  height: 118px;
}
.link_text {
  position: relative;
}
.link_text::after {
  position: absolute;
  content: "";
  top: 40px;
  left: 47%;
  background: url(https://www.kissmylife.jp/renewal2023/images/xmas/arrow_white.svg);
  width: 11px;
  height: 21px;
  transform: rotate(90deg);
}
img.arrow_down {
  transform: rotate(90deg);
  width: 11px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .page-link {
    gap: 20px;
  }

  .page-link a img {
    height: 216px;
    width: 200px;
  }
}

/*リンクボタン１*/
.link_btn01 {
  width: 90%;
  height: 60px;
  font-size: 16px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  max-width: 460px;
  background-color: var(--color-secondary);
  border-radius: 50px;
  transition: all 0.5s;
  border: 3px solid var(--color-primary);
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.link_btn01:hover {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .link_btn01 {
    width: 100%;
    height: 90px;
    font-size: 24px;
    margin: 20px auto 0;
  }
}

.link_btn01 a:after {
  position: absolute;
  content: "";
  background: url(https://www.kissmylife.jp/renewal2023/images/xmas/arrow_red.svg) no-repeat center center / contain;
  width: 18px;
  height: 34px;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
  transition: color 0.3s, transform 0.3s;
}

.link_btn01 a:hover:after {
  transform: translate(6px, -50%);
  /* ホバー時の位置をずらす */
}

.link_btn01 a {
  color: var(--color-primary);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px 39px;
}
@media screen and (min-width: 768px) {
  .link_btn01 a {
    padding: 0;
  }
}
.link_btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: var(--color-primary);
  border-radius: 5px;
  transition: all 0.5s;
  font-family: var(--font-mincho);
  font-weight: bold;
  font-size: 14px;
  margin: 10px auto 0;
}

.link_btn02 a:after {
  position: absolute;
  content: "";
  background: url(https://www.kissmylife.jp/renewal2023/images/xmas/arrow_white.svg) no-repeat center center / contain;
  width: 8px;
  height: 22px;
  right: 6px;
  top: 50%;
  transform: translate(0, -50%);
  transition: color 0.3s, transform 0.3s;
}

.link_btn02:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .link_btn02 {
    font-size: 16px;
    max-width: 400px;
  }

  .link_btn02 a:after {
    width: 11px;
  }
}

.link_btn02 a:hover:after {
  transform: translate(6px, -50%);
  /* ホバー時の位置をずらす */
}

.link_btn02 a {
  color: #fff;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link_wrap {
  display: block;
  margin-top: 20px;
}

.link_wrap .link_btn01 + .link_btn01 {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .link_wrap {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }

  .link_wrap .link_btn01 + .link_btn01 {
    margin-top: 0;
  }
}

h2.section_title {
  background: url(https://www.kissmylife.jp/renewal2023/images/xmas/h2_title.png) no-repeat center center / cover;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  text-align: center;
  aspect-ratio: calc(390 / 45);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_title_sub {
  text-align: center;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
  margin-top: 10px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .section_title_sub {
    font-size: 24px;
  }
}
.section_title_sub.section_title_sub_reverse {
  margin-bottom: 10px;
}
h3.h3_title {
  margin-top: 50px;
  text-align: center;
}
h3.h3_title img {
  width: 100%;
}
h3 .section_title_sub {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  h3.h3_title img {
    width: 50%;
  }
  h3 .section_title_sub {
    font-size: 24px;
  }
  h2.section_title {
    font-size: 30px;
  }
}
.section_title img {
  display: block;
  margin: 0 auto;
  max-width: 88px;
}
.wrapping_img_wrap {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
.wrapping_img {
  width: 100%;
}
.badge {
  position: absolute;
  top: -30px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .badge {
  }
}
#original-box {
  background-color: rgba(0, 0, 0, 0.3);
}
#wrapping,
#original-box,
#xmas-box,
.xmas_ranking,
#earcuff {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #wrapping,
  #original-box,
  #xmas-box,
  .xmas_ranking,
  #earcuff {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
#greeting {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #greeting {
    font-size: 20px;
  }
}
.item_name {
  margin-top: 10px;
}

.item_price {
  font-weight: bold;
  font-family: var(--font-mincho);
}

.item_price span {
  font-size: 28px;
}

@media screen and (min-width: 768px) {
  .item_price {
    font-size: 16px;
  }

  .item_price span {
    font-size: 24px;
  }
}
.wrapping_text {
  font-size: 14px;
}
.set-item {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 20px 0;
}
.set-item_wrap {
  display: flex;
  flex-direction: column; /* SP時は縦並び */
}

.set-item_card {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .set-item_wrap {
    flex-direction: row; /* 横並びに変更 */
    flex-wrap: wrap; /* 必要に応じてアイテムを折り返す */
  }

  .set-item_box,
  .set-item,
  .set-item_detail01,
  .set-item_detail02,
  .set-item_detail03 {
    width: 48%;
  }

  /* 要素の順序を変更 */
  .set-item_box {
    order: 1;
  }
  .set-item {
    order: 2;
    margin-left: 20px;
    margin-top: 0;
  }
  .set-item_detail01,
  .set-item_detail03 {
    order: 3;
    margin-top: -190px;
  }
  .set-item_detail02 {
  order: 3;
  margin-top: -330px;
}
}
.set-item_title {
  width: 150px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.set-item_text {
  font-size: 14px;
  margin-right: 10px;
}
.set-item_img {
  max-width: 150px;
}
.set-item_reverse {
  flex-direction: row-reverse;
}
.set-item_reverse .set-item_text {
  margin-left: 10px;
  margin-right: 0;
}
.xmas_ranking {
  background: url(https://www.kissmylife.jp/renewal2023/images/xmas/ranking_bg.png) no-repeat center bottom / contain;
  background-color: rgba(0, 0, 0, 0.5);
}
.ranking_card {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  margin-top: 50px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ranking_card {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
}
.ranking_detail {
  flex: 1 1 40%;
  margin-left: 10px;
}
.ranking_img img {
  max-width: 170px;
}
@media screen and (min-width: 768px) {
  .ranking_img img {
    max-width: 300px;
  }
}
.ranking_mark {
  width: 40px;
  margin: 0 auto;
  display: block;
}
.ranking_name {
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .ranking_name {
    margin-top: 30px;
  }
}
.ranking_card_reverse {
  flex-direction: row-reverse;
}
.ranking_card_reverse .ranking_detail {
  margin-left: 0;
  margin-right: 10px;
}
#earcuff {
  background: url(https://www.kissmylife.jp/renewal2023/images/xmas/earcuff_bg.png) no-repeat center center / cover;
  background-color: rgba(0, 0, 0, 0.3);
}
.earcuff_text {
  font-size: 14px;
}
.earcuff_img {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.earcuff_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .earcuff_img img {
    max-width: 460px;
  }
}
.item_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.item_card {
  width: calc(100% / 2 - 10px);
}
.item_card img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .item_card {
    width: calc(100% / 3 - 20px);
  }
}