@charset "UTF-8";
.u-text--subhead,
.u-text--body,
.u-font--body {
  font-family: "Cinzel", "Shippori Mincho", serif !important;
}

@media screen and (max-width: 1163px) {
  .p-header_menu {
    padding: 20px;
  }
}
@media screen and (max-width: 1163px) {
  .p-header_menu .p-custom_menu__item.--text {
    padding: 5px 8px;
  }
}

@media screen and (max-width: 1023px) {
  .p-header_menu {
    display: none;
  }
}
br.sp {
  display: none;
}

@media screen and (max-width: 1023px) {
  br.sp {
    display: block;
  }
}
br.pc {
  display: block;
}

@media screen and (max-width: 1023px) {
  br.pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .sp {
    display: block;
  }
}

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

/* ハンバーガーメニュー */
a.c-gmenu__container__inner__list__item__child__item__inner {
  padding: 20px 0;
}

.accordion-trigger {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* アイコンのスタイル */
.accordion-trigger::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/comewojp/uploads/images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  display: inline-block;
  font-size: 0.8em;
  margin-left: 10px;
  transition: transform 0.2s ease-in-out;
}

/* is-openクラスがついた時のアイコンの向き */
.accordion-item.is-open > .accordion-trigger::after {
  transform: rotate(270deg);
}

/* 子要素のインデント */
.accordion-panel {
  padding-left: 20px; /* お好みで調整してください */
}

.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/* ボタン */
.u-color__btn--bg {
  border: solid 1px #8F8A77;
  border-radius: 0;
}

.p-page_content__inner {
  max-width: 912px;
  margin: 0 auto;
}

.content-inner {
  max-width: 912px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.link-button-wrapper {
  margin-top: 28px;
}
@media screen and (max-width: 1023px) {
  .link-button-wrapper {
    margin-top: 14px;
  }
}
.link-button-wrapper.center {
  text-align: center;
}

.link-button {
  display: inline-block;
  padding: 7px 30px;
  background-color: #fff;
  border: 1px solid #8F8A77;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .link-button {
    font-size: 12px;
  }
}
.link-button::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/comewojp/uploads/images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.link-button:hover {
  opacity: 0.5;
}
.link-button.accordion {
  margin-top: 30px;
}
.link-button.accordion::after {
  transform: rotate(90deg);
  position: relative;
  top: 1px;
}
.link-button.accordion.is-open::after {
  transform: rotate(270deg);
}

#ecf_header_section.u-color__border--border {
  border-color: #F2F1EA !important;
}

@media screen and (max-width: 1023px) {
  .l-header__inner__block {
    justify-content: center;
  }
}

@media screen and (max-width: 1023px) {
  .logo--left .logo__block {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .l-header__inner__block__logo img {
    width: 130px;
  }
}

.desktop-carousel-list {
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  scroll-padding: 0 10%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scroll-snap-type: x mandatory; /* スナップ機能を追加 */
  /* 初期表示を非表示にする */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.desktop-carousel-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.desktop-carousel-list li {
  width: 950px;
  margin: 2px;
  text-align: center;
  display: inline-block;
  scroll-snap-align: center;
  background: #ECF1F4;
}

.desktop-carousel-bullets {
  text-align: center;
}

.desktop-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
}

.desktop-bullet.active {
  background: #333;
}

.mobile-carousel-list {
  background-color: #F2F1EB;
  width: 100%;
  overflow-x: scroll;
  white-space: nowrap;
  scroll-padding: 0 10%;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  overflow-y: hidden;
  scroll-snap-type: x mandatory; /* スナップ機能を追加 */
  /* 初期表示を非表示にする */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-carousel-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.mobile-carousel-list li {
  width: 80%;
  margin: 2px;
  text-align: center;
  display: inline-block;
  scroll-snap-align: center;
  background: #ECF1F4;
}

.mobile-carousel-bullets {
  text-align: center;
}

.mobile-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-radius: 50%;
  margin: 0 7px;
  cursor: pointer;
}

.mobile-bullet.active {
  background: #333;
}

/* PC時に非表示 */
@media screen and (min-width: 768px) {
  .mobile-carousel-list,
  .mobile-carousel-bullets {
    display: none;
  }
}
/* 表示状態のクラス */
.mobile-carousel-loaded {
  opacity: 1;
}

/* スマホ時に非表示 */
@media screen and (max-width: 767px) {
  .desktop-carousel-list,
  .desktop-carousel-bullets {
    display: none;
  }
}
/* 表示状態のクラス */
.desktop-carousel-loaded {
  opacity: 1;
}

.recommend-item-section {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/comewojp/uploads/images/osusume-illust.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #F2F1EB;
  padding: 2rem;
  text-align: center;
  padding: 100px 0;
  margin-top: -32px;
}
@media screen and (max-width: 1023px) {
  .recommend-item-section {
    padding: 84px 20px;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/comewojp/uploads/images/osusume-illust-sp.png);
    background-position: center 20px;
  }
}

.recommend-item-box h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .recommend-item-box h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.recommend-item-box {
  background-color: #FFFFFF;
  padding: 45px;
  margin: 0 auto;
  max-width: 912px;
}
@media screen and (max-width: 1023px) {
  .recommend-item-box {
    padding: 40px 24px;
  }
}
.recommend-item-box__inner {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .recommend-item-box__inner {
    flex-direction: column;
    gap: 15px;
  }
}
.recommend-item-box__inner__image {
  width: 300px;
  max-width: 100%;
}

.recommend-item__image {
  width: 370px;
  max-width: 100%;
}
.recommend-item__content {
  width: calc(100% - 370px);
  text-align: left;
  margin-top: -9px;
}
@media screen and (max-width: 1023px) {
  .recommend-item__content {
    width: 100%;
    margin-top: 0;
  }
}
.recommend-item__content h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .recommend-item__content h3 {
    font-size: 20px;
  }
}
.recommend-item__content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .recommend-item__content p {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .recommend-item__content__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .recommend-item__content .link-button-wrapper {
    text-align: center;
  }
}
.recommend-item__price {
  font-size: 18px;
  font-weight: 700;
  color: #969696;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .recommend-item__price {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.recommend-item__button {
  display: inline-block;
  padding: 10px 20px;
}

.front-recipe {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .front-recipe {
    padding: 68px 0 60px;
  }
}
.front-recipe__heading {
  position: absolute;
  top: -50px;
  right: 0;
  width: 305px;
}
@media screen and (max-width: 1023px) {
  .front-recipe__heading {
    top: 0;
    width: 100px;
  }
}
.front-recipe__inner {
  max-width: 912px;
  margin: 0 auto;
}
.front-recipe h2 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .front-recipe h2 {
    font-size: 24px;
    padding: 0 20px;
  }
}
.front-recipe .description {
  font-size: 14px;
  line-height: 2;
  margin: 40px 0;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .front-recipe .description {
    font-size: 12px;
    margin: 30px 0;
    padding: 0 20px;
  }
}
.front-recipe .recipe-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 40px 0;
}
@media screen and (max-width: 1023px) {
  .front-recipe .recipe-list {
    gap: 24px;
    overflow: scroll;
  }
}
.front-recipe .recipe-item {
  white-space: nowrap;
  flex: 1;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .front-recipe .recipe-item {
    width: 210px;
  }
}
.front-recipe .recipe-item__image {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.front-recipe .recipe-item__content {
  padding: 16px;
  background-color: #F2F1EA;
}
.front-recipe .recipe-item__content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0 0 4px;
  text-align: left;
}
.front-recipe .recipe-item__content .recipe-link {
  display: block;
  text-align: left;
  color: #000000;
  text-decoration: underline;
  font-size: 11px;
  transition: color 0.3s ease;
}
.front-recipe .recipe-item__content .recipe-link:hover {
  color: #666;
}
.front-recipe .recipe-item__content .recipe-link img {
  width: 6px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
@media screen and (max-width: 1023px) {
  .front-recipe .link-button-wrapper {
    text-align: center;
  }
}

.front-regular {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background-color: #F2F1EA;
}
@media screen and (max-width: 1023px) {
  .front-regular {
    padding: 84px 20px 50px;
  }
}
.front-regular__heading {
  position: absolute;
  top: 30px;
  right: 0;
  width: 282px;
}
@media screen and (max-width: 1023px) {
  .front-regular__heading {
    top: 10px;
    width: 100px;
  }
}
.front-regular__inner {
  max-width: 912px;
  margin: 0 auto;
}
.front-regular h2 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .front-regular h2 {
    font-size: 24px;
  }
}
.front-regular .description {
  font-size: 14px;
  line-height: 2;
  margin: 40px 0;
}
@media screen and (max-width: 1023px) {
  .front-regular .description {
    font-size: 12px;
    margin: 30px 0;
  }
}
.front-regular .regular-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
  margin: 40px 0 0;
}
@media screen and (max-width: 1023px) {
  .front-regular .regular-list {
    grid-template-columns: repeat(2, 1fr);
    margin: 30px 0 0;
  }
}
.front-regular .regular-item {
  flex: 1;
  background-color: #fff;
  overflow: hidden;
}
.front-regular .regular-item__image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.front-regular .regular-item a {
  transition: all 0.3s ease;
}
.front-regular .regular-item a:hover {
  filter: brightness(0.6);
}

.front-more {
  padding: 32px 0;
}
@media screen and (max-width: 1023px) {
  .front-more {
    padding: 32px 20px;
  }
}
.front-more__logo img {
  width: 104px;
  margin: 70px auto 32px;
}
@media screen and (max-width: 1023px) {
  .front-more__logo img {
    margin: 50px auto 24px;
  }
}
.front-more h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .front-more h2 {
    font-size: 20px;
  }
}
.front-more__content p {
  font-size: 15px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 32px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .front-more__content p {
    font-size: 12px;
  }
}
.front-more__image.last {
  margin-top: 70px;
}

.front-limited {
  position: relative;
  background-color: #F2F1EA;
  padding: 160px 0 90px;
}
@media screen and (max-width: 1023px) {
  .front-limited {
    padding: 88px 20px 50px;
  }
}
.front-limited__heading {
  position: absolute;
  top: 30px;
  right: 0;
  width: 268px;
}
@media screen and (max-width: 1023px) {
  .front-limited__heading {
    top: 10px;
    width: 100px;
  }
}
.front-limited h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .front-limited h2 {
    font-size: 24px;
  }
}
.front-limited__image {
  margin: 40px 0;
}
.front-limited__content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.front-limited__content p {
  font-size: 14px;
  line-height: 2.2;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .front-limited__content p {
    font-size: 14px;
    text-align: center;
  }
}
.front-limited__item {
  max-width: 660px;
  margin: 60px auto 0;
  display: flex;
  gap: 48px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .front-limited__item {
    margin: 45px auto 0;
    gap: 27px;
  }
}
.front-limited__item__image {
  width: 320px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .front-limited__item__image {
    width: 177px;
  }
}
.front-limited__item__content {
  width: calc(100% - 368px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .front-limited__item__content {
    width: calc(100% - 177px - 27px);
  }
}
.front-limited__item__content h3 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .front-limited__item__content h3 {
    font-size: 15px;
  }
}
.front-limited__item__content p {
  font-size: 14px;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .front-limited__item__content p {
    font-size: 12.2px;
    margin-top: 14px;
  }
}

.news-list-container {
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .news-list-container {
    padding: 50px 0;
  }
}

.news-list .p-column__inner__title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .news-list .p-column__inner__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    overflow: scroll;
  }
}
@media screen and (max-width: 1023px) {
  .news-list .p-column__inner__list .p-column__inner__list .medium-up--one-4 {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1023px) {
  .news-list .p-column__inner__list__item {
    width: 210px;
    margin-top: 0 !important;
  }
}
.news-list .c-column_item__inner__img {
  padding-top: 100%;
}
.news-list .link-button-wrapper {
  margin-top: 30px;
}

.footer-cta img {
  width: 100%;
}
.footer-cta-image.pc {
  display: block;
}
.footer-cta-image.sp {
  display: none;
}
@media (max-width: 1023px) {
  .footer-cta-image.pc {
    display: none;
  }
  .footer-cta-image.sp {
    display: block;
  }
}

.u-color__btn--bg {
  border: solid 1px #8F8A77;
  border-radius: 0;
  background: #fff !important;
}

.c-category_header {
  min-height: 470px;
}
.c-category_header:before {
  background: rgba(0, 0, 0, 0.2);
}

.c-category_header__inner {
  position: absolute;
  left: 30px;
  top: 30px;
}
.c-category_header__inner .c-category_header__inner__title {
  font-family: "Cinzel", "Shippori Mincho", serif;
  font-size: 34px;
  color: #fff;
  text-align: left;
}
.c-category_header__inner .c-category_header__inner__title img {
  width: 74px;
}
.c-category_header__inner .c-category_header__inner__title.recipe {
  font-size: 43px;
}
@media screen and (max-width: 1023px) {
  .c-category_header__inner .c-category_header__inner__title.recipe {
    font-size: 29px;
  }
}
.c-category_header__inner .c-category_header__inner__title.recipe span {
  font-size: 17px;
}
@media screen and (max-width: 1023px) {
  .c-category_header__inner .c-category_header__inner__title.recipe span {
    font-size: 12px;
  }
}
.c-category_header__inner .c-category_header__inner__title span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-top: 6px;
  text-align: left;
}

.browsing_history-wrapper {
  padding: 80px 0;
  background-color: #F2F1EA;
}
@media screen and (max-width: 1023px) {
  .browsing_history-wrapper {
    padding: 70px 0;
  }
}
.browsing_history-wrapper h2 {
  font-size: 26px;
}
@media screen and (max-width: 1023px) {
  .browsing_history-wrapper h2 {
    font-size: 24px;
  }
}

.c-product_item__actions {
  display: none;
}

.c-product_item__inner__eyecatch {
  margin-bottom: 10px;
}

.c-product_item__inner__eyecatch__img {
  padding-top: 100%;
  background-size: cover !important;
}

.products-more {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .products-more {
    padding: 70px 20px;
  }
}
.products-more__heading {
  position: absolute;
  top: 30px;
  right: 0;
  width: 268px;
}
.products-more h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .products-more h2 {
    font-size: 20px;
  }
}
.products-more__image {
  margin: 40px 0;
}
@media screen and (max-width: 1023px) {
  .products-more__image {
    margin: 24px 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.products-more__content {
  max-width: 655px;
  width: 100%;
  margin: 0 auto;
}
.products-more__content p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-bottom: 24px;
}
.products-more .link-button-wrapper {
  margin-top: 45px;
}

.products-recipe {
  position: relative;
  background-color: #F2F1EA;
  padding: 80px 0 80px;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/comewojp/uploads/images/products/recipe-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .products-recipe {
    padding: 70px 20px;
  }
}
.products-recipe__heading {
  position: absolute;
  top: 30px;
  right: 0;
  width: 268px;
}
.products-recipe h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .products-recipe h2 {
    font-size: 24px;
  }
}
.products-recipe__image {
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .products-recipe__image {
    margin: 24px 0;
  }
}
.products-recipe__content {
  max-width: 655px;
  width: 100%;
  margin: 0 auto;
}
.products-recipe__content p {
  font-size: 14px;
  line-height: 2;
  text-align: center;
  margin-bottom: 24px;
}
.products-recipe .link-button-wrapper {
  margin-top: 45px;
}

.p-list_header__inner__title {
  display: none;
}

.p-list_header__inner {
  justify-content: flex-end;
}

.c-list_tool__sort__label {
  display: none;
}

.hero {
  margin-top: -60px;
}
.hero img {
  max-height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about .hero img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 1023px) {
  .page-about .hero img {
    -o-object-position: top left;
       object-position: top left;
  }
}
.page-about .description {
  font-family: "Cinzel", "Shippori Mincho", serif !important;
  padding: 70px 0;
}
@media screen and (max-width: 1023px) {
  .page-about .description {
    padding: 60px 0;
  }
}
.page-about .description p:last-child {
  margin-bottom: 0;
}
.page-about .description h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .page-about .description h2 {
    font-size: 20px;
  }
}
.page-about .description p {
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .page-about .description p {
    font-size: 13px;
  }
}
.page-about .concept {
  padding-bottom: 100px;
}
.page-about .concept .concept-item {
  font-family: "Cinzel", "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  gap: 58px;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item {
    flex-direction: column;
    gap: 0;
  }
}
.page-about .concept .concept-item.image-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item.image-right {
    flex-direction: column;
  }
}
.page-about .concept .concept-item .text h2 {
  font-size: 19px;
  margin-bottom: 30px;
}
.page-about .concept .concept-item .text p {
  font-size: 15px;
  line-height: 2;
  margin-top: 0;
}
.page-about .concept .concept-item:first-child {
  justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:first-child {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.page-about .concept .concept-item:first-child .text {
  margin-top: -90px;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:first-child .text {
    margin-top: 48px;
    padding: 0 15px;
  }
}
.page-about .concept .concept-item:first-child img {
  width: 443px;
  max-width: 100%;
}
.page-about .concept .concept-item:nth-child(2) {
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(2) {
    gap: 60px;
  }
}
.page-about .concept .concept-item:nth-child(2) .text {
  margin-top: -120px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(2) .text {
    margin-top: 0;
    text-align: left;
    width: 100%;
  }
}
.page-about .concept .concept-item:nth-child(2) img {
  width: 328px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(2) img {
    width: 269px;
    margin: 0 0 0 auto;
    position: relative;
    right: -15px;
  }
}
.page-about .concept .concept-item:nth-child(3) {
  padding-left: 60px;
  justify-content: flex-start;
  margin-top: -30px;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(3) {
    margin-top: 60px;
    padding-left: 0;
    align-items: flex-start;
  }
}
.page-about .concept .concept-item:nth-child(3) .text {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(3) .text {
    margin-top: 60px;
  }
}
.page-about .concept .concept-item:nth-child(3) img {
  width: 350px;
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(3) img {
    width: 280px;
    margin-left: -15px;
  }
}
.page-about .concept .concept-item:nth-child(4) {
  justify-content: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(4) {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.page-about .concept .concept-item:nth-child(4) .text {
  margin-top: -40px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .page-about .concept .concept-item:nth-child(4) .text {
    margin-top: 60px;
    text-align: left;
  }
}
.page-about .concept .concept-item:nth-child(4) img {
  width: 450px;
  max-width: 100%;
}

.pickup-products-section {
  background-color: #F2F1EA;
  padding: 80px 0;
}
.pickup-products-section h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-align: center;
}
.pickup-products-section .pickup-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .pickup-products-section .pickup-products {
    overflow-x: scroll;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .pickup-products-section .pickup-product-item {
    width: 210px;
  }
}
.pickup-products-section .pickup-product-item .product-image {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
}
.pickup-products-section .pickup-product-item .product-name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
}
.pickup-products-section .pickup-product-item .product-price {
  font-size: 16px;
  font-weight: 700;
  color: #969696;
  margin-bottom: 8px;
}
.pickup-products-section .pickup-product-item .product-detail-link {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  margin-top: 24px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pickup-products-section .pickup-product-item .product-detail-link .u-icon--arrow-right {
  width: 5px;
}
.pickup-products-section .pickup-product-item a {
  display: block;
  text-decoration: none;
  font-family: "Cinzel", "Shippori Mincho", serif;
}

.p-product_content__inner {
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-product_content__inner {
    display: block;
  }
}

.c-product_info__favorite {
  display: none;
}

.product-description-wrap {
  padding-top: 100px;
  text-align: center;
  width: 870px;
  margin: 0 auto;
  max-width: 100%;
}
.product-description-wrap h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 28px;
}

@media screen and (max-width: 1023px) {
  .product-description {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.products-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 0;
  margin-bottom: 80px;
}

.products-spec-table .spec-heading {
  background-color: #F2F1EA;
  font-weight: 600;
  width: 20%;
  padding: 12px;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
}

.products-spec-table .spec-content {
  padding: 12px;
  line-height: 1.8;
  border: 2px solid #F2F1EA;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;
}

.products-spec-table .spec-row + .spec-row {
  border-top: 1px solid #eee;
}

.products-spec-table .spec-row:last-child .spec-heading {
  border-bottom: 2px solid #F2F1EA;
}

.c-product_info__form__buttons {
  display: none;
}

.p-page-company_content {
  background-color: #191818;
}

.page-company .description {
  font-family: "Cinzel", "Shippori Mincho", serif !important;
  padding: 110px 0 106px;
}
@media screen and (max-width: 1023px) {
  .page-company .description {
    padding: 60px 0;
  }
}
.page-company .description p:last-child {
  margin-bottom: 0;
}
.page-company .description h2 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .page-company .description h2 {
    font-size: 20px;
  }
}
.page-company .description p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .page-company .description p {
    font-size: 13px;
  }
}
.page-company .concept .concept-item {
  font-family: "Cinzel", "Shippori Mincho", serif;
  display: flex;
  align-items: center;
  gap: 47px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item {
    flex-direction: column;
    gap: 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-bottom: 60px;
  }
}
.page-company .concept .concept-item.image-right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item.image-right {
    flex-direction: column;
  }
}
.page-company .concept .concept-item .text {
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item .text {
    padding: 0 15px;
  }
}
.page-company .concept .concept-item .text h2 {
  font-size: 22px;
  margin-bottom: 32px;
  font-weight: 600;
  color: #fff;
}
.page-company .concept .concept-item .text p {
  font-size: 14px;
  line-height: 2;
  margin-top: 0;
  margin-bottom: 24px;
  color: #fff;
}
.page-company .concept .concept-item .text p:last-child {
  margin-bottom: 0;
}
.page-company .concept .concept-item:first-child {
  justify-content: flex-start;
  align-items: flex-end;
}
.page-company .concept .concept-item:first-child .text {
  margin-top: 48px;
}
.page-company .concept .concept-item:first-child img {
  width: 443px;
  max-width: 100%;
}
.page-company .concept .concept-item:nth-child(2) {
  display: block;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item:nth-child(2) {
    gap: 60px;
  }
}
.page-company .concept .concept-item:nth-child(2) .text {
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item:nth-child(2) .text {
    margin-top: 0;
    text-align: left;
    width: 100%;
  }
}
.page-company .concept .concept-item:nth-child(2) img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 49px;
}
.page-company .concept .concept-item:nth-child(3) {
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item:nth-child(3) .text {
    margin-top: 60px;
  }
}
.page-company .concept .concept-item:nth-child(3) img {
  width: 447px;
  max-width: 100%;
}
.page-company .concept .concept-item:nth-child(4) {
  justify-content: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item:nth-child(4) {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.page-company .concept .concept-item:nth-child(4) .text {
  margin-top: -40px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .page-company .concept .concept-item:nth-child(4) .text {
    margin-top: 60px;
    text-align: left;
  }
}
.page-company .concept .concept-item:nth-child(4) img {
  width: 450px;
  max-width: 100%;
}

/************************************************************/
/* UMAMIとは
/************************************************************/
.c-header_menu {
  font-family: "Cinzel", "Shippori Mincho", serif;
  font-weight: 500;
}

.l-header__inner__block__item--menu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .l-header__inner__block__item--menu {
    display: block;
  }
}
h1.l-header__inner__block.logo__block {
  margin-bottom: 0;
}

.hero img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .hero img {
    height: 365px;
  }
}

.footer-banner {
  background: #eee;
  text-align: center;
  padding: 2rem 1rem;
  font-size: 0.9rem;
}

/************************************************************/
/* レシピ詳細
/************************************************************/
.single-recipe-container {
  background-color: #F2F1EA;
}
.single-recipe-container h1 {
  text-align: left;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .single-recipe-container h1 {
    text-align: center;
  }
}
.single-recipe-container .p-page_article h2 {
  margin: 0;
  border-bottom: solid 1px #8F8A77;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.single-recipe-container .p-column_header__panel__inner {
  max-width: 760px;
  padding: 40px 0 0;
}
@media screen and (max-width: 1023px) {
  .single-recipe-container .p-column_header__panel__inner {
    padding: 38px 0 0;
  }
}

.p-page_article__inner--single-recipe {
  max-width: 760px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 46px;
}
.p-page_article__inner--single-recipe__inner {
  width: 100%;
}

.single-recipe__inner__thumbnail {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
.single-recipe__inner__thumbnail img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .single-recipe__inner__thumbnail img {
    width: calc(100% + 30px);
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
}
.single-recipe__inner__content {
  width: calc(100% - 375px - 46px);
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .single-recipe__inner__content {
    width: 100%;
  }
}
.single-recipe__inner__content -ingredients h2,
.single-recipe__inner__content -steps h2 {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #8F8A77;
}

.recipe-ingredients table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 40px;
  border: none;
}

.recipe-ingredients td {
  padding: 7px 0 !important;
  border: none !important;
  border-bottom: 1px solid rgba(143, 138, 119, 0.35) !important;
  font-size: 12px !important;
  font-weight: 500;
}
.recipe-ingredients td:last-child {
  text-align: right;
}

.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.steps li {
  list-style: none !important;
  border-bottom: 1px solid rgba(143, 138, 119, 0.35);
  padding: 17px 0;
  margin-bottom: 0 !important;
  flex-wrap: wrap;
  margin-top: 0;
}

.step-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 0;
}

.step-image {
  margin-top: 17px;
}
.step-image img {
  margin: 0;
}

.step-number {
  background-color: #8F8A77;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}

.steps p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

/* レシピ商品セクションのスタイル */
.recipe-products {
  padding: 80px 20px 0;
}
.recipe-products h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
}

.recipe-products-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.recipe-product-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.recipe-product-image {
  flex-shrink: 0;
  width: 164px;
  height: 164px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recipe-product-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.recipe-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recipe-product-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.recipe-product-title {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin: 0 0 4px;
}

.recipe-product-price {
  font-size: 14px;
  color: #969696;
  font-weight: 500;
  margin: 0 0 10px;
}

.recipe-product-detail-link {
  color: #000;
  text-decoration: underline;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: color 0.3s ease;
}

.recipe-product-detail-link:hover {
  color: #969696;
}

.arrow-icon {
  font-size: 12px;
}

.recipe-product-cart-btn {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  gap: 8px;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid #8F8A77;
  color: #333;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.recipe-product-cart-btn:hover {
  background: #8F8A77;
  color: #fff;
}

.cart-icon {
  font-size: 16px;
}

/* レスポンシブ対応 */
@media (max-width: 1023px) {
  .recipe-product-item {
    flex-direction: column;
    gap: 20px;
  }
  .recipe-product-image {
    width: 150px;
    height: 150px;
  }
  .recipe-product-title {
    font-size: 15px;
  }
  .recipe-product-price {
    font-size: 13px;
  }
}
.single-recipe-recommend {
  background: url(https://d2w53g1q050m78.cloudfront.net/comewojp/uploads/images/recipe/single-recipe-recommend-bg.png) no-repeat center center/cover;
  background-color: #fff;
  padding: 80px 0 !important;
}
@media screen and (max-width: 1023px) {
  .single-recipe-recommend {
    padding: 70px 20px;
  }
}
.single-recipe-recommend h2 {
  text-align: center;
}
.single-recipe-recommend .p-column__inner__list {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1023px) {
  .single-recipe-recommend .p-column__inner__list {
    padding: 40px 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-recipe-recommend .c-column_item {
  background-color: #F2F1EA;
}
.single-recipe-recommend .c-column_item .c-column_item__inner {
  background-color: #F2F1EA;
}
.single-recipe-recommend .c-column_item .c-column_item__inner__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  padding: 18px 10px 0;
  margin: 0;
}
.single-recipe-recommend .c-column_item .c-column_item__inner__img {
  padding-top: 100%;
}
.single-recipe-recommend .c-column_item .c-column_item__inner__more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 10px 18px;
}
.single-recipe-recommend .c-column_item .c-column_item__inner__more a {
  font-size: 12px;
  color: #000;
}

/************************************************************/
/* FAQ
/************************************************************/
.faq-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 60px;
}

h1 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1023px) {
  h1 {
    font-size: 20px;
  }
}

.faq-category {
  margin-bottom: 2.5rem;
}

.faq-category h2 {
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid #8F8A77;
  padding-bottom: 10px;
}

.faq-item {
  font-family: "Cinzel", "Shippori Mincho", serif !important;
  border-bottom: 1px solid #ddd;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
}

.faq-icon {
  transition: transform 0.3s ease;
}

.faq-question.open .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}

.faq-answer p {
  font-size: 16px;
  margin-top: 0 !important;
}

.faq-answer.active {
  display: block;
}

@media screen and (max-width: 1023px) {
  .question-wrapper {
    display: flex;
    gap: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .question-wrapper .question {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .answer-wrapper {
    display: flex;
    gap: 3px;
  }
}
@media screen and (max-width: 1023px) {
  .answer-wrapper .answer {
    font-size: 16px;
  }
}

/* CTA */
.footer-cta img {
  width: 100%;
}

.footer-cta-image.pc {
  display: block;
}

.footer-cta-image.sp {
  display: none;
}

@media (max-width: 1023px) {
  .footer-cta-image.pc {
    display: none;
  }
  .footer-cta-image.sp {
    display: block;
  }
}
/* カテゴリー */
.c-category_header {
  min-height: 470px;
}
@media screen and (max-width: 1023px) {
  .c-category_header {
    min-height: 365px;
  }
}

.c-category_header:before {
  background: rgba(0, 0, 0, 0.2);
}

.c-category_header__inner {
  position: absolute;
  left: 30px;
  top: 30px;
}

.c-category_header__inner .c-category_header__inner__title {
  font-family: "Cinzel", "Shippori Mincho", serif;
  font-size: 34px;
  color: #fff;
  text-shadow: 1px 1px 2px #333;
}

.c-category_header__inner .c-category_header__inner__title span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: block;
  margin-top: 6px;
  text-align: left;
}

.p-column_header__panel__inner__title {
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  .p-column_header__panel__inner__title {
    font-size: 20px;
  }
}

.p-column_header__panel__inner__top__share__label {
  display: none;
}

.p-column_header__panel__inner__top__date {
  font-size: 16px !important;
  font-family: "Cinzel", "Shippori Mincho", serif;
  color: #888 !important;
}

.c-article_nav__inner__prev,
.c-article_nav__inner__next {
  color: #fff !important;
  background-color: #8F8A77 !important;
  font-family: "Cinzel", "Shippori Mincho", serif !important;
}

.c-article_nav__inner__back {
  text-decoration: none !important;
  border: solid 1px #8F8A77 !important;
  display: inline-block !important;
  padding: 10px 40px !important;
  border-radius: 0 !important;
  font-size: 15px !important;
  font-family: "Cinzel", "Shippori Mincho", serif !important;
  color: #000 !important;
  background-color: #fff !important;
}

.p-page_article {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 24px;
}
.p-page_article h2 {
  font-size: 20px;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1023px) {
  .p-page_article h2 {
    font-size: 18px;
  }
}
.p-page_article h3 {
  font-size: 18px;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .p-page_article h3 {
    font-size: 16px;
  }
}

.category-recipe__tab {
  padding: 75px 0;
}
@media screen and (max-width: 1023px) {
  .category-recipe__tab {
    padding: 40px 0;
  }
}
.category-recipe__tab__list {
  display: flex;
  justify-content: center;
}
.category-recipe__tab__list__item a {
  font-size: 22px;
  color: #000;
  display: inline-block;
  padding: 3px 45px;
  border-right: 1px solid #000;
}
@media screen and (max-width: 1023px) {
  .category-recipe__tab__list__item a {
    font-size: 15px;
    padding: 3px 20px;
  }
}
.category-recipe__tab__list__item:last-child a {
  border-right: none;
}
@media screen and (max-width: 1023px) {
  .category-recipe .p-column__inner__list__item {
    background-color: #F2F1EA;
  }
}
@media screen and (max-width: 767px) {
  .category-recipe .p-column__inner__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
@media screen and (max-width: 1023px) {
  .category-recipe .p-column__inner__list .medium-up--one-4:not(:first-child) {
    margin-top: 0;
  }
}
.category-recipe .c-column_item__inner {
  background-color: #F2F1EA;
}
.category-recipe .c-column_item__inner__title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: left;
  padding: 18px 10px 0;
  margin: 0;
}
.category-recipe .c-column_item__inner__img {
  padding-top: 100%;
}
.category-recipe .c-column_item__inner__more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 0 10px 18px;
}
.category-recipe .c-column_item__inner__more a {
  font-size: 12px;
  color: #000;
}

.owner-info {
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .owner-info {
    padding: 0;
  }
}
.owner-info__title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .owner-info__title {
    font-size: 24px;
    text-align: center;
  }
}
.owner-info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .owner-info__content {
    grid-template-columns: 1fr;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
.owner-info__content__img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .owner-info__content__text {
    padding: 0 20px;
  }
}
.owner-info__content__text__title {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.owner-info__content__text__name {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 24px 0;
}
@media screen and (max-width: 1023px) {
  .owner-info__content__text__name {
    font-size: 20px;
    margin: 12px 0;
  }
}
.owner-info__content__text p {
  font-size: 14px;
  line-height: 2;
}
.owner-info__box {
  background-color: #F2F1EA;
  max-width: 1010px;
  margin: 0 auto;
  padding: 36px 58px 48px;
}
@media screen and (max-width: 1023px) {
  .owner-info__box {
    padding: 40px 20px 50px;
  }
}
.owner-info__box__title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .owner-info__box__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.owner-info__box__img {
  width: 100%;
  height: 100%;
}

/* ランキング順位表示のスタイル */
.c-column_item__inner__img {
  position: relative;
}

.c-column_item__inner__img__rank {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 24px;
  color: white;
  z-index: 1;
}

.c-column_item__inner__img__rank[data-rank="1"] {
  background-color: #DEC17B;
}

.c-column_item__inner__img__rank[data-rank="2"] {
  background-color: #BEBEBE;
}

.c-column_item__inner__img__rank[data-rank="3"] {
  background-color: #937E5D;
}

.c-column_item__inner__img__rank[data-rank="4"],
.c-column_item__inner__img__rank[data-rank="5"],
.c-column_item__inner__img__rank[data-rank="6"],
.c-column_item__inner__img__rank[data-rank="7"],
.c-column_item__inner__img__rank[data-rank="8"],
.c-column_item__inner__img__rank[data-rank="9"],
.c-column_item__inner__img__rank[data-rank="10"] {
  background-color: #888888;
}

.c-article_nav {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .c-article_nav {
    padding-bottom: 40px;
  }
}

.p-cart_content__inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .p-cart_content__inner {
    padding-bottom: 40px;
  }
}

.p-product_content {
  padding: 60px 40px 0;
}

.p-product_content__inner__info {
  width: 40%;
}

.product_detail {
  display: flex;
  flex-direction: column;
  gap: 45px;
}

.product-info-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.c-product_info__title {
  font-size: 23px;
  font-weight: 600;
  text-align: left;
}

.c-product_info__co_selling__nav {
  font-family: "Cinzel", "Shippori Mincho", serif !important;
  display: flex;
  justify-content: space-between;
}

.c-product_info__co_selling__nav__list:first-child {
  margin-right: 3px;
}

.c-product_info__co_selling__nav .active {
  width: 238.5px;
  border: 1px solid #F6F6F6;
  border-radius: 5px 5px 0 0 !important;
  background-color: #F2F1EA;
}

.c-product_info__co_selling__nav .active a {
  background-color: transparent;
  font-size: 17px;
  font-weight: 700 !important;
  color: #000000;
}

.c-product_info__co_selling__nav__list {
  width: 238.5px;
  border: 1px solid #F6F6F6 !important;
  border-radius: 5px 5px 0 0 !important;
}

.c-product_info__co_selling__nav__list a {
  background-color: transparent;
  font-size: 17px;
  font-weight: 700 !important;
  color: #838383;
}

@media screen and (max-width: 1023px) {
  .c-product_img__slider {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: calc(100% + 40px);
  }
}

.product-description {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.product-description img {
  display: block;
  width: 100%;
  height: auto;
}

/* アコーディオン部分のスタイル */
.product-description-hidden {
  max-height: 400px; /* ここで表示する画像の高さの目安を設定します */
  overflow: hidden;
  position: relative;
  transition: max-height 0.5s ease;
}

.product-description-hidden::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* フェードアウトさせる高さ */
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.product-description-hidden.is-open {
  max-height: 50000px;
  transition: max-height 1s ease;
}

.product-description-hidden.is-open::after {
  display: none;
}

.tab-content {
  background-color: #F2F1EA;
  padding: 30px 30px;
}

.c-product_info__co_selling__tab_contents > div.active {
  border-top: 1px solid #d8dddf;
}

.c-product_info__co_selling__tab_content {
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.c-product_info__co_selling__tab_content__title {
  font-size: 18px;
  font-weight: 700 !important;
  text-align: center;
}

.co-selling-list__delivery-cycle-wrap {
  text-align: center;
  font-weight: 900;
  font-size: 18px;
}
.co-selling-list__delivery-cycle-wrap span {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: block;
}

.co-selling-list__delivery-cycle-wrap p:first-child {
  font-weight: 700 !important;
  font-size: 18px;
}

.co-selling-list__delivery-cycle-wrap p:last-child {
  font-size: 14px;
}

.c-product_info__description {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}

.c-product_info__badge {
  margin-bottom: 16px;
}

.c-product_info__co-selling-product__co-btn-add-wide {
  font-family: "Cinzel", "Shippori Mincho", serif !important;
  height: 50px;
  width: 280px;
  max-width: 100%;
  background-color: #000 !important;
  color: #fff !important;
  position: relative;
  padding-left: 12px;
}

.c-product_info__co_selling__tab_content__price-label {
  text-align: center;
  font-size: 14px;
  font-weight: 700 !important;
  color: #EC4D4D;
}

.c-product_info__co_selling__tab_content__price {
  margin: 0;
  text-align: center;
}

.co-sales_price {
  font-size: 20px;
}

.co-sales_price_include_tax {
  font-size: 14px;
}

.c-product_info__co-selling-product__option_types {
  margin: 0;
}

.co-form-input-group {
  margin: 0;
}

.c-product_info__co-selling-product__co-btn-add {
  width: 280px;
  height: 60px;
  border-radius: 65px;
  transition: none;
  margin-top: 0;
  background-color: #282828;
  color: #fff;
  position: relative;
  font-size: 14px;
}

.c-product_info__co-selling-product__co-btn-add:hover {
  background-color: #fff;
  color: #282828;
  border: 1px solid #282828;
}

.c-product_info__co-selling-product__co-btn-group i {
  position: absolute;
  top: 12px;
  left: 24px;
  color: #fff;
  font-size: 22px;
}

.c-product_info__co-selling-product__co-btn-add:hover .u-icon--cart {
  color: #282828;
}

.co-selling-list__price {
  font-size: 12px;
  text-align: left;
  padding: 0 24px;
}

.recurring-note {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.recurring-note__title {
  font-weight: 700 !important;
  font-size: 15px;
}

.recurring-note__description {
  font-size: 13px;
}

#product_review {
  border: none;
  margin-top: 0;
}
#product_review .p-review__inner,
#product_review .p-review__inner *,
#product_review p {
  font-family: "Cinzel", "Shippori Mincho", serif !important;
}
#product_review .p-review__inner__title {
  font-size: 20px;
  font-weight: 600;
}

.p-faq {
  padding: 0;
}

.p-faq__inner {
  max-width: 100;
  margin: 0;
}

.p-faq__inner__list {
  border: none;
}

.product-info-accordion-label {
  padding-left: 0 !important;
}

.product-info-accordion-text {
  padding-left: 0 !important;
}

.p-faq__inner__list__item__question {
  padding: 24px 44px 24px 65px;
}

.p-faq__inner__list__item__answer {
  padding: 0 44px 24px 65px;
}

.p-faq__inner__list__item__question:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.p-faq__title {
  font-size: 28px;
  margin-bottom: 30px !important;
  font-family: "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
}

.question_label {
  font-size: 30px !important;
  font-family: "Marcellus", sans-serif !important;
  left: 20px !important;
}

.answer_label {
  font-size: 30px !important;
  font-family: "Marcellus", sans-serif !important;
  color: #838383;
  left: 20px !important;
}

.question_text {
  font-family: Noto Sans JP !important;
  font-weight: 500;
  font-size: 15px;
}

.answer_text {
  font-family: Noto Sans JP;
  font-weight: 500;
  font-size: 14px;
  color: #838383;
}

.u-icon--plus, .u-icon--minus {
  top: 28px !important;
}

.faq-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-title {
  font-family: Noto Sans JP !important;
  font-weight: 700 !important;
  font-size: 18px;
}

.product-info, .faq-list {
  border-top-width: 1px;
  border-top-style: solid;
  border-color: #D8DDDF;
}

.single-product-info {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #F6F6F6;
}

@media (max-width: 768px) {
  .p-product_content {
    padding: 0 18px 0;
  }
  .p-product_content__inner__info {
    width: 100%;
    padding: 0;
  }
  .c-product_info__co_selling__nav .active a {
    font-size: 16px;
  }
  .c-product_info__co_selling__nav__list a {
    font-size: 16px;
  }
  .p-faq__inner__list__item {
    width: 100%;
  }
  .p-faq__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .question_label {
    top: 15px !important;
    left: 15px !important;
  }
  .answer_label {
    top: 0 !important;
    left: 15px !important;
  }
  .question_text, .answer_text {
    line-height: 150%;
  }
  .p-faq__inner__list__item__question {
    padding: 20px 44px 20px 60px;
  }
  .p-faq__inner__list__item__answer {
    padding: 0 44px 24px 60px;
  }
  .u-icon--plus, .u-icon--minus {
    top: 20px !important;
  }
}
.footer-menus {
  margin-bottom: 84px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .footer-menus {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 45px;
  }
}
.footer-menus a {
  font-size: 13px;
}

.l-footer {
  display: block;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .l-footer {
    padding: 63px 30px 30px;
  }
}

.l-footer__info {
  max-width: 100%;
}

.l-footer__info__store {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer__info__store {
    display: block;
  }
}
.l-footer__info__store__sns {
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .l-footer__info__store__sns {
    text-align: left;
    margin-top: 0;
    margin-bottom: 6px;
  }
}
.l-footer__info__store__sns a {
  color: #000;
}
.l-footer__info__store__sns__item i {
  color: #000;
}
.l-footer__info__store__logo {
  margin-bottom: 0;
}

.footer_body {
  color: #000 !important;
  font-size: 10px !important;
}

.text-logout {
  color: #fff;
}

.c-form_table__tel {
  flex-wrap: unset;
}/*# sourceMappingURL=custom.css.map */