@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap");
/* =============================================
共通
============================================= */
#gift_top {
  width: 990px;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
#gift_top * {
  box-sizing: border-box;
}
#gift_top a {
  text-decoration: none;
}
#gift_top .link-hover {
  text-decoration: none;
  transition: 0.4s;
}
#gift_top .link-hover:hover {
  opacity: 0.7;
  cursor: pointer;
}
#gift_top .section {
  margin-bottom: 110px;
}
#gift_top .section:last-child {
  margin-bottom: 0;
}

/* =============================================
MV
============================================= */
#gift_top .mv {
  margin: 0 auto 45px;
  max-width: 990px;
}
#gift_top .mv .slick-dots {
  bottom: -22px;
}
#gift_top .mv .slick-dots li {
  height: 10px;
  margin: 0 7px;
  width: 10px;
}
#gift_top .mv .slick-dots li button {
  height: 10px;
  width: 10px;
}
#gift_top .mv .slick-dots li button:before {
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  height: 10px;
  opacity: 1;
  width: 10px;
}
#gift_top .mv .slick-dots li.slick-active button:before {
  background-color: #010101;
  opacity: 1;
}
#gift_top .mv .slide-arrow {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  cursor: pointer;
  display: flex !important;
  height: 60px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
}
#gift_top .mv .slide-arrow::before {
  border: 0;
  border-right: solid 1px #231714;
  border-top: solid 1px #231714;
  content: "";
  height: 16px;
  position: absolute;
  right: 30px;
  top: 48%;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 16px;
}
#gift_top .mv .prev-arrow {
  left: 0;
  z-index: 1;
}
#gift_top .mv .prev-arrow::before {
  right: 22px;
  top: 27%;
  transform: rotate(225deg) translateX(-50%);
}
#gift_top .mv .next-arrow {
  right: 0;
}

/* =============================================
見出し
============================================= */
#gift_top h1 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 46px;
  margin: 40px 30px;
  line-height: 0.9em;
}
#gift_top h1 span {
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: bold;
  font-size: 18px;
}

#gift_top h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 34px;
  margin-bottom: 34px;
  margin-top: 0;
}

#gift_top h2:first-of-type {
  margin-top: 70px;
}

#gift_top .h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 12px;
  padding-top: 1px;
  position: relative;
  text-align: left;
}
#gift_top .h3::before {
  background-color: #22469e;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 4px;
}

/* =============================================
ナビ
============================================= */
#gift_top .navi {
  display: flex;
  justify-content: space-between;
  margin: 12px auto 0;
}
#gift_top .navi li {
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  flex: 1;
  border-right: solid 1px #d8d8d8;
}
#gift_top .navi li:last-child {
  border-right: none;
}
#gift_top .navi li a {
  color: #010101;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
  width: 100%;
  height: 100%;
  padding: 1em 0 1.5em;
  position: relative;
}
#gift_top .navi li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: solid 1px #010101;
  border-right: solid 1px #010101;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: rotate(45deg) translate(-50%);
}

/* =============================================
シーンから選ぶ、贈る相手に合わせて選ぶ
============================================= */
#gift_top .scene-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#gift_top .scene-list li {
  width: calc((100% - (14px * 3)) / 4);
  margin: 0 14px 14px 0;
}
#gift_top .scene-list li:nth-child(4n) {
  margin-right: 0;
}
#gift_top .scene-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#gift_top .scene-list li a {
  position: relative;
  display: block;
}
#gift_top .scene-list li a .scene-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 16px;
  color: #010101;
  padding: 0.4em;
  background: rgba(255, 255, 255, 0.8);
}

/* =============================================
特集から探す
============================================= */
#gift_top .section-top-banner .banner {
  display: flex;
  flex-wrap: wrap;
}
#gift_top .section-top-banner .banner-item {
  width: calc((100% - (20px * 3)) / 4);
}
#gift_top .section-top-banner .banner-item:nth-last-child(n+5) {
  margin-bottom: 20px;
}
#gift_top .section-top-banner .banner-item:not(:nth-child(4n)) {
  margin-right: 20px;
}
#gift_top .section-top-banner .banner-item a img {
  width: 100%;
}
#gift_top .section-top-banner .banner-item a .banner-name {
  font-size: 14px;
  margin-top: 8px;
  color: #010101;
  line-height: 1.5;
}

/* =============================================
ランキング
============================================= */
#gift_top .ranking-sttl {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-bottom: 44px;
  padding-left: 12px;
  padding-top: 1px;
  position: relative;
  text-align: left;
}
#gift_top .ranking-sttl::before {
  background-color: #22469e;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 4px;
}

#gift_top .ranking:not(:last-child) {
  margin-bottom: 50px;
}
#gift_top .ranking .list {
  display: flex;
  flex-wrap: wrap;
}
#gift_top .ranking .item {
  position: relative;
  width: calc((100% - (23px * 4)) / 5);
}
#gift_top .ranking .item::before {
  background-image: url(/d_images/top/icon-number01.svg);
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: -20px;
  width: 40px;
  z-index: 1;
}
#gift_top .ranking .item:nth-child(2)::before {
  background-image: url(/d_images/top/icon-number02.svg);
}
#gift_top .ranking .item:nth-child(3)::before {
  background-image: url(/d_images/top/icon-number03.svg);
}
#gift_top .ranking .item:nth-child(4)::before {
  background-image: url(/d_images/top/icon-number04.svg);
}
#gift_top .ranking .item:nth-child(5)::before {
  background-image: url(/d_images/top/icon-number05.svg);
}
#gift_top .ranking .item:not(:nth-child(5n)) {
  margin-right: 23px;
}
#gift_top .ranking .thumb {
  margin-bottom: 8px;
  width: 180px;
}
#gift_top .ranking .thumb img {
  border: 1px solid #ccc;
  width: 100%;
}
#gift_top .ranking .name {
  color: #010101;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 24px;
}

/* =============================================
商品カテゴリから選ぶ
============================================= */
#gift_top .category-box {
  margin-bottom: 24px;
}

#gift_top .category-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  align-items: flex-start;
}
#gift_top .category-list li {
  margin: 0 10px 10px 0;
  background-color: #000;
  width: calc((100% - (10px * 3)) / 4);
}
#gift_top .category-list li:nth-child(4n) {
  margin-right: 0;
}
#gift_top .category-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#gift_top .category-list li a {
  position: relative;
  display: block;
}
#gift_top .category-list li a img {
  display: block;
  opacity: 0.5;
  width: 100%;
}
#gift_top .category-list li a .category-name {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* =============================================
商品カテゴリから選ぶ下のバナー
============================================= */
#gift_top .cate-bnr-list {
  display: flex;
  flex-wrap: wrap;
}
#gift_top .cate-bnr-list li {
  width: calc((100% - (18px * 2)) / 3);
  margin-right: 18px;
}
#gift_top .cate-bnr-list li img {
  width: 100%;
}
#gift_top .cate-bnr-list li:last-child {
  margin-right: 0;
}

/* =============================================
人気カテゴリから選ぶ 背景色付きバージョン
============================================= */
#gift_top .cate-wrap {
  padding: 55px 66px;
}

#gift_top .cate-wrap > h2 {
  margin-top: 0;
}

#gift_top .bg-color {
  background-color: #eee;
}

/* =============================================
予算から選ぶ
============================================= */
#gift_top .price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#gift_top .price-list li {
  width: calc((100% - (20px * 3)) / 4);
  margin: 0 20px 20px 0;
  border: 2px solid #22469e;
  height: 64px;
}
#gift_top .price-list li:nth-child(4n) {
  margin-right: 0;
}
#gift_top .price-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
#gift_top .price-list li a {
  font-size: 18px;
  font-weight: bold;
  color: #010101;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em 0.5em;
}

/* =============================================
ブランドから選ぶ
============================================= */
#gift_top .brand-list {
  display: flex;
  flex-wrap: wrap;
}
#gift_top .brand-list:not(:last-child) {
  margin-bottom: 50px;
}
#gift_top .brand-list li {
  width: calc((100% - (22px * 4)) / 5);
  margin: 0 22px 10px 0;
}
#gift_top .brand-list li:nth-child(5n) {
  margin-right: 0;
}
#gift_top .brand-list li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
#gift_top .brand-list li a img {
  width: 100%;
}
#gift_top .brand-list li a .brand-name {
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.5;
}

/* =============================================
レコメンド
============================================= */
#gift_top .recommend:not(:last-child) {
  margin-bottom: 50px;
}
#gift_top .recommend .list {
  display: flex;
  flex-wrap: wrap;
}
#gift_top .recommend .item {
  width: calc((100% - (23px * 4)) / 5);
  margin: 0 23px 23px 0;
}
#gift_top .recommend .item:nth-child(5n) {
  margin-right: 0;
}
#gift_top .recommend .item:nth-last-child(-n+5) {
  margin-bottom: 0;
}
#gift_top .recommend .thumb {
  margin-bottom: 8px;
  width: 180px;
}
#gift_top .recommend .thumb img {
  border: 1px solid #ccc;
  width: 100%;
}
#gift_top .recommend .name {
  color: #010101;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 24px;
}

/* =============================================
ボタン
============================================= */
#gift_top .link-btn {
  width: 315px;
  height: 56px;
  margin: 20px auto 0;
}
#gift_top .link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22469e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  width: 100%;
}

/* =============================================
スタッフおすすめ商品
============================================= */
#gift_top .osusume-cont {
  margin-bottom: 42px;
}
#gift_top .osusume-cont .osusume-col {
  display: flex;
  justify-content: space-between;
}
#gift_top .osusume-cont .osusume-col .item-img {
  width: 320px;
  height: 320px;
  margin-right: 14px;
}
#gift_top .osusume-cont .osusume-col .item-img img {
  width: 100%;
  border: 1px solid #ccc;
}
#gift_top .osusume-cont .osusume-right-cont {
  position: relative;
  width: 630px;
  background: #eee;
  padding: 30px 40px;
  border-radius: 14px;
  text-align: left;
}
#gift_top .osusume-cont .osusume-right-cont::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -33px;
  border: 15px solid transparent;
  border-right: 25px solid #eee;
}
#gift_top .osusume-cont .osusume-right-cont h3.osusume-ttl1 {
  display: block;
  background: url(/ec/shop/images/campaign/cTop_gift_scene/icon-staff01.svg) 0 0 no-repeat;
  background-size: 60px 60px;
  padding: 16px 0 0 72px;
  margin-bottom: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-height: 60px;
}
#gift_top .osusume-cont .osusume-right-cont h3.osusume-ttl2 {
  display: block;
  background: url(/ec/shop/images/campaign/cTop_gift_scene/icon-staff02.svg) 0 0 no-repeat;
  background-size: 60px 60px;
  padding: 16px 0 0 72px;
  margin-bottom: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  min-height: 60px;
}
#gift_top .osusume-cont .osusume-right-cont dl {
  margin-bottom: 5px;
  color: #010101;
}
#gift_top .osusume-cont .osusume-right-cont dt {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 3px;
}
#gift_top .osusume-cont .osusume-right-cont .item-box {
  background: #fff;
  padding: 18px 16px;
}
#gift_top .osusume-cont .osusume-right-cont .item-box .item-name,
#gift_top .osusume-cont .osusume-right-cont .item-box .item-price {
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
}
#gift_top .osusume-cont .osusume-right-cont .item-box .item-price {
  margin-bottom: 2px;
}
#gift_top .osusume-cont .osusume-right-cont .item-box .item-link {
  color: #22469E;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}
#gift_top .osusume-cont .osusume-right-cont .item-box .item-link::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #22469E;
  border-right: solid 1px #22469E;
  transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: -8px;
}
#gift_top .osusume-cont .other-link-btn {
  width: 420px;
  height: 56px;
  margin: 24px 0 0 362px;
}
#gift_top .osusume-cont .other-link-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22469E;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  letter-spacing: -0.02em;
}

/* =============================================
ギフトのサービスとマナー
============================================= */
#gift_top .service-cont {
  display: flex;
}
#gift_top .service-cont li {
  width: calc((100% - 25px) / 2);
  margin-right: 25px;
}
#gift_top .service-cont li:last-child {
  margin-right: 0;
}
#gift_top .service-cont li img {
  width: 100%;
}
#gift_top .service-cont li a p {
  margin-top: 8px;
  font-size: 14px;
  color: #010101;
}

/* =============================================
調整用
============================================= */
#gift_top .mb0 {
  margin-bottom: 0;
}
#gift_top .mb10 {
  margin-bottom: 10px;
}
#gift_top .mb20 {
  margin-bottom: 20px;
}
#gift_top .mb30 {
  margin-bottom: 30px;
}
#gift_top .mb40 {
  margin-bottom: 40px;
}
#gift_top .mb50 {
  margin-bottom: 50px;
}
#gift_top .mb60 {
  margin-bottom: 60px;
}

/* =============================================
PC・SP表示非表示用
============================================= */
#gift_top .pc {
  display: block;
}

#gift_top .sp {
  display: none;
}