﻿
@import url("css.css");
@font-face {
  font-family: "myfont"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/contents/hsh_2407/fonts/myfont.ttf") format("truetype");
  src: url("/contents/hsh_2407/fonts/myfont.woff") format("woff");
}
.f-shippo {
  font-family: "Shippori Mincho", YuGothic, YuGothicM, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.pane-main {
  max-width: none;
}

.dy_load_content {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 1 !important;
}

.comment3wrap {
  overflow: hidden;
  position: relative;
}
.comment3wrap img {
  height: auto;
}
.comment3wrap .inner-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.comment3wrap h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.comment3wrap .sec-ttl-bg {
  background-image: url("../image/sec-ttl-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 343px;
}
.comment3wrap .point01-bg {
  background-image: url("../image/point01-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.comment3wrap .point02-bg {
  background-image: url("../image/point02-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.comment3wrap .cartSectionTargetBtn {
  background: radial-gradient(#fd8b51, #e86422);
  border-radius: 5px;
  color: #ffffff;
  font-size: 26px;
  font-weight: bold;
  width: 670px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 15px 15px -6px rgba(193, 79, 22, 0.3);
          box-shadow: 0px 15px 15px -6px rgba(193, 79, 22, 0.3);
}
.comment3wrap .cartSectionTargetBtn:before {
  content: "";
  display: block;
  width: 43px;
  height: 41px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("../image/link-cart-icon.png");
  background-size: contain;
}
.comment3wrap .cartSectionTargetBtn:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin-top: auto;
  margin-bottom: auto;
}
.comment3wrap .review-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.comment3wrap .review-box .title {
  min-height: 45px;
}
.comment3wrap .packages-bg {
  background-image: url("../image/packages-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.comment3wrap .cart-btn {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  background: radial-gradient(#ffa3b5, #974559);
  border-radius: 5px;
  -webkit-box-shadow: 0px 15px 15px -6px rgba(193, 79, 22, 0.3);
          box-shadow: 0px 15px 15px -6px rgba(193, 79, 22, 0.3);
  position: relative;
}
.comment3wrap .cart-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/cart.png) no-repeat;
  width: 34px;
  height: 25px;
  background-size: contain;
  left: 20px;
  top: 9px;
}
.comment3wrap .cart-btn.detail-link:before {
  background-image: url(../image/icon-cart.png);
}
.comment3wrap .cart-btn.detail-link:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .comment3wrap .cart-btn.detail-link:after {
    width: 8px;
    height: 8px;
    right: 20px;
  }
}
.comment3wrap .cart-section .item-no {
  background: #eff6fb;
  text-align: center;
  margin: 0 auto;
  font-weight: 600;
  border-radius: 50px;
  width: 100%;
  font-size: 13px;
  color: #221208;
  max-width: 200px;
}
.comment3wrap .cart-section .cart-itme-box .product-box {
  height: 250px;
  display: block;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.comment3wrap .gift-bg {
  background: url(../image/gift-wrapping-bg.jpg);
}
.comment3wrap .gift-send__label {
  background: #ad145b;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: -25px;
}
.comment3wrap .detail-btn {
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 2px;
  max-width: 600px;
  width: 100%;
}
.comment3wrap .detail-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  background: url(../image/arrw.png) no-repeat;
  width: 60px;
  height: 6.5px;
  background-size: contain;
  top: 19px;
}
.comment3wrap .bg-greeting {
  background: url(../image/henri-bg.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
  .comment3wrap .bg-greeting {
    background: none;
    background-color: #f8f6f4;
  }
}
.comment3wrap .pc_1024-only {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .comment3wrap .pc_1024-only {
    display: block;
  }
}
.comment3wrap .pc_1025-only {
  display: none;
}
@media screen and (min-width: 1025px) {
  .comment3wrap .pc_1025-only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .comment3wrap .bg-md-white {
    background-color: #ffffff;
  }
}
.comment3wrap .lineup-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment3wrap .lineup-contents-textWrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comment3wrap .lineup-contents .lineup-contents-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.comment3wrap .cart-itme-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  padding-left: 30px;
  padding-right: 30px;
}
.comment3wrap .cart-itme-box .item-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .comment3wrap .border-sp-none {
    border: none !important;
  }
}
.comment3wrap .service-contents {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  width: calc(25% - 24px);
}
@media screen and (max-width: 768px) {
  .comment3wrap .service-contents {
    width: calc(50% - 12px);
  }
}
.comment3wrap .service-contents__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.comment3wrap .service-bg {
  background-image: url("../image/service-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  min-height: 629px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .comment3wrap .service-bg {
    background-image: url("../image/service-bg-1024.png");
    min-height: 572px;
  }
}
@media screen and (max-width: 768px) {
  .comment3wrap .service-bg {
    background-image: url("../image/service-bg-sp.png");
    background-size: contain;
    min-height: 723px;
  }
}
.comment3wrap #faq .faq-question {
  position: relative;
}
.comment3wrap #faq .faq-question:before {
  content: "";
  z-index: 1;
  display: block;
  width: 1px;
  height: 11px;
  background: #876f6d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
}
.comment3wrap #faq .faq-question:after {
  content: "";
  z-index: 1;
  display: block;
  width: 11px;
  height: 1px;
  background: #876f6d;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
}
.comment3wrap #faq .faq-question.toggle-active:before {
  content: none;
}
.comment3wrap #faq .faq-question__text {
  padding: 20px 10px 20px 70px;
  position: relative;
  background-color: #f8f6f4;
  margin-top: 35px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .comment3wrap #faq .faq-question__text {
    margin-top: 10px;
    padding: 10px 10px 10px 30px;
  }
}
.comment3wrap #faq .faq-question__text:before {
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #876f6d;
  font-size: 26px;
  text-align: center;
  font-family: "Roboto";
  font-weight: normal;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .comment3wrap #faq .faq-question__text:before {
    width: 30px;
    font-size: 20px;
  }
}
.comment3wrap #faq .faq-answer__text {
  padding: 25px 10px 10px 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .comment3wrap #faq .faq-answer__text {
    padding: 10px 10px 10px 30px;
  }
}
.comment3wrap #faq .faq-answer__text:before {
  content: "A";
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 13px;
  color: #876f6d;
  font-size: 26px;
  text-align: center;
  font-family: "Roboto";
}
@media screen and (max-width: 768px) {
  .comment3wrap #faq .faq-answer__text:before {
    width: 30px;
    top: 3px;
    font-size: 20px;
  }
}

.comment7wrap {
  overflow: hidden;
  position: relative;
}
.comment7wrap img {
  height: auto;
}
.comment7wrap .mv-top {
  background-image: url("../image/hsh-mv-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 511px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .comment7wrap .mv-top {
    background-image: url("../image/hsh-mv-bg-1024.jpg");
  }
}
.comment7wrap .mv-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment7wrap .inner-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.comment7wrap .mv-top__copy-wrap {
  padding-left: 110px;
  width: 52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .comment7wrap .mv-top__copy-wrap {
    position: relative;
    top: 0px;
  }
}
.comment7wrap .mv-top__copy {
  position: relative;
  z-index: 1;
}
.comment7wrap .mv-top__img-icon {
  position: absolute;
  left: 10px;
  top: 40px;
}
.comment7wrap .mv-bottom {
  background: url("../image/sub-bg1.jpg") no-repeat left top/cover;
}
.comment7wrap .mv-bottom .line-dotted-01 {
  background-image: url("../image/copy-line01.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .comment7wrap .mv-bottom .line-dotted-01 {
    padding-bottom: 10px;
  }
}
.comment7wrap .mv-bottom .line-dotted-02 {
  background-image: url("../image/copy-line02.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  padding-bottom: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .comment7wrap .mv-bottom .line-dotted-02 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .comment7wrap .bg-brown-pc {
    background-color: #ebe3e1;
  }
}
.comment7wrap .review-contents {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .comment7wrap .review-contents {
    overflow: visible;
  }
}
.comment7wrap .img-flaot-img {
  clear: both;
  float: right;
  visibility: hidden;
}
.comment7wrap .img-flaot-space {
  width: 1px;
  height: 100%;
}
.comment7wrap .img-flaot-wrap {
  visibility: hidden;
}

.comment3wrap .buy-btn, .comment7wrap .buy-btn {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  background: radial-gradient(#ffa3b5, #974559);
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .comment3wrap .buy-btn, .comment7wrap .buy-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 26px;
  }
}
.comment3wrap .buy-btn:before, .comment7wrap .buy-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../image/icon-cart.png) no-repeat;
  width: 34px;
  height: 25px;
  background-size: contain;
  left: 20px;
  top: 17px;
}
@media screen and (min-width: 769px) {
  .comment3wrap .buy-btn:before, .comment7wrap .buy-btn:before {
    width: 41px;
    height: 40px;
    left: 30px;
    top: 22px;
  }
}
.comment3wrap .buy-btn:after, .comment7wrap .buy-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 769px) {
  .comment3wrap .buy-btn:after, .comment7wrap .buy-btn:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 35px;
  }
}
.comment3wrap .buy-btn.after-right:after, .comment7wrap .buy-btn.after-right:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comment3wrap .notice-tenpoPage, .comment7wrap .notice-tenpoPage {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage, .comment7wrap .notice-tenpoPage {
    margin-bottom: 40px;
  }
}
.comment3wrap .notice-tenpoPage h2, .comment7wrap .notice-tenpoPage h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage h2, .comment7wrap .notice-tenpoPage h2 {
    margin-bottom: 30px;
  }
}
.comment3wrap .notice-tenpoPage__text, .comment7wrap .notice-tenpoPage__text {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage__text, .comment7wrap .notice-tenpoPage__text {
    font-size: 20px;
  }
}
.comment3wrap .notice-tenpoPage__text span, .comment7wrap .notice-tenpoPage__text span {
  position: relative;
  z-index: 1;
}
.comment3wrap .notice-tenpoPage__text span:after, .comment7wrap .notice-tenpoPage__text span:after {
  content: "";
  width: 100%;
  height: 15px;
  background: #ebe3e1;
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage__text span:after, .comment7wrap .notice-tenpoPage__text span:after {
    height: 10px;
  }
}
.comment3wrap .notice-tenpoPage .buy-btn, .comment7wrap .notice-tenpoPage .buy-btn {
  font-size: 15px;
  font-weight: normal;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media screen and (min-width: 769px) {
  .comment3wrap .notice-tenpoPage .buy-btn, .comment7wrap .notice-tenpoPage .buy-btn {
    max-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage .buy-btn, .comment7wrap .notice-tenpoPage .buy-btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.comment3wrap .notice-tenpoPage .buy-btn:before, .comment7wrap .notice-tenpoPage .buy-btn:before {
  width: 22px;
  height: 22px;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage .buy-btn:before, .comment7wrap .notice-tenpoPage .buy-btn:before {
    width: 25px;
    height: 25px;
    top: 14px;
  }
}
.comment3wrap .notice-tenpoPage .buy-btn:after, .comment7wrap .notice-tenpoPage .buy-btn:after {
  content: none;
}
.comment3wrap .notice-tenpoPage__2column, .comment7wrap .notice-tenpoPage__2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage__2column, .comment7wrap .notice-tenpoPage__2column {
    padding: 0 10px;
  }
}
.comment3wrap .notice-tenpoPage__2column > *, .comment7wrap .notice-tenpoPage__2column > * {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage__2column > *, .comment7wrap .notice-tenpoPage__2column > * {
    margin-left: 7px;
    margin-right: 7px;
    width: 100%;
  }
}
.comment3wrap .notice-tenpoPage__2column > * p, .comment7wrap .notice-tenpoPage__2column > * p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage__2column > * p, .comment7wrap .notice-tenpoPage__2column > * p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .comment3wrap .notice-tenpoPage__2column > * .buy-btn, .comment7wrap .notice-tenpoPage__2column > * .buy-btn {
    min-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage__2column > * .buy-btn, .comment7wrap .notice-tenpoPage__2column > * .buy-btn {
    font-size: 12px;
    padding-left: 8%;
    background: radial-gradient(#e97165, #7e2921);
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .comment3wrap .notice-tenpoPage__2column > * .buy-btn:before, .comment7wrap .notice-tenpoPage__2column > * .buy-btn:before {
    width: 22px;
    height: 22px;
    top: 6px;
    left: 10px;
  }
}

.floatingLink {
  position: fixed;
  top: auto;
  bottom: 150px;
  right: 0px;
  z-index: 10;
}
.floatingLink img {
  height: auto;
}

@media (min-width: 768px) {
  .comment3wrap .cart-section .cart-itme-box:nth-child(n+4) {
    margin-top: 30px;
  }
  .floatingLink {
    padding-top: 400px;
    margin-top: -690px;
  }
  .min-width-md-550px {
    min-width: 550px;
  }
}
@media (max-width: 767px) {
  .comment3wrap .sec-ttl-bg {
    background-image: none;
    height: auto;
  }
  .comment3wrap .point01-bg {
    background-image: url("../image/point01-bg-sp.jpg");
  }
  .comment3wrap .point02-bg {
    background-image: url("../image/point02-bg-sp.jpg");
  }
  .comment3wrap .cartSectionTargetBtn {
    font-size: 15px;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  .comment3wrap .cartSectionTargetBtn:before {
    width: 26px;
    height: 26px;
    left: 20px;
    background-image: url("../image/link-cart-icon-sp.png");
  }
  .comment3wrap .cartSectionTargetBtn:after {
    width: 7px;
    height: 7px;
    right: 20px;
  }
  .comment3wrap .review-box .title {
    min-height: auto;
  }
  .comment3wrap .review-box {
    margin-top: 40px;
  }
  .comment3wrap .review-box:first-child {
    margin-top: 0px;
  }
  .comment3wrap .packages-bg {
    background-image: url("../image/packages-bg-sp.jpg");
  }
  .comment3wrap .cart-btn {
    font-size: 12px;
    background-position-x: center;
    background-size: cover;
  }
  .comment3wrap .cart-btn:before {
    background: url(../image/cart.png) no-repeat;
    width: 17px;
    height: 18px;
    background-size: contain;
    left: 10px;
    top: 9px;
  }
  .comment3wrap .cart-section .item-no {
    font-size: 12px;
    max-width: none;
  }
  .comment3wrap .cart-section .cart-itme-box {
    max-width: none;
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .comment3wrap .cart-section .cart-itme-box .product-box {
    margin-top: 30px;
    height: 130px;
  }
  .comment3wrap .cart-section .cart-itme-box:nth-child(n+3) {
    margin-top: 50px;
  }
  .comment3wrap .gift-send__label {
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: -10px;
    left: -10px;
  }
  .comment7wrap .mv-top {
    background-image: none;
    height: auto;
  }
  .comment7wrap .mv-top__copy-wrap {
    padding-left: 0px;
    width: 100%;
  }
  .comment7wrap .mv-top__copy {
    margin-top: 0;
    margin-bottom: 0;
  }
  .comment7wrap .mv-bottom {
    background-image: url("../image/sub-bg-sp1.jpg");
  }
  .floatingLink {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tb-right-30p {
    right: -30% !important;
  }
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.review-btn {
  border: solid 1px #333;
  color: #333;
  position: relative;
}
.review-btn:after {
  content: "";
  display: block;
  width: 15px;
  height: 9px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="9" viewBox="0 0 15 9" fill="none"><path d="M1.520,1.275 L7.445,7.002 L13.369,1.275" fill-rule="evenodd"  stroke="rgb(51, 51, 51)" stroke-width="1px" stroke-linecap="round" stroke-linejoin="miter" fill="none"></path></svg>');
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .review-btn:after {
    right: 15px;
  }
}

.sn-about {
  background: #fdf7f5;
  position: relative;
  overflow: visible !important;
}
.sn-about img {
  max-width: 100%;
  height: auto;
}
.sn-about:before {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 2px);
  height: calc(100% + 2px);
  border-top: solid 2px #f7e2dd;
  border-left: solid 2px #f7e2dd;
  position: absolute;
  top: 6px;
  left: 6px;
}
.sn-about:after {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  border-bottom: solid 2px #f7e2dd;
  border-right: solid 2px #f7e2dd;
  position: absolute;
  bottom: -8px;
  right: -8px;
}

.vw-hsh-img01 {
  position: absolute;
  top: -110px;
  left: 0;
}
@media screen and (min-width: 769px) {
  .vw-hsh-img01 {
    max-width: 398px;
    min-width: 70%;
    width: 20.7291666667vw;
    top: -190px;
    right: 0;
    left: -59.8958333333vw;
    margin: auto;
  }
}

.vw-hsh-img02 {
  position: absolute;
  max-width: 359px;
  min-width: 70%;
  width: 18.6979166667vw;
  top: -220px;
  right: -1070px;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  .vw-hsh-img02 {
    right: -1300px;
  }
}