@charset "utf-8";

main a:hover {
  text-decoration: none;
}

/* ------------------
        共通
------------------ */

/* ------------------
        kv
------------------ */
#gift .kv h1 {
  width: 54vw;
  color: #3d3027;
  font-size: 9rem;
  top: 7.3vw;
  right: inherit;
  left: 0;
}

#gift .kv .kv-text {
  width: 54vw;
  color: #3d3027;
  font-size: 2.6rem;
  line-height: 1.3;
  top: 14vw;
  right: inherit;
  left: 0;
}

/* ------------------
  Gift Service nav
------------------ */
.gift__nav {
  width: 954px;
  margin: 44px auto 0;
}

.gift-nav__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 13px;
  row-gap: 18px;
}

.gift-nav__item {
  width: 225px;
  background-color: #fff;
  box-shadow: 4px 6px 6px 3px rgba(61, 48, 39, 0.1);
  color: #3d3027;
  font-size: 1.6rem;
  text-align: center;
  outline: 2px solid #d0c7aa;
  outline-offset: -5px;
  padding: 14px 0 30px;
  position: relative;
}

.gift-nav__item svg {
  color: #d0c7aa;
  font-size: 20px;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
}

.bnr-holiday__wrapper {
  width: 765px;
  margin: 50px auto 0;
}

/* ------------------
Gift Service contents
------------------ */
.gs-bg {
  padding: 90px 0 110px;
}

#gift .gs {
  margin: 0px;
  padding: 0px;
  background-color: #f4efe5;
  background-size: 15px auto;
  background-position: left 0px top 25px;
  position: relative;
  z-index: 8;
}

#gift .gs:before {
  background: none;
}

.gift__title {
  text-align: center;
}

.service-contents {
  position: relative;
  padding: 41px 0 94px;
}

.label__gs {
  width: 266px;
  margin: 0 auto;
}

.service-contents__inner {
  max-width: 1050px;
  margin: 60px auto 0;
}

.service-contents__list {
  display: flex;
  justify-content: space-between;
}

.service-contents__title--en,
.common__title {
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.service-contents__title {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}

.service-contents__item img {
  margin-top: 10px;
}

.service-contents__text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 13px;
}

.btn--detail {
  text-align: center;
  margin-top: 20px;
}

.btn--detail a {
  width: 150px;
  display: inline-block;
  background: #452c18;
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 16px 0px;
  position: relative;
  cursor: pointer;
}

.fa-chevron-right {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}

.obj {
  position: absolute;
}

.obj-flower {
  top: -87px;
  z-index: 30;
}

.obj-flower--l {
  width: 152px;
  left: 0;
}

.obj-flower--r {
  width: 173px;
  right: 0;
}

.obj-b {
  width: 46px;
  top: 72px;
  right: 145px;
}

/* ------------------
    ランキング
------------------ */
.ranking {
  width: 100%;
  background: url(../../images/sp/gift/202010/bg_fra.png) repeat;
  background-size: 590px auto;
  padding: 85px 0 80px;
  position: relative;
}

.ranking-slider {
  background-image: url(../../images/gift/20241118/frame_ranking.png);
}

#gift .ranking h2 {
  text-align: center;
}

.ranking-slider {
  max-width: 1110px;
  height: 409px;
  margin: 37px auto 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.ranking__list {
  width: 915px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 70px 0;
}

.ranking__item {
  width: 158px;
}

.ranking__item .img {
  position: relative;
}

.num {
  margin: 0px auto;
  padding: 0px;
  width: 30px;
  position: absolute;
  top: -24px;
  left: 0px;
}

.name-and-price {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 15px;
}

.item-slider ul li .btn,
.item-slider ul li .bcs {
  margin: 0px;
  padding: 14px 0px 0px;
}

.item-slider ul li .btn a {
  margin: 0px;
  padding: 14px 0px;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  background: #a18b4f;
  width: 150px;
}

.item-slider ul li .btn a span svg {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 1rem;
}

/* ------------------
        予算
------------------ */
.tab-area {
  width: 820px;
  display: flex;
  column-gap: 8px;
  margin: 42px auto 0;
  cursor: pointer;
}

.tab {
  width: calc(100%/4);
  background-color: #f4efe5;
  color: #372a22;
  font-size: 1.8rem;
  padding: 15px;
  text-align: center;
}

.tab.active {
  background-color: #372a22;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.obj-price--l,
.obj-price--r,
.obj-price--b {
  transform: scale(-1, 1);
}

.obj-price--l {
  left: inherit;
  right: 0;
}

.obj-price--r {
  right: inherit;
  left: 0;
}

.obj-price--b {
  top: 72px;
  right: inherit;
  left: 145px;
}

/* ------------------
        香り
------------------ */
.fragrance {
  width: 100%;
  background: url(../../images/sp/gift/202010/bg_scene.png) repeat;
  background-size: 370px auto;
  position: relative;
}

.fragrance-in {
  padding: 88px 0 70px;
}

.fragrance__title {
  width: fit-content;
  position: relative;
}

.fragrance__title::before,
.fragrance__title::after {
  content: "";
  margin: 0px;
  padding: 0px;
  width: 44px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
}

.fragrance__title::before {
  left: -66px;
}

.fragrance__title::after {
  right: -66px;
}

.floral__title::before {
  background-image: url(../../images/gift/20241118/title_obj_floral_l.png);
}

.floral__title::after {
  background-image: url(../../images/gift/20241118/title_obj_floral_r.png);
}

.citrus__title::before {
  background-image: url(../../images/gift/20241118/title_obj_citrus_l.png);
}

.citrus__title::after {
  background-image: url(../../images/gift/20241118/title_obj_citrus_r.png);
}

.fruity__title::before {
  background-image: url(../../images/gift/20241118/title_obj_fruity_l.png);
}

.fruity__title::after {
  background-image: url(../../images/gift/20241118/title_obj_fruity_r.png);
}

.oriental__title::before {
  background-image: url(../../images/gift/20241118/title_obj_oriental_l.png);
}

.oriental__title::after {
  background-image: url(../../images/gift/20241118/title_obj_oriental_r.png);
}

.fragrance__sub-title::after {
  content: "";
  margin: 0px;
  padding: 0px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  position: absolute;
}

.floral__sub-title::after {
  background-image: url(../../images/gift/20241118/link_floral.png);
}

.citrus__sub-title::after {
  background-image: url(../../images/gift/20241118/link_citrus.png);
}

.fruity__sub-title::after {
  background-image: url(../../images/gift/20241118/link_fruity.png);
}

.oriental__sub-title::after {
  background-image: url(../../images/gift/20241118/link_oriental.png);
}

.floral__wrapper {
  background-image: url(../../images/gift/20241118/frame_floral.png);
}

.citrus__wrapper {
  background-image: url(../../images/gift/20241118/frame_citrus.png);
}

.fruity__wrapper {
  background-image: url(../../images/gift/20241118/frame_fruity.png);
}

.oriental__wrapper {
  background-image: url(../../images/gift/20241118/frame_oriental.png);
}

.fragrance__msg {
  color: #ae8545;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 49px;
}

.fragrance__msg--ja {
  color: #613c18;
  font-size: 2.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  margin-top: 10px;
}

.fragrance__wrapper {
  display: flex;
  /* column-gap: 42px; */
  row-gap: 39px;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  max-width: 1036px;
  margin: 25px auto 0;
}

.floral__wrapper,
.citrus__wrapper {
  width: 518px;
  height: 390px;
  background-size: cover;
  position: relative;
}

.fruity__wrapper,
.oriental__wrapper {
  width: 518px;
  height: 243px;
  background-size: cover;
  position: relative;
}

.fragrance__item::after {
  background-image: none;
}

.fragrance__title {
  width: fit-content;
  font-size: 3.4rem;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 65px auto 0;
  position: relative;
}

.fragrance__title::before,
.fragrance__title::after {
  content: "";
  margin: 0px;
  padding: 0px;
  width: 44px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-80%);
  -webkit-transform: translateY(-80%);
}

.fragrance__title::before {
  left: -66px;
}

.fragrance__title::after {
  right: -66px;
}

.fragrance__sub-title {
  width: fit-content;
  font-size: 2.2rem;
  line-height: 1.1;
}

.fragrance__text {
  font-size: 1.6rem;
  line-height: 1.3;
}

.fragrance__list {
  width: 430px;
  margin: 29px auto 0;
}

.fragrance__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  /* padding-left: 50px; */
  /* justify-content: center; */
}

.fragrance__item img {
  width: 61px;
}

.fragrance__line img {
  vertical-align: middle;
}

.obj-fragrance {
  top: 0;
}

/* フローラル */
.floral__title,
.floral__sub-title {
  color: #ff7070;
}

.obj-floral--l {
  width: 133px;
  left: -25px;
}

.obj-floral--r {
  width: 122px;
  top: 10px;
  right: 25px;
}

/* シトラス */
.citrus__title,
.citrus__sub-title {
  color: #40c37a;
}

.obj-citrus--l {
  width: 134px;
  top: -10px;
  left: 10px;
}

.obj-citrus--r {
  width: 95px;
  top: 23px;
  right: 40px;
}

/* フルーティ */
.fruity__title,
.fruity__sub-title {
  color: #f68118;
}

.obj-fruity--l {
  width: 100px;
  top: 20px;
  left: 15px;
}

.obj-fruity--r {
  width: 150px;
  top: 15px;
  right: 25px;
}

/* オリエンタル */
.oriental__title,
.oriental__sub-title {
  color: #a474b4;
}

.obj-oriental--l {
  width: 82px;
  top: 25px;
  left: 25px;
}

.obj-oriental--r {
  width: 135px;
  top: 22px;
  right: 25px;
}

.obj-recommend--l {
  width: 170px;
  top: -50px;
  left: 0;
}

.obj-recommend--r {
  width: 195px;
  top: -70px;
  right: 0;
}

/* ------------------
      おすすめ
------------------ */
#gift .recommend {
  padding-bottom: 85px;
}

/* ------------------
オンライン　オーダーメイド
------------------ */
.other {
  background: #f4efe5 url(../../images/sp/gift/202010/line_bg_1_1.png) repeat-x;
  background-size: 15px auto;
  background-position: left 0px top 25px;
  position: relative;
  z-index: 0;
}

.other-bg {
  background: url(../../images/sp/gift/202010/line_bg_1_1.png) repeat-x;
  background-size: 15px auto;
  background-position: left 0px bottom 25px;
  padding: 97px 0 110px;
}

.gift__line {
  margin-top: 65px;
}

.order-made__in {
  width: 890px;
  display: flex;
  align-items: center;
  column-gap: 63px;
  margin: 60px auto 0;
}

.order-made__in img {
  width: 500px;
}

.order-made-text__wrapper {
  text-align: center;
}

.order-made__title--ja {
  margin-top: 19px;
}

.online-service__title {
  width: 50vw;
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.online-service__title--ja {
  display: block;
  font-size: 2.6rem;
  font-weight: 400;
}

.order-made-text {
  font-size: 1.6rem;
  margin-top: 30px;
}

.service__list {
  display: flex;
  column-gap: 51px;
  max-width: 1040px;
  margin: 63px auto 0;
}

.other__text {
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
}

/* .online-service__line {
  text-align: center;
  margin-top: 50px;
} */
.service-item__text {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 17px;
}

.other__line {
  margin-top: 50px;
}

.banner__cm {
  width: 586px;
  margin: 36px auto 0;
}

/* ------------------
      ライン
------------------ */
.common__line {
  text-align: center;
}

.line-01--top,
.line-01--bottom {
  width: 100%;
  height: 31px;
  background: url(../../images/sp/gift/202010/line_bg_1_1.png) repeat-x;
  background-size: 15px auto;
  position: absolute;
}

.line-01--top {
  /* background: url(../../images/sp/gift/202010/line_bg_1_1.png) repeat-x;
  background-size: 15px auto;
  position: absolute; */
  top: 20px;
}

.line-01--bottom {
  /* background: url(../../images/sp/gift/202010/line_bg_1_1.png) repeat-x;
  background-size: 15px auto;
  background-position: left 0px bottom 25px; */
  transform: scale(1, -1);
  bottom: 20px;

}

.line-02 {
  background-image: url(../../images/gift/20240412/top/line3.png);
}

.line-03--top {
  background: url(../../images/sp/gift/202010/bg_wr_01.png) repeat-x;
  background-size: 55px auto;
  background-position: left top;
}

.line-03--bottom {
  background: url(../../images/sp/gift/202010/bg_wr_02.png) repeat-x;
  background-size: auto;
  background-size: 55px auto;
  background-position: left bottom;
}

.line-lace--top,
.line-lace--bottom {
  width: 100%;
  height: 32px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}

.line-lace--top {
  background-image: url(../../images/gift/20241118/line_lace_top.png);
  top: 0px;
}

.line-lace--bottom {
  background-image: url(../../images/gift/20241118/line_lace_bottom.png);
  bottom: 0;
}

.line-double--top,
.line-double--bottom {
  width: 100%;
  height: 15px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
}

.line-double--top {
  background-image: url(../../images/gift/20241118/line_double_top.png);
  top: 0;
}

.line-double--bottom {
  background-image: url(../../images/gift/20241118/line_double_bottom.png);
  bottom: 0;
}

/* 追従アンカー */
.tracking-nav {
  width: 100%;
  background-color: #9a8954;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  opacity: 0;
  transition: all .8s ease;
}

.tracking-nav.show {
  top: 122px;
  opacity: 1;
}

.tracking-nav__list {
  display: flex;
  width: 996px;
  height: 45px;
  margin: 0 auto;
}

.tracking-nav__item {
  width: 166px;
  background-image: linear-gradient(#b0a071 10%, #96844f 50%, #867238 90%);
  border: 2px solid #756331;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  text-align: center;
  outline: 1px solid #fff;
  outline-offset: -3px;
  padding: 7px 0 20px;
}

.tracking-nav__item a {
  color: #fff;
  position: relative;
}

.tracking-nav__item a svg {
  font-size: 1rem;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.obj-flower {
  z-index: 9;
}

@media screen and (max-width: 990px) {
  .tracking-nav.show {
    top: 89px;
  }
}

/* サマーギフト */
.summer-gift {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/bg_cp.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.other-kit__inner {
  padding: 100px 0;
}

.other-kit-slider {
  width: 1050px;
  background-color: rgba(255, 255, 255, 0.6);
  border: 5px solid #fff;
  border-radius: 30px;
  margin: 0 auto;
  padding: 70px 0 85px;
  position: relative;
}

.other-kit__title {
  color: #00a77f;
  font-size: 5.2rem;
  font-weight: 600;
  line-height: 1.2;
}

.other-kit__title span {
  display: block;
  font-size: 2.4rem;
}

.other-kit__list {
  width: 855px;
  margin: 45px auto 0;
}

.other-kit__item {
  width: 285px;
}

.other-kit__item .img {
  width: 189px;
  height: 189px;
  background-color: #fff;
  border-radius: 50%;
  margin: 22px auto 0;
  position: relative;
}

.img_wrapper {
  display: block;
  width: 240px;
  margin: 0 auto;
  margin-left: -25px;
  position: relative;
}

.other-kit__item1 img {
  width: 237px;
  margin: 0 auto;
  padding-top: 53px;
}

.other-kit__item2 img {
  width: 190px;
  margin: 0 auto;
  padding-top: 35px;
}

.other-kit__item3 img {
  width: 223px;
  margin: 0 auto;
  padding-top: 54px;
}

.other-kit__item4 img {
  width: 210px;
  margin: 0 auto;
  padding-top: 53px;
}

.other-kit__item5 img {
  width: 128px;
  margin: 0 auto;
  padding-top: 50px;
}

.other-kit__item6 img {
  width: 126px;
  margin: 0 auto;
  padding-top: 55px;
}

.other-kit__item7 img {
  width: 66px;
  margin: 0 auto;
  padding-top: 20px;
}

.other-kit__item8 img {
  width: 123px;
  margin: 0 auto;
  padding-top: 50px;
}

.other-kit__item9 img {
  width: 50px;
  margin: 0 auto;
  padding-top: 13px;
}

.other-kit__item10 img {
  width: 71px;
  margin: 0 auto;
  padding-top: 9px;
}

.summer-gift .name-and-price--ok {
  margin-top: 28px;
}

.common-other__catch {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0px;
  /* display: flex; */
  text-align: center;
  /* justify-content: center; */
}

.summer-gift .btn--cart {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: center;
}

.summer-gift .item-slider ul li .btn a {
  width: 150px;
  display: inline-block;
  background-image: linear-gradient(90deg, #00a77f, #04755b);
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  text-decoration: none;
  margin: 0px;
  padding: 11px 0px;
  position: relative;
}

.summer-gift .item-slider ul li .btn a svg {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.limited {
  position: absolute;
  background-color: #00a77f;
  border-radius: 50%;
  z-index: 15;
  padding: 3px;
  box-sizing: border-box;
}

.limited--l {
  width: 81px;
  height: 81px;
  top: 15px;
  right: 14px;
}

.limited--s {
  width: 56px;
  height: 56px;
  top: -2px;
  right: 10px;
}

.limited--r {
  background-color: #c9a856;
}

.limited .limited-in {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #FFF;
  border-radius: 50%;
  box-sizing: border-box;
}

.ltext {
  width: 100%;
  display: inline-block;
  color: #FFF;
  letter-spacing: 0.05em;
  line-height: 1.1em;
  text-align: center;
  margin-top: 0px;
  position: absolute;
  left: 0px;
  top: 51%;
  -webkit-transform: translateY(-51%);
  transform: translateY(-51%);
}

.ltext--l {
  font-size: 2rem;
}

.ltext--s {
  font-size: 1.4rem;
}

.icon-new {
  width: 149px;
  top: -8px;
  left: -17px;
}

.other-kit__item4 img.icon-new-small {
  width: 95px;
  top: -56px;
  left: 15px;
}

.link--detail {
  text-align: center;
  margin: 11px 0px 0px;
  padding: 0px;
}

.link--detail a {
  margin: 0px;
  padding: 0 0 5px 2px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #404040;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.link--detail svg {
  color: #c9a856;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 7px;
}

.summer-gift .slick-dots li button {
  display: block;
  line-height: 0;
  width: 8px;
  height: 8px;
  background: #8ad4c2;
  color: transparent;
  font-size: 0;
  outline: none;
  padding: 0;
  border-radius: 50%;
}

.slick-dots>li.slick-active>button::before,
.slick-dots>li>button::before {
  background-color: transparent;
}

.summer-gift .slick-dots .slick-active button,
.slick-dots li button:hover {
  background: #00a77f;
}

.summer-gift .slick-dots {
  margin: 30px 0 0;
}

/* .other-kit-slider .other-kit-prev {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/mint_items_prev.svg);
  left: 13vw;
}

.other-kit-slider .other-kit-next {
  background-image: url(../../images/special_contents/Minty_Spark_Yuzu/20250529/mint_items_next.svg);
  right: 13vw;
} */

.summer-gift .slick-arrow::after {
  width: 20px;
  height: 20px;
}

.summer-gift .slick-arrow.slick-prev::after {
  border-top: 2px solid #B5B5B5;
  border-left: 2px solid #B5B5B5;
}

.summer-gift .slick-arrow.slick-next::after {
  border-top: 2px solid #B5B5B5;
  border-right: 2px solid #B5B5B5;
}

.summer-gift .slick-arrow.slick-prev {
  left: 40px;
}

.summer-gift .slick-arrow.slick-next {
  right: 40px;
}