/* ==========================================================================

	TOP

========================================================================== */
.smartHaagenDazsGift {
  background-color: var(--bgcolor1);
  padding-top: 156px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift {
    padding-top: 140px;
  }
}
.smartHaagenDazsGift .float_btn {
  position: fixed;
  right: 5%;
  bottom: 50px;
  z-index: 3;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift .float_btn {
    width: 100%;
    right: 0;
    bottom: calc(env(safe-area-inset-bottom) + 20px);
  }
}
.smartHaagenDazsGift .float_btn .link_btn a {
  min-height: 80px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift .float_btn .link_btn a {
    min-height: 50px;
  }
}
.smartHaagenDazsGift .float_btn .link_btn a span {
  font-size: 86.666%;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift .float_btn .link_btn a span {
    font-size: 92.85%;
  }
}
.smartHaagenDazsGift .float_btn .link_btn a span em {
  display: block;
  font-style: normal;
  font-size: 115.38%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift .float_btn .link_btn a span em {
    display: none;
  }
}
.smartHaagenDazsGift .float_btn .link_btn a span b {
  font-size: 84.6%;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift .float_btn .link_btn a span b {
    font-size: 76.9%;
  }
}
.smartHaagenDazsGift.btn-show .float_btn {
  opacity: 1;
  pointer-events: auto;
}
.smartHaagenDazsGift .round-button {
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 340px;
  font-size: 93.75%;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift .round-button {
    width: 90%;
    min-width: 240px;
  }
}
.smartHaagenDazsGift .round-button a {
  width: 100%;
  min-height: 70px;
  padding: 0 50px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift .round-button a {
    min-height: 50px;
    padding: 0 30px;
  }
}
.smartHaagenDazsGift .round-button a span {
  text-align: center;
}
.smartHaagenDazsGift .round-button a:link, .smartHaagenDazsGift .round-button a:visited {
  background-color: var(--linkbtn-bgcolor);
  border: 2px solid var(--color3);
}
.smartHaagenDazsGift .round-button a i {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.smartHaagenDazsGift .round-button a i svg {
  width: 45px;
  height: 45px;
  color: var(--color2);
  flex: 0 0 auto;
  max-width: 100%;
}
@media (any-hover: hover) {
  .smartHaagenDazsGift .round-button a:hover {
    color: var(--linkbtn-color-hover);
    background-color: var(--color3);
    border: 2px solid var(--color3);
  }
  .smartHaagenDazsGift .round-button a:hover svg {
    color: var(--linkbtn-color-hover);
  }
}
.smartHaagenDazsGift #MV {
  position: relative;
  width: 94.4444444444%;
  height: auto;
  background-color: var(--bgcolor2);
  border-radius: 20px;
  text-align: center;
  padding: 0;
  margin: 0 auto 10rem;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV {
    width: 92%;
    height: auto;
    margin: 0 auto 50px;
  }
}
.smartHaagenDazsGift #MV .inner {
  padding: 0 3vw;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  max-width: none;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV .inner {
    padding: 10vw 3vw 0;
  }
}
.smartHaagenDazsGift #MV .inner .exp-text {
  text-align: center;
  margin-left: 6.5vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .smartHaagenDazsGift #MV .inner .exp-text {
    max-width: 50vw;
  }
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV .inner .exp-text {
    margin-left: 0;
  }
}
.smartHaagenDazsGift #MV .inner .exp-text .baloon {
  background-color: var(--bgcolor4);
  border-radius: 20px;
  color: #fff;
  width: 410px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV .inner .exp-text .baloon {
    width: 90%;
    height: 55px;
    font-size: 80%;
    line-height: 1.6;
  }
}
.smartHaagenDazsGift #MV .inner .exp-text .baloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid var(--bgcolor4);
  border-bottom: 0;
  position: absolute;
  top: 100%;
  left: calc(50% - 5px);
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV .inner .exp-text .baloon::after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid var(--bgcolor4);
  }
}
.smartHaagenDazsGift #MV .inner .exp-text strong {
  display: block;
  color: var(--color2);
  font-size: 137.5%;
  line-height: 1.5;
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV .inner .exp-text strong {
    font-size: 93.333%;
  }
}
.smartHaagenDazsGift #MV .inner .exp-text .heading_title {
  display: block;
  margin: 30px auto 0;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV .inner .exp-text .heading_title {
    width: 90%;
    margin: 20px auto 0;
  }
}
.smartHaagenDazsGift #MV .inner .exp-fig {
  width: 23vw;
  width: max(23vw, 290px);
  height: calc(100vh - 156px - 40px);
  display: flex;
  align-items: flex-end;
  padding-top: 6.5vw;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #MV .inner .exp-fig {
    width: 40%;
    height: auto;
    margin-left: -2rem;
  }
}
.smartHaagenDazsGift #MV .inner .exp-fig img {
  max-width: 100%;
  max-height: 100%;
}
.smartHaagenDazsGift #POINT .box-list {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #POINT .box-list {
    flex-direction: column;
    gap: 60px;
  }
}
.smartHaagenDazsGift #POINT .box-list .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.smartHaagenDazsGift #POINT .box-list .box__title {
  margin: 0 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.smartHaagenDazsGift #POINT .box-list .box__title em {
  margin-bottom: 4px;
  font-weight: bold;
}
.smartHaagenDazsGift #POINT .box-list .box__image, .smartHaagenDazsGift #POINT .box-list .box__image--left {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
  width: 100%;
  margin: 0 55px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #POINT .box-list .box__image, .smartHaagenDazsGift #POINT .box-list .box__image--left {
    height: auto;
  }
}
.smartHaagenDazsGift #POINT .box-list .box__image--left img {
  transform: translateX(-20px);
}
.smartHaagenDazsGift #POINT .box-list .box__image img, .smartHaagenDazsGift #POINT .box-list .box__image--left img {
  margin: 0;
}
.smartHaagenDazsGift #POINT .box-list .box__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #POINT .box-list .box__description {
    margin: 0 10px;
  }
}
.smartHaagenDazsGift #POINT .box-list .box__text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.smartHaagenDazsGift #POINT .box-list .box__attention {
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner h2 {
    width: 89.4%;
  }
}
.smartHaagenDazsGift #CASE .inner .box-wrapper {
  align-items: stretch;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper {
    display: block;
    margin: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper span {
    display: block;
    padding: 0 3%;
    height: 100%;
  }
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper span.io {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
  }
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box {
  background-color: var(--bgcolor2);
  border-radius: 999px;
  padding: 6.9vw 0.69vw 4vw;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper span .box {
    padding: 20vw 0.69vw 20vw;
  }
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box .heading_3 {
  font-size: 137.5%;
  text-align: center;
  margin: 0 auto 0.6em;
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box .heading_3 em {
  margin-bottom: 1.2em;
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-text {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-text {
    margin-bottom: 4rem;
  }
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-fig {
  text-align: center;
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-fig img[src*=fig_scenes1] {
  width: 189px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-fig img[src*=fig_scenes1] {
    width: 138px;
  }
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-fig img[src*=fig_scenes2] {
  width: 201px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-fig img[src*=fig_scenes2] {
    width: 147px;
  }
}
.smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-fig img[src*=fig_scenes3] {
  width: 174px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CASE .inner .box-wrapper span .box .exp-fig img[src*=fig_scenes3] {
    width: 128px;
  }
}
.smartHaagenDazsGift #CASE .inner .slick-track {
  display: flex;
}
.smartHaagenDazsGift #CASE .inner .slick-slide {
  height: auto !important;
}
.smartHaagenDazsGift #CASE .inner .slick-slide > div {
  height: 100%;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO {
    padding-bottom: 10rem;
  }
}
.smartHaagenDazsGift #HOWTO .heading_description {
  text-align: center;
  margin: 8px 0 30px;
  font-size: 16px;
  font-weight: 400;
}
.smartHaagenDazsGift #HOWTO .box-wrapper {
  align-items: stretch;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO .box-wrapper {
    display: block;
  }
}
.smartHaagenDazsGift #HOWTO .box-wrapper + .heading_wrapper {
  margin-top: 136px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO .box-wrapper + .heading_wrapper {
    margin-top: 9rem;
  }
}
.smartHaagenDazsGift #HOWTO .box-wrapper .box {
  width: 31.3333%;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO .box-wrapper .box {
    width: 100%;
  }
}
.smartHaagenDazsGift #HOWTO .box-wrapper .box em {
  display: block;
  font-size: 125%;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color3);
  text-align: center;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO .box-wrapper .box em {
    font-size: 120%;
  }
}
.smartHaagenDazsGift #HOWTO .box-wrapper .box .heading_4 {
  margin-bottom: 10px;
}
.smartHaagenDazsGift #HOWTO .box-wrapper .box .exp-fig {
  width: 85%;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO .box-wrapper .box .exp-fig {
    width: 70%;
  }
}
.smartHaagenDazsGift #HOWTO .box-wrapper .box .exp-text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.smartHaagenDazsGift #HOWTO .box-wrapper .box__description {
  font-size: 12px;
  color: var(--color2);
  margin-top: 6px;
  font-weight: 600;
  padding: 0 20px;
}
.smartHaagenDazsGift #HOWTO .box-wrapper .arrow {
  width: 3%;
  display: flex;
  justify-content: center;
  padding-top: 13.5vw;
  padding-top: min(13.5vw, 190px);
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO .box-wrapper .arrow {
    width: 100%;
    padding: 4rem 0;
  }
}
.smartHaagenDazsGift #HOWTO .box-wrapper .arrow svg {
  width: 32px;
  height: 32px;
  fill: var(--bgcolor3);
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #HOWTO .box-wrapper .arrow svg {
    transform: rotate(90deg);
  }
}
.smartHaagenDazsGift #QANDA ul li + li {
  margin-top: 1.5rem;
}
.smartHaagenDazsGift #QANDA ul li .toggle {
  text-align: left;
  padding: 30px 100px;
  color: #000;
  background-color: var(--bgcolor2);
  border: 1px solid var(--bgcolor2);
  border-radius: 10px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #QANDA ul li .toggle {
    font-size: 93.333%;
    padding: 25px 50px;
  }
}
.smartHaagenDazsGift #QANDA ul li .toggle::after {
  display: block;
  content: "Q";
  font-size: 187.5%;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--color3);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 40px;
  margin: -15px 0 0 0;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #QANDA ul li .toggle::after {
    font-size: 142.85%;
    left: 15px;
    margin: -10px 0 0 0;
  }
}
@media (any-hover: hover) {
  .smartHaagenDazsGift #QANDA ul li .toggle:hover {
    background-color: var(--bgcolor6);
    border: 1px solid var(--bordercolor1);
  }
}
.smartHaagenDazsGift #QANDA ul li .toggle svg {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  margin: -12px 0 0 0;
  width: 24px;
  height: 24px;
  fill: var(--bgcolor3);
  transition: 0.4s;
  will-change: transform;
  max-width: 100%;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #QANDA ul li .toggle svg {
    right: 10px;
  }
}
.smartHaagenDazsGift #QANDA ul li .toggle.open {
  border-radius: 10px 10px 0 0;
}
.smartHaagenDazsGift #QANDA ul li .toggle.open svg {
  transform: rotate(180deg);
  transform-origin: center;
}
.smartHaagenDazsGift #QANDA ul li .toggle + div {
  border-radius: 0 0 10px 10px;
  padding: 40px 100px 30px;
  border: 1px solid var(--bordercolor1);
  border-top: none;
  position: relative;
  top: -10px;
  margin-bottom: -10px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #QANDA ul li .toggle + div {
    font-size: 93.333%;
    padding: 35px 50px 25px;
  }
}
.smartHaagenDazsGift #QANDA ul li .toggle + div::after {
  display: block;
  content: "A";
  font-size: 187.5%;
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--color3);
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 40px;
  margin: -10px 0 0 0;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #QANDA ul li .toggle + div::after {
    font-size: 142.85%;
    left: 15px;
    margin: -5px 0 0 0;
  }
}
.smartHaagenDazsGift #QANDA .faq-button {
  margin: 40px auto 0;
}
.smartHaagenDazsGift #CONTACT {
  background-color: var(--bgcolor2);
  padding: 12rem 0;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CONTACT {
    padding: 5rem 0;
  }
}
.smartHaagenDazsGift #CONTACT strong {
  display: block;
  text-align: center;
  color: var(--color2);
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CONTACT strong {
    font-size: 18px;
  }
}
.smartHaagenDazsGift #CONTACT .link_btn {
  font-size: 156.25%;
  line-height: 1.8;
  width: 540px;
  margin-top: 2em;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CONTACT .link_btn {
    font-size: 120%;
    line-height: 1.3;
    width: 90%;
  }
}
.smartHaagenDazsGift #CONTACT .link_btn a {
  min-height: 240px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CONTACT .link_btn a {
    min-height: 120px;
  }
}
.smartHaagenDazsGift #CONTACT .link_btn a b {
  font-size: 60%;
  margin-bottom: 1em;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CONTACT .link_btn a b {
    font-size: 55.555%;
    margin-bottom: 0.7em;
  }
}
.smartHaagenDazsGift #CONTACT .link_btn a i {
  right: 30px;
}
@media screen and (max-width: 960px) {
  .smartHaagenDazsGift #CONTACT .link_btn a i {
    right: 20px;
    width: 30px;
    height: 30px;
  }
}