@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: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/kv_bg.jpg) center / contain repeat;
}
.kv__upper {
  position: absolute;
  left: 0;
  top: 0;
  width: 390px;
  height: 196.5px;
  background-image: url("../img/kv_img1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.kv__middle {
  position: absolute;
  left: 0;
  top: 202px;
  width: 390px;
  height: 194px;
  background-image: url("../img/kv_img2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.kv__lower {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 390px;
  height: 196px;
  background-image: url("../img/kv_img3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.kv__title {
  position: absolute;
  left: 60px;
  top: 180px;
  width: 270.5px;
  height: 191px;
  background-image: url("../img/kv_title.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.kv__subtitle {
  position: absolute;
  left: 62px;
  top: 376px;
  width: 266px;
  height: 37.5px;
  background-image: url("../img/kv_copy.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.intro2 {
  width: 100%;
  overflow: hidden;
  padding-top: 46px;
  padding-bottom: 83px;
}
.intro2__bg {
  position: absolute;
  left: 0;
  top: -150px;
  width: 390px;
  height: 2401px;
  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;
}
.intro2__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 {
  width: 100%;
  overflow: hidden;
  padding-top: 84px;
  padding-bottom: 134px;
}
.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__titlecp {
  position: relative;
  width: 307.5px;
  height: 84px;
  background-image: url("../img/intro_titlecp.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.intro__bg {
  position: absolute;
  left: 0;
  top: -130px;
  width: 390px;
  height: 2401px;
  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__read0 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
  margin-top: 40px;
}
.intro__letter {
  position: relative;
  padding-top: 650px;
  margin-top: 46px;
}
.intro__letter__main {
  width: 373.5px;
  height: 621.5px;
  background-image: url("../img/intro_letter.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  transform: rotate(-6.78deg);
  position: absolute;
  left: 0px;
  top: 0px;
}
.intro__letter__acc {
  width: 293.5px;
  height: 365px;
  background-image: url("../img/intro_acc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: -110px;
  top: -70px;
}
.intro__exp {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
}
.intro__title {
  position: relative;
  width: 357px;
  height: 125px;
  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: 50px auto 0;
}
.intro__read1 {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 200%;
  text-align: center;
  margin-top: 50px;
}
.intro__img {
  position: relative;
  width: 340px;
  height: 208.5px;
  background-image: url("../img/intro_img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 64px auto 0;
}
.intro__read2 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-top: 40px;
}
.intro__link {
  position: relative;
  display: block;
  width: 294px;
  height: 48px;
  padding-top: 8px;
  margin: 42px auto 0;
  background: #A68044;
  border-radius: 100px;
  text-align: center;
  color: white !important;
  text-decoration: none !important;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
.intro__read3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-top: 40px;
}
.result {
  position: relative;
  background-color: #A04733;
  padding-top: 20px;
  padding-bottom: 100px;
  z-index: 4;
}
.result #result {
  position: absolute;
  left: 0;
  top: -140px;
}
.result::after {
  content: '';
  width: 390px;
  height: 43px;
  background-image: url("../img/result_bgacc.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: -40px;
}
.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: 342px;
  height: 200px;
  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: 86px;
  top: 90px;
  text-indent: 0;
  letter-spacing: 0.1em;
  text-align: right;
  font-weight: 600;
  font-size: 50px;
  line-height: 100%;
  color: #A04733;
}
.result__comment {
  font-size: 14px;
  color: white;
  text-align: right;
  padding-right: 24px;
  margin-top: 6px;
}
.result__container {
  position: relative;
}
.result__container__hash {
  position: absolute;
  left: 0;
  top: -140px;
}
.result__container__title {
  margin: 0 auto;
}
.result__container__body {
  width: 343px;
  padding: 36px 0px 36px;
  background-color: #913722;
  margin: 30px auto 0;
}
.result__container__body__read {
  font-size: 16px;
  color: white;
  text-align: center;
  line-height: 150%;
}
.result__container__body__link {
  position: relative;
  width: 270px;
  height: 48px;
  background-color: white;
  border-radius: 100px;
  padding-top: 10px;
  margin: 26px auto 0;
  text-align: center;
  cursor: pointer;
  color: black;
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
.result__container__body__link::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../img/btn_iconplus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 13px;
  top: 13px;
}
.result__container__body__content {
  display: none;
}
.result__container.active .result__container__body__link::after {
  width: 24.5px;
  height: 24px;
  background-image: url("../img/btn_iconminus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__container.active .result__container__body__content {
  display: block;
}
.result__container.active .result__container__body {
  padding-bottom: 0;
}
.result__container.result1 {
  margin-top: 67px;
}
.result__container.result1 .result__container__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;
}
.result__container.result1 .result__container__body__content {
  width: 342px;
  height: 2668px;
  background-image: url("../img/result_content1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__container.result2 {
  margin-top: 82px;
}
.result__container.result2 .result__container__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;
}
.result__container.result2 .result__container__body__content {
  width: 342px;
  height: 3808.5px;
  background-image: url("../img/result_content2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__container.result3 {
  margin-top: 82px;
}
.result__container.result3 .result__container__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;
}
.result__container.result3 .result__container__body__content {
  width: 342px;
  height: 2572px;
  background-image: url("../img/result_content3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__shop {
  margin-top: 46px;
}
.result__shop__title {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.result__shop__graph {
  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 {
  position: absolute;
  left: 0;
  top: 0px;
}
.result__adv {
  margin: 64px auto 0;
  filter: drop-shadow(0px 5px 5px rgba(121, 35, 15, 0.5));
}
.result__qpon {
  position: relative;
  width: 342px;
  background-color: white;
  border-radius: 4px;
  padding-top: 46px;
  padding-bottom: 34px;
  margin: 90px auto 0;
  filter: drop-shadow(0px 5px 5px rgba(121, 35, 15, 0.5));
}
.result__qpon #coupon {
  position: absolute;
  left: 0;
  top: -130px;
}
.result__qpon__title {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  color: #2C2C2C;
  margin: 0 auto 0;
  text-align: center;
}
.result__qpon__read1 {
  color: #2C2C2C;
  text-align: center;
  margin-top: 14px;
}
.result__qpon__itemcaption {
  text-align: center;
  color: #4962B0;
}
.result__qpon__item {
  text-align: center;
  color: #4962B0;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  margin-top: 0px;
}
.result__qpon__read2 {
  color: #2C2C2C;
  text-align: center;
  margin-top: 4px;
}
.result__qpon__date {
  width: 295px;
  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: 296px;
}
.result__qpon__how {
  width: 302px;
  background-color: #FFFFEF;
  border-radius: 4px;
  padding: 32px 26px 22px;
  margin: 36px 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: 20px;
}
.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;
}
.result__canister {
  position: relative;
  width: 342px;
  background-color: white;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 34px;
  margin: 32px auto 0;
  filter: drop-shadow(0px 5px 5px rgba(121, 35, 15, 0.5));
  color: #2C2C2C;
}
.result__canister__subtitle {
  text-align: center;
  font-size: 12px;
}
.result__canister__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.result__canister__img {
  width: 302px;
  height: 185px;
  background-image: url("../img/result_canister_img.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 26px auto 0;
}
.result__canister__read1 {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
}
.result__canister__read2 {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  margin-top: 20px;
}
.result__canister__product {
  position: relative;
  width: 302px;
  background: #FFFFEF;
  border-radius: 4px;
  margin: 40px auto 0;
  padding-left: 125px;
  padding-right: 10px;
}
.result__canister__product__img {
  width: 96px;
  height: 143px;
  background-image: url("../img/result_canister_product.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  left: 16px;
  top: 66px;
}
.result__canister__product__txt {
  padding-top: 18px;
  padding-bottom: 18px;
}
.result__canister__product__txt__title {
  font-size: 14px;
  font-weight: bold;
}
.result__canister__product__txt__read {
  font-size: 12px;
  line-height: 150%;
  margin-top: 4px;
}
.result__canister__product__txt__price {
  font-size: 10px;
  font-weight: bold;
  margin-top: 6px;
}
.result__canister__product__txt__caption {
  font-size: 10px;
  line-height: 150%;
  margin-top: 4px;
}
.result__canister__howtoeat {
  padding-top: 64px;
  padding-bottom: 4px;
}
.result__canister__howtoeat__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
.result__canister__howtoeat__content {
  margin: 32px auto 0;
}
.result__voice {
  padding-top: 75px;
  padding-bottom: 30px;
}
.result__voice__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  /* または27px */
  text-align: center;
  letter-spacing: 0.2em;
  color: white;
}
.result__voice__list {
  margin-top: 33px;
}
.result__voice__list__item {
  margin: 0 auto;
  margin-bottom: 16px;
}
.result__voice__list__item:last-of-type {
  margin-bottom: 0;
}
.result__voice__list__item.item1 {
  width: 342px;
  height: 228px;
  background-image: url("../img/result_voice1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__voice__list__item.item2 {
  width: 342px;
  height: 228px;
  background-image: url("../img/result_voice2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__voice__list__item.item3 {
  width: 342px;
  height: 192px;
  background-image: url("../img/result_voice3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__voice__list__item.item4 {
  width: 342px;
  height: 228px;
  background-image: url("../img/result_voice4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.result__voice__comment {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-left: 20px;
  margin-top: -2px;
}
.voice {
  padding-top: 78px;
  padding-bottom: 152px;
  background-color: #A68044;
  z-index: 5;
}
.voice: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;
}
.voice__catch {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  /* または27px */
  text-align: center;
  letter-spacing: 0.2em;
  color: white;
}
.voice__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  /* または27px */
  text-align: center;
  letter-spacing: 0.2em;
  color: white;
}
.voice__list {
  margin-top: 33px;
}
.voice__list__item {
  margin: 0 auto;
  margin-bottom: 16px;
}
.voice__list__item:last-of-type {
  margin-bottom: 0;
}
.voice__list__item.item1 {
  width: 342px;
  height: 228px;
  background-image: url("../img/result_voice1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.voice__list__item.item2 {
  width: 342px;
  height: 228px;
  background-image: url("../img/result_voice2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.voice__list__item.item3 {
  width: 342px;
  height: 192px;
  background-image: url("../img/result_voice3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.voice__list__item.item4 {
  width: 342px;
  height: 228px;
  background-image: url("../img/result_voice4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.voice__list__item.item5 {
  width: 342px;
  height: 228px;
  background-image: url("../img/result_voice5.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.voice__comment {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-left: 20px;
  margin-top: 10px;
}
.howto {
  padding-top: 78px;
  padding-bottom: 192px;
  background-color: #A68044;
  z-index: 5;
}
.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__end {
  width: 342px;
  background-color: #b08b41;
  padding-top: 44px;
  padding-bottom: 44px;
  margin: 30px auto 0;
}
.howto__end__title {
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}
.howto__end__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 270px;
  height: 48px;
  background-color: white;
  border-radius: 100px;
  margin: 41px auto 0;
  text-decoration: none !important;
}
.howto__end__link__txt {
  font-family: "Shippori Mincho B1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 14px;
  color: #2C2C2C;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.howto__end__link__arrow {
  width: 24px;
  height: 24px;
  background-image: url("../img/btn_iconplus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 13px;
  top: 13px;
}
.howto__end .howto__resultcontent {
  display: none;
}
.howto__end.active {
  padding-bottom: 0px;
}
.howto__end.active .howto__resultcontent {
  display: block;
}
.howto__end.active .howto__end__link__arrow {
  width: 24.5px;
  height: 24px;
  background-image: url("../img/btn_iconminus.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.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: 343px;
  height: 161px;
  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__second {
  margin-top: 90px;
}
.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__hukidashi {
  position: relative;
  width: 343.5px;
  height: 161px;
  background-image: url("../img/howto_second_hukidashi.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 40px auto 0;
}
.howto__second__period {
  width: 352.5px;
  height: 130px;
  background-image: url("../img/howto_second_period.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  margin: 43px auto 0;
}
.howto__second__end {
  width: 342px;
  height: 124px;
  background-color: #b08b41;
  padding-top: 50px;
  margin: 30px auto 0;
}
.howto__second__end__title {
  color: white;
  font-size: 22px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
}
.howto__second__voice {
  width: 342px;
  border-radius: 4px;
  margin: 42px auto 0;
  background-color: white;
  padding-top: 32px;
  padding-bottom: 14px;
}
.howto__second__voice__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: 20px;
  line-height: 130%;
  /* または26px */
  text-align: center;
  letter-spacing: 0.08em;
  color: #A68044;
  font-feature-settings: 'palt' on;
}
.howto__second__voice__read {
  font-weight: 300;
  font-size: 13px;
  line-height: 150%;
  color: #2C2C2C;
  text-align: center;
  margin-top: 16px;
}
.howto__second__voice__list {
  width: 295px;
  margin: 24px auto 0;
}
.howto__second__voice__list__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}
.howto__second__voice__list__item__icon {
  min-width: 80px;
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.howto__second__voice__list__item__txt {
  width: 215px;
  padding-left: 25px;
  color: #2c2c2c;
}
.howto__second__voice__list__item__txt__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.08em;
}
.howto__second__voice__list__item__txt__read {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 6px;
}
.howto__second__voice__comment {
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  margin-left: 20px;
  margin-top: 16px;
}
.howto__announce {
  width: 342px;
  height: 114px;
  border: 1px solid white;
  padding-top: 20px;
  margin: 40px auto 0;
  font-size: 18px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 150%;
}
.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: 60px 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: 5;
}
.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: 127px;
}
.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: 15px;
  z-index: 5;
}
.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;
}
