@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.u-show-sp {
  display: block;
}
@media (min-width: 768px) {
  .u-show-sp {
    display: none;
  }
}

.u-show-pc {
  display: none;
}
@media (min-width: 768px) {
  .u-show-pc {
    display: block;
  }
}

.gheader {
  position: relative;
  width: 100%;
}
.gheader__controls {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .gheader__controls {
    top: 40px;
    left: 40px;
    right: 40px;
  }
}
.gheader .logo {
  margin: 0;
}
.gheader .logo img {
  width: 70px;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .gheader .logo img {
    width: 100px;
  }
}
.gheader .nav-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 44px;
  height: 44px;
  background-color: #000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s;
}
.gheader .nav-button:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .gheader .nav-button {
    width: 60px;
    height: 60px;
    gap: 5px;
  }
}
.gheader .nav-button__line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .gheader .nav-button__line {
    width: 24px;
  }
}

.main-visual {
  width: 100%;
}
.main-visual picture {
  width: 100%;
}
.main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.concept {
  background-color: #db9871;
  padding: 60px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .concept {
    padding: 100px 0;
  }
}
.concept__inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concept__body {
  text-align: center;
  color: #000;
  z-index: 2;
}
.concept__title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 40px;
}
.concept__lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .concept__lead {
    font-size: 40px;
  }
}
.concept__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 550;
}
@media (min-width: 768px) {
  .concept__text {
    font-size: 16px;
  }
}
.concept__image {
  width: 45%;
  max-width: 300px;
  margin-bottom: 30px;
}
.concept__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .concept__image {
    position: absolute;
    width: 250px;
    margin-bottom: 0;
  }
}
.concept__image--01 {
  align-self: flex-start;
}
@media (min-width: 768px) {
  .concept__image--01 {
    top: 0;
    left: 0;
  }
}
.concept__image--02 {
  align-self: flex-end;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .concept__image--02 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.concept__image--03 {
  align-self: flex-start;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .concept__image--03 {
    bottom: -50px;
    left: 0;
  }
}

.concept {
  background-color: #FF842B;
  padding: 80px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .concept {
    padding: 120px 0;
  }
}
.concept__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concept__body {
  text-align: center;
  color: #000;
  z-index: 2;
}
.concept__lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.concept__text {
  font-size: 12px;
  line-height: 2.2;
}
.concept__image {
  width: 60%;
  max-width: 280px;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.concept__image.is-show {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .concept__image.is-show.concept__image--02 {
    transform: translateY(calc(-50% + 50px));
  }
}
.concept__image picture, .concept__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .concept__image {
    position: absolute;
    width: 220px;
    margin-bottom: 0;
  }
}
.concept__image--01 {
  align-self: flex-start;
}
@media (min-width: 768px) {
  .concept__image--01 {
    top: 0;
    left: 5%;
  }
}
.concept__image--02 {
  align-self: flex-end;
}
@media (min-width: 768px) {
  .concept__image--02 {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
}
.concept__image--03 {
  align-self: flex-start;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .concept__image--03 {
    bottom: -20px;
    left: 0;
  }
}

.products {
  background-color: #FF842B;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .products {
    padding: 100px 0;
  }
}
.products__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.products__title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .products__title {
    font-size: 40px;
  }
}
.products__lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .products__lead {
    font-size: 18px;
  }
}
.products__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) {
  .products__list {
    flex-direction: row;
    justify-content: center;
    gap: 0px;
  }
}

.product-card {
  border: 2px solid #000;
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
}
.product-card__image {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__image:hover img {
  transform: scale(1.1);
}
.product-card__content {
  padding: 30px 20px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.product-card__name {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .product-card__name {
    font-size: 24px;
  }
}
.product-card__sub {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-card__sub {
    font-size: 16px;
  }
}
.product-card__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .product-card__text {
    font-size: 16px;
  }
}

.how-to-eat {
  background-color: #FF842B;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .how-to-eat {
    padding: 100px 0;
  }
}
.how-to-eat__inner {
  max-width: 600px;
  margin: 0 auto;
}
.how-to-eat__title {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 50px;
}
.how-to-eat__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.how-to-eat__item {
  width: 100%;
}
.how-to-eat__head {
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.how-to-eat__step-title {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
}
@media (min-width: 768px) {
  .how-to-eat__step-title {
    font-size: 24px;
  }
}
.how-to-eat__image {
  width: 100%;
  margin-bottom: 20px;
}
.how-to-eat__image img {
  width: 100%;
  height: auto;
  display: block;
}
.how-to-eat__body {
  padding: 0 5px;
}
.how-to-eat__text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  color: #000;
}
@media (min-width: 768px) {
  .how-to-eat__text {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .how-to-eat {
    padding: 100px 5%;
  }
}
@media (min-width: 768px) {
  .how-to-eat__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .how-to-eat__list {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .how-to-eat__item {
    width: 30%;
  }
}

.loop-slider {
  background-color: #FF842B;
  overflow: hidden;
  padding: 40px 0;
}
.loop-slider__inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.loop-slider__list {
  display: flex;
  animation: loop-animation 20s linear infinite;
}
.loop-slider__item {
  width: 160px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .loop-slider__item {
    width: 240px;
    padding: 0 10px;
  }
}
.loop-slider__item img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes loop-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.news {
  background-color: #FF842B;
  padding: 60px 20px;
}
.news__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.news__title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .news__title {
    font-size: 40px;
  }
}
.news__container {
  background-color: #fff;
  padding: 40px 20px;
  max-width: 600px;
  margin: 0 auto;
}
.news__list {
  display: flex;
  flex-direction: column;
}
.news__footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.news-item {
  border-bottom: 1px solid #000;
  padding: 20px 0;
  padding-bottom: 0;
}
.news-item:first-child {
  padding-top: 0;
}
.news-item__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.news-item__label {
  background-color: #FF6B00;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .news-item__label {
    font-size: 14px;
  }
}
.news-item__label--campaign {
  background-color: #FF6B00;
}
.news-item__date {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .news-item__date {
    font-size: 18px;
  }
}
.news-item__title {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
@media (min-width: 768px) {
  .news-item__title {
    font-size: 16px;
  }
}
.news-item__title a {
  color: #000;
  text-decoration: none;
}
.news-item__title a:hover {
  text-decoration: underline;
}

.shop {
  background-color: #FF842B;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .shop {
    padding: 100px 0;
  }
}
.shop__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.shop__title {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 50px;
}
.shop__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (min-width: 768px) {
  .shop__list {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
}

.shop-card {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.shop-card__image {
  width: 100%;
  margin-bottom: 30px;
}
.shop-card__image img {
  width: 100%;
  height: auto;
  display: block;
}
.shop-card__content {
  text-align: center;
  color: #000;
}
.shop-card__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .shop-card__name {
    font-size: 20px;
  }
}
.shop-card__brand {
  font-size: 32px;
  font-weight: 900;
}
.shop-card__info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .shop-card__info {
    font-size: 16px;
  }
}
.shop-card__info:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .shop__inner {
    max-width: 1100px;
  }
}
@media (min-width: 768px) {
  .shop__list {
    flex-direction: row;
    justify-content: center;
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .shop-card {
    width: 300px;
    margin: 0;
  }
}

.concept__title,
.products__title,
.how-to-eat__title,
.news__title,
.shop__title {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* 画面内に入った時のスタイル */
}
.concept__title.is-active,
.products__title.is-active,
.how-to-eat__title.is-active,
.news__title.is-active,
.shop__title.is-active {
  opacity: 1;
  transform: translateY(0);
}

.gfooter {
  background-color: #FF842B;
  padding: 60px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .gfooter {
    padding: 80px 0;
  }
}

.copyright {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #000;
  margin: 0;
}

.concept {
  background-color: #FF842B;
  padding: 80px 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .concept {
    padding: 120px 0;
  }
}
.concept__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.concept__body {
  text-align: center;
  color: #000;
  z-index: 2;
  position: relative;
}
.concept__lead {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .concept__lead {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
.concept__text {
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
}
@media (min-width: 768px) {
  .concept__text {
    font-size: 20px;
  }
}
.concept__image {
  width: 60%;
  max-width: 280px;
  z-index: 1;
}
.concept__image picture, .concept__image img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .concept__image {
    position: absolute;
    width: 220px;
    margin-bottom: 0;
  }
}
.concept__image--01 {
  align-self: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .concept__image--01 {
    top: 0;
    left: 5%;
  }
}
.concept__image--02 {
  align-self: flex-end;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .concept__image--02 {
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
}
.concept__image--03 {
  display: none;
}
@media (min-width: 768px) {
  .concept__image--03 {
    display: block;
    bottom: -100px;
    left: 0;
    width: 160px;
  }
}
.concept__image--03sp {
  bottom: -300px;
  left: 0;
  width: 160px;
  align-self: flex-start;
  margin-bottom: 80px;
  width: 50%;
  max-width: 180px;
}
@media (min-width: 768px) {
  .concept__image--03sp {
    display: none;
  }
}

.product-card__button,
.news__more-button {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 12px 40px;
  margin: 0 auto;
  color: #F8F7F2;
  background-color: #552400;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 1px solid #552400;
  z-index: 1;
  overflow: hidden;
  transition: color 0.4s ease;
}
@media (min-width: 768px) {
  .product-card__button,
  .news__more-button {
    font-size: 16px;
  }
}
.product-card__button::before,
.news__more-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.4s cubic-bezier(0.45, 0, 0.55, 1);
}
.product-card__button:hover,
.news__more-button:hover {
  color: #552400;
}
.product-card__button:hover::before,
.news__more-button:hover::before {
  transform: scaleX(1);
}/*# sourceMappingURL=style.css.map */