.homeSlider .homeSliderItem figure {
  height: 100%;
}
.homeSlider .homeSliderItem figure .homeSliderImg {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 72px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.homeSlider .slick-dots {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.homeSlider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 16px 0;
  position: relative;
}
.homeSlider .slick-dots li button {
  background: transparent;
  border: 0;
  font-size: 0pt;
}
.homeSlider .slick-dots li button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  opacity: 1;
}
.homeSlider .slick-dots li.slick-active button::before {
  background-color: #fff;
  opacity: 1;
}

@media (max-width: 767px) {
  .homeSlider .slick-dots {
    left: calc(50% - 4px);
    bottom: -28px;
  }
}
@font-face {
  font-family: "Senobi-Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Senobi-Gothic-Regular.ttf");
}
@font-face {
  font-family: "Senobi-Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Senobi-Gothic-Bold.ttf");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 62.5%;
  color: #2f2c2c;
  letter-spacing: 0.03em;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

main {
  background-color: #fafafa;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

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

figure img {
  max-width: 100%;
}

.imgObjectFit {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

.container {
  width: 100%;
  max-width: 1264px;
  padding: 0 32px;
  margin: 0 auto;
}

.contentsTitleWrap {
  text-align: center;
}

.contentsTitle {
  font-family: "Senobi-Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 12px;
}

.contentsTitleSub {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

.contentsDescTitle {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
}

.contentsText {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}

.contentsLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contentsLinkWrap .contentsLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 24px 64px 24px 24px;
  font-size: 1.4rem;
  line-height: 1.14;
  font-weight: 700;
  color: #2f2c2c;
  letter-spacing: 0.09em;
  font-family: "Senobi-Gothic", sans-serif;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contentsLinkWrap .contentsLink::before {
  content: "";
  position: absolute;
  right: 24px;
  bottom: calc(50% - 11px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 34px;
  height: 8px;
  background-image: url(../img/common/link_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.contentsLinkWrap .contentsLink img {
  margin-right: 4px;
}
.contentsLinkWrap .contentsLink:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}

#burgerOpen {
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 2;
  display: block;
  width: 72px;
  height: 72px;
  padding: 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#burgerOpen .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#burgerOpen .wrapper img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
}
#burgerOpen:hover .wrapper img {
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}

#burgerClose {
  position: absolute;
  right: 24px;
  top: 24px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  z-index: 2;
  display: block;
  width: 72px;
  height: 72px;
  padding: 16px;
  cursor: pointer;
}
#burgerClose .wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#burgerClose .wrapper img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 8px;
}
#burgerClose:hover .wrapper img {
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 72px;
  margin: 0 auto;
  background-color: #fafafa;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.header .headerInner {
  position: relative;
  width: 100%;
  max-width: 1264px;
  height: 72px;
  padding: 0 32px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .headerInner .headerLogo {
  width: 164px;
  height: 40px;
}
.header .headerInner .headerLogo .headerLogoLink {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .headerInner .headerLogo .headerLogoLink:hover {
  opacity: 0.7;
}
.header .headerInner .headerLogo .headerLogoImg {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.header .headerInner .headerShopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 111px;
  top: 50%;
  border-radius: 4px;
  padding: 11px 14px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  color: #2f2c2c;
  line-height: 1.14;
  font-weight: 400;
  letter-spacing: 0.09em;
  font-size: 1.4rem;
  font-family: "Senobi-Gothic", sans-serif;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .headerInner .headerShopLink img {
  margin-right: 9px;
}
.header .headerInner .headerShopLink:hover {
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.header .headerNav {
  display: block;
  width: 600px;
  position: absolute;
  top: 0;
  z-index: 4;
  right: 0;
  height: 100vh;
  background-color: #fafafa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.header .headerNav .headerNavList {
  padding: 90px 0 64px 56px;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .headerNav .headerNavList .headerNavItem:not(:last-of-type) {
  margin-bottom: 48px;
}
.header .headerNav .headerNavList .headerNavItem .headerNavLink {
  font-family: "Senobi-Gothic", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #2f2c2c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header .headerNav .headerNavList .headerNavItem .headerNavLink:hover {
  opacity: 0.7;
}
.header .headerNav .headerNavList .headerNavItem .headerNavLink span {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  margin-left: 16px;
}
.header .headerNav .headerNavList .headerNavItem .headerNavLink.-external span {
  margin-right: 8px;
}
.header .headerNav::before {
  position: absolute;
  bottom: 40px;
  right: 40px;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  content: "";
  background-image: url(../img/common/menu_logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 64px;
  height: 64px;
}
.header .fadeBg {
  background: rgba(0, 0, 0, 0.56);
  height: 100vh;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}

.footer {
  background-color: #8fa9b4;
}
.footer .footerContainer {
  width: 100%;
  padding: 80px 0;
  margin: 0 auto;
}
.footer .footerContainer .footerDetail .contentsTitleWrap {
  margin-bottom: 40px;
}
.footer .footerContainer .footerDetail .contentsTitleWrap .contentsTitle {
  color: #fff;
}
.footer .footerContainer .footerDetail .contentsTitleWrap .contentsTitleSub {
  color: #fff;
}
.footer .footerContainer .footerDetail .footerCompany {
  max-width: 320px;
  margin: 0 auto;
}
.footer .footerContainer .footerDetail .footerCompany .footerCompanyList .footerCompanyRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer .footerContainer .footerDetail .footerCompany .footerCompanyList .footerCompanyRow dt {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  width: 28%;
}
.footer .footerContainer .footerDetail .footerCompany .footerCompanyList .footerCompanyRow dd {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 400;
  color: #fff;
  width: 72%;
}
.footer .footerContainer .footerDetail .footerCompany .footerCompanyList .footerCompanyRow dd .-tel {
  color: #fff;
  pointer-events: none;
}
.footer .footerLogo .footerLogoPic {
  text-align: center;
}
.footer .footerCopyright {
  padding: 16px 0 40px;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: "Senobi-Gothic", sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  background-color: #8fa9b4;
}

@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }

  .contentsText {
    font-size: 1.6rem;
  }

  .contentsTitle {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }

  .contentsTitleSub {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .contentsDescTitle {
    font-size: 1.8rem;
  }

  .contentsLinkWrap .contentsLink {
    padding: 24px 64px 24px 24px;
  }
  .contentsLinkWrap .contentsLink::before {
    width: 32px;
    height: 6px;
    background-image: url(../img/common/link_arrow_sp.png);
  }
  #burgerOpen {
    right: 12px;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  #burgerClose {
    top: 8px;
    right: 12px;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  .header {
    height: 56px;
  }
  .header .headerInner {
    height: 56px;
    padding: 0 12px;
  }
  .header .headerInner .headerLogo {
    width: 120px;
    height: 30px;
  }
  .header .headerInner .headerLogo .headerLogoImg {
    width: 120px;
    height: 30px;
  }
  .header .headerInner .headerShopLink {
    right: 62px;
  }
  .header .headerNav {
    width: 304px;
  }
  .header .headerNav .headerNavList {
    padding: 54px 0 0 32px;
  }
  .header .headerNav .headerNavList .headerNavItem:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .header .headerNav .headerNavList .headerNavItem .headerNavLink {
    font-size: 1.6rem;
    display: block;
  }
  .header .headerNav .headerNavList .headerNavItem .headerNavLink span {
    display: block;
    margin-left: 0;
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .header .headerNav .headerNavList .headerNavItem .headerNavLink.-external {
    position: relative;
  }
  .header .headerNav .headerNavList .headerNavItem .headerNavLink.-external img {
    position: absolute;
    top: 0%;
    right: -20px;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  .header .headerNav::before {
    bottom: 8px;
    right: 8px;
  }
  .footer .footerContainer {
    padding: 60px 0 80px;
  }
  .footer .footerContainer .footerDetail .footerCompany {
    max-width: 294px;
  }
  .footer .footerContainer .footerDetail .footerCompany .footerCompanyList .footerCompanyRow dt {
    width: 30.6%;
    font-size: 1.6rem;
  }
  .footer .footerContainer .footerDetail .footerCompany .footerCompanyList .footerCompanyRow dd {
    width: 69.4%;
    font-size: 1.6rem;
  }
  .footer .footerContainer .footerDetail .footerCompany .footerCompanyList .footerCompanyRow dd .-tel {
    pointer-events: visible;
  }
  .footer .footerLogo .footerLogoPic img {
    width: 80px;
    height: 80px;
  }
}
.homeMv {
  height: 100vh;
  padding: 72px 0 0 0;
  position: relative;
}
.homeMv .homeMvTextWrap {
  position: absolute;
  top: calc(50% + 23px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homeMv .homeMvTextWrap figure {
  text-align: center;
}
.homeMv .homeMvTextWrap figure img {
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}
.homeMv .homeMvTextWrap p {
  margin-top: -5px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.homeMv .homeMvTextWrap p br {
  display: none;
}
.homeMv .homeSlider {
  height: calc(100vh - 72px);
}
.homeMv .homeSlider .homeSliderItem figure {
  height: 100%;
}
.homeMv .homeSlider .homeSliderItem figure .homeSliderImg {
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 72px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: bottom;
     object-position: bottom;
}

.homeAbout {
  padding: 120px 0 100px;
}
.homeAbout .container {
  max-width: 1144px;
}
.homeAbout .container .homeAboutInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeAbout .container .homeAboutInner .homeAboutDesc {
  width: 37%;
  margin-top: 180px;
  margin-right: 11%;
}
.homeAbout .container .homeAboutInner .homeAboutDesc .homeAboutTitle {
  margin-bottom: 24px;
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 700;
}
.homeAbout .container .homeAboutInner .homeAboutDesc .homeAboutTitle br {
  display: none;
}
.homeAbout .container .homeAboutInner .homeAboutDesc .homeAboutTextWrap .contentsText:not(:last-of-type) {
  margin-bottom: 40px;
}
.homeAbout .container .homeAboutInner .homeAboutPic {
  width: 52%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.homeAbout .container .homeAboutInner .homeAboutPic::before {
  content: "";
  display: block;
  padding-top: 109.5%;
}
.homeAbout .container .homeAboutInner .homeAboutPic .homeAboutImg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.homeFeatures {
  padding: 100px 0;
}
.homeFeatures .container .homeFeaturesWrap {
  padding-top: 80px;
}
.homeFeatures .container .homeFeaturesWrap .homeFeaturesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem {
  position: relative;
  width: 46.7%;
}
.homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem:not(:nth-of-type(2n)) {
  margin-right: 6.6%;
}
.homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem .homeFeaturesPic {
  margin-bottom: 30px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem .homeFeaturesPic::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem .homeFeaturesPic .homeFeaturesImg {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem .homeFeaturesDesc .contentsText {
  margin-bottom: 40px;
}
.homeMeal {
  padding: 100px 0;
}
.homeMeal .container .homeMealWrap {
  padding-top: 80px;
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem .homeMealPic {
  width: 57.2%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem .homeMealPic::before {
  content: "";
  display: block;
  padding-top: 72.88%;
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem .homeMealPic img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem .homeMealDesc {
  width: 36.2%;
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem .homeMealDesc .contentsDescTitle {
  margin-bottom: 9px;
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem:nth-of-type(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeMeal .container .homeMealWrap .homeMealList .homeMealItem:not(:last-of-type) {
  margin-bottom: 160px;
}

.homePlans {
  padding: 100px 0;
}
.homePlans .container .tabPanel {
  padding-top: 80px;
  margin-bottom: 50px;
}
.homePlans .container .tabPanel .tabGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homePlans .container .tabPanel .tabGroup .tab {
  background-color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  line-height: 1;
  width: 75px;
  padding: 8px 16px;
  text-align: center;
  border-radius: 16px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.homePlans .container .tabPanel .tabGroup .tab:not(:last-of-type) {
  margin-right: 8px;
}
.homePlans .container .tabPanel .tabGroup .tab.is-active {
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14);
          box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 8px 10px 1px rgba(0, 0, 0, 0.14);
  color: #fff;
  background-color: #ba9b2f;
}
.homePlans .container .tabPanel .panelGroup {
  width: 100%;
  padding-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homePlans .container .tabPanel .panelGroup .panel {
  width: 100%;
  display: none;
}
.homePlans .container .tabPanel .panelGroup .panel.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem {
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
  width: 23%;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem:not(:last-of-type) {
  margin-right: 2.66%;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelItemWrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelTitle {
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 400;
  padding-bottom: 8px;
  margin-bottom: 26px;
  position: relative;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelTitle::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 54px;
  height: 1px;
  background-color: #ba9b2f;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelCost {
  font-size: 2.4rem;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 18px;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelCost span {
  font-size: 2rem;
}
.homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelContents {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.homeRecipes {
  padding: 100px 0 120px;
}
.homeRecipes .container .homeRecipesWrap {
  padding-top: 80px;
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList:last-of-type {
  margin-bottom: 10px;
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem {
  width: 31.66%;
  margin-bottom: 70px;
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem:not(:nth-of-type(3n)) {
  margin-right: 2.51%;
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem .homeRecipesPic {
  margin-bottom: 24px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem .homeRecipesPic::before {
  content: "";
  display: block;
  padding-top: 69.5%;
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem .homeRecipesPic img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem .contentsText {
  text-align: center;
  line-height: 1.44;
}
.homeRecipes .container .homeRecipesWrap .homeRecipesList.-hidden {
  display: none;
}
.homeRecipes .container .homeRecipesWrap .contentsLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeRecipes .container .homeRecipesWrap .contentsLinkWrap .contentsLink {
  cursor: pointer;
  padding: 24px 44px 24px;
}
.homeRecipes .container .homeRecipesWrap .contentsLinkWrap .contentsLink::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 34px;
  bottom: -42px;
  top: auto;
  background-image: url(../img/common/link_arrow_down.svg);
}
.homeRecipes .container .homeRecipesWrap .contentsLinkWrap .contentsLink.-more.-hidden {
  display: none;
}

.homeOrder {
  padding: 100px 0 20px;
}
.homeOrder .container .homeOrderWrap {
  padding: 80px 80px 0;
}
.homeOrder .container .homeOrderWrap .homeOrderList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem {
  width: 46.7%;
  margin-bottom: 80px;
}
.homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem:not(:nth-of-type(2n)) {
  margin-right: 6.6%;
}
.homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem .homeOrderPic {
  margin-bottom: 40px;
}
.homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem .homeOrderDesc .contentsDescTitle {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
.homeStory {
  padding: 100px 0;
}
.homeStory .container:nth-of-type(2) {
  max-width: 864px;
}
.homeStory .container .homeStoryPic {
  margin: 80px 0;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.homeStory .container .homeStoryPic::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.homeStory .container .homeStoryPic img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.homeStory .container .contentsDescTitle {
  font-size: 3.2rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 40px;
}
.homeStory .container .contentsText {
  text-align: center;
  margin-bottom: 40px;
}
.homeStory .container .contentsLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeStory .container .homeStoryProfile {
  margin-top: 64px;
  background-color: #d5cacb;
  padding: 32px 40px 48px;
  border-radius: 16px;
}
.homeStory .container .homeStoryProfile h3 {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 700;
  margin-bottom: 24px;
}
.homeStory .container .homeStoryProfile p {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: 400;
}

.homeUsers {
  padding: 100px 0;
}
.homeUsers .container .homeUsersWrap {
  padding-top: 80px;
}
.homeUsers .container .homeUsersWrap .homeUsersList {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem {
  position: relative;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
  padding: 36px 24px 42px 40px;
  border-radius: 16px;
  background-color: #fff;
  width: 30%;
}
.homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem:not(:last-of-type) {
  margin-right: 5%;
}
.homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem .contentsDescTitle {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
.homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem .contentsText {
  text-align: left;
}
.homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem::before {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 156px;
  height: 163px;
  background-image: url(../img/home/users_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.homeUsers .container .homeUsersWrap .contentsText {
  text-align: center;
}

.homeItems {
  padding: 100px 0;
}
.homeItems .container .homeItemsWrap {
  padding-top: 80px;
}
.homeItems .container .homeItemsWrap .homeItemsList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem {
  width: 22.5%;
  margin-bottom: 40px;
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem:not(:nth-of-type(4n)) {
  margin-right: 3.333%;
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink:hover .homeItemsPic::after {
  background-color: rgba(255, 255, 255, 0.12);
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .homeItemsPic {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 16px;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .homeItemsPic::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .homeItemsPic::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .contentsText {
  color: #2f2c2c;
  line-height: 1.44;
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .contentsText br {
  display: none;
}
.homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .contentsText br:last-of-type {
  display: block;
}

.homeFaq {
  padding: 100px 0 200px;
}
.homeFaq .container {
  max-width: 1019px;
}
.homeFaq .container .homeFaqWrap {
  padding-top: 80px;
}
.homeFaq .container .homeFaqWrap dl {
  border-radius: 16px;
  padding: 32px 40px 48px;
  background-color: #fff;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.14);
}
.homeFaq .container .homeFaqWrap dl:not(:last-of-type) {
  margin-bottom: 80px;
}
.homeFaq .container .homeFaqWrap dl dt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 35px;
  margin-bottom: 24px;
  position: relative;
}
.homeFaq .container .homeFaqWrap dl dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.homeFaq .container .homeFaqWrap dl dd {
  padding-left: 32px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  position: relative;
}
.homeFaq .container .homeFaqWrap dl dd::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
.homeFaq .container .homeFaqWrap dl dd .homeFaqPic {
  margin-top: 40px;
  border-radius: 16px;
}
.homeFaq .container .homeFaqWrap dl dd .homeFaqPic img {
  width: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 768px) {
  .homeAbout .container .homeAboutInner .homeAboutDesc {
    width: 50%;
    margin-right: 5.7%;
  }
  .homeAbout .container .homeAboutInner .homeAboutDesc .homeAboutTitle {
    font-size: 2.4rem;
    line-height: 1.8;
    width: 100%;
  }
  .homeAbout .container .homeAboutInner .homeAboutPic {
    width: 44.3%;
  }
  .homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem {
    width: 47.7%;
    margin-bottom: 64px;
  }
  .homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem:not(:nth-of-type(2n)) {
    margin-right: 4.6%;
  }
  .homeOrder .container .homeOrderWrap {
    padding: 80px 0 0;
  }
  .homeUsers .container .homeUsersWrap {
    width: 79.5%;
    margin: 0 auto;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList {
    display: block;
    padding-left: 24px;
    margin-bottom: 40px;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem {
    width: 100%;
    padding: 32px 24px 40px 40px;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem {
    width: 47.4%;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem:not(:nth-of-type(4n)) {
    margin-right: auto;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem:not(:nth-of-type(2n)) {
    margin-right: 5.2%;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .contentsText br {
    display: block;
  }
}
@media (max-width: 767px) {
  .homeMv {
    height: 100vh;
    padding: 56px 0 0 0;
  }
  .homeMv .homeMvTextWrap {
    top: calc(50% + 3px);
  }
  .homeMv .homeMvTextWrap figure img {
    width: 120px;
    height: 120px;
  }
  .homeMv .homeMvTextWrap p {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 7px;
  }
  .homeMv .homeMvTextWrap p br {
    display: block;
  }
  .homeMv .homeSlider {
    height: calc(100vh - 56px);
  }
  .homeMv .homeSlider .homeSliderItem figure .homeSliderImg {
    height: calc(100vh - 56px);
  }

  .homeAbout {
    padding: 80px 0;
  }
  .homeAbout .container {
    padding: 0 24px;
  }
  .homeAbout .container .homeAboutInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .homeAbout .container .homeAboutInner .homeAboutDesc {
    margin-top: 64px;
    margin-right: 0%;
    width: 100%;
    padding-left: 0%;
  }
  .homeAbout .container .homeAboutInner .homeAboutDesc .homeAboutTitle {
    font-size: 2rem;
    line-height: 1.8;
    width: 100%;
  }
  .homeAbout .container .homeAboutInner .homeAboutDesc .homeAboutTitle br {
    display: block;
  }
  .homeAbout .container .homeAboutInner .homeAboutDesc .homeAboutTextWrap .contentsText:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .homeAbout .container .homeAboutInner .homeAboutPic {
    width: 83.8%;
  }
  .homeFeatures {
    padding: 80px 0;
  }
  .homeFeatures .container .homeFeaturesWrap {
    padding-top: 40px;
  }
  .homeFeatures .container .homeFeaturesWrap .homeFeaturesList {
    display: block;
  }
  .homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem {
    width: 100%;
  }
  .homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem .homeFeaturesPic {
    margin-bottom: 16px;
  }
  .homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem .homeFeaturesDesc .contentsDescTitle {
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
  .homeFeatures .container .homeFeaturesWrap .homeFeaturesList .homeFeaturesItem .homeFeaturesDesc .contentsText {
    margin-bottom: 24px;
  }
  .homeMeal {
    padding: 80px 0;
  }
  .homeMeal .container .homeMealWrap {
    padding-top: 40px;
  }
  .homeMeal .container .homeMealWrap .homeMealList .homeMealItem {
    display: block;
  }
  .homeMeal .container .homeMealWrap .homeMealList .homeMealItem .homeMealPic {
    width: 100%;
    margin-bottom: 24px;
  }
  .homeMeal .container .homeMealWrap .homeMealList .homeMealItem .homeMealDesc {
    width: 100%;
  }
  .homeMeal .container .homeMealWrap .homeMealList .homeMealItem:nth-of-type(2n) {
    display: block;
  }
  .homeMeal .container .homeMealWrap .homeMealList .homeMealItem:not(:last-of-type) {
    margin-bottom: 80px;
  }

  .homePlans {
    padding: 80px 0;
  }
  .homePlans .container .tabPanel {
    padding-top: 40px;
    margin-bottom: 16px;
  }
  .homePlans .container .tabPanel .panelGroup {
    padding-top: 24px;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem {
    width: 47.7%;
    margin-bottom: 16px;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem:not(:last-of-type) {
    margin-right: auto;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem:not(:nth-of-type(2n)) {
    margin-right: 4.6%;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelItemWrap {
    width: 100%;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelTitle {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelTitle::before {
    width: 44px;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelCost {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelCost span {
    font-size: 1.6rem;
  }
  .homePlans .container .tabPanel .panelGroup .panel .panelList .panelItem .panelContents {
    font-size: 1.2rem;
  }
  .homePlans .container .contentsText {
    font-size: 1.2rem;
  }

  .homeRecipes {
    padding: 80px 0 105px;
  }
  .homeRecipes .container .homeRecipesWrap {
    padding-top: 40px;
  }
  .homeRecipes .container .homeRecipesWrap .homeRecipesList {
    display: block;
  }
  .homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem {
    width: 100%;
    margin-bottom: 64px;
  }
  .homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .homeRecipes .container .homeRecipesWrap .homeRecipesList .homeRecipesItem:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .homeOrder {
    padding: 80px 0;
  }
  .homeOrder .container .homeOrderWrap {
    padding: 100px 0 0;
  }
  .homeOrder .container .homeOrderWrap .homeOrderList {
    display: block;
  }
  .homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem {
    width: 100%;
    margin-bottom: auto;
  }
  .homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem:not(:nth-of-type(2n)) {
    margin-right: 0;
  }
  .homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem .homeOrderPic {
    margin-bottom: 16px;
  }
  .homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem .homeOrderPic img {
    width: 48px;
    height: 48px;
  }
  .homeOrder .container .homeOrderWrap .homeOrderList .homeOrderItem .homeOrderDesc .contentsDescTitle {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
  }
  .homeStory {
    padding: 80px 0;
  }
  .homeStory .container .homeStoryPic {
    margin: 40px 0 20px;
  }
  .homeStory .container .contentsDescTitle {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  .homeStory .container .contentsText br {
    display: none;
  }
  .homeStory .container .homeStoryProfile {
    padding: 24px 16px 32px;
  }
  .homeStory .container .homeStoryProfile h3 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 8px;
  }
  .homeStory .container .homeStoryProfile p {
    font-size: 1.6rem;
    line-height: 2;
  }

  .homeUsers {
    padding: 80px 0;
  }
  .homeUsers .container .homeUsersWrap {
    width: 100%;
    padding-top: 40px;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList {
    display: block;
    padding-left: 24px;
    margin-bottom: 40px;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem {
    width: 100%;
    padding: 32px 24px 40px 40px;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem .contentsDescTitle {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 8px;
  }
  .homeUsers .container .homeUsersWrap .homeUsersList .homeUsersItem .contentsText {
    font-size: 1.6rem;
    line-height: 2;
  }
  .homeUsers .container .homeUsersWrap .contentsText {
    font-size: 1.2rem;
    line-height: 1.33;
  }

  .homeItems {
    padding: 80px 0 40px;
  }
  .homeItems .container .homeItemsWrap {
    padding-top: 40px;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem {
    width: 47.4%;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem:not(:nth-of-type(4n)) {
    margin-right: auto;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem:not(:nth-of-type(2n)) {
    margin-right: 5.2%;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .homeItemsPic {
    margin-bottom: 16px;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .contentsText {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .homeItems .container .homeItemsWrap .homeItemsList .homeItemsItem .homeItemsLink .contentsText br {
    display: block;
  }

  .homeFaq {
    padding: 80px 0 160px;
  }
  .homeFaq .container .homeFaqWrap {
    padding-top: 40px;
  }
  .homeFaq .container .homeFaqWrap dl {
    padding: 32px 24px 40px;
  }
  .homeFaq .container .homeFaqWrap dl:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .homeFaq .container .homeFaqWrap dl dt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 16px;
    padding-left: 23px;
  }
  .homeFaq .container .homeFaqWrap dl dt::before {
    font-size: 1.6rem;
    line-height: 2;
  }
  .homeFaq .container .homeFaqWrap dl dd {
    font-size: 1.6rem;
    padding-left: 21px;
  }
  .homeFaq .container .homeFaqWrap dl dd::before {
    font-size: 1.6rem;
  }
  .homeFaq .container .homeFaqWrap dl dd .homeFaqPic {
    margin-top: 32px;
  }
}