#container {
  background-color: #fffef9;
  color: #171e27;
  font-family: "LINE Seed JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-left: -16px;
  margin-right: -16px;
  /* inview */
  /* blocks */
  /* Main */
  /* Recipe */
  /* Title1 */
}

@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;
}

#container .Main {
  background-image: url("../img/bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding-bottom: calc(100 / 750 * 100vw);
  position: relative;
  width: 100vw;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  #container .Main {
    padding-bottom: 0;
  }
}

#container .Main picture,
#container .Main img {
  display: block;
  height: auto;
  width: 100%;
}

#container .Main .Main__inner {
  margin: 0 auto;
  padding: 20px 30px;
  width: 100%;
  z-index: 4;
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__inner {
    margin: 0 auto;
    max-width: calc(820px + 80px);
    padding: 100px 40px;
    width: 100%;
  }
}

#container .Main .Main__title {
  margin: 0 auto;
  max-width: 690px;
  position: relative;
  width: 100%;
  z-index: 1;
}

#container .Main .Main__text {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(0, 169, 202, 0.3);
  color: #fff;
  margin: 20px auto 0;
  padding: 20px;
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__text {
    margin-top: 50px;
    padding: 40px;
  }
}

#container .Main .Main__text p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__text p {
    font-size: 18px;
    line-height: 2;
  }
}

#container .Main .Main__text strong {
  background-color: #c1ebf7;
  color: #104f96;
}

#container .Main .Main__photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-filter: drop-shadow(0 2px 2px rgba(3, 117, 135, 0.4));
  filter: drop-shadow(0 2px 2px rgba(3, 117, 135, 0.4));
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__photo {
    -webkit-filter: drop-shadow(0 10px 4px rgba(3, 117, 135, 0.4));
    filter: drop-shadow(0 10px 4px rgba(3, 117, 135, 0.4));
  }
}

#container .Main .Main__photo.-photo1 {
  aspect-ratio: 552 / 382;
  background-image: url("../img/hero_image1.webp");
}

@media print, screen and (max-width: 767px) {
  #container .Main .Main__photo.-photo1 {
    bottom: calc(30 / 750 * 100vw);
    left: calc(50% - (360 / 750 * 100vw));
    max-width: 120px;
    width: calc(120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__photo.-photo1 {
    left: calc(50% - 620px);
    top: 10px;
    width: 276px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #container .Main .Main__photo.-photo1 {
    left: calc(50% - 620px * 0.9);
    width: 220.8px;
  }
}

#container .Main .Main__photo.-photo2 {
  aspect-ratio: 552 / 376;
  background-image: url("../img/hero_image2.webp");
}

@media print, screen and (max-width: 767px) {
  #container .Main .Main__photo.-photo2 {
    bottom: calc(-10 / 750 * 100vw);
    left: calc(50% - (250 / 750 * 100vw));
    max-width: 120px;
    width: calc(120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__photo.-photo2 {
    left: calc(50% + 315px);
    top: 4px;
    width: 276px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #container .Main .Main__photo.-photo2 {
    left: calc(50% + 315px * 0.85);
    width: 220.8px;
  }
}

#container .Main .Main__photo.-photo3 {
  aspect-ratio: 626 / 370;
  background-image: url("../img/hero_image3.webp");
}

@media print, screen and (max-width: 767px) {
  #container .Main .Main__photo.-photo3 {
    bottom: calc(50 / 750 * 100vw);
    left: calc(50% - (140 / 750 * 100vw));
    max-width: 120px;
    width: calc(120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__photo.-photo3 {
    left: calc(50% - 730px);
    top: 236px;
    width: 313px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #container .Main .Main__photo.-photo3 {
    left: calc(50% - 730px * 0.85);
    width: 250.4px;
  }
}

#container .Main .Main__photo.-photo4 {
  aspect-ratio: 552 / 416;
  background-image: url("../img/hero_image4.webp");
}

@media print, screen and (max-width: 767px) {
  #container .Main .Main__photo.-photo4 {
    bottom: calc(15 / 750 * 100vw);
    left: calc(50% - (5 / 750 * 100vw));
    max-width: 120px;
    width: calc(120 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__photo.-photo4 {
    left: calc(50% + 405px);
    top: 224px;
    width: 276px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #container .Main .Main__photo.-photo4 {
    left: calc(50% + 405px * 0.9);
    width: 220.8px;
  }
}

#container .Main .Main__photo.-photo5 {
  aspect-ratio: 552 / 396;
  background-image: url("../img/hero_image5.webp");
}

@media print, screen and (max-width: 767px) {
  #container .Main .Main__photo.-photo5 {
    bottom: calc(40 / 750 * 100vw);
    left: calc(50% - (-140 / 750 * 100vw));
    max-width: 110px;
    width: calc(110 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__photo.-photo5 {
    left: calc(50% - 650px);
    top: 543px;
    width: 276px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #container .Main .Main__photo.-photo5 {
    left: calc(50% - 650px * 0.9);
    width: 220.8px;
  }
}

#container .Main .Main__photo.-photo6 {
  aspect-ratio: 552 / 390;
  background-image: url("../img/hero_image6.webp");
}

@media print, screen and (max-width: 767px) {
  #container .Main .Main__photo.-photo6 {
    bottom: calc(-10 / 750 * 100vw);
    left: calc(50% - (-250 / 750 * 100vw));
    max-width: 110px;
    width: calc(110 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  #container .Main .Main__photo.-photo6 {
    left: calc(50% + 365px);
    top: 520px;
    width: 276px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1200px) {
  #container .Main .Main__photo.-photo6 {
    left: calc(50% + 365px * 0.85);
    width: 220.8px;
  }
}

#container .Recipe {
  padding: 40px 20px;
  position: relative;
  width: 100vw;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  #container .Recipe {
    padding: 60px 40px 80px;
  }
}

#container .Recipe.-recipe1 {
  background-color: #e0f8f8;
}

@media print, screen and (min-width: 768px) {
  #container .Recipe.-recipe1 {
    padding-bottom: 50px;
  }
}

#container .Recipe.-recipe3 {
  background-color: #e0f8f8;
}

#container .Recipe.-recipe5 {
  background-color: #e0f8f8;
}

#container .Recipe .Recipe__inner {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 3;
}

@media print, screen and (min-width: 768px) {
  #container .Recipe .Recipe__inner {
    margin: 0 auto;
    width: 100%;
  }
}

#container .Recipe .Recipe__lead {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin: 24px auto 0;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  #container .Recipe .Recipe__lead {
    font-size: 18px;
    text-align: center;
  }
}

#container .Recipe .Recipe__list {
  margin: 24px auto 0;
  max-width: 480px;
  position: relative;
  width: 100%;
  z-index: 4;
}

@media print, screen and (min-width: 768px) {
  #container .Recipe .Recipe__list {
    margin-top: 40px;
    max-width: 1000px;
  }
}

@media print, screen and (min-width: 768px) {
  #container .Recipe .Recipe__list ul {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
  }
}

#container .Recipe .Recipe__list li {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: 200ms;
  transition: 200ms;
}

@media print, screen and (min-width: 768px) {
  #container .Recipe .Recipe__list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(100% / 3 - 30px);
    flex: 0 1 calc(100% / 3 - 30px);
    margin: 0 15px 30px;
  }
}

#container .Recipe .Recipe__list a {
  background-color: #fff;
  color: #262626;
  display: block;
  height: 100%;
  padding: 0;
  text-align: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

#container .Recipe .Recipe__list a img {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

@media (hover: hover) {
  #container .Recipe .Recipe__list a:hover {
    color: #104f96;
  }
  #container .Recipe .Recipe__list a:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}

#container .Recipe .Recipe__list a:focus, #container .Recipe .Recipe__list a:focus-visible {
  color: #104f96;
  position: relative;
}

#container .Recipe .Recipe__list a:focus img, #container .Recipe .Recipe__list a:focus-visible img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

#container .Recipe .Recipe__list a:focus:before, #container .Recipe .Recipe__list a:focus-visible:before {
  border: 3px solid #1e88e5;
  border-radius: 20px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#container .Recipe .Recipe__list .Recipe__image {
  aspect-ratio: 320 / 200;
  overflow: hidden;
}

#container .Recipe .Recipe__list .Recipe__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  width: 100%;
}

#container .Recipe .Recipe__list .Recipe__text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

#container .Recipe .Recipe__list span {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  #container .Recipe .Recipe__list span {
    font-size: 16px;
  }
}

#container .Title1 {
  color: #104f96;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#container .Title1:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-size: contain;
  content: "";
  display: block;
  height: auto;
  margin: 0 auto;
}

#container .Title1.-recipe1:before {
  aspect-ratio: 81 / 65;
  background-image: url("../img/icon1.svg");
  width: 65px;
}

@media print, screen and (min-width: 768px) {
  #container .Title1.-recipe1:before {
    width: 81px;
  }
}

#container .Title1.-recipe2:before {
  aspect-ratio: 93 / 68;
  background-image: url("../img/icon2.svg");
  width: 75px;
}

@media print, screen and (min-width: 768px) {
  #container .Title1.-recipe2:before {
    width: 93px;
  }
}

#container .Title1.-recipe3:before {
  aspect-ratio: 81 / 62;
  background-image: url("../img/icon3.svg");
  width: 65px;
}

@media print, screen and (min-width: 768px) {
  #container .Title1.-recipe3:before {
    width: 81px;
  }
}

#container .Title1.-recipe4:before {
  aspect-ratio: 75 / 73;
  background-image: url("../img/icon4.svg");
  width: 60px;
}

@media print, screen and (min-width: 768px) {
  #container .Title1.-recipe4:before {
    width: 75px;
  }
}

#container .Title1.-recipe5:before {
  aspect-ratio: 93 / 93;
  background-image: url("../img/icon5.svg");
  width: 75px;
}

@media print, screen and (min-width: 768px) {
  #container .Title1.-recipe5:before {
    width: 93px;
  }
}

#container .Title1.-recipe6:before {
  aspect-ratio: 158 / 101;
  background-image: url("../img/icon6.svg");
  width: 127px;
}

@media print, screen and (min-width: 768px) {
  #container .Title1.-recipe6:before {
    width: 158px;
  }
}

#container .Title1 .Title1__catch {
  background-image: url("../img/catch_bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px auto 0;
  padding: 4px 8px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  #container .Title1 .Title1__catch {
    font-size: 24px;
    margin-top: 16px;
    padding: 4px 16px;
  }
}

#container .Title1 .Title1__main {
  gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-top: 8px;
}

@media print, screen and (min-width: 768px) {
  #container .Title1 .Title1__main {
    font-size: 52px;
    margin-top: 16px;
  }
}

#container .Title1 .Title1__main > span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.g-siteFooter_pagetop {
  z-index: 3;
}
