@charset "UTF-8";
* {
  min-height: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-padding-top: 81px; /* ヘッダーの高さ分だけオフセット */
}

img {
  vertical-align: initial;
}

.footer__sns > a > img {
  vertical-align: bottom;
}

.footer__sns > a.youtube > img {
  transform: translateY(90%);
}
@media screen and (max-width: 768px) {
  .footer__sns > a.youtube > img {
    transform: translateY(50%);
  }
}

body {
  height: 100%;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  line-height: 1.6923076923;
  letter-spacing: 0;
  padding-top: 0 !important;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.wrapper {
  overflow: hidden;
  color: #000000;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .wrapper {
    font-size: 15px;
    line-break: strict;
  }
}

.header {
  background: #231815;
  display: flex;
  height: 57px;
}

.header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
  padding: 0 20px;
  width: 1000px;
}

.wrapper .header__logo {
  width: 61px;
}

.header__text {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.3rem;
}

img {
  max-width: 100%;
}

picture {
  display: block;
}
@media screen and (max-width: 768px) {
  picture {
    text-align: center;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 960px) {
  .tab {
    display: block;
  }
}

.pc-inline {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc-inline {
    display: none !important;
  }
}

.sp-inline {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp-inline {
    display: inline !important;
  }
}

a:hover {
  opacity: 0.8;
}

.super {
  font-size: 0.8em;
  vertical-align: super;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.cmn-header {
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}

.cmn-header.is-visible {
  transform: translateY(0);
}

#breadcrumb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform 0.3s ease, top 0.3s ease;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #breadcrumb {
    display: none;
  }
}

#breadcrumb.is-visible {
  top: 111px;
  transform: translateY(0);
}

@media screen and (max-width: 1130px) {
  #breadcrumb.is-visible {
    top: 130px;
  }
}
@media screen and (max-width: 980px) {
  #breadcrumb.is-visible {
    top: 102px;
  }
}
@media screen and (min-width: 960px) {
  body {
    font-size: 15px;
    line-height: 1.5333333333;
    letter-spacing: 0.09em;
  }
  .header__inner {
    max-width: 1000px;
  }
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0;
  }
  .wrapper .header__logo {
    width: 65px;
  }
  .header__text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}
/*@media screen and (max-width: 959px) {
  html {
    font-size: 3.125vw;
  }
}*/
#icj-main {
  padding-top: 0;
}

.icj-pagetop {
  display: none;
}

@media screen and (max-width: 768px) {
  .icj-pagetop.is-active {
    bottom: 100px;
  }
}

.js-fade {
  opacity: 0;
  transition: opacity 1.5s;
}
.js-fade.js-on {
  opacity: 1;
}

.js-fade-image {
  opacity: 0;
  transform: scale(1.05);
  transition: transform 1.5s, opacity 1.5s;
}
.js-fade-image.js-on {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .cmn-footer-copyright {
    padding-bottom: 17vw;
  }
}

.footer {
  width: 100%;
  background: #231815;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.02em;
}

.footer__inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
}

.footer {
  width: 100%;
  background: #231815;
  padding: 20px 0;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: -0.02em;
}

.footer__inner {
  margin: auto;
  width: 100%;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    width: 90.625%;
    flex-direction: column;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__link {
    width: 100%;
  }
}
.footer__link a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer__link a + a {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .footer__link a + a {
    margin-left: 25px;
  }
}
.footer__sns {
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer__sns {
    width: 100%;
    justify-content: center;
    margin-top: 3.4482758621%;
  }
}
.footer__sns a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .footer__sns a {
    padding: 9px 0;
  }
}
.footer__sns > a.facebook > img {
  transform: translateX(0.9%);
}

@media screen and (min-width: 769px) {
  .footer__sns > a.facebook > img {
    transform: translate(0.9%, 50%);
  }
}
@media screen and (max-width: 768px) {
  .footer__sns > a.youtube {
    padding: 7px 0;
  }
}
.footer__sns > a > img {
  width: 50%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .footer__sns > a > img {
    width: 20px;
    transform: translateY(50%);
  }
}
.footer__sns > a + a {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .footer__sns > a + a {
    margin-left: 6px;
  }
}
.footer__copyright {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: auto;
  margin-top: 17px;
  padding-top: 17px;
  letter-spacing: 0.02em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .footer__copyright .footer__copyright {
    width: 90.625%;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 1rem;
  }
}
.header .header__inner {
  width: 69.4444444444cqw;
  max-width: 69.4444444444cqw;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .header .header__inner {
    width: 90.6666666667cqw;
    max-width: 90.6666666667cqw;
  }
}

.mv {
  background-color: #46525A;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 10.6666666667cqw 0;
    margin-bottom: 0;
  }
}
.mv .mv-inner {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 69.4444444444cqw;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner {
    flex-direction: column;
  }
}
.mv .mv-inner .mv-heading {
  flex: 1;
  height: -moz-fit-content;
  height: fit-content;
}
.mv .mv-inner .mv-heading .mv-heading-subTtl {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6666666667cqw;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 1.25cqw;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-heading .mv-heading-subTtl {
    font-size: 4.2666666667cqw;
    margin-bottom: 4cqw;
  }
}
.mv .mv-inner .mv-heading h1 {
  width: 33.0555555556cqw;
  margin-inline: auto;
  margin-bottom: 2.2222222222cqw;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-heading h1 {
    width: 71.3333333333cqw;
    margin-bottom: 5.3333333333cqw;
  }
}
.mv .mv-inner .mv-heading p {
  font-size: 1.1111111111cqw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2.7777777778cqw;
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-heading p {
    font-size: 3.7333333333cqw;
    margin-bottom: 5.3333333333cqw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-heading > img {
    margin-inline: auto;
    width: 64cqw;
    margin-bottom: 5.3333333333cqw;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.68);
  }
}
.mv .mv-inner .mv-image {
  width: 100%;
  max-width: 25.6944444444cqw;
  margin: 0.9027777778cqw 0;
}
.mv .mv-inner .mv-image img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.68);
}
@media screen and (max-width: 768px) {
  .mv .mv-inner .mv-image {
    display: none;
  }
}
.mv .btn {
  max-width: 28.8888888889cqw;
  height: 4.1666666667cqw;
  line-height: 4.1666666667cqw;
  font-size: 1.25cqw;
}
@media screen and (max-width: 768px) {
  .mv .btn {
    max-width: 90.6666666667cqw;
    height: 14.6666666667cqw;
    line-height: 14.6666666667cqw;
    font-size: 4.5333333333cqw;
  }
}
.mv .btn:after {
  width: 0.6944444444cqw;
  height: 0.6944444444cqw;
  right: 1.9444444444cqw;
  top: 0.6944444444cqw;
}
@media screen and (max-width: 768px) {
  .mv .btn:after {
    width: 2.6666666667cqw;
    height: 2.6666666667cqw;
    right: 4cqw;
    top: 2.6666666667cqw;
  }
}

.mv-lead {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 97px;
  padding: 60px;
  background-image: url(../images/mv-lead.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .mv-lead {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead {
    background-image: url(../images/mv-lead_sp.jpg);
    padding: 10.6666666667cqw 4.6666666667cqw;
    background-size: cover;
    background-position: top right;
    margin-bottom: 13.3333333333cqw;
  }
}
.mv-lead h2 {
  line-height: 1.5;
  letter-spacing: 0;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .mv-lead h2 {
    font-size: 4cqw;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead h2 {
    font-size: 6.1333333333cqw;
    margin-bottom: 6.6666666667cqw;
  }
}
.mv-lead p {
  line-height: 2.14;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1000px) {
  .mv-lead p {
    font-size: 1.6cqw;
  }
}
@media screen and (max-width: 768px) {
  .mv-lead p {
    font-size: 3.7333333333cqw;
  }
}

.recipe {
  margin-bottom: 76px;
}
@media screen and (max-width: 1000px) {
  .recipe {
    width: 95%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .recipe {
    width: 100%;
  }
}
.recipe h3 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
  max-width: 1000px;
  font-family: "Noto Serif JP", serif;
  margin-inline: auto;
  margin-bottom: 28px;
  padding-bottom: 4px;
}
@media screen and (max-width: 1000px) {
  .recipe h3 {
    font-size: 2.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .recipe h3 {
    width: 90.6666666667cqw;
    margin-inline: auto;
    margin-bottom: 9.6cqw;
    font-size: 5.3333333333cqw;
  }
}
.recipe p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1000px) {
  .recipe p {
    font-size: 1.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .recipe p {
    width: 90.6666666667cqw;
    margin-inline: auto;
    margin-bottom: 8cqw;
    font-size: 4cqw;
    text-align: left;
  }
}
.recipe .recipe-swiper-container {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
.recipe .recipe-swiper-container .recipe-swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .recipe .recipe-swiper-container .recipe-swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.recipe .recipe-swiper-container .recipe-swiper-wrapper .recipe-swiper-slide {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 1000px) {
  .recipe .recipe-swiper-container .recipe-swiper-wrapper .recipe-swiper-slide {
    max-width: calc(33.333% - 14px);
  }
}
@media screen and (max-width: 768px) {
  .recipe .recipe-swiper-container .recipe-swiper-wrapper .recipe-swiper-slide {
    max-width: 100%;
  }
}
.recipe .recipe-swiper-container .recipe-swiper-wrapper .recipe-swiper-slide img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .contents {
    width: 95%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
  }
}
.contents h3 {
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
  max-width: 1000px;
  font-family: "Noto Serif JP", serif;
  margin-inline: auto;
  margin-bottom: 66px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .contents h3 {
    font-size: 2.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .contents h3 {
    width: 90.6666666667cqw;
    margin-inline: auto;
    margin-bottom: 9.6cqw;
    font-size: 5.3333333333cqw;
  }
}
.contents .contents__main {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0 30px;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .contents .contents__main {
    display: block;
    max-width: 90.6666666667cqw;
  }
}
.contents .contents__main .contents__main__items {
  width: 100%;
  max-width: 485px;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (max-width: 1000px) {
  .contents .contents__main .contents__main__items {
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items {
    max-width: 100%;
  }
}
.contents .contents__main .contents__main__items:not(:last-child) {
  margin-bottom: 30px;
}
.contents .contents__main .contents__main__items:nth-child(1) .js-toggle-menu__num img {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items:nth-child(1) .js-toggle-menu__num img {
    width: 19.3333333333cqw;
  }
}
.contents .contents__main .contents__main__items:nth-child(2) .js-toggle-menu__num img {
  width: 56px;
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items:nth-child(2) .js-toggle-menu__num img {
    width: 13.6cqw;
  }
}
.contents .contents__main .contents__main__items:nth-child(3) .js-toggle-menu__num img {
  width: 52px;
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items:nth-child(3) .js-toggle-menu__num img {
    width: 12.5333333333cqw;
  }
}
.contents .contents__main .contents__main__items:nth-child(4) .js-toggle-menu__num img {
  width: 74px;
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items:nth-child(4) .js-toggle-menu__num img {
    width: 18.1333333333cqw;
  }
}
.contents .contents__main .contents__main__items:nth-child(5) {
  pointer-events: none;
}
.contents .contents__main .contents__main__items:nth-child(5) .js-toggle-menu:after {
  display: none;
}
.contents .contents__main .contents__main__items:nth-child(5) .js-toggle-menu:before {
  display: none;
}
.contents .contents__main .contents__main__items:nth-child(5) .js-toggle-menu__num img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items:nth-child(5) .js-toggle-menu__num img {
    width: 13.3333333333cqw;
  }
}
.contents .contents__main .contents__main__items .js-toggle-menu__ttl p {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1000px) {
  .contents .contents__main .contents__main__items .js-toggle-menu__ttl p {
    font-size: 1.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items .js-toggle-menu__ttl p {
    font-size: 3.2cqw;
    margin-bottom: -3px;
  }
}
.contents .contents__main .contents__main__items .js-toggle-menu__ttl h4 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1000px) {
  .contents .contents__main .contents__main__items .js-toggle-menu__ttl h4 {
    font-size: 2cqw;
  }
}
@media screen and (max-width: 768px) {
  .contents .contents__main .contents__main__items .js-toggle-menu__ttl h4 {
    font-size: 4.5333333333cqw;
  }
}

@media screen and (max-width: 1000px) {
  .superviser {
    width: 95%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .superviser {
    width: 100%;
  }
}
.superviser h3 {
  text-align: left;
  font-size: 2.4rem;
  letter-spacing: 0;
  border-bottom: 1px solid #000000;
  width: 100%;
  max-width: 1000px;
  font-family: "Noto Serif JP", serif;
  margin-inline: auto;
  margin-bottom: 30px;
  padding-bottom: 6px;
}
@media screen and (max-width: 1000px) {
  .superviser h3 {
    font-size: 2.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .superviser h3 {
    width: 90.6666666667cqw;
    margin-inline: auto;
    margin-bottom: 9.6cqw;
    font-size: 5.3333333333cqw;
  }
}
.superviser .superviser__main {
  display: flex;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  gap: 0 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .superviser .superviser__main {
    width: 90.6666666667cqw;
    display: block;
    margin-bottom: 13.3333333333cqw;
  }
}
.superviser .superviser__main .superviser__main-img {
  width: 100%;
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .superviser .superviser__main .superviser__main-img {
    max-width: 53.3333333333cqw;
    margin-inline: auto;
    margin-bottom: 4cqw;
  }
}
.superviser .superviser__main .superviser__main-text h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 16px;
  font-family: "Noto Serif JP", serif;
}
.superviser .superviser__main .superviser__main-text h4 span {
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 1000px) {
  .superviser .superviser__main .superviser__main-text h4 span {
    font-size: 1.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .superviser .superviser__main .superviser__main-text h4 span {
    font-size: 3.2cqw;
  }
}
@media screen and (max-width: 1000px) {
  .superviser .superviser__main .superviser__main-text h4 {
    font-size: 2cqw;
  }
}
@media screen and (max-width: 768px) {
  .superviser .superviser__main .superviser__main-text h4 {
    text-align: center;
    font-size: 4.5333333333cqw;
  }
}
.superviser .superviser__main .superviser__main-text p {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .superviser .superviser__main .superviser__main-text p {
    font-size: 1.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .superviser .superviser__main .superviser__main-text p {
    font-size: 4cqw;
  }
}

.cta {
  background: #46525A;
  padding: 40px 0;
  margin-bottom: 107px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 10.6666666667cqw 0;
    margin-bottom: 13.3333333333cqw;
  }
}
.cta .cta__box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin-inline: auto;
  gap: 0 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .cta .cta__box {
    width: 95%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__box .cta__box-img {
    order: 2;
    width: 81.3333333333cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__box .cta__box-ttl {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__box .cta__box-ttl img {
    width: 71.2cqw;
    margin-bottom: 5.3333333333cqw;
  }
}
.cta .cta__box .cta__box-ttl p {
  font-size: 2rem;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .cta .cta__box .cta__box-ttl p {
    font-size: 2cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta .cta__box .cta__box-ttl p {
    font-size: 4.2666666667cqw;
  }
}
.cta > p {
  text-align: center;
  font-size: 1.4rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .cta > p {
    font-size: 1.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta > p {
    display: none;
  }
}

.cta-list {
  display: flex;
  gap: 0 30px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .cta-list {
    width: 95%;
    margin-inline: auto;
    gap: 0 3cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list {
    display: block;
    margin-bottom: 13.3333333333cqw;
  }
}
.cta-list .cta-list__items {
  text-align: center;
  width: 100%;
  max-width: 485px;
}
@media screen and (max-width: 768px) {
  .cta-list .cta-list__items {
    max-width: 90.6666666667cqw;
    margin-inline: auto;
    margin-bottom: 13.3333333333cqw;
  }
}
.cta-list .cta-list__items > p {
  font-size: 1.4rem;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  margin-bottom: 103px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1000px) {
  .cta-list .cta-list__items > p {
    font-size: 1.4cqw;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .cta-list .cta-list__items > p {
    font-size: 4cqw;
    text-align: left;
    margin-bottom: 10.4cqw;
    white-space: wrap;
  }
}
.cta-list .cta-list__items:nth-child(1) > img {
  width: 100%;
  max-width: 138px;
  margin-bottom: 47px;
}
@media screen and (max-width: 1000px) {
  .cta-list .cta-list__items:nth-child(1) > img {
    max-width: 13.8cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list .cta-list__items:nth-child(1) > img {
    max-width: 32cqw;
    margin-bottom: 8.5333333333cqw;
  }
}
.cta-list .cta-list__items:nth-child(2) > img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 51px;
}
@media screen and (max-width: 1000px) {
  .cta-list .cta-list__items:nth-child(2) > img {
    max-width: 20cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list .cta-list__items:nth-child(2) > img {
    max-width: 41.0666666667cqw;
    margin-bottom: 8.5333333333cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list .cta-list__items:nth-child(2) .cta-list__items__btn a {
    gap: 0 12cqw;
  }
}
.cta-list .cta-list__items:nth-child(1) .cta-list__items__btn a > img {
  width: 136px;
}
@media screen and (max-width: 1000px) {
  .cta-list .cta-list__items:nth-child(1) .cta-list__items__btn a > img {
    width: 10cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list .cta-list__items:nth-child(1) .cta-list__items__btn a > img {
    width: 24cqw;
  }
}
.cta-list .cta-list__items:nth-child(2) .cta-list__items__btn a > img {
  width: 150px;
}
@media screen and (max-width: 1000px) {
  .cta-list .cta-list__items:nth-child(2) .cta-list__items__btn a > img {
    width: 12cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list .cta-list__items:nth-child(2) .cta-list__items__btn a > img {
    width: 26.1333333333cqw;
  }
}

.cta-kitchen {
  width: 100%;
  max-width: 1000px;
  height: 300px;
  margin-inline: auto;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .cta-kitchen {
    width: 95%;
    height: 28cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-kitchen {
    width: 100%;
    height: 75.6cqw;
    max-width: 90.6666666667cqw;
    margin-bottom: 13.3333333333cqw;
  }
}
.cta-kitchen .cta-kitchen__btn {
  background: #46525A;
  display: flex;
  width: 100%;
  max-width: 330px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 10px 0 0 0;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .cta-kitchen .cta-kitchen__btn {
    max-width: 83.0666666667cqw;
    gap: 0 2.6666666667cqw;
  }
}
.cta-kitchen .cta-kitchen__btn p {
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .cta-kitchen .cta-kitchen__btn p {
    font-size: 1.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-kitchen .cta-kitchen__btn p {
    font-size: 3.7333333333cqw;
  }
}
.cta-kitchen .cta-kitchen__btn img {
  width: 20px;
  height: 20px;
}

.cta-list__items__btn {
  position: relative;
}
.cta-list__items__btn a {
  display: flex;
  justify-content: end;
  gap: 0 30px;
  align-items: center;
  height: 100px;
  background: #46525A;
  border-radius: 10px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .cta-list__items__btn a {
    height: 18.6666666667cqw;
    gap: 2.6666666667cqw;
    padding-right: 4cqw;
  }
}
.cta-list__items__btn a p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 1000px) {
  .cta-list__items__btn a p {
    font-size: 1.8cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list__items__btn a p {
    font-size: 4.5333333333cqw;
  }
}
.cta-list__items__btn a > img {
  height: auto;
  position: absolute;
  left: 40px;
  top: -26px;
}
@media screen and (max-width: 1000px) {
  .cta-list__items__btn a > img {
    left: 4cqw;
  }
}
@media screen and (max-width: 768px) {
  .cta-list__items__btn a > img {
    left: 4cqw;
    top: -4cqw;
  }
}
.cta-list__items__btn a .cta-list__items__btn-arrow img {
  width: 30px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .cta-list__items__btn a .cta-list__items__btn-arrow img {
    width: 5.6cqw;
  }
}

.js-toggle-menu {
  display: flex;
  position: relative;
  letter-spacing: 0;
  transition: opacity 0.4s;
}
.js-toggle-menu:hover {
  cursor: pointer;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .js-toggle-menu:hover {
    opacity: 1;
  }
}
.js-toggle-menu .js-toggle-menu__num {
  width: 80px;
  text-align: center;
  margin: 0 10px 13px 0;
}
@media screen and (max-width: 768px) {
  .js-toggle-menu .js-toggle-menu__num {
    width: 19.3333333333cqw;
    margin: 0 4cqw 5.0666666667cqw 0;
  }
}

.js-toggle-menu:before,
.js-toggle-menu:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 12px;
  right: 0;
  width: 20px;
  height: 1px;
  margin: auto;
  background-color: #000;
}

.js-toggle-menu:after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.js-toggle-menu.is-active:after {
  transform: rotate(180deg);
}

.js-toggle-item {
  display: none;
  padding: 15px 0 23px 90px;
}
@media screen and (max-width: 768px) {
  .js-toggle-item {
    padding: 0 0 2.6666666667cqw;
  }
}
.js-toggle-item p {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  max-width: 308px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 1000px) {
  .js-toggle-item p {
    font-size: 1.4cqw;
  }
}
@media screen and (max-width: 768px) {
  .js-toggle-item p {
    font-size: 3.4666666667cqw;
    max-width: 90.6666666667cqw;
    padding-bottom: 2.6666666667cqw;
    padding-left: 4.6666666667cqw;
  }
}

.btn {
  display: block;
  width: 100%;
  max-width: 416px;
  height: 60px;
  line-height: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  margin-inline: auto;
  background-color: #fff;
  color: #46525A;
  text-align: center;
  border-radius: 42px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .btn {
    font-size: 1.8cqw;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 81.3333333333cqw;
    height: 14.6666666667cqw;
    line-height: 14.6666666667cqw;
    font-size: 4.5333333333cqw;
  }
}
.btn:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 28px;
  top: 10px;
  bottom: 0;
  margin: auto;
  color: #46525A;
  border-top: 2px solid #46525A;
  border-right: 2px solid #46525A;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .btn:after {
    width: 2.6666666667cqw;
    height: 2.6666666667cqw;
    right: 4cqw;
    top: 2.6666666667cqw;
  }
}

.fixed-cv {
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(50% - 100px);
  z-index: 9999;
  width: 50px;
}
.fixed-cv img {
  transition: opacity 0.4s;
  vertical-align: bottom;
}
.fixed-cv:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .fixed-cv {
    display: block;
    width: 100%;
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
  }
}
.fixed-cv.is-visible {
  opacity: 1;
  pointer-events: auto;
}/*# sourceMappingURL=style.css.map */