@charset "utf-8";
.abswh100 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.abscenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}
/*==============================================================
  ■ (SP)
==============================================================*/
section {
  position: relative;
}
body.scrolled .share__container {
  transform: translateY(0px);
}
body.scrolled .slide__container {
  transform: translateY(0px);
}
.pcbg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff9ea url(../img/pcbg_mainbg.png) center center / cover no-repeat;
}
.pcbg .share__container {
  width: 418px;
  height: 418px;
  position: absolute;
  background: url(../img/pcbg_bg.png) center center / contain no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  left: calc(100vw / 2 - 488px);
  transform: translateY(100px);
  padding-top: 66px;
  filter: drop-shadow(0px 10px 5px rgba(155, 146, 88, 0.15));
  transition: all 300ms 0s ease;
}
.pcbg .share__container .share__acc {
  pointer-events: none;
}
.pcbg .share__container .share__acc__1 {
  display: block;
  width: 233px;
  height: 300px;
  background-image: url("../img/pcbg_acc1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -100px;
  top: -70px;
}
.pcbg .share__container .share__acc__2 {
  display: block;
  width: 247px;
  height: 279px;
  background-image: url("../img/pcbg_acc2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: -104px;
  top: 235px;
}
.pcbg .share__container .share__acc__3 {
  display: block;
  width: 249.5px;
  height: 294px;
  background-image: url("../img/pcbg_acc3.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: -104px;
  top: 205px;
}
.pcbg .share__container .share__title {
  display: block;
  width: 337px;
  height: 88px;
  background-image: url("../img/pcbg_title.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 auto;
}
.pcbg .share__container .share__btns {
  margin: 42px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.pcbg .share__container .share__btns__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 150px;
  height: 40px;
  border-radius: 40px;
  background-color: #4C4C4C;
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.05em;
  margin: 0 8px;
}
.pcbg .share__container .share__btns__link p {
  text-decoration: none;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.pcbg .share__container .share__btns__link.ig {
  background: url(../img/btn_ig.png) center center / cover no-repeat;
}
.pcbg .share__container .share__subtitle {
  display: block;
  width: 103.5px;
  height: 13.5px;
  background-image: url("../img/pcbg_share_title.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  background-size: contain;
  margin: 26px auto 0;
}
.pcbg .share__container .sns__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 18px;
}
.pcbg .share__container .sns__container .ig::before {
  width: 32px;
  height: 32px;
  background-image: url("../img/sns_icon_ig_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.pcbg .share__container .sns__container .line::before {
  width: 27px;
  height: 28px;
  background-image: url("../img/sns_icon_line_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.pcbg .share__container .sns__container .twx::before {
  width: 32px;
  height: 32px;
  background-image: url("../img/sns_icon_tw_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.pcbg .share__container .sns__container li {
  display: block;
  width: 54px;
  height: 54px;
  background-color: white;
  border-radius: 50%;
  margin: 0 8px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  background-color: #A68044;
  transition: all 300ms 0s ease;
}
.pcbg .share__container .sns__container li:hover {
  transform: scale(1.05);
}
.pcbg .share__container .sns__container li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms 0s ease;
}
.pcbg .share__container .sns__container li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(3600deg);
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
.maincontent {
  width: 390px;
  position: relative;
  overflow: hidden;
  background-color: white;
  color: #7E3B00;
  line-height: 200%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 50px rgba(155, 146, 88, 0.25));
  transform: translateX(284px);
}
.maincontent * {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-feature-settings: 'palt' on;
  line-height: 200%;
}
.maincontent .pc {
  display: none;
}
.maincontent a {
  transition: all 300ms 0s ease;
}
.kv {
  width: 100%;
  height: 597px;
}
.kv__bg {
  width: 390px;
  height: 597px;
  background-image: url("../img/kv_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0px;
  transform: scale(1.1);
  opacity: 0;
}
.kv__title {
  width: 358px;
  height: 92px;
  background-image: url("../img/kv_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 16px;
  top: 28px;
}
.kv__item__1 {
  width: 243.5px;
  height: 417.5px;
  background-image: url("../img/kv_item1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  top: 110px;
}
.kv__item__2 {
  width: 226px;
  height: 417.5px;
  background-image: url("../img/kv_item2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 164px;
  top: 110px;
}
.kv__item__3 {
  width: 314px;
  height: 171px;
  background-image: url("../img/kv_item3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0px;
  top: 426px;
}
.intro {
  width: 100%;
  overflow: hidden;
  padding-top: 46px;
  padding-bottom: 135px;
}
.intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 1804px;
  background-image: url("../img/intro_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.intro__subtitle {
  position: relative;
  width: 352px;
  height: 130px;
  background-image: url("../img/intro_subtitle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.intro__title {
  position: relative;
  width: 357px;
  height: 86px;
  background-image: url("../img/intro_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 70px auto 0;
}
.intro__read1 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
  margin-top: 46px;
}
.intro__read2 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
  margin-top: 30px;
}
.intro__read {
  position: relative;
}
.result {
  background-color: #A04733;
  padding-top: 20px;
  padding-bottom: 146px;
}
.result__head {
  width: 390px;
  height: 50px;
  background-image: url("../img/result_head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -48px;
}
.result__title {
  position: relative;
  width: 342px;
  height: 141px;
  background-image: url("../img/result_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.result__cntup {
  position: relative;
  width: 352px;
  height: 210px;
  background-image: url("../img/result_cnt_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 55px auto 0;
}
.result__cntup__num {
  font-family: "Noto Sans JP", "游ゴシック体", 'Yu Gothic', "YuGothic", "Noto Sans JP", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  position: absolute;
  right: 90px;
  top: 74px;
  text-indent: 0;
  letter-spacing: 0.2em;
  text-align: right;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  color: #A04733;
}
.result__container {
  margin-top: 55px;
}
.result__container__title {
  position: relative;
  width: 255px;
  height: 61px;
  background-image: url("../img/howto_h_first.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto 0;
}
.result__container__read {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  margin-top: 24px;
}
.result__container__main {
  color: #F2C94C;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 100%;
  margin-top: 6px;
}
.result__container__product {
  width: 390px;
  height: 358.5px;
  background-image: url("../img/howto_first_item.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: -15px auto 0;
}
.result__shop {
  margin-top: 16px;
}
.result__shop__title {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.result__shop__graph {
  width: 342px;
  height: 350px;
  background-image: url("../img/result_shop_graph.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 24px auto 0;
}
.result__area {
  position: relative;
  padding-top: 500px;
}
.result__area__title {
  color: white;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  position: absolute;
  left: 26px;
  top: 64px;
}
.result__area__attention {
  color: white;
  font-size: 12px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 20px;
  top: 94px;
}
.result__area__graph {
  width: 390px;
  height: 511px;
  background-image: url("../img/result_area_graph.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -30px;
}
.result__adv {
  width: 352px;
  height: 364px;
  background-image: url("../img/result_adv_graph.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  filter: drop-shadow(0px 5px 5px rgba(121, 35, 15, 0.5));
  margin: 36px auto 0;
}
.result__qpon {
  position: relative;
  width: 342px;
  background-color: white;
  border-radius: 4px;
  padding-top: 46px;
  padding-bottom: 58px;
  margin: 46px auto 0;
  filter: drop-shadow(0px 5px 5px rgba(121, 35, 15, 0.5));
}
.result__qpon__title {
  width: 283.5px;
  height: 40.5px;
  background-image: url("../img/result_qpon_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto 0;
}
.result__qpon__read1 {
  text-align: center;
  margin-top: 14px;
}
.result__qpon__item {
  text-align: center;
  color: #FF3561;
  font-size: 26px;
  font-weight: bold;
  line-height: 100%;
  text-decoration: underline;
  margin-top: 4px;
}
.result__qpon__read2 {
  text-align: center;
  margin-top: 8px;
}
.result__qpon__date {
  width: 297.5px;
  height: 36px;
  background-image: url("../img/result_qpon_date.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 20px auto 0;
}
.result__qpon__img {
  width: 105px;
  height: 134.5px;
  background-image: url("../img/result_qpon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -24px;
  top: 280px;
}
.result__qpon__how {
  width: 302px;
  background-color: #FFFFEF;
  border-radius: 4px;
  padding: 32px 26px 22px;
  margin: 40px auto 0;
  color: #2C2C2C;
}
.result__qpon__how__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
}
.result__qpon__how__list {
  margin-top: 26px;
}
.result__qpon__how__list__item {
  position: relative;
  padding-top: 8px;
  padding-left: 50px;
  margin-bottom: 17px;
}
.result__qpon__how__list__item__index {
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #A04733;
  color: white;
  border-radius: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.result__qpon__how__list__item__index:before {
  content: '';
  display: block;
}
.result__qpon__how__list__item__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
}
.result__qpon__how__list__item__link {
  width: 200px;
  height: 48px;
  background: #A68044;
  border-radius: 100px;
  color: white !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none !important;
  margin-top: 15px;
}
.result__qpon__how__list__item__comment {
  font-size: 12px;
  line-height: 150%;
  margin-top: 20px;
}
.result__qpon__how__list__item:nth-child(1) .index:before {
  width: 4.5px;
  height: 11.5px;
  background-image: url("../img/num1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__qpon__how__list__item:nth-child(2) .index:before {
  width: 7.5px;
  height: 11px;
  background-image: url("../img/num2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__qpon__how__list__item:nth-child(3) .index:before {
  width: 7px;
  height: 11.5px;
  background-image: url("../img/num3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__qpon__how__list__item:nth-child(4) .index:before {
  width: 8px;
  height: 11px;
  background-image: url("../img/num4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__qpon__how__list__item:nth-child(2) .index {
  top: 12px;
}
.result__qpon__how__list__item:nth-child(3) .index {
  top: 12px;
}
.result__qpon__how__list__item:nth-child(4) .index {
  top: 45px;
}
.howto {
  padding-top: 78px;
  padding-bottom: 192px;
  background-color: #A68044;
  z-index: 3;
}
.howto:before {
  content: "";
  display: block;
  width: 390px;
  height: 75px;
  background-image: url("../img/howto_before.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -45px;
}
.howto__ticker {
  width: 100%;
  height: 68px;
  background: url(../img/howto_ticker.png) top left / cover repeat-x;
  animation: 30s linear 0s infinite running xloop;
}
@keyframes xloop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -739px 0;
  }
}
.howto__first {
  margin-top: 74px;
}
.howto__first__title {
  width: 255px;
  height: 61px;
  background-image: url("../img/howto_h_first.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.howto__first__item {
  width: 390px;
  height: 358.5px;
  background-image: url("../img/howto_first_item.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: -20px auto 0;
}
.howto__first__period {
  width: 352px;
  height: 130px;
  background-image: url("../img/howto_first_period.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 26px auto 0;
}
.howto__first__end {
  width: 342px;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background-color: #b08b41;
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  margin: 30px auto 0;
}
.howto__second {
  margin-top: 80px;
}
.howto__second__title {
  width: 343px;
  height: 61px;
  background-image: url("../img/howto_h_second.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.howto__second__notice {
  width: 342px;
  height: 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  border: 1px solid white;
  margin: 38px auto 0;
}
.howto__second__notice span {
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.1em;
  text-align: center;
}
.howto__third {
  margin-top: 80px;
}
.howto__third__title {
  width: 281px;
  height: 61px;
  background-image: url("../img/howto_h_third.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.howto__comingsoon {
  width: 256px;
  height: 22px;
  background-image: url("../img/howto_comingsoon.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 40px auto 0;
}
.howto__sns {
  margin: 44px auto 0;
}
.howto__sns__title {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  color: #FFFFFF;
}
.howto__sns__link {
  margin-top: 16px;
}
.howto__sns__link__item {
  position: relative;
  padding-top: 140px;
}
.howto__sns__link__item a {
  display: block;
  width: 248px;
  height: 48px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: white;
  border-radius: 48px;
  text-decoration: none;
  letter-spacing: 0.05em;
  text-indent: 0;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
.howto__sns__link__item.sns__ig {
  width: 342px;
  height: 219px;
  background-image: url("../img/howto_sns_ig.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 24px auto 0;
}
.howto__sns__link__item.sns__ig a {
  background: url(../img/btn_ig.png) center center / cover no-repeat;
}
.howto__sns__link__item.sns__x {
  width: 342px;
  height: 219px;
  background-image: url("../img/howto_sns_x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto 0;
}
.howto__sns__link__item.sns__x a {
  background-color: #2C2C2C;
}
.present {
  position: relative;
  background-color: #FFF9EA;
  color: white;
  padding-top: 56px;
  padding-bottom: 130px;
  z-index: 4;
}
.present__title {
  width: 390px;
  height: 140px;
  background-image: url("../img/present_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -94px;
}
.present__read {
  color: #2C2C2C;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  margin-top: 20px;
}
.present__notice {
  color: #2C2C2C;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}
.present__product {
  margin: 32px auto 0;
}
.present__product .item1 {
  width: 352px;
  height: 282px;
  background-image: url("../img/present_item.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto 0;
}
.present__term {
  position: relative;
  width: 340px;
  height: 200px;
  background-color: white;
  border-radius: 6px;
  margin: 40px auto 0;
  color: #2C2C2C;
  padding: 24px 0;
}
.present__term__container {
  width: 300px;
  height: 100%;
  margin: 0 auto;
  /*
			&::-webkit-scrollbar{
				width: vw(10px);
			}
			&::-webkit-scrollbar-thumb {
				background-color: rgb(150,150,150);
				border-radius: vw(5px);
			}
			&::-webkit-scrollbar-track{
				border-radius: vw(5px);
				background-color: rgb(220,220,220);
			}
				*/
}
.present__term__title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.1em;
}
.present__term__body {
  margin-top: 20px;
  padding-right: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
}
.present__term__body__sec {
  margin-bottom: 10px;
}
.present__term__body__sec h3 {
  font-size: 14px;
  font-weight: bold;
}
.present__term__body__sec p {
  margin-bottom: 10px;
}
.present__term__body__sec p,
.present__term__body__sec li {
  font-size: 12px;
  line-height: 140%;
}
.present__term__body__sec li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.present__term__body__sec li::before {
  content: '・ ';
}
.present__term__body__sec .comment {
  font-size: 10px;
  margin-top: 5px;
  padding-left: 1em;
}
.present__term__body__sec ol {
  margin-top: 10px;
}
.present__term__body__sec ol li {
  list-style: none !important;
}
.present__term__body__sec ol li::before {
  content: '';
}
.shop {
  z-index: 4;
  background-color: #A68044;
  padding-top: 60px;
  padding-bottom: 177px;
}
.shop:before {
  content: '';
  display: block;
  width: 390px;
  height: 60px;
  background-image: url("../img/shop_bg_upper.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -40px;
}
.shop__title {
  position: relative;
  width: 236px;
  height: 63px;
  background-image: url("../img/shop_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: -28px auto 0;
}
.shop__read {
  font-weight: 600;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 30px;
}
.shop__attention {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 20px;
}
.shop__img {
  position: relative;
  width: 359.5px;
  height: 309.5px;
  background-image: url("../img/shop_img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 50px auto 0;
  z-index: 2;
}
.shop__ticker {
  position: relative;
  width: 100%;
  height: 68px;
  margin-top: -52px;
  background: url(../img/shop_ticker.png) top left / contain repeat-x;
  animation: 30s linear 0s infinite running xloop2;
}
@keyframes xloop2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -270px 0;
  }
}
.gift {
  padding-top: 30px;
  background-color: #FFF9EA;
  margin-top: 10px;
  z-index: 4;
}
.gift__title {
  position: relative;
  width: 390px;
  height: 120px;
  background-image: url("../img/gift_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -106px;
}
.gift__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px 16px;
  width: 342px;
  margin: 34px auto 0;
}
.gift__list__item {
  width: 163px;
}
.gift__list__item__img {
  position: relative;
  overflow: visible !important;
  display: block;
}
.gift__list__item__txt {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 16px;
}
.gift__list__item__txt__container {
  margin-bottom: 18px;
}
.gift__list__item__txt__name {
  color: #2C2C2C;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
}
.gift__list__item__txt__price {
  color: #2C2C2C;
  font-size: 10px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 6px;
}
.gift__list .item1 .img {
  width: 163px;
  height: 163px;
  background-image: url("../img/gift_img1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.gift__list .item2 .img {
  width: 163px;
  height: 163px;
  background-image: url("../img/gift_img2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.gift__list .item3 .img {
  width: 163px;
  height: 163px;
  background-image: url("../img/gift_img3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.gift__list .item4 .img {
  width: 163px;
  height: 163px;
  background-image: url("../img/gift_img4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.gift__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  width: 270px;
  height: 48px;
  border-radius: 48px;
  background-color: #A68044;
  margin: 24px auto 0;
  color: white !important;
  text-decoration: none !important;
}
.gift__link p {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.cafe {
  background-color: #FFF9EA;
  padding-top: 94px;
  padding-bottom: 190px;
}
.cafe__link a {
  display: block;
  margin: 0 auto;
}
.cafe__link__1 {
  width: 352px;
  height: 130px;
  background-image: url("../img/cafe_link1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 14px !important;
}
.cafe__link__2 {
  width: 352px;
  height: 130px;
  background-image: url("../img/cafe_link2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.sns {
  padding: 10px 0 50px;
  background-color: #A68044;
  margin-top: -48px;
}
.sns::before {
  content: '';
  width: 390px;
  height: 176px;
  background-image: url("../img/sns_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: -48px;
}
.sns__title {
  position: relative;
  width: 139px;
  height: 18px;
  background-image: url("../img/sns_title.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0px auto 0;
}
.sns__container {
  margin-top: 32px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.sns__container .ig::before {
  width: 32px;
  height: 32px;
  background-image: url("../img/sns_icon_ig.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.sns__container .line::before {
  width: 32px;
  height: 32px;
  background-image: url("../img/sns_icon_line.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.sns__container .twx::before {
  width: 32px;
  height: 32px;
  background-image: url("../img/sns_icon_tw.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.sns__container li {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #FFF9EA;
  border-radius: 50%;
  margin: 0 12px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
}
.sns__container li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 300ms 0s ease;
}
.sns__container li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.simplebar-scrollbar::before {
  background-color: #A68044;
}
.simplebar-track.simplebar-vertical {
  width: 8px;
}
.simplebar-track {
  background: #EEE;
  width: 8px;
  border-radius: 4px;
}
.simplebar-scrollbar {
  background: #A68044;
  border-radius: 4px;
  top: 0;
  right: 0px;
}
.kvanime {
  opacity: 0;
  transform: scale(1.1);
}
#breakpointChecker .pc {
  display: none;
}
#breakpointChecker .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #breakpointChecker .sp {
    display: none;
  }
  #breakpointChecker .pc {
    display: block;
  }
}
.lnt23-footer {
  position: relative;
}
