.img-fluid {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.max-width-100 {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-grayscale {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.max-width-64 {
  display: block;
  max-width: 64px !important;
}
.max-width-128 {
  display: block;
  max-width: 128px !important;
}
.max-width-256 {
  display: block;
  max-width: 256px !important;
}
.block,
.display-block {
  display: block !important;
}
.inline-block,
.display-inline-block {
  display: inline-block !important;
}
.inline,
.display-inline {
  display: inline !important;
}
.relative,
.position-relative {
  position: relative !important;
}
.absolute,
.position-absolute {
  position: absolute !important;
}
.fixed,
.position-fixed {
  position: fixed !important;
}
.ell {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.m-0 {
  margin: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb--5 {
  margin-bottom: -5px !important;
}
.mb--10 {
  margin-bottom: -10px !important;
}
.mb--15 {
  margin-bottom: -15px !important;
}
.mb--20 {
  margin-bottom: -20px !important;
}
.mb--25 {
  margin-bottom: -25px !important;
}
.mb--30 {
  margin-bottom: -30px !important;
}
.mb--40 {
  margin-bottom: -40px !important;
}
.mb--50 {
  margin-bottom: -50px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
@media (max-width: 767px) {
  .mb-5-xs {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  .mb-10-xs {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .mb-20-sm {
    margin-bottom: 20px !important;
  }
}
.mb-5-children {
  display: block;
  margin-bottom: -5px !important;
}
.mb-5-children > * {
  margin-bottom: 5px !important;
}
.mb-10-children {
  display: block;
  margin-bottom: -10px !important;
}
.mb-10-children > * {
  margin-bottom: 10px !important;
}
.mb-15-children {
  display: block;
  margin-bottom: -15px !important;
}
.mb-15-children > * {
  margin-bottom: 15px !important;
}
.mb-20-children {
  display: block;
  margin-bottom: -20px !important;
}
.mb-20-children > * {
  margin-bottom: 20px !important;
}
.mb-25-children {
  display: block;
  margin-bottom: -25px !important;
}
.mb-25-children > * {
  margin-bottom: 25px !important;
}
.mb-30-children {
  display: block;
  margin-bottom: -30px !important;
}
.mb-30-children > * {
  margin-bottom: 30px !important;
}
.mr-5-children {
  display: block;
  margin-right: -5px !important;
}
.mr-5-children > * {
  margin-right: 5px !important;
}
.mr-10-children {
  display: block;
  margin-right: -10px !important;
}
.mr-10-children > * {
  margin-right: 10px !important;
}
.p-0 {
  padding: 0px !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-50 {
  padding: 50px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.shadow {
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.07) !important;
}
.no-shadow {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}
.shadow2 {
  -webkit-box-shadow: 1px 9px 94px -24px rgba(99, 99, 99, 0.42);
  -moz-box-shadow: 1px 9px 94px -24px rgba(99, 99, 99, 0.42);
  box-shadow: 1px 9px 94px -24px rgba(99, 99, 99, 0.42);
}
.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.radius-top {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.no-radius {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.no-radius-top {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  -o-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.transition {
  transition: 0.1s linear !important;
  -webkit-transition: 0.1s linear !important;
  -moz-transition: 0.1s linear !important;
  -o-transition: 0.1s linear !important;
  -ms-transition: 0.1s linear !important;
}
.transition {
  transition: 0.1s linear !important;
  -webkit-transition: 0.1s linear !important;
  -moz-transition: 0.1s linear !important;
  -o-transition: 0.1s linear !important;
  -ms-transition: 0.1s linear !important;
}
.no-border {
  border: 0px !important;
}
.border-top {
  border-top: 1px solid #dddddd;
}
.border-bottom {
  border-bottom: 1px solid #dddddd;
}
.cursor-default {
  cursor: default !important;
}
.cursor-pointer,
.clickable {
  cursor: pointer !important;
}
.cursor-zoom-in {
  cursor: zoom-in !important;
}
.cursor-zoom-out {
  cursor: zoom-out !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.opacity {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.no-opacity {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.no-border {
  border: 0px !important;
}
.border {
  border: 1px solid #dddddd;
}
.border-top {
  border-top: 1px solid #dddddd;
}
.border-bottom {
  border-bottom: 1px solid #dddddd;
}
.border-right {
  border-right: 1px solid #dddddd;
}
.border-left {
  border-left: 1px solid #dddddd;
}
body {
  font: Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  *font-size: small;
  *font: x-small;
  font-family: 'Roboto Condensed', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
body {
  font-family: Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
  font-family: 'Roboto Condensed', Verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 99%;
}
/* IE6 and IE7 Hack */
* html body {
  font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
*:first-child + html body {
  font-family: 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
body * {
  /*     line-height:1.38em; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
html:has(#lottery) {
  scroll-behavior: smooth;
}
#product {
  font-family: "Noto Sans JP", sans-serif;
}
#product:before {
  background-image: url(../images/page-lp-product/bg-pink-img.webp);
}
#product section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #product section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#product ul,
#product ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#product li {
  margin: 0;
  padding: 0;
}
#product h2 {
  font-size: 17px;
}
#product h3 {
  font-size: 18px;
}
#product p {
  margin: 0;
  color: #1F1F0C;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 22.8px;
}
@media only screen and (max-width: 767px) {
  #product p {
    font-size: 14px;
  }
}
#product video {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 23px;
}
#product:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
#product .productcard {
  background-color: #FFF2F9;
}
#product .lottery-marker {
  background: linear-gradient(transparent 50%, #FFCBE9 0%);
}
#product .productcard {
  width: 600px;
  margin: auto;
  position: relative;
  z-index: 3;
  overflow: hidden;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  #product .productcard {
    width: 100%;
  }
}
#product .productcard .productcard-banner {
  position: fixed;
  bottom: 0;
  z-index: 2000;
  display: flex;
  height: 65px;
  width: 600px;
}
@media only screen and (max-width: 767px) {
  #product .productcard .productcard-banner {
    width: 100%;
    height: 50px;
  }
}
#product .productcard .productcard-banner .productcard-banner-btn {
  padding: 12px 20px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, #FF5BA0, #FFCBE9);
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  #product .productcard .productcard-banner .productcard-banner-btn {
    font-size: 16px;
    padding: 8px 10px;
  }
}
#product .productcard .productcard-banner .productcard-banner-btn.green {
  background-image: linear-gradient(to right, #06BDC1, #A3FDE1);
}
#product #intro .creator {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  gap: 35px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #product #intro .creator {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}
#product #intro .creator .creator-img {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: relative;
  box-shadow: 8px 7px #FF5BA0;
  transform: rotate(353deg);
}
@media only screen and (max-width: 767px) {
  #product #intro .creator .creator-img {
    width: 100px;
    height: 100px;
  }
}
#product #intro .creator .creator-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#product #intro .creator .creator-text {
  flex: 1;
}
#product #intro .creator-btns {
  padding-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #product #intro .creator-btns {
    gap: 10px;
  }
}
#product #intro .creator-btns .creator-btn {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #product #intro .creator-btns .creator-btn {
    width: 100%;
  }
}
#product #intro .creator-btns .creator-sns {
  display: flex;
  align-items: center;
}
#product #intro .creator-btns .creator-sns a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
#product #interview-pickup {
  background-color: #fff;
  padding-top: 0;
}
#product #interview-pickup .interview-qa {
  margin-top: -30px;
}
#product #interview-pickup .interview-qa li {
  padding: 20px;
}
#product #interview-pickup .interview-qa li:not:last-child {
  border-bottom: 1px solid #ccc;
}
#product #interview-pickup .interview-qa li .question {
  font-size: 17px;
  line-height: 1.7;
  color: #FF5BA0;
  font-weight: bold;
  display: block;
  padding-left: 42px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FF5BA0;
}
@media only screen and (max-width: 767px) {
  #product #interview-pickup .interview-qa li .question {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#product #interview-pickup .interview-qa li .question::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-weight: bold;
  background-color: #FF5BA0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
#product #interview-pickup .interview-qa li .question small {
  display: block;
  line-height: 1.4;
  color: #999;
}
#product #interview-pickup .interview-qa li .answer {
  display: block;
  padding-left: 42px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
}
#product #interview-pickup .interview-qa li .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  font-weight: bold;
  background-color: #06BDC1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
#product .product-introduction {
  background-color: #fff;
  padding: 24px;
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: 7px 7px #06BDC1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #product .product-introduction {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
}
#product .product-introduction .product-introduction-title {
  color: #06BDC1;
  line-height: 1.5;
  font-weight: bold;
}
#product .product-introduction .product-introduction-prices {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#product .product-introduction .product-introduction-prices li {
  background-color: #dcfcf7;
  display: flex;
  padding: 14px;
  gap: 10px;
}
#product .product-introduction .product-introduction-prices li:nth-child(n+1):nth-child(-n+4) .product-introduction-title {
  padding-right: 66px;
}
@media only screen and (max-width: 575px) {
  #product .product-introduction .product-introduction-prices li:nth-child(n+1):nth-child(-n+4) .product-introduction-title {
    padding-right: 0;
  }
}
#product .product-introduction .product-introduction-prices li .product-introduction-title {
  flex-basis: 72%;
  align-self: center;
  display: flex;
  color: #1F1F0C;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  #product .product-introduction .product-introduction-prices li .product-introduction-title {
    flex-basis: 80%;
  }
}
@media only screen and (max-width: 575px) {
  #product .product-introduction .product-introduction-prices li .product-introduction-title {
    flex-basis: 70%;
    flex-direction: column;
  }
}
#product .product-introduction .product-introduction-prices li .label-sale {
  color: #fff;
  background-color: #dc3545;
  font-weight: bold;
  font-size: 11px;
  padding: 4px 6px;
  border-radius: 4px;
  line-height: 1;
  margin-left: 10px;
  width: 56px;
  display: flex;
  align-self: center;
}
@media only screen and (max-width: 575px) {
  #product .product-introduction .product-introduction-prices li .label-sale {
    margin-left: 0;
    margin-top: 10px;
    align-self: flex-start;
  }
}
#product .product-introduction .product-introduction-prices li .product-introduction-price {
  flex-basis: 28%;
  text-align: right;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  #product .product-introduction .product-introduction-prices li .product-introduction-price {
    flex-basis: 20%;
  }
}
@media only screen and (max-width: 767px) {
  #product .product-introduction .product-introduction-prices li .product-introduction-price {
    flex-basis: 30%;
  }
}
#product .lightbox-gallery {
  display: flex;
  gap: 10px;
  white-space: nowrap;
  padding: 30px 4% 15px;
  overflow-x: auto;
  scrollbar-width: auto;
}
#product .lightbox-gallery a {
  flex-shrink: 0;
  flex-basis: 45%;
  position: relative;
  aspect-ratio: 1 / 1.5;
}
@media only screen and (max-width: 767px) {
  #product .lightbox-gallery a {
    flex-basis: 45%;
  }
}
#product .lightbox-gallery a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 5px 5px #FF5BA0;
}
#product .lightbox-gallery a i {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}
#product #interview {
  background-color: #fff;
  background-size: 30px 30px;
}
#product #interview .interview-qa li {
  padding: 20px;
  border: 1px solid #FF5BA0;
  box-shadow: 6px 6px #FF5BA0;
  margin: auto 20px 20px;
}
#product #interview .interview-qa li .question {
  font-size: 17px;
  line-height: 1.7;
  color: #FF5BA0;
  font-weight: bold;
  display: block;
  padding-left: 42px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #FF5BA0;
}
@media only screen and (max-width: 767px) {
  #product #interview .interview-qa li .question {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#product #interview .interview-qa li .question::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  font-weight: bold;
  background-color: #FF5BA0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
#product #interview .interview-qa li .question small {
  display: block;
  line-height: 1.4;
  color: #999;
}
#product #interview .interview-qa li .answer {
  display: block;
  padding-left: 42px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
}
#product #interview .interview-qa li .answer::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  font-weight: bold;
  background-color: #06BDC1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
#product .product-btn {
  display: inline-block;
  text-decoration: none;
  background-image: linear-gradient(to right, #FF5BA0, #FFCBE9);
  cursor: pointer;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px 30px;
  border: 2px solid #fff;
  transition: 0.3s;
  box-shadow: 3px 3px 0px 0px #ff5ba0;
  font-weight: bold;
}
#product .product-btn:hover {
  box-shadow: 0 0 #fff;
  transform: translate(4px, 2px);
  background-image: linear-gradient(to right, #FFCBE9, #FF5BA0);
}
#product .btn-green {
  box-shadow: 3px 3px 0px 0px #06bdc1;
  background-image: linear-gradient(to right, #06BDC1, #A3FDE1);
}
#product .btn-green:hover {
  background-image: linear-gradient(to right, #A3FDE1, #06BDC1);
}
#product footer {
  background-color: #F3F3F3;
  margin-bottom: 50px;
  text-align: center;
  padding: 40px 20px;
}
#product footer h4 {
  font-size: 18px;
  font-weight: bold;
}
#product footer ul.share-list {
  margin: 2rem 0;
}
#product footer ul.share-list li {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 0.5rem;
}
#product footer ul.share-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 59px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 2rem;
  padding-left: 1px;
  padding-top: 1px;
}
#product footer ul.share-list .fa-facebook {
  color: #1877F2;
}
#product footer ul.share-list .fa-line {
  color: #00B900;
}
#product footer ul.share-list .icon-x {
  display: flex;
  justify-content: center;
  align-items: center;
}
