@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
l,
ul,
ol,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 62.5%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  width: 100%;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.75;

  overscroll-behavior-y: none;
  -webkit-text-size-adjust: 100%;
}

header,
footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  min-height: 1px;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

a {
  color: #333;
  text-decoration: none;
}
a:link,
a:active,
a:hover,
a:visited {
  outline: 0 none;
}

ul,
ol {
  list-style: none;
}

img,
amp-img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;

  -webkit-backface-visibility: hidden;
}

img[src$=".svg"],
amp-img[src$=".svg"] {
  width: 100%;
}

body {
  position: relative;
  margin: 0 auto; 
  min-width: 1250px;
}

.imp-news {
  text-align: center;
}
.imp-news a {
  display: block;
  padding: 3px 0;
  background-color: #feeeed;
  color: #c00;
  font-weight: bold;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.imp-news a:hover {
  opacity: .7;
}
.imp-news a i {
  margin: 0 5px 0 0;
}

/* 通常のheader */
.header {
  z-index: 2; 
  padding: 12px 0 30px;
}
.header input[type="text"],
.header input[type="password"],
.header input[type="radio"],
.header input[type="checkbox"],
.header input[type="tel"],
.header input[type="email"],
.header input[type="submit"],
.header input[type="button"],
.header textarea,
.header select,
.header button {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
  resize: none;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
.header select::-ms-expand {
  display: none;
}
.header input[type="submit"],
.header input[type="button"] {
  color: #333;
}
.header .container {
  margin: 0 auto;
  padding: 0 20px; 
  max-width: 1130px;
}
.header .pcheadlink {
  margin: 0 0 18px; 
  text-align: right;
  font-size: 0;
}
.header .pcheadlink li {
  display: inline-block;
  font-weight: bold; 
  font-size: 1.4rem;
}
.header .pcheadlink li:nth-child(1) {
  margin: 0 44px 0 0;
}
.header .pcheadlink li:nth-child(1) a::before {
  width: 16px;
  height: 14px;
  background: url(/heartprod/common/img/icn_note_dr.svg) no-repeat;
}
.header .pcheadlink li:nth-child(2) a::before {
  width: 14px;
  height: 14px;
  background: url(/heartprod/common/img/icn_caldl_dr.svg) no-repeat;
}
.header .pcheadlink li a {
  position: relative;
  color: #600;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.header .pcheadlink li a:hover {
  opacity: .7;
}
.header .pcheadlink li a::before {
  position: absolute;
  top: 50%;
  left: -20px;
  content: ""; 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
}
.header .header-body {
  position: relative;
  text-align: center;
}
.header .header-body .logo {
  position: absolute;
  top: -16px;
  left: 0;
  line-height: 1;
}
.header .header-body .logo a {
  display: inline-block;
  width: 184px;
}
.header .header-body .mainsearch {
  position: relative;
  display: inline-block;
  width: 460px;
}
.header .header-body .mainsearch .key-txt {
  padding: 0 55px 0 22px; 
  width: 100%;
  height: 46px;
  border: 2px solid #dcdcdc;
  border-radius: 25px;
  background-color: #fff;
}
.header .header-body .mainsearch .key-txt::-webkit-input-placeholder {
  color: #a4a4a4;
  font-size: 1.4rem;
  line-height: 1.75;
}
.header .header-body .mainsearch .key-txt:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 1.4rem;
  line-height: 1.75;
}
.header .header-body .mainsearch .key-txt::-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 1.4rem;
  line-height: 1.75;
}
.header .header-body .mainsearch .key-txt::placeholder {
  color: #a4a4a4;
  font-size: 1.4rem;
  line-height: 1.75;
}
.header .header-body .mainsearch .key-txt:focus {
  border: 2px solid #cc506a;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.header .header-body .mainsearch .btn-mainsearch {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 46px;
  border-radius: 0 25px 25px 0;
  background-color: #cc506a;
  color: #fff;
  text-align: center;
  font-family: FontAwesome;
  cursor: pointer;
}
.header .header-body .mainsearch .popsearch {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  width: 100%;
}
.header .header-body .mainsearch .popsearch .popsearch-wrap {
  margin: 0 0 25px;
  padding: 10px; 
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px rgba(204, 80, 106, .2);
          box-shadow: 0 5px 5px rgba(204, 80, 106, .2);
}
.header .header-body .mainsearch .popsearch .popsearch-head {
  padding: 5px 5px 0; 
  color: #600;
  text-align: center;
  font-weight: bold;
}
.header .header-body .mainsearch .popsearch .btn-close {
  margin: 15px auto 0; 
  max-width: 355px;
  text-align: center;
}
.header .header-body .mainsearch .popsearch .btn-close a {
  display: block;
  padding: 8px 25px;
  border: 2px solid #cc506a;
  border-radius: 25px;
  background-color: #cc506a;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.header .header-body .mainsearch .popsearch .btn-close a:hover {
  background-color: #fff; 
  color: #cc506a;
}
.header .header-body .mainsearch .popsearch .btn-close a i {
  margin: 0 5px 0 0; 
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
}
.header .header-body .mainsearch .popsearch .item {
  margin: 0 0 5px; 
  border: 1px solid #cc506a;
  border-radius: 4px;
  background-color: #fff;
}
.header .header-body .mainsearch .popsearch .item a {
  display: block;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.header .header-body .mainsearch .popsearch .item a:hover {
  background-color: #f9e4e9;
}
.header .header-body .mainsearch .popsearch .item .col-img {
  float: left;
  margin: 0 10px 0 0; 
  width: 90px;
}
.header .header-body .mainsearch .popsearch .item .col-img .img-box {
  height: 90px; 
  text-align: center;
}
.header .header-body .mainsearch .popsearch .item .col-img .img-box img {
  min-height: 90px; 
  max-height: 90px;
}
.header .header-body .mainsearch .popsearch .item .col-cont {
  float: left;
  width: calc(100% - 100px);
  text-align: left;
  line-height: 1.35;
}
.header .header-body .mainsearch .popsearch .item .col-cont .name-txt {
  margin: 0 0 5px; 
  font-weight: bold;
  font-size: 1.6rem;
}
.header .header-body .mainsearch .popsearch .item .col-cont .desc-txt {
  font-size: 1.4rem;
}
.header .header-body .mainsearch .popsearch .item .col-cont .price-txt {
  margin: auto 0 0; 
  text-align: right;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}
.header .header-body .mainsearch .popsearch .item .col-cont .price-txt span {
  display: block;
  color: #333;
  letter-spacing: -.1rem; 
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.header .header-body .mainsearch .popsearch .item.catid-1 {
  border: 1px solid #ea5b5b;
}
.header .header-body .mainsearch .popsearch .item.catid-1 a:hover {
  background-color: #feeeed;
}
.header .header-body .mainsearch .popsearch .item.catid-1 .col-cont .name-txt {
  color: #ea5b5b;
}
.header .header-body .mainsearch .popsearch .item.catid-1 .col-cont .price-txt {
  color: #ea5b5b;
}
.header .header-body .mainsearch .popsearch .item.catid-2 {
  border: 1px solid #6f699e;
}
.header .header-body .mainsearch .popsearch .item.catid-2 a:hover {
  background-color: #d7d6e8;
}
.header .header-body .mainsearch .popsearch .item.catid-2 .col-cont .name-txt {
  color: #6f699e;
}
.header .header-body .mainsearch .popsearch .item.catid-2 .col-cont .price-txt {
  color: #6f699e;
}
.header .header-body .guide {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 0;
}
.header .header-body .guide li {
  display: inline-block;
  text-align: center;
}
.header .header-body .guide li:nth-child(1) {
  margin: 0 28px 0 0;
}
.header .header-body .guide li:nth-child(1) .icon-guide img {
  width: 14px;
  height: 18px;
}
.header .header-body .guide li:nth-child(2) .icon-guide img {
  width: 18px;
  height: 18px;
}
.header .header-body .guide li a {
  display: table;
  color: #cc506a;
  font-size: 1.4rem;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.header .header-body .guide li a:hover {
  opacity: .7;
}
.header .header-body .guide li .icon-guide {
  display: table-cell;
  margin: 0 auto 3px; 
  width: 36px;
  height: 36px;
  border: 1px solid #cc506a;
  border-radius: 100%;
  background-color: #fff;
  line-height: 34px;
}
.header .header-body .guide li .icon-guide img {
  vertical-align: middle;
}
.header .header-body .guide li span {
  display: table-cell;
  padding: 0 0 0 10px; 
  letter-spacing: -.03rem;
  font-weight: bold;
  line-height: 1.57143;
}

.gnav {
  margin: 0 0 18px;
}
.gnav .pcnav .container {
  margin: 0 auto;
  padding: 0 20px; 
  max-width: 1130px;
}
.gnav .pcnav .nav-list {
  font-size: 0;
}
.gnav .pcnav .nav-list li {
  display: inline-block;
  width: 20%; 
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.gnav .pcnav .nav-list li:not(:last-child) {
  border-right: 2px solid #ebebeb;
}
.gnav .pcnav .nav-list li.nav-home a span::before {
  left: -40px;
  width: 28px;
  height: 24px;
  background: url(/heartprod/common/img/icn_home.svg) no-repeat;
}
.gnav .pcnav .nav-list li.nav-celebration a:hover {
  color: #ea5b5b;
}
.gnav .pcnav .nav-list li.nav-celebration a span::before {
  left: -42px;
  width: 30px;
  height: 24px;
  background: url(/heartprod/common/img/icn_celebration.svg) no-repeat;
}
.gnav .pcnav .nav-list li.nav-condolences a:hover {
  color: #6f699e;
}
.gnav .pcnav .nav-list li.nav-condolences a span::before {
  left: -40px;
  width: 28px;
  height: 24px;
  background: url(/heartprod/common/img/icn_condolences.svg) no-repeat;
}
.gnav .pcnav .nav-list li.nav-ex a span::before {
  left: -30px;
  width: 18px;
  height: 24px;
  background: url(/heartprod/common/img/icn_ex.svg) no-repeat;
}
.gnav .pcnav .nav-list li.nav-qa a span::before {
  left: -36px;
  width: 24px;
  height: 24px;
  background: url(/heartprod/common/img/icn_qa.svg) no-repeat;
}
.gnav .pcnav .nav-list li a {
  display: block;
  padding: 10px 0;
  color: #333;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.gnav .pcnav .nav-list li a:hover {
  color: #333;
  opacity: .7;
}
.gnav .pcnav .nav-list li a span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 18px; 
  line-height: 1;
}
.gnav .pcnav .nav-list li a span::before {
  position: absolute;
  top: 50%;
  display: block;
  content: ""; 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
}

.main > .container {
  margin: 0 auto;
  padding: 0 80px; 
  width: 1250px;
}

.sec-ttl {
  margin: 0 0 30px; 
  color: #600;
  text-align: center;
  letter-spacing: .1rem;
  font-weight: 400;
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.36364;
}
.sec-ttl::after {
  display: block;
  margin: 3px 0 0; 
  color: #cc506a;
  content: attr(data-subttl);
  font-size: 12px;
  font-size: 1.2rem;
}

.hero-box .splide {
  margin: 0 0 80px;
}
.hero-box .splide .splide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -16px;
  width: 33px;
  height: 33px;
  border: 2px solid #feeeed;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer; 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
}
.hero-box .splide .splide__arrow::before {
  position: absolute;
  top: 50%;
  display: block;
  margin: 1px 0 0; 
  color: #cc506a;
  font-size: 14px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: FontAwesome;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.hero-box .splide .splide__arrow svg {
  display: none;
}
.hero-box .splide .splide__arrow--prev {
  left: 24%;
}
.hero-box .splide .splide__arrow--prev::before {
  right: 55%; 
  content: "\f053";
}
.hero-box .splide .splide__arrow--next {
  right: 24%;
}
.hero-box .splide .splide__arrow--next::before {
  right: 45%; 
  content: "\f054";
}
.hero-box .splide .splide__pagination {
  margin: 25px 0 0;
}
.hero-box .splide .splide__pagination button {
  display: block;
  margin: 0 5px;
  padding: 0;
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background-color: #f9e4e9;
  cursor: pointer;
}
.hero-box .splide .splide__pagination button.is-active {
  background-color: #cc506a;
}
.hero-box .splide .splide__slide {
  opacity: .35;
}
.hero-box .splide .splide__slide img {
  width: 100%;
  height: auto;
}
.hero-box .splide .splide__slide.is-prev,
.hero-box .splide .splide__slide.is-next {
  pointer-events: none;
}

.hero-box .splide:not(.is-overflow) .splide__list {
  text-align: center;
}

.hero-box .splide:not(.is-overflow) .splide__slide {
  opacity: 1;
}
.hero-box .splide:not(.is-overflow) .splide__slide img {
  width: auto;
}

.type-nav {
  margin: 0 0 30px;
}
.type-nav .container {
  margin: 0 auto;
  padding: 0 20px; 
  max-width: 1130px;
}
.type-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
.type-nav ul li {
  width: 300px; 
  text-align: center;
}
.type-nav ul li:nth-child(odd) {
  margin: 0 15px 0 0;
}
.type-nav ul li.celebration-nav a {
  border: 2px solid #ea5b5b;
  background-color: #ea5b5b;
}
.type-nav ul li.celebration-nav a:hover {
  color: #ea5b5b;
}
.type-nav ul li.celebration-nav a:hover::after {
  color: #ea5b5b;
}
.type-nav ul li.celebration-nav a:hover span::before {
  background: url(/heartprod/common/img/icn_celebration.svg) no-repeat;
}
.type-nav ul li.celebration-nav a span::before {
  background: url(/heartprod/common/img/icn_celebration_w.svg) no-repeat;
}
.type-nav ul li.condolences-nav a {
  border: 2px solid #6f699e;
  background-color: #6f699e;
}
.type-nav ul li.condolences-nav a:hover {
  color: #6f699e;
}
.type-nav ul li.condolences-nav a:hover::after {
  color: #6f699e;
}
.type-nav ul li.condolences-nav a:hover span::before {
  background: url(/heartprod/common/img/icn_condolences.svg) no-repeat;
}
.type-nav ul li.condolences-nav a span::before {
  background: url(/heartprod/common/img/icn_condolences_w.svg) no-repeat;
}
.type-nav ul li a {
  position: relative;
  display: block;
  padding: 12px 0;
  border-radius: 10em;
  color: #fff;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.type-nav ul li a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  color: #fff;
  content: "\f107";
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.type-nav ul li a:hover {
  background-color: transparent;
}
.type-nav ul li a span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 22px; 
  letter-spacing: .1rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.type-nav ul li a span::before {
  position: absolute;
  top: 50%;
  left: -40px;
  display: block;
  width: 30px;
  height: 24px;
  content: "";
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1); 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
}

.sec-pickup {
  margin: 0 0 70px;
  padding: 50px 0 0;
}
.sec-pickup .container {
  margin: 0 auto;
  padding: 0 40px; 
  min-width: 1170px;
  width: 86%;
}
.sec-pickup .pickup-box {
  position: relative;
  margin: 0 0 30px;
}
.sec-pickup .swiper-container {
  margin: 0 40px;
  padding: 0 0 20px;
}
.sec-pickup .swiper-container .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background: #ebebeb;
}
.sec-pickup .swiper-container .swiper-scrollbar-drag {
  border-radius: 6px;
  background: #cc506a;
}
.sec-pickup .swiper-button-prev,
.sec-pickup .swiper-button-next {
  margin-top: 20px;
  width: auto;
  height: auto;
  outline: none; 
  background-image: none;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-pickup .swiper-button-prev {
  left: 0;
}
.sec-pickup .swiper-button-prev::before {
  color: #cc506a; 
  content: "\f104";
  font-size: 40px;
  font-family: FontAwesome;
}
.sec-pickup .swiper-button-next {
  right: 0;
}
.sec-pickup .swiper-button-next::before {
  color: #cc506a; 
  content: "\f105";
  font-size: 40px;
  font-family: FontAwesome;
}
.sec-pickup .lead {
  margin: 0 auto 34px; 
  max-width: 1010px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
}
.sec-pickup .pro-item {
  overflow: hidden; 
  padding: 1px 0 0;
  width: 240px;
  height: auto;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #dcdcdc inset;
          box-shadow: 0 0 0 1px #dcdcdc inset;
}
.sec-pickup .pro-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.sec-pickup .pro-item a:hover {
  opacity: .7;
}
.sec-pickup .pro-item .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 8px; 
  height: 238px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-pickup .pro-item .thumb img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  border-radius: 5px 5px 0 0;
}
.sec-pickup .pro-item .name {
  margin: 0 8px 3px; 
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.sec-pickup .pro-item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4px 8px;
  padding: 2px 7px; 
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.2rem;

  -ms-flex-item-align: start;

      align-self: flex-start;
}
.sec-pickup .pro-item .label--slc {
  border: 1px solid #3498d8; 
  color: #3498d8;
}
.sec-pickup .pro-item .label--oss {
  border: 1px solid #a4a4a4; 
  color: #787070;
}
.sec-pickup .pro-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 8px 0 0; 
  text-align: right;
}
.sec-pickup .pro-item .info .price {
  margin: 0 0 8px; 
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.35;
}
.sec-pickup .pro-item .info .price > span {
  display: inline-block;
  margin: 0 3px 0 4px; 
  letter-spacing: .05rem;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}

.sec-cat .p-category .container {
  margin: 0 auto;
  padding: 0 20px; 
  max-width: 1130px;
}

.sec-cat .p-category .catlist {
  margin: 0 0 100px;
}
.sec-cat .p-category .catlist:not(:last-child) {
  margin: 0 0 60px;
}
.sec-cat .p-category .catlist .catlist-head {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 12px;
}
.sec-cat .p-category .catlist .catlist-head::before,
.sec-cat .p-category .catlist .catlist-head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}
.sec-cat .p-category .catlist .catlist-head::before {
  width: 100%;
  border-bottom: 2px solid #ebebeb;
}
.sec-cat .p-category .catlist .catlist-head::after {
  width: 36px;
}
.sec-cat .p-category .catlist .catlist-head > a {
  display: inline-block;
  padding: 0 70px 0 0;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.sec-cat .p-category .catlist .catmid-ttl {
  position: relative;
  display: inline-block;
  padding: 0 0 0 36px; 
  font-weight: 500;
  font-size: 1.8rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.55556;
}
.sec-cat .p-category .catlist .catmid-ttl i::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 20px; 
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-cat .p-category .catlist .catmid-ttl span {
  position: absolute;
  top: 50%;
  right: -66px;
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 100%; 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
}
.sec-cat .p-category .catlist .catmid-ttl span::after {
  position: absolute;
  top: 50%;
  right: 50%;
  color: #fff;
  content: "\f105";
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: FontAwesome;
  line-height: 1; 
  -webkit-transform: translate(50%, -50%); 
      -ms-transform: translate(50%, -50%); 
          transform: translate(50%, -50%);
}
.sec-cat .p-category .catlist ul {
  overflow: hidden;
  padding: 1px 0 0;
}
.sec-cat .p-category .catlist ul li {
  position: relative;
  float: left;
  margin: -1px 0 0; 
  width: calc(33.33333% - 13.33333px);
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.sec-cat .p-category .catlist ul li:nth-child(odd) {
  margin: -1px 0 0 0;
}
.sec-cat .p-category .catlist ul li:not(:nth-child(3n)) {
  margin: -1px 20px 0 0;
}
.sec-cat .p-category .catlist ul li a {
  display: block;
  padding: 6px 0;
  min-height: 80px;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.sec-cat .p-category .catlist ul li a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: "\f105";
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: FontAwesome;
  line-height: 1; 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
}
.sec-cat .p-category .catlist ul li .thumb {
  display: table-cell;
  overflow: hidden; 
  width: 82px;
  height: 82px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  vertical-align: middle;
}
.sec-cat .p-category .catlist ul li .thumb img {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.sec-cat .p-category .catlist ul li span {
  position: absolute;
  top: 50%;
  left: 98px;
  width: calc(100% - 118px); 
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-cat .p-category.catbid-1 .catlist .catlist-head::after {
  border-bottom: 2px solid #ea5b5b;
}

.sec-cat .p-category.catbid-1 .catlist .catlist-head > a:hover {
  color: #ea5b5b;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-ttl span {
  background-color: #ea5b5b;
}

.sec-cat .p-category.catbid-1 .catlist ul li a::after {
  color: #ea5b5b;
}

.sec-cat .p-category.catbid-1 .catlist ul li a:hover {
  color: #ea5b5b;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-1-ttl i::before {
  background: url(/heartprod/common/img/cat_original.svg) no-repeat;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-11-ttl i::before {
  background: url(/heartprod/common/img/cat_character.svg) no-repeat;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-2-ttl i::before {
  background: url(/heartprod/common/img/cat_teddybear.svg) no-repeat;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-4-ttl i::before {
  background: url(/heartprod/common/img/cat_flower.svg) no-repeat;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-3-ttl i::before {
  background: url(/heartprod/common/img/cat_gift.svg) no-repeat;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-12-ttl i::before {
  height: 24px;
  background: url(/heartprod/common/img/cat_catalog.svg) no-repeat;
}

.sec-cat .p-category.catbid-1 .catlist .catmid-13-ttl i::before {
  height: 24px;
  background: url(/heartprod/common/img/cat_baloon.svg) no-repeat;
}

.sec-cat .p-category.catbid-2 .catlist .catlist-head::after {
  border-bottom: 2px solid #6f699e;
}

.sec-cat .p-category.catbid-2 .catlist .catlist-head > a:hover {
  color: #6f699e;
}

.sec-cat .p-category.catbid-2 .catlist .catmid-ttl span {
  background-color: #6f699e;
}

.sec-cat .p-category.catbid-2 .catlist ul li a::after {
  color: #6f699e;
}

.sec-cat .p-category.catbid-2 .catlist ul li a:hover {
  color: #6f699e;
}

.sec-cat .p-category.catbid-2 .catlist .catmid-5-ttl i::before {
  background: url(/heartprod/common/img/cat_condolences.svg) no-repeat;
}

.sec-cat .p-category.catbid-2 .catlist .catmid-6-ttl i::before {
  background: url(/heartprod/common/img/cat_floweroffering.svg) no-repeat;
}

.sec-cat .p-category.catbid-2 .catlist .catmid-7-ttl i::before {
  background: url(/heartprod/common/img/cat_offeringset.svg) no-repeat;
}

.sec-scene {
  margin: 0 0 70px;
  padding: 50px 0; 
  background-color: #f2f2f2;
}
.sec-scene .container {
  margin: 0 auto;
  padding: 0 40px; 
  max-width: 1170px;
}
.sec-scene .scene-wrap {
  font-size: 0;
}
.sec-scene .scene-item {
  position: relative;
  display: inline-block;
  overflow: hidden; 
  width: 210px;
  height: 210px;
}
.sec-scene .scene-item:not(:last-child) {
  margin: 0 10px 0 0;
}
.sec-scene .scene-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: rgba(164, 164, 164, .32);
  content: "";
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  pointer-events: none;
}
.sec-scene .scene-item:hover::after {
  background: rgba(164, 164, 164, .12);
}
.sec-scene .scene-item a {
  z-index: 1; 
  display: block;
  width: 100%;
  height: 100%;
}
.sec-scene .scene-item img {
  max-width: 210px;
  max-height: 210px;
  width: auto;
  height: auto;
  border-radius: 6px;
}
.sec-scene .scene-item figcaption {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 1; 
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, .82);
  font-weight: bold;
  font-size: 2.0rem;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.taglist {
  margin: 0 0 100px 0;
}
.taglist .container {
  margin: 0 auto;
  padding: 0 20px; 
  max-width: 1130px;
}
.taglist .list-tag {
  margin: 30px 0; 
  font-size: 0;
}
.taglist .list-tag a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 4px 12px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.57143;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.taglist .list-tag a.tag_bright {
  border: 1px solid #ea5b5b; 
  color: #ea5b5b;
}
.taglist .list-tag a.tag_bright:hover {
  background-color: #ea5b5b; 
  color: #fff;
}
.taglist .list-tag a.tag_dark {
  border: 1px solid #6f699e; 
  color: #6f699e;
}
.taglist .list-tag a.tag_dark:hover {
  background-color: #6f699e; 
  color: #fff;
}
.taglist .btn-more {
  margin: 10px auto 0; 
  max-width: 160px;
  text-align: center;
  line-height: 1.625;
}
.taglist .btn-more a {
  position: relative;
  display: block;
  padding: 8px 25px; 
  border: 2px solid #dcdcdc;
  border-radius: 25px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.taglist .btn-more a::after {
  position: absolute;
  top: 50%;
  display: block;
  font-weight: normal; 
  font-size: 18px; 
  font-size: 1.8rem;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.taglist .btn-more a {
  border: 2px solid #ccc;
  color: #333;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.taglist .btn-more a:hover {
  background-color: #ccc;
}
.taglist .btn-more a::after {
  right: 20px;
  color: #333; 
  content: "\f105";
}

.sec-news {
  margin: 0 0 120px;
}
.sec-news .container {
  margin: 0 auto;
  padding: 0 40px; 
  min-width: 970px;
  width: 75%;
}
.sec-news .news-scroll {
  overflow: auto; 
  margin: 0 0 20px;
  padding: 0 10px;
  height: 190px;
}
.sec-news ul {
  border-top: 1px solid #ccc;
}
.sec-news ul li {
  display: table;
  padding: 16px 0; 
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.sec-news ul li .news-head {
  display: table-cell;
  padding: 0 20px 0 0; 
  width: 200px;
  vertical-align: top;
}
.sec-news ul li .news-head time {
  display: inline-block;
  font-family: "Lato", sans-serif;
}
.sec-news ul li .news-head span {
  display: inline-block;
  margin: 0 0 0 15px; 
  width: 80px;
  border-radius: 32px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.sec-news ul li .label-newpro {
  border: 1px solid #ea5b5b;
  background-color: #ea5b5b; 
  color: #fff;
}
.sec-news ul li .label-newsale {
  border: 1px solid #c00;
  background-color: #c00; 
  color: #fff;
}
.sec-news ul li .label-feature {
  border: 1px solid #5c8ae5;
  background-color: #5c8ae5; 
  color: #fff;
}
.sec-news ul li .label-info {
  border: 1px solid #333;
  background-color: #fff;
}
.sec-news ul li .label-restock {
  border: 1px solid #e12e00;
  background-color: #fff; 
  color: #e12e00;
}
.sec-news ul li .label-recommend {
  border: 1px solid #5e4450;
  background-color: #5e4450; 
  color: #fff;
}
.sec-news ul li .label-update {
  border: 1px solid #5e4450;
  background-color: #fff; 
  color: #5e4450;
}
.sec-news ul li a {
  display: table-cell;
  width: calc(100% - 210px); 
  color: #600;
  font-weight: bold;
}
.sec-news ul li a:hover {
  text-decoration: underline;
}
.sec-news .btn-more {
  margin: 10px auto 0; 
  max-width: 160px;
  text-align: center;
  line-height: 1.625;
}
.sec-news .btn-more a {
  position: relative;
  display: block;
  padding: 8px 25px; 
  border: 2px solid #dcdcdc;
  border-radius: 25px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.sec-news .btn-more a::after {
  position: absolute;
  top: 50%;
  display: block;
  font-weight: normal; 
  font-size: 18px; 
  font-size: 1.8rem;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-news .btn-more a {
  border: 2px solid #ccc;
  color: #333;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.sec-news .btn-more a:hover {
  background-color: #ccc;
}
.sec-news .btn-more a::after {
  right: 20px;
  color: #333; 
  content: "\f105";
}

.feature-wrap .sec-feature {
  padding: 0 0 70px; 
  text-align: center;
  font-size: 0;
}
.feature-wrap .sec-feature .container {
  margin: 0 auto;
  padding: 0 40px; 
  min-width: 1170px;
  width: 86%;
}
.feature-wrap .sec-feature .feature-pause {
  display: block;
  margin: 50px 0 70px; 
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  content: "";
}
.feature-wrap .sec-feature .img-feature {
  display: inline-block;
  padding: 0 10px;
  width: 50%;
  vertical-align: middle;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.feature-wrap .sec-feature .img-feature a {
  display: block;
}
.feature-wrap .sec-feature .img-feature a:hover {
  opacity: .7;
}
.feature-wrap .sec-feature .img-feature img {
  max-width: 100%;
  max-height: 200px;
}
.feature-wrap .sec-feature .feature-box {
  position: relative;
  margin: 0 0 30px;
}
.feature-wrap .sec-feature .swiper-container {
  margin: 0 40px;
  padding: 0 0 20px;
}
.feature-wrap .sec-feature .swiper-container .swiper-scrollbar {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 6px;
  background: #ebebeb;
}
.feature-wrap .sec-feature .swiper-container .swiper-scrollbar-drag {
  border-radius: 6px;
  background: #cc506a;
}
.feature-wrap .sec-feature .swiper-button-prev,
.feature-wrap .sec-feature .swiper-button-next {
  margin-top: 20px;
  width: auto;
  height: auto;
  outline: none; 
  background-image: none;
  line-height: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-wrap .sec-feature .swiper-button-prev {
  left: 0;
}
.feature-wrap .sec-feature .swiper-button-prev::before {
  color: #cc506a; 
  content: "\f104";
  font-size: 40px;
  font-family: FontAwesome;
}
.feature-wrap .sec-feature .swiper-button-next {
  right: 0;
}
.feature-wrap .sec-feature .swiper-button-next::before {
  color: #cc506a; 
  content: "\f105";
  font-size: 40px;
  font-family: FontAwesome;
}
.feature-wrap .sec-feature .sec-ttl {
  margin: 70px 0 30px;
}
.feature-wrap .sec-feature .lead {
  margin: 0 auto 34px; 
  max-width: 1010px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.625;
}
.feature-wrap .sec-feature .lead a {
  color: #cc506a;
  text-decoration: underline;
}
.feature-wrap .sec-feature .lead a:hover {
  text-decoration: none;
}
.feature-wrap .sec-feature .pro-item {
  overflow: hidden; 
  padding: 1px 0 0;
  width: 240px;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 0 1px #dcdcdc inset;
          box-shadow: 0 0 0 1px #dcdcdc inset;
}
.feature-wrap .sec-feature .pro-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.feature-wrap .sec-feature .pro-item a:hover {
  opacity: .7;
}
.feature-wrap .sec-feature .pro-item .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 8px; 
  height: 238px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature-wrap .sec-feature .pro-item .thumb img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  border-radius: 5px 5px 0 0;
}
.feature-wrap .sec-feature .pro-item .name {
  margin: 0 8px 3px; 
  color: #333;
  text-align: left;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.5;
}
.feature-wrap .sec-feature .pro-item .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4px 8px;
  padding: 2px 7px; 
  border-radius: 4px;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.2rem;

  -ms-flex-item-align: start;

      align-self: flex-start;
}
.feature-wrap .sec-feature .pro-item .label--slc {
  border: 1px solid #3498d8; 
  color: #3498d8;
}
.feature-wrap .sec-feature .pro-item .label--oss {
  border: 1px solid #a4a4a4; 
  color: #787070;
}
.feature-wrap .sec-feature .pro-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 8px 0 0; 
  text-align: right;
}
.feature-wrap .sec-feature .pro-item .info .price {
  margin: 0 0 8px; 
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.35;
}
.feature-wrap .sec-feature .pro-item .info .price > span {
  display: inline-block;
  margin: 0 3px 0 4px; 
  letter-spacing: .05rem;
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
}

.feature-wrap .btn-more {
  margin: 0 auto 50px; 
  max-width: 240px;
  text-align: center;
  line-height: 1.625;
}
.feature-wrap .btn-more a {
  position: relative;
  display: block;
  padding: 8px 25px; 
  border: 2px solid #dcdcdc;
  border-radius: 25px;
  background-color: #fff;
  color: #333;
  font-weight: bold;
}
.feature-wrap .btn-more a::after {
  position: absolute;
  top: 50%;
  display: block;
  font-weight: normal; 
  font-size: 18px; 
  font-size: 1.8rem;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feature-wrap .btn-more a {
  border: 2px solid #ea5b5b;
  background-color: #ea5b5b;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.feature-wrap .btn-more a:hover {
  background-color: #fff; 
  color: #ea5b5b;
}
.feature-wrap .btn-more a:hover::after {
  color: #ea5b5b;
}
.feature-wrap .btn-more a::after {
  right: 20px;
  color: #fff; 
  content: "\f105";
}

.guide-wrap {
  margin: 0 0 40px;
  padding: 60px 0 52px; 
  background-color: #f5f5f5;
}
.guide-wrap .container {
  margin: 0 auto;
  padding: 0 40px; 
  max-width: 1170px;
}
.guide-wrap .sec-usefulconts {
  margin: 0 0 40px;
}
.guide-wrap .sec-usefulconts ul {
  overflow: hidden;
}
.guide-wrap .sec-usefulconts ul li {
  float: left;
  margin: 0 0 4px; 
  width: calc(33.33333% - 2.66667px);
  text-align: center;
}
.guide-wrap .sec-usefulconts ul li:not(:nth-child(3n)) {
  margin: 0 4px 4px 0;
}
.guide-wrap .sec-usefulconts ul li.list-orddl a:hover p::before {
  background: url(/heartprod/common/img/icn_caldl_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-orddl a p::before {
  width: 24px;
  height: 26px;
  background: url(/heartprod/common/img/icn_caldl_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-guide a:hover p::before {
  background: url(/heartprod/common/img/icn_guide_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-guide a p::before {
  width: 18px;
  height: 26px;
  background: url(/heartprod/common/img/icn_guide_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-ex a:hover p::before {
  background: url(/heartprod/common/img/icn_bookmark_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-ex a p::before {
  width: 26px;
  height: 26px;
  background: url(/heartprod/common/img/icn_bookmark_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-qa a:hover p::before {
  background: url(/heartprod/common/img/icn_qa_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-qa a p::before {
  width: 26px;
  height: 26px;
  background: url(/heartprod/common/img/icn_qa_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-delivery a:hover p::before {
  background: url(/heartprod/common/img/icn_truck_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-delivery a p::before {
  width: 34px;
  height: 26px;
  background: url(/heartprod/common/img/icn_truck_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-payment a:hover p::before {
  background: url(/heartprod/common/img/icn_wallet_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-payment a p::before {
  width: 26px;
  height: 26px;
  background: url(/heartprod/common/img/icn_wallet_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-brighttips a:hover p::before {
  background: url(/heartprod/common/img/icn_celebration_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-brighttips a p::before {
  width: 32px;
  height: 24px;
  background: url(/heartprod/common/img/icn_celebration_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-darktips a:hover p::before {
  background: url(/heartprod/common/img/icn_condolences_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-darktips a p::before {
  width: 32px;
  height: 24px;
  background: url(/heartprod/common/img/icn_condolences_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-corpserv a:hover p::before {
  background: url(/heartprod/common/img/icn_building_w.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li.list-corpserv a p::before {
  width: 20px;
  height: 28px;
  background: url(/heartprod/common/img/icn_building_r.svg) no-repeat;
}
.guide-wrap .sec-usefulconts ul li a {
  position: relative;
  display: block;
  padding: 60px 12px 18px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.guide-wrap .sec-usefulconts ul li a:hover {
  background-color: #cc506a; 
  color: #fff;
}
.guide-wrap .sec-usefulconts ul li a p {
  position: relative;
  font-weight: bold; 
  font-size: 1.6rem;
}
.guide-wrap .sec-usefulconts ul li a p::before {
  position: absolute;
  top: -32px;
  right: 50%;
  display: block; 
  content: "";
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}
.guide-wrap .sec-ordproc ul {
  overflow: hidden;
}
.guide-wrap .sec-ordproc ul li {
  float: left;
  margin: 0 0 4px; 
  width: calc(33.33333% - 2.66667px);
  text-align: center;
}
.guide-wrap .sec-ordproc ul li:not(:nth-child(3n)) {
  margin: 0 4px 4px 0;
}
.guide-wrap .sec-ordproc ul li.list-delivery a:hover p::before {
  background: url(/heartprod/common/img/icn_truck_w.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-delivery a p::before {
  width: 34px;
  height: 26px;
  background: url(/heartprod/common/img/icn_truck_r.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-ordcxl a:hover p::before {
  background: url(/heartprod/common/img/icn_ordcxl_w.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-ordcxl a p::before {
  width: 30px;
  height: 26px;
  background: url(/heartprod/common/img/icn_ordcxl_r.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-msgch a:hover p::before {
  background: url(/heartprod/common/img/icn_msgch_w.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-msgch a p::before {
  width: 30px;
  height: 26px;
  background: url(/heartprod/common/img/icn_msgch_r.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-ordch a:hover p::before {
  background: url(/heartprod/common/img/icn_ordch_w.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-ordch a p::before {
  width: 26px;
  height: 26px;
  background: url(/heartprod/common/img/icn_ordch_r.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-repurchase a:hover p::before {
  background: url(/heartprod/common/img/icn_repurchase_w.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-repurchase a p::before {
  width: 28px;
  height: 26px;
  background: url(/heartprod/common/img/icn_repurchase_r.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-receipt a:hover p::before {
  background: url(/heartprod/common/img/icn_receipt_w.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li.list-receipt a p::before {
  width: 24px;
  height: 26px;
  background: url(/heartprod/common/img/icn_receipt_r.svg) no-repeat;
}
.guide-wrap .sec-ordproc ul li a {
  display: block;
  padding: 60px 12px 18px;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.guide-wrap .sec-ordproc ul li a:hover {
  background-color: #cc506a; 
  color: #fff;
}
.guide-wrap .sec-ordproc ul li a p {
  position: relative;
  font-weight: bold; 
  font-size: 1.6rem;
}
.guide-wrap .sec-ordproc ul li a p::before {
  position: absolute;
  top: -32px;
  right: 50%;
  display: block; 
  content: "";
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.ext-bnrbox.ext-bnrbox_top {
  margin: -25px 0 80px;
}

.ext-bnrbox.ext-bnrbox_bottom {
  margin: -15px 0 0;
}
.ext-bnrbox.ext-bnrbox_bottom .container {
  padding: 0; 
  max-width: 830px;
}

.ext-bnrbox .container {
  margin: 0 auto;
  padding: 0 40px; 
  max-width: 1170px;
}

.ext-bnrbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
.ext-bnrbox ul li {
  margin: 25px 0 0 0; 
  width: calc(33.33333% - 16.66667px);
  text-align: center;
}
.ext-bnrbox ul li:not(:nth-child(3n)) {
  margin: 25px 25px 0 0;
}
.ext-bnrbox ul li a {
  display: block;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.ext-bnrbox ul li a:hover {
  opacity: .7;
}

/* 通常のfooter */
.deffooter {
  margin: 50px 0 0;
}
.deffooter .deffooter-nav {
  padding: 30px 0; 
  background-color: #feeeed;
}
.deffooter .deffooter-nav > .inner {
  margin: 0 auto;
  padding: 0 40px; 
  max-width: 1170px;
}
.deffooter .deffooter-nav .sns-list {
  margin: 0 50px 60px 0; 
  text-align: right;
  font-size: 0;
}
.deffooter .deffooter-nav .sns-list li {
  display: inline-block;
  text-align: center;
}
.deffooter .deffooter-nav .sns-list li:not(:last-child) {
  margin: 0 13px 0 0;
}
.deffooter .deffooter-nav .sns-list li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  color: #cc506a;
  font-size: 2.2rem;
  line-height: 45px;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.deffooter .deffooter-nav .sns-list li a:hover {
  background-color: #cc506a; 
  color: #fff;
}
.deffooter .deffooter-nav .pcnav-list {
  display: table;
  padding: 0 30px;
}
.deffooter .deffooter-nav .pcnav-list .nav-item {
  display: table-cell;
  width: 210px;
}
.deffooter .deffooter-nav .pcnav-list .nav-item:not(:last-child) {
  padding: 0 60px 0 0; 
  width: 270px;
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl:not(:last-child) {
  margin: 0 0 40px;
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dt {
  margin: 0 0 14px;
  padding: 0 0 10px; 
  border-bottom: 1px solid #333;
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dt a {
  position: relative;
  display: block;
  color: #333;
  font-weight: bold;
  -webkit-transition: all .8s cubic-bezier(.215, .61, .355, 1);
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dt a:hover {
  opacity: .7;
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dt a::after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "\f101";
  font-weight: normal; 
  font-size: 18px; 
  font-size: 1.8rem;
  font-family: FontAwesome;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dt span {
  display: block;
  color: #333;
  font-weight: bold;
  cursor: default;
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dd {
  font-size: 1.4rem;
  line-height: 1.57143;
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dd:not(:last-child) {
  margin: 0 0 8px;
}
.deffooter .deffooter-nav .pcnav-list .nav-item dl dd a:hover {
  text-decoration: underline;
}
.deffooter .deffooter-info {
  position: relative;
  overflow: hidden;
  padding: 20px 0 3px;
}
.deffooter .deffooter-info > .inner {
  margin: 0 auto; 
  max-width: 1170px;
}
.deffooter .deffooter-info .pmark {
  position: relative;
  overflow: hidden; 
  margin: 0 0 8px;
}
.deffooter .deffooter-info .pmark .img-pmark {
  float: left;
  width: 60px;
}
.deffooter .deffooter-info .pmark .txt-pmark {
  position: absolute;
  top: 50%;
  left: 80px;
  float: left;
  font-size: 1.0rem;
  line-height: 1.27273; 
  -webkit-transform: translateY(-50%); 
      -ms-transform: translateY(-50%); 
          transform: translateY(-50%);
}
.deffooter .deffooter-info .copyright {
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
.deffooter .deffooter-info .pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1; 
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 20px 0 0 0;
  background-color: #cc506a;
  font-size: 2.4rem;
}
.deffooter .deffooter-info .pagetop a {
  display: table-cell;
  color: #fff;
  vertical-align: middle; 
  text-align: center;
}

/* typography
--------------------------------------------------------- */
.error-txt {
  display: block;
  color: #c00;
}

.fw-bold {
  font-weight: bold;
}

.fc-red {
  color: #c00;
}

/* list
--------------------------------------------------------- */
.list-disc li {
  padding-left: 1em; 
  text-indent: -1em;
}
.list-disc li::before {
  content: "・";
}
.list-disc li.no-indent {
  padding-left: 0; 
  text-indent: 0;
}
.list-disc li.no-indent::before {
  content: none;
}

.list-kome li {
  padding-left: 1em; 
  text-indent: -1em;
}
.list-kome li::before {
  content: "※";
}
.list-kome li.no-indent {
  padding-left: 0; 
  text-indent: 0;
}
.list-kome li.no-indent::before {
  content: none;
}

.list-star li {
  padding-left: 1em; 
  text-indent: -1em;
}
.list-star li::before {
  content: "*";
}

.list-check li {
  position: relative;
  padding-left: 1.5em;
}
.list-check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: -2px 0 0; 
  color: #cc506a;
  content: "\f00c";
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: FontAwesome;
}
.list-check li.no-indent {
  padding-left: 0; 
  text-indent: 0;
}
.list-check li.no-indent::before {
  content: none;
}

/* layout
--------------------------------------------------------- */
.hide {
  display: none;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; 
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);

  -moz-opacity: .5;
}

.loading-pos {
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen\0 {
  html {
    font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}