@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;500;700&display=swap");
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
body.milk .js-fadeInUp {
  position: relative;
  opacity: 0;
}
body.milk .fadeInUp {
  animation: fadeInUp 1s 0.3s forwards;
}
body.milk .milkWrap {
  padding-bottom: 160px;
  font-family: "Noto Sans JP", sans-serif;
}
body.milk p.btn a {
  margin: 30px auto 0;
  border: 2px solid #794823;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 365px;
  height: 58px;
  color: #794823;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  transition: 0.5s;
}
body.milk p.btn a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background: url(/milk-common/images/btn-arrow-coffee.svg) center top no-repeat;
  background-size: contain;
  transition: 0.3s;
  content: "";
}
body.milk p.btn a:hover {
  color: #fff;
  background: #794823;
  opacity: 0.8;
}
body.milk p.btn a:hover:after {
  background: url(/milk-common/images/btn-arrow-on.svg) center top no-repeat;
}
body.milk #kv h1 {
  margin: 0 auto;
  width: 100%;
  line-height: 0;
}
body.milk #kv h1 img {
  width: 100%;
}
body.milk .headline-area {
  padding: 175px 0 230px;
  position: relative;
  overflow: hidden;
  background: url(/milk-common/images/fastidiousness-bg-1-pc.jpg) center top no-repeat, #efeff1;
}
body.milk .headline-area::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1920px;
  height: 100vw;
  background: url(/milk-common/images/wave-bg-pc.png) center bottom no-repeat;
  background-size: contain;
  content: "";
}
body.milk .boxHeadline {
  color: #336699;
  font-family: "Kaisei Opti", serif;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1em;
}
body.milk .boxHeadline img {
  margin: auto;
  display: block;
}
body.milk .fastidiousness-area {
  padding-bottom: 125px;
  background: url(/milk-common/images/fastidiousness-bg-2-pc.png?2024) center -20px no-repeat;
  background-size: 1920px;
}
body.milk .fastidiousness-area .innerWrap {
  max-width: 1200px;
}
body.milk .fastidiousness-list {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
body.milk .fastidiousness-list li {
  width: 32%;
}
body.milk .fastidiousness-list dt {
  color: #336699;
  font-family: "Kaisei Opti", serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1em;
}
body.milk .fastidiousness-list dd {
  margin-top: 10px;
  margin-left: 5px;
  font-size: 18px;
  line-height: 1.5;
}
body.milk .fastidiousness-list small {
  margin-top: 10px;
  display: block;
  font-size: 15px;
}
body.milk .fastidiousness-list sup {
  font-size: 10px;
}
body.milk .fastidiousness-list .natural_taste {
  margin-top: 15px;
}
body.milk .fastidiousness-img {
  position: relative;
  height: 330px;
}
body.milk .point-1 img {
  position: relative;
  left: -30px;
}
body.milk .fastidiousness-gif img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body.milk .point-2 {
  position: relative;
}
body.milk .point-2 .figure-bg {
  position: absolute;
  top: -21px;
  left: -28px;
}
body.milk .point-2 .fastidiousness-gif img {
  margin: 28px 0 0 10px;
  border-radius: 50px 0 0 20px;
  width: 260px;
  overflow: hidden;
}
body.milk .point-3 {
  position: relative;
}
body.milk .point-3 .figure-bg {
  position: absolute;
  top: -36px;
  left: -5px;
}
body.milk .point-3 .fastidiousness-gif img {
  margin: 0px 0 0 25px;
  border-radius: 100px 50px 10px 50px;
  width: 295px;
  overflow: hidden;
}
body.milk .coffeeWrap {
  max-width: 1160px;
}
body.milk .coffee-area {
  padding: 73px 0 143px;
  color: #794823;
  background: url(/milk-common/images/fastidiousness-bg-3-pc.png) center top no-repeat;
  text-align: center;
}
body.milk .coffee-area p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
body.milk .teaWrap {
  margin-top: 126px;
  max-width: 1160px;
}
body.milk .teaWrap .fastidiousness-package-img {
  margin-left: 22px;
}
body.milk .teaWrap p.btn a {
  border: 2px solid #502459;
  color: #502459;
}
body.milk .teaWrap p.btn a:after {
  background: url(/milk-common/images/btn-arrow-tea.svg) center top no-repeat;
  background-size: contain;
}
body.milk .teaWrap p.btn a:hover {
  color: #fff;
  background: #502459;
}
body.milk .teaWrap p.btn a:hover:after {
  background: url(/milk-common/images/btn-arrow-on.svg) center top no-repeat;
}
body.milk .tea-area {
  padding: 73px 0 143px;
  color: #502459;
  background: url(/milk-common/images/fastidiousness-bg-4-pc.png) center top no-repeat;
  text-align: center;
}
body.milk .tea-area p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
body.milk .subHeadline {
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  font-family: "Kaisei Opti", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1em;
}
body.milk .subHeadline::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 1px;
  background: #794823;
  content: "";
}
body.milk .fastidiousness-package-img {
  margin: -80px 0 0 0;
  text-align: center;
}
body.milk .fastidiousness-package-img img + img {
  margin-left: 28px;
}