body {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #231815;
  height: 100%;
}

.img {
  width: 100%;
  height: auto;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.fixed {
  position: fixed;
  top: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}

.fixed .nav__item {
  background: #fff;
}

.nav__item-ja {
  font-size: 12px;
}

.content-wrap {
  max-width: 1260px;
  margin: 0 auto;
}

.content-wrap-s {
  max-width: 660px;
  margin: 0 auto;
}

.modal-bk {
  display: none;
  background: #111;
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  cursor: pointer;
}

.modal-bk.active {
  display: block;
}

.modal {
  display: none;
  padding-top: 24px;
  background: #94734f;
  max-width: 667px;
  width: 100%;
  color: #fff;
  position: fixed;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal__flex {
  display: flex;
}

.modal__bottom {
  padding-top: 32px;
  padding-bottom: 40px;
}

.modal__close--bottom {
  margin: 0 auto;
}

.modal.active {
  display: block;
}

.modal__content {
  padding: 0 30px;
}

.modal__close {
  cursor: pointer;
  max-width: 38px;
}

.modal__close.pc {
  position: absolute;
  right: 0;
  top: -10px;
}

.modal__title-en {
  border: 1px solid #fff;
  font-size: 21px;
  font-family: trajan-pro-3,  serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 3%;
  width: 75%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.modal__title-ja {
  font-size: 21px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}

.modal__title-en {
  border: 1px solid #fff;
  color: #fff;
  font-size: 21px;
  font-family: trajan-pro-3,  serif;
  font-weight: 500;
  font-style: normal;
  padding-left: 3%;
  width: 75%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.modal__txt {
  font-weight: 300;
  font-size: 12px;
  line-height: 2.1;
  margin-bottom: 54px;
}

.modal__top {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 16px;
}

.parallax {
  height: 358px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.parallax--1 {
  background-image: url(../imgs/para1.jpg);
}

.parallax--2 {
  background-image: url(../imgs/para2.jpg);
}

.parallax--3 {
  background-image: url(../imgs/para1.jpg);
}

.parallax--4 {
  background-image: url(../imgs/para3.jpg);
}

.buy-btn {
  position: fixed;
  display: block;
  z-index: 4;
  top: 144px;
  right: 0;
  width: 60px;
  height: 217px;
  background: #94734f;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 12px;
}

.buy-btn__icon {
  max-width: 31px;
  margin: 0 auto 10px auto;
}

.buy-btn__txt {
  writing-mode: vertical-rl;
  height: 160px;
  font-size: 16px;
  margin: 0 auto 0 auto;
  color: #fff;
  letter-spacing: 0.16em;
}

.sec-title {
  color: #957350;
}

.sec-title--center {
  text-align: center;
}

.sec-title-en {
  font-family: trajan-pro-3,  serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  letter-spacing: 0.38em;
}

.sec-title-en--line-height-1 {
  line-height: 1.65;
}

.sec-title-ja {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0.32em;
}

.sec-title-ja--margin-top-1 {
  margin-top: 20px;
}

/*****************
header
******************/

#header {
  z-index: 6;
  padding: 14px 3%;
  width: 100%;
  position: fixed;
  width: 100%;
}

/*****************
hamburger
******************/

.hamburger {
  position: relative;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #957350;
}

.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active {
  margin-top: 17px;
  margin-right: 3%;
  position: fixed;
}

.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*****************
hero
******************/

#hero {
  height: 696px;
  position: relative;
  overflow: hidden;
}

.hero__img {
  background-image: url(../imgs/hero.png);
  background-position: center;
  background-size: cover;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: anime 36s 0s;
  animation: anime 36s 0s;
}

@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(1.3);
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.hero__logo {
  max-width: 290px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}

/*****************
nav
******************/

.nav {
  padding: 38px 0;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
}

.nav__item {
  width: 16%;
  padding-top: 20px;
  padding-bottom: 14px;
  border-left: 1px solid #231815;
  border-bottom: 1px solid #231815;
  border-right: 1px solid #231815;
  text-align: center;
  position: relative;
  letter-spacing: 0.38em;
  font-size: 14px;
}

.nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.nav__item-en {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -10px;
  background: #957350;
  color: #fff;
  width: 95%;
  padding: 2px 0;
  margin: 0 auto;
  font-family: din-2014,  sans-serif;
  font-weight: 400;
}

/*****************
movie
******************/

#movie {
  padding-top: 72px;
  padding-bottom: 130px;
}

.movie__content {
  max-width: 770px;
  margin: 0 auto;
}

.movie__content iframe {
  display: block;
  width: 100%;
}

.movie__content {
  margin-top: 40px;
}

/*****************
philosophy
******************/
#philosophy {
  padding-top: 200px;
  padding-bottom: 140px;
}

.philosophy__flex {
  display: flex;
  justify-content: space-between;
}

.philosophy__copy {
  max-width: 127px;
  margin-top: 48px;
}

.philosophy__title {
  max-width: 192px;
}

.philosophy__content {
  max-width: 994px;
  width: 78%;
}

.philosophy__banner {
  cursor: pointer;
}

.philosophy__banner:not(:last-child) {
  margin-bottom: 40px;
}

/*****************
about
******************/

#about {
  padding-top: 120px;
}

.about__flex {
  display: flex;
}

.about__title {
  width: 34%;
}

.about__txt {
  line-height: 2;
  font-size: 14px;
  width: 58%;
}

.about__img {
  margin-top: 88px;
}

/*****************
intro
******************/

#intro {
  padding-top: 38px;
  padding-bottom: 170px;
}

.intro__area {
}

.intro__area--potato {
  background: #b8a45d;
  padding-bottom: 100px;
  position: relative;
}

.intro__area--choco {
  padding-bottom: 47px;
  background: #9f7c54;
}

.intro__flex {
  display: flex;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  position: relative;
}

.intro__area--potato .intro__title {
  padding-top: 70px;
}

.intro__area--choco .intro__title {
  padding-top: 120px;
}

.intro__title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 24px;
}

.intro__title::after {
  display: block;
  content: "";
  width: 410px;
  height: 1px;
  border-bottom: solid 1px #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.intro__title-en {
  font-family: trajan-pro-3,  serif;
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  letter-spacing: 0.22em;
}

.intro__title-ja {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.32em;
}

.intro__txt {
  text-align: center;
}

.intro__box {
  width: 50%;
}

.intro__img {
  position: absolute;
  max-width: 602px;
  z-index: 2;
}

.intro__img--right {
  right: 0px;
  bottom: -135px;
}

.intro__img--left {
  top: -35px;
  left: -50px;
}

.intro__and {
  max-width: 195px;
  position: absolute;
  z-index: 1;
  bottom: -84px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/*****************
product
******************/
#product {
  padding-top: 98px;
  padding-bottom: 62px;
}

.product__mini-list {
  display: flex;
  justify-content: center;
  margin-top: 104px;
  margin-bottom: 70px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

/**
.product__mini-item {
  text-align: center;
  width: 30%;
  position: relative;
}
**/

.product__mini-item {
  text-align: center;
  width: 35%;
  position: relative;
}

.product__img {
  display: block;
}

.product__pack {
  position: absolute;
  max-width: 73px;
  top: -20px;
  left: -8%;
  width: 29%;
}


.product__mini-item:not(:nth-child(3n)) {
  margin-right: 5%;
}


.product__name {
  margin-top: 30px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
}

.product__price {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 10px;
  margin-bottom: 12px;
  font-family: din-2014,  sans-serif;
  font-weight: 600;
  font-style: normal;
}

.product__tax {
  font-size: 24px;
  font-family: din-2014,  sans-serif;
  font-weight: 600;
  font-style: normal;
}

.product__allergy {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.product__btn {
  display: block;
  margin: 0 auto;
  font-family: din-2014,  sans-serif;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.45em;
  padding: 12px 0;
  color: #c8c9ca;
  border: 1px solid #c8c9ca;
  width: 64%;
  max-width: 200px;
}

.product__btn--active {
  color: #231815;
  border: 1px solid #231815;
  letter-spacing: 0.58em;
}

.product__big-list {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.product__big-item {
  position: relative;
  max-width: 594px;
  margin: 0 auto;
  text-align: center;
}

/*****************
shop
******************/

#shop {
  padding-top: 90px;
  padding-bottom: 80px;
}

.shop__content {
  width: 40%;
}

.shop__flex {
  display: flex;
  justify-content: space-between;
}

.shop__flex--1 {
  margin-bottom: 75px;
}

.shop__title {
  margin: 30px 0;
}

.shop__name {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

.shop__address,
.shop__tel {
  font-size: 14px;
  padding-left: 0.5em;
}

.shop__address {
  margin-bottom: 6px;
}

.shop__tel {
  margin-bottom: 26px;
}

.shop__map {
  max-width: 256px;
  width: 97.5%;
  margin-left: 0.5em;
  border: 1px solid #231815;
  font-family: din-2014,  sans-serif;
  font-weight: 500;
  letter-spacing: 0.58em;
  padding: 14px 0;
  font-size: 17px;
  display: block;
  text-align: center;
}

/*****************
sns
******************/
#sns {
  padding-top: 96px;
  padding-bottom: 160px;
  background: #efeae5;
}

.sns__wrap {
  display: flex;
  justify-content: space-between;
}

.sns__content {
  width: 45%;
}

.sns__content h2 {
  margin-bottom: 50px;
}

/*****************
footer
******************/
#footer {
  text-align: center;
  min-height: 450px;
  background: #957350;
  padding: 42px 0;
  font-weight: 300;
  color: #fff;
  line-height: 1.75;
}

.footer__logo {
  max-width: 185px;
  margin: 0 auto;
}

.footer__logo img {
}

.footer__company {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.footer__address,
.footer__tel,
.footer__business {
  font-size: 12px;
}

.footer__address {
  margin-bottom: 18px;
}

.footer__tel {
  margin-bottom: 8px;
}

.footer__business {
}

.footer__copy {
  margin-top: 54px;
  font-size: 11px;
}

@media screen and (max-width: 1260px) {
  .content-wrap {
    padding: 0 3%;
  }

  .intro__img {
    width: 40%;
  }

  .intro__img--right {
    right: 0px;
  }

  .intro__img--left {
    left: 0;
  }

  .product__pack {
    left: 0;
  }

  .sec-title-en {
    font-size: 3.6vw;
  }
}

@media screen and (max-width: 1000px) {
  .nav__item {
    font-size: 12px;
  }
}

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

  .nav.pc {
    display: none !important;
  }

  .nav.sp {
    display: block !important;
  }

  .nav {
    position: absolute;
    top: -1000px;
    left: 0;
    width: 100%;
    background: #fff;
    opacity: 0.9;
    padding-top: 17px;
    z-index: 5;
  }

  .nav__list {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 60px;
  }

  .nav__item {
    width: 100%;
  }

  .nav__item:not(:last-child) {
    margin-bottom: 34px;
  }

  .header__menu-item {
    font-size: 16px;
    text-align: center;
  }

  .header__menu-item:not(:last-child) {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .nav.active {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
  }
}

@media screen and (max-width: 860px) {
}

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

  .sp {
    display: block !important;
  }

  .movie__content iframe {
    height: 57vw;
  }

  .buy-btn {
    height: 154px;
    width: 36px;
  }

  .buy-btn__icon {
    max-width: 19px;
  }

  .buy-btn__txt {
    font-size: 11px;
  }

  .modal {
    max-width: 375px;
    width: 85%;
  }

  .modal__title-en {
    width: 100%;
    font-size: 18px;
  }

  .modal__top {
    padding: 0 3%;
  }

  .modal__content {
    padding: 0 3%;
  }

  .modal__txt {
    margin-bottom: 26px;
  }

  .parallax {
    height: 60vw;
  }

  /*
  .parallax--1 {
    background-image: url(../imgs/back_img1_sp.png);
  }

  .parallax--2 {
    background-image: url(../imgs/back_img2_sp.png);
  }

  .parallax--3 {
    background-image: url(../imgs/back_img1_sp.png);
  }

  .parallax--4 {
    background-image: url(../imgs/back_img4_sp.png);
  }
  */

  .sec-title-en,
  .intro__title-en {
    font-size: 5.3vw;
  }

  #hero {
    height: 400px;
  }

  .hero__img {
    background-image: url(../imgs/hero_sp.png);
  }

  #movie {
    padding-top: 62px;
    padding-bottom: 46px;
  }

  #philosophy {
    padding-top: 35px;
    padding-bottom: 56px;
  }

  .philosophy__flex {
    flex-direction: column;
  }

  .philosophy__banner:not(:last-child) {
    margin-bottom: 50px;
  }

  .philosophy__title {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin-bottom: 58px;
  }

  .philosophy__content {
    width: 100%;
  }

  .philosophy__copy {
    margin-top: 0;
    margin-left: 3%;
  }

  #about {
    padding-top: 66px;
  }

  .about__flex {
    flex-direction: column;
    align-items: center;
  }

  .about__title {
    width: 100%;
  }

  .about__txt {
    width: 100%;
    margin-top: 34px;
  }

  /**
  .about__img {
    overflow-x: scroll;
  }

  .about__img img {
    width: 830px;
  }
**/

  #intro {
    padding-top: 164px;
    padding-bottom: 57px;
    overflow: hidden;
  }

  .intro__area--choco {
    padding-bottom: 0;
    background: linear-gradient(
      to top,
      #fff 0%,
      #fff 5%,
      #9f7c54 5%,
      #9f7c54 100%
    );
  }

  .intro__box {
    width: 100%;
  }

  .intro__txt {
    margin-bottom: 32px;
  }

  .intro__img {
    position: relative;
    width: 421px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    right: auto;
    bottom: 0;
    margin-right: 0;
  }

  .intro__area--potato .intro__flex {
    flex-direction: column;
    align-items: center;
  }

  .intro__area--choco .intro__flex {
    flex-direction: column-reverse;
    align-items: center;
  }

  .product__mini-list {
    flex-wrap: wrap;
  }

  .product__mini-item {
    width: 45%;
  }

  .product__mini-item:not(:last-child) {
    margin-bottom: 68px;
  }

  .product__btn {
    width: 100%;
  }

  .shop__content {
    width: 50%;
  }

  .shop__content:not(:last-child) {
    margin-bottom: 74px;
  }

  .shop__title {
    text-align: center;
  }

  .shop__flex {
    flex-direction: column;
    align-items: center;
  }

  .sns__wrap {
    flex-direction: column;
  }

  .sns__content {
    width: 100%;
  }

  .sns__content:not(:last-child) {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 460px) {
  .shop__content {
    width: 70%;
  }
}

@media screen and (max-width: 420px) {
  .modal__title-en {
    font-size: 16px;
    line-height: 1.4;
  }

  .product__mini-item {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .sec-title-en,
  .intro__title-en {
    font-size: 30px;
  }
}

@media screen and (max-width: 370px) {
  .sec-title-en,
  .intro__title-en {
    font-size: 8vw;
  }

  .shop__content {
    width: 80%;
  }
}

/* お知らせセクション */
.notice {
  background: #fff8e1;
  border: 1px solid #f0d48a;
  padding: 1.5em;
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.notice__title {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.8em;
  text-align: center;
}

/* PC時に上マージンを広げる */
@media screen and (min-width: 768px) {
  .notice {
    margin-top: 60px;
  }
}

/* スマホ時は本文のみ左寄せに */
@media screen and (max-width: 767px) {
  .notice {
    margin-top: 30px;
    padding: 1.5em 1.2em;
  }

  .notice p {
    text-align: left;
  }
}