@charset "utf-8";
/* トップの企業情報部分で使用している英字。他でも必要であればcommonで読み込む */
.sspro {
  font-family: 'Source Sans Pro', sans-serif;
}
/* //トップの企業情報部分で使用している英字 */
/* FV */
.fv-wrap {
  overflow: hidden;
  height: 76vw;
}
.fv-inner {
  height: 100%;
  background: url(../images/top/fv.jpg) no-repeat center center/cover;
  position: relative;
}
.fv-copy {
  position: absolute;
  top: 33%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #505050;
}
.fv-title img {
  width: 290px;
  max-width: 95%;
}
.fv-desc {
  font-size: 15px;
}
.fv-contact-btn {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #1474B4;
  border: 1px solid #fff;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 50%;
  z-index: 100;
}
.fv-contact-btn-inner {
  display: block;
  padding-top: 22px;
  position: relative;
}
.fv-contact-btn-inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: url(../images/common/icon-mail.svg) no-repeat center center/contain;
  transition: .3s;
}
.fv-contact-btn:hover {
  color: #1474B4;
  background: #fff;
  border: 1px solid #1474B4;
}
.fv-contact-btn:hover .fv-contact-btn-inner::before {
  background: url(../images/common/icon-mail_blue.svg) no-repeat center center/contain;
}
/* //fv */
@media all and (max-width: 319px) {
  .fv-desc {
    font-size: 13px;
  }
}
@media all and (min-width: 576px) {
  /* fv */
  .fv-wrap {
    height: 400px;
  }
  .fv-title img {
    width: 330px;
  }
  .fv-copy {
    top: 50%;
  }
  .fv-desc {
    font-size: 1.5rem;
  }
  /* //fv */
}

@media all and (min-width: 768px) {
  .fv-copy {
    left: 10vw;
  }
  .fv-contact-btn {
    font-size: 15px;
    width: 120px;
    height: 120px;
  }
  .fv-contact-btn-inner {
    padding-top: 25px;
  }
  .fv-contact-btn-inner::before {
    height: 18px;
  }
}
@media all and (min-width: 992px) {
  .fv-wrap {
    max-height : -webkit-calc(100vh - 97px);
    max-height : calc(100vh - 97px);
  }
  /* fv */
  .fv-wrap {
    height: 600px;
  }
  .fv-title img {
    width: 420px;
  }
  .fv-desc {
    font-size: 1.72rem;
  }
  .fv-contact-btn {
    width: 150px;
    height: 150px;
    font-size: 1.11rem;
  }
  .fv-contact-btn-inner {
    padding-top: 2.05rem;
  }
  .fv-contact-btn-inner::before {
    height: 1.33rem;
  }
  /* //fv */
}
@media all and (min-width: 1200px) {
  /* fv */
  .fv-wrap {
    height: 700px;
  }
  .fv-title img {
    width: 584px;
  }
  .fv-contact-btn {
    width: 9.5rem;
    height: 9.5rem;
  }
  /* //fv */
}
@media all and (min-width: 1500px) {
  .fv-contact-btn {
    transform: translateX(100%) translateY(-50%);
  }
}
/* 各セクションの余白 */
.pt-top {
  padding-top: 3.5rem;
}
.pb-top {
  padding-bottom: 3.5rem;
}
@media all and (min-width: 768px) {
  .pt-top {
    padding-top: 4rem;
  }
  .pb-top {
    padding-bottom: 4rem;
  }
}
@media all and (min-width: 1200px) {
  .pt-top {
    padding-top: 8.33rem;
  }
  .pb-top {
    padding-bottom: 8.33rem;
  }
}
/* //各セクションの余白 */

/* トップの商品情報 */
.top-drink-series a {
  display: block;
}
.top-drink-series a img {
  transition: .3s;
}
.top-drink-series a:hover img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, .4));
}
/* //トップの商品情報 */

/* トップのキャンペーン */
.section-top-campaign {
  background-color: #369CCB;
}
.swiper-top-campaign .swiper-slide {
  width: 50%;
}
.swiper-top-campaign .swiper-slide a {
  display: block;
  padding: 0 5px;
}
.section-top-campaign .swiper-top-campaign-wrap {
  position: relative;
  padding-bottom: 35px;
}
.section-top-campaign .swiper-button-prev, .section-top-campaign .swiper-button-next {
  width: 27px;
  height: 27px;
  top: auto;
  bottom: 0;
  background-size: contain;
}
.section-top-campaign .swiper-button-prev {
  background-image: url(../images/top/btn-prev.svg);
  left: 7px;
}
.section-top-campaign .swiper-button-next {
  background-image: url(../images/top/btn-next.svg);
  left: 45px;
}
@media all and (min-width: 768px) {
  .section-top-campaign .swiper-button-prev, .section-top-campaign .swiper-button-next {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .section-top-campaign .swiper-button-prev {
    left: 0;
  }
  .section-top-campaign .swiper-button-next {
    right: 0;
    left: auto;
  }
}
@media all and (min-width: 992px) {
  .swiper-top-campaign .swiper-slide a {
    padding: 0 15px;
  }
  .section-top-campaign .swiper-button-prev, .section-top-campaign .swiper-button-next {
    position: absolute;
  }
}
@media all and (min-width: 1200px) {
  .section-top-campaign .swiper-button-prev, .section-top-campaign .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
/* //トップのキャンペーン */

/* 知る・楽しむ */
.top-strength a {
  display: block;
}
.top-strength_img_wrap {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.top-strength_img_wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.top-strength a:hover .top-strength_img_wrap::before {
  opacity: 0.2;
}
.top-strength a img {
  -webkit-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
}
.top-strength a:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.top-strength a p {
  color: #070304;
  text-align: center;
  margin: .5rem 0 0;
  line-height: 1.27;
}
.top-strength a:hover p {
  text-decoration: underline;
}
@media all and (min-width: 768px) {
  .top-strength a p {
    margin: 1rem 0 0;
  }
}
/* //知る・楽しむ */

/* SNS公式アカウント */
.top-sns-links_ttl {
  font-size: 1.22rem;
  font-weight: 400;
  text-align: center;
} 
.top-sns-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 22px;
}
.icon-fb, .icon-insta, .icon-youtube {
  width: 43px;
  min-width: 43px;
}
.icon-twitter {
  width: 50px;
}
@media all and (min-width: 768px) {
  .top-sns-links ul {
    column-gap: 40px;
  }
  .icon-fb, .icon-insta, .icon-youtube {
    width: 54px;
  }
  .icon-twitter {
    width: 66px;
  }
}
/* //SNS公式アカウント */

/* 企業情報 */
.lazyloaded.section-top-corporate {
  background: url(../images/top/bg-corporate.jpg) no-repeat center center/cover;
}
.top-corporate-ttl {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 65px;
  line-height: 1;
  font-style: italic;
}
.top-corporate-ttl::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 50px;
  background: url(../images/top/icon-corporate-white.svg) no-repeat center center/contain;
}
.top-corporate-text {
  font-size: 1.11rem;
  line-height: 1.65;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 768px) {
  .top-corporate-ttl {
    font-size: 4.22rem;
    padding-top: 5.27rem;
  }
  .top-corporate-ttl::before {
    width: 50px;
    height: 72px;
  }
}
/* //企業情報 */

/* 採用情報 */
.top-introduction_ttl {
  font-size: 1.66rem;
  line-height: 1.66;
  max-width: 100%;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
}
.top-introduction_text {
  line-height: 1.55;
  letter-spacing: .037em;
}
.top-introduction-btnwrap {
  display: flex;
  justify-content: center;
}
.top-introduction-btnwrap .btn-standard {
  width: 239px;
  min-width: 1px;
}
@media all and (max-width: 400px) {
  .top-introduction_ttl {
    font-size: 1.45rem;
  }
}
@media all and (min-width: 768px) {
  .top-introduction-text-outer {
    position: relative;
    padding-bottom: 50px;
    height: 100%;
  }
  .top-introduction_ttl {
    margin-left: 0;
  }
  .top-introduction-btnwrap {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    justify-content: flex-start;
  }
}
/* //採用情報 */

/* フッター上バナー */
.footer-banner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.11rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, .15);
  position: relative;
  padding: 15px 1.94rem 15px 1.38rem;
  height: 68px;
}
.footer-banner-link img {
  max-width: 91%;
}
.footer-banner-link:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .20);
}
.footer-banner-link::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 10px;
  width: 1rem;
  height: 1rem;
  background: url(../images/common/icon-newtab.svg) no-repeat center center/contain;
}
@media all and (min-width: 576px) {
  .footer-banner-link {
    height: 75px;
  }
}
@media all and (min-width: 768px) {
  .footer-banner-link {
    padding: 15px 1.94rem 15px 1rem;
    height: 100%;
  }
  .footer-banner-link_balance img {
    width: 110px;
  }
}
@media all and (min-width: 992px) {
  .footer-banner-link {
    padding: 1.8rem 2.2rem 1.8rem 2.2rem;
  }
  .footer-banner-link::after {
    right: 1.55rem;
  }
  .footer-banner-link_balance img {
    width: 120px;
  }
}
@media all and (min-width: 1200px) {
  .footer-banner-link {
    padding: 1.8rem 3.5rem 1.8rem 2.2rem;
  }
  .footer-banner-link_balance img {
    width: 157px;
  }
  .footer-banner-link img {
    max-width: 100%;
  }
}
@media all and (min-width: 1400px) {

}
/* //フッター上バナー */