@charset "utf-8";

.font-yumin {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", "serif" !important;
}

.font-garamond {
  font-family: 'EB Garamond', serif !important;
}

.font-arno {
  font-family: arno-pro, serif !important;
}

.font-petrona {
  font-family: Petrona, serif !important;
}

.inview {
  opacity: 0;
}

.scrolled main {
  padding-top: calc(130px + var(--fsBannerHeight));
}

html {
  scroll-padding-top: 0px
}

#egift {
  color: #3d3027;
}

main a:hover {
  text-decoration: none;
}

footer {
  margin-top: 0;
  z-index: 20;
}

/* ------------------------------
              共通
------------------------------ */
.common__title {
  width: fit-content;
  font-size: 5rem;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 0px 78px;
  position: relative;
}

.common__title::before,
.common__title::after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 18px;
  background-size: 100% 100%;
  position: absolute;
  top: 20%;
}

.common__title::before {
  background-image: url(../../images/gift/egift/202503/obj_title_l.png);
  left: 0;
}

.common__title::after {
  background-image: url(../../images/gift/egift/202503/obj_title_r.png);
  right: 0;
}

.common__title--ja {
  font-size: 4.2rem;
  font-weight: 600;
}

.obj {
  position: absolute;
}

/* ------------------------------
              kv
------------------------------ */
.kv {
  margin: 0px;
  padding: 0px;
  overflow: visible;
  z-index: 20;
  position: relative;
}

.kv-text__wrapper {
  width: 56.9vw;
  text-align: center;
  position: absolute;
  top: 6.45vw;
}

.kv__icon {
  width: 3.2vw;
}

.kv__title {
  width: fit-content;
  font-size: 5.67vw;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 0 auto;
  padding-left: 3.5vw;
  position: relative;
}

.kv__title::before {
  content: "";
  display: inline-block;
  background-image: url(../../images/gift/egift/202503/icon_kv.png);
  background-size: 100% 100%;
  width: 3.28vw;
  height: 5.26vw;
  position: absolute;
  left: -0.5vw;
}

.kv__text {
  font-size: 1.35vw;
  line-height: 1.3;
  margin-top: 0.8vw;
}

/* ------------------------------
          lead,nav
------------------------------ */
.lead {
  position: relative;
}

.lead__inner {
  padding: 80px 0 95px;
}

.lead__text {
  font-size: 2rem;
  font-feature-settings: "palt";
  line-height: 1.7;
  text-align: center;
  margin-top: 30px;
}

.egift-nav__wrapper {
  margin-top: 42px;
  position: relative;
}

.egift-nav__list {
  width: 921px;
  display: flex;
  column-gap: 19px;
  justify-content: center;
  margin: 0 auto;
}

.egift-nav__item {
  width: 216px;
  background-image: url(../../images/gift/egift/202503/bg_nav.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 15px 0 30px;
}

.egift-nav__link {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: -0.02em;
  position: relative;
}

.fa-chevron-down {
  display: block;
  color: #fff;
  font-size: 20px;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.lead-how-to-use__wrapper {
  width: 1038px;
  display: flex;
  column-gap: 24px;
  margin: 91px auto 0;
}

.how-to-use-common__wrapper {
  width: 507px;
  border: 5px solid #3d3027;

}

.lead-how-to-use__title {
  background-image: url(../../images/gift/egift/202503/obi.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1;
  text-align: center;
  padding: 19px 0 17px;
}

.how-to-use-in__wrapper {
  width: 100%;
  display: flex;
  background-color: #eae3d6;
  column-gap: 40px;
  padding: 29px 22px 27px;
}

.lead-how-to-use__text {
  font-size: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}

.lead-how-to-use__text--1line {
  padding: 14px 0;
}

.how-to-use__img {
  display: block;
  margin-top: 20px;
}

/* ------------------------------
          ご利用方法
------------------------------ */
.how-to-use {
  /* 仮 */
  /* background-color: #eae3d6; */
  background: url(../../images/sp/gift/202010/bg_scene.png) repeat;
  background-size: 370px auto;
}

.how-to-use__inner {
  padding: 81px 0 91px;
}

.tab-area {
  width: 406px;
  display: flex;
  column-gap: 10px;
  text-align: center;
  margin: 42px auto 0;
  cursor: pointer;
}

.tab {
  width: calc(100%/2);
  background-image: url(../../images/gift/egift/202503/bg_tab.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #3d3027;
  font-size: 1.7rem;
  font-feature-settings: "palt";
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 16px 0 17px;
}

.tab.active {
  background-image: url(../../images/gift/egift/202503/bg_tab_active.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.panel-area {
  position: relative;
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}

.step__wrapper {
  width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 0;
}

.panel__title {
  width: 229px;
  background-color: #f2efe9;
  font-feature-settings: "palt";
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.step__list {
  width: 835px;
  display: flex;
  column-gap: 35px;
  font-feature-settings: "palt";
  text-align: center;
  margin: 0 auto;
}

.step__item {
  width: 100%;
}

.step__num {
  font-size: 3rem;
  line-height: 1;
  margin-top: 35px;
}

.step__num--large {
  font-size: 4rem;
}

.step__title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5;
  margin-top: 25px;
}

.step__text {
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}

.step__img {
  margin-top: 23px;
}

.frame__top,
.frame__bottom {
  width: 1059px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.frame__bottom {
  bottom: 0;
}

.step__wrapper .slick-prev,
.step__wrapper .slick-next {
  display: none;
}

/* ------------------
      Recommend
------------------ */
.recommend__inner {
  padding: 70px 0 85px;
}

.recommend-title__ja {
  display: block;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
}

.recommend-slider {
  width: 885px;
  margin: 0 auto;
  position: relative;
}

.recommend__list {
  width: 805px;
  margin: 70px auto 0;
  /* position: relative; */
}

.recommend__item {
  position: relative;
}

.recommend__catch {
  width: 436px;
  color: #422d1b;
  font-size: 2.6rem;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: -35px;
  right: 0;
}

.recommend__list img {
  /* width: 70%;   */
  width: 300px;
  height: 266px;
  object-fit: cover;
  margin: 0 auto;
  padding-top: 30px;
}

.recommend__list .img {
  width: 399px;
  height: 295px;
  background-image: url(../../images/gift/egift/202503/frame_item.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
}

.recommend__data {
  box-sizing: content-box;
  color: #422d1b;
  text-align: center;
  margin: 0px;
  padding: 40px 0px 0px 399px;
}

.name-and-price {
  text-align: center;
  margin-top: 30px;
}

.btn--cart {
  margin: 0px;
  padding: 20px 0px 0px;
  text-align: center;
}

.btn--cart a {
  width: 150px;
  display: inline-block;
  background: #422d1b;
  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;
}

.btn--cart a svg {
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.link--detail {
  text-align: center;
  margin: 11px 0px 0px;
  padding: 0px;
}

.link--detail a {
  margin: 0px;
  padding: 0 0 5px 2px;
  text-align: center;
  color: #422d1b;
  font-size: 1.4rem;
  line-height: 1;
  border-bottom: 1px solid #422d1b;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.link--detail svg {
  color: #422d1b;
  margin-left: 7px;
}



/* .slick-dots {
  margin-top: 30px;
} */

.other-lineup__wrapper {
  max-width: 956px;
  background-color: #f2efe9;
  margin: 80px auto 0;
  padding: 85px 0 75px;
  position: relative;
}

.other-lineup__wrapper::before,
.other-lineup__wrapper::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 15px;
  background-image: url(../../images/gift/egift/202503/line_other_item.png);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
}

.other-lineup__wrapper::before {
  top: 0;
}

.other-lineup__wrapper::after {
  bottom: 0;
  transform: scale(1, -1);
}


.other-lineup__list {
  width: 830px;
  margin: 0 auto;
}

.other-lineup__item {
  width: calc(100%/3);
  margin: 0 18px;
}

.other__catch {
  color: #422d1b;
  font-size: 2.2rem;
  line-height: 1.2;
  text-align: center;
}

.other-lineup__item .img {
  width: 194px;
  height: 194px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  margin: 0 auto;
}

.slick-slide img {
  border-radius: 20px;
}

/* .other-lineup__item img {
  border-radius: 50%;
} */

.other-lineup__item .item {
  width: 80%;
  border-radius: 50%;
  margin: 0 auto;
  padding-top: 20px;
}


.other-lineup__item .name-and-price {
  margin-top: 22px;
}

.slick-arrow::after {
  width: 15px;
  height: 15px;
}

.slick-arrow.slick-prev::after {
  border-top: 2px solid #7a6933;
  border-left: 2px solid #7a6933;
}

.slick-arrow.slick-next::after {
  border-top: 2px solid #7a6933;
  border-right: 2px solid #7a6933;
}

.other-lineup-slider .slick-prev {
  left: 35px;
}

.other-lineup-slider .slick-next {
  right: 35px;
}

.slick-dots>li>button::before {
  width: 8px;
  height: 8px;
}

.slick-dots>li>button::before {
  background: #cac3ad;
}

.slick-dots>li.slick-active>button::before {
  background: #7a6933;
}

.recommend-obj1 {
  width: 3.2vw;
  top: 13.8vw;
  left: 0;
}

.recommend-obj2 {
  width: 2.2vw;
  top: 21.3vw;
  left: 105px;
}

.recommend-obj3 {
  width: 7.9vw;
  top: 27.4vw;
  left: 0;
}

.recommend-obj4 {
  width: 3.2vw;
  top: 26.5vw;
  right: 185px;
}

.recommend-obj5 {
  width: 2.2vw;
  top: 24.7vw;
  right: 105px;
}

.recommend-obj6 {
  width: 8.7vw;
  top: 21.6vw;
  right: 0;
}

.line-double--top {
  width: 100%;
  height: 15px;
  background-image: url(../../images/gift/20241118/line_double_bottom.png);
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  top: 0;
}

.obj-recommend--l {
  width: 170px;
  top: -50px;
  left: 0;
}

.obj-recommend--r {
  width: 195px;
  top: -70px;
  right: 0;
}

.slick-dots {
  margin: 47px auto 0;
}

.products__notes {
  width: 500px;
  font-size: 1.3rem;
  margin: 20px 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 {
  background: url(../../images/sp/gift/202010/bg_fra.png) repeat;
  background-size: 590px auto;
  padding: 83px 0 94px;
  position: relative;
}

.label__gs {
  width: 266px;
  margin: 0 auto;
}

.service-contents__inner {
  max-width: 1050px;
  margin: 55px auto 0;
}

.service-contents__list {
  display: flex;
  justify-content: center;
}

.service-notes {
  color: #F00;
  font-size: 1.4rem;
}

.service-contents__title--en {
  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%);
}

.gift__banner {
  display: block;
  width: 501px;
  margin: 80px auto 0
}

/* FAQ */
.faq__list {
  width: 800px;
  border-bottom: 1px solid #452c18;
  margin: 80px auto 0;
}

.faq__inner {
  padding: 73px 0 150px;
}

.faq__list dl {
  border-top: 1px solid #452c18;
  position: relative;
}

.faq__list dl dt,
.faq__list dl dd {
  font-size: 2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.faq__list dl dt a {
  display: block;
  padding: 41px 89px;
  position: relative;
}

.faq__list dl dt span.t,
.faq__list dl dd span.t {
  background-color: #a89968;
  border-radius: 50%;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1;
  padding: 6px 10px;
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.faq__list dl dt span.icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.faq__list dl dt span.icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2.8rem;
  display: inline;

}

.faq__list dl dt a span.icon.minus {
  display: none;
}

.faq__list dl dt a.open span.icon.minus {
  display: block;
}

.faq__list dl dt a.open span.icon.plus {
  display: none;
}

.faq__list dl dd {
  padding: 36px 90px 30px;
  display: none;
  position: relative;
}

.faq__list dl dd span.t {
  background-color: #fff;
  border: 3px solid #a89968;
  color: #a89968;
  padding: 4px 10px;
}

/* あしらいライン */
.line-lace {
  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: 0px;
}