﻿
@import url("css.css");
@font-face {
  font-family: "myfont"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/img/goods/htf/2504b/fonts/myfont.ttf") format("truetype");
  src: url("/img/goods/htf/2504b/fonts/myfont.woff") format("woff");
}
.pane-main {
  max-width: none;
}

#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;
}


@media screen and (max-width: 768px) {
  #comment3wrap .right-sp-0px, .category-gift-wrap .right-sp-0px {
    right: 0px !important;
  }
}

.sec-ttl-inner {
  background: linear-gradient(#f4feff, #fff);
}


#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(#fd8b51, #e86422);
  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-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 {
  -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-section .cart-itme-box .item-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#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: #e86422;
  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;
}

#comment7wrap img {
  height: auto;
}
.mv-bottom {
  background-image: url("../image/bg02_SP.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6%;
}

.mv_bottom_tx {
  margin-bottom: 20px;
}

.floatingLink {
  position: fixed;
  top: auto;
  bottom: 150px;
  right: 0px;
  z-index: 10;
}
.floatingLink img {
  height: auto;
}

/*pc only*/
@media (min-width: 768px) {
  .mv-top {
    background-image: url("../image/mv-bg01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 512px;
  }
  .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;
  }
  .inner-wrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv-top__copy-wrap {
    padding-left: 60px;
    width: 52%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .mv-top__copy {
    position: relative;
    z-index: 1;
  }
  .mv-top__img-wrap {
    position: absolute;
    right: 0;
    top: 50px;
    width: 53%;
  }
  .mv-top__img-icon {
    position: absolute;
    right: 30px;
    top: 0px;
  }
  
  .mv-bottom {
    background-image: url("../image/bg02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6%;
  }
  
.mv-bottom_inner {
  display: flex;
  flex-direction:row-reverse;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

  .mv_bottom_tx {
    margin-bottom: 20px;
  }
  
  #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;
  }
  .sec-ttl {
  padding: 30px 60px;
  background: linear-gradient(180deg, #fff 0px, #fff 200px, #f4feff 200px, #fff 100%);
  }
  
}

/*sp only*/
@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: 40vw;
  }
  #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;
  }
  .floatingLink {
    display: none;
  }
}