@charset "utf-8";

body{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "メイリオ", "MS P明朝", "MS PMincho", serif;
  box-sizing: border-box;
  color: #333;
  line-height: 1.333;
}
.pcOnly {
  display: none;
}

.container * {
  font-weight: bold;
}

.container .header {
  position: relative;
  width: 100%;
}

.container .header__inner .header__btn-wrap {
  width: 17.067vw;
  height: 12.8vw;
  position: absolute;
  top: 0;
  right: 0;
}

.container .header__inner .header__btn-wrap.is-hide {
  display: none;
}

.container .header__inner .header__btn {
  display: flex;
  padding: 4vw 5.333vw;
  width: 6.4vw;
  height: 4.8vw;
  box-sizing: content-box;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: none;
  background: #fff;
}

.container .header__inner .header__btn span,
.container .header__inner .header__btn span::before,
.container .header__inner .header__btn span::after {
  display: block;
  height: 0.533vw;
  width: 6.4vw;
  border-radius: 0.267vw;
  background: #917003;
  /* transition: 0.4s; */
  position: absolute;
}

.container .header__inner .header__btn span::before {
  content: '';
  bottom: 2.133vw;
  transform: rotate(0);
}

.container .header__inner .header__btn span::after {
  content: '';
  top: 2.133vw;
  transform: rotate(0);
}

.container .header__menu {
  display: none;
  margin: 14.4vw 5.333vw 0;
}

.container .menu-list__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5.333vw 0;
  width: 100%;
  border-top: 0.267vw solid #917003;
  color: #333;
}

.container .menu-list__item:last-child a {
  border-bottom: 0.267vw solid #917003;
}

.container .menu-list__item a span {
  display: block;
}

.container .menu-list__item .menu-list__item-head {
  font-size: 4.267vw;
  line-height: 1;
}

.container .menu-list__item .menu-list__item-foot {
  font-size: 3.733vw;
  line-height: 1;
  margin-top: 2.133vw;
  color: #917003;
}


.container .header.sp_menu_open {
  background: #fff;
  height: 100vh;
  position: absolute;
  left: 0;
}

.container .header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 31;
}

.container .header.sp_menu_open .header__inner .header__btn span {
  background-color: rgba(255, 255, 255, 0);
}

.container .header.sp_menu_open .header__inner .header__btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

.container .header.sp_menu_open .header__inner .header__btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

.container .header.sp_menu_open .header__menu {
  display: block;
}

.container .section .section__mv {
  width: 100%;
}

.container .section .section__mv img {
  width: 100%;
  height: auto;
}

.container .section#about {
  background: #f6f9ea;
  padding: 0 0 10.667vw;
}

.container .section .section__hl2 {
  padding: 14.667vw 0;
}

.container .section#lineup .section__hl2,
.container .section#shop .section__hl2,
.container .section#winery .section__hl2 {
  background: #fff;
}

.container .section .section__hl2-head {
  display: block;
  text-align: center;
}

.container .section .section__hl2-head img {
  height: auto;
}

.container .section#about .section__hl2-head img {
  width: 31.6vw;
}

.container .section#lineup .section__hl2-head img {
  width: 37.733vw;
}

.container .section#enjoy .section__hl2-head img {
  width: 87.467vw;
}

.container .section#shop .section__hl2-head img {
  width: 64.933vw;
}

.container .section#winery .section__hl2-head img {
  width: 37.867vw;
}

.container .section .section__hl2-foot {
  display: block;
  font-size: 4vw;
  text-align: center;
  margin-top: 3.2vw;
}

.container .section .section__lead {
  font-size: 4vw;
  line-height: 2;
  text-align: center;
}

.container .section .section__lead + .section__lead {
  font-size: 3.733vw;
  margin-top: 4vw;
}

.container .section .section__moive {
  margin: 8vw 5.333vw 0;
}

.container .section .section__moive iframe {
  width: 100%;
  height: 50.267vw;
}


.container .section .section__contents {
  background-repeat: no-repeat;
  background-size: 100vw auto;
  padding-bottom: 96vw;
}

.container .section .section__contents-text-leaf {
  width: 38.133vw;
  height: 31.467vw;
  position: absolute;
  right: -5.333vw;
  top: -10.6vw;
}

.container .section .section__contents-text-leaf img {
  width: 100%;
  height: auto;
}

.container .section .section__contents.sauvignon-blanc {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-SauvignonBlanc-sp.jpg');
}

.container .section .section__contents.chardonnay {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-Chardonnay-sp.jpg');
}

.container .section .section__contents.cabernet-sauvignon {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-CabernetSauvignon-sp.jpg');
}

.container .section .section__contents.carmenere {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-Carmenere-sp.jpg');
}


.container .section .section__contents-image {
  padding: 24vw 20vw 13.333vw 0;
  text-align: right;
}

.section__contents .scroll-target {
  transition: transform 3s cubic-bezier(.25,.01,.27,2.00);
}

.section__contents .scroll-target.check-chou-head,
.section__contents .scroll-target.check-chou-bottom {
  transition: transform 2s .1s cubic-bezier(.17,.01,.27,2.00);
}

.container .section .section__contents-image img {
  width: 69.6vw;
  height: auto;
}

.container .section .section__contents-text {
  margin: 0 5.333vw;
  padding: 12vw 8vw;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
}

.container .section .section__contents-text.fade-target_sp::before,
.container .section .section__contents-check.fade-target_sp .section__contents-check-inner::before {
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s,visibility 1s;
}

.container .section .section__contents-text.fade-target_sp.scroll-in::before,
.container .section .section__contents-check.fade-target_sp.scroll-in .section__contents-check-inner::before {
  opacity: 1;
  visibility: visible;
}

.container .section .section__hl3 span {
  display: block;
}

.container .section .section__hl3 .section__hl3-head {
  font-size: 3.467vw;
  position: relative;
  z-index: 1;
}

.container .section .section__hl3 .section__hl3-foot {
  font-size: 7.467vw;
  line-height: 1.21;
  color: #00532f;
  margin-top: 2.667vw;
}

.container .section .section__hl3 .section__hl3-foot-small {
  font-size: 6.4vw;
}

.container .section .section__contents.chardonnay .section__hl3 .section__hl3-foot {
  color: #be410f;
}

.container .section .section__contents.cabernet-sauvignon .section__hl3 .section__hl3-foot {
  color: #8f1871;
}

.container .section .section__contents.carmenere .section__hl3 .section__hl3-foot {
  color: #7f4922;
}

.container .section .section__contents-list {
  margin-top: 8vw;
}

.container .section .section__contents-list dt {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.5;
}

.container .section .section__contents-list dd {
  font-size: 4vw;
  line-height: 1.875;
  margin-top: 5.333vw;
}

.container .section .section__contents-check {
  margin: 0 5.333vw;
  padding: 1.333vw 0;
  position: relative;
}

.container .section .section__contents.sauvignon-blanc .section__contents-check {
  background: rgba(183, 223, 179, 0.3);
}

.container .section .section__contents.chardonnay .section__contents-check {
  background: rgba(252, 217, 157, 0.3);
}

.container .section .section__contents.cabernet-sauvignon .section__contents-check {
  background: rgba(236, 191, 212, 0.3);
}

.container .section .section__contents.carmenere .section__contents-check {
  background: rgba(215, 188, 168, 0.3);
}

.container .section .section__contents-check::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url('/wine/special/santacarolina/columpio/image/bg-check-sp.png');
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  width: 29.333vw;
  height: 12.667vw;
}

.container .section .section__contents-check::after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  transform-origin: left top;
  animation: yura 8s linear infinite;
}

@keyframes yura {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-3deg);
  }
}

.container .section .section__contents.sauvignon-blanc .section__contents-check::after {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-sauvignon-blanc-msg-sp.png');
  width: 94vw;
  height: 78.8vw;
  bottom: -62.4vw;
  left: -13.333vw;
}

.container .section .section__contents.chardonnay .section__contents-check::after {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-Chardonnay-msg-sp.png');
  width: 100vw;
  height: 77.2vw;
  bottom: -62.4vw;
  left: -13.333vw;
}

.container .section .section__contents.cabernet-sauvignon .section__contents-check::after {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-CabernetSauvignon-msg-sp.png');
  width: 94.667vw;
  height: 95.733vw;
  bottom: -69.867vw;
  left: -17.067vw;
}

.container .section .section__contents.carmenere .section__contents-check::after {
  background-image: url('/wine/special/santacarolina/columpio/image/bg-Carmenere-msg-sp.png');
  width: 94vw;
  height: 91.6vw;
  bottom: -78.4vw;
  left: -16vw;
}

.container .section .section__contents-check-inner {
  padding: 9.333vw 0 8vw 8vw;
  border-top: 0.533vw solid #fff;
  border-bottom: 0.533vw solid #fff;
  position: relative;
}

.container .section .check-chou-head {
  position: absolute;
}

.container .section .section__contents.sauvignon-blanc .check-chou-head {
  right: -1.333vw;
  top: -17.067vw;
  width: 16vw;
  height: 25.467vw;
}

.container .section .section__contents.chardonnay .check-chou-head {
  right: 0.533vw;
  top: -12.8vw;
  width: 15.6vw;
  height: 18.933vw;
}

.container .section .section__contents.cabernet-sauvignon .check-chou-head {
  right: 1.067vw;
  top: -9.867vw;
  width: 16.667vw;
  height: 21.2vw;
}

.container .section .section__contents.carmenere .check-chou-head {
  right: -5.333vw;
  top: -18.667vw;
  width: 27.733vw;
  height: 24.4vw;
}

.container .section .section__contents-check-inner::after {
  position: absolute;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}

.container .section .check-chou-head img {
  width: 100%;
  height: auto;
  /* transform: translateY(-50%); */
}

.container .section .section__contents .check-chou-bottom {
  position: absolute;
}

.container .section .section__contents.sauvignon-blanc .check-chou-bottom ,
.container .section .section__contents.cabernet-sauvignon .check-chou-bottom {
  right: 0;
  bottom: -61.333vw;
  width: 10.933vw;
  height: 10.4vw;
}

.container .section .section__contents.cabernet-sauvignon .check-chou-bottom {
  bottom: -30.933vw;
}

.container .section .section__contents.chardonnay .check-chou-bottom,
.container .section .section__contents.carmenere .check-chou-bottom {
  right: 0;
  bottom: -21.867vw;
  width: 7.333vw;
  height: 7.067vw;
}

.container .section .section__contents.carmenere .check-chou-bottom {
  bottom: -45.333vw;
}

.container .section .section__contents .check-chou-bottom img {
  width: 100%;
  height: auto;
  /* transform: translateY(-50%); */
}

.container .section .check-level {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 8vw;
}

.container .section .check-level + .check-level {
  margin-top: 3.733vw;
} 

.container .section .check-level__text {
  width: 18.667vw;
  font-size: 3.733vw;
  font-weight: bold;
}

.container .section .check-level__text:first-child {
  text-align: right;
  padding-right: 4vw;
}

.container .section .check-level__text:last-child {
  text-align: left;
  padding-left: 4vw;
}

.container .section .check-level__graph {
  position: relative;
  height: 0.533vw;
  width: 34.667vw;
}

.container .section .section__contents.sauvignon-blanc .check-level__graph,
.container .section .section__contents.sauvignon-blanc .check-level__graph > span {
  background: #00532f;
}

.container .section .section__contents.chardonnay .check-level__graph,
.container .section .section__contents.chardonnay .check-level__graph > span {
  background: #be410f;
}

.container .section .section__contents.cabernet-sauvignon .check-level__graph,
.container .section .section__contents.cabernet-sauvignon .check-level__graph > span {
  background: #8f1871;
}

.container .section .section__contents.carmenere .check-level__graph,
.container .section .section__contents.carmenere .check-level__graph > span {
  background: #7f4922;
}

.container .section .check-level__graph > span {
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}

.container .section .check-level__graph > span:nth-child(1) {
  left: 0;
}

.container .section .check-level__graph > span:nth-child(2) {
  left: 25%;
}

.container .section .check-level__graph > span:nth-child(3) {
  left: 50%;
}

.container .section .check-level__graph > span:nth-child(4) {
  left: 75%;
}

.container .section .check-level__graph > span:nth-child(5) {
  left: 100%;
}

.container .section .check-level__graph .check-level__border {
  width: 0.533vw;
  height: 1.867vw;
}

.container .section .check-level__graph .check-level__square {
  width: 2.667vw;
  height: 2.667vw;
  transform: translate(-50%,-50%) rotate(45deg);
}

.container .section .check-taste {
  display: flex;
  align-items: center;
  margin: 5.333vw 0 0 16.667vw;
}

.container .section .check-taste__image {
  margin: 0 2.667vw;
  border: 0.533vw solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10.133vw;
  height: 10.133vw;
}

.container .section .check-taste__image img {
  width: 4.133vw;
  height: auto;
}

.container .section .check-taste__text {
  font-size: 3.733vw;
  line-height: 2;
  white-space: nowrap;
}

.container .section .check-list {
  display: flex;
  font-size: 3.733vw;
  margin-top: 1.333vw;
}

.container .section .check-list dt {
  min-width: 32.533vw;
  text-align: right;
  font-weight: bold;
}

.container .section#enjoy {
  padding-bottom: 15.467vw;
  background: url('/wine/special/santacarolina/columpio/image/bg-enjoy-sp.jpg') repeat-y;
  background-size: 100vw auto;
  background-position: top left;
}

.container .section .slick-prev {
  left: 0;
}

.container .section .slick-next {
  right: 0;
}

.container .section .slick-slide img {
  height: auto;
}

.container .section .section__slide-item-inner {
  padding: 0 13.333vw;
}

.container .section .section__slide-head {
  width: 100%;
  height: auto;
}

.container .section .section__slide-foot {
  
}

.container .section .section__slide-foot-img {
  height: 38.133vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .section .section__slide-foot-img img {
  height: auto;
}

.container .section .section__slide-item.berry .section__slide-foot-img img {
  width: 23.6vw;
}

.container .section .section__slide-item.mocha .section__slide-foot-img img {
  width: 32.4vw;
}

.container .section .section__slide-item.citrus .section__slide-foot-img img {
  width: 24.133vw;
}

.container .section .section__slide-item.peach .section__slide-foot-img img {
  width: 21.333vw;
}

.container .section .section__slide-text dt {
  font-size: 4.8vw;
  text-align: center;
  font-weight: bold;
}

.container .section .section__slide-text dd {
  font-size: 3.733vw;
  line-height: 2;
  margin-top: 5.333vw;
}

.slick-prev, .slick-next {
  top: 18%;
  width: 10.667vw;
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #856704;
  background: transparent;
  font-size: 10.667vw;
}

.slick-prev:before {
  content: '〈 ';
}

.slick-next:before {
  content: ' 〉';
}

.container .section .section__shop {
  background: url('/wine/special/santacarolina/columpio/image/bg-onlineshop.jpg') #f6f9ea;
  background-repeat: no-repeat;
  background-size: 100vw auto;
  background-position: top left;
  padding: 8.533vw 0 13.333vw;
}

.container .section .section__shop-head {
  width: 76vw;
  margin: 0 auto;
}

.container .section .section__shop-head img {
  width: 100%;
  height: auto;
}

.container .section .section__shop-foot {
  margin: 5.333vw 13.333vw 0;
}

.container .section .section__shop-hl3 {
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.container .section .section__shop-foot-text {
  font-size: 4vw;
  line-height: 2;
  margin-top: 5.333vw;
}

.container .section .section__shop-btn {
  margin-top: 5.333vw;
}

.container .section .section__shop-btn-text {
  text-align: center;
}

.container .section .section__shop-btn-text img {
  width: 76vw;
  height: auto;
}

.container .section .section__shop-btn-link {
  width: 89.333vw;
  margin: 5.333vw auto 0;
  position: relative;
  z-index: 30;
}

.container .section .section__shop-btn-link img {
  width: 100%;
  height: auto;
  box-shadow: 1.333vw 1.333vw 2.133vw rgba(0, 0, 0, 0.1);
}

.container .section#winery {
  padding-bottom: 13.333vw;
  background: url('/wine/special/santacarolina/columpio/image/bg-winery.png') no-repeat;
  background-size: 100vw auto;
  background-position: bottom left;
}

.container .section .section__winery {
  margin: 0 5.333vw;
  border: 0.267vw solid #917003;
  background: rgba(255, 253, 249, .5);
}

.container .section .section__winery-head {
  margin-top: 8vw;
  text-align: center;
}

.container .section .section__winery-head img {
  width: 50.533vw;
  height: auto;
}

.container .section .section__winery-text {
  margin-top: 6.667vw;
}

.container .section .section__winery-text dt {
  font-size: 4.267vw;
  line-height: 1.7;
  color: #205c03;
  text-align: center;
}

.container .section .section__winery-text dd {
  font-size: 3.733vw;
  line-height: 1.85;
  margin-top: 2.133vw;
  text-align: center;
}

.container .section .section__winery-link {
  margin: 5.333vw 7.733vw 0 ;
}

.container .section .section__winery-link a {
  background: #fff;
  height: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 4.267vw;
  font-weight: bold;
  color: #7b5f03;
  box-shadow: 1.6vw 1.6vw 1.6vw 0px rgba(0, 0, 0, 0.15);
}

.container .section .section__winery-link a::after {
  position: absolute;
  content: '';
  display: block;
  background-image: url('/wine/special/santacarolina/columpio/image/icon-arrow-right.svg');
  background-repeat: no-repeat;
  background-size: cover;
  right: 5.333vw;
  top: 43%;
  width: 5.467vw;
  height: 1.333vw;
}

.container .section .section__winery-image {
  margin-top: 8vw;
  display: flex;
}

.container .section .section__winery-image p {
  width: 50%;
}

.container .section .section__winery-image p img {
  width: 100%;
  height: auto;
}

.container .footer {
  background: #000;
  padding: 8vw 5.333vw;
}

.container .footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 0.267vw solid #fff;
  font-size: 4.267vw;
  color: #fff;
  font-weight: bold;
  height: 16vw;
}

.container .footer a::before {
  position: absolute;
  content: '';
  display: block;
  background-image: url('/wine/special/santacarolina/columpio/image/icon-arrow-left.svg');
  background-repeat: no-repeat;
  background-size: cover;
  left: 5.333vw;
  top: 43%;
  width: 5.467vw;
  height: 1.333vw;
}


@media screen and (min-width: 768px) {

  .pcOnly {
    display: block;
  }

  .spOnly {
    display: none !important;
  }

  #wineCommonHeader .contents {
    max-width: 1164px;
    width: 100%;
  }

  .container .header__menu {
    display: block;
    margin: 0;
    padding: 14px 0 13px;
    border-bottom: 1px solid #917003;
    background: #fff;
  }

  .container .header__menu.is-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
  }

  .container .menu-list {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    display: flex;
  }

  .container .menu-list__item {
    width: 20%;
  }

  .container .menu-list__item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
    height: 42px;
    border-top: none;
    border-left: 1px solid #917003;
    color: #333;
    transition: .3s;
  }

  .container .menu-list__item:last-child a {
    border-bottom: none;
    border-right: 1px solid #917003;
  }

  .container .menu-list__item a:hover {
    opacity: .7;
  }

  .container .menu-list__item .menu-list__item-head {
    font-size: 18px;
  }

  .container .menu-list__item .menu-list__item-foot {
    font-size: 16px;
    margin-top: 5px;
  }

  .container .shop-Btn {
    position: fixed;
    visibility: visible;
    right: 0;
    bottom: 100px;
    z-index: 49;
    width: 286px;
    opacity: 1;
  }

  .container .shop-Btn.is-hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out 0s, visibility .5s ease-out 0s;
  }

  .container .shop-Btn a {
    transition: .3s;
  }

  .container .shop-Btn a:hover {
    opacity: .8;
  }

  .container .shop-Btn img {
    width: 100%;
    height: auto;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  }

  .container .section#about {
    padding: 0 0 60px;
  }

  .container .section .section__hl2 {
    padding: 70px 0;
  }

  .container .section#about .section__hl2-head img {
    width: 190px;
  }
  
  .container .section#lineup .section__hl2-head img {
    width: 229px;
  }
  
  .container .section#enjoy .section__hl2-head img {
    width: 483px;
  }
  
  .container .section#shop .section__hl2-head img {
    width: 389px;
  }
  
  .container .section#winery .section__hl2-head img {
    width: 228px;
  }

  .container .section .section__hl2-foot {
    font-size: 18px;
    margin-top: 20px;
  }

  .container .section .section__lead {
    font-size: 18px;
  }

  .container .section .section__lead + .section__lead {
    font-size: 16px;
    margin-top: 20px;
  }

  .container .section .section__moive {
    margin: 50px 0 0;
    text-align: center;
  }

  .container .section .section__moive iframe {
    width: 640px;
    height: 360px;
    margin: 0 auto;
  }

  .container .section .section__contents {
    background-repeat: no-repeat,no-repeat;
    background-size: auto auto,auto auto;
    background-position: left calc(50% + 218px) top -20px, center top;
    padding-bottom: 80px;
    position: relative;
  }

  .container .section .section__contents-leaf {
    width: 534px;
    height: 499px;
    right: initial;
    left: 72%;
    top: 66px;
    position: absolute;
  }
  
  .container .section .section__contents-leaf img {
    width: 100%;
    height: auto;
  }

  /* .container .section .section__contents::before {
    position: absolute;
    content: '';
    display: block;
    background-image: url('/wine/special/santacarolina/columpio/image/bg-kaze-pc.png');
    background-repeat: no-repeat;
    background-size: cover;
    left: 72%;
    top: 66px;
    width: 534px;
    height: 499px;
  } */

  /* .container .section .section__contents.fade-target_pc::before{
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s,visibility 1s, transform 1s;
    
  }

  .container .section .section__contents .section__contents-check-inner.fade-target_pc::before,
  .container .section .section__contents .section__contents-check-inner.fade-target_pc::after {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s,visibility 1s, transform 1s;
    transition: transform 2s 2s;
  }

  .container .section .section__contents.fade-target_pc.scroll-in::before,
  .container .section .section__contents .section__contents-check-inner.fade-target_pc.scroll-in::before,
  .container .section .section__contents .section__contents-check-inner.fade-target_pc.scroll-in::after {
    opacity: 1;
    visibility: visible;
  } */



  .section__contents-image.fade-target_pc.scroll-in {

  }
  
  .container .section .section__contents.sauvignon-blanc {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-SauvignonBlanc-pc_02.png'), url('/wine/special/santacarolina/columpio/image/bg-SauvignonBlanc-pc_01.jpg');
  }
  
  .container .section .section__contents.chardonnay {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-Chardonnay-pc_02.png'), url('/wine/special/santacarolina/columpio/image/bg-Chardonnay-pc_01.jpg');
    background-position: left calc(50% + 205px) top -56px, center top;
  }
  
  .container .section .section__contents.cabernet-sauvignon {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-CabernetSauvignon-pc_02.png'), url('/wine/special/santacarolina/columpio/image/bg-CabernetSauvignon-pc_01.jpg');
    background-position: left calc(50% + 230px) top -76px, center top;
  }
  
  .container .section .section__contents.carmenere {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-Carmenere-pc_02.png'), url('/wine/special/santacarolina/columpio/image/bg-Carmenere-pc_01.jpg');
    background-position: left calc(50% + 230px) top -34px, center top;
  }

  .container .section .section__contents-image {
    padding: 0;
    position: absolute;
    top: 170px;
    left: 47vw;
    z-index: 1;
  }

  .container .section .section__contents-image img {
    width: auto;
  }

  .container .section .section__contents-text {
    width: 500px;
    margin: 0 50% 0 auto;
    padding: 90px 0 130px 85px;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(rgba(255,255,255,.7),rgba(255,255,255,.3));
  }

  .container .section .section__contents-text::after {
    position: absolute;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    transform-origin: left top;
    animation: yura_pc 8s linear infinite;
  }
  
  @keyframes yura_pc {
    0% , 100%{
        transform: rotate(5deg);
    }
    50%{
        transform: rotate(-3deg);
    }
  }
  
  .container .section .section__contents.sauvignon-blanc .section__contents-text::after {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-sauvignon-blanc-msg-pc.png');
    width: 435px;
    height: 381px;
    bottom: -308px;
    left: -14px;
  }
  
  .container .section .section__contents.chardonnay .section__contents-text::after {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-Chardonnay-msg-pc.png');
    width: 465px;
    height: 377px;
    bottom: -294px;
    left: -16px;
  }
  
  .container .section .section__contents.cabernet-sauvignon .section__contents-text::after {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-CabernetSauvignon-msg-pc.png');
    width: 437px;
    height: 453px;
    bottom: -346px;
    left: -28px;
  }
  
  .container .section .section__contents.carmenere .section__contents-text::after {
    background-image: url('/wine/special/santacarolina/columpio/image/bg-Carmenere-msg-pc.png');
    width: 471px;
    height: 517px;
    bottom: -358px;
    left: -58px;
  }

  .container .section .section__hl3 .section__hl3-head {
    font-size: 16px;
  }

  .container .section .section__hl3 .section__hl3-foot {
    font-size: 40px;
    margin-top: 10px;
    line-height: 1.3;
  }

  .container .section .section__hl3 .section__hl3-foot-small {
    font-size: 34px;
  }

  .container .section .section__contents-list {
    margin-top: 30px;
  }

  .container .section .section__contents-list dt {
    font-size: 22px;
  }

  .container .section .section__contents-list dd {
    font-size: 18px;
    margin-top: 20px;
  }

  .container .section .section__contents-check {
    width: 480px;
    margin: 130px auto 0 50%;
    padding: 8px 0;
  }

  .container .section .section__contents-check::before {

    background-image: url('/wine/special/santacarolina/columpio/image/bg-check-pc.png');
    left: 10px;
    top: 3px;
    width: 122px;
    height: 72px;
  }

  .container .section .section__contents-check::after {
    display: none !important;
  }

  .container .section .section__contents-check-inner {
    padding: 35px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  /* .container .section .section__contents-check-inner::before {
    position: absolute;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
  } */
  
  .container .section .section__contents.sauvignon-blanc .check-chou-head {
    right: -50px;
    top: -36px;
    width: 144px;
    height: 94px;
  }
  
  .container .section .section__contents.chardonnay .check-chou-head {
    right: -20px;
    top: -84px;
    width: 121px;
    height: 143px;
  }
  
  .container .section .section__contents.cabernet-sauvignon .check-chou-head {
    right: -28px;
    top: -42px;
    width: 113px;
    height: 169px;
  }
  
  .container .section .section__contents.carmenere .check-chou-head {
    right: -66px;
    top: -88px;
    width: 187px;
    height: 132px;
  }

  .container .section .check-chou-head img {
    transform: translateY(0);
  }
  
  .container .section .check-chou-bottom {
    position: absolute;
  }

  .container .section .section__contents .check-chou-bottom img  {
    transform: translateY(0);
  }
  
  .container .section .section__contents.sauvignon-blanc .check-chou-bottom,
  .container .section .section__contents.cabernet-sauvignon .check-chou-bottom {
    right: initial;
    left: -44px;
    bottom: 30px;
    width: 82px;
    height: 78px;
  }
  
  .container .section .section__contents.cabernet-sauvignon .check-chou-bottom {
    bottom: 6px;
    left: -24px;
  }
  
  .container .section .section__contents.chardonnay .check-chou-bottom,
  .container .section .section__contents.carmenere .check-chou-bottom {
    right: initial;
    left: -26px;
    bottom: 16px;
    width: 55px;
    height: 53px;
  }
  
  .container .section .section__contents.carmenere .check-chou-bottom {
    bottom: 30px;
  }

  .container .section .section__contents.sauvignon-blanc .section__contents-check::after {
    display: none;
  }

  .container .section .check-level {
    padding-right: 0;
  }

  .container .section .check-level + .check-level {
    margin-top: 25px;
  }

  .container .section .check-level__text {
    width: auto;
    font-size: 16px;
  }

  .container .section .check-level__text:first-child {
    padding-right: 12px;
  }

  .container .section .check-level__text:last-child {
    padding-left: 12px;
  }

  .container .section .check-level__graph {
    width: 160px;
    height: 2px;
  }

  .container .section .check-level__graph .check-level__square {
    width: 10px;
    height: 10px;
  }

  .container .section .check-level__graph .check-level__border {
    width: 2px;
    height: 8px;
  }

  .container .section .check-taste {
    margin: 25px 0 0 160px;
  }

  .container .section .check-taste__image {
    margin: 0 8px 0 0;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
  }

  .container .section .check-taste__image img {
    width: 18px;
  }

  .container .section .check-taste__text {
    font-size: 16px;
  }

  .container .section .check-list {
    font-size: 16px;
    margin-top: 15px;
  }

  .container .section .check-list + .check-list {
    margin-top: 10px;
  }

  .container .section .check-list dt {
    min-width: 215px;
  }

  .container .section#enjoy {
    padding-bottom: 80px;
    background: url('/wine/special/santacarolina/columpio/image/bg-enjoy-pc.jpg') repeat-y;
    background-size: auto auto;
    background-position: top center;
  }

  .container .section .section__slide {
    width: 1920px;
    margin: 0 auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .container .section .section__slide-item-inner {
    padding: 0;
  }

  .container .section .section__slide-foot {
    display: flex;
    margin-top: 34px;
  }

  .container .section .section__slide-foot-img {
    height: auto;
    width: 36%;
    margin-right: 20px;
    display: block;
  }

  .container .section .section__slide-item .section__slide-foot-img img {
    width: 100% !important;
  }

  .container .section .section__slide-item .section__slide-text {
    width: 66%;
  }

  .container .section .section__slide-text dt {
    font-size: 22px;
    text-align: left;
  }

  .container .section .section__slide-text dd {
    margin-top: 25px;
    font-size: 16px;
  }

  .section__slide .slick-slide {
    margin-right: 55px!important;
    margin-left: 55px!important;
  }

  .slick-prev, .slick-next {
    width: 40px;
    top: 27%;
  }

  .slick-prev:before, .slick-next:before {
    font-size: 60px;
  }

  .container .section .slick-prev {
    left: 33.5%;
  }

  .container .section .slick-next {
    right: 34.5%;
  }

  .container .section .section__shop {
    background: url(/wine/special/santacarolina/columpio/image/bg-onlineshop-pc.jpg) #f6f9ea;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-position: top center;
    padding: 0 0 60px;
}

  .container .section .section__shop-wrap {
    display: flex;
  }

  .container .section .section__shop-head {
    width: 50%;
    margin: 20px 0 0 0;
    text-align: right;
  }

  .container .section .section__shop-head img {
    max-width: 570px;
  }

  .container .section .section__shop-foot {
    width: 50%;
    margin: 75px 0 0 45px;
  }

  .container .section .section__shop-hl3 {
    font-size: 22px;
    text-align: left;
  }

  .container .section .section__shop-foot-text {
    margin-top: 25px;
    font-size: 18px;
  }

  .container .section .section__shop-btn {
    margin-top: 10px;
  }

  .container .section .section__shop-btn-text img {
    width: 376px;
  }

  .container .section .section__shop-btn-link {
    width: 420px;
    margin: 20px auto 0;
  }

  .container .section .section__shop-btn-link a {
    transition: .3s;
  }

  .container .section .section__shop-btn-link a:hover {
    opacity: .8;
  }

  .container .section .section__shop-btn-link img {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.1);
  }

  .container .section#winery {
    padding-bottom: 80px;
    background: url(/wine/special/santacarolina/columpio/image/bg-winery-pc.jpg) no-repeat;
    background-size: auto auto;
    background-position: bottom center;
  }

  .container .section .section__winery {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #917003;
    background: rgba(255, 253, 249, .5);
  }

  .container .section .section__winery-head {
    margin-top: 55px;
  }

  .container .section .section__winery-head img {
    width: 347px;
  }

  .container .section .section__winery-text {
    margin-top: 50px;
  }

  .container .section .section__winery-text dt {
    font-size: 28px;
  }

  .container .section .section__winery-text dd {
    font-size: 18px;
    line-height: 1.85;
  }

  .container .section .section__winery-text dd + dd {
    margin-top: 0;
  }

  .container .section .section__winery-link {
    margin: 70px auto 0;
    width: 420px;
  }

  .container .section .section__winery-link a {
    height: 80px;
    font-size: 20px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.15);
    transition: .3s;
  }

  .container .section .section__winery-link a:hover {
    opacity: .7;
  }

  .container .section .section__winery-link a::after {
    right: 20px;
    width: 30px;
    height: 7px;
  }

  .container .section .section__winery-image {
    margin-top: 64px;
  }

  .container .footer {
    padding: 37px 0 50px;
  }

  .container .footer a {
    border: 1px solid #fff;
    font-size: 20px;
    width: 420px;
    height: 80px;
    margin: 0 auto;
    transition: .3s;
  }

  .container .footer a:hover {
    opacity: .7;
  }

  .container .footer a::before {
    left: 20px;
    top: 43%;
    width: 30px;
    height: 7px;
  }









}

@media screen and (min-width:768px) and (max-width:960px) {
  .container .menu-list__item .menu-list__item-head {
    font-size: 14px;
  }
  .container .menu-list__item .menu-list__item-foot {
    font-size: 13px;
  }
}

@media screen and (min-width: 1920px) {
  .container .section .section__slide {
    left: 0;
    transform: translateX(0);
  }
}


@media screen and (max-width: 767px) {
  .container .shop-Btn {
    position: fixed;
    bottom: 0.5em;
    width: 89.333vw;
    padding: 0 5.3335vw;
    z-index: 30;
  }
  
  .container .shop-Btn.is-hide {
    visibility: hidden;
    opacity: 0;
  }
  
  .container .shop-Btn img {
    width: 100%;
    height: auto;
    box-shadow: 1.333vw 3.2vw 2.133vw rgba(0, 0, 0, 0.05);
  }

  #div-gpt-ad-1469518796001-0-4 iframe.fixed{
		top: 40vw !important;
	}

  #div-gpt-ad-1469518796001-0-2 {
    min-height: auto !important;
  }

  #div-gpt-ad-1469518796001-0-2 iframe.fixed {
    bottom: 78vw !important;
    top: unset !important;
    width: 100vw !important;
  }
}