@charset "UTF-8";
/* -----------------------------------------------
mv__wrap
----------------------------------------------- */
.mv__wrap .fs-c-slick .slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  opacity: 1;
}
.mv__wrap .fs-c-slick .slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #000000;
}

@media (max-width: 767px) {
  .mv__wrap .fs-c-slick .slick-slide img {
    aspect-ratio: 375/468;
    object-fit: cover;
  }
  .mv__wrap .fs-c-slick .slick-dots {
    margin-top: 10px;
  }
  .mv__wrap .fs-c-slick .slick-dots li {
    margin: 0 5px;
  }
  .mv__wrap .fs-c-slick .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}

@media (min-width: 768px) {
  /* .mv__wrap .fs-c-slick .slick-slide img {
    aspect-ratio: 1030/726;
    object-fit: cover;
  } */
  .mv__wrap .fs-c-slick .slick-dots {
    margin-top: 10px;
  }
  .mv__wrap .fs-c-slick .slick-dots li {
    margin: 0 5px;
  }
  .mv__wrap .fs-c-slick .slick-dots li button {
    width: 13px;
    height: 13px;
  }
}

/* -----------------------------------------------
welcome__wrap
----------------------------------------------- */
.welcome__wrap {
  background: #FCFCF3;
  position: relative;
}
.welcome__wrap.true {
  display: none;
}
.welcome__wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
}
.welcome__wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
}
.welcome__wrap .inner__wrap {
  position: relative;
  z-index: 1;
}
.welcome__heading {
  text-align: center;
}
.welcome__heading h1 {
  font-weight: bold;
}
.welcome__heading h1 i {
  font-style: normal;
}
.welcome__wrap .register__benefits h2 {
  text-align: center;
  overflow-x: hidden;
}
.welcome__wrap .register__benefits h2 span {
  color: #B49266;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.welcome__wrap .register__benefits ul {
  display: flex;
	justify-content: center;
	align-items: stretch;
}
.welcome__wrap .register__benefits li strong {
  font-weight: bold;
}
.welcome__coupon a {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8BC9D7;
  position: relative;
}
.welcome__coupon a::after {
  content: '';
  aspect-ratio: 15/20;
  background-color: #fff;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.welcome__coupon a span {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 767px) {
  .welcome__wrap {
    padding: 52px 0 60px;
    margin-top: 36px;
  }
  .welcome__wrap::before {
    background: url(../img/common/flower_deco_right_sp.png) top right / contain no-repeat;
    width: 40%;
    aspect-ratio: 150/125;
  }
  .welcome__wrap::after {
    background: url(../img/common/flower_deco_left_sp.png) bottom left / contain no-repeat;
    width: 32%;
    aspect-ratio: 120/61;
  }
  .welcome__heading h1 {
    font-size: 22px;
    line-height: 1.63;
  }
  .welcome__heading h1 i {
    font-size: 18px;
  }
  .welcome__heading p {
    font-size: 14px;
    line-height: 2;
    margin-top: 24px;
  }
  .welcome__wrap .register__benefits {
    margin-top: 47px;
  }
  .welcome__wrap .register__benefits h2 span {
    font-size: 22px;
    line-height: 1.63;
    letter-spacing: 0.05em;
  }
  .welcome__wrap .register__benefits ul {
    gap: 0 5.07%;
    margin-top: 22px;
  }
  .welcome__wrap .register__benefits li {
    width: 29.85%;
  }
  .welcome__wrap .register__benefits li strong {
    font-size: 14px;
    line-height: 1.71;
    margin-top: 8px;
    display: block;
    text-align: center;
  }
  .welcome__coupon {
    margin-top: 52px;
  }
  .welcome__coupon picture {
    width: 70.14%;
    margin-inline: auto;
  }
  .welcome__coupon a {
    width: 100%;
    height: 80px;
    margin: 30px auto 0;
  }
  .welcome__coupon a span {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .welcome__coupon a::after {
    width: 12px;
    right: 32px;
  }
}

@media (min-width: 768px) {
  .welcome__wrap {
    padding: 70px 0 80px;
    margin-top: 46px;
  }
  .welcome__wrap::before {
    background: url(../img/common/flower_deco_right_pc.png) top right / contain no-repeat;
    width: 23.61%;
    aspect-ratio: 340/283;
  }
  .welcome__wrap::after {
    background: url(../img/common/flower_deco_left_pc.png) bottom left / contain no-repeat;
    width: 22.91%;
    aspect-ratio: 330/260;
  }
  .welcome__heading h1 {
    font-size: 42px;
    line-height: 1.52;
    letter-spacing: 0.03em;
  }
  .welcome__heading h1 i {
    font-size: 36px;
  }
  .welcome__heading p {
    font-size: 16px;
    line-height: 2.125;
    letter-spacing: 0.05em;
    margin-top: 32px;
  }
  .welcome__wrap .register__benefits {
    margin-top: 64px;
  }
  .welcome__wrap .register__benefits h2 span {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .welcome__wrap .register__benefits h2 span::before {
    content: '';
    width: 340px;
    aspect-ratio: 340/24;
    background: url(../img/common/register_deco.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    right: calc(100% + 15px);
    translate: 0 -50%;
  }
  .welcome__wrap .register__benefits h2 span::after {
    content: '';
    width: 340px;
    aspect-ratio: 340/24;
    background: url(../img/common/register_deco.png) center / contain no-repeat;
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    translate: 0 -50%;
  }
  .welcome__wrap .register__benefits ul {
    gap: 0 min(5.17vw, 60px);
    margin-top: 34px;
  }
  .welcome__wrap .register__benefits li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .welcome__wrap .register__benefits li picture {
    width: min(10.34vw, 120px);
    margin-right: 15px;
  }
  .welcome__wrap .register__benefits li strong {
    font-size: 20px;
    line-height: 1.6;
    max-width: 145px;
  }
  .welcome__coupon {
    width: 670px;
    margin: 80px auto 0;
  }
  .welcome__coupon a {
    width: 670px;
    height: 100px;
    margin: 40px auto 0;
  }
  .welcome__coupon a span {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .welcome__coupon a::after {
    width: 15px;
    right: 35px;
  }
}

/* -----------------------------------------------
new__arrivals__wrap
----------------------------------------------- */

@media (max-width: 767px) {
  .new__arrivals__wrap {
    padding: 80px 0 80px;
  }
  .new__arrivals__content {
    margin-top: 30px;
    overflow-x: scroll;
    width: calc(100% + 5.97%);
    padding-bottom: 5px;
  }
  .new__arrivals__content .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(6, 36.62%);
    gap: 0 10px;
  }
  .new__arrivals__content .fr3-item__link {
    gap: 10px!important;
  }
  .new__arrivals__content .fr3-item__productPrice {
    margin-top: 0;
  }
  .new__arrivals__wrap .link__btn__wrap {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .new__arrivals__wrap {
    padding: 58px 0 100px;
    background-color: #FFF7F7;
  }
  .new__arrivals__content {
    margin-top: 50px;
  }
  .new__arrivals__content .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 3.125%;
  }
  .new__arrivals__content .fr3-item__link {
    gap: 30px!important;
  }
  .new__arrivals__content .fr3-item__productPrice {
    margin-top: 14px;
  }
  .new__arrivals__wrap .link__btn__wrap {
    margin-top: 135px;
  }
}

/* -----------------------------------------------
ranking__wrap
----------------------------------------------- */
.ranking__wrap {
  background-color: #FFF9EC;
}
.ranking__tab__btn {
  position: relative;
}
.ranking__tab__btn::after {
  content: '';
  width: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.ranking__tab__btn button {
  border: 1px solid #000;
  background: #fff;
  padding: 0;
}
.ranking__tab__btn button.tab__active {
  background: #000;
  color: #fff;
}
.ranking__content:not(.tab__active) {
  display: none;
}
.ranking__content .fr3-productListStatic__responsive_4 {
  counter-reset: number 0;
}
.ranking__content .fr3-productListStatic__responsive_4 article {
  position: relative;
}
.ranking__content .fr3-productListStatic__responsive_4 article::before {
  counter-increment: number 1;
  content: counter(number);
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(1):before {
  background-image: url(../img/common/icon_ranking_01.svg);
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(2):before {
  background-image: url(../img/common/icon_ranking_02.svg);
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(3):before {
  background-image: url(../img/common/icon_ranking_03.svg);
}
.ranking__content .fr3-productListStatic__responsive_4 article:nth-child(n + 4):before {
  background-image: url(../img/common/icon_ranking_04.svg);
}

@media (max-width: 767px) {
  .ranking__wrap {
    padding: 61px 0 50px;
  }
  .ranking__content__wrap {
    margin-top: 28px;
  }
  .ranking__tab__btn {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .ranking__tab__btn li {
    width: 31.34%;
    max-width: 105px;
  }
  .ranking__tab__btn li + li {
    margin-left: 10px;
  }
  .ranking__tab__btn button {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .ranking__content {
    margin-top: 12px;
  }
  .ranking__content .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px 2.98%;
  }
  .ranking__content .fr3-productListStatic__responsive_4 article::before {
    background-size: 22px 16px;
    padding-left: 32px;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .ranking__content .fr3-item__link {
    gap: 8px!important;
  }
  .ranking__wrap .link__btn__wrap {
    margin-top: 40px;
  }
  /* .ranking__wrap .link__btn {
    padding-inline: 20px 30px;
  } */
}

@media (min-width: 768px) {
  .ranking__wrap {
    margin-top: 150px;
    padding: 50px 0 100px;
  }
  .ranking__content__wrap {
    margin-top: 50px;
  }
  .ranking__tab__btn {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
  }
  .ranking__tab__btn li + li {
    margin-left: 10px;
  }
  .ranking__tab__btn button {
    width: 130px;
    height: 40px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .ranking__content {
    margin-top: 14px;
  }
  .ranking__content .fr3-productListStatic__responsive_4 {
    grid-template-columns: repeat(5, 1fr);
    gap: 0 1.78%;
  }
  .ranking__content .fr3-productListStatic__responsive_4 article:nth-child(n + 6) {
    display: none;
  }
  .ranking__content .fr3-productListStatic__responsive_4 article::before {
    background-size: 22px 16px;
    padding-left: 32px;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .ranking__content .fr3-item__link {
    gap: 10px!important;
  }
  .ranking__content .fr3-item__productPrice {
    margin-top: 4px;
  }
  .ranking__wrap .link__btn__wrap {
    margin-top: 100px;
  }
  /* .ranking__wrap .link__btn {
    padding-inline: 20px 30px;
  } */
}

/* -----------------------------------------------
gift__wrap
----------------------------------------------- */
.gift__content dt {
  background-color: #D99CA3;
  color: #fff;
  font-weight: bold;
  display: flex;
	justify-content: center;
	align-items: center;
}
.gift__content dd {
  display: flex;
	align-items: baseline;
  flex-wrap: wrap;
}
.gift__content .link__btn {
  margin: 0;
}

@media (max-width: 767px) {
  .gift__wrap {
    background: #FEF0F0;
    margin-top: 80px;
    padding: 30px 0 50px;
  }
  .gift__content dt {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    min-height: 42px;
  }
  .gift__content dd {
    justify-content: center;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-top: 22px;
  }
  .gift__content dd span {
    font-size: 48px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-left: 5px;
  }
  .gift__content picture {
    margin-top: 20px;
  }
  .gift__content .link__btn__wrap {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  .gift__content .link__btn {
    width: 47.76%;
    height: 50px;
    padding-inline: 15px;
  }
  .gift__content .link__btn:nth-child(2) span {
    padding-right: 10px;
  }
  .gift__content .link__btn::after {
    right: 11px;
  }
}

@media (min-width: 768px) {
  .gift__content {
    background: #FEF0F0;
    margin-top: 150px;
    padding: 40px 3.57%;
    border-radius: 30px;
    display: grid; 
    grid-template-columns: 1fr 57.69%; 
    grid-template-rows: auto auto; 
    gap: min(7.15vw, 83px) 7.4%; 
    grid-template-areas: 
      "dl picture"
      "link__btn__wrap picture";
  }
  .gift__content dl {
    grid-area: dl;
  }
  .gift__content dt {
    font-size: min(1.89vw, 22px);
    line-height: 1.5;
    letter-spacing: 0.05em;
    height: min(3.62vw, 42px);
  }
  .gift__content dd {
    justify-content: space-between;
    font-size: min(2.58vw, 30px);
    line-height: 1;
    letter-spacing: 0.1em;
    width: calc(100% + 6px);
    margin-top: min(2.58vw, 30px);
  }
  .gift__content dd span {
    font-size: min(5.17vw, 60px);
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .gift__content picture {
    grid-area: picture;
  }
  .gift__content .link__btn__wrap {
    grid-area: link__btn__wrap;
  }
  .gift__content .link__btn {
    width: min(24.13vw, 280px);
    height: min(5.17vw, 60px);
  }
  .gift__content .link__btn + .link__btn {
    margin-top: 20px;
  }
  .gift__content .link__btn span {
    font-size: min(1.37vw, 16px);
  }
}

/* -----------------------------------------------
story__wrap
----------------------------------------------- */
.story__content {
  display: flex;
	justify-content: space-between;
	align-items: stretch;
}

@media (max-width: 767px) {
  .story__wrap {
    background: #F0F5FA;
    margin-top: 80px;
    padding: 60px 0 50px;
  }
  .story__content {
    flex-wrap: wrap;
    position: relative;
    margin-top: 30px;
  }
  .story__content .img__01,
  .story__content .img__02 {
    width: 47.76%;
  }
  .story__content .text {
    margin-top: 11px;
    width: 100%;
  }
  .story__content .text p {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .story__wrap .link__btn__wrap {
    margin-top: 44px;
  }
}

@media (min-width: 768px) {
  .story__content__wrap {
    background: #F0F5FA;
    margin-top: 150px;
    padding: 50px 8.03% 60px;
    border-radius: 30px;
  }
  .story__content {
    position: relative;
    margin-top: 50px;
  }
  .story__content .img__01 {
    width: 41.49%;
  }
  .story__content .img__02 {
    width: 55.31%;
  }
  .story__content .text {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .story__content .text p {
    font-size: min(1.37vw, 16px);
    line-height: 2.125;
    letter-spacing: 0.05em;
  }
  .story__wrap .link__btn__wrap {
    margin-top: 60px;
  }
}

/* -----------------------------------------------
info__wrap
----------------------------------------------- */
.info__item {
  border-bottom: 1px solid #EEEEEE;
}
.info__item strong {
  font-weight: normal;
}

@media (max-width: 767px) {
  .info__wrap {
    padding: 81px 0 80px;
  }
  .info__content {
    margin-top: 12px;
  }
  .info__item a {
    padding: 20px 0 12px ;
    display: block;
  }
  .info__item time {
    font-size: 14px;
    line-height: 1.5;
    display: block;
  }
  .info__item strong {
    font-size: 14px;
    line-height: 2;
    margin-top: 4px;
    display: block;
  }
  .info__wrap .link__btn__wrap {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .info__wrap {
    padding: 150px 0 150px;
  }
  .info__content {
    width: 800px;
    max-width: 100%;
    margin: 20px auto 0;
  }
  .info__item a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 0;
  }
  .info__item time {
    font-size: 16px;
    line-height: 1.5;
    width: 4.7em;
  }
  .info__item strong {
    font-size: 16px;
    line-height: 1.5;
    margin-left: 20px;
    flex: 1;
  }
  .info__wrap .link__btn__wrap {
    margin-top: 100px;
  }
}