@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  ヘッダー上書き
----------------------------------------------------*/
header {
  position: absolute;
  background-color: transparent;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}
header.fixed-op {
  opacity: 0 !important;
}
header.fixed {
  opacity: 1 !important;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/*----------------------------------------------------
  メイン
----------------------------------------------------*/
.mainimage-area {
  position: relative;
}
.mainimage-area .catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
  left: 6vw;
}
@media screen and (max-width: 767.98px) {
  .mainimage-area .catch {
    left: 1.5rem;
  }
}
.mainimage-area .catch h1 img {
  max-width: 100%;
  height: auto;
  width: 540px;
}
@media screen and (max-width: 991.98px) {
  .mainimage-area .catch h1 img {
    width: 60vw;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch h1 img {
    width: 80vw;
  }
}
.mainimage-area .catch p {
  margin-top: 3rem;
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch p {
    margin-top: 6vw;
  }
}
.mainimage-area .catch p img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 991.98px) {
  .mainimage-area .catch p img {
    width: 52vw;
  }
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .catch p img {
    width: 70vw;
  }
}
.mainimage-area .slick-slider {
  z-index: -1;
}
.mainimage-area .slick-img {
  height: 100vh;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
@media screen and (max-width: 575.98px) {
  .mainimage-area .slick-img {
    height: 70vh;
    min-height: none;
  }
}
.mainimage-area .slick-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
}
.mainimage-area .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

/*----------------------------------------------------
  コンテンツ
----------------------------------------------------*/
.home-title {
  color: #008C4F;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .home-title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 575.98px) {
  .home-title {
    font-size: 2.4rem;
  }
}

.section-wrap {
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .section-wrap {
    padding: 5rem 0 0;
  }
}
.section-wrap p {
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 767.98px) {
  .section-wrap p {
    font-size: 1.4rem;
  }
}
.section-wrap .inner {
  max-width: 100%;
}

/* 商品づくり */
.about-wrap .inner {
  width: 600px;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .inner {
    width: auto;
  }
}
.about-wrap .image-area {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .image-area {
    text-align: right;
  }
}
.about-wrap .image-area .ph-about01,
.about-wrap .image-area .ph-about02 {
  display: inline-block;
  max-width: 100%;
  height: auto;
  width: 230px;
  border-radius: 50%;
  margin: 0 1.5rem;
  vertical-align: top;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .image-area .ph-about01,
  .about-wrap .image-area .ph-about02 {
    width: 180px;
  }
}
@media screen and (max-width: 575.98px) {
  .about-wrap .image-area .ph-about01,
  .about-wrap .image-area .ph-about02 {
    width: 140px;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.about-wrap .image-area .ph-about02 {
  margin-top: 3rem;
}
.about-wrap .fig-waffle01,
.about-wrap .fig-waffle02 {
  position: absolute;
  z-index: -1;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .fig-waffle01,
  .about-wrap .fig-waffle02 {
    position: static;
  }
}
.about-wrap .fig-waffle01 {
  left: 54vw;
  top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .fig-waffle01 {
    width: 60vw;
  }
}
.about-wrap .fig-waffle02 {
  left: 62vw;
  top: 15rem;
}
@media screen and (max-width: 767.98px) {
  .about-wrap .fig-waffle02 {
    width: 80vw;
    left: 8vw;
    margin-top: -10vw;
    margin-right: -10vw;
    margin-left: auto;
  }
}

/* 商品開発 */
.devel-wrap .home-title {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .devel-wrap .home-title {
    text-align: left;
  }
}
.devel-wrap .inner {
  width: 720px;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 767.98px) {
  .devel-wrap .inner {
    margin-bottom: 3rem;
  }
}
.devel-wrap .swiper {
  overflow: hidden;
  margin: 2rem 0;
}
@media screen and (max-width: 767.98px) {
  .devel-wrap .swiper {
    margin: 1rem 0;
  }
}
.devel-wrap .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  width: calc(var(--vw) * 100);
}
.devel-wrap .swiper .swiper-slide img {
  border-radius: 1.5rem;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .devel-wrap .swiper .swiper-slide img {
    border-radius: 1rem;
  }
}

/* ナカノブランド */
.brand-wrap {
  padding-bottom: 0;
}
.brand-wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .brand-wrap .container {
    display: block;
  }
}
.brand-wrap .inner {
  width: 630px;
}
@media screen and (max-width: 991.98px) {
  .brand-wrap .inner {
    width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .brand-wrap .inner {
    width: auto;
  }
}
.brand-wrap .image-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  padding-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .brand-wrap .image-area {
    margin-right: 0;
    padding-left: 0;
    margin-top: 3rem;
  }
}
.brand-wrap .image-area img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .brand-wrap .image-area img {
    width: 400px;
  }
}