
#calpis {
  min-width: 1000px;
  font-family: 'Noto Sans', sans-serif;
}
@media screen and (max-width: 768px) {
  #calpis {
    min-width: auto;
  }
}
#calpis .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #calpis .pc {
    display: none;
  }
}
#calpis .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #calpis .sp {
    display: block;
  }
}
#calpis .main_visual {
  background: left top url("../image/main_bg1.jpg");
}
#calpis .main_visual .wrapper {
  background: center top 28px/1437px auto no-repeat url("../image/mv_bg1.png");
}
@media screen and (max-width: 768px) {
  #calpis .main_visual .wrapper {
    background: center top 2vw/96.4vw auto no-repeat url("../image/mv_bg2.png");
  }
}
#calpis .main_visual .inner {
  position: relative;
  margin: 0 auto;
  padding-top: 125px;
  width: 1000px;
  height: 780px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #calpis .main_visual .inner {
    padding-top: 23.3333333333vw;
    width: 100%;
    height: 161vw;
  }
}
#calpis .main_visual .inner::before {
  position: absolute;
  bottom: 30px;
  right: 9px;
  display: block;
  content: '';
  width: 958px;
  height: 420px;
  background: left top/100% auto no-repeat url("../image/mv_products.png");
}

@media screen and (min-width: 769px) {
  .crumb {
    margin-bottom: 10px;
  }
}


@media screen and (max-width: 768px) {
  #calpis .main_visual .inner::before {
    right: 0;
    bottom: 11vw;
    left: 0;
    margin: 0 auto;
    width: 95.8666666667vw;
    height: 70vw;
    background: left top/100% auto no-repeat url("../image/mv_products1.png");
  }
}
#calpis .main_visual .title {
  text-align: center;
}
#calpis .main_visual .title img {
  width: 382px;
}
@media screen and (max-width: 768px) {
  #calpis .main_visual .title img {
    width: 57.7333333333vw;
  }
}
#calpis .main_visual .catch {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #calpis .main_visual .catch {
    top: 4.4vw;
  }
}
#calpis .main_visual .catch img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #calpis .main_visual .catch img {
    width: 95.2vw;
  }
}
#calpis .main_visual .notes {
  position: absolute;
  bottom: 17px;
  right: 16px;
  font-size: 11px;
  color: #004099;
}
@media screen and (max-width: 768px) {
  #calpis .main_visual .notes {
    right: auto;
    bottom: 4vw;
    left: 2.6666666667vw;
    font-size: 2vw;
    line-height: 1.38;
    width: 95%;
  }
}
#calpis .main_visual .notes ul li::before {
  content: '※';
}
#calpis .gloval_nav {
  background-color: #0053c5;
}
#calpis .gloval_nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
}
#calpis .gloval_nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 auto;
  width: 1000px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #calpis .gloval_nav .nav {
    width: 100%;
    font-size: 3.2vw;
    flex-wrap: wrap;
  }
}
#calpis .gloval_nav .nav li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 90px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #calpis .gloval_nav .nav li {
    margin-right: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
#calpis .gloval_nav .nav li::after {
  position: absolute;
  top: 0;
  right: -45px;
  bottom: 0;
  display: block;
  content: '';
  margin: auto 0;
  width: 1px;
  height: 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #calpis .gloval_nav .nav li::after {
    right: -6.6666666667vw;
    height: 5.3333333333vw;
  }
  #calpis .gloval_nav .nav li:nth-child(3) {
    margin-right: 0;
  }
  #calpis .gloval_nav .nav li:nth-child(3):after {
    display: none;
  }
}
#calpis .gloval_nav .nav li:last-child {
  margin-right: 0;
}
#calpis .gloval_nav .nav li:last-child::after {
  display: none;
}
#calpis .gloval_nav a {
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #calpis .gloval_nav a:hover {
    opacity: 0.8;
    transition: opacity 0.1s ease-out;
    -webkit-transition: opacity 0.1s ease-out;
  }
}
#calpis .desc {
  position: relative;
  padding: 42px 0 50px 0;
  background: center top 33px/1428px auto no-repeat url("../image/desc_dot.png");
}
@media screen and (max-width: 768px) {
  #calpis .desc {
    padding: 5.3333333333vw 0 14vw 0;
    background: center top 4.8vw/98.5333333333vw auto no-repeat url("../image/desc_dot1.png");
  }
}
#calpis .desc::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 401px;
  background: left top/1280px 401px url("../image/desc_bg.png");
}
@media screen and (max-width: 768px) {
  #calpis .desc::before {
    display: none;
  }
}
#calpis .desc * {
  position: relative;
}
#calpis .desc h3 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #calpis .desc h3 {
    margin-bottom: 8vw;
  }
}
#calpis .desc h3 img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #calpis .desc h3 img {
    width: 94.1333333333vw;
  }
}
#calpis .desc .lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: start;
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  #calpis .desc .lists {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 7.4666666667vw;
    width: 62.6666666667vw;
  }
}
#calpis .desc .lists li {
  margin: 0 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #calpis .desc .lists li {
    margin: 0 4.6666666667vw 4.6666666667vw 0;
    position: relative;
  }
}
#calpis .desc .lists li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #calpis .desc .lists li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #calpis .desc .lists li:nth-child(n+3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #calpis .desc .lists li:nth-child(1),
  #calpis .desc .lists li:nth-child(2) {
    margin-bottom: 9vw;
  }
}

#calpis .desc .lists li img {
  width: 180px;
}
#calpis .desc .lists li img.ann {
  width: 128px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #calpis .desc .lists li img {
    width: 28.8vw;
  }
  #calpis .desc .lists li img.ann {
    width: 30vw;
    margin-left: -15vw;
    margin-top: 1.5vw;
    position: absolute;
    max-width: none!important;
  }
}
#calpis .desc .wrapper {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #calpis .desc .wrapper {
    width: auto;
  }
}
#calpis .desc .wrapper .inner_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #calpis .desc .wrapper .inner_block {
    display: block;
  }
}
#calpis .desc .wrapper .inner_block .block {
  width: 500px;
}
@media screen and (max-width: 768px) {
  #calpis .desc .wrapper .inner_block .block {
    margin: 0 auto;
    width: 89.3333333333vw;
    background: left bottom/100% auto no-repeat url("../image/desc_img01_bg.png");
  }
}
#calpis .desc .wrapper .inner_block .block:nth-child(1) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #calpis .desc .wrapper .inner_block .block:nth-child(1) {
    margin-bottom: 4.9333333333vw;
    padding-bottom: 8.2666666667vw;
  }
}
#calpis .desc .wrapper .inner_block .block:nth-child(1) img {
  margin: 0 auto 0 68px;
}
@media screen and (max-width: 768px) {
  #calpis .desc .wrapper .inner_block .block:nth-child(1) img {
    margin: 0 auto;
    width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  #calpis .desc .wrapper .inner_block .block:nth-child(2) {
    padding-bottom: 5.3333333333vw;
    background: left bottom/100% auto no-repeat url("../image/desc_img02_bg.png");
  }
}
#calpis .desc .wrapper .inner_block .block:nth-child(2) img {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #calpis .desc .wrapper .inner_block .block:nth-child(2) img {
    margin: 0 auto;
    width: 81.2vw;
  }
}
#calpis .lineup {
  padding: 60px 0;
  background-color: #fffdf1;
}
@media screen and (max-width: 768px) {
  #calpis .lineup {
    padding: 5.3333333333vw 0 10.6666666667vw;
  }
}
#calpis .lineup h3 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #calpis .lineup h3 {
    margin-bottom: 9.0666666667vw;
  }
}
#calpis .lineup h3 img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #calpis .lineup h3 img {
    width: 94.1333333333vw;
  }
}

#calpis .care {
  padding: 95px 0;
  border-bottom: 1px solid #f1e7de;
}
#calpis .care a {
  display: block;
  width: 607px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #calpis .care {
    padding: 10vw 0;
  }
  #calpis .care a {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}


#calpis .banners {
  margin: 0 auto;
  padding: 60px 0 30px;
  width: 788px;
}
@media screen and (max-width: 768px) {
  #calpis .banners {
    padding: 6.6666666667vw 0;
    width: auto;
  }
}
#calpis .banners .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #calpis .banners .content-wrap {
    display: block;
    text-align: center;
  }
}
#calpis .banners .content-wrap p {
  margin-bottom: 2.6666666667vw;
}
#calpis .banners .content-wrap p:last-child {
  margin-bottom: 0;
}
#calpis .banners .content-wrap img {
  width: 377px;
}
@media screen and (max-width: 768px) {
  #calpis .banners .content-wrap img {
    width: 77.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #calpis .breadcrumb {
    margin: 0 4vw;
  }
  #calpis .breadcrumb .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 3.2vw;
  }
  #calpis .breadcrumb .lists li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #calpis .breadcrumb .lists li::after {
    display: block;
    content: '＞';
    margin: 0 .5em;
  }
  #calpis .breadcrumb .lists li:last-child::after {
    display: none;
  }
}
