@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  src: url("/pc/about/fonts/icomoon.eot?9pd7ow");
  src: url("/pc/about/fonts/icomoon.eot?9pd7ow#iefix") format("embedded-opentype"), url("/pc/about/fonts/icomoon.ttf?9pd7ow") format("truetype"), url("/pc/about/fonts/icomoon.woff?9pd7ow") format("woff"), url("/pc/about/fonts/icomoon.svg?9pd7ow#icomoon") format("svg");
}
/*  アニメーション設定
-------------------------------------------------- */
.fadeInUp {
  animation: fadeInUp 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
  from {
    transform: translate(0, 100px);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.js-inview-fadeInUp {
  opacity: 0;
}

.fadeInLeft {
  animation: fadeInLeft 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInLeft {
  from {
    transform: translate(-100px, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.js-inview-fadeInLeft {
  opacity: 0;
}

.fadeInRight {
  animation: fadeInRight 1.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeInRight {
  from {
    transform: translate(100px, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.js-inview-fadeInRight {
  opacity: 0;
}

.fadeInRightList li:nth-child(1) img {
  animation: fadeInRightList 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}
.fadeInRightList li:nth-child(2) img {
  animation: fadeInRightList 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.25s;
}
.fadeInRightList li:nth-child(3) img {
  animation: fadeInRightList 1.5s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInRightList {
  from {
    transform: translate(100px, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.js-inview-fadeInRightList li img {
  opacity: 0;
}

@keyframes centerline {
  from {
    max-height: 0;
  }
  to {
    max-height: 1000px;
  }
}
@keyframes fadeInUp {
  from {
    transform: translateY(2%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp {
  opacity: 0;
}

/*  共通要素
-------------------------------------------------- */
.bnr-area {
  padding: 40px 0;
  text-align: center;
}
.bnr-area p {
  margin: 0 0 5px;
  font-size: 14px;
}
.bnr-area a {
  display: inline-block;
}
.bnr-area a img {
  transition: 0.3s;
}
.bnr-area a img:hover {
  opacity: 0.7;
}

/*  明治ブルガリアヨーグルトについて
-------------------------------------------------- */
.top #wrap {
  min-height: 0;
}
.top main {
  display: flex;
  position: relative;
}
.top .about_title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 150px;
  background: rgba(88, 118, 147, 0.6);
  line-height: 0;
}
.top .top-headline {
  margin: 0 0 160px;
  line-height: 0;
  text-align: center;
}
.top .yogurtbook-block, .top .bulgariabook-block {
  padding: 270px 0 165px;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  text-decoration: none;
  box-sizing: border-box;
}
.top .yogurtbook-block:after, .top .bulgariabook-block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #000;
  transition: 0.3s;
  opacity: 0;
  content: "";
}
.top .yogurtbook-block.on:after, .top .bulgariabook-block.on:after {
  opacity: 0.4;
}
.top .yogurtbook-block .inner, .top .bulgariabook-block .inner {
  margin: 0;
  position: relative;
  z-index: 2;
  width: 600px;
}
.top .yogurtbook-block .head-list, .top .bulgariabook-block .head-list {
  margin: 0 auto 65px;
  position: relative;
  width: 336px;
  font-size: 14px;
}
.top .yogurtbook-block .head-list li, .top .bulgariabook-block .head-list li {
  margin: 0 0 18px;
  padding-left: 28px;
  position: relative;
  line-height: 1;
}
.top .yogurtbook-block .head-list li:last-child, .top .bulgariabook-block .head-list li:last-child {
  margin: 0;
}
.top .yogurtbook-block .head-list li:before, .top .bulgariabook-block .head-list li:before {
  position: absolute;
  left: 0;
  content: url(/pc/about/images/dot.png);
}
.top .yogurtbook-block .head-list:before, .top .bulgariabook-block .head-list:before {
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 1px;
  height: calc(100% - 8px);
  background: rgba(0, 0, 0, 0.2);
  content: "";
}
.top .yogurtbook-block .btn, .top .bulgariabook-block .btn {
  margin: 0 auto;
  padding: 8px 0;
  border: 2px solid #000;
  position: relative;
  z-index: 2;
  width: 220px;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
}
.top .yogurtbook-block .btn:after, .top .bulgariabook-block .btn:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 10px;
  height: 10px;
  content: "";
}
.top .yogurtbook-block {
  justify-content: flex-end;
  color: #000;
  background: #eeece7;
}
.top .yogurtbook-block .top-headline, .top .yogurtbook-block .head-list {
  position: relative;
  z-index: 2;
}
.top .yogurtbook-block .bg-map {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
  max-width: none;
}
@media screen and (min-width: 2732px) {
  .top .yogurtbook-block .bg-map {
    width: 100%;
  }
}
.top .bulgariabook-block {
  color: #FFF;
  background: linear-gradient(to bottom, #021957 0%, #257fce 100%);
}
.top .bulgariabook-block .top-headline {
  position: relative;
}
.top .bulgariabook-block .top-headline:before {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  content: url(/pc/about/images/bg-line-map.png);
}
.top .bulgariabook-block .head-list li:before {
  content: url(/pc/about/images/dot-white.png);
}
.top .bulgariabook-block .head-list:before {
  background: rgba(255, 255, 255, 0.2);
}
.top .bulgariabook-block .btn {
  border: 2px solid #FFF;
}
.top .bulgariabook-block .btn:after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.top .bulgariabook-block .bg-bulgaria {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
}
.top .bulgariabook-block .bg-bulgaria img {
  position: absolute;
  top: -140px;
  width: 100%;
  max-width: none;
}

.top.en .yogurtbook-block .btn, .top.en .bulgariabook-block .btn {
  width: 320px;
}

.cn main {
  font-family: "Noto Sans SC", sans-serif;
  font-family: "Noto Serif SC", serif;
}
.cn .about_title_box {
  color: #fff;
  font-family: "Noto Serif SC", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

/*  ブルガリア共和国【ヨーグルトの故郷】
-------------------------------------------------- */
.bulgariabook {
  margin: 0;
  min-width: 1000px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bulgariabook .bg-top-wrap {
  overflow: hidden;
  color: #FFF;
  background: linear-gradient(to bottom, #021957 0%, #021957 15%, #257fce 90%, #257fce 100%);
  background-size: contain, auto;
  box-shadow: 0px 100px 100px -70px rgba(18, 72, 142, 0.8) inset;
}
.bulgariabook .bg-gray-wrap {
  padding: 95px 0 0;
  background: #eeece7;
}
.bulgariabook section > .inner {
  margin: 0 auto;
  width: 1000px;
}
.bulgariabook .headline-h2 {
  margin: 0 0 70px;
  line-height: 0;
  text-align: center;
}
.bulgariabook .headline-h3 {
  margin: 0 0 25px;
  padding: 0 0 30px;
  border-bottom: 2px solid #000;
  line-height: 0;
}
.bulgariabook main {
  overflow: hidden;
}
.bulgariabook main p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.bulgariabook main p + p {
  margin: 25px 0 0;
}
.bulgariabook .kv {
  margin: 0 0 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: calc(100vh - 111px);
  background: url(/pc/about/images/bulgariabook/bg-map-line.png) no-repeat center center;
}
.bulgariabook .kv h1 {
  line-height: 0;
}
@media (max-width: 1060px) {
  .bulgariabook .kv h1 img {
    max-width: 90%;
  }
}
.bulgariabook .kv .scroll {
  margin: 0 auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 30px;
  left: 0;
  width: 18px;
  height: 47px;
}
.bulgariabook .kv .anchor-list {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%);
  font-size: 13px;
}
.bulgariabook .kv .anchor-list li {
  padding: 0 30px 30px 0;
  background: url(/pc/about/images/bulgariabook/bg-anchor-list.png) no-repeat top right;
  line-height: 1;
  text-align: right;
}
.bulgariabook .kv .anchor-list li:last-child {
  padding: 0 30px 0 0;
  background: url(/pc/about/images/bulgariabook/bg-anchor-list-last.png) no-repeat top right;
}
.bulgariabook .kv .anchor-list a {
  display: inline-block;
  transform: translate(0, -2px);
  color: #FFF;
  text-decoration: none;
}
.bulgariabook .kv:before {
  position: absolute;
  top: 0;
  left: 0;
  content: url(/pc/about/images/bulgariabook/bg-light.png);
}
.bulgariabook .where {
  padding: 60px 0;
}
.bulgariabook .where .inner {
  position: relative;
}
.bulgariabook .where .inner .bg-world-map {
  position: absolute;
  top: 85px;
  left: 16%;
  max-width: none;
}
.bulgariabook .where .text-area {
  padding: 120px 0 0 40px;
  position: relative;
  z-index: 2;
  width: 570px;
  min-height: 610px;
}
.bulgariabook .culture {
  padding: 60px 0 90px;
  position: relative;
  z-index: 2;
}
.bulgariabook .culture .headline-h3 {
  border-bottom-color: #FFF;
}
.bulgariabook .culture .lead {
  margin: 0 0 75px;
}
.bulgariabook .culture .lead p {
  text-align: center;
}
.bulgariabook .culture-item {
  position: relative;
}
.bulgariabook .culture-item .text-area {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translate(0, -50%);
  width: 560px;
  text-align: left;
}
.bulgariabook .culture-item.img-right {
  text-align: right;
}
.bulgariabook .culture-item.img-right .text-area {
  left: 40px;
}
.bulgariabook .culture-item.img-right .text-area p {
  width: 310px;
}
.bulgariabook .culture-item.img-left .text-area {
  right: 40px;
}
.bulgariabook .culture-item + .culture-item {
  margin: 80px 0 0;
}
.bulgariabook .heritage {
  padding: 60px 0 0;
  position: relative;
  z-index: 2;
}
.bulgariabook .heritage .headline-h2 {
  margin: 0 0 100px;
}
.bulgariabook .heritage .headline-h3 {
  border-bottom-color: #FFF;
  text-align: center;
}
.bulgariabook .heritage p {
  margin: 0 0 55px;
}
.bulgariabook .heritage p:last-of-type {
  margin: 0;
}
.bulgariabook .heritage .inner {
  width: 710px;
}
.bulgariabook .bg-bulgaria-wrap {
  position: relative;
  height: 610px;
}
.bulgariabook .bg-bulgaria-wrap img {
  position: absolute;
  top: -140px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  min-width: 1366px;
}
.bulgariabook .smolyan {
  margin: 0 0 90px;
  padding: 60px 0;
}
.bulgariabook .smolyan .inner {
  margin: 0 auto 100px;
  padding: 0 0 0 40px;
  position: relative;
}
.bulgariabook .smolyan .inner h2, .bulgariabook .smolyan .inner p {
  position: relative;
  z-index: 2;
}
.bulgariabook .smolyan .inner p {
  width: 530px;
}
.bulgariabook .smolyan .inner .bg-smolyan-map {
  position: absolute;
  top: -280px;
  left: 36%;
  max-width: none;
}
.bulgariabook .smolyan .headline-h2 {
  margin: 0 0 100px;
  text-align: left;
}
.bulgariabook .smolyan .img-area {
  position: relative;
  width: 50%;
  min-width: 682px;
}
.bulgariabook .smolyan .img-area .caption {
  padding: 55px 40px;
  position: absolute;
  top: 50%;
  right: -500px;
  transform: translate(0, -50%);
  width: 580px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .bulgariabook .smolyan .img-area .caption {
    right: 0;
    transform: translate(50%, -50%);
  }
}
.bulgariabook .smolyan .trim-wrap {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.bulgariabook .smolyan .trim-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bulgariabook .meguru {
  padding: 0 0 140px;
}
.bulgariabook .meguru .headline-h2 {
  text-align: left;
}
.bulgariabook .meguru .inner {
  margin: 60px auto 0;
  display: flex;
}
.bulgariabook .meguru .full-inner {
  display: flex;
}
.bulgariabook .meguru .text-area {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.bulgariabook .meguru .text-area .text-area-inner {
  padding: 75px 40px 0 40px;
  width: 500px;
  box-sizing: border-box;
}
.bulgariabook .meguru .img-area {
  width: 100%;
}
.bulgariabook .meguru .img-area p {
  margin: 5px 0 0;
}
.bulgariabook .meguru .trim-wrap {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}
.bulgariabook .meguru .trim-wrap img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 683px;
}
.bulgariabook .meguru .circle-arrow {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.bulgariabook .meguru .circle-arrow:before {
  margin-right: 0.5em;
  font-family: "icomoon";
  content: "\ea42";
}
.bulgariabook .meguru .circle-arrow:hover {
  color: #005bac;
}
.bulgariabook .meguru .other-item {
  display: flex;
  width: 730px;
}
.bulgariabook .meguru .other-item li p {
  margin: 5px 0 0;
}
.bulgariabook .meguru .other-item li {
  width: 100%;
}
.bulgariabook .meguru .item-caption {
  padding: 20px 40px 20px 30px;
  width: 270px;
  box-sizing: border-box;
}
.bulgariabook .first-make {
  padding: 145px 0 150px;
  background: #dedad1;
}
@media only screen and (max-width: 1100px) {
  .bulgariabook .first-make {
    padding-bottom: 60px;
  }
}
.bulgariabook .first-make .headline-h2 {
  margin: 0 0 115px;
  text-align: left;
}
.bulgariabook .first-make .inner {
  padding: 0 0 0 40px;
  position: relative;
  width: 100%;
  min-width: 1080px;
  max-width: 1200px;
  min-height: 1120px;
}
.bulgariabook .first-make p {
  line-height: 1.75;
  font-feature-settings: "palt";
}
.bulgariabook .first-make .img-right-wrap {
  display: flex;
}
.bulgariabook .first-make .img-right-wrap .text-area {
  padding: 8px 0 0 0;
  width: calc(50% - 20px);
}
.bulgariabook .first-make .img-right-wrap .text-area p {
  padding-right: 40px;
}
.bulgariabook .first-make .img-right-wrap .text-area .lead {
  margin: 0 0 60px;
}
.bulgariabook .first-make .img-right-wrap .text-area .p-area-2 {
  margin: 50px 0 0;
  padding: 0;
  width: 300px;
}
.bulgariabook .first-make .img-right-wrap .img-pot {
  position: absolute;
  right: 0;
  left: 50%;
}
@media only screen and (max-width: 1200px) {
  .bulgariabook .first-make .img-right-wrap .text-area {
    width: calc(50% - 60px);
  }
  .bulgariabook .first-make .img-right-wrap .text-area .lead {
    margin: 0 0 32px;
  }
  .bulgariabook .first-make .img-right-wrap .text-area .p-area-2 {
    margin-top: 4.5%;
    width: 51.2%;
  }
  .bulgariabook .first-make .img-right-wrap .img-pot {
    left: calc(50% - 40px);
  }
}
.bulgariabook .first-make .img-left-wrap {
  margin-top: -87px;
  margin-left: auto;
  position: relative;
  width: calc(50% - 20px);
}
.bulgariabook .first-make .img-left-wrap .under1000 {
  display: none;
}
.bulgariabook .first-make .img-left-wrap .text-area p {
  padding: 0 40px 0 222px;
}
.bulgariabook .first-make .img-left-wrap .img-siz {
  position: absolute;
  top: -143px;
  left: -40px;
  max-width: 376px;
}
@keyframes fadeInModify {
  0% {
    transform: translate(-50%, 2%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0%);
    opacity: 1;
  }
}
.bulgariabook .first-make .img-left-wrap .img-siz.fadeInUp {
  animation: fadeInModify 3s 0.2s both;
}
.bulgariabook .first-make .img-left-wrap .headline-h3 {
  padding-right: 32px;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  .bulgariabook .first-make .img-left-wrap {
    margin-top: -15.75%;
    width: calc(50% + 60px);
  }
  .bulgariabook .first-make .img-left-wrap .text-area {
    margin-left: auto;
    padding-right: 0;
  }
  .bulgariabook .first-make .img-left-wrap .text-area p {
    padding: 0 20% 0 39.5%;
  }
  .bulgariabook .first-make .img-left-wrap .over1000 {
    display: none;
  }
  .bulgariabook .first-make .img-left-wrap .under1000 {
    display: inline;
  }
  .bulgariabook .first-make .img-left-wrap .headline-h3 {
    padding: 0 35px 18px 39.5%;
    text-align: left;
  }
  .bulgariabook .first-make .img-left-wrap .img-siz {
    margin-top: -21%;
    top: 0;
    left: 0;
    width: 53.9655172414%;
  }
}
.bulgariabook .anniversary {
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(180deg, #dedad1 0%, #dedad1 50%, #eeece7 50%, #eeece7 100%);
}
.bulgariabook .anniversary .headline-h2 {
  margin: 0 0 55px;
  text-align: left;
}
.bulgariabook .anniversary .full-inner {
  padding: 100px 0;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
}
.bulgariabook .anniversary .container {
  position: relative;
  width: 66.5%;
}
.bulgariabook .anniversary .container .trim-wrap {
  position: relative;
  width: 100%;
  height: 706px;
  overflow: hidden;
}
.bulgariabook .anniversary .container .trim-wrap img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 973px;
  max-width: none;
}
.bulgariabook .anniversary .container .text-area {
  padding: 60px 50px;
  position: absolute;
  top: -100px;
  left: -650px;
  z-index: 2;
  transform: translate(50%, 0);
  width: 600px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
.bulgariabook .anniversary .container .caption {
  padding: 55px 45px;
  position: absolute;
  right: 85px;
  bottom: -100px;
  width: 380px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}
@media (max-width: 1180px) {
  .bulgariabook .anniversary .container .caption {
    right: 200px;
    transform: translate(50%, 0);
  }
}
.bulgariabook .end-map {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 630px;
}

.bnr_link {
  padding: 30px 0;
  background: url(/pc/about/images/bulgariabook/bg-yogurtbook.png) no-repeat center center;
  background-size: cover;
  box-shadow: 0px -10px 20px -3px rgba(0, 0, 0, 0.1);
}
.bnr_link .bnr-wrap {
  margin: auto;
  padding: 30px 0;
  border: 3px solid #000;
  display: block;
  position: relative;
  width: 1000px;
  text-align: center;
  box-sizing: border-box;
}
.bnr_link .bnr-wrap img {
  transition: 0.3s;
}
.bnr_link .bnr-wrap:after {
  border-top: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(0, 0, 0);
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 25px;
  transition: 0.3s;
  content: "";
}
.bnr_link .bnr-wrap:hover img {
  opacity: 0.7;
}
.bnr_link .bnr-wrap:hover:after {
  border-top-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
}

.bulgariabook.en main p {
  text-align: left;
}
.bulgariabook.en .first-make .inner {
  min-height: 1565px;
}
.bulgariabook.en .first-make .img-left-wrap .text-area {
  top: 0;
  bottom: auto;
}
.bulgariabook.en .first-make .img-left-wrap {
  top: 835px;
}

.bulgariabook.cn main #Legitimacy p {
  text-align: center;
}
.bulgariabook.cn .first-make .inner {
  min-height: 1315px;
}
.bulgariabook.cn .first-make .img-left-wrap .text-area {
  top: 0;
  bottom: auto;
}
.bulgariabook.cn .first-make .img-left-wrap {
  top: 835px;
}

/*  明治ブルガリアヨーグルト【ヨーグルトの正統】
-------------------------------------------------- */
.yogurtbook {
  margin: 0;
}
.yogurtbook #wrap {
  font-feature-settings: "palt";
}
.yogurtbook #wrap li {
  list-style: none;
}
.yogurtbook #wrap a {
  cursor: pointer;
}
.yogurtbook #header-bulgaria {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.yogurtbook .bg-top-wrap {
  position: relative;
  overflow: visible;
  color: #000;
  background: url(/pc/about/images/yogurtbook/kv-bgi.png) no-repeat left top, #eeece7;
  background-size: 100% auto;
  box-shadow: none;
}
.yogurtbook .bg-top-wrap .bottom-bgi {
  z-index: 700;
}
.yogurtbook .kv {
  width: 100%;
  height: calc(100vh - 111px);
  background: none;
}
@media (max-width: 1000px) {
  .yogurtbook .kv h1 img {
    max-width: 90%;
  }
}
.yogurtbook .kv .anchor-list li {
  position: relative;
  list-style: none;
  background: url(/pc/about/images/yogurtbook/bg-anchor-list.png) no-repeat top right;
}
.yogurtbook .kv .anchor-list li:after {
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #bebdb9;
  content: "";
}
.yogurtbook .kv .anchor-list li:last-child {
  background: url(/pc/about/images/yogurtbook/bg-anchor-list.png) no-repeat top right;
}
.yogurtbook .kv .anchor-list li:last-child:after {
  height: calc(100% - 10px);
}
.yogurtbook .kv .anchor-list a {
  color: #000;
}
.yogurtbook .kv:before {
  display: none;
}
.yogurtbook .img-right-box, .yogurtbook .img-left-box {
  display: flex;
  position: relative;
}
.yogurtbook .img-right-box .headline-h2, .yogurtbook .img-left-box .headline-h2 {
  text-align: left;
}
.yogurtbook .img-right-box .text-area, .yogurtbook .img-right-box .img-area, .yogurtbook .img-left-box .text-area, .yogurtbook .img-left-box .img-area {
  width: 50%;
}
.yogurtbook .img-right-box .text-area, .yogurtbook .img-left-box .text-area {
  padding: 0 40px 0 0;
}
.yogurtbook .img-right-box p + p, .yogurtbook .img-left-box p + p {
  margin-top: 2em;
}
.yogurtbook .img-right-box {
  justify-content: flex-end;
}
.yogurtbook .img-right-box .text-area {
  max-width: 500px;
}
.yogurtbook .img-left-box {
  justify-content: flex-start;
}
.yogurtbook .img-left-box .text-area {
  margin-top: 0;
  max-width: 500px;
}
.yogurtbook .img-left-box .trim-wrap {
  height: 550px;
}
.yogurtbook .centerline {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 800;
  transform: translateX(-50%);
  width: 10px;
  max-height: 0;
  background: url(/pc/about/images/yogurtbook/center_line.png) repeat-y center top;
}
.yogurtbook .centerline.start {
  animation: centerline 3s forwards;
}
.yogurtbook .birth {
  padding: 80px 0;
  position: relative;
}
.yogurtbook .birth .headline-h2 {
  margin-bottom: 180px;
}
.yogurtbook .birth .img-right-box .text-area {
  margin-top: 140px;
}
.yogurtbook .birth .textbox-bgwhite {
  margin-bottom: -150px;
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 340px;
}
@media screen and (max-width: 1000px) {
  .yogurtbook .birth .textbox-bgwhite {
    right: 0;
  }
}
.yogurtbook .birth .centerline {
  margin-top: 1240px;
  height: 400px;
}
.yogurtbook .bottom-bgi {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 100px;
}
.yogurtbook .bottom-bgi svg {
  width: 100%;
  height: 100%;
}
.yogurtbook .productimg {
  margin-top: -400px;
  padding-right: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 801;
  width: 100%;
}
.yogurtbook .productimg p {
  line-height: 1.4;
  text-align: right;
}
.yogurtbook .history_yogurt {
  padding-top: 255px;
  position: relative;
  background: rgb(0, 20, 83);
  background: linear-gradient(180deg, rgb(0, 20, 83) 0%, rgb(0, 153, 204) 100%);
}
.yogurtbook .history_yogurt .headline-h2 {
  margin-bottom: 60px;
  position: relative;
}
.yogurtbook .history_yogurt .headline-h2 .centerline {
  top: 90px;
  height: 279px;
}
.yogurtbook .history_list {
  margin: 0 auto;
  width: 1000px;
  color: #fff;
}
.yogurtbook .history_list li {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 800;
  opacity: 0;
}
.yogurtbook .history_list .text-area, .yogurtbook .history_list .hover_img_list {
  width: 413px;
}
.yogurtbook .history_list .period {
  width: 170px;
  text-align: center;
}
.yogurtbook .history_list .change_item {
  display: none;
}
.yogurtbook .history_list .change_item.on {
  display: block;
}
.yogurtbook .history_list .textbox {
  margin-bottom: 35px;
  padding: 54px;
  border: solid 6px #fff;
  display: flex;
  align-items: center;
  width: 380px;
  height: 226px;
}
.yogurtbook .history_list .textbox.change_item {
  display: none;
}
.yogurtbook .history_list .textbox.change_item.on {
  display: flex;
}
.yogurtbook .history_list .textbox.change_item.on.space {
  visibility: hidden;
}
.yogurtbook .history_list .textbox + .textbox {
  margin-top: 0;
}
.yogurtbook .history_list .age_num {
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
}
.yogurtbook .history_list .age_num.on {
  display: inline;
}
.yogurtbook .history_list .age_num .age_unit {
  font-size: 24px;
}
.yogurtbook .history_list .imgbox {
  position: relative;
  letter-spacing: -0.05em;
}
.yogurtbook .history_list .imgbox .text_line {
  margin-left: 0;
  width: calc(100% - 60px);
}
.yogurtbook .history_list .imgbox hr {
  margin: 0 0 0.75em;
}
.yogurtbook .history_list .imgbox small {
  display: block;
  min-height: 48px;
  font-size: 20px;
  line-height: 1.2;
  white-space: nowrap;
}
.yogurtbook .history_list .imgbox img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
}
.yogurtbook .history_list img.age-1971 {
  margin-right: -40px;
  margin-bottom: -90px;
}
.yogurtbook .history_list img.age-1973 {
  margin-right: -40px;
  margin-bottom: -90px;
}
.yogurtbook .history_list li.age-1980 .imgbox img {
  margin-bottom: -80px;
  margin-left: -25px;
  right: auto;
  left: 0;
}
.yogurtbook .history_list li.age-1990 .imgbox img {
  margin-right: -20px;
  margin-bottom: -80px;
}
.yogurtbook .history_list li.age-2000 .imgbox img {
  margin-bottom: -80px;
  margin-left: -25px;
  right: auto;
  left: 0;
}
.yogurtbook .history_list li.age-2010 .imgbox img {
  margin-right: -20px;
  margin-bottom: -80px;
}
.yogurtbook .history_list li.age-2010 .imgbox img.age-2018 {
  margin-right: -10px;
}
.yogurtbook .history_list li.age-2020 .imgbox img {
  margin-bottom: -80px;
  margin-left: -25px;
  right: auto;
  left: 0;
}
.yogurtbook .history_list li.age-2020 .imgbox img.age-2020 {
  margin-right: -10px;
}
.yogurtbook .history_list .period {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
}
.yogurtbook .history_list .period small {
  display: block;
  font-size: 18px;
}
.yogurtbook .history_list .hover_img_list li {
  margin-left: 1px;
  position: relative;
  float: left;
  width: 137px;
  height: 190px;
}
.yogurtbook .history_list .hover_img_list li img {
  margin: 0 auto;
  display: block;
}
.yogurtbook .history_list .hover_img_list li:nth-child(3n+1) {
  margin-left: 0;
}
.yogurtbook .history_list .hover_img_list li:nth-child(n+4) {
  margin-top: 1px;
}
.yogurtbook .history_list .hover_img_list a {
  padding-top: 25px;
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  transition: 0.3s;
}
.yogurtbook .history_list .hover_img_list a:hover {
  color: #fff;
  background: #152042;
}
.yogurtbook .history_list .hover_img_list span {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
}
.yogurtbook .history_list li.age-1970 {
  padding-bottom: 115px;
}
.yogurtbook .history_list li.age-1970 .period {
  margin-top: 280px;
}
.yogurtbook .history_list li.age-1970 .hover_img_list {
  margin-top: 220px;
}
.yogurtbook .history_list li.age-1970 .centerline {
  top: 60px;
  bottom: auto;
  height: 423px;
}
.yogurtbook .history_list li.age-1980 {
  padding-bottom: 100px;
}
.yogurtbook .history_list li.age-1980 .period {
  margin-top: 245px;
}
.yogurtbook .history_list li.age-1980 .hover_img_list {
  margin-top: 70px;
}
.yogurtbook .history_list li.age-1980 .hover_img_list a {
  padding-top: 36px;
}
.yogurtbook .history_list li.age-1980 .centerline {
  top: 60px;
  bottom: auto;
  height: 489px;
}
.yogurtbook .history_list li.age-1980 .hover_img_list li:nth-child(4) a {
  background: none;
}
.yogurtbook .history_list li.age-1980 .hover_img_list li:nth-child(4) a:hover {
  background: none;
}
.yogurtbook .history_list li.age-1980 .text-area .textbox {
  float: right;
}
.yogurtbook .history_list li.age-1980 .text-area .imgbox .text_line .age_num, .yogurtbook .history_list li.age-1980 .text-area .imgbox .text_line > small {
  padding-left: 184px;
}
.yogurtbook .history_list li.age-1980 .text-area .imgbox .text_line hr {
  width: 413px;
}
.yogurtbook .history_list li.age-1990 {
  padding-bottom: 100px;
}
.yogurtbook .history_list li.age-1990 .period {
  margin-top: 250px;
}
.yogurtbook .history_list li.age-1990 .hover_img_list {
  margin-top: 70px;
}
.yogurtbook .history_list li.age-1990 .centerline {
  top: 60px;
  bottom: auto;
  height: 497px;
}
.yogurtbook .history_list li.age-1990 .hover_img_list a {
  padding-top: 35px;
}
.yogurtbook .history_list li.age-2000 {
  padding-bottom: 150px;
}
.yogurtbook .history_list li.age-2000 .period {
  margin-top: 260px;
}
.yogurtbook .history_list li.age-2000 .textbox {
  float: right;
}
.yogurtbook .history_list li.age-2000 .centerline {
  top: 60px;
  bottom: auto;
  height: 559px;
}
.yogurtbook .history_list li.age-2000 .text-area .imgbox .text_line .age_num, .yogurtbook .history_list li.age-2000 .text-area .imgbox .text_line > small {
  padding-left: 184px;
}
.yogurtbook .history_list li.age-2000 .text-area .imgbox .text_line hr {
  width: 413px;
}
.yogurtbook .history_list li.age-2010 {
  padding-bottom: 150px;
  align-items: center;
}
.yogurtbook .history_list li.age-2010 .centerline {
  top: 60px;
  bottom: auto;
  height: 466px;
}
.yogurtbook .history_list li.age-2020 {
  margin-top: 100px;
  padding-bottom: 150px;
  align-items: center;
}
.yogurtbook .history_list li.age-2020 .textbox {
  float: right;
}
.yogurtbook .history_list li.age-2020 .centerline {
  top: 60px;
  bottom: auto;
  height: 259px;
}
.yogurtbook .history_list li.age-2020 .text-area .imgbox .text_line .age_num, .yogurtbook .history_list li.age-2020 .text-area .imgbox .text_line > small {
  padding-left: 184px;
}
.yogurtbook .history_list li.age-2020 .text-area .imgbox .text_line hr {
  width: 413px;
}
.yogurtbook .history_yogurt .bottom-bgi {
  z-index: 700;
}
.yogurtbook .bg-gray-wrap {
  padding: 100px 0 150px;
  position: relative;
  z-index: 600;
}
.yogurtbook .lactobacillus {
  padding-top: 100px;
  position: relative;
}
.yogurtbook .lactobacillus .text-area {
  padding: 0 0 0 40px;
}
.yogurtbook .lactobacillus .img-left-box {
  align-items: center;
}
.yogurtbook .lactobacillus .trim-wrap {
  background: url(/pc/about/images/yogurtbook/lactobacillus-bgi.jpg) repeat center center;
}
.yogurtbook .lactobacillus .trim-wrap img {
  min-width: 0;
  min-height: 0;
}
.yogurtbook .lactobacillus .headline-h2 {
  margin-bottom: 40px;
}
.yogurtbook .lactobacillus .explain_wrap {
  margin-top: -120px;
  margin-left: -190px;
  display: flex;
  align-items: center;
  position: relative;
  left: 50%;
}
.yogurtbook .lactobacillus .explain_wrap .text_area {
  padding-left: 20px;
  width: 313px;
}
.yogurtbook .lactobacillus .explain_wrap .text_area > p + p {
  margin-top: 2em;
}
.yogurtbook .lb81 {
  padding-top: 100px;
}
.yogurtbook .lb81 .text-area {
  padding: 0 40px 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 800;
  transform: translate(-100%, -50%);
  width: 600px;
}
.yogurtbook .lb81 .img-area {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 700;
  width: calc(50% + 190px);
  min-height: 650px;
  background: #fff;
}
.yogurtbook .reason {
  padding: 140px 0 150px;
}
.yogurtbook .reason .img-left-box {
  align-items: center;
  justify-content: center;
}
.yogurtbook .reason .img-area {
  width: 380px;
  text-align: left;
}
.yogurtbook .reason .img-area .reason-mark-area {
  width: 310px;
  text-align: center;
}
.yogurtbook .reason .img-area p {
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
.yogurtbook .reason .headline-h2 {
  margin-bottom: 30px;
}
.yogurtbook .reason .strong_txt {
  margin: 30px 0;
}
.yogurtbook .reason .min {
  font-size: 12px;
}
.yogurtbook .reason .text-area {
  padding: 0;
  max-width: 600px;
}
.yogurtbook .maroyaka {
  padding-top: 150px;
  position: relative;
}
.yogurtbook .maroyaka:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 732px;
  background: url(/pc/about/images/yogurtbook/maroyaka-bgi.jpg) no-repeat left top #fff;
  content: "";
}
.yogurtbook .maroyaka .headline-h2 {
  text-align: left;
}
.yogurtbook .maroyaka p + p {
  margin-top: 2em;
}
.yogurtbook .maroyaka p:nth-child(2) + p {
  margin-top: 60px;
}
.yogurtbook .maroyaka .pkgImg {
  margin: 0 auto;
  display: block;
}
.yogurtbook .maroyaka .textbox-lb {
  padding: 60px 40px;
  position: absolute;
  top: 380px;
  right: 0;
  width: 33.6749633968%;
  color: #fff;
  background: #33add6;
}
.yogurtbook .maroyaka .textbox-lb h3 {
  padding-bottom: 30px;
  border-bottom: solid 2px #fff;
}
.yogurtbook .maroyaka .textbox-lb li {
  padding: 0.75em 0;
  font-size: 20px;
  line-height: 1.4;
}
.yogurtbook .maroyaka .textbox-lb li + li {
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.yogurtbook .maroyaka .fig_list {
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
.yogurtbook .maroyaka .fig_list li {
  width: calc(50% - 2px);
}
.yogurtbook .maroyaka .fig_list .fig_box {
  padding: 50px 40px 20px;
  height: 360px;
  color: #000;
  background: #fff;
}
.yogurtbook .maroyaka .fig_list h4 {
  padding-bottom: 20px;
  font-size: 19px;
  line-height: 1;
}
.yogurtbook .maroyaka .fig_list p {
  padding: 1em 40px 0;
  line-height: 1.4;
}
.yogurtbook .sound {
  padding: 150px 0;
  background: #f8f8f8;
  text-align: center;
}
.yogurtbook .sound h2 {
  padding-bottom: 60px;
}
.yogurtbook .sound .scoreImg {
  text-align: center;
}
.yogurtbook .sound .audiowrap {
  margin-top: -25px;
  margin-bottom: 10px;
  margin-left: -111px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.yogurtbook .sound .audiowrap img {
  margin-right: 15px;
}
.yogurtbook .sound .annotation {
  margin: 0 0 30px;
  font-size: 12px;
}
.yogurtbook .sound p {
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
}
.yogurtbook .sound p + p {
  margin-top: 2em;
}
.yogurtbook .legitimacy {
  padding: 150px 0;
  text-align: center;
}
.yogurtbook .legitimacy h2 {
  padding-bottom: 110px;
}
.yogurtbook .legitimacy p {
  line-height: 1.75;
  text-align: center;
  letter-spacing: 0.05em;
}
.yogurtbook .legitimacy p + p {
  margin-top: 2em;
}
.yogurtbook .legitimacy .pkgImg {
  margin: 140px auto 30px;
  display: block;
}
.yogurtbook .trim-wrap {
  position: relative;
  height: 935px;
  overflow: hidden;
}
.yogurtbook .trim-wrap img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
}
.yogurtbook .bnr_link {
  background: url(/pc/about/images/yogurtbook/bnr-bgi.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: none;
}
.yogurtbook .bnr_link .bnr-wrap {
  border-color: #fff;
}
.yogurtbook .textbox-bgwhite {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.9);
}
.yogurtbook .strong_txt {
  font-size: 36px;
  line-height: 1.25;
}

.yogurtbook.en main p {
  text-align: left;
}
.yogurtbook.en .birth .img-right-box .text-area {
  margin-top: 100px;
}
.yogurtbook.en .productimg {
  margin-top: -290px;
}
.yogurtbook.en .history_list .period small {
  display: inline;
}
.yogurtbook.en .history_list img.age-1973 {
  margin-bottom: -140px;
}
.yogurtbook.en .history_list .textbox.age-1993 {
  padding: 10px;
  height: 260px;
}
.yogurtbook.en .sound p {
  text-align: center;
}
.yogurtbook.en .legitimacy p {
  text-align: center;
}

/* /special/new_plain/より移植 - くちどけ芳醇発酵によるヨーグルトの構造の変化 */
#MAROYAKA:before {
  height: 936px;
  background-size: cover;
}
#MAROYAKA h2 + p {
  margin-top: 1em;
}
#MAROYAKA .pkgImg {
  margin: 4em auto 0;
  display: block;
}
#MAROYAKA .secret_detail {
  padding: 40px 0 0;
  font-feature-settings: normal;
}
#MAROYAKA .secret_detail p {
  font-size: 18px;
  line-height: inherit;
  text-align: inherit;
}
#MAROYAKA .secret_detail .figure_box .box_detail {
  padding-top: 30px;
}
#MAROYAKA .secret_detail .figure_box .box_img {
  margin-top: 28px;
}
#MAROYAKA .secret_detail .mt {
  margin-top: 40px;
}
#MAROYAKA .secret_detail .new_point_ttl {
  margin: 80px auto 50px;
  position: relative;
}
#MAROYAKA .secret_detail .new_point_ttl .ribbon {
  margin: 0 0 0 -202px;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 404px;
  height: 70px;
  color: #fff;
  background: url(/pc/special/new_plain/data/images/ribbon_ttl_bg.png) no-repeat center center/contain;
  font-size: 20px;
  letter-spacing: 0.05em;
}
#MAROYAKA .secret_detail .new_point_ttl .ribbon_inner {
  margin-top: 15px;
  text-align: center;
}
#MAROYAKA .secret_detail .new_point_ttl .ttl_txt {
  padding: 35px 0 15px;
  color: #fff;
  background: url(/pc/special/new_plain/data/images/new_point_ttl.jpg) no-repeat center center/cover;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.01em;
}
#MAROYAKA .secret_detail .secret_sub_ttl {
  color: #0c277f;
  background: url(/pc/special/new_plain/data/images/ttl_btm_gradation.png) no-repeat bottom center/contain;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}
#MAROYAKA .secret_detail .secret_txt {
  margin-top: 38px;
  font-size: 18px;
  line-height: 1.7;
}
#MAROYAKA .secret_detail .secret_txt + .secret_txt {
  margin-top: 33px;
}
#MAROYAKA .secret_detail .figure_box {
  margin: 42px auto 0;
}
#MAROYAKA .secret_detail .figure_box .box_ttl {
  padding: 22px 25px;
  border-radius: 20px 20px 0 0;
  position: relative;
  color: #fff;
  background-color: #2573b8;
  font-size: 24px;
  text-align: center;
  box-shadow: 0px 0px 20px 5px rgba(37, 115, 184, 0.1);
}
#MAROYAKA .secret_detail .figure_box .box_ttl::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 30px;
  background-color: #2573b8;
  content: "";
}
#MAROYAKA .secret_detail .figure_box .box_ttl .box_ttl_inner {
  position: relative;
  z-index: 2;
  font-size: 24px;
}
#MAROYAKA .secret_detail .figure_box .box_detail {
  padding: 40px 55px;
  border-radius: 0 0 20px 20px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px 5px rgba(37, 115, 184, 0.1);
}
#MAROYAKA .secret_detail .figure_box .box_detail_txt {
  font-size: 18px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
#MAROYAKA .secret_detail .figure_box .box_img {
  text-align: center;
}
#MAROYAKA .secret_detail .figure_box .box_img .note {
  margin-top: 15px;
  font-size: 18px;
  text-align: right;
  letter-spacing: 0.05em;
}
#MAROYAKA .secret_detail .addition_box .box_detail_txt {
  margin-top: 28px;
  text-align: center;
}
#MAROYAKA .secret_detail .addition_box .box_img {
  margin-top: 33px;
}
#MAROYAKA .mellow_area .secret_detail .new_point_ttl {
  margin-top: 40px;
}
#MAROYAKA .mellow_area .secret_detail .figure_box .box_detail {
  padding-top: 30px;
}
#MAROYAKA .mellow_area .secret_detail .figure_box .box_img {
  margin-top: 28px;
}
#MAROYAKA .mellow_area .tds_explan {
  margin-top: 50px;
}
#MAROYAKA .mellow_area .tds_explan_inner {
  position: relative;
  overflow: hidden;
  color: #0c277f;
}
#MAROYAKA .mellow_area .tds_explan_inner .left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15%;
  left: 5px;
  width: 354px;
  height: 354px;
  background: url(/pc/special/new_plain/data/images/mellow_circle_bg.png) no-repeat center center/contain;
  text-align: center;
}
#MAROYAKA .mellow_area .tds_explan_inner .left .left_inner {
  margin: -20px 0 0;
  width: 240px;
}
#MAROYAKA .mellow_area .tds_explan_inner .left .ttl {
  padding-bottom: 18px;
  border-bottom: 1px solid #0c277f;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
#MAROYAKA .mellow_area .tds_explan_inner .left .name_full {
  margin: 0;
  padding: 10px 5px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
#MAROYAKA .mellow_area .tds_explan_inner .right {
  padding: 75px 36px 74px 388px;
  background-color: #e5f6fd;
}
#MAROYAKA .mellow_area .tds_explan_inner .right .right_inner {
  font-size: 18px;
  line-height: 1.7;
}

@media (max-width: 1135px) {
  .yogurtbook.en h1 img {
    max-width: 90%;
  }
}