@charset "UTF-8";
body {
  color: #ffffff;
  font-family: "dnp-shuei-nmincho-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.3em;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 55rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .container {
    margin-left: initial;
    margin-right: initial;
    max-width: initial;
    width: initial;
  }
}
@media screen and (min-width: 600px) {
  .sm-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .md-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .lg-only {
    display: none;
  }
}
.only-sm,
.only-md,
.only-lg {
  display: none;
}

@media screen and (min-width: 600px) {
  .only-sm {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .only-md {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .only-lg {
    display: block;
  }
}
.sc_bar {
  background-image: url(../img/sc_bar3.png) !important;
}

.after__bath {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.5rem;
  margin-bottom: 18rem;
  max-width: 104rem;
}

@media screen and (min-width: 768px) {
  .after__bath {
    margin-top: 10rem;
    margin-bottom: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .after__bath .after__child-list {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(2, calc((100% - 5rem) / 2));
    justify-content: center;
  }
  .after__bath.prd_main .after__child-list {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, calc((100% - 5rem) / 3));
    justify-content: center;
  }
  .after__bath.prd_main .after__child-list2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, calc((100% - 5rem) / 2));
    justify-content: center;
    padding-top: 6%;
  }
  .after__bath .after__child-item:first-of-type {
    justify-self: flex-end;
  }
  .after__bath .after__child-item:last-of-type {
    justify-self: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .after__bath .after__content {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: initial;
    text-align: center;
  }
  .after__bath .after__body {
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
}
.bath-banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

@media screen and (min-width: 1024px) {
  .bath-banner {
    left: initial;
    right: 7rem;
  }
}
.bath-banner__content {
  position: relative;
}

.bath-banner__link {
  display: block;
  max-width: 40rem;
  margin-right: auto;
  margin-left: auto;
  transition: 0.3s ease;
}
.bath-banner__link:focus, .bath-banner__link:hover {
  filter: brightness(0.8);
}

@media screen and (min-width: 1024px) {
  .bath-banner__link {
    max-width: 45rem;
    margin-right: initial;
    margin-left: initial;
  }
}
.bath-banner__close {
  position: absolute;
  top: -2rem;
  right: -0.5rem;
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .bath-banner__close {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 768px) {
  .maisondebonheur_handcream .main_contents {
    margin-top: 70px;
  }
}
.maisondebonheur_handcream .bagb.bagb--btn {
  text-align: left;
  color: #000000;
  font-family: "montserrat", sans-serif;
  font-size: 1.6rem;
  width: 27rem;
  max-width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--green {
  background: #a4ed4e;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--pink {
  background: #e66f98;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--brown {
  background: #c0a48e;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--peach {
  background: #ffcbe7;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--l-green {
  background: #aeffd8;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--l-yellow {
  background: #ffef8c;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--l-purple {
  background: #e0baff;
}
.maisondebonheur_handcream .bagb.bagb--btn.bagb--white {
  background: #ffffff;
}
.maisondebonheur_handcream .bagb_hover a.naturelab:before {
  left: 2px;
}
.maisondebonheur_handcream .bagb_hover a.amazon:before {
  left: 20px;
}
.maisondebonheur_handcream .bagb_hover a.rakuten:before {
  left: 5px;
}
.maisondebonheur_handcream .bagb_hover a.yahoo:before {
  left: 9px;
}

@media screen and (min-width: 768px) {
  .maisondebonheur_handcream .bagb.bagb--btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .maisondebonheur_handcream .bagb_hover a.naturelab:before {
    width: 216px;
    height: 30px;
    left: 2px;
    background-image: url(../img/night_dtl/footer_logo.png);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.mv {
  position: relative;
  z-index: 1;
}

.bg {
  position: relative;
  z-index: 0;
  margin-top: -14rem;
  padding-bottom: 15rem;
  padding-top: 18rem;
  background-image: url(../img/maisondebonheur/handcream/bg01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}

.top__inner .top__header {
  text-align: center;
}
.top__inner .top__body.prd_main .after__child-list.first {
  margin-top: 8.7rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .top__inner .top__body.prd_main .after__child-list .after__child-item {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__child-list {
    -ms-grid-columns: calc((100% - 2rem) / 3) 1rem calc((100% - 2rem) / 3) 1rem calc((100% - 2rem) / 3);
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .top__inner .top__body.prd_main .after__child-list {
    -ms-grid-columns: calc((100% - 4rem) / 3) 2rem calc((100% - 4rem) / 3) 2rem calc((100% - 4rem) / 3);
    display: -ms-grid;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
    justify-content: center;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .top__inner .top__body.prd_main .after__content--center {
    align-items: end;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__content--center {
    align-items: center;
  }
}
.top__inner .top__body.prd_main .after__content--end {
  align-items: flex-end;
}
.top__inner .top__body.prd_main .after__content--column {
  align-items: center;
  flex-direction: column-reverse;
}
.top__inner .top__body.prd_main .after__content--column .after__body {
  margin-left: 0;
  margin-top: 2rem;
  text-align: center;
}
.top__inner .top__body.prd_main .after__content--column .after__price {
  margin-top: 0.5rem;
}
.top__inner .top__body.prd_main .after__body {
  margin-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__body {
    flex-grow: 1;
  }
}
.top__inner .top__body.prd_main .after__title-sub {
  color: #0d667c;
  font-family: "din-condensed", sans-serif;
  font-size: 2.6rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__title-sub {
    font-size: 3rem;
  }
}
.top__inner .top__body.prd_main .after__title-main {
  color: #0d667c;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 1rem;
  white-space: nowrap;
}
.top__inner .top__body.prd_main .after__title-main.en_hack {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__title-main {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__title-main.en_hack {
    font-size: 2rem;
  }
}
.top__inner .top__body.prd_main .after__price {
  color: #0d667c;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__price {
    font-size: 1.5rem;
  }
}
.top__inner .top__body.prd_main .after__price--mt {
  margin-top: 2rem;
}
.top__inner .top__body.prd_main .after__child-list--and .after__img {
  width: initial;
}
.top__inner .top__body.prd_main .after__img {
  flex-shrink: 0;
  width: 5rem;
  margin-right: 2rem;
}
.top__inner .top__body.prd_main .after__img.img_big {
  margin-top: -4.3rem;
  text-align: right;
}
.top__inner .top__body.prd_main .after__img.img_big img {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .top__inner .top__body.prd_main .after__img {
    width: initial;
  }
}

.top__catch-text {
  font-size: 3.8rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  margin-top: 3.5rem;
}
.top__catch-text.en_hack {
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.3;
  top: 5vw;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top__catch-text {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__catch-text {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__catch-text {
    font-size: 8.2rem;
  }
}
@media screen and (min-width: 768px) {
  .top__catch-text.en_hack {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__catch-text.en_hack {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__catch-text.en_hack {
    font-size: 5.2rem;
  }
}
.top__lead {
  color: #0d667c;
  font-size: 3rem;
  line-height: 1.7;
  text-align: center;
  top: 4vw;
  margin-bottom: 12%;
}
.top__lead.en_hack {
  font-size: 2rem;
  line-height: 1.7;
  margin-top: 3.5rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .top__lead {
    font-size: 2.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .top__lead {
    font-size: 4.3rem;
  }
}
@media screen and (min-width: 768px) {
  .top__lead.en_hack {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .top__lead.en_hack {
    font-size: 4.3rem;
  }
}
@media screen and (max-width: 767px) {
  .top__main {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 768px) {
  .top__main {
    margin-top: 15rem;
  }
}
.top__main .note {
  text-align: center;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .top__main .note {
    text-align: center;
    padding-top: 4rem;
    line-height: 1.5em;
  }
}
.top__main .note_text {
  padding: 10px 0 0 0;
  margin: 0 auto;
}
.top__main .note_text .note {
  text-align: center;
  padding-top: 0;
  letter-spacing: 0em;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .top__main {
    margin-top: 8rem;
  }
}
.top__first {
  margin-left: auto;
  margin-right: auto;
  max-width: 108.5rem;
}

.top__first-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .top__first-content {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .top__first-body {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) {
  .top__first-body {
    margin-left: 5%;
  }
}

.top__first-text {
  color: #0d667c;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .top__first-text {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .top__first-text {
    font-size: 2.6rem;
  }
}
.top__first-text.en_hack {
  font-size: 2.6rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .top__first-text {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  .top__first-text.en_hack {
    font-size: 3.6rem;
    top: 3vw;
  }
}
.top__first-text-bg {
  font-size: 3.2rem;
}

@media screen and (min-width: 768px) {
  .top__first-text-bg {
    font-size: 4.5rem;
    letter-spacing: -0.05em;
  }
}
.top__first-img-wrapper {
  margin-top: 3rem;
  position: relative;
  width: 80%;
  z-index: 0;
}

@media screen and (min-width: 600px) {
  .top__first-img-wrapper {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .top__first-img-wrapper {
    flex-shrink: 0;
    margin-top: 0;
    width: 46.08294%;
  }
}
.top__first-catch {
  bottom: -3rem;
  color: #fff21f;
  display: inline-block;
  font-family: "campaign-serif", sans-serif;
  font-size: 6rem;
  font-style: italic;
  font-weight: 300;
  left: 4rem;
  position: absolute;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .top__first-catch {
    bottom: -4rem;
    font-size: 7.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__first-catch {
    bottom: -5rem;
    font-size: 10rem;
    left: 10.8rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__first-catch {
    bottom: -6.1rem;
    font-size: 12.2rem;
  }
}
.top__first-line {
  position: absolute;
  right: -1rem;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  .top__first-line {
    top: -5rem;
  }
}
@media screen and (min-width: 768px) {
  .top__first-line {
    top: -8rem;
  }
}

@media screen and (min-width: 768px) {
  .top__first-line {
    top: 12.3rem;
    right: -0.5rem;
    top: initial;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .top__first-line {
    top: 12.3rem;
    right: 7rem;
    width: 44%;
  }
}
.top .top__first-content--reverse {
  margin-top: 9rem;
}
.top .top__first-content--reverse .top__first-img-wrapper {
  margin-left: auto;
}
.top .top__first-content--reverse .top__first-catch {
  bottom: 3rem;
  left: initial;
  right: 1rem;
}

@media screen and (min-width: 768px) {
  .top .top__first-content--reverse {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 5.7rem;
  }
}
@media screen and (min-width: 768px) {
  .top .top__first-content--reverse .top__first-body {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .top .top__first-content--reverse .top__first-img-wrapper {
    margin-left: 5rem;
  }
}
.top__second {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 124.8rem;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .top__second {
    margin-top: 11rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .top__second {
    margin-top: 14.5rem;
  }
}
.top__second-img {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .top__second-img {
    margin-left: initial;
    margin-right: initial;
    margin-top: 0;
  }
}
.top__second-catch {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.3;
}
.top__second-catch.en_hack {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .top__second-catch {
    font-size: 5.5rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__second-catch {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__second-catch {
    font-size: 8.2rem;
  }
}
@media screen and (min-width: 768px) {
  .top__second-catch.en_hack {
    font-size: 2.5rem;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__second-catch.en_hack {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__second-catch.en_hack {
    font-size: 5.2rem;
  }
}
.top__third {
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
  max-width: 130rem;
}

@media screen and (min-width: 768px) {
  .top__third {
    margin-top: 13.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__third {
    margin-top: 22.5rem;
  }
}
@media screen and (max-width: 767px) {
  .award2023_icon2 {
    width: 26vw;
    position: absolute;
    left: 1rem;
    top: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .award2023_icon2 {
    width: 200px;
    position: absolute;
    left: -8rem;
    top: 37rem;
  }
}
@media screen and (min-width: 1300px) {
  .award2023_icon2 {
    width: 200px;
    position: absolute;
    left: -10rem;
    top: 30rem;
  }
}

@media screen and (max-width: 767px) {
  .award2024_icon2 {
    width: 40vw;
    position: absolute;
    left: -2rem;
    top: 24rem;
  }
}
@media screen and (min-width: 768px) {
  .award2024_icon2 {
    width: 220px;
    position: absolute;
    left: -5rem;
    top: 24rem;
  }
}
@media screen and (min-width: 1300px) {
  .award2024_icon2 {
    width: 240px;
    position: absolute;
    left: -9rem;
    top: 26rem;
  }
}

.award2023_text2 {
  width: 200px;
  padding: 10px 0 0 0;
  margin: 0 auto;
}

.top__third-header {
  position: relative;
  z-index: 0;
}

.top__third-star {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .top__third-star {
    justify-content: space-between;
    left: 0;
    position: absolute;
    top: -10rem;
    width: 100%;
    z-index: -5;
  }
}
@media screen and (min-width: 900px) {
  .top__third-star {
    top: -2rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__third-star {
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
  }
}
.top__third-star-right {
  margin-left: 5rem;
}

@media screen and (min-width: 768px) {
  .top__third-star-right {
    margin-left: 0;
  }
}
.top__third-title {
  display: flex;
  align-items: center;
  margin-top: 4rem;
}

@media screen and (min-width: 768px) {
  .top__third-title {
    justify-content: center;
    margin-top: 3rem;
  }
}
.top__third-catch {
  font-size: 2.6rem;
  line-height: 1.52848;
}
.top__third-catch.en_hack {
  font-size: 2.6rem;
  line-height: 1.52848;
}

@media screen and (min-width: 768px) {
  .top__third-catch {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__third-catch {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__third-catch {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 768px) {
  .top__third-catch.en_hack {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__third-catch.en_hack {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1300px) {
  .top__third-catch.en_hack {
    font-size: 5.5rem;
  }
}
.top__third-badge {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 10rem;
}

@media screen and (min-width: 768px) {
  .top__third-badge {
    margin-left: 2rem;
    margin-right: initial;
    width: 21rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__third-badge {
    width: 25.7rem;
  }
}
@media screen and (min-width: 768px) {
  .top__third-main {
    display: flex;
    margin-top: 3.3rem;
    align-items: flex-start;
  }
  .top__third-main.single {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .top__third-main {
    margin-top: 7rem;
  }
}
.top__third-content {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .top__third-content {
    align-items: flex-end;
    flex-direction: row-reverse;
    width: 48.07692%;
  }
}
.top__third-body {
  flex-grow: 1;
  margin-top: 3rem;
  padding-top: 5rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top__third-body {
    margin-top: 0;
    padding-top: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__third-body {
    padding-top: 10rem;
  }
}
.top__third-content-img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .top__third-content-img {
    margin-left: initial;
    margin-right: initial;
    text-align: center;
    width: initial;
  }
}
.top__third-pro {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top__third-pro {
    margin-top: 3rem;
  }
}
.top__third-pro-about {
  display: inline-block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 2rem;
}

.top__third-pro-name {
  display: inline-block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0em;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .top__third-pro-name {
    font-size: 3rem;
  }
}
.top__third-pro-price {
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
}

.top__third-btn-wrapper {
  margin-top: 2.7rem;
}

/* ふわふわするアニメーション */
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}
.top__third-text-img {
  display: inline-block;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 80%;
}

@media screen and (min-width: 768px) {
  .top__third-text-img {
    left: 42%;
    max-width: initial;
    width: 25rem;
  }
}
@media screen and (min-width: 1024px) {
  .top__third-text-img {
    max-width: 100%;
    width: 41.3rem;
  }
}
.top__third-img {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  animation: 3s fuwafuwa infinite;
}

@media screen and (min-width: 600px) {
  .top__third-img {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .top__third-img {
    flex-shrink: 0;
    margin-left: initial;
    margin-right: initial;
    width: 40%;
  }
}
.top .top__third-content--reverse {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .top .top__third-content--reverse {
    flex-direction: row;
    margin-left: 3.84615%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .top .top__third-content--reverse .top__third-text-img {
    left: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .top .top__third-content--reverse .top__third-text-img {
    left: 48%;
  }
}
.craft {
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}
@media screen and (max-width: 767px) {
  .craft {
    margin-top: 13rem;
  }
}
@media screen and (min-width: 768px) {
  .craft {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .craft {
    margin-top: 15.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft {
    margin-top: 21.5rem;
  }
}
.craft__main {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .craft__main {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1300px) {
  .craft__main {
    margin-top: 3.4rem;
  }
}
.craft__content {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 2%;
}

@media screen and (min-width: 768px) {
  .craft__content {
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  .craft__body {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .craft__body {
    margin-top: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .craft__body {
    margin-left: 2rem;
    margin-top: 0;
  }
}
.craft__lead {
  position: relative;
}

.craft__lead-text {
  background: #ffffff;
  display: inline-block;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 1.9rem;
  padding: 0.5rem 1.5rem;
}
.craft__lead-text.prd01 {
  color: #a794ff;
}
.craft__lead-text.prd02 {
  color: #80acff;
}
.craft__lead-text.prd03 {
  color: #e66f98;
}
.craft__lead-text.prd04 {
  color: #80acff;
}
.craft__lead-text:nth-of-type(n + 2) {
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  .craft__lead-text {
    font-size: 3rem;
    padding: 0.5rem 1rem;
  }
  .craft__lead-text:nth-of-type(n + 2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft__lead-text {
    font-size: 3.7rem;
    padding: 0.5rem 1.5rem;
  }
}
.craft__badge {
  display: inline-block;
  position: absolute;
  right: -1rem;
  top: 6.5rem;
  width: 10rem;
}

@media screen and (min-width: 768px) {
  .craft__badge {
    right: -1rem;
    top: 5rem;
    width: 11rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft__badge {
    right: -1rem;
    top: 2rem;
    width: 15.3rem;
  }
}
.craft__title {
  color: #0d667c;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 7.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .craft__title {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 600px) {
  .craft__title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .craft__title {
    font-size: 3rem;
    line-height: 1;
    margin-top: 3.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft__title {
    font-size: 4rem;
  }
}
.craft__content-img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .craft__content-img {
    margin-top: 6.4rem;
    width: 80%;
    text-align: left;
  }
}
.craft__img-wrapper {
  position: relative;
  animation: 3s fuwafuwa infinite;
}
@media screen and (max-width: 767px) {
  .craft__img-wrapper {
    width: 85%;
    margin: 5rem auto 0;
  }
}
@media screen and (min-width: 600px) {
  .craft__img-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .craft__img-wrapper {
    flex-shrink: 0;
    margin-left: initial;
    margin-right: initial;
    width: 48.26087%;
  }
}
.craft__catch {
  top: 3.5rem;
  display: inline-block;
  font-family: "campaign-serif", sans-serif;
  font-size: 5.5rem;
  font-style: italic;
  font-weight: 300;
  left: 0;
  line-height: 1.1;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .craft__catch {
    bottom: -6rem;
    font-size: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft__catch {
    top: 7rem;
    font-size: 8.5rem;
  }
  .craft__catch.hinoki {
    font-size: 6.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .craft__catch {
    font-size: 10rem;
  }
  .craft__catch.hinoki {
    font-size: 7rem;
  }
}
.craft .craft__content--reverse {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .craft .craft__content--reverse {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
.craft .craft__content--reverse .craft__badge {
  top: 5rem;
}
.craft .craft__content--reverse .craft__catch {
  bottom: initial;
  left: initial;
  right: -2rem;
  text-align: right;
  top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .craft .craft__content--reverse {
    flex-direction: row;
    margin-top: 9rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft .craft__content--reverse {
    margin-top: 10rem;
  }
}
@media screen and (min-width: 1300px) {
  .craft .craft__content--reverse {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .craft .craft__content--reverse .craft__body {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .craft .craft__content--reverse .craft__badge {
    right: 0;
    top: 3.5rem;
    width: 11rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft .craft__content--reverse .craft__badge {
    top: 0;
    width: 15.6rem;
  }
}
@media screen and (min-width: 768px) {
  .craft .craft__content--reverse .craft__img-wrapper {
    margin-left: 2rem;
    width: 47.46376%;
  }
}
@media screen and (min-width: 768px) {
  .craft .craft__content--reverse .craft__catch {
    top: -4rem;
  }
}
@media screen and (min-width: 1024px) {
  .craft .craft__content--reverse .craft__catch {
    top: 11rem;
  }
}
@media screen and (min-width: 1500px) {
  .craft .craft__content--reverse .craft__catch {
    right: -7rem;
  }
}
.craft__star {
  display: block;
  margin-top: -3rem;
  text-align: center;
  position: relative;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .craft__star {
    display: inline-block;
    margin-left: 5vw;
    position: relative;
    z-index: -1;
  }
}
@media screen and (min-width: 1300px) {
  .craft__star {
    margin-left: 10vw;
    margin-top: -5rem;
  }
}
.craft__text-img {
  display: block;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: 6rem;
}

@media screen and (min-width: 500px) {
  .craft__text-img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 8rem;
    max-width: 100%;
    width: 72rem;
  }
}
.how {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10rem;
  max-width: 147.6rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .how {
    margin-top: 16rem;
  }
}
@media screen and (min-width: 1024px) {
  .how {
    margin-top: 30rem;
  }
}
@media screen and (min-width: 1300px) {
  .how {
    margin-top: 22rem;
  }
}
.how__main {
  margin-top: 5rem;
}

@media screen and (min-width: 768px) {
  .how__main {
    margin-top: 8;
  }
}
@media screen and (min-width: 1024px) {
  .how__main {
    margin-top: -10rem;
  }
}
.how__content {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 768px) {
  .how__content {
    align-items: center;
    flex-direction: row-reverse;
  }
}
.how__body {
  margin-top: 6rem;
}

@media screen and (min-width: 768px) {
  .how__body {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .how__body {
    padding-top: 10rem;
  }
}
.how__title {
  align-items: flex-start;
  display: flex;
}
.how__title:nth-of-type(n + 2) {
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .how__title:nth-of-type(n + 2) {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .how__title:nth-of-type(2) {
    margin-left: 5rem;
  }
}
.how__title-num {
  align-items: center;
  border: 0.1rem solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "campaign-serif", sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
  height: 5rem;
  justify-content: center;
  width: 5rem;
}

@media screen and (min-width: 768px) {
  .how__title-num {
    font-size: 3.6rem;
    height: 6rem;
    width: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .how__title-num {
    font-size: 4.3rem;
    height: 7rem;
    width: 7rem;
  }
}
.how__title-text {
  flex-grow: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-left: 1.5rem;
}

@media screen and (min-width: 768px) {
  .how__title-text {
    font-size: 2.8rem;
    margin-left: 2rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .how__title-text {
    font-size: 3rem;
  }
}
.how__title-text-yellow {
  color: #fff21f;
}

.how__img {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .how__img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .how__img {
    flex-shrink: 0;
    margin-left: initial;
    margin-right: initial;
    text-align: left;
    width: 30.42005%;
  }
}
.how__badge {
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  max-width: 100%;
  width: 30rem;
}

@media screen and (min-width: 1024px) {
  .how__badge {
    margin-left: initial;
    margin-right: initial;
    margin-top: 0;
    position: absolute;
    right: -1rem;
    text-align: left;
    top: -20rem;
  }
}
@media screen and (min-width: 1300px) {
  .how__badge {
    top: -5rem;
    width: 35rem;
  }
}
.lineup {
  background-color: #90ecbe;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .lineup {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup {
    padding-bottom: 15rem;
  }
}
.lineup .after {
  margin-left: auto;
  margin-right: auto;
  max-width: 104rem;
}
@media screen and (max-width: 767px) {
  .lineup .after {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup .after {
    margin-top: 10.3rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .after .after__main {
    padding: 5rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main {
    margin-top: 7.2rem;
  }
}
.lineup .after .after__main .after__list .after__item .after__category {
  border: 0.2rem solid #ffffff;
  border-radius: 45rem;
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  max-width: 100%;
  padding: 1.2rem 1rem;
  text-align: center;
  width: 90rem;
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__category {
    border-radius: 2.55rem;
    font-size: 2.4rem;
    padding: 1rem 2rem;
  }
}
.lineup .after .after__main .after__list .after__item .after__child-list.first {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lineup .after .after__main .after__list .after__item .after__child-list.first {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__child-list.first {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .lineup .after .after__main .after__list .after__item .after__child-list .after__child-item {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__child-list {
    -ms-grid-columns: calc((100% - 2rem) / 3) 1rem calc((100% - 2rem) / 3) 1rem calc((100% - 2rem) / 3);
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, calc((100% - 2rem) / 3));
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .lineup .after .after__main .after__list .after__item .after__child-list {
    -ms-grid-columns: calc((100% - 4rem) / 3) 2rem calc((100% - 4rem) / 3) 2rem calc((100% - 4rem) / 3);
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, calc((100% - 4rem) / 3));
    justify-content: center;
    margin-top: 4rem;
  }
}
.lineup .after .after__main .after__list .after__item .after__content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  max-width: 27.1rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
}
@media screen and (min-width: 500px) {
  .lineup .after .after__main .after__list .after__item .after__content {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__content {
    justify-content: initial;
    max-width: initial;
    margin-right: initial;
    margin-left: initial;
  }
}
.lineup .after .after__main .after__list .after__item .after__content--center {
  align-items: end;
}
.lineup .after .after__main .after__list .after__item .after__content--end {
  align-items: flex-end;
}
.lineup .after .after__main .after__list .after__item .after__content--column {
  align-items: center;
  flex-direction: column-reverse;
}
.lineup .after .after__main .after__list .after__item .after__content--column .after__body {
  margin-left: 0;
  margin-top: 2rem;
  text-align: center;
}
.lineup .after .after__main .after__list .after__item .after__content--column .after__price {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__body {
    flex-grow: 0.6;
  }
}
.lineup .after .after__main .after__list .after__item .after__title-sub {
  color: #fff;
  font-family: "din-condensed", sans-serif;
  font-size: 2.6rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__title-sub {
    font-size: 2.4rem;
  }
}
.lineup .after .after__main .after__list .after__item .after__title-main {
  color: #fff;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 1rem;
  white-space: nowrap;
}
.lineup .after .after__main .after__list .after__item .after__title-main.en_hack {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__title-main {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__title-main.en_hack {
    font-size: 1.6rem;
  }
}
.lineup .after .after__main .after__list .after__item .after__price {
  color: #fff;
  display: inline-block;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .lineup .after .after__main .after__list .after__item .after__price {
    font-size: 1rem;
  }
}
.lineup .after .after__main .after__list .after__item .after__price--mt {
  margin-top: 2rem;
}
.lineup .after .after__main .after__list .after__item .after__child-list--and .after__img {
  width: initial;
}
.lineup .after .after__main .after__list .after__item .after__img {
  flex-shrink: 0;
  width: 5rem;
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .award2023_icon {
    /* width: 10vw; */
    position: absolute;
    left: -4.6rem;
  }
  .award2023_icon img {
    height: 100px;
  }
  .award2024_icon {
    position: absolute;
    left: -4rem;
    top: -3rem;
    z-index: 1;
  }
  .award2024_icon img {
    height: 100px;
  }
}
@media screen and (min-width: 768px) {
  .award2023_icon {
    width: 82px;
    position: absolute;
    left: -10rem;
  }
  .award2024_icon {
    width: 82px;
    position: absolute;
    left: 8rem;
  }
  .new_mark2025 {
    width: 82px;
    position: absolute;
    left: 108%;
    top: -14%;
  }
}
@media screen and (max-width: 767px) {
  .award2023_text {
    width: 225px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 1.5rem;
  }
  .new_mark2025 {
    width: 12vw;
    position: absolute;
    left: -69%;
    top: -18%;
  }
}
@media screen and (min-width: 768px) {
  .award2023_text {
    width: 200px;
    position: absolute;
    left: 3rem;
    top: 7rem;
  }
}
.after__btn-wrapper {
  margin-top: 1rem;
}

.after__item-block {
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 5rem;
}

.lv2-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.lv2-heading__title {
  color: #ba3d4e;
  font-family: "campaign-serif", sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 2rem;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .lv2-heading__title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .lv2-heading__title {
    font-size: 7.9rem;
  }
}
.lv2-heading__title--sm {
  text-transform: initial;
}

.lv2-heading__lead {
  color: #0d667c;
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .lv2-heading__lead {
    text-align: center;
  }
}
.lv2-heading__lead.en_hack {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .lv2-heading__lead {
    font-size: 2.8rem;
    margin-top: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .lv2-heading__lead {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 768px) {
  .lv2-heading__lead.en_hack {
    font-size: 1.8rem;
    margin-top: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .lv2-heading__lead.en_hack {
    font-size: 2.3rem;
  }
}
.lv2-heading__badge {
  display: inline-block;
  order: -1;
  width: 6.5rem;
}

@media screen and (min-width: 768px) {
  .lv2-heading__badge {
    width: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .lv2-heading__badge {
    width: 9.2rem;
  }
}
.pillow-lv2-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.pillow-lv2-heading__title {
  color: #8066ff;
  font-family: "campaign-serif", sans-serif;
  font-size: 4rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pillow-lv2-heading__title {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .pillow-lv2-heading__title {
    font-size: 7.2rem;
  }
}
.pillow-lv2-heading__title-sm {
  color: #ffef8c;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .pillow-lv2-heading__title-sm {
    font-size: 3rem;
    margin-top: 2rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .pillow-lv2-heading__title-sm {
    font-size: 3.9rem;
  }
}
.pillow-lv2-heading__title--yellow {
  color: #ffef8c;
}

.pillow-lv2-heading__lead {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .pillow-lv2-heading__lead {
    font-size: 3rem;
    margin-top: 0.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .pillow-lv2-heading__lead {
    font-size: 3.9rem;
  }
}
.pillow-lv2-heading__lead-sm {
  font-size: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.7;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .pillow-lv2-heading__lead-sm {
    font-size: 2.8rem;
    margin-top: 1rem;
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .pillow-lv2-heading__lead-sm {
    font-size: 3.3rem;
  }
}
.pillow-lv2-heading__lead-sm--mt {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .pillow-lv2-heading__lead-sm--mt {
    margin-top: 3rem;
  }
}
.pillow-lv2-heading__badge {
  display: inline-block;
  order: -1;
  width: 8rem;
}

@media screen and (min-width: 768px) {
  .pillow-lv2-heading__badge {
    width: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .pillow-lv2-heading__badge {
    width: 13.6rem;
  }
}

.bagb_hover.bagb_hover--1-link {
  height: 100% !important;
}
.bagb_hover.bagb_hover--1-link a {
  height: 100% !important;
}/*# sourceMappingURL=handcream.css.map */