@charset "UTF-8";
/* @content */
#variety #page_header {
  background-image: url(../images/variety/main@2x.jpg);
}
#variety.v_persimmon #page_header {
  background-image: url(../images/variety/main@2x.jpg);
}
#variety.v_pear #page_header {
  background-image: url(../images/variety/main_pear@2x.jpg);
}
#variety #section01 {
  text-align: center;
  margin-bottom: 90px;
}
#variety #section01 p {
  font-size: 18px;
}
#variety #section10 {
  margin-bottom: 90px;
}
#variety #section10 .flex-container {
  display: flex;
  justify-content: center;
}
#variety #section10 .flex-container li + li {
  margin-left: 45px;
}
#variety #section20 {
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#variety.v_grape  #section20 {
  background-image: url(../images/variety/bg_grape.png);
}
#variety.v_pear  #section20 {
  background-image: url(../images/variety/bg_pear.png);
}
#variety #section20 .info-container {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 5px 5px #1111;
  border-radius: 20px;
  padding: 30px;
}
#variety #section20 .info-container.info_yarley {
  flex-direction: row-reverse;
  margin-top: 40px;
}
#variety #section20 .info-container .info-img {
  width: 50%;
}
#variety #section20 .info-container .info-img img {
  vertical-align: bottom;
}
#variety #section20 .info-container .info-text {
  width: 46%;
  text-align: left;
}
#variety #section20 .info-container h3 {
  font-size: 36px;
}
#variety #section20 .info-container.info_atago h3 {
  color: #D7A452;
}
#variety #section20 .info-container.info_yarley h3 {
  color: #CEBB0D;
}
#variety #section20 .info-container .disc {
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#variety #section20 .info-container .link {
  text-align: right;
}
#variety #section20 .flex-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#variety #section20 article {
  width: 30%;
  position: relative;
  margin: 50px auto 0;
}
#variety #section20 .icon {
  position: absolute;
  top: 0;
  left: -15px;
  width: 23%;
  z-index: 1;
}
#variety #section20 {
  margin-bottom: 90px;
}
#variety #section20 .thumb-area {
  display: block;
  width: 100%;
  overflow: hidden;
  clip-path: circle(50% at 50% 50%);
}
#variety #section20 .thumb-area:hover {
  opacity: 1 !important;
}
#variety #section20 .thumb {
  width: 100%;
  padding-top:100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: .3s;
  opacity: 1 !important;
}
#variety #section20 .thumb:hover{
  transition-duration: .3s;
  transform: scale(1.2);
  opacity: 1 !important;
}
#variety #section20 .text {
  text-align: center;
}
#variety #section20 .text .title {
  font-size: 20px;
  margin-top: 5px;
}
#variety #section20 .text .season {
  font-size: 14px;
  color: #848484;
  margin: 5px 0 10px;
}
#variety #section20 .link div {
  margin-top: 5px;
  font-size: 16px;
  display: inline-block;
  position: relative;
}
#variety #section20 .link div::after {
  background: url(../images/common/arrow-black@2x.png) no-repeat;
  background-size: contain;
  width: 32px;
  height: 7px;
  content: "";
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 5px;
}

/*youtube start*/
#variety #section20 #movie-area3 .youtube {
  position: relative;
  width: calc(50% - 10px);
  padding-top: 27.25%;
}
#variety #section20 #movie-area3 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#variety #section20 #movie-area3{
  background-color: #ffe8cf;;
  padding: 60px 0;
  margin: 90px 0 40px;
}
#variety #section20 #movie-area3 .wrap-500{
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
#variety #section20 #movie-area3 .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#variety #section20 #movie-area3 .flex{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #variety #section20 #movie-area3 .flex{
    flex-direction: column;
  }
  #variety #section20 #movie-area3 .youtube {
    width: 100%;
    padding-top: 55.25%;
    margin-bottom: 30px;
  }
}
/*youtube end*/

#variety #section30 {
  text-align: center;
  margin: 0 auto 90px;
  max-width: 90%;
}

#variety #section30 h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
#variety #section30 p {
  font-size: 18px;
  margin-bottom: 30px;
}
#variety #section30 p.kome {
  font-size: 14px;
}

/*  詳細ページ  */
#variety .variety_detail article {
  display: flex;
}
#variety .variety_detail .detail_img {
  width: 50%;
}
#variety .variety_detail .detail_img img {
  width: 100%;
}
#variety .variety_detail .detail_text {
  max-width: 450px;
  width: calc(50% - 80px);
  margin: 70px 0 0 50px;
  text-align: left;
}
#variety .variety_detail .flex-container {
  display: flex;
  align-items: center;
}
#variety .variety_detail h2 {
  font-size: 26px;
  margin-right: 20px;
}
#variety .detail_season {
  font-size: 20px;
  margin-top: 10px;
}
#variety .detail_feature_title {
  font-size: 12px;
  color: #d1d1d1;
  margin-top: 30px;
}
#variety .detail_feature_title:after {
  display: inline-block;
  content: "";
  border-bottom: 1px solid #d1d1d1;
  width: 45px;
  vertical-align: middle;
  margin: 0 0 5px 5px;
}
#variety .detail_feature_text {
  font-size: 14px;
}
#variety .detail_text .slick-track{
  margin: 0;
}
#variety .eat_titel {
  font-size: 20px;
  margin: 15px 0;
}
#variety .eat {
  border: 1px solid #bababa;
}
#variety .eat dt {
  border-bottom: 1px solid #bababa;
  padding: 5px 10px;
}
#variety .eat dd {
  padding: 10px;
  font-size: 14px;
}
#variety .eat dd + dt {
  border-top: 1px solid #bababa;
}
#variety .variety_detail .thumb {
  background-size: cover;
  background-position: center;
  width: 80%;
  padding-top: 80%;
}
#variety .online-button {
  background: #1b3b2b;
  border: 1px solid #1b3b2b;
  padding: 5px;
  margin: 60px auto 0;
  display: inline-block;
  color: #fff;
}
#variety .online-button:hover{
  background: #fff;
  color: #1b3b2b;
  opacity: 1;
}
#variety .online-button span{
  display: inline-block;
  border: 1px solid #bc926d;
  padding: 3px 5px 3px 10px;
}
#variety .online-button img{
  vertical-align: middle;
}
#variety .back_btn {
  border-top: 1px dashed #bfbfbf;
  margin-top: 60px;
  padding-top: 40px;
}
#variety .back_btn .button02 {
  transform: scale(-1 , 1);
}
#variety .back_btn .button02 span {
  display: inline-block;
  transform: scale(-1 , 1);
}

/****************/
/*  小PC表示　max 1400px  */
/****************/
@media screen and (max-width: 1400px) {
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #variety #section01 {
    margin-top: 90px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {
   #variety #section01 {
    margin-top: 80px;
  }
  #variety #section01 p {
    letter-spacing: 0.12em;
  }
  #variety #section20 .info-container,
  #variety #section20 .info-container.info_yarley {
    flex-direction: column;
    margin-top: 40px;
  }
  #variety #section20 .info-container .info-img {
    width: 100%;
    text-align: center;
  }
  #variety #section20 .info-container .info-text {
    width: 100%;
    margin-top: 10px;
  }
  #variety #section20 .text .title {
    font-size: 17px;
  }
  #variety #section20 .link div {
    font-size: 14px;
  }
  /*youtube start*/
  #variety #section20 #movie-area3{
    background-color: #ffe8cf;;
    padding: 60px 0;
    margin: 60px 0 10px;
  }
  /*youtube end*/
  #variety .variety_detail article {
    flex-direction: column;
  }
  #variety .variety_detail .detail_img {
    width: 90%;
    margin: 0 auto 30px;
  }
  #variety .variety_detail .detail_img .slide_nav{
    margin-top: 20px;
  }
  #variety .variety_detail .detail_text {
    max-width: 90%;
    width: 90%;
    margin: 0 auto 30px;
  }
}
/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #variety #section01 {
    margin-bottom: 45px;
    margin-top: 70px;
  }
  #variety #section01 p {
    font-size: 14px;
  }
  #variety #section10 {
    margin-bottom: 45px;
  }
  #variety #section10 .flex-container {
    flex-direction: column;
    text-align: center;
  }
  #variety #section10 .flex-container li + li {
    margin: 10px 0 0;
  }
  #variety #section20 {
    margin-bottom: 45px;
  }
  #variety #section20 .info-container h3 {
    font-size: 28px;
  }
  #variety #section20 .info-container.info_atago h3 {
    text-indent: 0.6em;
    padding-left: 0em;
    margin-left: -0.5em;
  }
  #variety #section20 .info-container.info_yarley h3 {
    text-indent: 0.6em;
    padding-left: 0em;
    margin-left: -0.5em;
  }
  #variety #section20 article {
    width: 48%;
    position: relative;
    margin-top: 30px;
  }
  #variety #section20 .text .title {
    font-size: 16px;
  }
  #variety #section20 .link div {
    font-size: 13px;
  }
  /*youtube start*/
  #variety #section20 #movie-area3{
    padding: 45px 0;
    margin: 45px 0 10px;
  }
  /*youtube end*/
  #variety #section30 {
    margin-bottom: 45px;
  }
  #variety #section30 h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #variety #section30 p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #variety #section30 p.kome {
    font-size: 12px;
  }

  #variety .variety_detail .flex-container{
    flex-direction: column;
  }
  #variety .variety_detail h2 {
    width: 100%;
    margin: 0 0 10px;
  }
  #variety .variety_detail .icon {
    width: 100%;
  }
  #variety .detail_season {
    font-size: 18px;
  }
  #variety .detail_feature_title {
    margin-top: 20px;
  }
  #variety .online-button {
    margin: 30px 0 0 0;
  }
  #variety .online-button span{
    display: block;
    text-align: center;
  }
  #variety .back_btn {
    margin-top: 30px;
    padding-top: 20px;
  }
}