@charset "UTF-8";
@keyframes torotoro-girl {
  0% {
    transform: rotate(-1.6deg);
    animation-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  }
  55% {
    transform: rotate(1.6deg);
    animation-timing-function: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  }
  100% {
    transform: rotate(-1.6deg);
  }
}
#stage {
  -webkit-text-size-adjust: 100%;
}
#stage .sns_box {
  float: right;
  width: 180px;
  margin-right: 8px;
  margin-top: 15px;
  height: 28px;
}
#stage .sns_box li {
  float: right;
  margin: 0 4px 0 0;
  max-width: 32px;
}
#stage .sns_box li:first-child {
  margin-left: 5px;
}
#stage .btn-facebook,
#stage .btn-twitter {
  transition: opacity 250ms ease-out;
}
#stage .btn-facebook:hover,
#stage .btn-twitter:hover {
  opacity: .8;
}
#stage .header_local,
#stage #footer {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#stage a {
  color: #00479d;
}
#stage .img_main {
  min-height: 526px;
}
#stage .header_shadow {
  position: relative;
  z-index: 102;
  height: 1px;
  width: 100%;
  box-shadow: 0px 0px 2px 2px #ccc;
  -moz-box-shadow: 0px 0px 2px 2px #ccc;
  -webkit-box-shadow: 0px 0px 2px 2px #ccc;
  margin: -1px 0 0;
}
#stage .header_local {
  position: relative;
  z-index: 101;
  overflow: hidden;
}
#stage .header_local .logo {
  float: left;
  margin: 1px 0 0;
}
#stage .header_local .nav {
  float: right;
  padding-right: 30px;
}
#stage .header_local li {
  float: left;
  font-size: 14px;
  height: 80px;
  line-height: 80px;
}
#stage .header_local li a {
  line-height: 80px;
  position: relative;
}
#stage .header_local li a:hover {
  text-decoration: none;
}
#stage .header_local li a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
}
#stage .header_local li a:hover:after {
  border-bottom: solid 1px;
}
#stage .header_local li span {
  padding: 0 15px;
}
#stage .footer_link {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  height: 30px;
}
#stage .footer_link .nav {
  width: 940px;
  margin: 0 auto;
}
#stage .footer_link li {
  float: left;
  font-size: 12px;
  height: 30px;
  padding-top: 30px;
}
#stage .footer_link li span {
  padding: 0 15px;
}
#stage .progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff url(/dole/img/loader.gif) 49% 49% no-repeat;
  background-size: 30px;
  z-index: 100;
}
#stage img.blurTarget {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#stage img.isBlur {
  -webkit-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="7" /></filter></svg>#filter');
  filter: blur(7px);
  opacity: 0;
}
#stage .blurTarget {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
#stage .isBlur {
  -webkit-filter: blur(7px);
  -ms-filter: blur(7px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="7" /></filter></svg>#filter');
  filter: blur(7px);
  opacity: 0;
}

#stage .txt_caption_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 16px;
  top: auto;
  z-index: 100;
}

#stage.top #contents {
  overflow: hidden;
  min-width: 940px;
}

#stage.top .img_main {
  position: relative;
  height: 100%;
  margin-bottom: 15px;
}
#stage.top .img_main .tit_main img {
  height: 82.26415%;
  max-height: 623px;
  width: auto;
}
#stage.top .img_main .link_canpaign {
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 8%;
  left: 0;
  right: 0;
}
#stage.top .img_main .link_canpaign a {
  position: relative;
}
#stage.top .img_main .link_canpaign a:hover {
  text-decoration: underline;
}
#stage.top .img_main .link_canpaign img {
  width: 100%;
  height: auto;
}

#stage.top .content_warp {
  min-height: 318px;
}

#stage.top #main_slider {
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
  min-height: 526px;
}
#stage.top #main_slider img {
  height: 100%;
  width: auto;
  display: block;
  float: left;
}

#stage.top .tit_main img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#stage.top .col_box {
  opacity: 0;
}

#stage.top .bnr_global {
  width: 594px;
  height: 203px;
  margin: 0 auto;
}
#stage.top .bnr_global li {
  width: 292px;
}
#stage.top .bnr_global li:first-child {
  margin: 0 auto;
}
#stage.top .bnr_global li a {
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  opacity: 1;
}
#stage.top .bnr_global li a:hover {
  opacity: 0.75;
}

#stage.top .bnr_local {
  margin-bottom: 15px;
  overflow: hidden;
}
#stage.top .bnr_local .col_center {
  float: left;
  width: 100%;
  height: 465px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#stage.top .bnr_local.smoothie .col_center {
  height: 425px;
}
#stage.top .bnr_local .col_center li {
  background-color: #000;
  position: relative;
  color: #fff;
  float: left;
  width: 25%;
  height: 465px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#stage.top .bnr_local .col_center li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}
#stage.top .bnr_local .col_center li.left:before {
  background-image: url(/dole/img/bg_smoothie4.jpg);
  background-size: cover;
}
#stage.top .bnr_local .col_center li.center.center_l:before {
  background-image: url(/dole/img/bg_smoothie2.jpg);
  background-size: cover;
}
#stage.top .bnr_local .col_center li.center.center_r:before {
  background-image: url(/dole/img/bg_smoothie1.jpg);
  background-size: cover;
}
#stage.top .bnr_local .col_center li.right:before {
  background-image: url(/dole/img/bg_smoothie3.jpg);
  background-size: cover;
}
#stage.top .bnr_local .col_center li .inner {
  margin-top: 75px;
  position: relative;
}
#stage.top .bnr_local .col_center li .inner span {
  display: block;
  margin-top: -69px;
  font-size: 14px;
}
#stage.top .bnr_local .col_center li .inner span img {
  width: auto;
}
#stage.top .bnr_local .col_center li:nth-of-type(1) .inner span {
  position: relative;
  left: 3px;
}
#stage.top .bnr_local .col_center li:nth-of-type(2) .inner span {
  position: relative;
  left: 4px;
}
#stage.top .bnr_local .col_center li:nth-of-type(3) .inner span {
  position: relative;
  left: 3px;
}
#stage.top .bnr_local .col_center li:nth-of-type(4) .inner span {
  position: relative;
  left: 4px;
}

#stage.top .bnr_local .col_center:hover li:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .75;
}
#stage.top .bnr_local .col_center .txt_smoothie {
  position: absolute;
  left: 0;
  right: 0;
  margin: 100px 0 0 28px;
  z-index: 1;
}


#stage.top .bnr_local .col_center .txt_handycharge {
  position: absolute;
  width: 465px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#stage.top .bnr_local .col_center .txt_handycharge img:first-child {
  margin: 28px 0 -12px -59px;
}
#stage.top .bnr_local .col_center li.col_half {
  background-color: #000;
  position: relative;
  color: #fff;
  float: left;
  width: 50%;
  height: 465px;
  overflow: hidden;
}
#stage.top .bnr_local.smoothie .col_center li.col_half {
  height: 425px;
}
#stage.top .bnr_local .col_center li.prod1:before {
  background-image: url(/dole/img/bg_handycharge1.jpg);
}
#stage.top .bnr_local .col_center li.prod2:before {
  background-image: url(/dole/img/bg_handycharge2.jpg);
}
#stage.top .bnr_local.smoothie .col_center li.prod1:before {
  background-image: url(/dole/img/bg_smoothie2.jpg);
}
#stage.top .bnr_local.smoothie .col_center li.prod2:before {
  background-image: url(/dole/img/bg_smoothie5.jpg?2002);
}
#stage.top .bnr_local .col_center li.col_half:before {
  background-size: cover !important;
  background-position: center !important;
}
#stage.top .bnr_local .col_center li .inner img {
  margin: 51px 0 0 -4px;
}
#stage.top .bnr_local.smoothie .col_center li.prod1 .inner img {
  margin: 1px 234px 0 0;
  float: right;
}
#stage.top .bnr_local.smoothie .col_center li.prod2 .inner img {
  margin: 2px 0 0 230px;
  float: left;
}


#stage.top .bnr_koikajitsu {
  position: relative;
  margin-bottom: 20px;
  height: 286px;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
#stage.top .bnr_koikajitsu .tit_200ml {
  position: absolute;
  width: 600px;
  top: 37px;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.08em;
}
#stage.top .bnr_koikajitsu .tit_200ml span {
  position: relative;
  top: 0;
  color: #fff;
  font-size: 22.72px;
  left: 0;
  line-height: 1.6;
  margin: 0 0 0 71px;
  letter-spacing: 0.12em;
}
#stage.top .bnr_koikajitsu .tit_200ml .icon_100 {
  position: absolute;
  top: 0;
  left: 0;
  margin: -9px 0 0 -72px;
}
#stage.top .bnr_koikajitsu .area_100,
#stage.top .bnr_koikajitsu .area_off {
  position: absolute;
  width: 100%;
  max-width: 1140px;
  left: 0;
  right: 0;
  top: 104px;
  margin: 0 auto;
  text-align: left;
}
#stage.top .bnr_koikajitsu .img_200ml {
  padding: 0 1.1%;
}
#stage.top .bnr_koikajitsu .img_200ml li {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 11.11111%;
}
#stage.top .bnr_koikajitsu .img_200ml li a {
  display: block;
  position: relative;
  padding: 0 1.80851%;
}
#stage.top .bnr_koikajitsu .img_200ml li a img {
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}
#stage.top .bnr_koikajitsu .img_200ml li a:hover img {
  -webkit-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
}
#stage.top .bnr_koikajitsu .img_200ml li:last-child a {
  position: relative;
}
#stage.top .bnr_koikajitsu .img_200ml li a img {
  position: relative;
}
#stage.top .bnr_koikajitsu .img_200ml li a .newmark {
  position: absolute;
  top: -31px;
  left: 50%;
  margin: 0 0 0 -47px;
}
#stage.top .bnr_koikajitsu .img_200ml li a:hover .newmark {
  -webkit-transform: translate(-3px, -8px) scale(1.1);
  transform: translate(-3px, -8px) scale(1.1);
}
#stage.top .bnr_koikajitsu .col_right .img_200ml {
  text-align: right;
}
#stage.top .bnr_koikajitsu .bg_col {
  position: absolute;
  top: 0;
  left: 0;
  height: 286px;
  width: 100%;
  background: #000 url(/dole/img/bg_sky.png) center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}
#stage.top .bnr_koikajitsu .bg_col.hover {
  opacity: .85;
}
#stage.top .bnr_koikajitsu .tit_200ml_100,
#stage.top .bnr_koikajitsu .tit_200ml_off {
  border-top: dotted 1px #00479d;
  position: absolute;
  top: 159px;
  left: 0;
}
#stage.top .bnr_koikajitsu .tit_200ml_100 {
  width: 74.123%;
  margin: 0 0 0 2.2%;
}
#stage.top .bnr_koikajitsu .tit_200ml_100 img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -10px 0 0 -103px;
}
#stage.top .bnr_koikajitsu .tit_200ml_off {
  width: 14.65%;
  left: auto;
  right: 0;
  margin: 0 2.3% 0 0;
}
#stage.top .bnr_koikajitsu .tit_200ml_off img {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 9px 0 0 -55px;
}
#stage.top .juicyplus {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
.juicyplus img {
  width: 100%;
  height: auto;
  display: block;
}
#stage.top .juicyplus__dole {
  width: 75.9%;
  margin: 10.6% 0 0 1.3%;
}
#stage.top .juicyplus__tl {
  margin: 0.8% 0 0 3.2%;
  width: 83.59%;
}
#stage.top .juicyplus__100 {
  width: 19.688%;
  margin: -0.2% auto 0;
  padding: 0 2.3% 0 0;
}
#stage.top .juicyplus__new {
  margin: 6.2% 0 0 37.7%;
  width: 6.075%;
}
#stage.top .juicyplus__package-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.126%;
  margin: 0.4% 0 0 1.2%;
}
#stage.top .juicyplus__package-02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 23.126%;
  margin: 0.5% 0.6% 0 0;
}
#stage.top .juicyplus__package-text-wrap {
  display: grid;
  grid-template-columns: 30.685% auto 40.8%;
  margin: -1.6% auto 0;
  width: 57.032%;
  padding: 0 0 0 7.5%;
}
#stage.top .juicyplus__package-02-text {
  margin: 1.2% 0 0 -17%;
}
#stage.top .juicyplus__text {
  width: 57%;
  margin: 0.7% auto 0;
}
#stage.top .juicyplus__bg-l {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  transform: translateX(-50%);
}

#stage.top .juicyplus__bg-l:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/bg_juicy_plus_02.png) no-repeat 50% 50% / cover, url(../../img/bg_juicy_plus.jpg) no-repeat 50% 40% / cover;
  background-size: cover;
  transition: transform 0.6s cubic-bezier(0, 0, 0.1, 1);
}
#stage.top .juicyplus__bg-l>img {
  position: relative;
  height: 100%;
  width: auto;
  margin: 0 auto;
  width: max(100%, 88.88vw);
  object-fit: cover;
  max-width: 1920px;
  grid-area: 1/1;
}
#stage.top .bnr_local_1 .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
#stage.top .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/frame_left_winery.png) no-repeat 0% 0%,
    url(../../img/frame_right_winery.png) no-repeat 100% 0%;
  background-size: auto 100%;
}
#stage.top .frame::before {
  content: "";
  position: absolute;
  top: 0;
  background: url(../../img/frame_winery.png) repeat-x;
  background-size: auto 100%;
  left: 1.9%;
  right: 1.9%;
  height: 100%;
}
#stage.top .copy_winery {
  position: absolute;
  top: 0;
  left: 0;
  width: 26.563%;
  margin: 12.7% 0 0 5%;
}
#stage.top .copy_winery img {
  max-width: 100%;
}
#stage.top .img_red {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.782%;
  margin: 31.7% 0 0 28.7%;
}
#stage.top .img_white {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.782%;
  margin: 31.7% 0 0 65.4%;
}
#stage.top .img_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.86%;
  margin: 38.9% 0 0 12.4%;
}
#stage.top .img_fruit_juice {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.876%;
  margin: 37.4% 0 0 68.7%;
}
#stage.top .img_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.085%;
  margin: 42.6% 0 0 88.7%;
}

#stage.top .bnr_local_2 {
  padding-bottom: 30px;
  overflow: hidden;
}
#stage.top .bnr_local_2 .col_left {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
}
#stage.top .bnr_local_2 .col_left .inner {
  position: relative;
  overflow: hidden;
  height: 288px;
  background-color: #000;
}
#stage.top .bnr_local_2 .col_left .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 288px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  background: url(/dole/img/bg_product.jpg) center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}
#stage.top .bnr_local_2 .col_left .inner:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .75;
}
#stage.top .bnr_local_2 .col_left .inner a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 30px;
  padding-top: 20px;
  width: 100%;
  height: 288px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(/dole/img/img_product.png?2303) right center no-repeat;
  background-size: auto 100%;
}
#stage.top .bnr_local_2 .col_left .inner a:hover {
  color: #fff;
  text-decoration: none;
}
#stage.top .bnr_local_2 .col_left {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
  text-align: right;
}
#stage.top .bnr_local_2 .col_left .inner {
  background-color: #000;
  overflow: hidden;
  position: relative;
  height: 288px;
}
#stage.top .bnr_local_2 .col_left .inner .bg_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 288px;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}
#stage.top .bnr_local_2 .col_left .inner .bg_frame div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 288px;
  background: url(/dole/img/anim/image_001.png?2203) center center no-repeat;
  background-size: cover;
}
#stage.top .bnr_local_2 .col_left .inner:hover .bg_frame {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .75;
}
#stage.top .bnr_local_2 .col_left .inner a {
  position: relative;
  display: block;
  height: 288px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9;
  text-align: center;
}
#stage.top .bnr_local_2 .col_left .inner a span {
  text-shadow: 0px 0px 5px #888;
}
#stage.top .bnr_local_2 .col_right {
  float: right;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5px;
}
#stage.top .bnr_local_2 .col_right .inner {
  position: relative;
  overflow: hidden;
  height: 288px;
  background-color: #000;
}
#stage.top .bnr_local_2 .col_right .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 288px;
  background: url(/dole/img/bg_about.jpg) center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
  transition: all 0.6s cubic-bezier(0, 0, 0.1, 1);
}
#stage.top .bnr_local_2 .col_right .inner:hover:before {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .75;
}
#stage.top .bnr_local_2 .col_right .inner a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 30px;
  height: 288px;
  width: 100%;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#stage.top .bnr_local_2 .col_right .inner a:hover {
  color: #fff;
  text-decoration: none;
}
#stage.top .bnr_local_2 .col_right .inner a span {
  text-shadow: 0px 0px 5px #3fa03f;
}

#stage.top .torotoro {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0 0 15px;
}
.torotoro img {
  width: 100%;
  height: auto;
  display: block;
}
#stage.top .torotoro h2 {
  position: relative;
  z-index: 1;
}
#stage.top .torotoro .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  z-index: 1;
  top: 0;
}
#stage.top .torotoro__logo {
  display: block;
  margin: 0 auto;
  width: 13.3%;
  padding: 1.8% 1.2% 1.6% 0;
}
#stage.top .torotoro__tl-txt {
  width: 41.66%;
  margin: 0 auto 0;
  padding: 0 3.5% 0 0;
}
#stage.top .torotoro__tl-txt--girl {
  animation: torotoro-girl 8000ms infinite;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -22.43%;
  z-index: 2;
  transform-origin: 55% 100%;
}
#stage.top .torotoro__tl-img-01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 35.1%;
  margin: 5.2% 0 0 1.75%;
  z-index: 1;
}
#stage.top .torotoro__tl-img-02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 35.65%;
  margin: 5.7% 0.6% 0 0;
  z-index: 1;
}
#stage.top .torotoro__bg-l {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
#stage.top .torotoro__bg-l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, #f18d00 25%, #f4a500 40%, #f8be00 50%, #fbd700 60%, #fff100 75%);
}
#stage.top .torotoro__bg-l img {
  position: relative;
  height: 100%;
  width: auto;
  margin: 0 auto;
  width: max(100%, 88.88vw);
  object-fit: cover;
  max-width: 1920px;
}
@media (hover:hover) {
  #stage.top .torotoro__bg-l {
    transition: transform 0.6s cubic-bezier(0, 0, 0.1, 1);
  }
  #stage.top .torotoro:hover .torotoro__bg-l {
    transform: scale(1.1);
    opacity: .75;
  }
  #stage.top .juicyplus:hover .juicyplus__bg-l::before {
    transform: scale(1.1);
    opacity: .75;
  }
}

@media screen and (max-height: 1000px) {
  #stage.top .img_main .link_canpaign {
    bottom: 3.5%;
  }
}

#stage.smoothie #contents {
  overflow: hidden;
  min-width: 940px;
}

#stage.smoothie .img_main {
  position: relative;
  z-index: 10;
  height: 1200px;
}
#stage.smoothie .img_main .txt_smoothie {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 70.85106%;
  max-width: 1000px;
}
#stage.smoothie .img_main .txt_smoothie img {
  width: 100%;
  height: auto;
}
#stage.smoothie .img_main ul {
  width: 100%;
  height: 100%;
}
#stage.smoothie .img_main ul li {
  position: relative;
  color: #fff;
  float: left;
  width: 25%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
#stage.smoothie .img_main ul li.left {
  background-image: url(/dole/smoothie/img/bg_smoothie4.jpg);
}
#stage.smoothie .img_main ul li.center_l {
  background-image: url(/dole/smoothie/img/bg_smoothie2.jpg);
}
#stage.smoothie .img_main ul li.center_r {
  background-image: url(/dole/smoothie/img/bg_smoothie1.jpg);
}
#stage.smoothie .img_main ul li.right {
  background-image: url(/dole/smoothie/img/bg_smoothie3.jpg);
}
#stage.smoothie .img_main ul li .inner {
  position: relative;
  height: 100%;
}
#stage.smoothie .img_main ul li .inner img {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: auto;
  height: 65%;
}

#stage.smoothie .arrow_scroll {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 11;
}

#stage.smoothie .tit_products_wrap {
  width: 940px;
  margin: 115px auto 0;
}

#stage.smoothie .tit_products {
  float: left;
  letter-spacing: 9px;
  line-height: 34px;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px #000;
  padding-right: 0.3em;
  color: #000;
  margin-left: 70px;
}

#stage.smoothie .smoothie_area {
  position: relative;
  min-height: 900px;
  width: 940px;
  margin: 0 auto;
}

#stage.smoothie .tit_change_color {
  position: relative;
  margin: 0 auto;
}
#stage.smoothie .tit_change_color .tit_inner {
  position: absolute;
  top: 0;
  left: 2px;
}
#stage.smoothie .tit_change_color .tit_front {
  width: 0;
  overflow: hidden;
}

#stage.smoothie .smoothie_grape .bg_layer {
  position: absolute;
  top: 0;
  left: 0;
}

#stage.smoothie .smoothie_grape .img_layer {
  position: absolute;
  top: -100px;
  left: 0;
}

#stage.smoothie .smoothie_grape .img_layer_1 {
  position: absolute;
  top: -100px;
  left: 0;
}

#stage.smoothie .smoothie_grape .col_right {
  position: absolute;
  top: 0;
  left: 550px;
}
#stage.smoothie .smoothie_grape .col_right .txt_1 {
  position: absolute;
  top: 78px;
  left: 4px;
}
#stage.smoothie .smoothie_grape .col_right .btn_1 {
  position: absolute;
  top: 612px;
  left: 45px;
}

#stage.smoothie .smoothie_grape .bg_1 {
  position: absolute;
  top: 133px;
  left: 235px;
  background-color: #810f84;
  width: 221px;
  height: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_grape .bg_2 {
  position: absolute;
  top: 201px;
  left: 95px;
  background-color: #f4af37;
  width: 270px;
  height: 0;
}

#stage.smoothie .smoothie_grape .bg_3 {
  position: absolute;
  top: 394px;
  left: 10px;
  opacity: 0;
}

#stage.smoothie .smoothie_grape .img_1 {
  position: absolute;
  top: 196px;
  left: 142px;
  z-index: 10;
  opacity: 0;
}

#stage.smoothie .smoothie_grape .img_2 {
  position: absolute;
  top: 218px;
  left: 361px;
  opacity: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_grape .img_3 {
  position: absolute;
  top: 451px;
  left: 306px;
  opacity: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_grape .img_4 {
  position: absolute;
  top: 458px;
  left: 17px;
  opacity: 0;
  z-index: 3;
}

#stage.smoothie .smoothie_grape .img_5 {
  position: absolute;
  top: 255px;
  left: 17px;
  opacity: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_grape .img_6 {
  position: absolute;
  top: 270px;
  left: -57px;
  opacity: 0;
}

#stage.smoothie .smoothie_green {
  clear: both;
  margin-top: 105px;
  z-index: 2;
}

#stage.smoothie .smoothie_green .bg_layer {
  position: absolute;
  top: -36px;
  left: 550px;
}

#stage.smoothie .smoothie_green .img_layer {
  position: absolute;
  top: -100px;
  left: 550px;
}

#stage.smoothie .smoothie_green .img_layer_1 {
  position: absolute;
  top: -100px;
  left: 562px;
}

#stage.smoothie .smoothie_green .col_left {
  position: absolute;
  top: 0;
  left: 65px;
}
#stage.smoothie .smoothie_green .col_left .txt_1 {
  position: absolute;
  top: 52px;
  left: 0px;
}
#stage.smoothie .smoothie_green .col_left .btn_1 {
  position: absolute;
  top: 692px;
  left: 41px;
}

#stage.smoothie .smoothie_green .bg_1 {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a5e60f;
  width: 185px;
  height: 0;
  letter-spacing: 9px;
  line-height: 240px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

#stage.smoothie .smoothie_green .bg_2 {
  position: absolute;
  top: 3px;
  left: 2px;
  background-color: #00a438;
  width: 239px;
  height: 0;
}

#stage.smoothie .smoothie_green .bg_3 {
  position: absolute;
  top: 215px;
  left: 77px;
  background-color: #a5e60f;
  width: 0;
  height: 270px;
}

#stage.smoothie .smoothie_green .bg_4 {
  position: absolute;
  top: 53px;
  left: 165px;
  opacity: 0;
}
#stage.smoothie .smoothie_green p.small {
  top: 554px;
  left: 246px;
}
#stage.smoothie .smoothie_green .img_1 {
  position: absolute;
  top: 143px;
  left: 22px;
  opacity: 0;
  z-index: 10;
}

#stage.smoothie .smoothie_green .img_2 {
  position: absolute;
  top: 225px;
  left: -60px;
  opacity: 0;
}

#stage.smoothie .smoothie_green .img_3 {
  position: absolute;
  top: 310px;
  left: 201px;
  opacity: 0;
}

#stage.smoothie .smoothie_green .img_4 {
  position: absolute;
  top: 453px;
  left: -114px;
  opacity: 0;
}

#stage.smoothie .smoothie_green .img_5 {
  position: absolute;
  top: 73px;
  left: -102px;
  opacity: 0;
}

#stage.smoothie .smoothie_banana .bg_layer {
  position: absolute;
  top: 0;
  left: 550px;
}

#stage.smoothie .smoothie_banana .img_layer {
  position: absolute;
  top: -100px;
  left: 550px;
}

#stage.smoothie .smoothie_banana .img_layer_1 {
  position: absolute;
  top: -100px;
  left: 550px;
}

#stage.smoothie .smoothie_banana .col_left {
  position: absolute;
  top: 0;
  left: 70px;
}
#stage.smoothie .smoothie_banana .col_left .txt_1 {
  position: absolute;
  top: 74px;
  left: -4px;
}
#stage.smoothie .smoothie_banana .col_left .btn_1 {
  position: absolute;
  top: 659px;
  left: 36px;
}

#stage.smoothie .smoothie_banana .bg_1 {
  position: absolute;
  top: 206px;
  left: -111px;
  background-color: #ff8737;
  width: 370px;
  height: 0;
}

#stage.smoothie .smoothie_banana .bg_2 {
  position: absolute;
  top: 320px;
  left: -35px;
  background-color: #fff100;
  width: 500px;
  height: 0;
}

#stage.smoothie .smoothie_banana .bg_3 {
  position: absolute;
  top: 206px;
  left: 139px;
  opacity: 0;
}

#stage.smoothie .smoothie_banana .img_1 {
  position: absolute;
  top: 155px;
  left: -50px;
  opacity: 0;
  z-index: 10;
}

#stage.smoothie .smoothie_banana .img_2 {
  position: absolute;
  top: 163px;
  left: 176px;
  opacity: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_banana .img_3 {
  position: absolute;
  top: 372px;
  left: 228px;
  opacity: 0;
  z-index: 1;
}

#stage.smoothie .smoothie_banana .img_4 {
  position: absolute;
  top: 439px;
  left: -124px;
  opacity: 0;
}

#stage.smoothie .smoothie_banana .img_5 {
  position: absolute;
  top: 143px;
  left: -86px;
  opacity: 0;
}
#stage.smoothie .smoothie_berry {

  margin-top: 128px;
}
#stage.smoothie .smoothie_berry .bg_layer {
  position: absolute;
  top: 0;
  left: 0;
}

#stage.smoothie .smoothie_berry .img_layer {
  position: absolute;
  top: -100px;
  left: 0;
}

#stage.smoothie .smoothie_berry .img_layer_1 {
  position: absolute;
  top: -100px;
  left: 0;
}

#stage.smoothie .smoothie_berry .col_right {
  position: absolute;
  top: 0;
  left: 0;
}
#stage.smoothie .smoothie_berry .col_right .txt_1 {
  position: absolute;
  top: 91px;
  left: 553px;
}
#stage.smoothie .smoothie_berry .col_right .btn_1 {
  position: absolute;
  top: 603px;
  left: 595px;
}

#stage.smoothie .smoothie_berry .bg_1 {
  position: absolute;
  top: 144px;
  left: 168px;
  background-color: #e90000;
  width: 305px;
  height: 0;
}

#stage.smoothie .smoothie_berry .bg_2 {
  position: absolute;
  top: 272px;
  left: 0px;
  background-color: #b93c99;
  width: 240px;
  height: 0;
}

#stage.smoothie .smoothie_berry .bg_3 {
  position: absolute;
  top: 406px;
  left: 90px;
  opacity: 0;
}

#stage.smoothie .smoothie_berry .img_1 {
  position: absolute;
  top: 122px;
  left: 120px;
  opacity: 0;
  z-index: 10;
}

#stage.smoothie .smoothie_berry .img_2 {
  position: absolute;
  top: 356px;
  left: 57px;
  opacity: 0;
}

#stage.smoothie .smoothie_berry .img_3 {
  position: absolute;
  top: 363px;
  left: 359px;
  opacity: 0;
}

#stage.smoothie .smoothie_berry .img_4 {
  position: absolute;
  top: 506px;
  left: 111px;
  opacity: 0;
}

#stage.smoothie .smoothie_berry .img_5 {
  position: absolute;
  top: 98px;
  left: 40px;
  opacity: 0;
}

#stage a.function_claims {
  position: absolute;
  width: 230px;
  display: block;
  color: #000;
  text-align: left;
  margin-left: 7px;
  letter-spacing: 0.08em;
}
a.function_claims:hover {
  text-decoration: none;
  opacity: 0.6;
}
a.function_claims:after {
  content: "＞";
  margin-left: 2px;
}
a.function_claims:hover:after {
  margin-left: 3px;
}

#stage.smoothie p.small {
  position: absolute;
  opacity: 0;
  width: 110px;
  display: block;
  text-align: right;
  font-size: 11px;
  letter-spacing: 0.1em;
}

#stage.smoothie .smoothie_fruit {
  min-height: 803px;
  z-index: 1;
  margin-top: 58px;
}
#stage.smoothie .smoothie_fruit .img_layer_1 {
  position: absolute;
  /* top: -100px; */
  left: 0;
}

#stage.smoothie .smoothie_fruit .col_right {
  position: absolute;
  top: 0;
  left: 548px;
}
#stage.smoothie .smoothie_fruit .col_right .txt_1 {
  position: absolute;
  top: 55px;
  left: 4px;
}
#stage.smoothie .smoothie_fruit .col_right .btn_1 {
  position: absolute;
  top: 678px;
  left: 47px;
}

#stage.smoothie .smoothie_fruit .bg_1 {
  position: absolute;
  top: 0px;
  left: 167px;
  background-color: #ff9900;
  width: 312px;
  height: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_fruit .bg_2 {
  position: absolute;
  top: 183px;
  left: 115px;
  background-color: #ffea00;
  width: 226px;
  height: 0;
}

#stage.smoothie .smoothie_fruit .bg_3 {
  position: absolute;
  top: 136px;
  left: 9px;
  opacity: 0;
}
#stage.smoothie .smoothie_fruit p.small {
  top: 570px;
  left: 235px;
}
#stage.smoothie .smoothie_fruit .img_layer {
  position: absolute;
  top: -100px;
  left: 0px;
}
#stage.smoothie .smoothie_fruit .img_1 {
  position: absolute;
  top: 92px;
  left: 92px;
  z-index: 10;
  opacity: 0;
}

#stage.smoothie .smoothie_fruit .img_2 {
  position: absolute;
  top: 130px;
  left: 342px;
  opacity: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_fruit .img_3 {
  position: absolute;
  top: 240px;
  left: -15px;
  opacity: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_fruit .img_4 {
  position: absolute;
  top: 386px;
  left: 69px;
  opacity: 0;
  z-index: 3;
}

#stage.smoothie .smoothie_fruit .img_5 {
  position: absolute;
  top: 45px;
  left: 74px;
  opacity: 0;
  z-index: 2;
}
#stage.smoothie .smoothie_fruit .icon {
  position: absolute;
  top: 260px;
  left: 20px;
  opacity: 0;
  z-index: 2;
}

#stage.smoothie .smoothie_fruit .img_6 {
  position: absolute;
  top: 270px;
  left: -57px;
  opacity: 0;
}

#stage.smoothie .smoothie_fruit .img_7 {
  position: absolute;
  top: 270px;
  left: -57px;
  opacity: 0;
}


#stage.smoothie .bg_fruits {
  position: relative;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 940px;
  height: 0;
  background: #fff;
  background-size: 100% auto;
  padding-top: 116px;
}

#stage.smoothie .txt_smoothie_last {
  opacity: 0;
  padding-top: 1%;
  margin-left: -26px;
}

@media screen and (max-width: 1300px) {
  #stage.smoothie .img_main ul li .inner img {
    top: 30%;
    margin: 0 auto;
    width: 88%;
    height: auto;
  }
  #stage.top .bnr_local.smoothie .col_center li.prod1 .inner img {
    margin: 0.167% 36.506% 0 0;
  }
  #stage.top .bnr_local.smoothie .col_center li.prod2 .inner img {
    margin: 0.334% 0 0 35.882%;
  }
}

/* @media screen and (max-width: 1280px) {
  #stage.top .bnr_local_1 {
    padding-bottom: 46%;
    height: 0;
  }
  #stage.top .bnr_local_1 .inner {
    min-width: 0;
    width: 100%;
  }
} */

@media screen and (max-height: 800px) and (max-width: 1300px) {
  #stage.smoothie .img_main ul li .inner img {
    top: 23%;
    margin: 0 auto;
    width: 75%;
    height: auto;
  }
  #stage.smoothie .img_main .txt_smoothie {
    top: 7%;
  }
}

#stage.about #contents {
  overflow: hidden;
  min-width: 940px;
}

#stage.about .img_main {
  position: relative;
  background: url(/dole/about/img/bg_main.jpg) center bottom no-repeat;
  width: 100%;
  height: 1200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

#stage.about .logo_dole {
  position: absolute;
  top: 13.1%;
  left: 4.2%;
  width: 27.032%;
  height: auto;
  max-width: 400px;
}
#stage.about .logo_dole img {
  width: 100%;
  height: auto;
}

#stage.about .about_area_warp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #00479c;
  width: 100%;
  margin-top: 15px;
  background: url(/dole/about/img/bg_texture.jpg) center top no-repeat;
  background-size: 100% auto;
}

#stage.about .img_layer {
  width: 940px;
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  margin: auto;
}
#stage.about .img_layer div {
  opacity: 0;
}

#stage.about .img_1 {
  position: absolute;
  right: -40px;
  top: 210px;
}

#stage.about .img_2 {
  position: absolute;
  left: -182px;
  top: 360px;
}

#stage.about .img_3 {
  position: absolute;
  right: -120px;
  top: 300px;
}

#stage.about .img_4 {
  position: absolute;
  left: -100px;
  top: -100px;
}

#stage.about .img_5 {
  position: absolute;
  right: -200px;
  top: 210px;
}

#stage.about .img_6 {
  position: absolute;
  left: -170px;
  top: 900px;
}

#stage.about .about_area {
  position: relative;
  min-height: 1000px;
}
#stage.about .about_area .tit_change_color {
  position: relative;
  margin: 0 auto;
}
#stage.about .about_area .tit_change_color .tit_inner {
  position: absolute;
  top: 0;
  left: 0;
}
#stage.about .about_area .tit_change_color .tit_front {
  width: 0;
  overflow: hidden;
}

#stage.about .about_dole_1 {
  background: url(/dole/about/img/img_illust_1.png) center top no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding-top: 80px;
  min-height: 840px;
}
#stage.about .about_dole_1 h3 {
  font-size: 32px;
  letter-spacing: 1px;
  opacity: 0;
  margin-bottom: 50px;
}
#stage.about .about_dole_1 p {
  font-size: 18px;
  line-height: 2.2;
  opacity: 0;
  margin-bottom: 80px;
}
#stage.about .about_dole_1 .tit_1 {
  width: 679px;
  height: 180px;
}
#stage.about .about_dole_1 .tit_1 img {
  width: 679px;
  height: auto;
}
#stage.about .about_dole_1 .tit_2 {
  width: 528px;
  height: 40px;
}
#stage.about .about_dole_1 .tit_2 img {
  width: 528px;
  height: auto;
}
#stage.about .about_dole_1 .tit_sub_1 {
  width: 61px;
  height: 80px;
}
#stage.about .about_dole_1 .tit_sub_1 img {
  width: 61px;
  height: auto;
}

#stage.about .about_dole_2 {
  background: url(/dole/about/img/img_illust_2.png) center top no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  padding-top: 60px;
}
#stage.about .about_dole_2 h3 {
  font-size: 32px;
  letter-spacing: 1px;
  opacity: 0;
  margin-bottom: 50px;
}
#stage.about .about_dole_2 p {
  font-size: 18px;
  line-height: 2.2;
  opacity: 0;
  margin-bottom: 60px;
}
#stage.about .about_dole_2 .tit_sub_1 {
  width: 61px;
  height: 80px;
}
#stage.about .about_dole_2 .tit_sub_1 img {
  width: 61px;
  height: auto;
}
#stage.about .about_dole_2 .tit_sub_2 {
  width: 46px;
  height: 70px;
}
#stage.about .about_dole_2 .tit_sub_2 img {
  width: 46px;
  height: auto;
}

#stage.about .about_dole_3 {
  background: url(/dole/about/img/img_illust_3.png) center top no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  position: relative;
  min-height: 1163px;
  padding-top: 80px;
}
#stage.about .about_dole_3 h3 {
  font-size: 32px;
  letter-spacing: 1px;
  opacity: 0;
  margin-bottom: 50px;
}
#stage.about .about_dole_3 p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -1px;
  opacity: 0;
}
#stage.about .about_dole_3 p span {
  letter-spacing: -2.5px;
}
#stage.about .about_dole_3 .bg_1 {
  width: 875px;
  height: 1163px;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
#stage.about .about_dole_3 .bg_1 img {
  width: 875px;
  height: auto;
}
#stage.about .about_dole_3 .tit_sub_1 {
  width: 61px;
  height: 80px;
}
#stage.about .about_dole_3 .tit_sub_1 img {
  width: 61px;
  height: auto;
}
#stage.about .about_dole_3 .img_chronology_wrap {
  width: 875px;
  margin: 0 auto 5%;
  padding-top: 50px;
}
#stage.about .about_dole_3 .bg_chronology .tit_inner {
  width: 875px;
  margin: auto;
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
}
#stage.about .about_dole_3 .bg_chronology .tit_front {
  width: 875px;
  margin: auto;
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
}
#stage.about .about_dole_3 .img_chronology {
  position: relative;
  width: 314px;
  margin: 0 auto;
}
#stage.about .about_dole_3 .img_chronology img {
  width: 314px;
}
#stage.about .about_dole_3 .img_chronology p.col_left {
  position: absolute;
  right: 215px;
  text-align: right;
  width: 400px;
}
#stage.about .about_dole_3 .img_chronology p.col_right {
  position: absolute;
  left: 220px;
  text-align: left;
  width: 400px;
}
#stage.about .about_dole_3 .img_chronology_1 {
  height: 38px;
}
#stage.about .about_dole_3 .img_chronology_1 img {
  height: 38px;
}
#stage.about .about_dole_3 .img_chronology_1 p.col_left {
  top: 40px;
}
#stage.about .about_dole_3 .img_chronology_2 {
  height: 132px;
}
#stage.about .about_dole_3 .img_chronology_2 img {
  height: 132px;
}
#stage.about .about_dole_3 .img_chronology_2 p.col_right {
  top: 140px;
}
#stage.about .about_dole_3 .img_chronology_3 {
  height: 88px;
}
#stage.about .about_dole_3 .img_chronology_3 img {
  height: 88px;
}
#stage.about .about_dole_3 .img_chronology_3 p.col_left {
  top: 100px;
}
#stage.about .about_dole_3 .img_chronology_4 {
  height: 41px;
}
#stage.about .about_dole_3 .img_chronology_4 img {
  height: 41px;
}
#stage.about .about_dole_3 .img_chronology_4 p.col_right {
  top: 50px;
}
#stage.about .about_dole_3 .img_chronology_5 {
  height: 79px;
}
#stage.about .about_dole_3 .img_chronology_5 img {
  height: 79px;
}
#stage.about .about_dole_3 .img_chronology_5 p.col_left {
  top: 90px;
}
#stage.about .about_dole_3 .img_chronology_6 {
  height: 67px;
}
#stage.about .about_dole_3 .img_chronology_6 img {
  height: 67px;
}
#stage.about .about_dole_3 .img_chronology_6 p.col_right {
  top: 75px;
}
#stage.about .about_dole_3 .img_chronology_7 {
  height: 33px;
}
#stage.about .about_dole_3 .img_chronology_7 img {
  height: 33px;
}
#stage.about .about_dole_3 .img_chronology_7 p.col_left {
  top: 40px;
}
#stage.about .about_dole_3 .img_chronology_8 {
  height: 87px;
}
#stage.about .about_dole_3 .img_chronology_8 img {
  height: 87px;
}
#stage.about .about_dole_3 .img_chronology_8 p.col_right {
  top: 95px;
}
#stage.about .about_dole_3 .img_chronology_9 {
  height: 87px;
}
#stage.about .about_dole_3 .img_chronology_9 img {
  height: 87px;
}
#stage.about .about_dole_3 .img_chronology_9 p.col_left {
  top: 95px;
}
#stage.about .about_dole_3 .img_chronology_10 {
  height: 82px;
}
#stage.about .about_dole_3 .img_chronology_10 img {
  height: 82px;
}
#stage.about .about_dole_3 .img_chronology_10 p.col_right {
  top: 90px;
}
#stage.about .about_dole_3 .img_chronology_11 {
  height: 144px;
}
#stage.about .about_dole_3 .img_chronology_11 img {
  height: 144px;
}

#stage.about .bg_fruits {
  position: relative;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 940px;
  height: 0;
  background: transparent center bottom no-repeat;
  background-size: 100% auto;
  padding-top: 12%;
  margin-top: -2.5%;
}

/* ===============================================
   floating
=============================================== */
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.floating_1 {
  animation-name: floating_1;
  -webkit-animation-name: floating_1;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.floating_2 {
  animation-name: floating_2;
  -webkit-animation-name: floating_2;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

.floating_3 {
  animation-name: floating_3;
  -webkit-animation-name: floating_3;
  animation-duration: 5.5s;
  -webkit-animation-duration: 5.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes floating_1 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0.1%);
  }
  50% {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0.1%);
  }
}

@-webkit-keyframes floating_1 {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(10%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes floating_2 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0.1%);
  }
  50% {
    -webkit-transform: translateY(-9%);
    transform: translateY(-9%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0.1%);
  }
}

@-webkit-keyframes floating_2 {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-9%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@keyframes floating_3 {
  0% {
    -webkit-transform: translateY(0%);
    transform: translateY(0.1%);
  }
  50% {
    -webkit-transform: translateY(11%);
    transform: translateY(11%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0.1%);
  }
}

@-webkit-keyframes floating_3 {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(11%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

/* ===============================================
   bigEntrance
=============================================== */
.bigEntrance {
  animation-name: bigEntrance;
  -webkit-animation-name: bigEntrance;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
  opacity: 1 !important;
}

.box_in {
  animation: box_in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -moz-animation: box_in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation: box_in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -o-animation: box_in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -ms-animation: box_in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.box_in_1 {
  animation: box_in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -moz-animation: box_in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -webkit-animation: box_in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -o-animation: box_in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  -ms-animation: box_in 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}

.ie9_10 .box_in_1 {
  opacity: 1 !important;
}

.box_in_2 {
  opacity: 1;
  animation: box_in 0.8s cubic-bezier(0, 0, 0.1, 1) forwards;
  -moz-animation: box_in 0.8s cubic-bezier(0, 0, 0.1, 1) forwards;
  -webkit-animation: box_in 0.8s cubic-bezier(0, 0, 0.1, 1) forwards;
  -o-animation: box_in 0.8s cubic-bezier(0, 0, 0.1, 1) forwards;
  -ms-animation: box_in 0.8s cubic-bezier(0, 0, 0.1, 1) forwards;
}

@keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
    transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
    transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
    transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
    transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
    transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
    transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
    transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
  }
}

@-webkit-keyframes bigEntrance {
  0% {
    -webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
  }
  30% {
    -webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);
  }
  45% {
    -webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
  }
  60% {
    -webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);
  }
  75% {
    -webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
  }
  90% {
    -webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
  }
}

@-webkit-keyframes box_in {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes box_in {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes box_in_2 {
  0% {
    -webkit-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="7" /></filter></svg>#filter');
    filter: blur(7px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

@keyframes box_in_2 {
  0% {
    -webkit-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="7" /></filter></svg>#filter');
    filter: blur(7px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
    -ms-filter: blur(0);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    filter: blur(0);
  }
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.ie9_10 .hvr-sweep-to-right {
  z-index: 0 !important;
}

.ie9_10 .hvr-sweep-to-right img {
  position: relative;
  z-index: 10 !important;
}

.ie9_10 .hvr-sweep-to-right img:hover {
  opacity: 0.75;
}

.ie9_10 .hvr-sweep-to-right.hvr-sweep-to-right_1:hover {
  opacity: 0.75;
}

.ie9_10 .hvr-sweep-to-right.hvr-sweep-to-right_2:hover {
  opacity: 0.9;
}

.hvr-sweep-to-right:hover:before {
  background: #eee;
}

.ie9_10 .hvr-sweep-to-right:hover:before {
  background: transparent;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -moz-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -webkit-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -o-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -ms-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

.btn_item_orange .hvr-sweep-to-right.hvr-sweep-to-right_1:hover:before {
  background: #f07d0d;
}

.btn_item_apple .hvr-sweep-to-right.hvr-sweep-to-right_1:hover:before {
  background: #e60012;
}

.hvr-sweep-to-right.hvr-sweep-to-right_2:hover:before {
  background: #083387;
}

.ie9_10 .btn_item .hvr-sweep-to-right.hvr-sweep-to-right_1:hover:before,
.ie9_10 .hvr-sweep-to-right.hvr-sweep-to-right_2:hover:before {
  background: transparent;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  width: 227px;
  height: 25px;
}

.hvr-sweep-to-right.hvr-sweep-to-right_1:hover,
.hvr-sweep-to-right.hvr-sweep-to-right_1:focus,
.hvr-sweep-to-right.hvr-sweep-to-right_1 {
  width: 116px;
  height: 40px;
}

.hvr-sweep-to-right.hvr-sweep-to-right_2:hover,
.hvr-sweep-to-right.hvr-sweep-to-right_2:focus,
.hvr-sweep-to-right.hvr-sweep-to-right_2 {
  width: 260px;
  height: 30px;
}

@media screen and (max-height: 1000px) {
  .hvr-sweep-to-right.hvr-sweep-to-right_2:hover,
  .hvr-sweep-to-right.hvr-sweep-to-right_2:focus,
  .hvr-sweep-to-right.hvr-sweep-to-right_2 {
    width: 220px;
    height: 25px;
  }
}

@media screen and (max-height: 800px) {
  .hvr-sweep-to-right.hvr-sweep-to-right_2:hover,
  .hvr-sweep-to-right.hvr-sweep-to-right_2:focus,
  .hvr-sweep-to-right.hvr-sweep-to-right_2 {
    width: 200px;
    height: 22px;
  }
}

/* Sweep To Right */
.bnr_local_2 .col_box span {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
}

.bnr_local_2 .col_box:hover span {
  position: relative;
}

.bnr_local_2 .col_box:hover span:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.bnr_local_2 .col_box:hover span:hover,
.bnr_local_2 .col_box:hover span:focus,
.bnr_local_2 .col_box:hover span:active {
  color: white;
}

.bnr_local_2 .col_box:hover span:before,
.bnr_local_2 .col_box:hover span:focus:before,
.bnr_local_2 .col_box:hover span:active:before {
  animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -moz-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -webkit-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -o-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -ms-animation: hvr_sweep_to_right 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}

@-webkit-keyframes hvr_sweep_to_right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}

@keyframes hvr_sweep_to_right {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  45% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }
  55% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
  }
}