@charset "utf-8";

body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  word-break: normal;
  word-wrap: break-word;
}

/* Webフォントを定義 */
@font-face {
  font-family: 'GenJyuuGothic';
  /* フォーマットごとにパスを指定 */
  src: url("../font/GenJyuuGothic-Normal.ttf") format("truetype");
}

@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../font/GenJyuuGothic-Bold.ttf") format("truetype");
  font-weight: bold;
}

/* italic */
@font-face {
  font-family: 'GenJyuuGothic';
  src: url("../font/GenJyuuGothic-Medium.ttf") format("truetype");
  font-style: 500;
}

.marugo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

body {
  font-size: 15px;
  line-height: 1.7;
  color: #55350b;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

small {
  font-size: 80%;
}

article,
aside,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

img {
  vertical-align: bottom;
}

input,
select {
  font-size: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  -webkit-font-smoothing: antialiased;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #08c;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

a img {
  transition: opacity 0.5s ease-in-out;
}

a:hover img {
  opacity: 0.8;
}

.pconly {
  display: none;

  @media screen and (min-width: 600px) {
    display: none;
  }

  @media screen and (min-width: 1025px) {
    display: block;
  }
}

.sponly {
  display: block;

  @media screen and (min-width: 600px) {}

  @media screen and (min-width: 1025px) {
    display: none;
  }
}



.mainw {
  max-width: 1060px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 750px) {
  .mainw {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: 94.66%;
  }
}


.fv {
  position: relative;

  video {
    max-width: 100%;
  }
}

/*
-----------------------------------------------
▼ヘッダー
----------------------------------------------- */

header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  height: 68px;

  @media screen and (min-width: 600px) {}

  @media screen and (min-width: 1025px) {}
}

header h1 {
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 1.4%;
  width: 90px;

  @media screen and (min-width: 600px) {}

  @media screen and (min-width: 1025px) {
    width: 86px;
  }

  @media screen and (min-width: 1400px) {
    width: 100px;
  }
}

/*
-----------------------------------------------
▼クリスマスだけのスペシャルな特典
----------------------------------------------- */

:root {
  @media (max-width: 750px) {
    font-size: calc(100vw / 75);
  }
}



.benefits {
  background: url('../img/bg01.webp') no-repeat center top/100% auto;
  background-color: #b54746;
  padding: 150px 0 120px;
  position: relative;
  z-index: 0;

  h2 {
    max-width: 791px;
    margin-left: auto;
    margin-right: auto;
  }

  ul {
    margin-top: 68px;
    text-align: center;
  }

  li {
    margin-left: auto;
    margin-right: auto;
  }

  li:nth-child(1) {
    max-width: 1100px;

  }

  li:nth-child(2) {
    max-width: 1518px;
    margin-top: 40px;
  }

  p {
    margin-top: 1em;
    font-size: 21px;
    letter-spacing: 0.1rem;
    color: #fff;
  }

  .couponbtn {
    max-width: 446px;
    width: 80%;
    margin: 4rem auto 0;
  }
}

@media screen and (max-width: 750px) {
  .benefits {
    background: url('../img/sp_bg01.webp') no-repeat center top/100% auto;
    background-color: #b54746;
    padding: 7rem 0 12rem;

    h2 {
      max-width: 54rem;
    }

    ul {
      margin-top: 6.8rem;
    }

    li:nth-child(1) {
      max-width: 93.33vw;

    }

    li:nth-child(2) {
      max-width: 100%;
      width: 94.66%;
      margin-top: 10rem;
    }

    p {
      margin-top: 1em;
      font-size: 2.1rem;
    }

    .benefits_btn {
      max-width: 45.6rem;
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  }
}

/*
-----------------------------------------------
▼クーポン・早割の部分
----------------------------------------------- */
.slick01 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
  max-width: 100%;

  @media screen and (min-width: 600px) {}

  @media screen and (min-width: 1025px) {
    max-width: 1050px;
  }
}

.slick01 li {
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}

.slick01 li img {
  width: 100%;
  max-width: 244px;
  height: auto;
  display: block;
}

.slick01 .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.slick01 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 2px 2px 0 0;
  position: absolute;
  top: 18px;
  transform: rotate(45deg);
}

.slick01 .slick-next {
  right: -8%;
}

.slick01 .slick-prev {
  left: -8%;
}

.slick01 .slick-next::before {
  left: 16px;
}

.slick01 .slick-prev::before {
  border-width: 0 0 2px 2px;
  right: 16px;
}

.coupon_area {
  background-color: #faf0e2;
  padding-bottom: 6.5%;
}

.coupon_area h2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -78px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  .slick01 .slick-next {
    right: 0;
  }

  .slick01 .slick-prev {
    left: 0;
  }
}

@media screen and (max-width: 750px) {
  .slick01 {
    width: 94.66%;
    margin-left: auto;
    margin-right: auto;
  }

  .slick01 li img {
    width: 100%;
    max-width: 20.4rem;
  }

  .slick01 .slick-arrow {
    width: 2.8rem;
    height: 2.8rem;
  }

  .slick01 .slick-arrow::before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    top: .4rem;
  }

  .slick01 .slick-next {
    right: -1.2rem;
  }

  .slick01 .slick-prev {
    left: -1.2rem;
  }

  .slick01 .slick-next::before {
    left: .4rem;
  }

  .slick01 .slick-prev::before {
    border-width: 0 0 2px 2px;
    right: .4rem;
  }

  .coupon_area {
    padding-bottom: 8rem;
  }

  .coupon_area h2 {
    margin-top: -6rem;
    max-width: 68.8rem;
  }
}

/*
-----------------------------------------------
▼ページ内ナビ
----------------------------------------------- */
.pagenavi {
  padding: 120px 0 400px;
  background: url('../img/bg01.webp') no-repeat center top/100% auto;
  background-color: #b54746;

  h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pagenavi_area {
    background-color: #faf0e2;
    border-radius: 15px;
    margin-top: -30px;
    padding: 50px 34px 138px;
  }

  .link-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0 30px;
  }

  ul+dl {
    margin-top: 50px;
  }

  dl+dl {
    margin-top: 40px;
  }

  dt {
    text-align: center;
  }

  dd {
    display: flex;
    justify-content: center;
    gap: 0 22px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 750px) {
  .pagenavi {
    padding: 8.6rem 0 12rem;
    background: url('../img/sp_bg01.webp') no-repeat center top/100% auto;
    background-color: #b54746;

    .pagenavi_area {
      border-radius: 15px;
      margin-top: -2rem;
      padding: 3rem 2.4rem 6rem;
    }

    .link-list {
      gap: 0 1.6rem;
      flex-wrap: wrap;

      li {
        width: calc(50% - 1.6rem);
      }
    }

    ul+dl {
      margin-top: 4.6rem;
    }

    dl+dl {
      margin-top: 3rem;
    }

    dl:nth-of-type(1) {
      a {
        width: calc(25% - 2rem);
      }
    }

    dl:nth-of-type(2) {
      a {
        width: calc(40% - 2rem);
      }
    }

    dl:nth-of-type(3) {
      a {
        width: calc(40% - 2rem);
      }
    }

    dd {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem 2rem;
      margin-top: 1.6rem;
    }
  }
}

/*
-----------------------------------------------
▼1カラム
----------------------------------------------- */
.ranking_wrap01 {
  margin-top: 40px;

  >li+li {
    margin-top: 100px;
  }

  .rank_product {
    margin-top: 56px;
    display: flex;
  }

  .rank_thumb,
  .product_contents {
    width: 50%;
  }

  .rank_thumb {
    text-align: center;
  }

  .product_contents {
    padding: 0 20px;
  }

  .name {
    font-size: 34px;
    font-weight: 700;
    margin-top: 20px;
  }

  p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.01rem;
    line-height: calc(36/24);
    margin-top: 8px;
  }

  .free-send {
    font-size: 24px;
    padding: 3px 36px 0;
    border-radius: 5px;
  }

  .detail {
    margin-top: 30px;
  }

  .slick-slide img {
    margin: 0 auto;
  }

  .ranking_img {
    position: relative;
    z-index: 1;
    border-radius: 35px;
    border: 1rem solid #fff;
    overflow: hidden;
  }

  .link-wrap {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 750px) {
  .ranking_wrap01 {
    margin-top: 8.4rem;

    >li+li {
      margin-top: 14rem;
    }

    .rank_product {
      margin-top: 0;
      flex-direction: column;
      align-items: center;
    }

    .product_contents {
      width: 100%;
    }

    .rank_thumb {
      max-width: 70%;
      width: 100%;
    }

    .product_contents {
      padding: 0 2rem;
    }

    .name {
      font-size: 3rem;
      margin-top: 3rem;
    }

    p {
      font-size: 2.4rem;
      margin-top: 1.6rem;
    }

    .free-send {
      font-size: 2.4rem;
      padding: 0.3rem 2.8rem 0;
      border-radius: 0.5rem;
    }

    .detail {
      margin-top: 2rem;
    }

    .link-wrap {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .ranking_wrap01_in>h3 {
    width: 50%;
  }
}

/*
-----------------------------------------------
▼売れ筋ランキング
----------------------------------------------- */
.uresuji_ranking_area {
  padding: 80px 0 210px;
  background: url('../img/ranking/bg.webp') no-repeat center top;
  background-color: #faf0e2;

  h2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  h3 {
    position: relative;
    z-index: 10;
  }

  .ranking_img {
    margin-top: -36px;
    position: relative;
    z-index: 1;
    border-radius: 35px;
    border: 1rem solid #fff;
    overflow: hidden;
  }

  .point {
    margin-top: 48px;
  }
}

@media screen and (max-width: 750px) {
  .uresuji_ranking_area {
    padding: 0 0 20rem;
    background: none;
    background-color: #faf0e2;

    h2 {
      width: 100%;
    }

    .ranking_img {
      margin-top: -7rem;
    }

    .point {
      margin-top: 6rem;
    }
  }
}

.ic_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 54px;

  li {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    position: relative;
    padding: 10px 0 10px 34px;
    line-height: 1;
    color: #fff;
    width: 160px;

    &:after {
      position: absolute;
      top: 50%;
      left: 14px;
      transform: translateY(-50%);
      content: '・';
      color: #fff;
    }

    &:before {
      position: absolute;
      top: 0;
      right: -1em;
      content: '';
      border-width: 0.95em 0 0.95em 1em;
      border-style: solid;
    }
  }

  .li_ic01 {
    background-color: #d65942;

    &:before {
      border-color: transparent transparent transparent #d65942;
    }
  }

  .li_ic02 {
    background-color: #d2ac5e;

    &:before {
      border-color: transparent transparent transparent #d2ac5e;
    }
  }

  .li_ic03 {
    background-color: #43a369;

    &:before {
      border-color: transparent transparent transparent #43a369;
    }
  }
}

.detail {
  display: flex;
  gap: 0 1rem;
  justify-content: flex-end;

  .free-send {
    border: 3px solid #55350b;
    font-weight: 700;
  }

  .price {
    font-size: 52px;
    font-weight: 600;
    line-height: 100%;
    p{
      font-size: 36px;
      text-decoration: line-through;
    }
  }
}

.link-wrap {
  display: flex;
  margin-top: 34px;

  p {
    width: 50%;
    text-align: center;
    line-height: 1;
  }
}

@media screen and (max-width: 750px) {
  .ic_ul {
    gap: 1rem 2.4rem;

    li {
      font-size: 1.8rem;
      padding: 1rem 0 1rem 3rem;
      line-height: 1;
      color: #fff;
      width: 13rem;

      &:after {
        left: 1.2rem;
      }

      &:before {
        position: absolute;
        top: 0;
        right: -0.9em;
        content: '';
        border-width: 1.1em 0 1.1em 1em;
        border-style: solid;
      }
    }
  }

  .detail {
    /* justify-content: flex-start; */
    gap: 0 2.4rem;

    .free-send {
      border: .3rem solid #55350b;
    }

    .price {
      font-size: 3.6rem;
      p{
       font-size: 3rem;
      }
    }
  }

  .link-wrap {
    flex-direction: column;
    margin-top: 5rem;
    gap: 1rem 0;

    p {
      width: 100%;
    }
  }
}

/*
-----------------------------------------------
▼2カラム
----------------------------------------------- */
.ranking_wrap02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
  margin-top: 70px;
}

.ranking_wrap02_in {
  width: calc(499/1020*100%);
  background-color: #faf0e2;
  border-radius: 29px;
  padding: 30px 30px 60px;

  .product_box {
    height: 100%;
  }

  .product_img {
    text-align: center;
    border-radius: 29px;
    overflow: hidden;
  }

  .product_info {
    padding: 32px 12px 0;
    display: flex;
    flex-direction: column;
  }

  .link-wrap {
    flex-direction: column;
    gap: 20px 0;
    padding-top: 40px;
    margin: auto auto 0;

    p {
      width: 100%;
    }
  }

  h3 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 20px;
    line-height: calc(48/34);
  }

  .detail {
    margin-top: 30px;
  }

  .free-send {
    font-size: 24px;
    padding: 3px 14px 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 750px) {
  .ranking_wrap02 {
    gap: 2rem 0;
    margin-top: 4.6rem;
  }

  .ranking_wrap02_in {
    width: 48.66%;
    border-radius: 2.9rem;
    padding: 2rem 2rem 7rem;

    .product_img {
      border-radius: 2.9rem;
    }

    .product_info {
      padding: 1.6rem 0 0;
    }

    .link-wrap {
      flex-direction: column;
      gap: 1rem 0;
      padding-top: 3rem;

      p {
        width: 100%;
      }
    }

    h3 {
      font-size: 3rem;
      margin-top: 1.4rem;
    }

    .detail {
      margin-top: 1.8rem;
    }

    .free-send {
      font-size: 1.6rem;
      padding: 0.4rem 1rem 0;
      border-radius: 0.5rem;
    }
  }
}

/*
-----------------------------------------------
▼クリスマス限定商品
----------------------------------------------- */
.gentei_area {
  background-image: url('../img/bg01.webp'), url('../img/gentei/bg.webp');
  background-repeat: no-repeat, no-repeat;
  background-size: auto auto, auto auto;
  background-position: top center, bottom -36px center;
  background-color: #b54746;
  padding: 70px 0 450px;

  h2 {
    text-align: center;
  }

  .ranking_wrap01 {
    color: #fff;

    .free-send {
      border-color: #fff;
    }
  }

}

@media screen and (max-width: 750px) {
  .gentei_area {
    background-image: url('../img/gentei/bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom -3rem center;
    background-color: #b54746;
    padding: 3rem 0 34rem;

    h2 {
      width: 70.8rem;
      margin-left: auto;
      margin-right: auto;
    }

    .rank_thumb {
      margin: 0 auto 3rem;
    }

    .ranking_img+.rank_product {
      margin-top: 3rem;
    }
  }
}

/*
-----------------------------------------------
▼新商品
----------------------------------------------- */
.new_area {
  h2 {
    text-align: center;

    img {
      transform: translateX(-58px);
    }
  }

  background: url('../img/new/bg.webp') no-repeat center top;
  background-color: #faf0e2;
  padding: 108px 0 318px;

  .ranking_wrap02_in {
    background-color: #fff;
  }
}

@media screen and (max-width: 750px) {
  .new_area {
    h2 {
      width: 65.4rem;
      margin-left: auto;
      margin-right: auto;

      img {
        transform: translateX(0);
      }
    }

    background: none;
    background-color: #faf0e2;
    padding: 6rem 0 18rem;
  }
}

/*
-----------------------------------------------
▼年齢から探す
----------------------------------------------- */
.age_area {
  h2 {
    text-align: center;
  }

  .age_navi {
    padding: 80px 0 0;
    background-color: #b54746;
    background: url('../img/age/bg.webp') no-repeat center top;

    .mainw {
      padding: 50px 0 30px;
      background-color: #faf0e2;
      border-radius: 15px;
      margin-top: -26px;
      position: relative;
      z-index: 10;
    }

    ul {
      display: flex;
      justify-content: center;
      gap: 0 30px;
    }
  }
}

@media screen and (max-width: 750px) {
  .age_area {
    h2 {
      width: 64.7rem;
      margin-left: auto;
      margin-right: auto;
    }

    .age_navi {
      padding: 5rem 0 0;
      background: none;
      background-color: #b54746;

      .mainw {
        padding: 3rem 0;
        background-color: #faf0e2;
        border-radius: 1.5rem;
        margin-top: -2.4rem;
      }

      ul {
        padding-left: 2rem;
        padding-right: 2rem;
        gap: 0 1.8rem;
      }

      li {
        width: 12rem;
      }
    }
  }
}

/*
-----------------------------------------------
▼0歳～共通
----------------------------------------------- */
.age {
  padding: 90px 0 120px;
  background-image: url('../img/age/age0/bg.webp'), url('../img/new/bg.webp');
  background-color: #faf0e2;
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;

  h2 {
    margin-left: auto;
    margin-right: auto;
  }

  .ranking_wrap02_in {
    background-color: #fff;
  }

  .ranking_img {
    border: 1rem solid #fff;
    overflow: hidden;
    border-radius: 35px;
  }
}

.age+.age {
  background: url('../img/new/bg.webp') no-repeat center top;
  background-color: #faf0e2;
}

.age_slider {
  margin-top: 140px;

  .slick-track {
    display: flex;
  }

  .slick-slide {
    height: auto !important;
  }

  h3 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
  }

  .product_box {
    margin: 0 0 0 auto;
    max-width: 358px;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .product_info {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .link-wrap {
    margin-top: auto;
    margin-bottom: 0;

    p {
      width: 100%;
    }
  }

  .slick-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    background-color: transparent;
  }

  .slick-arrow::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #09000d;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 18px;
    transform: rotate(45deg);
  }

  .slick-next {
    right: -8%;
  }

  .slick-prev {
    left: -8%;
  }

  .slick-next::before {
    left: 16px;
  }

  .slick-prev::before {
    border-width: 0 0 2px 2px;
    right: 16px;
  }

  .slick-dots {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    gap: 0 18px;

    button {
      font-size: 40px;
      background-color: transparent;
      color: #b4a084;
    }

    .slick-active {
      button {
        color: #b54746;
      }
    }
  }

  .slick-dots li button:before {
    content: none;
  }
}

@media screen and (max-width: 1240px) {
  .age_slider {
    .slick-next {
      right: 0%;
    }

    .slick-prev {
      left: 0%;
    }
  }
}

@media screen and (max-width: 750px) {
  .age {
    padding: 14rem 0 18rem;
    background-image: none;
    background-color: #faf0e2;

    h2 {
      margin-left: auto;
      margin-right: auto;
      width: 41.3rem;
    }

    .ranking_wrap02_in {
      background-color: #fff;

      .rank_thumb {
        max-width: 100%;
      }
    }

    .ranking_img {
      border: 0.5rem solid #fff;
      overflow: hidden;
      border-radius: 3.5rem;
    }

    .ranking_img+.rank_product {
      margin-top: 3rem;
    }

    .rank_thumb {
      margin: 0 auto 3rem;
    }

  }

  .age+.age {
    background-image: none;
    background-color: #faf0e2;
    padding-top: 0;
  }

  .age_slider {
    margin: 7rem auto 0;
    width: 66.7rem;

    h3 {
      font-size: 2.4rem;
      margin-top: 1rem;
      line-height: 1.3;
    }

    .product_box {
      margin: 0 4rem 0 auto;
      max-width: 23.4rem;
    }

    .link-wrap {
      p {
        width: 100%;
      }
    }

    .slick-arrow {
      width: 2.8rem;
      height: 2.8rem;
    }

    .slick-arrow::before {
      width: 1rem;
      height: 1rem;
    }

    .slick-next {
      right: -1.2rem;
    }

    .slick-prev {
      left: -1.2rem;
    }

    .slick-next::before {
      left: 1.2rem;
    }

    .slick-prev::before {
      border-width: 0 0 2px 2px;
      right: 1.2rem;
    }

    .slick-dots {
      margin-top: 3rem;
      gap: 0 1rem;

      button {
        font-size: 4rem;
      }
    }
  }
}

/*
-----------------------------------------------
▼性別
----------------------------------------------- */
.gender_area {
  padding: 90px 0 120px;
  background-color: #faf0e2;

  .gender_navi>h2 {
    background: url('../img/gender/ttl_bg.webp') no-repeat center;
  }

  h2 {
    text-align: center;
  }

  .gender_navi {
    padding: 20px 0 0;
    background-color: #b54746;
    background: url(../img/yosan/bg.webp) no-repeat center top;

    ul {
      display: flex;
      justify-content: center;
      gap: 0 24px;
    }

    .mainw {
      padding: 50px 0 30px;
      background-color: #faf0e2;
      border-radius: 15px;
      margin-top: 30px;
      position: relative;
      z-index: 10;
    }
  }

  .gender {
    padding: 90px 0 120px;
    background-image: url(../img/age/age0/bg.webp), url(../img/new/bg.webp);
    background-color: #faf0e2;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
  }

  .ranking_img {
    border: 1rem solid #fff;
    overflow: hidden;
    border-radius: 35px;
  }

  .gender+.gender {
    background: url(../img/new/bg.webp) no-repeat center top;
    background-color: #faf0e2;
  }

  .ranking_wrap02_in {
    background-color: #fff;
  }
}

@media screen and (max-width: 750px) {
  .gender_area {
    padding: 14rem 0 18rem;

    .gender_navi>h2 {
      background: url('../img/gender/ttl_bg.webp') no-repeat center/100%;

      img {
        width: 36.6rem;
      }
    }

    h2 {
      margin-left: auto;
      margin-right: auto;
      width: 41.3rem;
    }

    h2 {
      text-align: center;
    }

    .gender_navi {
      ul {
        gap: 0 2rem;
      }

      li {
        width: 29rem;
      }

      .mainw {
        padding: 3rem 0;
        background-color: #faf0e2;
        border-radius: 1.5rem;
        margin-top: 3rem;
      }
    }

    .gender {
      padding: 14rem 0 18rem;
      background-image: none;
      background-color: #faf0e2;
    }

    .ranking_img {
      border: 0.5rem solid #fff;
      overflow: hidden;
      border-radius: 3.5rem;
    }

    .gender+.gender {
      background-color: #faf0e2;
      padding-top: 0;
    }

    .ranking_img+.rank_product {
      margin-top: 3rem;
    }

    .rank_thumb {
      margin: 0 auto 3rem;
    }
  }

}

/*
-----------------------------------------------
▼予算
----------------------------------------------- */
.yosan_area {
  padding-bottom: 80px;
  background-color: #faf0e2;

  h2 {
    text-align: center;
  }

  .yosan_navi {
    padding: 20px 0 0;
    background-color: #b54746;
    background: url(../img/yosan/bg.webp) no-repeat center top;

    ul {
      display: flex;
      justify-content: center;
      gap: 0 24px;
    }

    .mainw {
      padding: 50px 0 30px;
      background-color: #faf0e2;
      border-radius: 15px;
      margin-top: 30px;
      position: relative;
      z-index: 10;
    }
  }

  .yosan {
    background: url(../img/new/bg.webp) no-repeat center top;
    background-color: #faf0e2;
  }

  .ranking_wrap02_in {
    background-color: #fff;
  }

  .yosan_btn {
    margin-top: 106px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .yosan_area {
    padding-bottom: 18rem;

    h2 {
      width: 21.2rem;
      margin-left: auto;
      margin-right: auto;
    }

    .yosan_navi {
      padding: 3rem 0 0;
      background: none;
      background-color: #b54746;

      ul {
        gap: 0 1.2rem;
      }

      li {
        max-width: 16rem;
      }

      .mainw {
        padding: 3rem 0 1rem;
        background-color: #faf0e2;
        border-radius: 1.5rem;
        margin-top: 3rem;
      }
    }

    .yosan {
      background: none;
      background-color: #faf0e2;

      h2 {
        width: 100%;
        margin-top: 16rem;
      }
    }

    .yosan_btn {
      margin: 8rem auto 0;
      width: 44.6rem;
      text-align: center;
    }
  }
}

/*
-----------------------------------------------
▼プレセントサーチ
----------------------------------------------- */
.present_search_area {
  padding: 200px 0 280px;
  background: url(../img/age/bg.webp) no-repeat center top;
  background-color: #b54746;

  h2 {
    text-align: center;
  }

  .RJSAutoLID {
    background-color: #faf0e2;
    border-radius: 15px;
    padding: 156px 48px 128px;
  }
}

@media screen and (max-width: 750px) {
  .present_search_area {
    padding: 5rem 0 7rem;
    background-color: #b54746;

    h2 {
      text-align: center;
    }

    .RJSAutoLID {
      background-color: #faf0e2;
      border-radius: 1.5rem;
      padding: 12rem 2rem 6rem;
      margin-top: -8rem;
    }
  }
}

/*
-----------------------------------------------
▼配送について
----------------------------------------------- */
.haiso_area {
  background: url(../img/new/bg.webp) no-repeat center top;
  background-color: #faf0e2;
  padding: 120px 0 300px;
}

.haiso_area h2 {
  text-align: center;
}

.haiso_box01,
.haiso_box02,
.haiso_box03 {
  border-radius: 12px;
  padding: 46px 60px;
  color: #644a2d;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  border: 5px solid #b54746;
  margin-top: 60px;
}

.haiso_box01 {
  position: relative;
  z-index: 10;
}

.haiso_box01 h3 {
  margin-bottom: 2%;
}

.haiso_alert {
  padding: 2% 2.5%;
  background: #589e6d;
  color: #fff;
  margin-bottom: 3%;
  line-height: 1.4;
  font-weight: 700;

  .p02 {
    line-height: 1.3;
    font-size: 30px;

    span {
      font-size: 60px;

    }
  }

  .p03 {
    font-size: 24px;
  }
}

.haiso_alert-1 {
  padding: 2% 2.5%;
  background: #be272c;
  color: #fff;
  margin-bottom: 3%;
  line-height: 1.4;
  font-weight: 700;

  .p02 {
    line-height: 1.3;
    font-size: 30px;

    span {
      font-size: 60px;

    }
  }

  .p03 {
    font-size: 24px;
  }
}

.haiso_box01 .p04 {
  font-weight: 700;
  width: 48%;
  font-size: 22px;
  text-align: left;
}

.haiso_box02 .p05 {
  font-weight: 500;
  font-size: 30px;
  text-align: left;
  margin-top: 30px;
}

.haiso_box02 .p05 span {
  color: red;
}

.container01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.haiso_box01 .container01 {
  width: 66%;
}

.haiso_box01 .kigen {
  width: 33%;
  border: solid 3px #644a2d;
  border-radius: 25px;
  margin-bottom: 2%;
  padding: 1%;
}

.haiso_box01 .kigen:nth-of-type(2n) {
  margin-right: 0;
}

.haiso_box01 .kigen dt {
  display: block;
  border-bottom: solid 3px #644a2d;
  font-weight: 700;
  font-size: 36px;
}

.haiso_box01 .kigen dd {
  font-weight: 700;
  font-size: 36px;
}

.haiso_box01 .kigen dd .spn01 {
  color: #be272c;
  font-size: 64px;
  display: inline-block;
  top: 2px;
  position: relative;
}

.haiso_box01 .kigen dd .spn02 {
  color: #be272c;
  font-size: 15px;

  @media screen and (min-width: 600px) {}

  @media screen and (min-width: 1025px) {
    font-size: 28px;
  }
}

.haiso_box01 .sori {
  position: absolute;
  bottom: -4%;
  right: -18%;

  @media screen and (min-width: 600px) {
    right: 8%;
  }

  @media screen and (min-width: 1025px) {
    bottom: -1%;
    right: auto;
    left: 5%;
  }
}

.haiso_box01 .sori img {
  width: 50%;
  height: auto;

  @media screen and (min-width: 600px) {
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 1025px) {
    width: 100%;
    height: auto;
  }
}




container.container01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.haiso_box01 .container01 {
  width: 100%;
}

.haiso_box01 .kigen {
  width: 33%;
  border: solid 3px #644a2d;
  border-radius: 25px;
  margin-bottom: 2%;
  padding: 1%;
}

.haiso_box01 .kigen:nth-of-type(2n) {
  margin-right: 0;
}

.haiso_box01 .kigen dt {
  display: block;
  border-bottom: solid 3px #644a2d;
  font-weight: 700;
  font-size: 36px;
}

.haiso_box01 .kigen dd {
  font-weight: 700;
  font-size: 36px;
}

.haiso_box01 .kigen dd .spn01 {
  color: #be272c;
  font-size: 64px;
  display: inline-block;
  top: 2px;
  position: relative;
}

.haiso_box01 .kigen dd .spn02 {
  color: #be272c;
  font-size: 15px;

  @media screen and (min-width: 600px) {}

  @media screen and (min-width: 1025px) {
    font-size: 28px;
  }
}

.haiso_box01 .sori {
  position: absolute;
  bottom: -4%;
  right: -18%;

  @media screen and (min-width: 600px) {
    right: 8%;
  }

  @media screen and (min-width: 1025px) {
    bottom: -1%;
    right: auto;
    left: 5%;
  }
}

.haiso_box01 .sori img {
  width: 50%;
  height: auto;

  @media screen and (min-width: 600px) {
    width: 100%;
    height: auto;
  }

  @media screen and (min-width: 1025px) {
    width: 100%;
    height: auto;
  }
}


/* 営業カレンダーの高さ　楽天と本店で異なる */
.cal {
  iframe {
    margin-top: 30px;
    width: 100%;
    max-width: 900px;
    height: 400px;
  }
}

.japan_map {
  padding-left: 0;
  padding-right: 0;
  margin-top: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .cal {
    iframe {
      margin-top: 30px;
      width: 100%;
      height: 500px;
    }
  }

  .haiso_area {
    background: url(../img/new/bg.webp) no-repeat center top;
    background-color: #faf0e2;
    padding: 8rem 0 35rem;
  }

  .haiso_area h2 {
    text-align: center;
    width: 94.66%;
    margin-left: auto;
    margin-right: auto;
  }

  .haiso_box01,
  .haiso_box02,
  .haiso_box03 {
    border-radius: 1.5rem;
    padding: 5rem 2rem;
    margin-bottom: 6rem;
    border: 0.5rem solid #b54746;
    margin-top: 9rem;
  }

  .haiso_box01 h3 {
    margin: 0 auto 4rem;
    max-width: 44.8rem;
  }

  .haiso_alert {
    padding: 2rem 3rem;
    margin: 0 auto 5rem;
    text-align: left;
    width: 54.2rem;

    .p02 {
      line-height: 1.3;
      font-size: 3rem;

      span {
        font-size: 5.2rem;

      }
    }

    .p03 {
      font-size: 2.4rem;
    }
  }

  .haiso_alert-1 {
    padding: 2rem 3rem;
    margin: 0 auto 5rem;
    text-align: left;
    width: 54.2rem;

    .p02 {
      line-height: 1.3;
      font-size: 3rem;

      span {
        font-size: 5.2rem;

      }
    }

    .p03 {
      font-size: 2.4rem;
    }
  }

  .haiso_box01 .p04 {
    width: 48%;
    font-size: 3rem;
    text-align: left;
  }

  .haiso_box02 h3 {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .haiso_box02 .p05 {
    font-size: 2.4rem;
    margin-top: 30px;
  }

  .haiso_box02 .p05 span {
    color: red;
  }

  .container01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .haiso_box01 .container01 {
    width: 100%;
  }

  .haiso_box01 .kigen {
    width: 49%;
    border: solid 3px #644a2d;
    border-radius: 25px;
    margin-bottom: 2%;
    padding: 1%;
  }

  .haiso_box01 .kigen:nth-of-type(2n) {
    margin-right: 0;
  }

  .haiso_box01 .kigen dt {
    display: block;
    border-bottom: solid 3px #644a2d;
    font-weight: 700;
    font-size: 3.7rem;
  }

  .haiso_box01 .kigen dd {
    font-weight: 700;
    font-size: 3.6rem;
  }

  .haiso_box01 .kigen dd .spn01 {
    color: #be272c;
    font-size: 7.4rem;
    display: inline-block;
    top: 2px;
    position: relative;
  }

  .haiso_box01 .kigen dd .spn02 {
    color: #be272c;
    font-size: 15px;

    @media screen and (min-width: 600px) {}

    @media screen and (min-width: 1025px) {
      font-size: 28px;
    }
  }

  .haiso_box01 .sori {
    position: absolute;
    bottom: -8%;
    right: 0;
    text-align: right;
  }

  .haiso_box01 .sori img {
    width: 50%;
    height: auto;

    @media screen and (min-width: 600px) {
      width: 100%;
      height: auto;
    }

    @media screen and (min-width: 1025px) {
      width: 100%;
      height: auto;
    }
  }

  .haiso_box03 h3 {
    width: 46.3rem;
    margin-left: auto;
    margin-right: auto;
  }

  /* 営業カレンダーの高さ　楽天と本店で異なる */
  /* .cal{
    margin-top: 3rem;
    iframe {
      height: 320px;
    }
  } */

  .japan_map {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

/*
-----------------------------------------------
▼フッター
----------------------------------------------- */

footer {
  position: relative;
  z-index: 10;
  margin-top: -320px;
  background: url('../img/footer_bg.webp') no-repeat center top /100% auto;
  background-color: #b54746;

  .footer_in {
    padding-top: 380px;
  }

  font-weight: 700;
  font-size: 36px;

  ul {
    display: flex;
    justify-content: center;
    gap: 0 60px;

    a {
      color: #fff;
    }
  }

  p {
    margin-top: 60px;
    text-align: center;
    color: #fff;
  }
}

@media screen and (max-width: 750px) {
  footer {
    margin-top: 0;
    background: url('../img/sp_footer_bg.webp') no-repeat center top /100% auto;
    background-color: #b54746;

    .footer_in {
      padding-top: 42rem;
    }

    font-size: 2.4rem;

    ul {
      flex-wrap: wrap;
      gap: 3rem 3rem;
    }

    p {
      margin-top: 5rem;
    }
  }
}

/*
-----------------------------------------------
▼ページTOPボタン
----------------------------------------------- */

/*リンクの形状*/

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all 0.3s;

  @media screen and (min-width: 600px) {
    width: 90px;
    height: 90px;
  }

  @media screen and (min-width: 1025px) {}
}

#page-top img {
  opacity: 0.9 !important;
}

/*リンクを右下に固定*/

#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 20;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

address {
  color: #fff;
  margin-top: 60px;
  text-align: center;
  color: #fff;
}