@charset 'utf-8';
/*
 * name:top.css
 * author:sovanda nulo
*/

/* top
------------------------------------------------ */

.section { position: relative; padding: 100px 0; background: #fff; z-index: 2; }
.section--title { text-align: center; margin-bottom: 50px; }
.section--title .Jp { font-size: 15px; font-size: 1.5rem; font-weight: bold; color: #A08A42; line-height: 1.2; letter-spacing: .1em; }
.section--title .En { font-family: 'Noto Sans Bold'; font-size: 38px; font-size: 3.8rem; line-height: 1.28; letter-spacing: .08em; margin-top: 15px; }
.section--title small { font-size: 38px; font-size: 3.8rem; }

/* section visual */
#visual { position: relative; overflow: hidden; z-index: 1; background: #fff; }
/*#visual:after { content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: linear-gradient(180deg, rgba( 0, 0, 0, 0), rgba( 0, 0, 0, .7)); }*/
.visual--logo { width: 520px; position: absolute; left: 50%; top: 50%; margin-top:-15px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.visual-slide { position: relative; z-index: -1; }
.visual-slide--image { position: relative; width: 100%; height: calc(100vh - 50px); height: 100%; min-height: 430px; background-repeat: no-repeat; background-size: cover; background-position: center; -webkit-transition: 0s linear; -o-transition: 0s linear; transition: 0s linear; }
.visual-slide--image:before { content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background-image: linear-gradient(180deg, rgba( 0, 0, 0, 0), rgba( 0, 0, 0, 23%)); z-index: 4; }

.visual-slide--image.is-active { -webkit-animation: kvScale 0s linear; animation: kvScale 0s linear; overflow:hidden; }
.visual-slide .slick-active .visual-slide--image { -webkit-animation: kvScale 5s ease-out; animation: kvScale 5s ease-out; overflow:hidden; }
/*.visual-slide .slick-slide:nth-child(1) .visual-slide--image {background-image: url(../../img/top/visual-01.jpg); overflow:hidden; }*/
/*.visual-slide .slick-slide:nth-child(2) .visual-slide--image { background-image: url(../../img/top/visual-02.jpg); }
.visual-slide .slick-slide:nth-child(3) .visual-slide--image { background-image: url(../../img/top/visual-03.jpg); }*/

.visual-scroll {  }
.visual-scroll dt { font-family: 'Lato-Regular'; font-size: 16px; font-size: 1.6rem; font-weight: bold; color: #fff; letter-spacing: 0.14em; position: absolute; bottom: 55px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); z-index: 1; }
.visual-scroll dd::before,
.visual-scroll dd::after { content: ''; width: 1px; display: block; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); background: #fff; }
.visual-scroll dd::before { background: #EF770F; height: 15px; z-index: 2; -webkit-animation: scroll_bar 2s linear infinite; animation: scroll_bar 2s linear infinite; }
.visual-scroll dd::after { height: 50px; z-index: 1; }

.visual-slide .bgvid{ position: absolute; left: 50%; top: 50%; transform: translate(-50% , -50%); z-index: 3; width: 140%; }
.visual-slider--desc{ position: absolute; left: 50%; top: 50%; width: 45%; transform: translate(-50%, -50%); z-index: 4; }
.visual-slider--desc p{ text-align: center; font-size: 2.5rem; font-weight: bold; line-height: 1.6; margin-top: 30px; letter-spacing: 0.06em; color:#fff; }

/* section brew */
#brew { background: #F4F7F8; z-index: 4; }
.brew__block {  }
.brew__break {  }
.brew__break:not(:last-child) { margin-bottom: 80px; padding-bottom: 80px; border-bottom: 1px solid #DDD9CD; }
#zonebeer:before{ content:''; width: 100%; height: 80px; display: block; visibility: hidden; margin-top: -80px; }
.brew__lists { display: flex; flex-wrap: wrap; align-items: flex-start; }
.brew__lists:not(:last-child) { padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #DDD9CD; }
.brew__lists--pic { width: 365px; }
.brew__lists__desc { width: calc( 100% - 415px ); margin-left: 50px; color: #333; }
.brew__lists__desc dt { font-size: 30px; font-size: 3rem; font-weight: bold; margin-top: -5px; line-height: 1.3; }
.brew__lists__desc dd { margin-top: 28px; font-size: 16px; font-size: 1.6rem; line-height: 1.6875; }

.brew__lists__desc dd ul {  }
.brew__lists__desc dd ul li { font-size: 16px; font-size: 1.6rem; line-height: 1.6875; position: relative; padding-left: 20px; }
.brew__lists__desc dd ul li:before { content: ''; display: inline-block; position: absolute; left: 0; top: 8px; width: 10px; height: 10px; background: #A1D3DF; -webkit-border-radius: 50%; border-radius: 50%; }
.brew__lists__desc dd ul li:not(:last-child) { margin-bottom: 15px; }

.brew__lists__desc--more { font-size: 16px; font-size: 1.6rem; display: block; max-width: 300px; margin-top: 55px; text-align: center; }
.brew__lists__desc--more a { position: relative; padding: 12px 0 13px; display: block; background: #261C19; color: #fff; transition: linear .3s; -webkit-border-radius: 6px; border-radius: 6px; }
.brew__lists__desc--more a:after { content: ''; display: inline-block; vertical-align: -1px; margin-left: 15px; width: 14px; height: 14px; background: url(../../img/share/icon-link-w.png) no-repeat; background-size: 100%; transition: linear .3s; }
.brew__lists__desc--more a:hover { background: #DDD9CD; color: #261C19; }
.brew__lists__desc--more a:hover:after { background: url(../../img/share/icon-link-b.png) no-repeat; background-size: 100%; }

/* section ozone */
#ozone { background: #261C19;margin-bottom:-50px; }
#ozone .section--title .En { color: #fff; }
#ozone .inview-tlt span:after { background: #261C19; }
.ozone__desc { color: #fff; display: flex; flex-wrap: wrap;margin-bottom:100px; }
.ozone__desc--pic { width: 365px; }
.ozone__desc__cmn { font-size: 16px; font-size: 1.6rem; line-height: 1.6875; width: calc( 100% - 415px); margin-left: 50px; }
.ozone__desc__cmn--list { margin-top: 40px; }
.ozone__desc__cmn--list li { position: relative; padding-left: 20px; margin-top: 10px; }
.ozone__desc__cmn--list li:before { content: ''; display: inline-block; position: absolute; left: 0; top: 9px; width: 10px; height: 10px; background: #DDD9CD; -webkit-border-radius: 50%; border-radius: 50%; }

/* section teams */
#teams { position: relative; display: block; overflow: hidden; z-index: 3; background-image: url(../../img/top/bg-teams.jpg); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }
#teams .section--title .Jp,
#teams .section--title .En { color: #fff; }
#teams .inview-tlt span:after { background: #261C19; }
#teams .wrap { z-index: 2; }
.teams__desc {  }
.teams__block { font-size: 16px; font-size: 1.6rem; line-height: 1.6875; padding: 45px 50px 48px; background: rgba(255, 255, 255, .9); max-width: 648px; -webkit-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); -webkit-box-sizing: border-box; box-sizing: border-box; }
.teams__block:nth-child(2n) { margin-left: auto; }
.teams__block:not(:last-child) { margin-bottom: 50px; }
.teams__block dt { margin-bottom: 40px; }

.teams__title--shadow { text-shadow:0px 1px 3px #261C19, 0 0 1em #261C19, 0 0 0.2em #261C19; }
/*.teams__block.inview-up { -webkit-transform: translate3d(0,0,0) scale(1.0); transform: translate3d(0,0,0) scale(1.0); opacity: 1; }*/
.teams__block.inview-up dd img{ margin:0 auto; }


/* section shop */
#shop { background: #ffffff; z-index: 4; }
.shop__block {  }
.shop__break {  }
.shop__break:not(:last-child) { margin-bottom: 0px; padding-bottom: 0px; border-bottom: 1px solid #ffffff; }
#zonebeer:before{ content:''; width: 100%; height: 80px; display: block; visibility: hidden; margin-top: -80px; }
.shop__lists { display: flex; flex-wrap: wrap; align-items: flex-start; }
.shop__lists:not(:last-child) { padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #ffffff; }

.shop__lists__desc--more { font-size: 16px; font-size: 1.6rem; display: block; margin-top: 55px; text-align: center; }
.shop__lists__desc--more a { position: relative;margin-top:15px; padding: 11px 0 10px;max-width: 153px;left:42.5%; display: block; background: #261C19; color: #fff; transition: linear .3s; -webkit-border-radius: 6px; border-radius: 6px; }
.shop__lists__desc--more a:after { content: ''; display: inline-block; vertical-align: -1px; margin-left: 15px; width: 14px; height: 14px; background: url(../../img/share/icon-link-w.png) no-repeat; background-size: 100%; transition: linear .3s; }
.shop__lists__desc--more a:hover { background: #DDD9CD; color: #261C19; }
.shop__lists__desc--more a:hover:after { background: url(../../img/share/icon-link-b.png) no-repeat; background-size: 100%; }



/* section company */
#company { background: #F4F7F8; }
#company .section--title { margin-bottom: 75px; }
#company .section--title .En { font-family: 'Lato-Regular'; font-size: 50px; font-size: 5rem; margin-top: 10px; }
.company__desc { display: block; overflow: hidden; }
.company__block:first-child { width: calc( 44.7% - 15px ); float: left; }
.company__block:last-child { width: calc( 55.3% - 25px ); float: right; }
.company__block--lists { font-size: 16px; font-size: 1.6rem; line-height: 1.6875; color: #333333; display: flex; flex-wrap: wrap; }
.company__block--lists:not(:last-child) { margin-bottom: 25px; }
.company__block--lists dt { font-weight: bold; width: 95px; }
.company__block--lists dd { position: relative; width: calc( 100% - 125px ); margin-left: 30px; }
.company__block--lists dd:before { content: ''; display: inline-block; position: absolute; left: -29.2px; top: 4px; width: 1.2px; height: calc( 100% - 6px ); background: #DDD9CD; }
.company__block--lists .bl-maps { max-width: 153px; margin-top: 15px; text-align: center; }
.company__block--lists .bl-maps a { padding: 10px 0 11px; display: block; background: #DDD9CD; transition: linear .3s; -webkit-border-radius: 6px; border-radius: 6px; }
.company__block--lists .bl-maps a:before { content: ''; display: inline-block; vertical-align: -4px; margin-right: 10px; width: 11px; height: 17px; background: url(../../img/top/marker-b.png) no-repeat; background-size: 100%; transition: linear .3s; }
.company__block--lists .bl-maps a:hover { background: #261C19; border-color: #261C19; color: #fff; }
.company__block--lists .bl-maps a:hover:before { background: url(../../img/top/marker-w.png) no-repeat; background-size: 100%; }
.company__block--lists .bl-desc {  }
.company__block--lists .bl-desc:not(:last-child) { margin-bottom: 57px; }
.company__block--lists .bl-desc--tit {  }
.company__block--lists .bl-desc--lists li { position: relative; padding-left: 11px; margin-top: 10px; }
.company__block--lists .bl-desc--lists li:before { content: ''; display: inline-block; position: absolute; left: 0; top: 11px; width: 5px; height: 5px; background: #DDD9CD; -webkit-border-radius: 50%; border-radius: 50%; }

.company__block:last-child dt { width: 94px; }
.company__block:last-child dd { width: calc( 100% - 124px ); }
.company__block:last-child .company__block--lists:last-child dd:before { height: 100%; }


@-webkit-keyframes kvScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes kvScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes scroll_bar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-40px);
    transform: translateX(-50%) translateY(-40px);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}

@keyframes scroll_bar {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-40px);
    transform: translateX(-50%) translateY(-40px);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }
}


/* Responsive
------------------------------------------------ */
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .visual-slider--desc p{ font-size: 2.08333333333vw; }
}
@media screen and (max-width: 768px) {

  .section { padding: 50px 0; }
  .section--title { margin-bottom: 28px; }
  .section--title .Jp { font-size: 13px; font-size: 1.3rem; }
  .section--title .En { font-size: 20px; font-size: 2rem; margin-top: 10px; }
  .section--title small { font-size: 20px; font-size: 2rem; }

  /* section visual */
  #visual { position: relative; }
  #visual:after { height: 150px; background-image: linear-gradient(180deg, rgba( 0, 0, 0, 0), rgba( 0, 0, 0, .7)); }
  .visual--logo { width: 70%; margin-top:-50px; }
  .visual-slide--image { background-position: center center; }

  /*.visual-slide .slick-slide:nth-child(1) .visual-slide--image {background-image: url(../../img/top/visual-01_sp.jpg); }*/
  .visual-scroll {  }
  .visual-scroll dt { font-size: 12px; font-size: 1.2rem; bottom: 55px; }

  .visual-slide .bgvid{ width: unset; height: 100%; }
  .visual-slider--desc{ width: 90%; }
  .visual-slider--desc img{ max-width: 40%; margin: 0 auto; }
  .visual-slider--desc p{ font-size: 5.4vw; margin-top: 6vw; }

  /* section brew */
  .brew__break { margin-bottom: 40px !important; padding-bottom: 0px !important; border-bottom: 1px solid #DDD9CD; }
  #zonebeer:before{ height: 40px; margin-top: -40px; }
  .brew__break:last-child { margin-bottom: 0; }
  .brew__lists { display: block; }
  .brew__lists:not(:last-child) { padding-bottom: 40px; margin-bottom: 40px; }
  .brew__lists--pic { width: 100%; }
  .brew__lists__desc { width: 100%; margin: 30px 0 0; }
  .brew__lists__desc dt { font-size: 17px; font-size: 1.7rem; text-align: center; }
  .brew__lists__desc dd { font-size: 14px; font-size: 1.4rem; margin-top: 18px; }

  .brew__lists__desc--more { font-size: 14px; font-size: 1.4rem; max-width: 568px; margin: 55px auto 0; }
  .brew__lists__desc--more a { padding: 8px 0 9px; -webkit-border-radius: 3px; border-radius: 3px; }
  .brew__lists__desc--more a:after { margin-left: 10px; width: 12px; height: 12px; }

  .brew__lists__desc dd ul li { font-size: 14px; font-size: 1.4rem; padding-left: 15px; }
  .brew__lists__desc dd ul li:before { top: 7px; }
  .brew__lists__desc dd ul li:not(:last-child) { margin-bottom: 12px; }

  /* section ozone */
  .ozone__desc { display: block; }
  .ozone__desc--pic { width: 100%; display: block; margin: 0 auto 25px; }
  .ozone__desc__cmn { font-size: 14px; font-size: 1.4rem; width: 100%; margin-left: 0; }
  .ozone__desc__cmn--list { margin-top: 40px; }
  .ozone__desc__cmn--list li { padding-left: 15px; margin-top: 10px; }
  .ozone__desc__cmn--list li:before { top: 9px; width: 10px; height: 10px; }

  /* section teams */
  #teams {  background-image: url(../../img/top/bg-teams_sp.jpg); /*background: url(../../img/top/bg-teams.jpg) repeat-y top center; background-size: 1918px;*/ }
  .teams__block { font-size: 14px; font-size: 1.4rem; padding: 28px 20px 30px; max-width: 100%; width: calc( 100% - 30px ); -webkit-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15); -webkit-box-sizing: border-box; box-sizing: border-box; }
  .teams__block:nth-child(2n) { margin-left: auto; }
  .teams__block:not(:last-child) { margin-bottom: 40px; }
  .teams__block dt { margin-bottom: 18px; }

/* section shop */
  .shop__break { margin-bottom: 0px !important; padding-bottom: 40px !important; border-bottom: 1px solid #DDD9CD; }
  #zonebeer:before{ height: 40px; margin-top: -40px; }
  .shop__break:last-child { margin-bottom: 0; }
  .shop__lists { display: block; }
  .shop__lists:not(:last-child) { padding-bottom: 40px; margin-bottom: 40px; }
  .shop__lists--pic { width: 100%; }
  .shop__lists__desc { width: 100%; margin: 30px 0 0; }
  .shop__lists__desc dt { font-size: 17px; font-size: 1.7rem; text-align: center; }
  .shop__lists__desc dd { font-size: 14px; font-size: 1.4rem; margin-top: 18px; }

  .shop__lists__desc--more { font-size: 14px; font-size: 1.4rem; max-width: 568px; margin: 55px auto 0; }
  .shop__lists__desc--more a { max-width: 150px;left:27%;padding: 8px 0 9px; -webkit-border-radius: 3px; border-radius: 3px; }
  .shop__lists__desc--more a:after { margin-left: 10px; width: 12px; height: 12px; }

  .shop__lists__desc dd ul li { font-size: 14px; font-size: 1.4rem; padding-left: 15px; }
  .shop__lists__desc dd ul li:before { top: 7px; }
  .shop__lists__desc dd ul li:not(:last-child) { margin-bottom: 12px; }



  /* section company */
  #company {  }
  #company .section--title { margin-bottom: 30px; }
  #company .section--title .En { font-size: 30px; font-size: 3rem; margin-top: 10px; }
  #company .section--title small { font-size: 30px; font-size: 3rem;  display: block; }
  .company__block:first-child { width: 100%; float: none; margin-bottom: 20px; }
  .company__block:last-child { width: 100%; float: none; }
  .company__block--lists { font-size: 14px; font-size: 1.4rem; }
  .company__block--lists:not(:last-child) { margin-bottom: 20px; }
  .company__block--lists dt { width: 75px; }
  .company__block--lists dd { width: calc( 100% - 90px ); margin-left: 15px; }
  .company__block--lists dd:before { left: -15.2px; top: 2.5px; width: 1.2px; }
  .company__block--lists .bl-maps { max-width: 140px; margin-top: 10px; }
  .company__block--lists .bl-maps a { padding: 9px 0 10px; -webkit-border-radius: 4px; border-radius: 4px; }
  .company__block--lists .bl-desc--lists li { padding-left: 10px; }
  .company__block--lists .bl-desc--lists li:before { top: 10px; }
  .company__block--lists .bl-desc:not(:last-child) { margin-bottom: 20px; }


  .company__block:last-child dt,.company__block:nth-child(2) dt { width: 75px; }
  .company__block:last-child dd,.company__block:nth-child(2) dd { width: calc( 100% - 90px ); }
  .company__block:first-child .company__block--lists:nth-child(2) dd:before { height: 100%; }
}


@media screen and (max-width: 375px) {
  .message--desc { font-size: 4vw; }
}
