@charset "UTF-8";

/* ===================================
	File Name   : zone.css
	Description : Zone Page Layout CSS
	Editor      : Bface Hayakawa
	Last Editor : Bface Otake
	
	Update Description :
  [2025/08/18] indexページ 日本語に併せて改修
  [2025/07/25] pickup-wineページ リスト追加
  [2025/06/20] pickup-wineページ作成
  [2025/05/16] pickup-aiページ作成
	[2024/10/22] 「digest-video」追加
	[2023/05/16] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Information Detail Page
      - Index Page
      - Pickup AI Page
      - Pickup WINE Page
====================================== */

/*===== ■1. Individual Redefinition =====*/

/*===== ■2. Information Detail Page =====*/

/* Index Page */
#zone_frozen {overflow: hidden;}
#zone_frozen_hero {
  display: flex;
  justify-content: center;
}

#zone_frozen_hero img {
  width: 6000px;
  max-width: 100%;
}

#zone_frozen {
  position: relative;
  background: url(../img/zone/bg-frozen.jpg) no-repeat bottom center / cover;
  background-attachment: fixed;
  padding-bottom: 100px;
}

#zone_frozen #breadcrumbs {
  margin-top: 5px;
  padding-top: 20px;
}

#zone_frozen .fade_in_contents {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease, transform 0.5s ease;
}

#zone_frozen .fade_in_contents.visible {
  opacity: 1;
  transform: translate(0px, 0%);
}

#zone_frozen .img_scale {
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.7s ease-in-out 0.5s;
}

#zone_frozen .img_scale.visible {
  transform: scale(1);
  opacity: 1;
}

#zone_frozen .wrapper_limit {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

#zone_frozen h2 {
  padding: 60px 0 15px;
  line-height: 1;
  text-align: center;
  color: #00a0e9;
  font-weight: 400;
  font-size: clamp(5rem, 7.32vw, 7.5rem);
}

#zone_frozen .boxlink_frozen {
  position: relative;
  padding: 10px 30px;
  width: 100%;
  max-width: 214px;
  border-radius: 30px;
  background: #00a0e9;
  transition: 0.5s ease-in;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
  overflow: hidden;
  z-index: 1;
  &::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    background-size: 380%;
    animation: gradient 6s ease-in-out infinite;
    transition: opacity 0.5s ease-in-out;
    content: "";
    opacity: 0;
  }
  &:hover {
		transform: scale(1.1);
  }
}

/* frozen_intro */
#frozen_intro > p {
  margin: 60px auto 15px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  font-size: 3rem;
}

#frozen_intro > p > em {
  display: block;
  padding-bottom: 15px;
  color: #00a0e9;
  font-weight: 700;
  font-size: clamp(5rem, 7.32vw, 7.5rem);
}

#frozen_intro > h2 + p {
  margin: 0 auto 15px;
}

#frozen_intro #frozen_intro_items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 60px 0;
}

#frozen_intro #frozen_intro_items > div {
  display: flex;
  position: relative;
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
  z-index: 1;
}

#frozen_intro #frozen_intro_items > div:first-child {
  background: url(../img/zone/img-frozen-reason_bg_01.jpg) no-repeat center center;
  background-size: cover;
}

#frozen_intro #frozen_intro_items > div:nth-child(2) {
  background: url(../img/zone/img-frozen-reason_bg_02.jpg) no-repeat center center;
  background-size: cover;
}


#frozen_intro #frozen_intro_items > div:nth-child(3) {
  background: url(../img/zone/img-frozen-reason_bg_03.jpg) no-repeat left center;
  background-size: cover;
}

#frozen_intro #frozen_intro_items > div:last-child {
  background: url(../img/zone/img-frozen-reason_bg_04.jpg) no-repeat center center;
  background-size: cover;
}

#frozen_intro #frozen_intro_items > div::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgb(19, 7, 0);
  opacity: 0.5;
  border-radius: 60px;
  overflow: hidden;
  z-index: 2;
}

#frozen_intro #frozen_intro_items > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 10px;
  width: 100%;
  color: #fff;
  z-index: 3;
}

#frozen_intro #frozen_intro_items > div > div > span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

#frozen_intro #frozen_intro_items > div > div > span > img {
  width: 55px;
  height: 60px;
}

#frozen_intro #frozen_intro_items > div > div > p {
  line-height: 1.2;
  text-align: center;
  font-size: clamp(2.2rem, 3.32vw, 3.4rem);
  font-weight: 700;
}


#frozen_intro #frozen_intro_items + section {
  padding: 60px 0;
  margin-bottom: 0;
}

#frozen_intro #frozen_intro_items + section > h3 {
  margin: 0 auto 15px;
  padding: 10px;
  max-width: 960px;
  background: #c7e5f5;
  color: #2150a2;
  font-weight: 500;
  font-size: clamp(2.8rem, 2.92vw,  3rem);
  text-align: center;
}

#frozen_intro #frozen_intro_items + section > figure {
  display: flex;
  justify-content: center;
}

#frozen_intro #frozen_intro_items + section img {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
  padding: 20px;
  background: rgba(236, 236, 236, 0.6);
}

#frozen_intro #frozen_intro_items + section > p.notice {
  margin: 10px auto 0;
  max-width: 960px;
  text-align: right;
}

#frozen_intro #frozen_intro_items + section + div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 60px;
}

#frozen_intro #frozen_intro_items + div + div  > a {
  display: block;
}


/* frozen_scale */
#frozen_scale h2 em {
  position: relative;
  display: inline-block;
  color: #00a0e9;
  line-height: 1;
  text-align: center;
  font-size: clamp(5rem, 4.88vw, 7.5rem);
  font-weight: 400;
}

#frozen_scale h2 em > span.balloon_large {
  position: absolute;
	top: 1rem;
	right: -2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 3rem 2rem;
	background: #d71518;
	box-shadow: 0 0.2rem 0 0 rgba(0, 0, 0, .1);
	border-radius: 100%;
	text-align: center;
	transform: translateX(calc(100% - 1rem)) translateY(-50%);
}

#frozen_scale h2 em > span.balloon_large > b {
  position: relative;
  margin: 0;
  color: #fff;
  font-size: 2.8rem;
	text-shadow: 0 .2rem 0  rgba(76, 36, 0, .25), 0 0 .5rem rgba(178, 83, 0, .5);
  z-index: 1;
}

#frozen_scale h2 em > span.balloon_large > i {
  display: block;
	margin: .25rem 0;
	font-weight: bold;
	font-size: 1.6rem;
}

#frozen_scale h2 em > span.balloon_large > i {
  position: absolute;
	top: 65%;
	left: 0;
	z-index: -1;
	width: 2rem;
	height: 3rem;
	background: #d71518;
	clip-path: polygon(0 100%, 65% 0, 100% 65%);
	transform: translateY(-50%);
	content: "";
}

#frozen_scale h2 em > span.balloon_large::before {
  position: absolute;
	top: .1rem;
	left: 0.1rem;
	width: calc(100% - .2rem);
	height: calc(100% - .3rem);
	background: linear-gradient(to top, rgba(255, 255, 255, .6) , transparent, rgba(255, 255, 255, .6) );
	border-radius: 100%;
	mix-blend-mode: screen;
	content: "";
}

#frozen_scale h2 em > span.balloon_large::after {
  position: absolute;
	top: .2rem;
	left: .2rem;
	width: calc(100% - .4rem);
	height: calc(100% - .5rem);
	background: #d71518;
	box-shadow: inset 0 0.1rem 0 0 #d71518;;
	border-radius: 100%;
	content: "";
}

#frozen_scale p {
  margin: 60px 0 15px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  font-size: 3rem;
}

#frozen_scale p > span {
  position: relative;
  margin-right: 70px;
  color: #d71518;
  line-height: 1;
  font-size: 7.5rem;
  font-weight: 700;
}

#frozen_scale p > span::after {
	position: absolute;
	content: "";
  top: 50%;
	right: -60px;
  transform: translateY(-50%);
  display: inline-block;
  width: 60px;
  height: 50px;
  background: #d71518;
  clip-path: polygon(0 61.3%, 50% 0, 100% 61.3%, 69% 61.3%, 69% 100%, 31% 100%, 31% 61.3%);
}

#frozen_scale figure {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

#frozen_scale figure img {
  padding: 20px;
  width: 100%;
  max-width: 960px;
  background: rgba(236, 236, 236, 0.6);
}

/* frozen_product */
#frozen_product ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 50px;
  margin: 60px 0;
}

#frozen_product ul li {
  position: relative;
  width: 100%;
  max-width: 248px;
  height: 385px;
  margin: 0 auto;
  box-shadow: 5px 5px 20px rgba(19,7,0,0.55);
  border-radius: 200px;
  overflow: hidden;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

#frozen_product ul li:hover {
  transform: scale(1.2);
}

#frozen_product ul li > div {
  display: flex;
  position: relative;
  border-radius: 200px;
  margin: 0 auto 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#frozen_product ul li > div::after {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(19, 7, 0);
  opacity: 0.5;
  border-radius: 60px;
  overflow: hidden;
  z-index: 2;
  content: "";
}

#frozen_product ul li:first-of-type > div {
  background: url(../img/zone/img-frozen-product02.jpg) no-repeat right center;
  background-size: cover;
}

#frozen_product ul li:nth-child(2) > div {
  background: url(../img/zone/img-frozen-product03.jpg) no-repeat left center;
  background-size: cover;
}

#frozen_product ul li:nth-child(3) > div {
  background: url(../img/zone/img-frozen-product01.jpg) no-repeat center center;
  background-size: cover;
}

#frozen_product ul li:nth-child(4) > div {
  background: url(../img/zone/img-frozen-product05.jpg) no-repeat left center;
  background-size: cover;
}

#frozen_product ul li:last-child > div {
  background: url(../img/zone/img-frozen-product04.jpg) no-repeat left center;
  background-size: cover;
}

#frozen_product ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
  transition: all 0.4s ease-in-out;

}

#frozen_product ul li p > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  font-size: clamp(2rem, 2.34vw, 2.4rem);
  font-weight: 700;
  opacity: 1;
}

#frozen_product ul li p > b {
  position: absolute;
  top: 40px;
  right: 0;
  display: block;
  padding: 10px 15px 10px 10px;
  background: #d71518;
  color: #fff;
  font-size: clamp(2rem, 2.34vw, 2.4rem);
}

#frozen_product ul li p em {
  display: block;
  padding: 0 10px;
  width: 100%;
  transition: all 0.4s ease-in-out;
  font-size: clamp(2rem, 2.34vw, 2.4rem);
  font-weight: 700;
  opacity: 0;
}

#frozen_product ul li > div:hover > p span,
#frozen_product ul li > div:hover > p b {
  opacity: 0;
}

#frozen_product ul li > div:hover > p em {
  opacity: 1;
}

/* frozen_merit */
#frozen_merit #frozen_merit_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 60px 0;
}

#frozen_merit #frozen_merit_items > div {
  display: flex;
  position: relative;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#frozen_merit #frozen_merit_items > div:first-child {
  background: url(../img/zone/img-frozen-merit_bg01.jpg) no-repeat center center;
  background-size: cover;
}

#frozen_merit #frozen_merit_items > div:nth-child(2) {
  background: url(../img/zone/img-frozen-merit_bg02.jpg) no-repeat center center;
  background-size: cover;
}

#frozen_merit #frozen_merit_items > div:last-child {
  background: url(../img/zone/img-frozen-product.jpg) no-repeat center center;
  background-size: cover;
}

#frozen_merit #frozen_merit_items > div::after {
  position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgb(19, 7, 0);
    opacity: 0.5;
    border-radius: 60px;
    overflow: hidden;
    z-index: 2;
}

#frozen_merit #frozen_merit_items > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  z-index: 3;
  padding: 60px 10px;
}

#frozen_merit #frozen_merit_items > div > div > span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

#frozen_merit #frozen_merit_items > div > div > span > img {
  width: 90px;
  height: auto;
}

#frozen_merit #frozen_merit_items > div > div > p {
  line-height: 1.2;
  text-align: center;
  font-size: clamp(2.2rem, 2.53vw, 2.6rem);
}

#frozen_merit #frozen_merit_items > div > div > p > span {
  display: block;
  font-size: clamp(2.2rem, 3.32vw, 3.4rem);
  font-weight: 700;
}

#frozen_merit #frozen_merit_items + div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  padding: 30px 0 60px;
}

#frozen_merit #frozen_merit_items + div > a {
  display: block;
}


@media (max-width: 768px) {
  #zone_frozen { 
    position: relative;
    margin: 0 0 10.67vw;
    padding-bottom: 0;
    background: none;
    background-attachment: scroll;
  }

  #zone_frozen::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/zone/bg-frozen.jpg) no-repeat bottom center / cover;
    z-index: -1;
    overflow: hidden;
  }

  #zone_frozen + footer {
    padding-top: 10.67vw;
    background: #fff;
  }

  #zone_frozen #breadcrumbs {
    margin-top: 0;
    padding-top: 5.34vw;
  }

  #zone_frozen h2 {
    padding: 6.67vw 0 2.67vw;
    font-size: 2.8rem;
  }
  
  #zone_frozen .boxlink_frozen {
    width: 100%;
    max-width: 100%;
    padding: 2.67vw 4vw;
    text-align: left;
    font-size: 1.6rem;
  }

  #zone_frozen .img_scale {
    transform: none;
    opacity: 1;
    transition: none;
  }
  
  #zone_frozen .img_scale.visible {
    transform: none;
    opacity: 1;
  }

  #zone_frozen h2.fade_in_contents {
    opacity: 1;
    transition: none;
    transform: none;
  }

  #zone_frozen h2.fade_in_contents.visible {
    opacity: 1;
    transition: none;
  }

  #zone_frozen .fade_in_contents {
    transform: translateY(-50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  /* frozen_intro */
    #frozen_intro > p.fade_in_contents.visible {
      opacity: 1;
      transition: none;
    }  
  
    #frozen_intro > p {
      margin: 6.67vw 0;
      font-size: 2.4rem;
      text-align: left;
    }
    
    #frozen_intro > p > em {
      padding-bottom: 2.67vw;
      font-size: 2.8rem;
      text-align: center;
    }
    
    #frozen_intro > h2 + p {
      margin: 0 0 6.67vw;
    }
    
    #frozen_intro #frozen_intro_items {
      grid-template-columns: 1fr;
      gap: 8vw;
      padding: 6.67vw 0;
    }
    
    #frozen_intro #frozen_intro_items > div {
      border-radius: 8vw;
      margin-bottom: 4.27vw;
    }
    
    #frozen_intro #frozen_intro_items > div::after {
      border-radius: 8vw;
    }
    
    #frozen_intro #frozen_intro_items > div > div {
      padding: 6.67vw 2.67vw;
    }
    
    #frozen_intro #frozen_intro_items > div > div > span {
      margin-bottom: 2.67vw;
    }
    
    #frozen_intro #frozen_intro_items > div > div > p {
      font-size: 2rem;
    }

    #frozen_intro #frozen_intro_items + section {
      margin: 6.67vw 0;
      padding: 0;
    }

    #frozen_intro #frozen_intro_items + section > p.fade_in_contents.visible {
      opacity: 1;
      transition: none;
    }
    
    #frozen_intro #frozen_intro_items + section > h3 {
      margin-bottom: 2.67vw;
      padding: 2.67vw;
      font-size: 2rem;
    }

    #frozen_intro #frozen_intro_items + section > p.notice {
      margin: 2.67vw auto 0;
      text-align: center;
    }

    #frozen_intro #frozen_intro_items > div:nth-child(3) {
      background: url(../img/zone/img-frozen-reason_bg_03.jpg) no-repeat center top;
      background-size: cover;
    }

    #frozen_intro #frozen_intro_items + section + div {
      flex-direction: column;
      margin: 0;
      padding: 6.67vw 0;
      gap: 2.67vw;
    }

    /* frozen_scale */

    #frozen_scale h2 em {
      font-size: 2.8rem;
    }

    #frozen_scale  h2 em > b {
      margin-top: 1.33vw;
      font-size: 1.8rem;
    }
    
    #frozen_scale h2 em > span.balloon_large {
      position: relative;
      top: 0;
      right: 0;
      width: fit-content;
      border-radius: 2rem;
      margin: 0 auto 3rem;
      padding: 2.67vw 10.67vw;
      transform: none;
    }

    #frozen_scale h2 em > span.balloon_large > b {
      font-size: 1.6rem;
    }

    #frozen_scale h2 em > span.balloon_large > i {
      font-size: 2.4rem;
    }

    #frozen_scale h2 em > span.balloon_large > i {
      top: calc(100% - .3rem);
      left: 50%;
      width: 15px;
      height: 15px;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      transform: translateX(-50%);
      z-index: 3;
    }

    #frozen_scale h2 em > span.balloon_large::before,
    #frozen_scale h2 em > span.balloon_large::after {
      border-radius: 2rem;
    }

    #frozen_scale > div.fade_in_contents.visible {
      opacity: 1;
      transition: none;
    }
    
    #frozen_scale p.visible {
      opacity: 1;
      transition: none;
    }
    
    #frozen_scale p {
      margin: 6.67vw 0 2.67vw;
      font-size: 1.8rem;
    }
    
    #frozen_scale p > span {
      display: inline-block;
      font-size: 3rem;
      margin-right: 0;
    }
    
    #frozen_scale p > span::after {
      right: -30px;
      width: 30px;
      height: 20px;
      background: #d71518;
      clip-path: polygon(0 61.3%, 50% 0, 100% 61.3%, 69% 61.3%, 69% 100%, 31% 100%, 31% 61.3%);
    }
    
    #frozen_scale figure {
      padding:  0 0 6.67vw;
    }

    #frozen_scale figure img.img_scale.visible {
      transform: translate(0px, 0%);
      opacity: 1;
    }
    
    /* frozen_product */
    
    #frozen_product ul {
      grid-template-columns: 1fr;
      gap: 8vw;
      margin: 6.67vw 0;
    }
    
    #frozen_product ul li {
      width: 100%;
      max-width: 100%;
      height: auto;
      border-radius: 8vw;
      transform: none;
      transition: none;
    }
    
    #frozen_product ul li:hover {
      transform: none;
    }
    
    #frozen_product ul li > div {
      border-radius: 8vw;
      margin-bottom: 4.27vw;
    }
    
    #frozen_product ul li > div::after {
      border-radius: 8vw;
    }
    
    #frozen_product ul li p {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      position: static;
      transform: none;
      padding: 6.67vw 2.67vw;
      font-size: 2rem;
      transition: none;
    }
    
    #frozen_product ul li p > span {
      position: static;
      transform: none;
      padding: 0 1.34vw 2.67vw;
      transition: none;
      font-size: 2.4rem;
    }
    
    #frozen_product ul li p em {
      padding: 0 2.67vw;
      transition: none;
      font-size: 2rem;
      font-weight: 400;
      opacity: 1;
    }
    
    #frozen_product ul li p > b {
      top: 10px;
      padding: 1.34vw 2.67vw 1.34vw 1.34vw;
      font-size: 1.8rem;
    }

    #frozen_product ul li > div:hover > p span,
    #frozen_product ul li > div:hover > p b {
      opacity: 1;
    }
    
    /* frozen_merit */
    #frozen_merit #frozen_merit_items {
      grid-template-columns: 1fr;
      gap: 8vw;
      padding: 6.67vw 0;
    }
    
    #frozen_merit #frozen_merit_items > div {
      border-radius: 8vw;
      margin-bottom: 4.27vw;
    }
    
    #frozen_merit #frozen_merit_items > div::after {
      border-radius: 8vw;
    }
    
    #frozen_merit #frozen_merit_items > div > div {
      padding: 6.67vw 2.67vw;
    }
    
    #frozen_merit #frozen_merit_items > div > div > span {
      display: block;
      margin-bottom: 2.67vw;
      text-align: center;
    }
    
    #frozen_merit #frozen_merit_items > div > div > span > img {
      width: 55px;
      height: 60px;
    }
    
    #frozen_merit #frozen_merit_items > div > div > p {
      font-size: 2rem;
    }
    
    #frozen_merit #frozen_merit_items > div > div > p > span {
      font-size: 2.4rem;
    }
    
    #frozen_merit #frozen_merit_items + div {
      flex-direction: column;
      padding: 6.67vw 0 0;
      gap: 2.67vw;
    }
}

/* Pickup AI */
/* ai_vision */
#ai_vision > div.inner > p:first-child {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
}

#ai_vision > div.inner > p:first-child > b {
  display: block;
  color: #d71518;
  font-weight: 700;
  font-size: 3rem;
}

#ai_vision > div.inner > p:nth-child(2) {
  margin-bottom: 15px;
}


#ai_vision > div.inner > p:not(:first-child) > b {
  color: #d71518;
  font-weight: 700;
}

#ai_vision > div.inner > p:nth-child(2),
#ai_vision > div.inner > p:last-child {
  line-height: 1.8;
  text-align: center;
}

#ai_vision > div.inner > p:last-child {margin-bottom: 30px;}


/* ai_taeget */
#ai_target > div.inner h3 + div {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}

#ai_target > div.inner h3 + div:not(:last-child) {
  margin-bottom: 30px;
}

#ai_target > div.inner h3 + div > section {
  width: 70%;
}

#ai_target > div.inner h3 + div > section > h4 {
  margin-bottom: 0;
}

#ai_target ul.list_dots {
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(0, 0, 0, .05);
}

#ai_target > div.inner h3 + div > figure {
  display: flex;
  justify-content: center;
  margin-left: 40px;
  width: 30%;
  max-width: 640px;
  height:100%;
}

/* ai_merit */
#ai_merit > div.inner > dl {
  position: relative;
  margin: 0 0 20px 35px;
  padding: 20px 20px 20px 60px;
  background: rgba(0, 0, 0, .05);
  z-index: 1;
}

#ai_merit > div.inner > dl::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #d71518;
  /*background: linear-gradient(150deg, rgba(222, 67, 67, 0.44), rgba(216, 59, 59, 1) 36%, rgba(170, 0, 0, 1) 68%, rgba(162, 0, 0, 1) 90%);*/
  width: 70px;
  height: 70px;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
  z-index: 2;
}

#ai_merit > div.inner > dl::after {
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  content: "";
  z-index: 3;
}

#ai_merit > div.inner > dl:first-child::after {
  background: url(../img/zone/icon-ai-merit04.svg) no-repeat center center;
}

#ai_merit > div.inner > dl:nth-child(2)::after {
  background: url(../img/zone/icon-ai-merit01.svg) no-repeat center center;
}

#ai_merit > div.inner > dl:nth-child(3)::after {
  background: url(../img/zone/icon-ai-merit03.svg) no-repeat center center;
}

#ai_merit > div.inner > dl:nth-child(4)::after {
  background: url(../img/zone/icon-ai-merit02.svg) no-repeat center center;
}

#ai_merit > div.inner > dl dt {
  position: relative;
  margin-bottom: 10px;
  color: #d71518;
  font-weight: 700;
  font-size: 1.8rem;
}


/* ai_contents */
#ai_contents {margin-bottom: 40px;}

#ai_contents > div.inner {padding-bottom: 10px;}

#ai_contents > div.inner > ul > li {
  margin-bottom: 10px;
  padding: 10px;
  background: #fcf2f2;
  font-weight: 600;
  counter-increment: num;
}

#ai_contents > div.inner > ul > li > em {
    display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.8rem;
}

#ai_contents > div.inner > ul > li > em::before {
    display: block;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #d71518;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  content: "0" counter(num);
}

#ai_contents > div.inner > ul > li > p {
  font-weight: 500;
}

#ai_contents + div {
  display: flex;
  gap : 20px;
  margin: 0 auto;
  padding: 20px;
}

@media (max-width: 768px) {
  /* ai_vision */
  #ai_vision > div.inner > p:first-child {
    margin-bottom: 4vw;
    text-align: left;
    font-size: 1.8rem;
  }

  #ai_vision > div.inner > p:first-child > b {
    font-size: 1.8rem;
  }
  
  #ai_vision > div.inner > p:not(:first-child) > b {
    color: #d71518;
    font-weight: 700;
  }

  #ai_vision > div.inner > p:nth-child(2),
  #ai_vision > div.inner > p:last-child {
    margin-bottom: 4vw;
    line-height: 1.6;
    text-align: left;
  }
  
  #ai_vision > div.inner > p:nth-child(2) {
    margin-bottom: 4vw;
  }
  
  #ai_vision > div.inner > p:last-child {
    margin-bottom: 0;
  }

  /* ai_taeget */
  #ai_target > div.inner h3 + div {
    flex-direction: column;
    margin: 0;
  }
  
  #ai_target > div.inner h3 + div:not(:last-child) {
    margin:0 0 8vw;
  }
  
  #ai_target > div.inner h3 + div > section {
    margin-bottom: 5.34vw;
    width: 100%;
  }
  
  #ai_target ul.list_dots {
    margin-bottom: 2.67vw;
    padding: 2.67vw;
  }
  
  #ai_target > div.inner h3 + div > figure {
    margin-left: 0;
    width: 100%;
  }
  #ai_target > div.inner h3 + div > figure img {
    width: 80%;
  }

  /* ai_merit */
  #ai_merit > div.inner > dl {
    margin: 13.34vw 0 5.34vw;
    padding: 13.33vw 5.34vw 5.34vw 5.34vw;
  }
  
  #ai_merit > div.inner > dl::before {
    left: 50%;
    top: -35px;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  
  #ai_merit > div.inner > dl::after {
    top: -28px;
    left: 50%;
    transform: translateY(0);
    transform: translateX(-50%);
  }
  #ai_merit > div.inner > dl dt {
    margin-bottom: 2.67vw;
  }

  /*  #ai_contents */
  #ai_contents > div.inner > ul > li {
    margin-bottom: 2.67vw;
    padding: 2.67vw;
  }
  
  #ai_contents > div.inner > ul > li > em {
    margin-bottom: 1.34vw;
  }
  
  #ai_contents > div.inner > ul > li > em::before {
    margin-right: 2.67vw;
    padding: 1.34vw 2.67vw;
  }

  #ai_contents > div.inner {padding-bottom: 2.67vw;}

  #ai_contents {margin-bottom: 5.34vw}

  #ai_contents + div {
    flex-direction: column;
    gap : 2.67vw;
    padding: 0 5.34vw;
  }

  #ai_contents + div > a {
    display: block;
    width: 100%;
  }
}


/* Pickup WINE */
#zone_wine .boxlink_wine {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  border-radius: 30px;
  background: #f4b328;
  transition: 0.5s ease-in;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  font-weight: 600;
  font-size: 1.8rem;
  z-index: 1;
  &::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    opacity: 0;
    background: inherit;
    background-size: 380%;
    animation: gradient 6s ease-in-out infinite;
    transition: opacity 0.5s ease-in-out;
  }
  &:hover {
		transform: scale(1.1);
  }
}

#zone_wine_hero {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

#zone_wine {
  position: relative;
  margin: 0 0 100px;
  background: url(../img/zone/bg-wine.jpg) no-repeat bottom center / cover;
  background-attachment: fixed;
  padding-bottom: 60px;
}

#zone_wine #breadcrumbs {
  margin-top: 0;
  padding-top: 20px;
}

#zone_wine .fade_in_contents {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease, transform 0.5s ease;
}

#zone_wine .fade_in_contents.visible {
  opacity: 1;
  transform: translate(0px, 0%);
}

#zone_wine .img_scale {
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.7s ease-in-out 0.5s;
}

#zone_wine .img_scale.visible {
  transform: scale(1);
  opacity: 1;
}

#zone_wine #hero img {
  width: 6000px;
  max-width: 100%;
}

#zone_wine .wrapper_limit {
  width: 85%;
  max-width: 1440px;
  margin: 0 auto;
}

#zone_wine h2 {
  color: #f4b328;
  padding: 60px 0 15px;
  line-height: 1.1;
  text-align: center;
  font-size: clamp(5rem, 7.32vw, 7.5rem);
  font-weight: 400;
}

#wine_intro  span#wine_intro_movie {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

#wine_intro span#wine_intro_movie iframe {
  aspect-ratio:16 / 9;
  width:50%;
  max-width: 640px;
  height:100%;
}

#wine_intro > div {
  display: grid;
  grid-template-columns: repeat(2,calc(50% - 30px));
  gap: 30px;
  padding: 60px 0;
}

#wine_intro > div + div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

#wine_intro > div > section h3 {
    margin-bottom: 20px;
    line-height: 1.2;
    font-size: 3rem;
    font-weight: 400;
}

#wine_intro > div > section p {
    margin-bottom: 20px;
    color: #f4b328;
    line-height: 1.2;
    font-size: 3rem;
    font-weight: 400;
}

#wine_intro > div figure {
  display: flex;
}

#wine_intro > div figure img {
    width: 80%;
    margin: 0 auto;
    border-radius: 30px;
    object-fit: cover;
    aspect-ratio: 261 / 200;
}

#wine_intro #wine_intro_items {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 30px));
  gap: 30px;
}

#wine_intro #wine_intro_items > div {
  display: flex;
  position: relative;
  border-radius: 60px;
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

#wine_intro #wine_intro_items > div:first-child {
  background: url(../img/zone/img-wine-intro02.jpg) no-repeat center center;
}

#wine_intro #wine_intro_items > div:nth-child(2) {
  background: url(../img/zone/img-wine-intro03.jpg) no-repeat center center;
}

#wine_intro #wine_intro_items > div:last-child {
  background: url(../img/zone/img-wine-intro04.jpg) no-repeat center center;
}

#wine_intro #wine_intro_items > div::after {
  position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgb(19, 7, 0);
    opacity: 0.5;
    border-radius: 60px;
    overflow: hidden;
    z-index: 2;
}

#wine_intro #wine_intro_items > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  z-index: 3;
  padding: 20px 10px;
}

#wine_intro #wine_intro_items > div > div > p:first-child {
  display: flex;
  border: 1px solid #fff;
  margin:0 10px 20px;
  padding: 10px;
  background: rgba(255,255,255,0.8);
  color: #333;
  text-align: center;
}

#wine_intro #wine_intro_items > div > div > span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

#wine_intro #wine_intro_items > div > div > span > img {
  width: 50px;
  height: auto;
}

#wine_intro #wine_intro_items > div > div > em {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(5rem, 8.78vw, 10rem);
}

#wine_intro #wine_intro_items > div > div > p {
  line-height: 1.2;
  text-align: center;
  font-size: clamp(2.2rem, 2.53vw, 2.6rem);
}

#wine_discover > div {
  display: grid;
  grid-template-columns: repeat(2,calc(50% - 30px));
  gap: 30px;
  padding: 60px 0;
}

#wine_discover > div > p {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 3rem;
}

#wine_discover > div > figure {
  display: flex;
}

#wine_discover > div > figure img {
  width: 80%;
  margin: 0 auto;
  border-radius: 30px;
  object-fit: cover;
  aspect-ratio: 261 / 200;
}

#wine_discover #wine_discover_item {
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 30px));
  gap: 50px;
}

#wine_discover #wine_discover_item > div {
  display: flex;
  position: relative;
  border-radius: 60px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  grid-column: 2 / 3;
  z-index: 1;
}

#wine_discover #wine_discover_item  > div:last-child {
  background: url(../img/zone/img-wine-discover02.jpg) no-repeat center center;
}

#wine_discover #wine_discover_item > div::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: rgb(19, 7, 0);
  opacity: 0.5;
  border-radius: 60px;
  overflow: hidden;
  z-index: 2;
}

#wine_discover #wine_discover_item  > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  padding: 20px 10px;
  z-index: 3;
}

#wine_discover #wine_discover_item  > div > div > span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

#wine_discover #wine_discover_item  > div > div > span > img {
  width: 50px;
  height: auto;
}

#wine_discover #wine_discover_item  > div > div > em {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: clamp(5rem, 8.78vw, 10rem);
}

#wine_discover #wine_discover_item  > div > div > p {
  line-height: 1.2;
  text-align: center;
  font-size: clamp(2.2rem, 2.53vw, 2.6rem);
}

#wine_discover + div {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 30px auto 60px;
  width: 85%;
}

/* wine_list */
#wine_list > p {
  margin: 0 auto 15px;
  line-height: 1.2;
  font-size: 3rem;
  text-align: center;
}

#wine_list > p > b {
  color: #d71518;
  font-weight: 600;
  font-size: 3rem;
}

#wine_list > div {
  padding: 60px 0;
}

#wine_list > div > table {
  margin-bottom: 60px;
  border: solid 2px #f0db8c;
  border-collapse: separate;
  table-layout: fixed;
}

#wine_list > div > table tr th {
  padding: 10px;
  border: solid 2px #F2F2F2;
  text-align: center;
  background: #B18732;
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
}

#wine_list > div > table tr td {
  padding: 5px 0;
  border: solid 2px #F2F2F2;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  background: #fff;
}

#wine_list > div > table tr td:nth-child(2n) {
  border-left: solid 2px #f0db8c;
}

#wine_list > div > table tr:nth-child(2),
#wine_list > div > table tr:nth-child(4),
#wine_list > div > table tr:nth-child(6),
#wine_list > div > table tr:nth-child(8),
#wine_list > div > table tr:nth-child(10),
#wine_list > div > table tr:nth-child(12)
 {
  color: #B18732;
}

#wine_list > div > table + p {
  margin: 60px auto;
  line-height: 1.2;
  font-size: 3rem;
  text-align: center;
}

#wine_list > div > div {
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
}


/* wine_scenes */
#wine_scenes h2 + div {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
  margin: 60px 0 10px;
}

#wine_scenes h2 + div > figure > img {
  border-radius: 30px;
  object-fit: cover;
}

#wine_scenes #wine_scenes_slider ul li img {border-radius: 30px;}

#wine_scenes #wine_scenes_slider ul {
  padding: 0;
  width: 100%;
  background: transparent;
}

#wine_scenes #wine_scenes_slider ul > div.slick-list {margin: 0 -10px; }

#wine_scenes #wine_scenes_slider ul li.slick-slide {margin: 10px;}

@media (max-width: 768px) {
  #zone_wine { margin: 0 0 10.67vw;}

  #zone_wine .img_scale {
    transform: none;
    opacity: 1;
    transition: none;
  }
  
  #zone_wine .img_scale.visible {
    transform: none;
    opacity: 1;
  }

  #zone_wine_hero {padding-top: 0;}

  #zone_wine {padding-bottom: 25vw;}

  #zone_wine #breadcrumbs {padding-top: 5.34vw;}
  
  #zone_wine h2 {
    padding: 6.67vw 0 2.67vw;
    font-size: 2.8rem;
  }

  #zone_wine h2.fade_in_contents {
    opacity: 1;
    transition: none;
    transform: none;
  }

  #zone_wine h2.fade_in_contents.visible {
    opacity: 1;
    transition: none;
  }

  #zone_wine .fade_in_contents {
    transform: translateY(-50px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  /* wine_intro */
  #wine_intro  span#wine_intro_movie iframe {
    width: 100%;
  }
  #wine_intro > div > section.fade_in_contents {
    opacity: 1;
    transition: none;
    transform: none;
  }
  #wine_intro > div > section.fade_in_contents.visible {
    opacity: 1;
    transition: none;
  }

  #wine_intro > div > section h3 {
    margin-bottom: 4.27vw;
    font-size: 2.4rem;
  }

  #wine_intro > div > section p {
    margin-bottom: 4.27vw;
    font-size: 2.4rem;
  }
  
  #wine_intro #wine_intro_items {
    grid-template-columns: 1fr;
    gap: 8vw;
    padding: 6.67vw 0;
  }
  
  #wine_intro #wine_intro_items > div {
    border-radius: 8vw;
    margin-bottom: 4.27vw;
  }
  
  #wine_intro #wine_intro_items > div::after {border-radius: 8vw;}
  
  #wine_intro #wine_intro_items > div > div {padding: 5.34vw 2.67vw;}
  
  #wine_intro #wine_intro_items > div > div > p:first-child {
    margin: 0 2.67vw 5.34vw;
    padding: 2.67vw;
  }
  
  #wine_intro #wine_intro_items > div > div > span {margin-bottom: 2.67vw;}
  
  #wine_intro #wine_intro_items > div > div > em {
    margin-bottom: 2.67vw;
    font-size: 7rem;
  }
  
  #wine_intro #wine_intro_items > div > div > p {font-size: 2rem;}
  
  #wine_discover > div {
    grid-template-columns: 1fr;
    gap: 8vw;
    padding: 6.67vw 0 6.67vw;
  }
  
  #wine_discover > div:first-of-type.fade_in_contents {
    opacity: 1;
    transition: none;
    transform: none;
  }
  
  #wine_discover > div:first-of-type.fade_in_contents.visible {
    opacity: 1;
    transition: none;
  }
  
  #wine_discover > div > p {
    margin-bottom: 4.27vw;
    font-size: 2.4rem;
  }
  
  #wine_discover #wine_discover_item {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  #wine_discover #wine_discover_item > div {border-radius: 8vw;}
  
  #wine_discover #wine_discover_item > div::after {border-radius: 8vw;}
  
  #wine_discover #wine_discover_item  > div > div {padding: 2.67vw 5.34vw;}

  #wine_discover #wine_discover_item  > div > div > span {margin-bottom: 2.67vw}

  #wine_discover #wine_discover_item  > div > div > em {
    margin-bottom: 2.67vw;
    font-size: 7rem;
  }
  
  #wine_discover #wine_discover_item  > div > div > p {font-size: 2rem;}

  #wine_discover + div {
    flex-direction: column;
    gap: 2.67vw;
    margin: 8vw auto 0;
    > a.boxlink_wine {
      padding: 2.67vw 8vw;
      text-align: center;
    }
  }

    /* wine_list */
  #wine_list > p {
    margin: 5.34vw 0 2.67vw;
    padding: 0;
    text-align: left;
    font-size: 1.8rem;
  }

  #wine_list > p b {
    font-size: 1.8rem;
  }

  #wine_list > div {
    padding: 5.34vw 0 0;
  }

  #wine_list > div > table {
    margin-bottom: 5.34vw;
  }
  
  #wine_list > div > table tr th {
    padding: 1.34vw;
    vertical-align: middle;
    font-size: 2rem;
  }

  #wine_list > div > table tr td {
    padding: 1.34vw;
    vertical-align: middle;
    font-size: 1.6rem;
    text-align: left;
  }

  #wine_list > div > table tr td:nth-child(2n) {
    border-left: solid 2px #F2F2F2;
  }

  #wine_list > div > table + p {
    margin-bottom: 4.27vw;
    font-size: 2.4rem;
  }
  
  #wine_list > div > div {
    padding: 5.34vw 0;
  }

  #wine_intro > div {
    grid-template-columns: 1fr;
    gap: 8vw;
    padding: 6.67vw 0;
  }

  #wine_intro > div + div {
    flex-direction: column;
    gap: 2.67vw;
  }

  /* wine_scenes */
  #wine_scenes h2 + div {
    grid-template-columns: 1fr;
    gap: 4vw;
    margin: 5.34vw 0;
  }
  
  #wine_scenes h2 + div > figure > img {border-radius: 8vw;}
  
  #wine_scenes #wine_scenes_slider ul li img { border-radius: 4vw;}

  #wine_scenes #wine_scenes_slider ul { margin: 0; }
  
  #wine_scenes #wine_scenes_slider ul > div.slick-list { margin: -2.67vw; }
  
  #wine_scenes #wine_scenes_slider ul li.slick-slide {margin: 2.67vw;}
}