﻿
@import url("css.css");
@font-face {
  font-family: "myfont"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/contents/cashs_2412/normal/fonts/myfont.ttf") format("truetype");
  src: url("/contents/cashs_2412/normal/fonts/myfont.woff") format("woff");
}
.pane-main {
  max-width: none;
}

#comment3wrap,
.category-gift-wrap {
  overflow: hidden;
  position: relative;
}
#comment3wrap img,
.category-gift-wrap img {
  height: auto;
}
#comment3wrap .inner-wrap,
.category-gift-wrap .inner-wrap {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
#comment3wrap h3,
.category-gift-wrap h3 {
  margin-top: 0;
  margin-bottom: 0;
}
#comment3wrap .sec-ttl-bg,
.category-gift-wrap .sec-ttl-bg {
  background-image: url("../image/sec-ttl-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 343px;
}
#comment3wrap .point01-bg,
.category-gift-wrap .point01-bg {
  background-image: url("../image/point01-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
#comment3wrap .point02-bg,
.category-gift-wrap .point02-bg {
  background-image: url("../image/point02-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
#comment3wrap .cartSectionTargetBtn,
.category-gift-wrap .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,
.category-gift-wrap .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,
.category-gift-wrap .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,
.category-gift-wrap .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,
.category-gift-wrap .review-box .title {
  min-height: 45px;
}
#comment3wrap .packages-bg,
.category-gift-wrap .packages-bg {
  background-image: url("../image/packages-bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
#comment3wrap .cart-btn,
.category-gift-wrap .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(#654A3A, #3C220F);
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}
#comment3wrap .cart-btn:before,
.category-gift-wrap .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-section .item-no,
.category-gift-wrap .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,
.category-gift-wrap .cart-section .cart-itme-box .product-box {
  height: 250px;
  display: block;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
#comment3wrap .gift-bg,
.category-gift-wrap .gift-bg {
  background: url(../image/gift-wrapping-bg.jpg);
}
#comment3wrap .gift-send__label,
.category-gift-wrap .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,
.category-gift-wrap .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,
.category-gift-wrap .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,
.category-gift-wrap .bg-greeting {
  background: url(/img/goods/cashs/2412_normal/henri-bg.jpg) no-repeat;
}
@media screen and (max-width: 768px) {
  #comment3wrap .bg-greeting,
  .category-gift-wrap .bg-greeting {
    background: none;
    background-color: #f8f6f4;
  }
}
@media screen and (min-width: 769px) {
  #comment3wrap .bg-md-white,
  .category-gift-wrap .bg-md-white {
    background-color: #ffffff;
  }
}
#comment3wrap .lineup-contents,
.category-gift-wrap .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,
.category-gift-wrap .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,
.category-gift-wrap .lineup-contents .lineup-contents-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#comment3wrap .cart-itme-box,
.category-gift-wrap .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,
.category-gift-wrap .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,
  .category-gift-wrap .border-sp-none {
    border: none !important;
  }
}
#comment3wrap .service-contents,
.category-gift-wrap .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,
  .category-gift-wrap .service-contents {
    width: calc(50% - 12px);
  }
}
#comment3wrap .service-contents__text,
.category-gift-wrap .service-contents__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#comment3wrap .service-bg,
.category-gift-wrap .service-bg {
  background-image: url("/img/goods/cashs/2412_normal/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,
  .category-gift-wrap .service-bg {
    background-image: url("/img/goods/cashs/2412_normal/service-bg-1024.png");
    min-height: 572px;
  }
}
@media screen and (max-width: 768px) {
  #comment3wrap .service-bg,
  .category-gift-wrap .service-bg {
    background-image: url("/img/goods/cashs/2412_normal/service-bg-sp.png");
    background-size: contain;
    min-height: 723px;
  }
}
#comment3wrap #faq .faq-question,
.category-gift-wrap #faq .faq-question {
  position: relative;
}
#comment3wrap #faq .faq-question:before,
.category-gift-wrap #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,
.category-gift-wrap #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,
.category-gift-wrap #faq .faq-question.toggle-active:before {
  content: none;
}
#comment3wrap #faq .faq-question__text,
.category-gift-wrap #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,
  .category-gift-wrap #faq .faq-question__text {
    margin-top: 10px;
    padding: 10px 10px 10px 30px;
  }
}
#comment3wrap #faq .faq-question__text:before,
.category-gift-wrap #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,
  .category-gift-wrap #faq .faq-question__text:before {
    width: 30px;
    font-size: 20px;
  }
}
#comment3wrap #faq .faq-answer__text,
.category-gift-wrap #faq .faq-answer__text {
  padding: 25px 10px 10px 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #comment3wrap #faq .faq-answer__text,
  .category-gift-wrap #faq .faq-answer__text {
    padding: 10px 10px 10px 30px;
  }
}
#comment3wrap #faq .faq-answer__text:before,
.category-gift-wrap #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,
  .category-gift-wrap #faq .faq-answer__text:before {
    width: 30px;
    top: 3px;
    font-size: 20px;
  }
}

#comment7wrap {
  overflow: hidden;
  position: relative;
}
#comment7wrap img {
  max-width: 100%;
  height: auto;
}
#comment7wrap .mv-top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 512px;
}
#comment7wrap .mv-top.size-cate {
  background-image: url("../image/c-mv-bg.jpg");
}
#comment7wrap .mv-top.size-M_L_LL {
  background-image: url("../image/345rn-mv-bg.jpg");
}
#comment7wrap .mv-top.size-MS {
  background-image: url("../image/hsa-mv-bg.jpg");
}
#comment7wrap .mv-top.size-S {
  background-image: url("../image/25rn-mv-bg.jpg");
}
#comment7wrap .mv-top.size-SR {
  background-image: url("../image/1318rn-mv-bg.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 {
  width: 52%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  #comment7wrap .mv-top__copy-wrap {
    position: relative;
    top: -10px;
    left: 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-image: url("../image/sub-img-bg1.jpg");
  background-size: cover;
}
#comment7wrap .mv-bottom .line-dotted-01 {
  background-image: url("/img/goods/cashs/2412_normal/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("/img/goods/cashs/2412_normal/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 .voice-section {
  background-image: url("../image/review-bg.jpg");
}
#comment7wrap .voice-section .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);
  position: relative;
}
@media screen and (min-width: 769px) {
  #comment7wrap .voice-section .review-contents {
    border-radius: 5px;
    width: 30%;
    min-height: 450px;
    padding-bottom: 30px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  #comment7wrap .voice-section .review-contents {
    border-radius: 5px;
    width: 100%;
    min-height: 300px;
    margin-top: 20px;
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
#comment7wrap .voice-section .reviewSection-btn {
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}
#comment7wrap .voice-section .reviewSection-btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (min-width: 769px) {
  .main-contents .notice-tenpoPage,
  #comment3wrap .notice-tenpoPage,
  #comment7wrap .notice-tenpoPage {
    max-width: 985px;
    margin: 0 auto;
    margin-bottom: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage,
  #comment3wrap .notice-tenpoPage,
  #comment7wrap .notice-tenpoPage {
    margin-bottom: 30px;
  }
}
.main-contents .notice-tenpoPage h2,
#comment3wrap .notice-tenpoPage h2,
#comment7wrap .notice-tenpoPage h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage h2,
  #comment3wrap .notice-tenpoPage h2,
  #comment7wrap .notice-tenpoPage h2 {
    margin-bottom: 30px;
  }
}
.main-contents .notice-tenpoPage__text,
#comment3wrap .notice-tenpoPage__text,
#comment7wrap .notice-tenpoPage__text {
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage__text,
  #comment3wrap .notice-tenpoPage__text,
  #comment7wrap .notice-tenpoPage__text {
    font-size: 20px;
  }
}
.main-contents .notice-tenpoPage__text span,
#comment3wrap .notice-tenpoPage__text span,
#comment7wrap .notice-tenpoPage__text span {
  position: relative;
  z-index: 1;
}
.main-contents .notice-tenpoPage__text span:after,
#comment3wrap .notice-tenpoPage__text span:after,
#comment7wrap .notice-tenpoPage__text span:after {
  content: "";
  width: 100%;
  height: 15px;
  background: rgba(60, 34, 15, 0.1098039216);
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage__text span:after,
  #comment3wrap .notice-tenpoPage__text span:after,
  #comment7wrap .notice-tenpoPage__text span:after {
    height: 10px;
  }
}
.main-contents .notice-tenpoPage .buy-btn,
#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) {
  .main-contents .notice-tenpoPage .buy-btn,
  #comment3wrap .notice-tenpoPage .buy-btn,
  #comment7wrap .notice-tenpoPage .buy-btn {
    max-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage .buy-btn,
  #comment3wrap .notice-tenpoPage .buy-btn,
  #comment7wrap .notice-tenpoPage .buy-btn {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
.main-contents .notice-tenpoPage .buy-btn:before,
#comment3wrap .notice-tenpoPage .buy-btn:before,
#comment7wrap .notice-tenpoPage .buy-btn:before {
  width: 22px;
  height: 22px;
  top: 9px;
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage .buy-btn:before,
  #comment3wrap .notice-tenpoPage .buy-btn:before,
  #comment7wrap .notice-tenpoPage .buy-btn:before {
    width: 25px;
    height: 25px;
    top: 14px;
  }
}
.main-contents .notice-tenpoPage .buy-btn:after,
#comment3wrap .notice-tenpoPage .buy-btn:after,
#comment7wrap .notice-tenpoPage .buy-btn:after {
  content: none;
}
.main-contents .notice-tenpoPage__2column,
#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) {
  .main-contents .notice-tenpoPage__2column,
  #comment3wrap .notice-tenpoPage__2column,
  #comment7wrap .notice-tenpoPage__2column {
    padding: 0 10px;
  }
}
.main-contents .notice-tenpoPage__2column > *,
#comment3wrap .notice-tenpoPage__2column > *,
#comment7wrap .notice-tenpoPage__2column > * {
  margin-left: 50px;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage__2column > *,
  #comment3wrap .notice-tenpoPage__2column > *,
  #comment7wrap .notice-tenpoPage__2column > * {
    margin-left: 7px;
    margin-right: 7px;
    width: 100%;
  }
}
.main-contents .notice-tenpoPage__2column > * p,
#comment3wrap .notice-tenpoPage__2column > * p,
#comment7wrap .notice-tenpoPage__2column > * p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage__2column > * p,
  #comment3wrap .notice-tenpoPage__2column > * p,
  #comment7wrap .notice-tenpoPage__2column > * p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 769px) {
  .main-contents .notice-tenpoPage__2column > * .buy-btn,
  #comment3wrap .notice-tenpoPage__2column > * .buy-btn,
  #comment7wrap .notice-tenpoPage__2column > * .buy-btn {
    min-width: 288px;
  }
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage__2column > * .buy-btn,
  #comment3wrap .notice-tenpoPage__2column > * .buy-btn,
  #comment7wrap .notice-tenpoPage__2column > * .buy-btn {
    font-size: 12px;
    padding-left: 8%;
    background: #000;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 768px) {
  .main-contents .notice-tenpoPage__2column > * .buy-btn:before,
  #comment3wrap .notice-tenpoPage__2column > * .buy-btn:before,
  #comment7wrap .notice-tenpoPage__2column > * .buy-btn:before {
    width: 22px;
    height: 22px;
    top: 6px;
    left: 10px;
  }
}
.main-contents .notice-tenpoPage-border-top,
#comment3wrap .notice-tenpoPage-border-top,
#comment7wrap .notice-tenpoPage-border-top {
  border-top: 1px solid #d2d2d2;
  margin-left: 20px;
  margin-right: 20px;
}
.main-contents .pc_1024-only,
#comment3wrap .pc_1024-only,
#comment7wrap .pc_1024-only {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .main-contents .pc_1024-only,
  #comment3wrap .pc_1024-only,
  #comment7wrap .pc_1024-only {
    display: block;
  }
}
.main-contents .pc_1025-only,
#comment3wrap .pc_1025-only,
#comment7wrap .pc_1025-only {
  display: none;
}
@media screen and (min-width: 1025px) {
  .main-contents .pc_1025-only,
  #comment3wrap .pc_1025-only,
  #comment7wrap .pc_1025-only {
    display: block;
  }
}

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

.block-goods-comment-8 {
  max-width: none;
  min-width: auto;
}
@media screen and (min-width: 769px) {
  .block-goods-comment-8 .scene-description {
    margin: 0px auto 0;
    max-width: 1260px;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .block-goods-comment-8 .scene-description {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

@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-img-bg1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
  .floatingLink {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .tb-right-30p {
    right: -30% !important;
  }
}

@media screen and (min-width: 769px) {
  .main-contents .bg-md-white {
    background-color: #ffffff;
  }
}
.main-contents .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(#634837, #3e2210);
  border-radius: 5px;
  -webkit-box-shadow: 7.071px 7.071px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 7.071px 7.071px 20px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .main-contents .buy-btn {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 26px;
  }
}
.main-contents .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) {
  .main-contents .buy-btn:before {
    width: 41px;
    height: 40px;
    left: 30px;
    top: 22px;
  }
}
.main-contents .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) {
  .main-contents .buy-btn:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    right: 35px;
  }
}
.main-contents .buy-btn.buy-btn__big {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: radial-gradient(circle at 50% -230%, #fcbe5e 0% 0%, #b6701d 70% 0%);
  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) {
  .main-contents .bg-achievements {
    background: url(../image/achievements-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.main-contents img {
  max-width: 100%;
  height: auto;
}
.main-contents #pageLink {
  background-color: #f8f0e7;
  position: relative;
}
.main-contents #pageLink:before, .main-contents #pageLink:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 31px;
  left: -10px;
}
.main-contents #pageLink:before {
  background: url("../image/parts-tug-top.png") no-repeat center;
  background-size: contain;
  top: -6px;
}
@media screen and (max-width: 768px) {
  .main-contents #pageLink:before {
    background-image: url("../image/parts-tug-top-sp.png");
  }
}
.main-contents #pageLink:after {
  background: url("../image/parts-tug-bottom.png") no-repeat center;
  background-size: contain;
  bottom: 6px;
}
@media screen and (max-width: 768px) {
  .main-contents #pageLink:after {
    background-image: url("../image/parts-tug-bottom-sp.png");
  }
}
.main-contents .img-flaot-img {
  clear: both;
  float: right;
  visibility: hidden;
}
.main-contents .img-flaot-space {
  width: 1px;
  height: 100%;
}
.main-contents .img-flaot-wrap {
  visibility: hidden;
}
.main-contents .size-cate, .main-contents .size-M_L_LL, .main-contents .size-MS, .main-contents .size-S, .main-contents .size-SR {
  display: none;
}

.package-contents__wrap {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 769px) {
  .package-contents__wrap .point_inner-wrap {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.package-contents__wrap .package-contents {
  background-image: url(/img/goods/cashs/2412_normal/package_bg.jpg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .package-contents__wrap .package-contents {
    background-image: url(/img/goods/cashs/2412_normal/package_bg_sp.jpg);
  }
}
.package-contents__wrap .package-contents .point_inner-wrap {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.package-contents__wrap .package-contents img {
  max-width: 100%;
  height: auto;
}