@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: #B8000D;
  --color-secondary: #f0e0e0;
  --color-tertiary: #b29a72;
  --font-mincho: "Shippori Mincho", serif;
}
.luckybag2026 * {
  box-sizing: border-box;
}
.luckybag2026 {
  background-color: var(--color-secondary);
  background-attachment: fixed;
}
.luckybag2026 p {
}
.luckybag2026 p:not([class]) {
  font-size: 14px;
}
.luckybag2026 a {
  text-decoration: none;
}
.luckybag2026 img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.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) {
  .luckybag2026 {
    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 img {
  width: 100%;
  height: auto;
}

/*リンクボタン１*/
.link_btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  width: 100%;
  height: 50px;
  background-color: var(--color-tertiary);
  border: 1px solid #fff;
  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/fuku/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%;
}


h2.section_title {
  background: url(https://www.kissmylife.jp/renewal2023/images/fuku/title_h3_01.png) no-repeat center center / cover;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  color: var(--color-primary);
  text-align: center;
  aspect-ratio: calc(390 / 45);
  width: 100%;
  height: auto;
  margin: 50px auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
h2.section_title.title_white {
  background: url(https://www.kissmylife.jp/renewal2023/images/fuku/title_h3_02.png) no-repeat center center / cover;
  color: #fff;
}
h2.top_title {
  color: var(--color-primary);
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  h2.top_title {
    font-size: 24px;
  }
}
.section_title_sub {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 10px;
}
.title_red {
  color: var(--color-primary);
}
.top_icon {
  max-width: 100px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section_title_sub {
    font-size: 45px;
  }
}
.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;
}

#greeting {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #greeting {
    font-size: 20px;
  }
}
#happybag {
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(https://www.kissmylife.jp/renewal2023/images/fuku/bg01.jpg) center center;
}
.happybag_title img {
  max-width: 100%;
}
.happybag_title span {
  color: #fff;
  display: block;
  background-color: var(--color-primary);
  border-radius: 30px;
  padding: 5px 10px;
  margin: 30px auto 0;
  max-width: 85%;
  font-size: 20px;
  font-family: var(--font-mincho);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .happybag_title span {
    font-size: 40px;
  }
}

.happybag_title_sub {
  color: var(--color-primary);
  font-size: 12px;
  margin-bottom: 30px;
  text-align: center;
}
.product_img_wrap {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  width: 100%;
}
.product_img_wrap + .product_img_wrap {
  margin-top: 50px;
}
.product_img {
  position: relative;
  width: 100%;
  text-align: center;
}
.product_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product_img img {
  width: 80%;
}
}
.product_name {
  font-size: 14px;
  margin-top: 10px;
}

.product_price {
  position: absolute;
  bottom: 17px;
  right: 17px;
  color: var(--color-primary);
  font-weight: bold;
  font-family: var(--font-mincho);
  line-height: 1.1;
  text-align: left;
}

.product_price span {
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  .product_name {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .product_price {
    bottom: 42px;
    right: 180px;
    font-size: 24px;
  }
  .product_price span {
    font-size: 50px;
  }
}
.item_name {
  margin-top: 10px;
}
.item_proper {
  margin-top: 10px;
  color: #808080;
  font-size: 13px;
}
.item_price {
  font-weight: bold;
  font-family: var(--font-mincho);
  color: var(--color-primary);
}
.item_price span {
  font-size: 28px;
}

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

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

#sale_area {
  padding-top: 30px;
  padding-bottom: 50px;
  background-color: var(--color-primary);
  color: #fff;
}
@media screen and (min-width: 768px) {
  #sale_area {
    margin-top: 100px;
  }
}
.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;
}

.notice {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .notice {
    text-align: center;
  }
}