.font-zen {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.top-page {
  padding-top: 0;
  background: #050505;
}

.fv {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 900px) {
  .fv {
    height: 860px;
    display: flex;
    align-items: end;
    justify-content: center;
  }
}
.fv .fv-logo {
  margin: auto;
}
@media only screen and (max-width: 899px) {
  .fv .fv-logo {
    width: 304px;
    height: 90px;
    margin-top: 140px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-logo {
    width: 638px;
    height: 188px;
    margin-top: 40px;
  }
}
.fv .fv-img {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .fv .fv-img {
    width: 80%;
    max-width: 450px;
    margin: auto;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-img {
    width: 858px;
    height: 521px;
    margin-top: 40px;
  }
}
.fv .fv-pop {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .fv .fv-pop.pop01 {
    width: 62px;
    height: 69px;
    left: -10px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-pop.pop01 {
    width: 170px;
    height: 164px;
    left: -50px;
  }
}
@media only screen and (max-width: 899px) {
  .fv .fv-pop.pop02 {
    width: 71px;
    height: 66px;
    right: -20px;
    top: -20px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-pop.pop02 {
    width: 192px;
    height: 179px;
    right: -100px;
    top: -60px;
  }
}
@media only screen and (max-width: 899px) {
  .fv .fv-pop.pop03 {
    width: 63px;
    height: 62px;
    right: 0px;
    bottom: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-pop.pop03 {
    width: 179px;
    height: 167px;
    right: -20px;
    top: 230px;
  }
}
.fv .fv-bg {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .fv .fv-bg {
    top: 0;
    right: 0;
    z-index: -2;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-bg {
    top: -500px;
    left: calc(50% - 250px);
    z-index: -2;
  }
}

.intro p {
  color: #fff;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .intro p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .intro p {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 100px;
  }
}
.intro .intro-name {
  background: #f6f2ef;
  position: relative;
  translate: unset !important;
}
@media only screen and (max-width: 899px) {
  .intro .intro-name {
    border: solid 3px #ffbe1a;
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .intro .intro-name {
    border: solid 6px #ffbe1a;
    padding: 40px 60px;
  }
}
.intro .intro-name::before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/cmn-dot.svg) no-repeat center;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .intro .intro-name::before {
    width: 160px;
    height: 160px;
    background-size: 100%;
    top: -80px;
    right: -80px;
  }
}
@media print, screen and (min-width: 900px) {
  .intro .intro-name::before {
    width: 329px;
    height: 329px;
    background-size: 100%;
    top: -150px;
    right: -150px;
  }
}
.intro .intro-name-ttl {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .intro .intro-name-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .intro .intro-name-ttl {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
.intro .intro-name-list li {
  font-weight: bold;
  border-bottom: dotted 2px #000;
}
.intro .intro-name-list li:last-child {
  border: none;
}
@media only screen and (max-width: 899px) {
  .intro .intro-name-list li {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .intro .intro-name-list li {
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .intro .intro-name-list span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 8px;
  }
}
@media print, screen and (min-width: 900px) {
  .intro .intro-name-list span {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 15px;
  }
}
.intro .intro-name-txt {
  text-align: center;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (max-width: 899px) {
  .intro .intro-name-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.feature .feature-ttl {
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .feature .feature-ttl {
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-ttl {
    font-size: 62px;
    font-size: 6.2rem;
  }
}
.feature .feature-top {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .feature .feature-top {
    margin-bottom: 220px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-top {
    margin-bottom: 260px;
  }
}
.feature .feature-top .feature-img {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .feature .feature-top .feature-img {
    width: 231px;
    height: 186px;
    margin: auto;
    margin-top: 120px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-top .feature-img {
    margin-top: 40px;
  }
}
.feature .feature-top .feature-pop {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .feature .feature-top .feature-pop.pop01 {
    width: 216px;
    height: 200px;
    right: calc(50% - 230px);
    top: -120px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-top .feature-pop.pop01 {
    width: 437px;
    height: 403px;
    left: -30px;
    top: 50px;
  }
}
@media only screen and (max-width: 899px) {
  .feature .feature-top .feature-pop.pop02 {
    width: 225px;
    height: 208px;
    right: calc(50% - 170px);
    bottom: -100px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-top .feature-pop.pop02 {
    width: 407px;
    height: 378px;
    right: 0px;
    top: -230px;
  }
}
@media only screen and (max-width: 899px) {
  .feature .feature-top .feature-pop.pop03 {
    width: 193px;
    height: 193px;
    left: calc(50% - 210px);
    top: -80px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-top .feature-pop.pop03 {
    width: 393px;
    height: 393px;
    right: 0px;
    bottom: -230px;
  }
}
.feature .feature-top-txt {
  color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
  display: inline-block;
  position: absolute;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .feature .feature-top-txt {
    font-size: 12px;
    font-size: 1.2rem;
    width: 280px;
    left: 10%;
    bottom: -150px;
    letter-spacing: 0.05em;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-top-txt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 280px;
    right: 0;
    top: 40%;
    letter-spacing: 0.05em;
  }
}
.feature .feature-imgarea {
  position: relative;
  z-index: -1;
}
.feature .feature-imgarea.img01::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/cmn-dot.svg) no-repeat center;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img01::after {
    width: 250px;
    height: 250px;
    background-size: 100%;
    top: -130px;
    left: -120px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img01::after {
    width: 329px;
    height: 329px;
    background-size: 100%;
    top: -150px;
    left: -150px;
  }
}
.feature .feature-imgarea.img01 .feature-imgarea-img-pop01 {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img01 .feature-imgarea-img-pop01 {
    width: 131px;
    height: 86px;
    top: -20px;
    left: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img01 .feature-imgarea-img-pop01 {
    width: 275px;
    height: 180px;
    top: -50px;
    left: 50px;
  }
}
.feature .feature-imgarea.img01 .feature-imgarea-img-pop02 {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img01 .feature-imgarea-img-pop02 {
    width: 159px;
    height: 119px;
    top: 80px;
    right: -20px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img01 .feature-imgarea-img-pop02 {
    width: 334px;
    height: 250px;
    top: 100px;
    right: 50px;
  }
}
.feature .feature-imgarea.img02 {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img02 {
    margin-top: 30px;
  }
}
.feature .feature-imgarea.img02::after {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/cmn-dot.svg) no-repeat center;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img02::after {
    width: 250px;
    height: 250px;
    background-size: 100%;
    bottom: -130px;
    right: -120px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img02::after {
    width: 329px;
    height: 329px;
    background-size: 100%;
    bottom: -150px;
    right: -150px;
  }
}
.feature .feature-imgarea.img02 .feature-imgarea-img {
  text-align: right;
}
.feature .feature-imgarea.img02 .feature-imgarea-img-pop01 {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img02 .feature-imgarea-img-pop01 {
    width: 126px;
    height: 99px;
    top: -20px;
    left: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img02 .feature-imgarea-img-pop01 {
    width: 265px;
    height: 208px;
    top: 100px;
    left: 50px;
  }
}
.feature .feature-imgarea.img02 .feature-imgarea-img-pop02 {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img02 .feature-imgarea-img-pop02 {
    width: 97px;
    height: 110px;
    top: -30px;
    right: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img02 .feature-imgarea-img-pop02 {
    width: 265px;
    height: 208px;
    top: -100px;
    right: 0px;
  }
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img03 {
    margin-top: 30px;
  }
}
.feature .feature-imgarea.img03 .feature-imgarea-img-pop01 {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img03 .feature-imgarea-img-pop01 {
    width: 145px;
    height: 125px;
    top: -30px;
    left: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img03 .feature-imgarea-img-pop01 {
    width: 304px;
    height: 263px;
    top: -50px;
    left: -100px;
  }
}
.feature .feature-imgarea.img03 .feature-imgarea-img-pop02 {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .feature .feature-imgarea.img03 .feature-imgarea-img-pop02 {
    width: 142px;
    height: 94px;
    top: -20px;
    right: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .feature .feature-imgarea.img03 .feature-imgarea-img-pop02 {
    width: 322px;
    height: 214px;
    top: 100px;
    right: 50px;
  }
}

.graph {
  padding-top: 0;
}
.graph .graph-ttl {
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .graph .graph-ttl {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .graph .graph-ttl {
    font-size: 60px;
    font-size: 6rem;
    margin-bottom: 40px;
  }
}
.graph .graph-area {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .graph .graph-area figure {
    width: 90%;
    max-width: 480px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .graph .graph-area figure {
    width: 600px;
    margin: auto;
    margin-bottom: 40px;
  }
}
.graph .graph-area .graph-pop {
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .graph .graph-area .graph-pop {
    width: 91px;
    height: 100px;
    right: calc(50% - 180px);
    top: -20px;
  }
}
@media print, screen and (min-width: 900px) {
  .graph .graph-area .graph-pop {
    width: 179px;
    height: 196px;
    right: calc(50% - 410px);
    top: 0;
  }
}
.graph .graph-sub {
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .graph .graph-sub {
    line-height: 1.4;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .graph .graph-sub p {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .graph .graph-sub {
    display: flex;
    max-width: 640px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.recipe .recipe-ttl {
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-ttl {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-ttl {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 40px;
  }
}
.recipe .recipe-content {
  background: #ece7e3;
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-content {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-content {
    padding: 50px 40px;
  }
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-content-top {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-content-top {
    display: flex;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-content-img {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-content-img {
    width: 55%;
    margin-left: 5%;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-content-detail {
    width: 40%;
  }
}
.recipe .recipe-content-ttl {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-content-ttl {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-content-ttl {
    margin-bottom: 20px;
  }
}
.recipe .recipe-content-ttl span {
  display: block;
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-content-ttl .txt01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-content-ttl .txt01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-content-ttl .txt02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-content-ttl .txt02 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 899px) {
  .recipe .con-wrap {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .con-wrap {
    margin-bottom: 40px;
  }
}
.recipe .con-wrap .con-ttl01 {
  font-weight: bold;
  border-bottom: #000 solid 2px;
}
@media only screen and (max-width: 899px) {
  .recipe .con-wrap .con-ttl01 {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .con-wrap .con-ttl01 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .recipe .con-wrap .con-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .con-wrap .con-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.recipe .con-wrap li {
  border-bottom: #000 dotted 1px;
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.recipe .recipe-recommend {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-recommend {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-recommend {
    font-size: 20px;
    font-size: 2rem;
    padding: 10px;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-recommend-list {
    display: flex;
    justify-content: space-between;
  }
}
.recipe .recipe-recommend-list a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 899px) {
  .recipe .recipe-recommend-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: #000 solid 1px;
    align-items: center;
  }
  .recipe .recipe-recommend-list li:last-child {
    border: none;
  }
  .recipe .recipe-recommend-list li figure {
    width: 120px;
  }
  .recipe .recipe-recommend-list li p {
    width: calc(100% - 135px);
  }
  .recipe .recipe-recommend-list li a {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-recommend-list li {
    width: 31%;
  }
}
.recipe .recipe-recommend-list p {
  line-height: 1.4;
  font-weight: bold;
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-recommend-list p {
    padding: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .recipe .recipe-recommend-list p {
    padding: 15px;
  }
}