@charset "UTF-8";
/* line 5, ../sass/valentine2018.scss */
header.siteHeder {
  position: relative;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  /*max-width: 1336px;*/
  width: 100%;
}

/* line 6, ../sass/valentine2018.scss */
header.siteHeder img {
  margin-top: 60px;
}

/* line 7, ../sass/valentine2018.scss */
#home {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 3;
}

/* line 8, ../sass/valentine2018.scss */
#home a img {
  width: 100%;
  opacity: 1;
  margin-top: 0;
}

/* line 9, ../sass/valentine2018.scss */
#home a img:hover {
  opacity: 1;
}

/* line 10, ../sass/valentine2018.scss */
#home a {
  display: inline-block;
  width: 120px;
}

/* line 11, ../sass/valentine2018.scss */
body#top #home {
  top: 25px;
  right: 25px;
}

/* line 12, ../sass/valentine2018.scss */
footer {
  background: #fff;
}

/* line 13, ../sass/valentine2018.scss */
footer.siteFooter {
  padding-bottom: 15px;
}

/* line 14, ../sass/valentine2018.scss */
footer .backLink svg#title {
  width: 140px;
  height: auto;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

/* line 15, ../sass/valentine2018.scss */
footer .backLink {
  text-align: center;
  margin: 40px 0;
  font-size: 13px;
}

/* line 16, ../sass/valentine2018.scss */
footer p.annotation {
  text-align: center;
  padding-bottom: 20px;
  font-size: 11px;
}

/* line 19, ../sass/valentine2018.scss */
*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
}

/* line 23, ../sass/valentine2018.scss */
body {
  height: 100%;
  position: relative;
}
/* line 26, ../sass/valentine2018.scss */
body * {
  box-sizing: border-box;
  color: #666;
}
/* line 30, ../sass/valentine2018.scss */
body > .valentine2018__lead {
  margin-bottom: 125px;
}

/* line 35, ../sass/valentine2018.scss */
p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  text-align: justify;
}

/* line 41, ../sass/valentine2018.scss */
ol {
  padding: 0;
}

/* line 45, ../sass/valentine2018.scss */
a:link, a:hover, a:visited {
  text-decoration: none;
}

/* line 49, ../sass/valentine2018.scss */
figure {
  position: relative;
  margin-bottom: 10px;
}
/* line 52, ../sass/valentine2018.scss */
figure img {
  width: 100%;
  height: auto;
  margin-right: 0;
  float: none;
  vertical-align: bottom;
}

/* line 61, ../sass/valentine2018.scss */
section {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

/* line 67, ../sass/valentine2018.scss */
.valentine2018__main-title {
  margin: 0 auto 0;
  padding: 0;
  max-width: 480px;
  width: 75%;
  position: relative;
}
/* line 73, ../sass/valentine2018.scss */
.valentine2018__main-title img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 80, ../sass/valentine2018.scss */
.valentine2018__main-title + h2 {
  margin-top: 0;
}

/* line 85, ../sass/valentine2018.scss */
.valentine2018__main-visual {
  background: url(/hk/valentine2018/img/mainvisual_pc.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* line 94, ../sass/valentine2018.scss */
.valentine2018__lead {
  font-size: 16px;
  line-height: 1.9;
  margin: 25px auto 75px;
  width: 80%;
  max-width: 480px;
}

/* line 102, ../sass/valentine2018.scss */
.valentine2018__title {
  text-align: center;
  font-size: 28px;
  margin-top: 40px;
}
/* line 106, ../sass/valentine2018.scss */
.valentine2018__title br {
  display: none;
}

/* line 113, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__list ul > li {
  width: 33.333%;
}

/* line 120, ../sass/valentine2018.scss */
.valentine2018__recipe-contest-wrap {
  padding: 75px 0;
  background-color: #f7f7f7;
  margin-bottom: 100px;
}

/* line 128, ../sass/valentine2018.scss */
.valentine2018__recipe-contest h3 {
  margin-bottom: 0;
}
/* line 131, ../sass/valentine2018.scss */
.valentine2018__recipe-contest p {
  margin-bottom: 50px;
}

/* line 136, ../sass/valentine2018.scss */
.valentine2018__recipe-contest-period {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  margin: 25px auto 25px;
  width: 80%;
  max-width: 480px;
}
/* line 144, ../sass/valentine2018.scss */
.valentine2018__recipe-contest-period li br {
  display: none;
}
/* line 147, ../sass/valentine2018.scss */
.valentine2018__recipe-contest-period li + li {
  margin-top: 10px;
}
/* line 150, ../sass/valentine2018.scss */
.valentine2018__recipe-contest-period li span + span {
  margin-left: 1em;
}

/* line 156, ../sass/valentine2018.scss */
.valentine2018__recipe-contest-covered {
  line-height: 1.9;
  margin: 25px auto 0;
  width: 80%;
  max-width: 480px;
}

/* line 163, ../sass/valentine2018.scss */
.valentine2018__modal-content {
  display: none;
  width: 50%;
  height: auto;
  max-width: 600px;
  margin: 25px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 174, ../sass/valentine2018.scss */
.valentine2018__modal-content > .modal-close {
  color: #00f;
  text-decoration: underline;
  right: -25px;
  top: -25px;
  position: absolute;
}
/* line 180, ../sass/valentine2018.scss */
.valentine2018__modal-content > .modal-close > img {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* line 186, ../sass/valentine2018.scss */
.valentine2018__modal-content > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-margin-after: 0;
}
/* line 190, ../sass/valentine2018.scss */
.valentine2018__modal-content > ul > li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 194, ../sass/valentine2018.scss */
.valentine2018__modal-content .valentine2018__hand-made-kit__product-spec {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 197, ../sass/valentine2018.scss */
.valentine2018__modal-content .valentine2018__hand-made-kit__product-spec img {
  vertical-align: bottom;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 201, ../sass/valentine2018.scss */
.valentine2018__modal-content .valentine2018__hand-made-kit__product-spec .name {
  font-size: 19px;
  line-height: 1.5;
  font-weight: normal;
  padding: 20px;
}
/* line 208, ../sass/valentine2018.scss */
.valentine2018__modal-content .detail {
  margin-bottom: 10px;
}

/* line 213, ../sass/valentine2018.scss */
.modal-overlay_lock {
  overflow: hidden;
}

/* line 217, ../sass/valentine2018.scss */
.modal-overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/* line 228, ../sass/valentine2018.scss */
.modal-wrap {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  width: 100%;
  height: 100%;
}

/* line 241, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic-wrap {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto 100px;
}
/* line 247, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic-wrap .valentine2018__title br {
  display: none;
}

/* line 252, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic {
  width: 100%;
  margin: 0;
}
/* line 255, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > * {
  max-width: 800px;
}
/* line 258, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > h3 {
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px 0;
  font-size: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 266, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > p {
  padding: 10px 20px 20px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}
/* line 272, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > p a {
  text-decoration: underline;
}
/* line 276, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > p + p {
  padding-top: 0;
}
/* line 279, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > dl {
  padding: 0 20px;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}
/* line 284, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > dl dt {
  font-size: 16px;
}
/* line 287, ../sass/valentine2018.scss */
.valentine2018__hand-made-kit__characteristic > dl dd {
  font-size: 14px;
}

/* line 295, ../sass/valentine2018.scss */
.valentine2018__etc-item__list ul > li {
  width: 25%;
}

/* line 303, ../sass/valentine2018.scss */
.valentine2018__small-item__list > figure {
  width: 75%;
  max-width: 480px;
  margin: 0 auto;
}
/* line 309, ../sass/valentine2018.scss */
.valentine2018__small-item__list ul > li {
  width: 20%;
}

/* line 318, ../sass/valentine2018.scss */
.mt--10 {
  margin-top: 10px;
}

/* line 322, ../sass/valentine2018.scss */
.mt--20 {
  margin-top: 20px;
}

/* line 326, ../sass/valentine2018.scss */
.padding--20 {
  padding: 20px !important;
}

/* line 330, ../sass/valentine2018.scss */
.btn {
  margin-top: 20px;
}
/* line 332, ../sass/valentine2018.scss */
.btn a {
  font-size: 14px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  padding: 0 40px;
  line-height: 40px;
  width: auto;
  margin-right: 5px;
  margin-bottom: 7px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

/* line 348, ../sass/valentine2018.scss */
.btn + .btn {
  margin-top: 10px;
}

/* line 352, ../sass/valentine2018.scss */
.cartLink a {
  background: #333;
  color: #fff;
}

/* line 357, ../sass/valentine2018.scss */
.detailLink a {
  border: 1px solid #ddd;
}

/* line 361, ../sass/valentine2018.scss */
.relatedLink {
  margin: 0 auto 20px;
}
/* line 363, ../sass/valentine2018.scss */
.relatedLink a {
  margin-right: 20px;
}

/* line 368, ../sass/valentine2018.scss */
span.annotation {
  display: block;
}

/* line 372, ../sass/valentine2018.scss */
.price .num {
  font-size: 16px;
}

/* line 376, ../sass/valentine2018.scss */
.description {
  color: #999;
  font-size: 13px;
}

/* line 382, ../sass/valentine2018.scss */
.movie-wrap .video {
  width: 100%;
  position: relative;
  cursor: pointer;
}
/* line 386, ../sass/valentine2018.scss */
.movie-wrap .video .movie {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* line 391, ../sass/valentine2018.scss */
.movie-wrap .video .arrow {
  position: absolute;
  left: 35%;
  top: 35%;
  width: 30%;
  height: 30%;
  display: none;
}
/* line 400, ../sass/valentine2018.scss */
.movie-wrap .video.videoStop .arrow {
  display: block;
}
/* line 403, ../sass/valentine2018.scss */
.movie-wrap .video.videoStop.videoInit .arrow {
  display: none;
}

/* line 408, ../sass/valentine2018.scss */
.ua-ios.ua-safari .W .arrow,
.ua-ios.ua-safari .video.videoStop .arrow {
  display: none;
}

/* line 414, ../sass/valentine2018.scss */
.item-list > h3, .valentine2018__hand-made-kit__list > h3, .valentine2018__etc-item__list > h3, .valentine2018__small-item__list > h3 {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 422, ../sass/valentine2018.scss */
.item-list > ul, .valentine2018__hand-made-kit__list > ul, .valentine2018__etc-item__list > ul, .valentine2018__small-item__list > ul {
  margin-bottom: 75px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 426, ../sass/valentine2018.scss */
.item-list > ul > li, .valentine2018__hand-made-kit__list > ul > li, .valentine2018__etc-item__list > ul > li, .valentine2018__small-item__list > ul > li {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 431, ../sass/valentine2018.scss */
.item-list a:hover, .valentine2018__hand-made-kit__list a:hover, .valentine2018__etc-item__list a:hover, .valentine2018__small-item__list a:hover {
  cursor: pointer;
}
/* line 433, ../sass/valentine2018.scss */
.item-list a:hover img, .valentine2018__hand-made-kit__list a:hover img, .valentine2018__etc-item__list a:hover img, .valentine2018__small-item__list a:hover img {
  opacity: 0.7;
}
/* line 436, ../sass/valentine2018.scss */
.item-list a:hover ol, .valentine2018__hand-made-kit__list a:hover ol, .valentine2018__etc-item__list a:hover ol, .valentine2018__small-item__list a:hover ol {
  opacity: 0.7;
}
/* line 439, ../sass/valentine2018.scss */
.item-list a:hover .description, .valentine2018__hand-made-kit__list a:hover .description, .valentine2018__etc-item__list a:hover .description, .valentine2018__small-item__list a:hover .description {
  opacity: 0.7;
}

/* line 446, ../sass/valentine2018.scss */
.product-spec > img {
  width: 100%;
  margin-bottom: 5px;
}
/* line 450, ../sass/valentine2018.scss */
.product-spec > ol {
  -webkit-padding-start: 0;
}
/* line 453, ../sass/valentine2018.scss */
.product-spec > ol > li {
  line-height: 1.8;
  font-size: 12px;
  color: #666;
  display: block;
}
/* line 459, ../sass/valentine2018.scss */
.product-spec > ol > .subCategory {
  color: #bbb;
  font-weight: bold;
}
/* line 463, ../sass/valentine2018.scss */
.product-spec > ol > .name {
  font-size: 16px;
  color: #555;
  line-height: 1.4;
}
/* line 468, ../sass/valentine2018.scss */
.product-spec > ol > .price {
  margin-top: 5px;
}
/* line 470, ../sass/valentine2018.scss */
.product-spec > ol > .price > .num {
  color: #666;
  font-weight: bold;
}
/* line 475, ../sass/valentine2018.scss */
.product-spec > ol > .oven--true {
  background: #55230d;
  display: inline-block;
  color: #d7cbb9;
  font-size: 10px;
  padding: 0 5px;
  line-height: 1.6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 484, ../sass/valentine2018.scss */
.product-spec > ol > .oven--false {
  display: none;
}
/* line 487, ../sass/valentine2018.scss */
.product-spec .description {
  margin-top: 10px;
}

/* line 493, ../sass/valentine2018.scss */
.movie--true {
  color: #fff;
  background-color: rgba(108, 108, 108, 0.8);
  height: 32px;
  border-radius: 16px;
  padding: 0 16px;
  line-height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 15px;
  z-index: 3;
}
/* line 505, ../sass/valentine2018.scss */
.movie--true:after {
  content: "▶";
  font-size: 10px;
  margin-left: 5px;
  vertical-align: middle;
}

/* line 513, ../sass/valentine2018.scss */
.movie--false {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 521, ../sass/valentine2018.scss */
  .valentine2018__hand-made-kit__characteristic-wrap {
    width: 90%;
    padding: 0;
  }
}
@media screen and (max-width: 699px) {
  /* line 530, ../sass/valentine2018.scss */
  body > .valentine2018__title {
    margin-top: 20px;
  }
  /* line 533, ../sass/valentine2018.scss */
  body > .valentine2018__lead {
    margin: 0px auto 75px;
  }

  /* line 538, ../sass/valentine2018.scss */
  .valentine2018__main-visual {
    background-image: url(/hk/valentine2018/img/mainvisual_sp.jpg);
  }

  /* line 542, ../sass/valentine2018.scss */
  .valentine2018__main-title {
    max-width: 380px;
  }

  /* line 547, ../sass/valentine2018.scss */
  .valentine2018__title br {
    display: block;
  }

  /* line 552, ../sass/valentine2018.scss */
  .valentine2018__lead {
    margin: 15px auto 25px;
  }

  /* line 561, ../sass/valentine2018.scss */
  .item-list > ul > li, .valentine2018__hand-made-kit__list > ul > li, .valentine2018__etc-item__list > ul > li, .valentine2018__small-item__list > ul > li {
    width: 50%;
  }

  /* line 566, ../sass/valentine2018.scss */
  .valentine2018__modal-content {
    width: 82%;
    margin: 0;
  }
  /* line 569, ../sass/valentine2018.scss */
  .valentine2018__modal-content > ul > li {
    width: 100%;
  }
  /* line 572, ../sass/valentine2018.scss */
  .valentine2018__modal-content > .modal-close {
    right: -26px;
    top: -24px;
  }
  /* line 576, ../sass/valentine2018.scss */
  .valentine2018__modal-content > .modal-close > img {
    width: 20px;
    height: 20px;
  }

  /* line 582, ../sass/valentine2018.scss */
  .valentine2018__hand-made-kit__characteristic {
    padding: 0 10px 0;
  }
  /* line 584, ../sass/valentine2018.scss */
  .valentine2018__hand-made-kit__characteristic > h3 {
    font-size: 18px;
  }

  /* line 589, ../sass/valentine2018.scss */
  .valentine2018__hand-made-kit__product-detail {
    padding-top: 10px;
  }

  /* line 595, ../sass/valentine2018.scss */
  .valentine2018__recipe-contest-period li br {
    display: block;
  }
  /* line 598, ../sass/valentine2018.scss */
  .valentine2018__recipe-contest-period li > * {
    display: block;
  }
  /* line 601, ../sass/valentine2018.scss */
  .valentine2018__recipe-contest-period li span + span {
    margin-left: 0;
  }

  /* line 608, ../sass/valentine2018.scss */
  .valentine2018__recipe-contest-covered li {
    margin-top: 10px;
  }

  /* line 613, ../sass/valentine2018.scss */
  .valentine2018__title {
    font-size: 22px;
  }

  /* line 617, ../sass/valentine2018.scss */
  .product-spec > ol > .name {
    font-size: 15px;
  }

  /* line 621, ../sass/valentine2018.scss */
  .movie-wrap {
    width: 100%;
  }

  /* line 625, ../sass/valentine2018.scss */
  .movie--true {
    margin: 10px;
  }
}
@media screen and (max-width: 499px) {
  /* line 633, ../sass/valentine2018.scss */
  .valentine2018__limited-items__list .valentine2018__title br {
    display: block;
  }

  /* line 637, ../sass/valentine2018.scss */
  .valentine2018__hand-made-kit__characteristic-wrap .valentine2018__title br {
    display: block;
  }
}
