html,
body {
  height: 100%;
}

.aboveFold {
  position: relative;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.aboveFold::before {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.aboveFold::after {
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 143px;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}

.aboveFold #youtubeContainer {
  position: absolute;
}

.aboveFold .soundButton {
  position: absolute;
  z-index: 3;
  width: 20px;
  height: 17px;
  cursor: pointer;
}

@media (max-width: 949px) {
  .aboveFold .soundButton {
    top: 22px;
    right: 25px;
    opacity: 0.5;
  }
}

@media (min-width: 950px) {
  .aboveFold .soundButton {
    top: 43px;
    right: 57px;
    transition: opacity 0.3s ease;
  }
  .aboveFold .soundButton:not(:hover) {
    opacity: 0.5;
  }
}

.aboveFold .soundButton svg {
  display: block;
  width: 20px;
  height: 17px;
  fill: #fff;
}

.aboveFold .soundButton svg .wave {
  transition: opacity 0.3s ease;
}

.aboveFold .soundButton:not(.unmute) svg .wave {
  opacity: 0;
}

.aboveFold .scrollButton {
  position: absolute;
  bottom: 24px;
  left: 0;
  z-index: 3;
  width: 100%;
}

.aboveFold .scrollButton a {
  display: block;
  width: 54px;
  height: 14px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url("../img/home/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 54px 14px;
}

@media (max-width: 949px) {
  .content .section {
    padding-top: 55px;
  }
}

@media (min-width: 950px) {
  .content .section {
    padding-top: 65px;
  }
}

.content .section .js-inview {
  transition: visibility 0.8s linear, opacity 0.8s ease-in, -webkit-transform 0.8s ease-out;
  transition: visibility 0.8s linear, opacity 0.8s ease-in, transform 0.8s ease-out;
  transition: visibility 0.8s linear, opacity 0.8s ease-in, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.content .section .js-inview:not(.-inview) {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.content .section.section-fullpage {
  box-sizing: border-box;
  height: 1px;
  min-height: 100vh;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 949px) {
  .content .section.section-fullpage {
    position: relative;
  }
}

@media (max-width: 949px) {
  .content .section.section-fullpage::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    content: "";
  }
}

.content .section .section-inner {
  height: 100%;
}

@media (max-width: 949px) {
  .content .section .section-inner {
    position: relative;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media (min-width: 950px) {
  .content .section .section-inner {
    width: 782px;
    margin-right: auto;
    margin-left: auto;
  }
}

.content .section .section-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  height: 100%;
}

.content .section .section-header {
  margin-top: 0;
  margin-bottom: 30.75px;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.2em;
}

.content .section .section-description {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 30.75px;
  letter-spacing: 0.14em;
}

.content .section .section-description p {
  margin-top: 0;
  margin-bottom: 0;
}

.content .section .section-description p + p {
  margin-top: 15.375px;
}

.content .section .section-anchorButton {
  margin-top: 30.75px;
}

.content .section .section-anchorButton a {
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 218px;
  height: 44px;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.14em;
  border: 1px solid transparent;
}

.content .section .section-awards-header {
  margin-top: 30.75px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 24.75px;
  letter-spacing: 0.14em;
}

.content .section .section-awards-list {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.14em;
	list-style-type: none;
}

@media (max-width: 949px) {
  .content .section.section-making::before, .content .section.section-products::before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.content .section.section-making .section-header,
.content .section.section-making .section-description,
.content .section.section-making .section-anchorButton, .content .section.section-products .section-header,
.content .section.section-products .section-description,
.content .section.section-products .section-anchorButton {
  color: #000;
}

.content .section.section-making .section-anchorButton a, .content .section.section-products .section-anchorButton a {
  border-color: #000;
}

@media (max-width: 949px) {
  .content .section.section-brew::before, .content .section.section-taste::before {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.content .section.section-brew .section-header,
.content .section.section-brew .section-description,
.content .section.section-brew .section-anchorButton, .content .section.section-taste .section-header,
.content .section.section-taste .section-description,
.content .section.section-taste .section-anchorButton {
  color: #fff;
}

.content .section.section-brew .section-anchorButton a, .content .section.section-taste .section-anchorButton a {
  border-color: #fff;
}

.content .section.section-making {
  background-image: url("../img/home/bg-making.jpg");
}

.content .section.section-brew {
  background-image: url("../img/home/bg-brew.jpg");
}

.content .section.section-products {
  background-image: url("../img/home/bg-products.jpg");
}

.content .section.section-taste {
  background-image: url("../img/home/bg-taste.jpg");
}

.content .section.section-taste .section-inner {
  display: flex;
  justify-content: flex-end;
}

.content .section.section-taste .section-box {
  justify-content: flex-end;
  height: 90%;
}

.content .section.section-greeting .section-header {
  margin-top: 30.75px;
  font-size: 18px;
  font-weight: normal;
  line-height: 26.75px;
  letter-spacing: 0.14em;
}

.content .section.section-greeting .section-description {
  margin-bottom: 80px;
  font-size: 13px;
  line-height: 26.75px;
  letter-spacing: 0.14em;
}

@media (min-width: 950px) {
  .content .section.section-greeting .section-ceo {
    display: flex;
  }
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo .photo {
    margin-bottom: 30px;
    text-align: center;
  }
}

@media (min-width: 950px) {
  .content .section.section-greeting .section-ceo .photo {
    margin-right: 32px;
  }
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo .text {
    text-align: center;
  }
}

.content .section.section-greeting .section-ceo .logo {
  margin-bottom: 16px;
}

@media (min-width: 950px) {
  .content .section.section-greeting .section-ceo .logo {
    margin-top: 5px;
  }
}

.content .section.section-greeting .section-ceo dl {
  margin-top: 0;
  margin-bottom: 0;
}

.content .section.section-greeting .section-ceo dl dt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2em;
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo dl dt {
    text-indent: 0.2em;
  }
}

.content .section.section-greeting .section-ceo dl dd {
  margin-left: 0;
}

.content .section.section-greeting .section-ceo dl dd:nth-of-type(1) {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.7em;
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo dl dd:nth-of-type(1) {
    text-indent: 0.7em;
  }
}

.content .section.section-greeting .section-ceo dl dd:nth-of-type(2) {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.2em;
}

@media (max-width: 949px) {
  .content .section.section-greeting .section-ceo dl dd:nth-of-type(2) {
    text-indent: 0.2em;
  }
}
