#container {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
  /* inview */
  /* blocks */
}
#container > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  #container {
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
  #container .-sp, #container .sp {
    display: none !important;
  }
}
@media print, screen and (max-width: 767px) {
  #container .-pc, #container .pc {
    display: none !important;
  }
}
#container picture, #container img {
  display: block;
  height: auto;
  width: 100%;
}
#container a {
  text-decoration: none;
}
/* Main */
#container .Main {
  background-color: #308fd3;
  background-image: url("../img/bg1.png");
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 100px 100px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}
#container .Main picture, #container .Main img {
  display: block;
  height: auto;
  width: 100%;
}
#container .Main__inner {
  aspect-ratio: 750 / 910;
  background-image: url("../img/main_background_sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: 126vw;
}
@media print, screen and (min-width: 768px) {
  #container .Main__inner {
    aspect-ratio: auto;
    background-image: url("../img/main_background_pc.jpg");
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
    width: 100%;
    height: 50vw;
  }
}
#container .Main__title {
  margin: 0 auto;
  padding: 0;
  padding-top: 35vw;
  position: relative;
  z-index: 10;
  width: 90vw;
}
@media print, screen and (min-width: 768px) {
  #container .Main__title {
    padding-top: 12vw;
    width: 48.4vw;
  }
}
#container .Main__container {
  background-image: url("../img/bg3.svg"), url("../img/bg1_nami_sp.svg");
  background-position: center bottom, center center;
  background-repeat: repeat-x, no-repeat;
  background-size: 100% auto, 102% auto;
  padding: 50px 0;
  position: relative;
  margin-bottom: -1px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Main__container {
    background-image: url("../img/bg3.svg"), url("../img/bg1_nami.svg");
    background-position: center bottom, center 50px;
    background-size: 100% auto, 100% auto;
    padding: 20px 0 50px;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Main__container {
    background-image: url("../img/bg3.svg"), url("../img/bg1_nami.svg");
    background-position: center bottom, center 50px;
    background-size: 1600px 70px, 1410px 600px;
    padding: 20px 0 50px;
  }
}
#container .Main__text {
  padding: 0;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  #container .Main__text {
    padding: 6vw;
  }
}
#container .Main__text p {
  text-underline-offset: 0.4em;
  text-decoration-thickness: 1px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.1em;
  line-height: 2.2;
  text-align: center;
  -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    text-decoration-style: dashed;
  color: #fff;
  padding-bottom: 2em;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Main__text p {
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Main__text p {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
  }
}
#container .Main__text p em {
  background-color: #fef038;
  color: #3291d5;
  font-size: 14px;
  font-weight: 600;
  padding: 0 4px;
  margin: 0 5px;
  display: inline-block;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Main__text p em {
    font-size: 18px;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Main__text p em {
    font-size: 21px;
    font-weight: 700;
  }
}
/* Movie */
#container .Movie {
  background-color: #308fd3;
  background-image: url("../img/bg1.png");
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 100px 100px;
  height: auto;
  width: 100%;
  padding: 10vw 25px 10vw;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Movie {
    padding: 100px 25px 80px;
    background-image: url("../img/bg1.png");
    background-position: center bottom;
    background-repeat: repeat;
    background-size: 100px 100px;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Movie {
    padding: 100px 25px 80px;
    background-image: url("../img/bg1_nami.svg"), url("../img/bg1.png");
    background-position: center 50px, center bottom;
    background-size: 1410px 600px, 100px 100px;
  }
}
#container .Movie__title {
  margin: 0 auto calc(100 / 750 * 20vw);
  max-width: 710px;
}
@media print, screen and (min-width: 768px) {
  #container .Movie__title {
    margin: 0 auto 20px;
    max-width: 1080px;
    width: 100%;
  }
}
#container .Movie__lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 5vw;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  #container .Movie__lead {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 3vw;
  }
}
#container .Movie__content {
  aspect-ratio: 16 / 9;
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  background: #fff;
  padding: 5px 5px 0;
}
@media print, screen and (min-width: 768px) {
  #container .Movie__content {
    padding: 10px 10px 3px;
  }
}
#container .Movie__content iframe {
  height: 100%;
  width: 100%;
}
/* Recipe */
#container .Recipe {
  background-color: #fff;
  background-position: center bottom;
  background-repeat: repeat;
  background-size: 44px 44px;
  height: auto;
  padding: 40px 20px 20px;
  width: 100%;
}
#container .-blue, #container .-blue2 {
  padding: 50px 20px 40px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Recipe {
    padding: 60px 20px 60px;
  }
  #container .-blue, #container .-blue2 {
    padding: 100px 20px 100px;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Recipe {
    padding: 120px 50px 120px;
  }
  #container .-blue, #container .-blue2 {
    padding: 180px 50px 180px;
  }
}
#container .-blue {
  background-image: url("../img/bg3.svg"), url("../img/bg4.svg"), url("../img/bg1_nami2_sp.svg"), url("../img/bg2.png");
  background-position: center bottom, center top, center 50px, center bottom;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat;
  background-size: 100% auto, 100% auto, 100% auto, 100px 100px;
  height: auto;
  width: 100%;
  margin-bottom: -1px;
}
#container .-blue2 {
  background-image: url("../img/bg5.png"), url("../img/bg4.svg"), url("../img/bg1_nami2_sp.svg"), url("../img/bg2.png");
  background-position: center bottom, center top, center 50px, center bottom;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat;
  background-size: 100% auto, 100% auto, 100% auto, 100px 100px;
  height: auto;
  width: 100%;
}
#container .-white {
  background-image: url("../img/bg2_fishl.svg"), url("../img/bg2_fishr.svg"), url("../img/bg2_fishl.svg");
  background-position: calc(50% + 40vw) 5vw, calc(50% - 40vw) 100vw, calc(50% + 40vw) 160vw;
  background-repeat: no-repeat;
  background-size: 110px 150px;
  height: auto;
  width: 100%;
}
#container .-white2 {
  background-image: url("../img/bg2_fishl.svg"), url("../img/bg2_fishr.svg"), url("../img/bg2_fishl.svg"), url("../img/bg2_fishr.svg");
  background-position: calc(50% + 40vw) 28vw, calc(50% - 40vw) 150vw, calc(50% + 40vw) 260vw, calc(50% - 40vw) 380vw;
  background-repeat: no-repeat;
  background-size: 110px 150px;
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .-blue {
    background-image: url("../img/bg3.svg"), url("../img/bg4.svg"), url("../img/bg1_nami2.svg"), url("../img/bg2.png");
    background-position: center bottom, center top, center 120px, center bottom;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat;
    background-size: 100% auto, 100% auto, 100% auto, 100px 100px;
  }
  #container .-blue2 {
    background-image: url("../img/bg5.png"), url("../img/bg4.svg"), url("../img/bg1_nami2.svg"), url("../img/bg2.png");
    background-position: center bottom, center top, center 100px, center bottom;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat;
    background-size: 100% auto, 100% auto, 110% auto, 100px 100px;
  }
  #container .-white {
    background-image: url("../img/bg2_fishl.svg"), url("../img/bg2_fishr.svg");
    background-position: calc(50% + 50vw) 10vw, calc(50% - 40vw) 50vw;
    background-repeat: no-repeat;
    background-size: 220px 300px;
  }
  #container .-white2 {
    background-image: url("../img/bg2_fishl.svg"), url("../img/bg2_fishr.svg");
    background-position: calc(50% + 50vw) 30vw, calc(50% - 40vw) 60vw;
    background-repeat: no-repeat;
    background-size: 220px 300px;
    height: auto;
    width: 100%;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .-blue {
    background-image: url("../img/bg3.svg"), url("../img/bg4.svg"), url("../img/bg1_nami2.svg"), url("../img/bg2.png");
    background-position: center bottom, center top, center 120px, center bottom;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat;
    background-size: 1600px 70px, 1600px 70px, 1450px 900px, 100px 100px;
  }
  #container .-blue2 {
    background-image: url("../img/bg5.png"), url("../img/bg4.svg"), url("../img/bg1_nami2.svg"), url("../img/bg2.png");
    background-position: center bottom, center top, center 140px, center bottom;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat;
    background-size: 1600px 70px, 1600px 70px, 1450px 900px, 100px 100px;
  }
  #container .-white {
    background-image: url("../img/bg2_fishl.svg"), url("../img/bg2_fishr.svg");
    background-position: calc(50% + 520px) 100px, calc(50% - 550px) 530px;
    background-repeat: no-repeat;
    background-size: 220px 300px;
  }
  #container .-white2 {
    background-image: url("../img/bg2_fishl.svg"), url("../img/bg2_fishr.svg");
    background-position: calc(50% + 520px) 300px, calc(50% - 550px) 860px;
    background-repeat: no-repeat;
    background-size: 220px 300px;
    height: auto;
    width: 100%;
  }
}
#container .Recipe__title {
  margin: 0 auto calc(100 / 750 * 30vw);
  max-width: 710px;
  width: 100%;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Recipe__title {
    margin: 0 auto 40px;
    max-width: 1080px;
    width: 90%;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Recipe__title {
    margin: 0 auto 40px;
    max-width: 1080px;
    width: 100%;
  }
}
#container .Recipe__inner {
  padding: 0 10px;
}
@media print, screen and (min-width: 768px) {
  #container .Recipe__inner {
    margin: 0 auto;
    max-width: 1120px;
    padding: 0 10px;
  }
}
#container .Recipe__lead {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 6vw;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Recipe__lead {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 4vw;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Recipe__lead {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 4vw;
  }
}
/* Recipe__list */
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Recipe__list ul {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Recipe__list ul {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 768px) {
  #container .Recipe__list ul.col2 {
    gap: 60px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 50px;
  }
}
#container .Recipe__list li {
  background-color: #fff;
  background-image: url("../img/recipe_bg1.svg"), url("../img/recipe_bg2.svg");
  background-size: 73px 30px, 73px 30px;
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  margin: 0 auto 20px;
  max-width: 500px;
  width: 100%;
  gap: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  #container .Recipe__list li {
    background-size: 61px 25px, 61px 25px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1100px) {
  #container .Recipe__list li {
    margin: 0 auto;
    background-size: 122px 50px, 122px 50px;
  }
}
#container .Recipe__list a {
  color: #000;
  display: block;
  padding: 15px 15px;
  position: relative;
  z-index: 1;
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  #container .Recipe__list a {
    padding: 20px 20px;
  }
}
#container .Recipe__list a img {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
#container .Recipe__list a:hover img {
  opacity: 0.7;
}
#container .Recipe__list a .Recipe__image {
  position: relative;
}
#container .Recipe__list a .-mov:before {
  background-image: url("../img/movie_icon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 38px;
  pointer-events: none;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 90px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  #container .Recipe__list a .-mov:before {
    height: 38px;
    width: 106px;
  }
}
#container .Recipe__text {
  margin: 5px -15px 20px;
}
#container .Recipe__text p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #container .Recipe__text {
    margin: 10px -15px 20px;
  }
  #container .Recipe__text p {
    font-size: 22px;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 920px) {
  #container .Recipe__text {
    margin: 10px -15px 20px;
  }
  #container .Recipe__text p {
    font-size: 16px;
    font-weight: 700;
  }
}
#container .Recipe__text em {
  color: #2f8ed2;
}
.g-siteFooter_pagetop {
  z-index: 3;
}