@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) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 501px) {
  .spsp {
    display: none !important;
  }
}
div#wrapper {
  width: unset;
  max-width: unset;
}
ul {
  list-style: none;
}
.keirou2024 * {
  box-sizing: border-box;
}
.keirou2024 a {
  text-decoration: none;
}
.imgauto {
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}
.waterfall {
  font-family: "Waterfall", cursive;
}
.keirou2024 {
  overflow: hidden;
}
.catch-section {
  background: url(/renewal2023/images/keirou/catch-bg.jpg) no-repeat top center;
  background-size: cover;
  padding: 80px 0 220px;
}

.cacth-frame {
  max-width: 1340px;
  margin: 0 auto;
  position: relative;
}

.cacth-frame-text h2 {
  color: #884990;
  letter-spacing: 0.04em;
}
.cacth-frame-text p {
  color: #2c2c2c;
  margin-top: 50px;
}
.delivery-desc {
  border-radius: 30px;
  max-width: 1100px;
  width: 90%;
  margin: 40px auto 0;
}
.delivery-desc h3 {
  text-align: center;
  font-size: 24px;
  background-color: #af78a0;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
  font-weight: 600;
}
.delivery-desc h3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 22px;
  background-image: url(/renewal2023/images/md-kml/truck.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  margin-right: 10px;
}
.delivery-desc p {
  text-align: center;
  border: 1px solid #707070;
  border-top: none;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 22px;
  border-radius: 0 0 30px 30px;
}
.delivery-desc p .red {
  color: #bf4c4c;
  font-size: 1.1em;
  font-weight: 700;
}
.delivery-desc p .marker {
  background: linear-gradient(transparent 60%, #fffb9a 60%);
}
span.atten {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .cacth-frame-text {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 10px;
    line-height: 2;
  }
  .cacth-frame {
    width: 94%;
  }
  .cacth-frame-text h2 {
    font-size: clamp(18px, 2.5vw, 32px);
  }
  .cacth-frame-text p {
    font-size: clamp(13px, 1.6vw, 20px);
  }
  .cacth-frame-text {
    text-align: center;
    width: 100%;
  }
  span.atten {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .cacth-frame-img {
    margin-top: 70px;
  }
  .delivery-desc p .marker-pc {
    background: linear-gradient(transparent 60%, #fffb9a 60%);
  }
}
@media screen and (max-width: 767px) {
  .cacth-frame-text h2 {
    text-align: center;
    font-size: clamp(21px, 5.6vw, 32px);
    text-align: center;
  }
  .cacth-frame-text p {
    font-size: clamp(18px, 4.2vw, 26px);
    line-height: 1.8;
    margin: 20px auto 0;
  }
  .cacth-frame-text {
    width: 75%;
    margin: 20px auto;
  }
  .delivery-desc h3 {
    font-size: 20px;
  }
  .delivery-desc h3::before {
    width: 30px;
    height: 16px;
  }
  .delivery-desc p {
    font-size: 14px;
  }
  .catch-section {
    padding: 20px 0 90px;
  }
  span.atten {
    font-size: 12px;
  }
  .delivery-desc p .marker,
  .delivery-desc p .marker-pc {
    font-size: 1.3em;
    line-height: 1.6;
  }
  .cacth-frame-img1 {
    width: 60%;
    margin: 0 10px 0 auto;
  }
  .cacth-frame-img2 {
    width: 60%;
    margin: 0 auto 0 10px;
  }
}
.campaign-section {
  background-image: url(/renewal2023/images/keirou/campaign-bg.png?0716);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 160px 0;
  position: relative;
  overflow: hidden;
  margin-top: -120px;
}
.campaign-section h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  color: #884990;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
}
.campaign-section h2::before {
  content: "Campaign";
  color: #d8bc1e;
  position: absolute;
  right: 0;
  bottom: -20px;
  transform: rotate(-5deg);
  z-index: -1;
  font-family: "Waterfall", cursive;
  font-size: 79px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.campaign-list {
  max-width: 1100px;
  width: 90%;
  margin: 100px auto 0;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.campaign-list li {
  background-color: #faf2fa;
  border-radius: 20px;
  padding: 40px 20px 20px;
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 3px 3px 10px rgb(0, 0, 0, 0.16);
}
.campaign-list li:first-child .campaign-img {
  width: 80%;
  margin: 0 auto;
}
.campaign-num {
  font-size: clamp(100px, 11vw, 150px);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -60%);
  line-height: 1;
  color: #a2877a;
}
.campaign-box h3 {
  font-size: clamp(26px, 2.6vw, 30px);
  color: #884990;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
}
.campaign-text {
  font-size: clamp(16px, 2.6vw, 28px);
  color: #884990;
  margin-top: 10px;
  text-align: center;
}
.campaign-img03 {
  border-radius: 8px;
  background-color: #fff;
}
.campaign-img03 img {
  max-width: 400px;
  margin: 0 auto;
}
.campaign-message {
  border-radius: 20px;
  margin-top: 10px;
  font-size: clamp(13px, 1.5vw, 16px);
  position: relative;
  color: #2c2c2c;
}
.campaign-message p {
  display: flex;
  align-items: center;
}
.campaign-message span {
  font-size: 31px;
  line-height: 1;
}
.campaign-message span.waterfall {
  padding-right: 10px;
}

@media screen and (max-width: 1200px) and (min-width: 1001px) {
  .campaign-message {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .campaign-list {
    gap: 20px;
  }
  .campaign-list li {
    width: 33%;
    margin-top: 80px;
  }
  .campaign-list li:first-child h3 {
    margin-top: 40px;
  }
  .campaign-list li:first-child .campaign-text {
    margin-bottom: 30px;
  }
  .campaign-list li:nth-child(2) .campaign-text2 {
    margin-bottom: 30px;
  }
  .campaign-list li:nth-child(2) h3 {
    margin: 5px 0 20px;
  }
  .campaign-message {
    padding: 20px;
  }
  .campaign-img3 {
    position: absolute;
    bottom: -40px;
    width: 80%;
    max-width: 300px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .campaign-section {
    background-image: url(/renewal2023/images/keirou/sp/campaign-bg.png);
    padding: 100px 0;
    margin-top: -30px;
  }
  .campaign-section h2 {
    font-size: 34px;
  }
  .campaign-section h2::before {
    font-size: 49px;
    bottom: -15px;
  }
  .campaign-list {
    flex-direction: column;
    gap: 50px;
  }
  .campaign-num {
    font-size: 113px;
  }
  .campaign-box h3 {
    font-size: 28px;
    padding: 0;
  }
  .campaign-list li:first-child .campaign-text {
    margin: 0 auto 20px;
  }
  .campaign-list li:first-child .campaign-img {
    max-width: 150px;
  }
  .campaign-list li:nth-child(2) .campaign-text2 {
    margin: 10px auto;
    font-size: 16px;
  }
  .campaign-list li:nth-child(2) h3 {
    margin: 0 auto;
    padding: 0;
  }
  .campaign-text {
    font-size: 22px;
  }
  .campaign-img3 {
    width: 70%;
    max-width: 280px;
    margin: 10px auto 0;
  }
  .campaign-card.sp {
    width: 80%;
    margin: 20px auto 0;
    max-width: 300px;
  }
  .campaign-example {
    text-align: center;
  }
  .campaign-example h4 {
    font-size: clamp(18px, 4vw, 24px);
  }
  .campaign-example p span {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .campaign-example p {
    font-size: 14px;
    line-height: 1.4;
    align-items: center;
  }
  p.campaign-img01.campimg-r {
    margin: -27vw 0 0 auto;
  }
  .campaign-message p {
    font-size: 16px;
  }
}

.serch-section {
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.section-title02 .en {
  font-size: 44px;
  color: #d8bc1e;
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
}
.section-title02 .jp {
  font-size: 32px;
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  color: #503418;
}
.serch-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  max-width: 1100px;
  width: 90%;
  margin: 60px auto 0;
}
.serch-list li a {
  font-size: 18px;
  display: block;
  color: #fff;
  padding: 30px 20px;
  border-radius: 20px;
  background-image: linear-gradient(#8666a1, #8666a1 49%, #7e5a9a, 50%, #7e5a9a);
}
.serch-list li a::after {
  content: "";
  background: url(md-kml/serch-btn.svg) no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translate(0, -50%);
}
.serch-list li a {
  font-size: 16px;
  padding: 25px 20px;
  background-size: 11px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .serch-section {
    background-image: url(/renewal2023/images/keirou/sarch-bg.jpg);
    background-size: cover;
    padding: 40px 0 200px;
  }
}
@media screen and (max-width: 767px) {
  .section-title02 .en {
    font-size: 36px;
  }
  .section-title02 .jp {
    font-size: 26px;
    font-weight: 600;
  }
  .serch-list {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-top: 40px;
  }
  .serch-section {
    background-image: url(/renewal2023/images/keirou/sp/serch-bg.png);
    background-size: cover;
    padding: 40px 0 120px;
  }
}
.recommend-section {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}
.section-title {
  font-size: clamp(38px, 4vw, 48px);
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  color: #884990;
  line-height: 1.2;
}
.section-title span {
  font-size: 24px;
  display: block;
}
.section-title span::after,
.select-section .section-title span::after {
  content: "";
  display: block;
}
.section-title span::after {
  background: url(/renewal2023/images/keirou/title-deco.svg) no-repeat;
  background-size: contain;
}
.select-section .section-title span::after {
  background: url(/renewal2023/images/keirou/title-deco-red.svg) no-repeat;
  background-size: contain;
}
.select-section .section-title {
  color: #8e0101;
}
.recommend-area {
  display: flex;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  flex-wrap: wrap;
  margin-top: 80px;
}
.recommend-text-box h3 {
  font-size: 24px;
  color: #814911;
  font-weight: 600;
}
.product-price {
  color: #000000;
  font-size: 18px;
}
.product-price span {
  font-size: 14px;
}
.product-price::before {
  content: "¥";
  font-size: 16px;
  margin-right: 10px;
}
.recommend-point {
  background-color: #fff;
  color: #1c1c1c;
  padding: 40px 20px 20px;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 20px;
  position: relative;
}
.recommend-point::before {
  content: "Point!";
  font-family: "Waterfall", cursive;
  font-size: 38px;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #a73460;
  transform: rotate(-15deg);
  position: absolute;
  top: -7px;
}
.product-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #964477;
  text-align: center;
  max-width: 250px;
  font-size: 18px;
  color: #fff;
  padding: 5px 0;
  border-radius: 50px;
  margin: 0 auto;
}
.product-btn a::after {
  content: "";
  background-image: url(/renewal2023/images/md-kml/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 40px;
  margin-left: 20px;
  background-position: center;
}
.recommend-area .product-btn a {
  margin: 20px 0 0 auto;
}
.product-btn-no a::after {
  content: none;
}
.product-btn-no a {
  height: 50px;
}
.section-title span::after,
.select-section .section-title span::after {
  max-width: 320px;
  height: 16px;
  margin: 10px auto;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .recommend-section {
    background-image: url(/renewal2023/images/keirou/ranking-bg.png?0716);
    margin-top: -70px;
    padding: 150px 0 200px;
    position: relative;
  }
  .recommend-text-box h3 {
    padding-right: 40px;
  }
  .section-title span {
    min-width: 320px;
  }
  .recommend-img {
    width: 250px;
  }
  .recommend-text-box {
    flex: 1;
    margin-left: 30px;
  }

  .product-btn {
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .recommend-section {
    background-image: url(/renewal2023/images/keirou/sp/ranking-back-sp.png);
    margin-top: -40px;
    padding: 80px 0 60px;
    position: relative;
    z-index: 1;
  }
  .section-title {
    font-size: clamp(30px, 6vw, 36px);
    position: relative;
    z-index: 1;
  }
  .section-title span {
    font-size: 20px;
    background-size: 190px;
  }
  .recommend-img {
    width: 48%;
  }
  .recommend-text-box {
    display: contents;
  }
  .recommend-text-box > * {
    width: 100%;
  }
  .recommend-detail {
    width: 48%;
    margin-left: 4%;
    position: relative;
  }
  .recommend-text-box h3 {
    font-size: 18px;
  }
  .product-price {
    font-size: 20px;
  }
  .recommend-deco {
    position: absolute;
    bottom: -60px;
    right: -20px;
    width: 130px;
  }
  .recommend-area {
    padding: 30px 20px;
    margin-top: 40px;
  }

  .recommend-area .product-btn a {
    margin-right: auto;
  }
  .product-btn a {
    font-size: 15px;
    margin: 15px auto 0;
  }
  .product-btn a::after {
    margin-left: 6px;
  }
}

.select-section {
  background-color: rgba(255, 239, 239, 0.65);
}
.gift-area {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.select-list {
  display: grid;
  margin: 0 auto;
}
.select-box {
  border: 1px solid #a78c3f;
  background-color: rgba(253, 253, 243, 0.3);
}
.select-box-inner {
  border: 1px solid #a78c3f;
  background-color: rgba(253, 253, 243, 0.3);
}
.select-ttl {
  color: #814911;
  font-size: clamp(20px, 2.5vw, 32px);
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
}
.select-text {
  color: #2c2c2c;
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
}
.select-parts {
  width: 120px;
  margin: 0 auto 30px;
}
.select-list .product-btn a {
  background-color: #b9526d;
}
.select-subttl {
  position: relative;
  text-align: center;
  color: #814911;
  font-size: clamp(18px, 2vw, 27px);
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .gift-area {
    padding: 120px 0;
  }
  .select-box {
    margin: 60px auto 0;
    padding: 10px;
  }
  .select-box-inner {
    padding: 40px;
  }
  .select-list {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0;
    width: 80%;
    gap: 60px;
  }
  .select-subttl {
    margin: 80px 0 0;
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .gift-area {
    padding: 40px 0;
  }
  .select-box {
    margin: 30px auto 0;
    padding: 5px;
  }
  .select-box-inner {
    padding: 40px 20px;
  }
  .select-list {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 20px 0;
    gap: 20px;
  }
  .select-list .product-btn a {
    padding: 2px 5px;
  }
  .select-subttl {
    margin: 30px 0 0;
  }
  .select-subttl-l,
  .select-subttl-r {
    width: 20%;
  }
  .select-text {
    font-size: 17px;
  }
}

.raking-section {
  z-index: 0;
  background-image: url(/renewal2023/images/keirou/ranking2-bg.png?0716);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}
.raking-section h2 {
  font-size: 42px;
  width: fit-content;
  margin: 0 auto;
  font-weight: 600;
  color: #814911;
  position: relative;
  letter-spacing: 0.1em;
  z-index: 0;
}
.raking-section h2::after {
  content: "Ranking";
  transform: rotate(-5deg);
  color: #d8bc1e;
  font-size: 63px;
  font-family: "Waterfall", cursive;
  position: absolute;
  right: -40px;
  bottom: -40px;
  z-index: -1;
  letter-spacing: 0.1em;
}
.ranking-link {
  display: flex;
  gap: 40px;
  max-width: 950px;
  width: 90%;
  margin: 100px auto 0;
}
.ranking-link li a {
  display: flex;
  padding: 15px 0;
  border: 2px solid #814911;
  background-color: #fff;
  color: #814911;
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
.ranking-link li a span {
  font-size: 26px;
  margin-left: 10px;
  color: #814911;
  transition: 0.8s;
  display: flex;
  align-items: center;
}
.ranking-link li a span::after {
  content: "";
  background-image: url(md-kml/link-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
  display: inline-block;
  margin-left: 20px;
  transition: 0.8s;
}
.ranking-link li a:hover {
  background-color: #b29d6d;
  border-color: #b29d6d;
  color: #fff;
}
.ranking-link li a:hover span {
  color: #fff;
}
.ranking-link li a:hover span::after {
  background-image: url(md-kml/link-icon-w.svg);
  background-repeat: no-repeat;
}
.ranking-contents {
  margin-top: 60px;
  max-width: 1100px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #f2ebdc;
  border-radius: 20px;
  padding-bottom: 80px;
  scroll-margin-top: 150px;
  position: relative;
}
.ranking-heading {
  background-color: #b29d6e;
  text-align: center;
  padding: 18px 0;
  border-radius: 20px 20px 0 0;
}
.ranking-heading p {
  font-size: 18px;
  color: #fff;
}
.ranking-heading h3 {
  font-size: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.ranking-heading h3 span {
  margin-left: 10px;
  color: #fff;
  font-size: 34px;
}
.ranking-heading h3 span::before {
  font-size: 23px;
}
.ranking-list {
  max-width: 1100px;
  width: 90%;
  margin: 40px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ranking-num {
  max-width: 128px;
  margin: 0 auto 10px;
}
.ranking-list h4,
.select-list h4 {
  font-size: 15px;
  color: #503418;
  margin: 10px 0;
  font-weight: bold;
}
.ranking-list .product-price {
  font-size: 18px;
  color: #503418;
}
.age-ranking-link {
  display: flex;
  gap: 40px;
  max-width: 950px;
  width: 90%;
  margin: 100px auto 0;
}
.age-ranking-link a {
  font-size: 22px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 20px;
  padding: 20px 0;
}
.age-ranking-link a::after {
  display: block;
  content: "";
  background-image: url(md-kml/link-icon-w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 9px;
  margin: 0 auto;
}
.age-area .age70 {
  background: #97789d;
}
.age-area .age80 {
  background: #81789d;
}
.age-area .age90 {
  background: #787ca7;
}
.age-area .ranking-contents {
  background-color: #fcf8ff;
}
.ranking-list .product-btn a {
  background-color: #7a608e;
}
@media screen and (min-width: 768px) {
  .raking-section {
    padding: 140px 0 200px;
    margin-top: -60px;
  }
  .ranking-link li {
    flex: 1;
  }
  .ranking-list {
    gap: 120px 40px;
  }
  .ranking-list li {
    flex: 1;
  }
  .ranking-list .product-btn a {
    font-size: 16px;
  }
  .age-ranking-link li {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .raking-section {
    padding: 40px 0 20px;
    margin-top: -30px;
    background-image: url(/renewal2023/images/keirou/sp/ranking2-bg.png?0716);
    position: relative;
    z-index: 2;
  }
  .raking-section h2 {
    font-size: clamp(28px, 6vw, 36px);
    text-align: center;
  }
  .raking-section h2::after {
    font-size: 43px;
    right: -20px;
    bottom: -20px;
  }
  .ranking-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .ranking-link {
    margin-top: 60px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ranking-link li {
    width: calc(50% - 10px);
  }
  .ranking-link li a {
    font-size: 21px;
  }
  .ranking-link li a span {
    font-size: 20px;
  }
  .ranking-link li a span::after {
    width: 9px;
    height: 7px;
  }
  .ranking-heading p {
    font-size: 18px;
  }
  .ranking-heading h3 {
    font-size: 28px;
  }
  .ranking-heading h3 span {
    font-size: 26px;
  }
  .ranking-heading h3 span::before {
    font-size: 18px;
  }
  .ranking-list {
    column-gap: 6%;
    row-gap: 40px;
  }
  .ranking-list h4 {
    font-size: 16px;
  }
  .ranking-list li .product-btn a {
    font-size: 13px;
    padding: 2px 5px;
  }
  .ranking-contents.flower::before {
    top: -110px;
    left: -60px;
  }
  .ranking-contents.flower::after {
    bottom: -70px;
    right: -30px;
  }
  .age-ranking-link {
    margin-top: 60px;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .age-ranking-link li {
    width: calc(50% - 10px);
  }
  .age-ranking-link a {
    font-size: 18px;
    padding: 15px 0;
  }
  .age-ranking-link a::after {
    width: 9px;
    height: 7px;
  }
  .age-area {
    background-image: url(md-kml/ranking-bg02-sp.png);
    padding: 30px 0;
  }
}

.item-serch-section {
  background-color: #faf5fa;
  padding: 40px 0 220px;
}
.item-slider {
  margin-top: 80px;
}
.item-slider li {
  padding: 0 20px;
}
p.slider-img img {
  border-radius: 30px;
}
.item-slider h3 {
  font-size: 18px;
  color: #503418;
  margin: 10px 0;
  font-weight: bold;
}
.item-slider .product-price {
  font-size: 20px;
  color: #503418;
}
.item-slider .product-btn a {
  font-size: 16px;
  padding: 5px 0;
  margin: 20px auto 0;
}
.attend {
  font-size: 16px;
  margin: 20px 0;
  color: #2c2c2c;
}
.message-txt {
  font-size: 20px;
  color: #2c2c2c;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .item-slider {
    margin-top: 60px;
  }
  .item-slider li {
    padding: 0 15px;
  }
  .item-slider h3 {
    font-size: 15px;
  }
  .item-slider .product-price {
    font-size: 16px;
  }
  .item-slider .product-price::before {
    font-size: 14px;
  }
  .item-slider .product-btn a {
    font-size: 13px;
    padding: 2px 0;
  }
  .item-serch-section {
    padding-bottom: 80px;
  }
  .message-txt {
    font-size: 17px;
  }
}
.messagecard-section {
  background-image: url(/renewal2023/images/keirou/msg-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 140px 0;
  margin-top: -60px;
}
.messagecard-area {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}
.messagecard-flex {
  display: flex;
  margin: 0 auto;
}
.messagecard-text {
  font-size: 18px;
  color: #503419;
  margin-top: 20px;
}
.messagecard-text span {
  font-size: 15px;
  color: #707070;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .messagecard-area .section-title {
    font-size: 42px;
  }
  .msg-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .message-ttlimg1,
  .message-ttlimg2 {
    width: 180px;
  }
  .messagecard-flex {
    width: 95%;
    margin-top: 20px;
  }
  .messagecard-contents {
    width: 65%;
  }
  .message-img {
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  .messagecard-section {
    background-image: url(/renewal2023/images/keirou/sp/msg-bg.png);
    padding: 100px 0 60px;
  }
  .messagecard-section .section-title span {
    line-height: 1.2;
  }
  .messagecard-text span {
    font-size: 14px;
  }
  .messagecard-text {
    font-size: 18px;
  }
  .msg-ttl {
    position: relative;
  }
  .message-ttlimg1 {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 30%;
    max-width: 120px;
  }
  .message-ttlimg2 {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 30%;
    max-width: 120px;
  }
  .messagecard-flex {
    padding-top: 40px;
    flex-direction: column;
  }
  .message-img {
    width: 90%;
    max-width: 340px;
    margin: 0 auto;
  }
}

.faq-section {
  background-color: #fafaf5;
  padding: 40px 0 80px;
}
.faq-list {
  max-width: 1100px;
  width: 90%;
  margin: 80px auto 0;
}
.faq-list dt {
  border-radius: 20px 20px 0 0;
  background-color: #ebe8df;
  font-size: 26px;
  color: #503418;
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
}
.faq-list dt::before {
  content: "Q";
  font-family: "Waterfall", cursive;
  font-size: 34px;
  color: #814911;
  margin-right: 20px;
  line-height: 1;
}
.faq-list dd {
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  font-size: 18px;
  color: #503418;
  padding: 20px 30px;
  display: flex;
  align-items: flex-start;
  font-weight: 400;
}
.faq-list dd::before {
  content: "A";
  font-family: "Waterfall", cursive;
  font-size: 34px;
  color: #d8bc1e;
  margin-right: 20px;
  line-height: 1;
}
.faq-list dt:nth-child(n + 2) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .faq-section {
    background-size: 1440px;
  }
  .faq-list dt::before {
    font-size: 24px;
  }
  .faq-list dt {
    font-size: 16px;
  }
  .faq-list dd::before {
    font-size: 24px;
  }
  .faq-list dd {
    font-size: 16px;
  }
  .faq-list {
    margin-top: 60px;
  }
}

p.recommend-img,
p.ranking-img {
  position: relative;
}

span.icon-koukoku {
  display: block;
  position: absolute;
  left: -10px;
  top: -10px;
}
@media screen and (min-width: 768px) {
  span.icon-koukoku {
    width: 80px;
  }
  p.ranking-img img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 767px) {
  span.icon-koukoku {
    width: 60px;
  }
  p.ranking-img span.icon-koukoku-sub {
    width: 50px;
  }
  p.ranking-img img {
    border-radius: 10px;
  }
}

.keirou-ttl-day {
  margin: 10px auto 0;
  text-align: right;
  color: #884990;
  font-size: clamp(16px, 3vw, 25px);
}
@media screen and (min-width: 768px) {
  .keirou-ttl-day {
    width: 40%;
  }
}

.float-btn {
  background-color: #af78a0;
  color: #fff;
  display: inline-block;
  width: fit-content;
  position: fixed;
  text-align: center;
  line-height: 1.5;
  border-radius: 10px;
  z-index: 999;
  transition: 0.5s all;
}
.float-btn span {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
.fixed-banner-close {
  position: absolute;
  top: -18px;
  right: -18px;
  padding: 8px;
  cursor: pointer;
  z-index: 1;
}
.fixed-banner-close > span {
  position: relative;
  display: block;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
}
.fixed-banner-close > span:after,
.fixed-banner-close > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72.5%;
  height: 2.5px;
  background-color: #707070;
}
.fixed-banner-close > span:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fixed-banner-close > span:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .float-btn {
    bottom: 160px;
    right: 50px;
    padding: 20px;
    font-size: 25px;
  }
  .float-btn span {
    font-size: 38px;
  }
  .fixed-banner-close > span {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .float-btn {
    bottom: 80px;
    right: 50px;
    padding: 10px;
    font-size: 14px;
  }
  .float-btn span {
    font-size: 16px;
  }
  .fixed-banner-close > span {
    width: 18px;
  }
  .fixed-banner-close {
    top: -13px;
    right: -12px;
  }
}
/*20240911追加*/
.f-raking-section {
  margin-top: -200px;
}
.topsales {
  width: 100%;
}
.topsales-inner {
  padding-bottom: 100px;
  margin: 100px auto 0;
  max-width: 1100px;
  width: 90%;
}
.topsales-img {
  text-align: center;
  margin-top: 30px;
}

.ranking-list.age-ranking-list {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .topsales-inner {
    padding-bottom: 180px;
    margin: 70px auto 0;
  }
  .ranking-list.age-ranking-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
