@charset "utf-8";
/* CSS Document */

.lpBlockA01 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.offerBlock {
  position: relative;
}

.offerBlock img {
  width: 100%;
  height: auto;
}

.offerBlock a {
  position: absolute;
  display: block;
}

.offerBlock2 {
  position: relative;
}

.offerBlock2 img {
  width: 100%;
  height: auto;
}

.offerBlock2 a {
  position: absolute;
  display: block;
}

.offerBlock3 {
  position: relative;
}

.offerBlock3 img {
  width: 100%;
  height: auto;
}

.offerBlock3 a {
  position: absolute;
  display: block;
}

/*PC*/
@media screen and (min-width: 769px) {
  .offerBlock a {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 24%;
    animation: dokidoki 1.5s infinite;
  }

  .campaign a {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 19% !important;
    animation: dokidoki 1.5s infinite;
  }

  a.campaign1500 {
    width: 100% !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 16% !important;
    animation: dokidoki 1.5s infinite;
  }

  .offerBlock2 a {
    width: 95%;
    /* margin: 0 auto; */
    bottom: 1%;
    /* right: 8%; */
    left: 8px;
    /* right: 0; */
    animation: dokidoki 1.5s infinite;
  }

  .offerBlock3 a {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 18.5%;
    animation: dokidoki 1.5s infinite;
  }

  /*stm_movie
--------------------------------------*/
  video .p-absolute2 {
    position: absolute;
  }

  .movie1 video {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    width: 92%;
    box-shadow:
      0 1.9px 2.5px rgba(80, 56, 40, 0.057),
      0 5px 6.1px rgba(80, 56, 40, 0.076),
      0 10.1px 11.4px rgba(80, 56, 40, 0.086),
      0 19.2px 19.8px rgba(80, 56, 40, 0.092),
      0 38.4px 34.8px rgba(80, 56, 40, 0.1),
      0 101px 74px rgba(80, 56, 40, 0.13);
  }

  .movie1 div:nth-child(2) {
    right: 0;
    top: 70%;
    width: 100%;
  }

  .movie2 video {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -3%;
    width: 80%;
  }

  .movie2 div {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -6%;
    width: 100%;
  }

  .movie3 div {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 8%;
    width: 80%;
  }

  /*anime0
--------------------------------------*/
  .anime0 div:nth-child(1) {
    left: 5%;
    bottom: -10%;
    width: 28%;
    opacity: 0;
    animation: fadein-bottom 1s ease 1.1s forwards;
  }
  .anime0 div:nth-child(2) {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10%;
    width: 28%;
    opacity: 0;
    animation: fadein-bottom 1s ease 1.3s forwards;
  }
  .anime0 div:nth-child(3) {
    right: 5%;
    bottom: -10%;
    width: 28%;
    opacity: 0;
    animation: fadein-bottom 1s ease 1.5s forwards;
  }

  /*anime1
-------------------------------------*/

  .anime1 div:nth-child(1) {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 16%;
    width: 48%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  }

  /*anime2
-------------------------------------*/

  .anime2 div:nth-child(1) {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 2%;
  }

  /*anime3
-------------------------------------*/

  .anime3 div:nth-child(1) {
    right: 33%;
    bottom: 37%;
    width: 20%;
  }

  .anime3 div:nth-child(2) {
    right: 8%;
    bottom: 37%;
    width: 20%;
  }

  .anime3 div:nth-child(3) {
    right: 10%;
    bottom: 5%;
    width: 40%;
  }

  /*SNSスライドショー
-------------------------------------*/

  .sns_container {
    position: relative;
    pointer-events: none;
  }
  .sns_container .sns {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
  }

  /*よくある質問
-------------------------------------*/

  .faq {
    margin: 0 auto;
    padding: 0 50px 50px;
    width: 100%;
    background-image: url(../images/ko_ver2/base/qa.jpg);
    box-sizing: border-box;
  }

  .faq input {
    display: none;
  }
  .faq label {
    position: relative;
    color: #8f5e11;
    display: block;
    padding: 30px 20px;
    font-size: 1.5rem;
    background: #fff;
    cursor: pointer;
  }
  .faq label:before {
    content: "Q.";
    font-size: 2.2rem;
    margin: 0 0.5rem 0 0;
  }

  .faq ul li:last-child div {
    margin: 0;
  }

  .faq ul li div {
    height: 0;
    opacity: 0;
    padding: 0 30px;
    transition: 0.5s;
    visibility: hidden;
    font-size: 1.2rem;
    line-height: 1.6;
    background: #fff;
    margin: 0 0 20px;
  }
  .faq ul li div:before {
    content: "A.";
    font-size: 1.6rem;
    margin: 0 0.5rem 0 0;
  }
  .faq input:checked + label + div {
    height: auto;
    opacity: 1;
    padding: 0 30px 30px;
    visibility: visible;
  }

  .faq ul li div dl dt {
    margin: 20px 0 0;
    font-weight: bold;
    color: #8f5e11;
  }

  .faq ul li div dl dd {
    padding: 20px;
    border: 1px solid #8f5e11;
  }

  .faq ul li div table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
  }

  .faq ul li div table th {
    padding: 10px;
    border: 1px solid #8f5e11;
    text-align: center;
  }

  .faq ul li div table td {
    padding: 10px;
    border: 1px solid #8f5e11;
    text-align: center;
  }

  .faq i {
    max-width: 32px;
    max-height: 32px;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #b4b4b5;
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .faq i::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s;
    transform: rotate(0);
    z-index: 5;
  }
  .faq input:checked + label i::before {
    transform: rotate(360deg);
    transition: all 0.4s;
  }
  .faq i::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 3px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    transition: all 0.4s;
    transform: rotate(90deg);
    z-index: 5;
  }
  .faq input:checked + label i::after {
    transform: rotate(360deg);
    transition: all 0.4s;
    right: 0;
  }

  /* アップセル
-------------------------------------*/

  .upsell {
    margin: 0 0 100px;
  }

  .upsell img {
    display: block;
    width: 100%;
    height: auto;
  }

  .upsell form {
    text-align: center;
  }

  .upsell input {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  .upsell input:hover {
    opacity: 0.5;
  }

  .normal p {
    width: 730px !important;
  }

  .normal img {
    display: block;
    width: 100%;
    height: auto;
  }

  .normal a {
    display: block;
    margin: 0 auto;
  }
}

/*SP*/
@media screen and (max-width: 768px) {
  .offerBlock a {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 24%;
    animation: dokidoki 1.5s infinite;
  }

  .campaign a {
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 19% !important;
    animation: dokidoki 1.5s infinite;
  }

  a.campaign1500 {
    width: 100% !important;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 16% !important;
    animation: dokidoki 1.5s infinite;
  }

  .offerBlock2 a {
    width: 95%;
    /* margin: 0 auto; */
    bottom: 1%;
    /* right: 8%; */
    left: 8px;
    /* right: 0; */
    animation: dokidoki 1.5s infinite;
  }

  .offerBlock3 a {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 18.5%;
    animation: dokidoki 1.5s infinite;
  }

  /*stm_movie
--------------------------------------*/
  video .p-absolute2 {
    position: absolute;
  }

  .movie1 video {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    width: 92%;
    box-shadow:
      0 1.9px 2.5px rgba(80, 56, 40, 0.057),
      0 5px 6.1px rgba(80, 56, 40, 0.076),
      0 10.1px 11.4px rgba(80, 56, 40, 0.086),
      0 19.2px 19.8px rgba(80, 56, 40, 0.092),
      0 38.4px 34.8px rgba(80, 56, 40, 0.1),
      0 101px 74px rgba(80, 56, 40, 0.13);
  }

  .movie1 div:nth-child(2) {
    right: 0;
    top: 70%;
    width: 100%;
  }

  .movie2 video {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -3%;
    width: 80%;
  }

  .movie2 div {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -6%;
    width: 100%;
  }

  .movie3 div {
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 8%;
    width: 80%;
  }

  /*anime0
-------------------------------------*/

  .anime0 div:nth-child(1) {
    left: 5%;
    bottom: -10%;
    width: 28%;
    opacity: 0;
    animation: fadein-bottom 1s ease 1.1s forwards;
  }
  .anime0 div:nth-child(2) {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10%;
    width: 28%;
    opacity: 0;
    animation: fadein-bottom 1s ease 1.3s forwards;
  }
  .anime0 div:nth-child(3) {
    right: 5%;
    bottom: -10%;
    width: 28%;
    opacity: 0;
    animation: fadein-bottom 1s ease 1.5s forwards;
  }

  /*anime1
-------------------------------------*/

  .anime1 div:nth-child(1) {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 7%;
    width: 55%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  }

  /*anime2
-------------------------------------*/

  .anime2 div:nth-child(1) {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 1%;
    width: 100%;
  }

  /*anime3
-------------------------------------*/

  .anime3 div:nth-child(1) {
    left: 16%;
    bottom: 26%;
    width: 32%;
  }

  .anime3 div:nth-child(2) {
    right: 12%;
    bottom: 26%;
    width: 32%;
  }

  .anime3 div:nth-child(3) {
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 1%;
    width: 100%;
  }

  /*SNSスライドショー
-------------------------------------*/

  .sns_container {
    position: relative;
    pointer-events: none;
  }
  .sns_container .sns {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
  }

  /*よくある質問
-------------------------------------*/

  .faq {
    padding: 0 5% 1rem;
    margin: 0 auto;
    width: 100%;
    background-image: url(../images/ko_ver2/base/qa.jpg);
    box-sizing: border-box;
  }

  .faq input {
    display: none;
  }
  .faq label {
    position: relative;
    color: #8f5e11;
    display: block;
    padding: 1rem 2.5rem 1rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    background: #fff;
  }
  .faq label:before {
    content: "Q.";
    font-size: 1.6rem;
    margin: 0 0.5rem 0 0;
  }
  .faq ul li div {
    height: 0;
    opacity: 0;
    padding: 0 1rem;
    transition: 0.5s;
    visibility: hidden;
    font-size: 1rem;
    line-height: 1.6;
    background: #fff;
    margin: 0 0 1rem;
  }
  .faq ul li div:before {
    content: "A.";
    font-size: 1.4rem;
    margin: 0 0.5rem 0 0;
  }
  .faq input:checked + label + div {
    height: auto;
    opacity: 1;
    padding: 0 2rem 2rem;
    visibility: visible;
  }

  .faq ul li div dl dt {
    margin: 1rem 0 0;
    font-weight: bold;
    color: #8f5e11;
  }

  .faq ul li div dl dd {
    padding: 1rem;
    border: 1px solid #8f5e11;
  }

  .faq ul li div table {
    width: 100%;
    margin: 2rem 0;
    font-size: 0.75rem;
    border-collapse: collapse;
  }

  .faq ul li div table th {
    padding: 1rem;
    border: 1px solid #8f5e11;
    text-align: center;
  }

  .faq ul li div table td {
    padding: 1rem;
    border: 1px solid #8f5e11;
    text-align: center;
  }

  .faq i {
    max-width: 32px;
    max-height: 32px;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background: #b4b4b5;
    position: absolute;
    right: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  .faq i::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 0.375vw;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.4s;
    transform: rotate(0);
    z-index: 5;
  }
  .faq input:checked + label i::before {
    transform: rotate(360deg);
    transition: all 0.4s;
  }
  .faq i::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    border-bottom: solid #fff 0.375vw;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: -0.375vw;
    transition: all 0.4s;
    transform: rotate(90deg);
    z-index: 5;
  }
  .faq input:checked + label i::after {
    transform: rotate(360deg);
    transition: all 0.4s;
    right: 0;
  }

  /* アップセル
-------------------------------------*/

  .upsell {
    margin: 0 0 2rem;
  }

  .upsell img {
    display: block;
    width: 100%;
    height: auto;
  }

  .upsell form {
    margin: 0 !important;
    text-align: center;
  }

  .upsell input {
    margin: 0 auto;
    width: 100%;
  }

  .upsell input:hover {
    opacity: 0.5;
  }

  .normal img {
    display: block;
    width: 100%;
    height: auto;
  }

  .normal a {
    display: block;
    margin: 0 auto;
    width: 68%;
  }
}

/*アニメ一覧*/

@keyframes dokidoki {
  0% {
    transform: scale(1.05);
  }
  5% {
    transform: scale(1);
  }
  95% {
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.05);
  }
}

/*下からフェードイン*/
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

/*U-KOMI打ち消しcss*/
#ugc {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  background: #ffc603;
  box-sizing: border-box;
}

#ugc.upsell_bg {
  width: 100%;
  padding: 0 3%;
  margin: 0 auto;
  background: url(https://hugme-shop.jp/lp/images/ko/sp/upsell_img_bg.jpg);
  box-sizing: border-box;
}

/*U-KOMIギャラリー用*/
.ugc_area {
  width: 100%;
  padding: 0 3% 8%;
  margin: 0 auto;
  background: url(https://hugme-shop.jp/lp/images/ko/base/ugc_bg.jpg);
  box-sizing: border-box;
}

.ugc_area div.p-absolute {
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0 !important;
  width: 100%;
}

.ugc_area div:nth-child(2) img {
  display: block;
}

/*U-KOMIレビュー用*/

.review-container {
  margin: 3% 0 0;
  background: #fff;
}

#ugc_review_area {
  width: 100%;
  padding: 0 3% 5%;
  margin: 0 auto;
  background: #f7ce26;
  box-sizing: border-box;
}

#ugc_review_area .reviewWidget {
  background: #fff;
}

/*U-KOMIレビュー用打ち消し*/

#HugmeReviewStyle .loadedReviews {
  overflow: auto;
  max-height: 40vh;
}
#HugmeReviewStyle .reviewWidget_title_container {
  display: none !important;
}
#HugmeReviewStyle .ratingOverview {
  display: none !important;
}
#HugmeReviewStyle .uKomiWidgetSection {
  display: none !important;
}
#HugmeReviewStyle .customQuestionSortingWrap {
  display: none !important;
}
#HugmeReviewStyle .ukomi-fullwidth {
  display: none !important;
}
#HugmeReviewStyle .reviewFilterBtn {
  display: none !important;
}
@media screen and (max-width: 668px) {
  .u-komi-sorting-btn-form-data {
    font-size: 10px !important;
    padding: 5px !important;
  }
}

/*チャットボット追従ボタン*/

div#float_banner {
  position: fixed;
  width: 90% !important;
  right: 0 !important;
  left: 0 !important;
  margin: 0 auto !important;
  bottom: 10px !important;
  z-index: 997;
}
@media screen and (min-width: 669px) {
  div#float_banner {
    width: 600px !important;
  }
}
div#float_banner img {
  width: 100%;
  height: auto;
}
