﻿@charset "UTF-8";

/* common */
body {
  letter-spacing: 0;
}
.sp_only {
    display: none !important;
}

.section_header {
  text-align: center;
}
.section_ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
.section_ttl::after {
  content:"";
  width: 100px;
  height: 1px;
  background-color: #C7C7C7;
  display: block;
  margin: 10px auto 0;
}
.section_ttl.-no_bottom {
  font-size: 24px;
}
.section_ttl.-no_bottom::after {
  content: none;
}
.section_desc {
  font-size: 16px;
  font-weight: 500;
}

.common_link {
  width: 330px;
  margin: 50px auto 0;
}
.common_link a {
  display: block;
  padding: 15px 0 13px !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.common_link .css-arrow {
  height: 52px;
}
.common_link .css-arrow::before {
  top: 19px;
}

/* mv */
.mv {
  margin: 0 auto;
}

.gift-catalog_mv {
  position: relative;
  margin: 0 auto;
  background: linear-gradient(180deg, #F5F5F5 70%, transparent 70%)
}
.gift-catalog_mv-slider {
  margin: 0 0 0 auto;
  max-width: 1342px;
  width: 70%;
}
.gift-catalog_mv .gift-catalog_mv_img {
  text-align: center;
}
@media screen and (min-width:1440px) {
  .mv {
    position: relative;
    margin: 0 auto;
  }
  .gift-catalog_mv .gift-catalog_mv_img {
    width: 1440px;
    text-align: center;
    margin: 0 auto;
  }
}
.gift-catalog_mv .gift-catalog_mv_ab {
  position: absolute;
  top: 60%;
  left: calc(240 / 1920 * 100vw);
  transform: translateY(-50%);
}
.gift-catalog_mv .gift-catalog_mv_ab .gift-catalog_mv_ab_1 {
  font-size: 72px;
  line-height: 1.15;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.gift-catalog_mv .gift-catalog_mv_ab .gift-catalog_mv_ab_2 {
  font-size: 27px;
  line-height: 43px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: left;
  margin-top: 10px;
  position: relative;
  margin-bottom: 20px;
}
.gift-catalog_mv .gift-catalog_mv_ab .gift-catalog_mv_ab_2:after {
  content: "";
  width: 165px;
  height: 1px;
  background: #000000;
  position:absolute;
  top: 50%;
  margin-left: 30px;
}
.gift-catalog_mv .gift-catalog_mv_ab .gift-catalog_mv_ab_3 {
  width: 720px;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  padding: 10px 20px 10px 0;
  display: inline-block;
}

/* anchor */
.gift-catalog_anchor {
  width: 920px;
  height: 48px;
  margin: 70px auto 100px;
}
.gift-catalog_anchor ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.gift-catalog_anchor ul li {
  border-left: 1px solid #E6E6E6;
  width: calc(100% / 4);
  padding-top: 5px;
  text-align: center;
}
.gift-catalog_anchor ul li:last-child {
  border-right: 1px solid #E6E6E6;
}
.gift-catalog_anchor ul li a {
  width: 100%;
  font-size: 16px;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.gift-catalog_anchor ul li a div {
  margin-top: 6px;
}


/* about */
.about {
  max-width: 920px;
  width: 95%;
  margin: 0 auto;
}
.about_inner {
  border: 1px solid #E6E6E6;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-right: none;
  border-left: none;
}
.about_img {
  width: 222px;
  height: 222px;
}
.about_img img {
  width: 100%;
  height: auto;
}
.about_txt {
  width: calc(100% - 222px);
  padding-left: 30px;
}
.about_ttl {
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}
.about_desc {
  font-size: 14px;
  line-height: 1.928;
}



/* line-up */
.line-up {
  padding-top: 100px;
}
.line-up_inner {
  margin-top: 75px;
}
.line-up_list {
  display: flex;
  flex-wrap: wrap;
}
.line-up_item {
  width: 33.333333%;
  border-right: 1px solid #E6E6E6;
  padding: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif
}
.line-up_item:nth-of-type(n+4) {
  border-top: 1px solid #E6E6E6;
}
.line-up_item:nth-of-type(3n) {
  border-right:none;
}
.line-up_item_top {
  display: flex;
  gap: 21.5px;
  margin-bottom: 21.5px;
}
.line-up_item_img {
  width: 118px;
}
.line-up_item_img img {
  width: 100%;
  height: auto;
}

.line-up_item_txt {
  width:calc(100% - 140px);
}
.line-up_item_ttl {
  font-size: 23px;
  font-weight: 400;
  line-height: 1;
}
.line-up_item_ttl_ja {
  font-size: 12.2px;
  margin-left: 10px;
}
.line-up_item_price {
  font-size: 17.2px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 5.8px;
}
.line-up_item_price_unit {
  font-size: 9px;
  font-weight: 600;
  margin-left: 5.8px;
}
.line-up_item_type {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}
.line-up_item_type_item {
  width: calc((100% - 10px) / 2);
  text-align: center;
}
.line-up_item_type_item a {
  display: block;
  background: #000000;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.line-up_item_type_item a:hover {
  opacity: 0.7;
}
.line-up_item_link {
  position: relative;
  margin-top: 14px;
}
.line-up_item_bottom {
  width: 100%;
}
.line-up_item_bottom img {
  width: 100%;
  height: auto;
}
.line-up .css-replacement {
  padding: 11px 73px;
}
.line-up .css-arrow-wrap {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 0 !important;
  gap: 10px;
}
.line-up .css-arrow-wrap .css-arrow {
  position: relative;
  width: 30px;
  height: 30px;
}
.line-up .css-arrow-wrap .css-arrow::before {
  right: 8px;
  top: 8px;
  width: 14px;
  height: 14px;
  background-size: 14px auto;
}

@media screen and (min-width: 1300px) {
  .line-up_item {
    padding: calc(50 / 1810 * 100vw);
  }
  .line-up_item_top {
    gap: calc(30 / 1810 * 100vw);
    margin-bottom: calc(30 / 1810 * 100vw);
  }
  .line-up_item_img {
    width: calc(165 / 1810 * 100vw);
  }  
  .line-up_item_txt {
    width:calc(100% - (195 / 1810 * 100vw));
  }
  .line-up_item_ttl {
    font-size: calc(32 / 1810 * 100vw);
  }
  .line-up_item_ttl_ja {
    font-size: calc(17 / 1810 * 100vw);
    margin-left: calc(10 / 1810 * 100vw);
  }
  .line-up_item_price {
    font-size: calc(24 / 1810 * 100vw);
    margin-top: calc(8 / 1810 * 100vw);
  }
  .line-up_item_price_unit {
    font-size: calc(12 / 1810 * 100vw);
    margin-left: calc(8 / 1810 * 100vw);
  }
  .line-up_item_type {
    gap: calc(14 / 1810 * 100vw);
    margin-top: calc(20 / 1810 * 100vw);
  }
  .line-up_item_type:nth-of-type(n + 4) {
    gap: calc(14 / 1810 * 100vw);
    margin-top: calc(30 / 1810 * 100vw);
  }
  .line-up_item_type_item {
    width: calc((100% - (14 / 1810 * 100vw)) / 2);
  }
  .line-up_item_type_item a {
    height: calc(40 / 1810 * 100vw);
    line-height: calc(40 / 1810 * 100vw);
  }
  .line-up_item_link {
    margin-top: calc(32 / 1810 * 100vw);
  }
  .line-up .css-replacement {
    padding: 11px 73px;
  }
  .line-up .css-arrow-wrap {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 0 !important;
    gap: 10px;
  }
  .line-up .css-arrow-wrap .css-arrow {
    position: relative;
    width: calc(30 / 1810 * 100vw);
    height: calc(30 / 1810 * 100vw);
  }
  .line-up .css-arrow-wrap .css-arrow::before {
    right: calc(8 / 1810 * 100vw);
    top: calc(8 / 1810 * 100vw);
    width: calc(14 / 1810 * 100vw);
    height: calc(14 / 1810 * 100vw);
    background-size: calc(14 / 1810 * 100vw) auto;
  }
}

.line-up .slick-arrow {
  bottom: -48px;
  top: initial;
  width: 30px;
  height: 30px;
  z-index: 5;
}
.line-up .slick-next {
  right: 0;
}
.line-up .slick-next:before {
  content: "";
  color: #000;
  width: 30px;
  height: 7px;
  transform: translate(0%, -50%) skewX(30deg);
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
.line-up .slick-prev {
  left: 0;
}
.line-up .slick-prev:before {
  content: "";
  color: #000;
  width: 30px;
  height: 7px;
  transform: translate(0%, -50%) skewX(-30deg);
  display: block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}

.line-up .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 3px;
}
.line-up .slick-dots li button {
  background: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  opacity: 0.2;
}
.line-up .slick-dots li.slick-active button {
  opacity: 1;
}
.line-up .slick-dots li button:before {
  content: none;
}


.js-fadein-el {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.2s, opacity 1s, visibility 1s;
}
.js-fadein-el.-delay1 {
  transition: transform 1.2s 0.4s, opacity 1s 0.4s, visibility 1s 0.4s;
}
.js-fadein-el.-delay2 {
  transition: transform 1.2s 0.8s, opacity 1s 0.8s, visibility 1s 0.8s;
}


/* set */
.set {
  padding-top: 100px;
  background: linear-gradient(180deg, #F5F5F5 75%, #fff 75%);
}

.set_inner.swiper {
  padding-top: 80px;
  margin-bottom: 80px;
  padding-left: calc((100% - 1120px) / 2);
  padding-right: calc((100% - 1120px) / 2);
}
.set_list {
  display: flex;
}
.set-item.swiper-slide {
  width: 300px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 20px 16px;
  background: #fff;
}

.set_inner .swiper-horizontal>.swiper-pagination-bullets,
.set_inner .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  max-width: 1120px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.set_inner .swiper-pagination-bullet {
  width: calc(100% / 3);
  height: 1px;
  border: 0;
  margin: 0 !important;
  padding: 0;
  font-size: 0;
  background-color: #CCCCCC;
  border-radius: 0;
}
.set_inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.set .swiper-button {
  top: -50px;
  width: 65px;
  height: initial;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.set .swiper-button.slick-disabled {
  color: #CCCCCC;
  pointer-events: none;
}
.set .swiper-button.slick-disabled .css-arrow::before {
  background-image: url(../../img/usr/common/ico_arrow_g.png);
  animation: none;
}
.set .swiper-button:hover {
  color: #000;
}
.set .swiper-button:before {
  content: none;
}
.set .swiper-button-prev.swiper-button {
  left: calc(50% + 451px);
  transform: translateX(-50%);
  top: 50px;
  padding: 0;
  background: transparent;
  border: none;
}
.set .swiper-button-prev .css-arrow {
  left: -10px;
  transform: translateY(-50%) rotate(180deg);
  top: 40%;
}
.set .swiper-button-next.swiper-button {
  left: calc(50% + 530px);
  transform: translateX(-50%);
  top: 50px;
  padding: 0;
  background: transparent;
  border: none;
}
.set .swiper-button-next .css-arrow {
  right: -10px;
  transform: translateY(-50%);
  top: 40%;
}
.set .swiper-button-next .css-replacement {
  width: 45px;
  margin-right: 20px;
  padding: 12px 20px;
}
.set .swiper-button-prev .css-replacement {
  width: 45px;
  margin-left: 20px;
  padding: 12px 20px;
}
.set-item_img {
  width: 100%;
}
.set-item_img img {
  width: 100%;
  height: auo;
}
.set-item_ttl {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  margin: 20px 0 12px;
}
.set-item_price {
  font-size: 14px;
}
.set-item_price-unit {
  font-size: 12px;
  margin-left: 4px;
}
.set .block-cart--order-btn .css-replacement {
  padding: 11px 0 11px;
}

.swiper-button svg {
  display: none;
}


/* egift */
.egift {
  padding-top: 100px;
}
.egift_inner {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
  background: #F5F5F5;
  padding: 50px 60px;
}
.egift_top {
  display: flex;
  justify-content: flex-start;
  gap: 35px;
  
}
.egift_top_img {
  width: 500px;
}
.egift_top_img img {
  width: 100%;
  height: auto;
}
.egift_top_txt {
  width: calc(100% - 535px);
}
.egift_top_ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}
.egift_top_desc {
  font-size: 15px;
  font-weight: 500;
}
.egift .css-replacement {
  padding: 11px 100px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.egift .block-top-online--next .css-replacement {
  font-size: 16px;
}
.egift .css-arrow-wrap .css-arrow {
  position: relative;
}
.egift .css-arrow-wrap {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 0 !important;
  gap: 10px;
}
.egift_bottom_list {
  display: flex;
  margin-top: 50px;
  /* gap:16px; */
  padding-bottom: 20px;
}
.egift_bottom_item {
  width: 180px !important;
  /* margin: 0 7.5px; */
}
.egift_bottom_item_txt {
  display: none;
}
.egift_bottom_item_price {
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-top: 20px;
  font-weight: 500;
}
.egift_bottom_item_price_unit {
  font-size: 12px;
  margin-left: 6px;
}
.egift_bottom .swiper-horizontal>.swiper-pagination-bullets,
.egift_bottom .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 0;
  display: flex;
  flex-wrap: nowrap;
}
.egift_bottom .swiper-pagination-bullet {
  width: calc(100% / 3);
  height: 1px;
  border: 0;
  margin: 0 !important;
  padding: 0;
  font-size: 0;
  background-color: #CCCCCC;
  border-radius: 0;
}
.egift_bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.egift_bottom .slick-dots li button {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}
.egift_bottom .slick-dots li button:before {
  display: none;
}
.egift_bottom .slick-dots li.slick-active button {
  background-color: #000;
}


/* review  */
.review {
  padding-top: 100px;
}
.review .revico-widget {
  font-family: 'Helvetica Neue', Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.revico-comment-header,
.revico-comment-footer{
  display: none;
}
.review .revico-common-background-style {
  background: transparent
}
.review .revico-comment-slider .slick-list {
  margin: 0 -10px;
}
.review  .revico-multicomment-top .revico-review-comment-row-wrapper {
  margin: 0 10px;
  opacity: 1 !important;
}
.review .revico-multicomment-top .revico-multicomment-inner {
  max-width: 960px;
}
.review .revico-multicomment-top .revico-comment-main {
  max-width: 100%;
}
.review .revico-multicomment-top .revico-logo {
  margin-right: 0px;
  margin-bottom: 30px !important;
}
.review .revico-multicomment-top .revico-logo:before {
    margin-right: 70px;
    position: relative;
    top: 5px;
}
.review .revico-comment-slider  .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding: 25px 20px;
  background: #F5F5F5;
}
.review .revico-comment-slider  .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  margin-bottom: 0px
}
.review .revico-comment-slider  .revico-review-comment-row-wrapper .revico-review-comment-detail--star-date {
  position: absolute;
  top: 30px;
  right: 25px;
  font-size: 11px;
  color: #707070;
}
.revico-star-block--review-title {
  font-size: 15px;
  font-weight: bold;
  height: 52.5px;
}
.revico-review-comment-detail--reviewer-wrapper .revico-review-comment-detail--product-variation {
  font-size: 11px;
  font-weight: 400;
  color: #707070;
}
.revico-review-comment-detail--reviewer-profile {
  display: flex;
}
.revico-review-comment-detail--reviewer-profile li span {
  font-size: 11px;
  font-weight: 400;
  color: #707070;
}
.revico-review-comment-detail--reviewer-profile li[data-revico-reviewer-evaluationanswer-id="00000000-0000-0000-0000-000000000002"]::after {
  content: none
}
.revico-review-comment-detail--reviewer-profile li:nth-of-type(n+3) {
  display: none;
}
.revico-review-comment-detail--comment--content {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000000;
  font-size: 14px;
  height: 75.56px;
}
.review  .block-top-community-service--next {
  margin: 17px 0px 0 0;
  text-align: right;
}
.review  .block-top-community-service--next a {
  font-size: 14px;
  line-height: 1.714;
  display: inline-block;
  padding: 2px 0 0px 8px;
  position: relative;
}
.review  .block-top-community-service--next a .css-replacement {
  padding: 11px 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  color: #000;
}

.review .revico-comment-slider .slick-arrow {
  position: absolute;
  bottom: -25px;
  top: initial;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #8D8D8D;
  border-radius: 50%;
  transform: translateX(-50%);
  font-size: 0;
  z-index: 1;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review .revico-comment-slider .slick-prev {
  left: calc(50% - 120px);
  transform: rotate(180deg) translateX(50%);
}
.review .revico-comment-slider .slick-next {
  left: calc(50% + 120px);
}
.review .revico-comment-slider .slick-arrow::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(https://www.deandeluca.co.jp/img/usr/common/ico_arrow_b.png);
  background-size: cover;
  background-position: center;
}
.review .revico-comment-slider .slick-dots {
  position: relative;
}
.review .revico-comment-slider .slick-dots li {
  width: 5px;
  padding:0;
  margin: 0 4px;
}
.review .revico-comment-slider .slick-dots li button {
  background: #CCCCCC;
  width: 5px;
  height:5px;
  border-radius: 50%;
  padding: 0;
}
.review .revico-comment-slider .slick-dots li.slick-active button {
  background: #000000
}
.review .revico-comment-slider .slick-dots li button:before {
  display: none;
}


/* wrapping */
.wrapping {
  padding-top: 100px;
}
.wrapping_inner {
  background: #F5F5F5;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 60px 80px;
}
.wrapping_top {
  margin-top: 55px;
  display: flex;
  gap: 30px;
}
.wrapping_top_img {
  width: 445px;
}
.wrapping_top_img img {
  width: 100%;
  height: auto
}
.wrapping_top_txt {
  width: calc(100% - 445px);
}
.wrapping_top_ttl {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.wrapping_top_desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}
.wrapping_top_desc + .wrapping_top_desc {
  margin-top: 20px;
}

.wrapping_mid {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
.wrapping_mid_item {
  width: calc((100% - 50px) / 2);
}
.wrapping_mid_item_txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.wrapping_mid_item_desc {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
}

.wrapping_bottom {
  margin-top: 50px;
  background: #fff;
  padding: 40px 45px;
  display: flex;
  gap: 40px
}
.wrapping_bottom_ttl {
  width: 203px;
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.wrapping_bottom_txt {
  width: calc(100% - 243px);
}
.wrapping_bottom_desc {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

.wrapping .css-replacement {
  padding: 11px 101px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}
.wrapping .css-arrow-wrap {
  position: relative;
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 0 !important;
  gap: 10px;
}
.wrapping .css-arrow-wrap .css-arrow {
  position: relative;
  width: 24px;
  height: 24px;
}
.wrapping .css-arrow-wrap .css-arrow::before {
  right: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  background-size: 12px auto;
}



/* selected */
.selected  {
  padding-top: 120px;
  background: linear-gradient(180deg, transparent 10%, #F5F5F5 10%);
}
.selected .section_header {
  width: 95%;
  max-width: 1120px;
  margin: 0 auto;
  text-align: left
}
.selected .section_header .section_ttl {
  text-align: left;
  margin-bottom: 25px;
}


.selected_item.swiper-slide {
  width: 260px;
  /* margin: 0 12.5px; */
}

.selected_inner.swiper {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: calc((100% - 1120px) / 2);
  padding-right: calc((100% - 1120px) / 2);
}
.selected_list {
  display: flex;
}
.selected_list .slick-list {
  padding-left: calc((100% - 1120px) / 2);
}

.selected_list .slick-dots {
  width: 1120px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.selected_list .slick-dots li {
  width: calc(100% / 3);
  height: 1px;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.selected_list .slick-dots li button {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  position: relative;
}
.selected_list .slick-dots li button:before {
  display: none;
}
.selected_list .slick-dots li.slick-active button {
  background-color: #000;
}

.selected .slick-arrow {
  top: -50px;
  width: 65px;
  height: initial;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.selected .slick-arrow.slick-disabled {
  color: #CCCCCC;
  pointer-events: none;
}
.selected .slick-arrow.slick-disabled .css-arrow::before {
  background-image: url(../../img/usr/common/ico_arrow_g.png);
  animation: none;
}
.selected .slick-arrow:hover {
  color: #000;
}
.selected .slick-arrow:before {
  content: none;
}
.selected .slick-prev {
  left: calc(50% + 451px);
  transform: translateX(-50%);
}
.selected .slick-prev .css-arrow {
  left: -10px;
  transform: translateY(-50%) rotate(180deg);
  top: 40%;
}
.selected .slick-next {
  left: calc(50% + 530px);
  transform: translateX(-50%);
  padding: 0;
}
.selected .slick-next .css-arrow {
  right: -10px;
  transform: translateY(-50%);
  top: 40%;
}
.selected .slick-next .css-replacement {
  width: 45px;
  margin-right: 20px;
  padding: 12px 20px;
}
.selected .slick-prev .css-replacement {
  width: 45px;
  margin-left: 20px;
  padding: 12px 20px;
}

.selected_item_ttl {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.selected_item_tag {
  font-size: 12px;
  font-weight: 500;
}

.js-fadein-element.-delay1 {
  transition: transform 1.2s 0.2s, opacity 1s 0.2s, visibility 1s 0.2s;
}
.js-fadein-element.-delay2 {
  transition: transform 1.2s 0.4s, opacity 1s 0.4s, visibility 1s 0.4s;
}
.js-fadein-element.-delay3 {
  transition: transform 1.2s 0.6s, opacity 1s 0.6s, visibility 1s 0.6s;
}
.js-fadein-element.-delay4 {
  transition: transform 1.2s 0.8s, opacity 1s 0.8s, visibility 1s 0.8s;
}
.js-fadein-element.-delay5 {
  transition: transform 1.2s 1s, opacity 1s 1s, visibility 1s 1s;
}
.js-fadein-element.-delay6 {
  transition: transform 1.2s 1.2s, opacity 1s 1.2s, visibility 1s 1.2s;
}
.js-fadein-element.-delay7 {
  transition: transform 1.2s 1.4s, opacity 1s 1.4s, visibility 1s 1.4s;
}
.js-fadein-element.-delay8 {
  transition: transform 1.2s 1.6s, opacity 1s 1.6s, visibility 1s 1.6s;
}
.js-fadein-element.-delay9 {
  transition: transform 1.2s 1.8s, opacity 1s 1.8s, visibility 1s 1.8s;
}



.selected .swiper-horizontal>.swiper-pagination-bullets,
.selected .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: 50px;
  display: flex;
  flex-wrap: nowrap;
  max-width: 1120px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
.selected .swiper-pagination-bullet {
  width: calc(100% / 3);
  height: 1px;
  border: 0;
  margin: 0 !important;
  padding: 0;
  font-size: 0;
  background-color: #CCCCCC;
  border-radius: 0;
}
.selected .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}

.selected .swiper-button {
  top: -50px;
  width: 65px;
  height: initial;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: bold;
}
.selected .swiper-button.slick-disabled {
  color: #CCCCCC;
  pointer-events: none;
}
.selected .swiper-button.slick-disabled .css-arrow::before {
  background-image: url(../../img/usr/common/ico_arrow_g.png);
  animation: none;
}
.selected .swiper-button:hover {
  color: #000;
}
.selected .swiper-button:before {
  content: none;
}
.selected .swiper-button-prev.swiper-button {
  left: calc(50% + 451px);
  transform: translateX(-50%);
  top: 50px;
  padding: 0;
  background: transparent;
  border: none;
}
.selected .swiper-button-prev .css-arrow {
  left: -10px;
  transform: translateY(-50%) rotate(180deg);
  top: 40%;
}
.selected .swiper-button-next.swiper-button {
  left: calc(50% + 530px);
  transform: translateX(-50%);
  top: 50px;
  padding: 0;
  background: transparent;
  border: none;
}
.selected .swiper-button-next .css-arrow {
  right: -10px;
  transform: translateY(-50%);
  top: 40%;
}
.selected .swiper-button-next .css-replacement {
  width: 45px;
  margin-right: 20px;
  padding: 12px 20px;
}
.selected .swiper-button-prev .css-replacement {
  width: 45px;
  margin-left: 20px;
  padding: 12px 20px;
}


/* faq */
.faq {
  padding-top: 100px;
}
.faq_inner {
  max-width: 960px;
  width: 95%;
  margin: 0 auto;
}
.faq_block + .faq_block {
  margin-top: 50px;
}
.faq_block_ttl {
  font-size: 20px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom : 20px;
  line-height: 1.6;
}
/* アコーディオン */
.block-faq-item{
  border-top: 1px solid #E6E6E6;
}
.block-faq-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.block-faq-item--accordion {
  padding: 16px 0;
}

.block-faq-item--accordion dt {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  padding-left: 24px;
  background: url(https://www.deandeluca.co.jp/cms/faq/img/q_16px_k.svg) center left / 16px no-repeat;
  transition: all .3s;
}
.block-faq-item--accordion dt.on-active,
.block-faq-item--accordion dt:hover {
  font-weight: 600;
}
.block-faq-item--accordion dt::before,
.block-faq-item--accordion dt::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #000000;
  transition: all .3s;
}

.block-faq-item--accordion dt::after {
  transform: rotate(-90deg);
}

.block-faq-item--accordion dt.js-open::after {
  transform: rotate(0);
}

.block-faq-item--accordion dd {
  display: none;
  margin: 19px 0 16px;
  padding: 0 24px;
}


/* itemList */
.itemList {
  padding-top: 100px;
  max-width: 1120px;
  margin: 0 auto;
}
.itemList_cat {
  padding-left: 75px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.itemList_cat_ttl {
  font-size: 18px;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  
}
.itemList_cat_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.itemList_cat_item {
  border: 1px solid #CCCCCC;
  padding: 2px 12px;
  border-radius: 15px;
  line-height: 1.55
}
.itemList_cat_item:hover {
  opacity: 0.7;
}

/* shops */
.shops {
  padding-top: 100px;
}
.shops_inner {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #F8F8F8;
  padding: 36px 40px;
}
.shops_ttl {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Helvetica Neue', Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 40px;
}
.shops_block {
  padding: 23px 0;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.shop_block_ttl {
  font-weight: 600;
}

.shops_block_list {
  width: 680px;
  font-size: 16px;
}
.shops_list_ttl {
  
}
.shops_list_ttl::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  margin-top: -2px;
}
.shops_list_items {
  padding-left: 12px;
}
.shops_list_item {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 4px;
  overflow: hidden;
  height: 1.5em;
  position: relative;
}
.shops_list_item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 22px);
  height: 1px;
  background: #000000;
  transform: scale(1, 1);
  transform-origin: left bottom;
}
.shops_list_item:hover::before {
  animation: nobinobi 0.8s;
}
.shops_list_item:after {
  content: "/";
  margin: 0 10px 0 10px;
}
.shops_list_items .css-arrow-wrap-white .css-arrow::before {
  background-image: url(/cms/common/img/blank_s_k.png);
}


@keyframes nobinobi {
  0% {
    transform: scale(1, 1);
    transform-origin: right top;
  }
  50% {
    transform: scale(0, 1); 
    transform-origin: right top;
  }
  51% {
    transform: scale(0, 1); 
    transform-origin: left top;
  }
  100% {
    transform: scale(1, 1); 
    transform-origin: left top;
  }
}

/* relation */
.relation {
  padding-top: 100px;
}
.relation_inner {
  max-width: 970px;
  width: 95%;
  margin: 40px auto 0;
  display: flex;
  gap: 13px;
}
.relation_item {
  width: calc((100% - 26px / 3));
  position: relative;
}
.relation_item a:hover {
  opacity: 0.8;
}
.relation_item_img {
  position: relative;
}
.relation_item_img img {
  width: 100%;
  height: auto;
}
.relation_item_img::before {
  content:"";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4)
}
.relation_item_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
}


.page-top {
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index:5;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.page-top.is-fixed {
  opacity: 1;
  visibility: visible;
}
.page-top a {
  width: 65px;
  height: 65px;
  border: 1px solid #bdbdbd;
  background: #bdbdbd;
  color: #FFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}
.page-top a::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../common/img/ico_arrow_w.png);
  background-size: 12px 12px;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.page-top a:hover {
  opacity: 0.8;
}
.line-up_item_qty {
  font-size: 14px;
}

/* campaign */
.campaign-gift {
  letter-spacing: .1em;
}

.campaign-gift .btn-wrap a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 48px;
    margin: 10px 0;
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #ccc;
    transition: all .4s ease-in-out;
}
.campaign-gift .btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}
.campaign-gift .rene-item h3 span{
    font-size: 80%;
}