body.no-scroll {
  overflow: hidden;
  height: 100%;
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
}
.header-nav .header-nav-btn {
  position: relative;
  z-index: 300;
  width: 100%;
  height: 100%;
  border: none;
  padding: 20px 21px;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header-nav .header-nav-btn {
    padding: 15px 14px;
  }
}
.header-nav .header-nav-btn.active {
  transform: translateX(0);
}
.header-nav .header-nav-btn.active .header-nav_bar {
  background-color: #F7E300;
  width: 35px;
}
.header-nav .header-nav-btn.active .header-nav_bar:nth-child(1) {
  top: 10px;
  transform: rotate(40deg);
}
.header-nav .header-nav-btn.active .header-nav_bar:nth-child(2) {
  opacity: 0;
}
.header-nav .header-nav-btn.active .header-nav_bar:nth-child(3) {
  top: -10px;
  transform: rotate(-40deg);
}
.header-nav .header-nav_bar {
  display: block;
  position: relative;
  width: 28px;
  height: 2px;
  background-color: #944D3F;
  transition: 0.3s ease;
}
.header-nav .header-nav_bar:nth-child(1) {
  top: 0;
}
.header-nav .header-nav_bar:nth-child(2) {
  margin: 8px 0;
}
.header-nav .header-nav_bar:nth-child(3) {
  top: 0;
}
.header-nav .header-nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 50%;
  height: 100vh;
  height: 100dvh;
  background-color: #1D2088;
  transform: translateX(100%);
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header-nav .header-nav-wrap {
    width: 100%;
  }
}
.header-nav .header-nav-wrap.active {
  transform: translateX(0);
}
.header-nav .header-nav-wrap ul {
  padding: 105px 10px 0 102px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header-nav .header-nav-wrap ul {
    padding: 80px 8px 0 23px;
  }
}
.header-nav .header-nav-wrap li {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .header-nav .header-nav-wrap li {
    margin-bottom: 33px;
  }
}
.header-nav .header-nav-wrap li:last-of-type {
  margin-bottom: 0;
}
.header-nav .header-nav-wrap a {
  display: block;
  color: #F7E300;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .header-nav .header-nav-wrap a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .header-nav .header-nav-wrap a {
    font-size: 18px;
  }
}

html {
  scroll-behavior: smooth;
}

body h1, body h2, body h3, body ul, body ol, body p {
  margin: 0;
  padding: 0;
}
body li {
  list-style: none;
}
body a {
  text-decoration: none;
}

main {
  background-color: #F7E300;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
main h2 {
  padding-block: 35px 20px;
  color: #944D3F;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  main h2 {
    padding-block: 26px 20px;
    font-size: 20px;
    line-height: 2;
  }
}
main h2::after {
  display: block;
  width: 194px;
  height: 66px;
  margin-inline: auto;
  margin-top: 10px;
  background: url("../img/h2-motif.png") no-repeat 50% 50%/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  main h2::after {
    width: 136px;
    height: 46px;
  }
}
main img {
  display: block;
  max-width: 100%;
  height: auto;
}
main .nw {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  main .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main .pc-none {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  main .sp-none {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  main .sp-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main br.pc-none {
    display: inline;
  }
}
@media print, screen and (min-width: 768px) {
  main br.sp-none {
    display: inline;
  }
}
main .fv {
  max-width: none;
  height: 575px;
  background: url("../img/fv-bg.png") repeat-x top left/contain;
}
@media screen and (max-width: 767px) {
  main .fv {
    height: auto;
    min-height: 680px;
    background: url("../img/fv-bg_sp.png") repeat-x top left/contain;
  }
}
main .fv .fv-wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 83px;
}
@media print, screen and (min-width: 768px) {
  main .fv .fv-wrap {
    max-width: 940px;
    margin-inline: auto;
    padding-right: 23px;
  }
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap {
    flex-direction: column;
    gap: 12px;
    padding-top: 26px;
  }
}
main .fv .fv-wrap .fv-wrap-logo {
  width: 353px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap .fv-wrap-logo {
    width: 100%;
  }
}
main .fv .fv-wrap .fv-wrap-logo img {
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap .fv-wrap-logo img {
    width: 194px;
    margin-bottom: 20px;
  }
}
main .fv .fv-wrap .fv-wrap-logo p {
  margin-bottom: 20px;
  color: #944D3F;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap .fv-wrap-logo p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.6666666667;
  }
}
main .fv .fv-wrap .fv-wrap-logo p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap .fv-wrap-logo p:last-of-type {
    line-height: 2.2222222222;
  }
}
main .fv .fv-wrap .fv-wrap-prod {
  flex: 1;
  max-width: 426px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  main .fv .fv-wrap .fv-wrap-prod {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap .fv-wrap-prod {
    max-width: none;
  }
}
main .fv .fv-wrap .fv-wrap-prod img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap .fv-wrap-prod img {
    width: 289px;
    margin-inline: auto;
    margin-bottom: 12px;
    padding-right: 24px;
  }
}
main .fv .fv-wrap .fv-wrap-prod p {
  width: max-content;
  margin-inline: auto;
  color: #944D3F;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  main .fv .fv-wrap .fv-wrap-prod p {
    padding-left: 90px;
  }
}
@media screen and (max-width: 767px) {
  main .fv .fv-wrap .fv-wrap-prod p {
    font-size: 11.52px;
    line-height: 1.44;
  }
}
main .info {
  position: relative;
}
@media screen and (max-width: 767px) {
  main .info {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  main .info .js-follow {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  main .info .info-logo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 147px;
    height: auto;
    margin-inline: auto;
    padding-top: 22px;
    opacity: 0;
    transition: opacity .3s linear;
  }
  main .info .info-logo.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  main .info .info-logo.is-stopped {
    position: absolute;
    top: auto;
    bottom: -155px;
  }
  main .info .info-logo.is-fade {
    opacity: 1;
  }
  main .info .info-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
main .info .info-wrap {
  padding-inline: 20px;
  padding-bottom: 47px;
}
@media print, screen and (min-width: 768px) {
  main .info .info-wrap {
    max-width: 940px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-wrap {
    padding-inline: 22.5px;
    padding-top: 155px;
  }
}
main .info .info-alink {
  padding-top: 53px;
}
@media screen and (max-width: 767px) {
  main .info .info-alink {
    margin-top: 0;
    padding-top: 170px;
  }
}
main .info #a-feature.info-alink {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  main .info #a-feature.info-alink {
    margin-top: -155px;
    padding-top: 155px;
  }
}
main .info .info-cont {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  main .info .info-cont {
    position: relative;
    z-index: 2;
  }
}
main .info .info-cont .info-cont-lead {
  margin-bottom: 20px;
  color: #944D3F;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 2.2222222222;
}
@media screen and (max-width: 767px) {
  main .info .info-cont .info-cont-lead {
    margin-inline: -20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2.5;
  }
}
main .info .info-cont .info-cont-notes {
  font-size: 12px;
  text-align: right;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  main .info .info-cont .info-cont-notes {
    font-size: 10px;
    line-height: 2.2;
  }
}
main .info .info-cont.feature {
  padding: 0 140px 48px;
}
@media print, screen and (min-width: 768px) {
  main .info .info-cont.feature {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-cont.feature {
    margin-top: 23px;
    padding: 0 20px 26px;
  }
}
main .info .info-cont.feature ol {
  margin-bottom: 20px;
}
main .info .info-cont.feature li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.8571428571;
  list-style: none;
  counter-increment: cnt;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.feature li {
    padding-left: 29px;
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
main .info .info-cont.feature li::before {
  position: absolute;
  left: 0;
  color: #944D3F;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 0.9166666667;
  content: "" counter(cnt) "";
}
@media screen and (max-width: 767px) {
  main .info .info-cont.feature li::before {
    font-size: 22px;
    line-height: 1;
  }
}
main .info .info-cont.feature li:last-of-type {
  margin-bottom: 0;
}
main .info .info-cont.formula {
  padding: 0 72px 41px;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.formula {
    padding: 0 20px 34px;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-cont.formula h2 {
    margin-inline: -20px;
  }
}
main .info .info-cont.formula .info-cont-wrap {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  main .info .info-cont.formula .info-cont-wrap {
    flex-direction: column;
    align-items: center;
  }
}
main .info .info-cont.formula .info-cont-wrap_txt {
  flex: 1;
}
main .info .info-cont.formula .info-cont-wrap_txt p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.formula .info-cont-wrap_txt p {
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
main .info .info-cont.formula .info-cont-wrap_txt p:last-of-type {
  margin-bottom: 0;
}
main .info .info-cont.formula .info-cont-wrap_list {
  width: calc(450px - 21px*2);
  height: calc(200px - 17px * 2);
  padding: 17px 21px;
  background-color: rgba(247, 227, 0, 0.2);
}
@media screen and (max-width: 767px) {
  main .info .info-cont.formula .info-cont-wrap_list {
    width: auto;
    height: auto;
    padding: 20px 21px;
  }
}
main .info .info-cont.formula .info-cont-wrap_ttl {
  margin-bottom: 20px;
  color: #944D3F;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.375;
}
main .info .info-cont.formula ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.formula ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
main .info .info-cont.formula ul p {
  font-size: 14px;
  text-align: center;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.formula ul p {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
main .info .info-cont.commitment {
  padding: 0 50px 45px;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.commitment {
    padding: 0 20px 46px;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-cont.commitment h2 {
    line-height: 1.2;
  }
}
main .info .info-cont.commitment ul {
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.commitment ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .info .info-cont.commitment li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.commitment li {
    width: 290px;
  }
}
main .info .info-cont.commitment h3 {
  margin-bottom: 20px;
  color: #944D3F;
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.commitment h3 {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
main .info .info-cont.commitment img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.commitment img {
    width: 290px;
  }
}
main .info .info-cont.commitment p {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.commitment p {
    padding-inline: 20px;
    font-size: 12px;
    line-height: 1.8333333333;
  }
}
main .info .info-cont.ingredients {
  padding: 0 117px 46px;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.ingredients {
    padding: 0 78px 39px;
  }
}
main .info .info-cont.ingredients .info-cont-wrap_amount {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.ingredients .info-cont-wrap_amount {
    font-size: 12px;
    line-height: 2.3333333333;
  }
}
main .info .info-cont.ingredients .info-cont-wrap-comp ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  column-gap: 50px;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.ingredients .info-cont-wrap-comp ul {
    display: block;
  }
}
main .info .info-cont.ingredients .info-cont-wrap-comp li {
  display: flex;
  justify-content: space-between;
}
main .info .info-cont.ingredients .info-cont-wrap-comp p {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  main .info .info-cont.ingredients .info-cont-wrap-comp p {
    font-size: 12px;
    line-height: 2.3333333333;
  }
}
main .info .info-cont.ingredients .info-cont-wrap-comp p:first-child {
  display: flex;
  flex: 1;
  align-items: center;
  white-space: nowrap;
}
main .info .info-cont.ingredients .info-cont-wrap-comp p:first-child::after {
  flex: 1;
  border-bottom: 1px dotted #000;
  margin-inline: 8px;
  content: "";
}
main .info .info-cont.ingredients .info-cont-wrap-comp p:last-child {
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  main .info .info-foot {
    padding: 63px 20px 186px;
    background: url("../img/fv-bg.png") repeat-x bottom left/contain;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-foot {
    min-height: 55vh;
    margin-top: 155px;
  }
}
main .info .info-foot .info-foot-wrap {
  display: flex;
  justify-content: center;
  gap: 111px;
  max-width: 766px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  main .info .info-foot .info-foot-wrap {
    padding-right: 106px;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-foot .info-foot-wrap {
    flex-direction: column;
    gap: 20px;
    height: 100%;
    padding-top: 55px;
    background: url("../img/fv-bg_sp.png") repeat-x top left/contain;
  }
}
main .info .info-foot .info-foot-prod {
  flex: 1;
}
@media screen and (max-width: 767px) {
  main .info .info-foot .info-foot-prod {
    flex: none;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-foot .info-foot-prod img {
    width: 289px;
    margin-inline: auto;
    padding-right: 24px;
  }
}
main .info .info-foot .info-foot-logo {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  main .info .info-foot .info-foot-logo {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  main .info .info-foot .info-foot-logo {
    padding-bottom: 0;
  }
}
main .info .info-foot .info-foot-logo img {
  margin-inline: auto;
}
main .info .info-foot .info-foot-logo p {
  margin-top: 14px;
  color: #944D3F;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  main .info .info-foot .info-foot-logo p {
    margin-top: 0;
  }
}
main .info .info-foot .info-foot-logo span {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8571428571;
}
main .float-banner {
  position: sticky;
  bottom: 0;
  z-index: 5;
  height: 85px;
  background-color: #1D2088;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  main .float-banner {
    height: 49px;
  }
}
main .float-banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
  color: #F7E300;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  transition: 0.3s ease;
}
main .float-banner a::after {
  display: inline-block;
  width: 9px;
  height: 17px;
  background: url("../img/float-banner_arrow.svg") no-repeat 50% 50%/contain;
  content: "";
}
main .float-banner a:hover {
  opacity: 0.7;
}

body.no-scroll .float-banner {
  opacity: 0;
  pointer-events: none;
}
