@charset "UTF-8";

body.dir-shop {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Lato", "Helvetica", YuGothic, sans-serif;
}

@media print,
screen and (min-width: 769px) {
  body.dir-shop a {
    cursor: pointer;
  }
}

@media screen and (max-width: 768px) {
  .container.all-wrap {
    padding-top: 0;
  }
}

.top-title-sub {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-title-sub {
    font-size: 1.8rem;
    padding-left: 1.5rem;
  }
}

.top-title-sub-en {
  color: #6e5518;
  font-size: 1.6rem;
  font-family: "ヒラギノ明朝 Pro";
  margin-left: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-title-sub-en {
    font-size: 1.4rem;
  }
}

@media all and (min-width: 320px) and (max-width: 374px) {
  .top-title-sub-en {
    margin-left: 0.7rem;
  }
}

.top-container {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Lato", "Helvetica", YuGothic, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 5.5rem;
}

@media screen and (max-width: 768px) {
  .top-container {
    padding-top: 2rem;
  }
}

.new-item,
.wine-set,
.shop-features {
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {

  .new-item,
  .wine-set,
  .shop-features {
    padding: 0;
  }
}

.features-container {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .features-container {
    margin-top: 1rem;
    padding-bottom: 3.5rem;
  }
}

.dir-shop .shop-first-view {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view {
    margin-top: 138px;
  }
}

.dir-shop .shop-first-view .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dir-shop .shop-first-view .swiper-pagination-bullet {
  background: #fff;
}

.dir-shop .shop-first-view .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 70px;
}

.dir-shop .shop-first-view .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 70px;
}

@media screen and (max-width: 768px) {

  .dir-shop .shop-first-view .swiper-button-prev,
  .dir-shop .shop-first-view .swiper-button-next {
    display: none;
  }
}

@media print,
screen and (min-width: 769px) {

  .dir-shop .shop-first-view .swiper-slide-next,
  .dir-shop .shop-first-view .swiper-slide-prev {
    position: relative;
  }

  .dir-shop .shop-first-view .swiper-slide-next::before,
  .dir-shop .shop-first-view .swiper-slide-prev::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.dir-shop .shop-first-view__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view__title {
    text-align: center;
    width: 100%;
  }
}

.dir-shop .shop-first-view__title-img {
  width: 37vh;
}

@media screen and (max-width: 768px) {
  .dir-shop .shop-first-view__title-img {
    width: 26vh;
  }
}

.dir-shop .shop-first-view__img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp-tools__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, right top, from(#eaeaea), color-stop(78%, #eaeaea), color-stop(78%, transparent));
    background-image: linear-gradient(to right, #eaeaea, #eaeaea 78%, transparent 78%);
    background-size: 100% 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }

  .sp-tools__item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    position: relative;
  }

  .sp-tools__item .header__tools-cart_num {
    top: 0;
    right: 0;
    z-index: 1;
  }

  .sp-tools__item:nth-child(n+2):nth-child(-n+4) {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaeaea), color-stop(78%, #eaeaea), color-stop(78%, transparent));
    background-image: linear-gradient(to bottom, #eaeaea, #eaeaea 78%, transparent 78%);
    background-size: 1px 100%;
    background-position: left 8px;
    background-repeat: repeat-y;
  }

  .sp-tools__item--gray {
    position: relative;
    background: #f8f6f3;
  }

  .sp-tools__item--gray::before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/top/icon_link_sp.svg) 50%/cover no-repeat;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 10px;
  }

  .sp-tools__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4rem 0 0.5rem;
    position: relative;
  }

  .sp-tools__icon {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .sp-tools__text {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    padding-top: 5px;
  }

  .new-item {
    border-top: 1px solid #eaeaea;
  }

  .new-item__wrap {
    padding: 2.3rem 0 3rem;
    overflow: hidden;
  }

  .sp-features-tab__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eaeaea;
    margin-top: 5px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  .sp-features-tab__item {
    position: relative;
    padding: 12px 5px;
    font-size: 1.3rem;
    color: #929292;
    text-align: center;
  }

  .sp-features-tab .tab-active {
    color: #950000;
    border-bottom: 3px solid #950000;
  }
}

@media screen and (max-width: 768px) {
  .shop-features {
    overflow: hidden;
    padding: 0 1.5rem;
  }
}

.shop-features .features-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .shop-features .features-container {
    overflow: visible;
  }
}

.shop-features .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .shop-features .swiper-slide:not(:first-child) {
    margin-left: 8px;
  }
}

.shop-features .swiper-slide img {
  width: 100%;
}

.shop-features__item {
  border-radius: 4px;
  -ms-flex-preferred-size: calc((100% - 8px) / 2);
  flex-basis: calc((100% - 8px) / 2);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .shop-features__item:nth-child(n+3) {
    margin-top: 8px;
  }

  .shop-features__item:not(:nth-child(2n+1)) {
    margin-left: 8px;
  }
}

@media print,
screen and (min-width: 769px) {
  .shop-features__item {
    -ms-flex-preferred-size: calc((100% - 20px) / 3);
    flex-basis: calc((100% - 20px) / 3);
  }

  .shop-features__item:nth-child(n+4) {
    margin-top: 10px;
  }

  .shop-features__item:not(:nth-child(3n+1)) {
    margin-left: 10px;
  }
}

.shop-features__link {
  display: inline-block;
  width: 100%;
}

.shop-features .features-container-wrap .swiper-button-prev,
.shop-features .features-container-wrap .swiper-button-next {
  margin-top: -28px;
}

@media screen and (max-width: 768px) {

  .shop-features .features-container-wrap .swiper-button-prev,
  .shop-features .features-container-wrap .swiper-button-next {
    display: none;
  }
}

.single-cul-slider-wrap,
.features-container-wrap {
  position: relative;
}

.single-cul-slider-wrap .swiper-button-prev,
.single-cul-slider-wrap .swiper-button-next,
.features-container-wrap .swiper-button-prev,
.features-container-wrap .swiper-button-next {
  background: #fff;
  -webkit-box-shadow: 1px 2px 6px #e2e2e2;
  box-shadow: 1px 2px 6px #e2e2e2;
  border-radius: 30px;
  width: 55px;
  height: 55px;
  margin-top: -30px;
}

@media screen and (max-width: 768px) {

  .single-cul-slider-wrap .swiper-button-prev,
  .single-cul-slider-wrap .swiper-button-next,
  .features-container-wrap .swiper-button-prev,
  .features-container-wrap .swiper-button-next {
    display: none;
  }
}

.single-cul-slider-wrap .swiper-button-prev::before,
.single-cul-slider-wrap .swiper-button-next::before,
.features-container-wrap .swiper-button-prev::before,
.features-container-wrap .swiper-button-next::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/top/icon_arrow_slider_left.svg") 50%/cover no-repeat;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 19px;
  -webkit-transform: rotate(180deg) translate(-25px, 50%);
  transform: rotate(180deg) translate(-25px, 50%);
}

.single-cul-slider-wrap .swiper-button-prev,
.features-container-wrap .swiper-button-prev {
  left: -27.5px;
}

.single-cul-slider-wrap .swiper-button-prev::before,
.features-container-wrap .swiper-button-prev::before {
  -webkit-transform: rotate(0deg) translate(22px, -50%);
  transform: rotate(0deg) translate(22px, -50%);
}

.single-cul-slider-wrap .swiper-button-next,
.features-container-wrap .swiper-button-next {
  right: -27.5px;
}

.single-cul-slider {
  margin-top: 1.5rem;
  overflow: hidden;
  padding: 1px;
}

@media screen and (max-width: 768px) {
  .single-cul-slider {
    margin-top: 1rem;
    overflow: visible;
  }
}

@media screen and (max-width: 768px) {
  .single-cul-slider .swiper-wrapper {
    padding: 0 1.5rem;
  }
}

.single-cul-slider__item {
  position: relative;
}

.single-cul-slider__link {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding: 2rem 1rem 1.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__link {
    padding: 2rem 1.5rem 1.5rem;
    border: none;
    -webkit-box-shadow: 1px 1px 25px -10px #929292;
    box-shadow: 1px 1px 25px -10px #929292;
  }

  .single-cul-slider__link--small {
    padding: 1.5rem;
  }
}

.single-cul-slider__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 163px;
}

@media print,
screen and (min-width: 769px) {
  .single-cul-slider__product--small {
    min-height: 125px;
    max-height: 155px;
  }
}

@media all and (min-width: 851px) and (max-width: 1020px) {
  .single-cul-slider__product {
    height: 200px;
  }
}

@media all and (min-width: 769px) and (max-width: 850px) {
  .single-cul-slider__product {
    height: 230px;
  }
}

@media screen and (max-width: 768px) {
  .single-cul-slider__product {
    height: 150px;
  }

  .single-cul-slider__product--small {
    height: 105px;
  }
}

@media all and (min-width: 320px) and (max-width: 374px) {
  .single-cul-slider__product {
    height: 160px;
  }
}

.single-cul-slider__type {
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 11px;
  left: 11px;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__type {
    top: 9px;
    left: 9px;
    width: 38px;
    height: 38px;
  }
}

.single-cul-slider__type::after {
  background: url() 50%/cover no-repeat;
  display: block;
  content: "";
  position: relative;
  top: 21px;
  left: 0px;
  width: 44px;
  height: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-cul-slider__type--white {
  background: #a9d08d;
}

.single-cul-slider__type--white::after {
  background: url(../img/top/icon_white.png) 50%/cover no-repeat;
}

.single-cul-slider__type--red {
  background: #db5d5d;
}

.single-cul-slider__type--red::after {
  background: url(../img/top/icon_red.png) 50%/cover no-repeat;
}

.single-cul-slider__type--sparkling::after {
  background: url(../img/top/icon_sparkling.png) 50%/cover no-repeat;
}

.single-cul-slider__type--rose::after {
  background: url(../img/top/icon_rose.png) 50%/cover no-repeat;
}

.single-cul-slider__type--set::after {
  background: url(../img/top/icon_set.png) 50%/cover no-repeat;
}

.single-cul-slider__type--goods::after {
  background: url(../img/top/icon_goods.png) 50%/cover no-repeat;
}

.single-cul-slider__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}

@media print,
screen and (min-width: 769px) {
  .single-cul-slider__image {
    padding-left: 0.5rem;
  }
}

.single-cul-slider__box {
  -ms-flex-preferred-size: 58%;
  flex-basis: 58%;
  padding-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__box {
    padding-left: 0.5rem;
  }
}

.single-cul-slider__country {
  font-size: 1rem;
  padding-left: 2.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__country {
    padding-left: 1.5rem;
    line-height: 1rem;
    letter-spacing: 0;
  }
}

.single-cul-slider__country::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0px;
  width: 20px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .single-cul-slider__country::before {
    top: 3px;
    left: -5px;
    width: 14px;
    height: 9px;
  }
}

.single-cul-slider__country--italia::before {
  background: url(../img/top/icon_italia.svg) 50%/cover no-repeat;
}

.single-cul-slider__country--france::before {
  background: url(../img/top/icon_france.svg) 50%/cover no-repeat;
}

.single-cul-slider__country--usa::before {
  background: url(../img/top/icon_usa.svg) 50%/cover no-repeat;
}

.single-cul-slider__title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 1rem;
  text-align: left;
  letter-spacing: 0.5px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__title {
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: 0;
  }

  .single-cul-slider__title--small {
    margin-top: 0;
    -webkit-line-clamp: 4;
  }
}

.single-cul-slider__variety {
  font-size: 1rem;
  font-weight: normal;
  padding-top: 0.3rem;
  letter-spacing: 0;
  height: 1.2rem;
  line-height: 1rem;
}

.single-cul-slider__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 1.2rem;
  text-align: left;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__price {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 0;
    letter-spacing: 0;
  }
}

.single-cul-slider__price-big {
  font-size: 1.9rem;
  font-weight: bold;
  font-family: arial;
}

.single-cul-slider__explanation {
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__explanation {
    padding-top: 1rem;
  }
}

.single-cul-slider__text {
  font-size: 1.35rem;
  display: -webkit-box;
  height: 7rem;
  overflow: hidden;
  text-align: left;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 768px) {
  .single-cul-slider__text {
    line-height: 2.3rem;
    letter-spacing: -0.4px;
    height: 6.5rem;
    -webkit-line-clamp: 3;
  }
}

@media screen and (max-width: 768px) {
  .world-wine-set {
    margin-top: 18px;
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #eaeaea;
  }

  .world-wine-set__title {
    position: relative;
    text-align: center;
    padding-left: 0;
    font-size: 18px;
  }

  .world-wine-set__title span.highlight {
    position: relative;
    padding-top: 1.5em;
  }

  .world-wine-set__title span.highlight:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1em;
    color: orange;
  }

  .world-wine-set__title:before {
    position: absolute;
    top: 0;
    left: calc(50% - 150px);
    content: "＼";
    display: block;
    margin-right: 10px;
  }

  .world-wine-set__title:after {
    position: absolute;
    top: 0;
    right: calc(50% - 150px);
    content: "／";
    display: block;
    margin-left: 10px;
  }

  .world-wine-set__text {
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }

  .world-wine-set__bnr-area {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .world-wine-set__bnr-area img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 345px;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ccc;
  }
}

@media print,
screen and (min-width: 769px) {
  .world-wine-set {
    margin-top: 80px;
    padding-top: 40px;
    margin-bottom: 60px;
    border-top: 1px solid #eaeaea;
  }

  .world-wine-set__title {
    position: relative;
    text-align: center;
    padding-left: 0;
    font-size: 24px;
  }

  .world-wine-set__title span.highlight {
    position: relative;
    padding-top: 1.1em;
  }

  .world-wine-set__title span.highlight:before {
    position: absolute;
    content: "・";
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-size: 1em;
    color: orange;
  }

  .world-wine-set__title:before {
    position: absolute;
    top: 0;
    left: calc(50% - 200px);
    content: "＼";
    display: block;
    margin-right: 10px;
  }

  .world-wine-set__title:after {
    position: absolute;
    top: 0;
    right: calc(50% - 200px);
    content: "／";
    display: block;
    margin-left: 10px;
  }

  .world-wine-set__text {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .world-wine-set__bnr-area {
    margin-top: 20px;
  }

  .world-wine-set__bnr-area img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 685px;
    height: 253px;
    border: 1px solid #ccc;
  }
}

.popular-wine-set {
  background: #40220e;
  position: relative;
}

@media screen and (max-width: 768px) {
  .popular-wine-set {
    padding-top: 66px;
    padding-bottom: 40px;
  }

  .popular-wine-set:before {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(50% - 124px);
    background: url(/shop/img/home/text_special.png);
    width: 248px;
    height: 65px;
    background-size: contain;
  }

  .popular-wine-set__title {
    text-align: center;
    color: #fff;
    font-size: 18px;
  }

  .popular-wine-set__text {
    margin-top: 10px;
    margin-bottom: 24px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
  }

  .popular-wine-set__large-group {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }

  .popular-wine-set__large-group__item__title-sub {
    margin-bottom: 14px;
    padding-left: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #fff;
  }

  .popular-wine-set__large-group__item__title-sub:last-of-type {
    margin-top: 30px;
  }

  .popular-wine-set__large-group__item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

  .popular-wine-set__large-group__item__group__item {
    max-width: 168px;
    width: 44.8vw;
    background: #fff;
    border-radius: 4px;
  }

  .popular-wine-set__large-group__item__group__item:first-of-type {
    margin-right: 1.4vw;
  }

  .popular-wine-set__large-group__item__group__item:last-of-type {
    margin-left: 1.4vw;
  }

  .popular-wine-set__large-group__item__group__item__photo {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    max-width: 168px;
    max-height: 168px;
    width: 44.8vw;
    height: 44.8vw;
  }

  .popular-wine-set__large-group__item__group__item__text-group {
    padding: 10px;
  }

  .popular-wine-set__large-group__item__group__item__text-group__title-sub {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #707070), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #707070 15%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .popular-wine-set__large-group__item__group__item__text-group__text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
}

@media print,
screen and (min-width: 769px) {
  .popular-wine-set {
    padding-top: 115px;
    padding-bottom: 60px;
  }

  .popular-wine-set:before {
    content: "";
    position: absolute;
    top: 70px;
    left: calc(50% - 170.5px);
    background: url(/shop/img/home/text_special.png);
    width: 341px;
    height: 90px;
  }

  .popular-wine-set__title {
    text-align: center;
    color: #fff;
    font-size: 24px;
  }

  .popular-wine-set__text {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }

  .popular-wine-set__large-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .popular-wine-set__large-group__item__title-sub {
    margin-bottom: 14px;
    padding-left: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #fff;
  }

  .popular-wine-set__large-group__item__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 495px;
  }

  .popular-wine-set__large-group__item__group__item {
    width: 242px;
    height: 380px;
    background: #fff;
    border-radius: 4px;
  }

  .popular-wine-set__large-group__item__group__item__photo {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    width: 242px;
    height: 242px;
  }

  .popular-wine-set__large-group__item__group__item__text-group {
    padding: 17px;
  }

  .popular-wine-set__large-group__item__group__item__text-group__title-sub {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #707070), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #707070 15%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 1px;
    background-repeat: repeat-x;
  }

  .popular-wine-set__large-group__item__group__item__text-group__text {
    margin-top: 10px;
    font-size: 12px;
  }
}

.outlet img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .outlet {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .outlet img {
    width: calc(100% - 2rem);
    height: auto;
  }
}

@media print,
screen and (min-width: 769px) {
  .outlet {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .outlet img {
    width: 685px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .wine-set {
    border-top: 1px solid #eaeaea;
    position: relative;
  }
}

.wine-set__anchor {
  position: absolute;
  top: -100px;
}

@media screen and (max-width: 768px) {
  .wine-set__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .wine-set__title {
    display: inline-block;
    padding-left: 0;
    margin: auto;
  }
}

.wine-set__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .wine-set__list {
    display: inline-block;
    margin: 0.5rem auto 0;
  }
}

.wine-set__item {
  width: calc((100% - 2rem) / 3);
  border-radius: 4px;
}

@media print,
screen and (min-width: 769px) {
  .wine-set__item:nth-child(n+4) {
    display: none;
  }

  .wine-set__item+.wine-set__item {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .wine-set__item {
    width: 100%;
  }

  .wine-set__item+.wine-set__item {
    margin-top: 1.5rem;
  }

  .examination-set .wine-set__item+.wine-set__item {
    margin-top: 2rem;
  }
}

.wine-set__link {
  display: inline-block;
  padding-bottom: 0.1rem;
  width: 100%;
}

.wine-set__image {
  border-radius: 4px;
  vertical-align: bottom;
  width: 100%;
}

.wine-set__box {
  padding: 1.5rem 2rem;
}

@media print,
screen and (min-width: 769px) {
  .wine-set__box {
    border: 1px solid #eaeaea;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  .wine-set__box {
    padding: 1rem 0rem;
  }
}

.wine-set__title-sub {
  font-size: 1.43rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.wine-set__title-sub .red_txt {
  color: #d80c1b;
}

@media screen and (max-width: 768px) {
  .wine-set__title-sub {
    font-size: 1.45rem;
    font-family: "Arial";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90vw;
  }
}

.wine-set__text {
  display: -webkit-box;
  font-size: 1.35rem;
  height: 8rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media print,
screen and (min-width: 769px) {
  .wine-set__text {
    background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 4px);
    background-size: 5px 1px;
    background-position: top;
    background-repeat: repeat-x;
    margin-top: 0.8rem;
    padding-top: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .wine-set__text {
    line-height: 2.3rem;
    height: 6.5rem;
  }
}

.wine-set__more {
  color: #6e5518;
  text-align: center;
  margin-top: 2.5rem;
}

.wine-set__more-sp {
  display: inline-block;
  margin: 0 auto;
}

@media print,
screen and (min-width: 769px) {
  .wine-set__more-sp {
    display: none;
  }
}

.wine-set__more-sp__tab {
  padding: 2rem 0 0 0;
  text-align: center;
}

.wine-set__more-link {
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6e5518;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.5rem 8rem;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .wine-set__more-link {
    width: 225px;
    height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .wine-set__more-link {
    padding: 1.5rem 10rem;
  }
}

.wine-set-all__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 2rem);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  justify-content: flex-start;
  gap: 8px;
}

/* 新商品が4つ以上のときはコメントアウトする */
/* .new-item__flex {
  margin: 1.5rem auto 0;
  justify-content: center;
  gap: 8px;
} */
/* 新商品が4つ以上のときはコメントアウトする */

@media print,
screen and (min-width: 769px) {
  /* .wine-set-all__list:after {
    display: block;
    content: "";
    width: calc((100% - 2rem) / 3);
  } */
}

@media print,
screen and (min-width: 769px) {
  .wine-set-all__item {
    margin-left: 0 !important;
    /* margin-bottom: 20px; */
    margin-bottom: 12px;
  }

  .wine-set-all__item:nth-child(n+4) {
    display: block;
  }
}

.top-category {
  padding-top: 5rem;
}

@media screen and (max-width: 768px) {
  .top-category {
    border-top: 1px solid #eaeaea;
    padding-top: 2.5rem;
  }
}

.top-category__wrap {
  background: #f7f7f7;
  margin-top: 2rem;
  padding: 2rem 5rem 3rem;
}

@media screen and (max-width: 768px) {
  .top-category__wrap {
    margin-top: 1rem;
    padding: 1.3rem 0 2rem;
  }
}

.top-category__title {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .top-category__title {
    padding: 0 1.5rem;
  }
}

.top-category__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .top-category__contents {
    display: inline;
  }
}

.top-category__box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .top-category__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .top-category__box+.top-category__box {
    margin-top: 1rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .top-category__box+.top-category__box {
    margin-left: 1rem;
  }
}

.top-category__title-sub {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-category__title-sub {
    display: inline-block;
    font-size: 1.4rem;
    padding-left: 1.5rem;
  }
}

.top-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .top-category__list {
    margin: 1.5rem auto 0;
    width: 100%;
  }
}

.top-category__item {
  background: #fff;
  position: relative;
  width: calc((100% - 2px) / 2);
}

.top-category__item:nth-child(2n) {
  margin-left: 1px;
}

.top-category__item:nth-child(n+3) {
  margin-top: 1px;
}

@media screen and (max-width: 768px) {
  .top-category__item+.shop-feature__item {
    margin-top: 1.5rem;
  }
}

.top-category__item::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 2rem;
  width: 20px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .top-category__item::before {
    left: 1.5rem;
  }
}

.top-category__item--italia::before {
  background: url(../img/top/icon_italia.svg) 50%/cover no-repeat;
}

.top-category__item--france::before {
  background: url(../img/top/icon_france.svg) 50%/cover no-repeat;
}

.top-category__item--usa::before {
  background: url(../img/top/icon_usa.svg) 50%/cover no-repeat;
}

.top-category__item--red::before {
  background: #db5d5d;
  border-radius: 15px;
  width: 14px;
  height: 14px;
  left: 2.5rem;
}

.top-category__item--green::before {
  background: #a9d08d;
  border-radius: 15px;
  width: 14px;
  height: 14px;
  left: 2.5rem;
}

.top-category__link {
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.7rem 1rem 0.7rem 5rem;
  height: 53px;
  width: 100%;
  position: relative;
}

.top-category__link--type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-category__link {
    line-height: 2rem;
    padding: 0.7rem 2rem 0.7rem 4.3rem;
  }
}

.top-category__link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
}

.top-category__cuntrry {
  font-size: 1.1rem;
}

.top-category__more {
  color: #6e5518;
  text-align: center;
  margin-top: 2.5rem;
}

.top-category__more-sp {
  display: inline-block;
  padding-right: 2rem;
  margin-left: auto;
  text-align: center;
}

@media print,
screen and (min-width: 769px) {
  .top-category__more-sp {
    display: none;
  }
}

.top-category__more-link {
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6e5518;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.5rem 0;
  position: relative;
  width: 225px;
}

@media print,
screen and (min-width: 769px) {
  .top-category__more-link {
    height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .top-category__more-link {
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 1rem 0 0;
    text-align: right;
    width: auto;
  }
}

.top-category__more-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translate(-5px, -50%);
  transform: rotate(45deg) translate(-5px, -50%);
}

@media screen and (max-width: 768px) {
  .top-category__more-link::before {
    right: -2px;
    -webkit-transform: rotate(45deg) translate(-2px, -50%);
    transform: rotate(45deg) translate(-2px, -50%);
  }
}

.top-information__wrap {
  padding: 5.5rem 5rem 6rem;
}

@media screen and (max-width: 768px) {
  .top-information__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.5rem 0 3rem;
  }
}

@media screen and (max-width: 768px) {
  .top-information__title {
    display: inline-block;
  }
}

.top-information__list {
  margin-top: 2rem;
  padding: 0 3rem;
}

@media screen and (max-width: 768px) {
  .top-information__list {
    margin-top: 1.2rem;
    padding: 0;
    width: 100%;
  }
}

.top-information__item {
  border-top: 1px solid #eaeaea;
}

.top-information__item:last-child {
  border-bottom: 1px solid #eaeaea;
}

.top-information__link {
  display: inline-block;
  padding: 1rem 5rem 1rem 1.5rem;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top-information__link {
    padding: 1.5rem 5rem 1.5rem 1.5rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .top-information__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 4rem 3rem 1.5rem;
  }
}

.top-information__link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media print,
screen and (min-width: 769px) {
  .top-information__link::before {
    right: 3.5rem;
  }
}

.top-information__date {
  color: #707070;
  font-size: 1.6rem;
  font-family: arial;
}

.top-information__title-sub {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top-information__title-sub {
    line-height: 2.5rem;
  }
}

@media print,
screen and (min-width: 769px) {
  .top-information__title-sub {
    margin-left: 4rem;
  }
}

.top-information__more {
  color: #6e5518;
  text-align: center;
  margin-top: 2.5rem;
}

.top-information__more-sp {
  display: inline-block;
  padding-right: 2.2rem;
  margin-left: auto;
}

@media print,
screen and (min-width: 769px) {
  .top-information__more-sp {
    display: none;
  }
}

.top-information__more-link {
  border: 1px solid #707070;
  border-radius: 4px;
  color: #6e5518;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 1.5rem 8rem;
  position: relative;
}

@media print,
screen and (min-width: 769px) {
  .top-information__more-link {
    width: 225px;
    height: 52px;
  }
}

@media screen and (max-width: 768px) {
  .top-information__more-link {
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 0 1rem 0 0;
    text-align: right;
  }
}

.top-information__more-link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid #a89974;
  border-right: 2px solid #a89974;
  -webkit-transform: rotate(45deg) translate(-5px, -50%);
  transform: rotate(45deg) translate(-5px, -50%);
}

@media screen and (max-width: 768px) {
  .top-information__more-link::before {
    right: -2px;
    -webkit-transform: rotate(45deg) translate(-2px, -50%);
    transform: rotate(45deg) translate(-2px, -50%);
  }
}

.top-about {
  background: url("../img/top/about_bg.jpg") 50%/cover no-repeat;
  padding: 6.5rem;
}

@media screen and (max-width: 768px) {
  .top-about {
    padding: 3rem 1.5rem;
  }
}

.top-about__wrap {
  background: #fff;
  border-radius: 4px;
  max-width: 1000px;
  margin: 0 auto;
}

.top-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .top-about__contents {
    display: inline-block;
    padding: 2rem 2rem 1rem;
  }
}

.top-about__view {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-about__view {
    display: block;
  }
}

.top-about__title {
  color: #6e5518;
  font-family: "ヒラギノ明朝 ProN";
  font-size: 3.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .top-about__title {
    font-size: 2.4rem;
  }
}

.top-about__box {
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
  padding-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .top-about__box {
    padding-top: 0.5rem;
  }
}

.top-about__text {
  font-size: 1.4rem;
  line-height: 2.8rem;
}

@media all and (min-width: 769px) and (max-width: 1050px) {
  .top-about__text {
    padding-right: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .top-about__text {
    line-height: 2.5rem;
    padding-left: 0.5rem;
  }
}

.top-about__list {
  counter-reset: number 0;
  margin-top: 2.5rem;
  padding-right: 2rem;
}

@media screen and (max-width: 768px) {
  .top-about__list {
    margin-top: 1.5rem;
  }
}

.top-about__item {
  background-image: linear-gradient(to right, #707070, #707070 1px, transparent 1px, transparent 4px);
  background-size: 5px 1px;
  background-position: top;
  background-repeat: repeat-x;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem;
}

@media screen and (max-width: 768px) {
  .top-about__item {
    position: relative;
  }

  .top-about__item::before {
    counter-increment: number 1;
    content: counter(number) ".";
    display: block;
    font-family: "ヒラギノ明朝 ProN";
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.top-about__point {
  font-size: 1.4rem;
  letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
  .top-about__point {
    font-size: 1.45rem;
    letter-spacing: 0;
    padding-left: 4.5rem;
  }
}

.top-about__number {
  font-family: "ヒラギノ明朝 ProN";
  font-size: 2.4rem;
  margin-right: 3rem;
}

@media screen and (max-width: 768px) {
  .top-about__number {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .kv {
    width: 100%;
    height: 450px;
    background: url("/shop/assets/img/top/bg_kv.JPG");
    background-size: cover;
    background-position: center;
  }

  .kv .renewal {
    text-align: center;
    background: #f8f6f2;
    color: #6e5518;
    font-weight: bold;
    padding: 10px 0;
    font-size: 13px;
  }

  .kv .kv_inner {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
  }

  .kv .kv_inner .kv_company {
    position: relative;
    font-size: 34px;
    font-weight: bold;
    color: #fff;
  }

  .kv .kv_inner .kv_company:after {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background-color: #d80c1b;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -65px;
  }

  .kv .kv_inner .site_heading {
    padding-top: 80px;
  }

  .kv .kv_inner .site_heading .card_kinds li {
    display: inline-block;
    padding: 16px 44px;
    margin: 0 3px;
    background: #fff;
    font-size: 22px;
    font-weight: bold;
    color: #000;
  }

  .kv .kv_inner .site_heading .site_name {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
  }

  .sectionBox .section_inner {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }

  .sectionBox h2 {
    text-align: center;
    padding-bottom: 30px;
  }

  .sectionBox h2 .section_title {
    font-size: 30px;
  }

  .sectionBox h2 .section_english_title {
    font-size: 13px;
  }

  .sectionBox span {
    color: #d80c1b;
  }

  .sectionBox .annotation {
    font-size: 12px;
    color: #626262;
  }

  .aboutClm {
    text-align: center;
    line-height: 2;
  }

  .recommendClm .imgClm {
    float: left;
    width: 450px;
  }

  .recommendClm .txtClm {
    float: left;
    width: 550px;
    text-align: left;
    padding-left: 30px;
  }

  .recommendClm .txtClm h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }

  .recommendClm .txtClm p {
    padding-bottom: 8px;
  }

  .recommendClm .btnClm {
    display: inline-block;
    width: 290px;
    height: 51px;
    background-color: #d80c1b;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    margin-top: 8px;
    font-weight: bold;
  }

  .itemClm span {
    font-weight: bold;
    color: #333;
  }

  .anotherLink {
    width: 100%;
    overflow: hidden;
  }

  .anotherLink .cdmClm {
    overflow: hidden;
    float: left;
    width: 50%;
    background: url("/shop/assets/img/top/bg_cdm.JPG");
    background-size: cover;
    background-position: center;
    padding: 110px 72px 60px 0;
  }

  .anotherLink .cdmClm .linkBox {
    position: relative;
    width: 428px;
    float: right;
  }

  .anotherLink .cdmClm .linkBox .balloon {
    position: absolute;
    top: -60px;
    left: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #fff;
  }

  .anotherLink .cdmClm .linkBox .balloon::after,
  .anotherLink .cdmClm .linkBox .balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .anotherLink .cdmClm .linkBox .balloon::before {
    border: solid 12px transparent;
    border-top: solid 12px #fff;
  }

  .anotherLink .cdmClm .linkBox .balloon::after {
    border: solid 14px transparent;
    border-top: solid 14px #000;
    margin-top: -5px;
  }

  .anotherLink .cdmClm .linkBox .txtClm {
    padding: 30px 50px;
    background: #fff;
  }

  .anotherLink .cdmClm .linkBox .txtClm .link_catch {
    text-align: center;
    font-size: 13px;
  }

  .anotherLink .cdmClm .linkBox .txtClm .link_name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .anotherLink .cdmClm .linkBox .txtClm .btnClm {
    display: inline-block;
    width: 328px;
    height: 51px;
    background-color: #d80c1b;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
  }

  .anotherLink {
    width: 100%;
    overflow: hidden;
  }

  .anotherLink .advClm {
    overflow: hidden;
    float: right;
    width: 50%;
    background: url("/shop/assets/img/top/bg_adv.JPG");
    background-size: cover;
    background-position: center;
    padding: 110px 0 60px 72px;
  }

  .anotherLink .advClm .linkBox {
    position: relative;
    width: 428px;
    float: left;
  }

  .anotherLink .advClm .linkBox .balloon {
    position: absolute;
    top: -60px;
    left: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #fff;
  }

  .anotherLink .advClm .linkBox .balloon::after,
  .anotherLink .advClm .linkBox .balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .anotherLink .advClm .linkBox .balloon::before {
    border: solid 12px transparent;
    border-top: solid 12px #fff;
  }

  .anotherLink .advClm .linkBox .balloon::after {
    border: solid 14px transparent;
    border-top: solid 14px #342b1e;
    margin-top: -5px;
  }

  .anotherLink .advClm .linkBox .txtClm {
    padding: 30px 50px;
    background: #fff;
  }

  .anotherLink .advClm .linkBox .txtClm .link_catch {
    text-align: center;
    font-size: 13px;
  }

  .anotherLink .advClm .linkBox .txtClm .link_name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .anotherLink .advClm .linkBox .txtClm .btnClm {
    display: inline-block;
    width: 328px;
    height: 51px;
    background-color: #d80c1b;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .kv {
    width: 100%;
    height: auto;
    background: url("/shop/assets/img/top/bg_kv.JPG");
    background-size: cover;
    background-position: center;
    margin-top: 78px;
  }

  .kv .renewal {
    text-align: left;
    background: #f8f6f2;
    color: #6e5518;
    font-weight: bold;
    font-size: 12px;
    padding: 15px 20px;
    line-height: 1.8rem;
  }

  .kv .renewal span {
    padding-bottom: 5px;
    display: inline-block;
  }

  .kv .kv_inner {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
  }

  .kv .kv_inner .kv_company {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
  }

  .kv .kv_inner .kv_company:after {
    content: "";
    display: block;
    width: 130px;
    height: 1px;
    background-color: #d80c1b;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -65px;
  }

  .kv .kv_inner .site_heading {
    padding-top: 60px;
  }

  .kv .kv_inner .site_heading .card_kinds {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .kv .kv_inner .site_heading .card_kinds li {
    display: inline-block;
    padding: 10px;
    margin: 0 1px;
    background: #fff;
    font-size: 13px;
    font-weight: bold;
    color: #000;
  }

  .kv .kv_inner .site_heading .site_name {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .sectionBox .section_inner {
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
  }

  .sectionBox h2 {
    text-align: center;
    padding-bottom: 30px;
  }

  .sectionBox h2 .section_title {
    font-size: 25px;
  }

  .sectionBox h2 .section_english_title {
    font-size: 11px;
  }

  .sectionBox span {
    color: #d80c1b;
  }

  .sectionBox .annotation {
    font-size: 12px;
    color: #626262;
  }

  .recommendClm .txtClm {
    text-align: left;
  }

  .recommendClm .txtClm h3 {
    font-size: 20px;
    padding: 13px 0;
  }

  .recommendClm .txtClm p {
    padding-bottom: 10px;
  }

  .recommendClm .btnClm {
    display: inline-block;
    width: 100%;
    height: 51px;
    background-color: #d80c1b;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
  }

  .itemClm h2 {
    padding-bottom: 0;
  }

  .itemClm .section_inner {
    padding: 40px 0;
  }

  .itemClm span {
    font-weight: bold;
    color: #333;
  }

  .anotherLink {
    width: 100%;
  }

  .anotherLink .cdmClm {
    background: url("/shop/assets/img/top/bg_cdm.JPG");
    background-size: cover;
    background-position: center;
  }

  .anotherLink .cdmClm .linkBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    text-align: center;
  }

  .anotherLink .cdmClm .linkBox .balloon {
    width: 90%;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #fff;
    margin-bottom: 25px;
  }

  .anotherLink .cdmClm .linkBox .balloon::after,
  .anotherLink .cdmClm .linkBox .balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .anotherLink .cdmClm .linkBox .balloon::before {
    border: solid 12px transparent;
    border-top: solid 12px #fff;
  }

  .anotherLink .cdmClm .linkBox .balloon::after {
    border: solid 14px transparent;
    border-top: solid 14px #000;
    margin-top: -5px;
  }

  .anotherLink .cdmClm .linkBox .txtClm {
    padding: 30px;
    background: #fff;
    text-align: left;
  }

  .anotherLink .cdmClm .linkBox .txtClm .link_catch {
    text-align: center;
    font-size: 13px;
  }

  .anotherLink .cdmClm .linkBox .txtClm .link_name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .anotherLink .cdmClm .linkBox .txtClm .btnClm {
    display: inline-block;
    width: 100%;
    height: 51px;
    background-color: #d80c1b;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
  }

  .anotherLink {
    width: 100%;
  }

  .anotherLink .advClm {
    background: url("/shop/assets/img/top/bg_adv.JPG");
    background-size: cover;
    background-position: center;
  }

  .anotherLink .advClm .linkBox {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    text-align: center;
  }

  .anotherLink .advClm .linkBox .balloon {
    width: 90%;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-bottom: solid 2px #fff;
    margin-bottom: 25px;
  }

  .anotherLink .advClm .linkBox .balloon::after,
  .anotherLink .advClm .linkBox .balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .anotherLink .advClm .linkBox .balloon::before {
    border: solid 12px transparent;
    border-top: solid 12px #fff;
  }

  .anotherLink .advClm .linkBox .balloon::after {
    border: solid 14px transparent;
    border-top: solid 14px #342b1e;
    margin-top: -5px;
  }

  .anotherLink .advClm .linkBox .txtClm {
    padding: 30px;
    background: #fff;
    text-align: left;
  }

  .anotherLink .advClm .linkBox .txtClm .link_catch {
    text-align: center;
    font-size: 13px;
  }

  .anotherLink .advClm .linkBox .txtClm .link_name {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
  }

  .anotherLink .advClm .linkBox .txtClm .btnClm {
    display: inline-block;
    width: 100%;
    height: 51px;
    background-color: #d80c1b;
    border-radius: 25px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    margin-top: 20px;
    font-weight: bold;
  }
}

.recommendClm,
.allitemClm {
  background-color: #f9f9f9;
}

/* アコーディオンメニュー */
.ac-menu {
  width: 90%;
  margin: 20px auto 0 auto;
}

.ac-menu:last-child {
  margin-bottom: 60px;
  /* 最後の要素の下にだけ余白 */
}

.ac-menu input {
  display: none;
}

.ac-menu label {
  color: #333;
  /* 文字色 */
  font-size: 17px;
  /* 文字サイズ */
  line-height: 2;
  /* 行間 */
  font-weight: bold;
  /* 文字を太く */
  text-align: center;
  /* 文字を中央に */
  padding: 15px;
  /* 内側の余白 */
  cursor: pointer;
  position: relative;
  display: block;
  border: 1px solid #ddd;
}

.ac-menu label:after {
  position: absolute;
  right: 30px;
  /* 左からの距離 */
  top: 50%;
  /* 上下中央配置 */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＋";
  /* アイコン */
}

.ac-menu input:checked~label::after {
  content: "−";
  /* クリック後のアイコン */
}

.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* 開閉スピード */
}

.ac-menu input:checked~div {
  height: auto;
  opacity: 1;
  padding: 20px;
  /* 中身の枠内の余白 */
  border: 1px solid #ddd;
}

.ac-menu-inside {
  color: #333;
  /* 中身の文字色 */
  font-size: 14px;
  /* 中身の文字サイズ */
  line-height: 2;
  /* 行間 */
}

@media screen and (max-width: 767px) {
  .ac-menu-inside_list {
    list-style-type: disc;
    padding: 0 20px;
  }

  .ac-menu-inside_list li {
    padding-bottom: 10px;
  }

  .ac-menu-inside_list span {
    color: #d80c1b;
  }
}

@media screen and (min-width: 768px) {
  .ac-menu-inside_list {
    list-style-type: disc;
    width: 1000px;
    margin: 0 auto;
  }

  .ac-menu-inside_list li {
    padding-bottom: 10px;
  }

  .ac-menu-inside_list span {
    color: #d80c1b;
  }
}

.soldout_link {
  pointer-events: none;
}

.soldout_link .soldout_box {
  position: relative;
  background-color: #000;
}

.soldout_link .soldout_box .soldout_filter {
  opacity: 0.4;
  display: block;
}

.soldout_link .soldout_box .soldout_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 200%;
  font-weight: bold;
  z-index: 999;
}

.saleitemClm {
  background: #f6f1e6;
}

.saleitemClm h2 {
  color: #d80c1b;
}

.saleitemClm .sale_text {
  color: #d80c1b;
  font-weight: bold;
}

.saleitemClm .sale_text .before_price {
  color: #d80c1b;
  font-weight: bold;
  text-decoration: line-through;
}

/*  ポップアップ */
.popupModal1>input {
  /* ラジオボックス非表示 */
  display: none;
}

.popupModal1>input:nth-child(1)+label {
  cursor: pointer;
}

.modalPopup2 {
  /* 初期設定 ポップアップ非表示 */
  display: none;
}

.popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2 {
  /* ラジオ１ チェックでポップアップ表示 */
  display: block;
  z-index: 998;
  position: fixed;
  width: 90%;
  height: 90%;
  border-radius: 4px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 20px;
  overflow: hidden;
}

.popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div {
  /* */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div>iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label+.modalPopup2>div>img {
  /* ポップアップの中の要素 */
  max-width: 100%;
}

.popupModal1>input:nth-child(1)+label~label {
  display: none;
  /* ラジオ１ 以外のラベルを初期は非表示 */
}

.popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 997;
  text-indent: -999999px;
  overflow: hidden;
}

.popupModal1>input:nth-child(1):checked+label+input:nth-child(3)+label+input:nth-child(5)+label {
  background: #ececec;
  display: inline-block;
  position: fixed;
  right: 8%;
  top: 2%;
  z-index: 999;
  width: 30pt;
  height: 30pt;
  font-size: 25px;
  border-radius: 50%;
  line-height: 30pt;
  text-align: center;
  -webkit-box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.popupModal1>input:nth-child(1)+label+input:nth-child(3):checked+label+input:nth-child(5)+label+.modalPopup2,
.popupModal1>input:nth-child(1)+label+input:nth-child(3)+label+input:nth-child(5):checked+label+.modalPopup2 {
  /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
  display: none;
}

.modalPopup2 {
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.popupModal1 .modalTitle {
  padding-bottom: 0.5em;
  margin: 0.5em 0;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.popupModal1 .modalMain {
  color: #222;
  text-align: left;
  font-size: 14px;
  line-height: 1.8em;
}

/* モーダルスタイル */
/* PC */
@media screen and (min-width: 768px) {
  .top_information {
    background: #ececec;
    text-align: center;
    padding: 5px 0;
    text-decoration: underline;
  }

  .modalPopup2 {
    width: 70% !important;
  }

  .modalPopup3 {
    width: 90% !important;
  }

  .modalTitle {
    font-size: 25px;
  }

  .modalMain {
    margin-top: 30px;
  }

  .modal_read {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
  }

  .modal_h3 {
    margin: 25px 0 5px 0;
    padding: 0;
    font-size: 20px;
  }

  .modal_h4 {
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 0;
  }

  .modal_li {
    list-style: disc;
    margin-left: 20px;
    text-align: left;
  }

  .modal_annotation {
    font-size: 12px;
    color: #656565;
    line-height: 1.4;
    margin-top: 5px;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .top_information {
    background: #ececec;
    text-align: center;
    padding: 10px 0;
    font-size: 1.2rem;
    line-height: 1.2;
    text-decoration: underline;
  }

  .modalTitle {
    font-size: 2rem;
  }

  .modalMain {
    margin-top: 20px;
  }

  .modal_read {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.6;
  }

  .modal_h3 {
    margin: 25px 0 5px 0;
    padding: 0;
    font-size: 1.7rem;
  }

  .modal_h4 {
    margin: 20px 0 5px 0;
    font-weight: bold;
    font-size: 1.5rem;
    padding-bottom: 0;
  }

  .modal_li {
    list-style: disc;
    margin-left: 20px;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1.6;
  }

  .modal_annotation {
    font-size: 1.2rem;
    color: #656565;
    line-height: 1.6;
    margin-top: 5px;
  }
}