@charset "utf-8";
/*--------------------------------
フォント
--------------------------------*/
body {
  --font-family-mincho: 'Hiragino Mincho ProN', '游明朝体', 'Yu Mincho',
    YuMincho, 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro',
    'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;

  --font-family-kakugothic: 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ ゴシック', sans-serif;

  --font-family-NotoSerif: 'Noto Serif JP', serif;
}

/*--------------------------------
nav
--------------------------------*/
.l-nav__inner {
  z-index: 999;
  clear: both;
  width: 100%;
  height: 140px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.1;
}
.l-nav__inner.is-active {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%;
}
#js-mainvisual.is-active {
  margin-top: 140px;
}
.l-nav__contentTit {
  margin: 0px auto;
  padding: 32px 0 26px 0;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
.l-nav__contentList {
  display: flex;
  justify-content: center;
  width: 890px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.l-nav__contentList li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  height: 35px;
  margin: 0;
  vertical-align: middle;
  border-left: 1px solid #dcdcdc;
}
.l-nav__contentList li.last {
  width: 150px;
  border-left: none;
  background: url(https://www.suntory-kenko.com/contents/brands/vitoas/img/vitoas_nav_btn.png)
    no-repeat center bottom;
}
.l-nav__contentList li.last a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-nav__contentList li.last a:link {
  padding: 0;
  color: #fff;
  font-size: 14px;
}
.l-nav__contentList li.last a::after {
  display: none;
}
.l-nav__contentList li.last a:hover,
.l-nav__contentList li.last a:active {
  color: #ffffff !important;
  opacity: 0.7;
  transition: 0.3s;
}
.l-nav__contentList li.last a:visited {
  color: #ffffff;
}
.l-nav__contentList li.last a img {
  margin-left: 4px;
}
.l-nav__contentList li a:link {
  position: relative;
  padding: 0 1.3em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.3s;
  transition: 0.5s;
  text-decoration: none;
  color: #7c7c7c;
}
.l-nav__contentList li a::after {
  content: '';
  position: absolute;
  top: auto;
  bottom: -3px;
  left: 50%;
  width: 0;
  height: 1px;
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #191919;
}
.l-nav__contentList li a:hover,
.l-nav__contentList li a:active {
  color: #191919 !important;
}
.l-nav__contentList li a:visited {
  color: #7c7c7c;
}
.l-nav__contentList li a:hover::after {
  width: 84%;
}
.l-nav__contentList li.long a:link {
  padding: 0;
  white-space: nowrap;
  letter-spacing: -0.05em;
}

/*--------------------------------
l-spnav
--------------------------------*/
.l-spnav {
  position: relative;
  height: 100%;
}
.l-spnav-header {
  transform: translate3d(0, 0, 0);
  width: 100%;
  z-index: 100;
  top: 0px;
  position: absolute;
  left: 0;
}
.l-spnav-header__inner {
  background: url(https://www.suntory-kenko.com/sp/content/contents/brands/vitoas/img/head_shadow.png)
    repeat-x bottom;
  background-size: 5px 5px;
  border-bottom: 3px solid #e5dad4;
  position: relative;
}

.l-spnav-header h1 {
  background: #ffffff;
  padding-left: 10px;
  padding-top: 12px;
  height: 55px;
  box-sizing: border-box;
}

.l-spnav-header .l-spnav-header__shopbtn {
  position: absolute;
  top: 10px;
  right: 80px;
}
.l-spnav-header .l-spnav-header__menubtn {
  position: absolute;
  top: 0;
  right: 0;
  background: url(https://www.suntory-kenko.com/sp/content/contents/brands/vitoas/img/btn_menu_close.gif)
    no-repeat 0 0;
  background-size: 70px 55px;
}

.l-spnav-header .l-spnav-header__menubtn a {
  display: block;
  width: 70px;
  height: 55px;
  background: url(https://www.suntory-kenko.com/sp/content/contents/brands/vitoas/img/btn_menu.gif)
    no-repeat 0 0;
  background-size: 70px 55px;
  text-indent: -9999px;
}

.l-spnav-menu {
}

.l-spnav-menu {
  background: #e94e08;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.l-spnav-menu.is-active {
  max-height: 500px;
}

.l-spnav-menu__inner {
  height: 100%;
  padding-bottom: 140px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.l-spnav-menu__item {
  border-bottom: 1px solid white;
}

.l-spnav-menu__item:nth-child(2).vitoas_main_link {
  padding-bottom: 10px;
}

.l-spnav-menu__itemLink {
  padding: 25px;
  display: block;
  position: relative;
  color: white;
  font-family: var(--font-family-mincho);
}

.l-spnav-menu__itemLink:visited {
  color: white;
}

.l-spnav-menu__itemLink:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  transform: translateY(calc(-50% + 5px));
  width: 20px;
  height: 20px;
  background: url(../../img/global/nav_arrow.png) no-repeat;
  background-size: 10px 10px;
}

.l-spnav-header .l-spnav-header__menubtn.is-active a {
  background-image: url(https://www.suntory-kenko.com/sp/content/contents/brands/vitoas/img/btn_menu_close.gif);
}

.l-spnav-header.is-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate3d(0, 0, 0);
}

/*--------------------------------
footer
--------------------------------*/

.l_footer {
  margin-top: 0;
}

/*--------------------------------
l-section
--------------------------------*/
.l-section {
}
.l-section__inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .l-section__inner {
    max-width: initial;
    padding: 0 15px;
  }
}
/*--------------------------------
l-mv-under
--------------------------------*/
.l-mv-under {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.l-mv-under:before {
  content: '';
  opacity: 1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../../img/global/mv.png) no-repeat top center;
  background-size: 100% 100%;
  z-index: 1;
}
.l-mv-under__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
.l-mv-under__dobozTit {
  margin-top: 70px;
  color: white;
  font-family: var(--font-family-mincho);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-mv-under__dobozTit--en {
  display: inline-block;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.l-mv-under__dobozTit--ja {
  display: inline-block;
  font-size: 52px;
  line-height: 1.2;
}
.l-mv-under__dobozLogo {
  position: absolute;
  top: -170px;
  left: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .l-mv-under {
    height: 32vw;
    margin-top: 57px;
  }
  .l-mv-under:before {
    background: url(../../img/global/sp-mv.png) no-repeat top center;
    background-size: 100% 100%;
  }
  .l-mv-under__doboz {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .l-mv-under__dobozTit {
    margin-top: 0;
    transform: translateY(-10px);
    text-align: center;
  }

  .l-mv-under__dobozTit--en {
    font-size: 24px;
  }
  .l-mv-under__dobozTit--ja {
    font-size: 28px;
  }
  .l-mv-under__dobozLogo {
    top: 0;
  }
  .l-mv-under__dobozLogo img {
    width: 36vw;
  }
}

/*--------------------------------
l-banner
--------------------------------*/
.l-banner {
  padding-bottom: 80px;
}
.l-banner__tit {
  display: inline-block;
  font-size: 56px;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 2px solid #e84d07;
  color: #e84d07;
  font-family: var(--font-family-mincho);
}

.l-banner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}
.l-banner__itemLink {
  transition: 0.3s;
}
.l-banner__itemLink:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.l-banner__itemLink:visited {
  color: initial;
}
.l-banner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: calc(100% / 3 - 20px);
}
.l-banner__itemImg img {
  width: 100%;
}

.l-banner__itemTxt {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-family: var(--font-family-mincho);
  text-align: left;
  text-decoration: none !important;
  position: relative;
  margin-top: 20px;
  transition: 0.3s;
  letter-spacing: -0.06em;
  padding-right: 30px;
  box-sizing: border-box;
  color: #000;
}

.l-banner__itemTxt::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) skew(45deg);
}

@media screen and (max-width: 767px) {
  .l-banner {
    padding-bottom: 40px;
  }
  .l-banner__inner {
    text-align: center;
  }
  .l-banner__tit {
    font-size: 20px;
    font-weight: 400;
  }
  .l-banner__list {
    flex-wrap: wrap;
    justify-content: space-between;

    margin-top: 30px;
  }
  .l-banner__item {
    width: calc(100% / 2 - 15px);
  }
  .l-banner__itemLink {
    font-size: 15px;
  }
  .l-banner__itemTxt {
    font-size: 12px;
    letter-spacing: 0.04em;
  }
  .l-banner__itemTxt::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
}

/*--------------------------------
m-hide
--------------------------------*/
.m-hide--pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .m-hide--pc {
    display: block;
  }
  .m-hide--sp {
    display: none;
  }
}

/*--------------------------------
m-underline
--------------------------------*/
.m-underline {
}
.m-underline--orange {
  color: #e84d07;
  background: linear-gradient(transparent 50%, rgba(232, 77, 7, 0.1) 50%);
}
/*--------------------------------
js-fade
--------------------------------*/
/* .js_fade {
  opacity: 0;
  transform: translateY(20px);
  transition: 1s;
}

.js_fade.is-active {
  opacity: 1;
  transform: translateY(0);
} */
