@charset "UTF-8";
.mv {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 1102px) {
  .mv {
    margin-bottom: 200px !important;
  }
}
.mv .mv__inner {
  position: relative;
  padding-top: 10px;
}
@media screen and (min-width: 1102px) {
  .mv .mv__inner .mv__img {
    height: 650px;
    width: 100%;
  }
  .mv .mv__inner .mv__img img {
    object-fit: cover;
  }
}
.mv .mv__inner .mv__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  writing-mode: vertical-rl;
  color: white;
  opacity: 1;
  letter-spacing: 10px;
}
@media screen and (min-width: 1102px) {
  .mv .mv__inner .mv__txt {
    top: 50%;
    left: 20%;
    font-size: 32px;
  }
}
.mv .mv__inner .biz-udmincho-regular {
  font-style: normal;
  font-weight: bold;
  color: #ffffff;
}

.wrap .sec__title {
  color: #702818;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  left: 50%;
  transform: translate(-50%);
}
.wrap .sec__title span {
  position: absolute;
  font-size: 12px;
  top: 100%;
  right: 50%;
  transform: translate(50%);
  text-wrap: nowrap;
}
.wrap .sec__title::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 100px;
  width: 60px;
  height: 1px;
  background-color: #702818;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__title::after {
    top: 25px;
    right: 200px;
    width: 150px;
  }
}
.wrap .sec__title::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 100px;
  width: 60px;
  height: 1px;
  background-color: #702818;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__title::before {
    top: 25px;
    left: 200px;
    width: 150px;
  }
}
@media screen and (min-width: 1102px) {
  .wrap .sec__title {
    font-size: 32px;
  }
}
.wrap .button__container {
  margin-bottom: 50px;
}
@media screen and (min-width: 1102px) {
  .wrap .button__container {
    display: flex;
    justify-content: space-around;
  }
}
.wrap .button__container .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 200px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #702818;
  color: #702818;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s;
  /* 直販ラベル */
}
@media screen and (min-width: 1102px) {
  .wrap .button__container .button {
    width: 350px;
    height: 80px;
    font-size: 20px;
  }
}
.wrap .button__container .button:hover {
  background-color: #702818;
  color: white;
}
.wrap .button__container .button:hover .dli-chevron-round-right {
  color: white;
}
.wrap .button__container .button .dli-chevron-round-right {
  flex-shrink: 0;
}
.wrap .button__container .button .button-text {
  line-height: 1.2;
}
.wrap .button__container .button .label {
  font-size: 12px;
  font-weight: normal;
  background-color: transparent;
  color: #ff1c70;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 0 15px;
}
.wrap .button__container .button .label::before, .wrap .button__container .button .label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #ff1c70;
}
.wrap .button__container .button .label::before {
  left: -10px;
  transform: translateY(-50%) rotate(45deg);
}
.wrap .button__container .button .label::after {
  right: -10px;
  transform: translateY(-50%) rotate(-45deg);
}
.wrap .button__container .button.product-button-online {
  position: relative;
}
.wrap .content {
  padding-top: 60px;
  margin-bottom: 180px;
}
.wrap .content .sec__concept .inner .concept__txt {
  text-align: center;
  font-size: 12px;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .inner .concept__txt {
    font-size: 20px;
  }
}
.wrap .content .sec__concept .inner span {
  color: #e8ca7e;
}
.wrap .content .sec__concept .inner .not {
  display: none;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .inner .not {
    display: block;
  }
}
.wrap .content .sec__concept .concept-1 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .concept-1 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .concept-1 .concept1__txt {
    margin: 0 auto 60px;
    font-size: 32px;
  }
}
.wrap .content .sec__concept .concept-2 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .concept-2 {
    display: flex;
    gap: 10%;
    margin-bottom: 100px;
    font-size: 20px;
  }
}
.wrap .content .sec__concept .concept-2 .concept-2__txt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .concept-2 .concept-2__txt {
    width: 60%;
  }
}
.wrap .content .sec__concept .concept-2 .concept-2__img {
  height: 150px;
}
.wrap .content .sec__concept .concept-2 .concept-2__img img {
  object-fit: cover;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .concept-2 .concept-2__img {
    height: 400px;
    width: 30%;
  }
}
.wrap .content .sec__concept .concept-3 {
  margin-bottom: 60px;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .concept-3 {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }
}
.wrap .content .sec__concept .concept-3 .concept-3__img div {
  margin: 0 auto;
  max-width: 700px;
  height: 250px;
}
.wrap .content .sec__concept .concept-3 .concept-3__img div img {
  object-fit: cover;
}
@media screen and (min-width: 1102px) {
  .wrap .content .sec__concept .concept-3 .concept-3__img {
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
  }
  .wrap .content .sec__concept .concept-3 .concept-3__img div {
    width: 500px;
    height: 250px;
  }
  .wrap .content .sec__concept .concept-3 .concept-3__img div img {
    object-fit: cover;
  }
}
.wrap .content .sec__concept .concept-3 .concept-3__txt {
  margin-bottom: 60px;
}
.wrap .sec__products {
  margin-bottom: 50px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__products {
    margin-bottom: 180px;
  }
}
.wrap .sec__products .swiper {
  width: 100%;
  padding: 20px 0;
  padding-top: 60px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__products .swiper {
    margin-bottom: 100px;
  }
}
.wrap .sec__products .swiper-slide {
  width: 300px;
  text-align: center;
}
.wrap .sec__products .swiper-slide img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100%;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__products .swiper-slide img {
    width: 300px;
    height: 300px;
  }
}
.wrap .sec__products .slide-text {
  margin-top: 20px; /* 画像の下に余白を設ける */
  font-size: 16px;
  font-weight: bold;
  color: #702818;
}
.wrap .sec__products .swiper-button-next,
.wrap .sec__products .swiper-button-prev {
  color: #702818;
}
.wrap .sec__products .product-button-online {
  margin-top: 30px;
  color: #ff1c70;
  border: 2px solid #ff1c70;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__products .product-button-online {
    margin-top: 0;
  }
}
.wrap .sec__products .product-button-online:hover {
  background-color: #ff1c70;
  color: white;
}
.wrap .sec__products .product-button-online .dli-chevron-round-right {
  color: #ff1c70;
}
.wrap .sec__products .product-button__rakuten .product-button__rakuten__img-p {
  height: 80px;
  width: 100vw;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__products .product-button__rakuten .product-button__rakuten__img-p {
    display: none;
  }
}
.wrap .sec__products .product-button__rakuten .product-button__rakuten__img-d {
  display: none;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__products .product-button__rakuten .product-button__rakuten__img-d {
    display: block;
    height: 100px;
  }
}
.wrap .sec__news {
  margin-bottom: 50px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__news {
    margin-bottom: 150px;
  }
}
.wrap .sec__news .inner .news__container {
  padding: 50px 30px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__news .inner .news__container {
    display: flex;
    margin-top: 50px;
    justify-content: space-around;
    gap: 30px;
  }
}
.wrap .sec__news .inner .news__container .news__container__left {
  margin-bottom: 30px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__news .inner .news__container .news__container__left {
    max-width: 550px;
    height: 700px;
  }
}
.wrap .sec__news .inner .news__container .news__container__left .news__container__list {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__news .inner .news__container .news__container__left .news__container__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 横に2列 */
    gap: 50px; /* 要素間の余白。調整可 */
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
.wrap .sec__news .inner .news__container .news__container__left .news__container__list .news__item {
  margin: 0 auto;
  width: 200px;
  height: 250px;
  border: 1px solid #000;
  margin-bottom: 30px;
}
.wrap .sec__news .inner .news__container .news__container__left .news__container__list .news__item .news__item__container {
  width: 100%;
}
.wrap .sec__news .inner .news__container .news__container__left .news__container__list .news__item .news__item__container .news__item__img {
  height: 170px;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
}
.wrap .sec__news .inner .news__container .news__container__left .news__container__list .news__item .news__item__container .news__item__day {
  font-size: 10px;
  padding: 10px 10px;
}
.wrap .sec__news .inner .news__container .news__container__left .news__container__list .news__item .news__item__container .news__item__txt {
  padding: 0 10px;
  font-size: 12px;
}
.wrap .sec__news .inner .news__container .guide__item__txt-brown {
  color: #702818;
}
.wrap .sec__news .inner .news__container .news__container__middle {
  align-self: end;
  margin: 0 auto 70px;
}
.wrap .sec__news .inner .news__container .button__container {
  width: 200px;
}
.wrap .sec__news .inner .news__container .button__container .button {
  height: 50px;
}
.wrap .sec__news .inner .news__container .button__container .button-text {
  font-size: 16px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__news .inner .news__container .news__container__right {
    max-width: 460px;
  }
}
.wrap .sec__news .inner .news__container .news__container__right .news__guide {
  padding-bottom: 10px;
}
.wrap .sec__news .inner .news__container .news__container__right .news__guide .guide__item {
  border-bottom: 1px dotted #000;
  margin-bottom: 30px;
}
.wrap .sec__news .inner .news__container .news__container__right .news__guide .guide__item .guide__item__content {
  display: flex;
  align-items: center;
}
.wrap .sec__news .inner .news__container .news__container__right .news__guide .guide__item .guide__item__content .guide__item__title {
  display: flex;
  margin-bottom: 20px;
}
.wrap .sec__news .inner .news__container .news__container__right .news__guide .guide__item .guide__item__content .guide__item__title .guide__icon {
  width: 20px;
}
.wrap .sec__access {
  background: #ececec;
  padding: 30px;
  color: #702818;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access {
    padding: 80px 40px;
  }
}
.wrap .sec__access .inner {
  max-width: 1500px;
  margin: 0 auto;
  background: white;
}
.wrap .sec__access .inner .sec__title {
  margin: 30px 0;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__container {
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
  }
}
.wrap .sec__access .access__info {
  padding: 0 30px;
  margin-bottom: 50px;
  font-size: 16px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__info {
    width: 50%;
  }
}
.wrap .sec__access .access__info .contact-item {
  border-bottom: 1px dotted #000;
  margin-bottom: 30px;
}
.wrap .sec__access .access__info .contact-item:last-child {
  border-bottom: 0px dotted #000;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__info .contact-item {
    display: flex;
    align-items: center;
    min-width: 400px;
    height: 88px;
  }
}
.wrap .sec__access .access__info .contact-item dt {
  width: 100%; /* 固定幅で1行表示を確保 */
  font-weight: bold;
  align-self: center;
  margin-bottom: 5px;
}
.wrap .sec__access .access__info .contact-item .access__logo {
  position: relative;
}
.wrap .sec__access .access__info .contact-item .access__logo::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 200px;
  height: 100px;
  background: url("../../../img/logo.png") no-repeat center/cover;
  top: 5px;
  right: 30px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__info .contact-item .access__logo::before {
    top: -140px;
    left: -23px;
  }
}
@media (max-width: 480px) {
  .wrap .sec__access .access__info .contact-item .access__logo::before {
    opacity: 0.3;
  }
}
.wrap .sec__access .access__info .contact-item dd {
  width: 100%;
  margin: 0 0 5px;
}
.wrap .sec__access .access__info .contact-item dd a {
  border-bottom: 1px solid #702818;
  padding-bottom: 5px;
  transition: border-color 0.2s;
  display: inline-block;
}
.wrap .sec__access .access__info .contact-item dd:hover {
  border-bottom-color: #007bff;
}
.wrap .sec__access .access__info .contact-item dd p {
  text-align: left;
  margin: 0;
  line-height: 1.5;
}
.wrap .sec__access .access__info .access__txt {
  position: relative;
  padding-left: 22px; /* アイコン分のスペース */
  line-height: 22px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__info .access__txt {
    height: 15px;
    margin-bottom: 15px !important;
  }
}
.wrap .sec__access .access__info .access__icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__info .access__icon {
    width: 15px;
    height: 15px;
  }
}
.wrap .sec__access .access__info .access__icon img {
  width: 100%;
  display: block;
  padding-right: 5px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__info .access__icon img {
    width: 22px;
    height: 22px;
  }
}
.wrap .sec__access .access__map {
  width: 100%;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__map {
    width: 44%;
  }
}
.wrap .sec__access .access__map .map-container {
  padding: 0 30px;
  position: relative;
  height: 300px;
}
@media screen and (min-width: 1102px) {
  .wrap .sec__access .access__map .map-container {
    height: 400px;
  }
}

.about-profile {
  background-color: white;
  padding: 0 30px 40px;
}
.about-profile h2 {
  text-align: center;
  font-size: 2em;
  margin: 2em 0 1em;
  border-top: 2px solid #702818;
  border-bottom: 2px solid #702818;
  padding: 0.3em;
  color: #702818;
}
.about-profile .about-list {
  margin: 0;
  padding: 0;
}
.about-profile .about-item {
  padding: 1.5em 0;
  border-top: 1px dotted #702818;
}
.about-profile .about-item:last-child {
  border-bottom: 1px dotted #702818;
}
@media screen and (min-width: 1102px) {
  .about-profile .about-item {
    display: flex;
  }
}
.about-profile .about-item dt {
  width: 200px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
}
.about-profile .about-item dd {
  flex: 1;
  padding-left: 10px;
}
@media screen and (min-width: 1102px) {
  .about-profile .about-item dd {
    margin-left: 220px;
  }
}

.recruit-profile {
  background-color: white;
  padding: 0 30px 40px;
}
.recruit-profile h2 {
  text-align: center;
  font-size: 2em;
  margin: 2em 0 1em;
  border-top: 2px solid #702818;
  border-bottom: 2px solid #702818;
  padding: 0.3em;
  color: #702818;
}
.recruit-profile .recruit-list {
  margin: 0;
  padding: 0;
}
.recruit-profile .recruit-item {
  padding: 1.5em 0;
  border-top: 1px dotted #702818;
}
.recruit-profile .recruit-item:last-child {
  border-bottom: 1px dotted #702818;
}
@media screen and (min-width: 1102px) {
  .recruit-profile .recruit-item {
    display: flex;
  }
}
.recruit-profile .recruit-item dt {
  width: 200px;
  font-weight: bold;
  color: #333;
  padding-left: 10px;
}
.recruit-profile .recruit-item dd {
  flex: 1;
  padding-left: 10px;
}
@media screen and (min-width: 1102px) {
  .recruit-profile .recruit-item dd {
    margin-left: 220px;
  }
}

.category-section {
  text-align: center;
  margin: 60px auto;
}
.category-section .main-title {
  font-size: 2rem;
  position: relative;
  margin-bottom: 50px;
  background: white;
  z-index: 2;
}
@media screen and (min-width: 1102px) {
  .category-section .main-title {
    color: #777;
    margin-bottom: 80px;
  }
}
.category-section .main-title::before {
  content: "カテゴリー";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  text-wrap: nowrap;
  font-size: 1rem;
}
.category-section .category-buttons {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
.category-section .category-buttons button {
  padding: 10px 20px;
  border: none;
  background-color: #702818;
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
}
.category-section .category-buttons button:hover {
  background-color: #8a3b28;
}

.product-section {
  padding: 60px 5%;
  border-top: 1px solid #eee;
}
.product-section .product-title {
  font-size: 1.8rem;
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #702818;
}
@media screen and (min-width: 1102px) {
  .product-section .product-title {
    cursor: default;
  }
}
.product-section .underline {
  margin: 10px 0 30px;
  width: 100%;
  height: 3px;
  background-color: #702818;
  margin: 0 auto 40px;
}
.product-section .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 75px;
  transition: max-height 0.5s ease;
  overflow: hidden;
}
.product-section .product-grid .product-card {
  width: 300px;
  height: 450px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
}
.product-section .product-grid .product-card img {
  width: 100%;
  height: 60%;
  object-fit: cover;
  border-radius: 5px;
}
.product-section .product-grid .product-card h3 {
  margin: 12px 0 8px;
  font-size: 1rem;
  color: #702818;
}
.product-section .product-grid .product-card p {
  text-align: left;
  font-size: 0.8rem;
  color: rgba(0, 1, 3, 0.7882352941);
  padding: 0 10px 10px;
}
.product-section .product-grid .product-card p .product-volume {
  display: block;
  font-size: 8px;
}

.news-page {
  padding-top: 40px;
  font-family: sans-serif;
  text-align: center;
  background: #fff6f2;
  color: #702818;
}
.news-page__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}
.news-page__main-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-page__sub-title {
  font-size: 16px;
}
.news-page__main-title, .news-page__sub-title {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.news-page__date {
  font-size: 14px;
  color: #702818;
  opacity: 0.7;
  margin-bottom: 10px;
}
.news-page__content-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.news-page__text {
  font-size: 16px;
  line-height: 1.8;
  white-space: pre-line;
}
.news-page__button-wrapper {
  margin-top: 120px;
  background-color: #fff;
  padding: 120px 0;
}
.news-page__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  border: 2px solid #702818;
  text-decoration: none;
  color: #702818;
}
.news-page__button:hover {
  background-color: #702818;
  color: white;
  opacity: 1;
}

.news {
  padding: 40px 20px;
  background-color: white;
}
.news .news-title {
  text-align: center;
  font-size: 2em;
  margin-bottom: 1.5em;
  color: #702818;
}
.news .news-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-items: center;
  gap: 40px;
}
@media screen and (min-width: 1102px) {
  .news .news-container {
    gap: 100px;
  }
}
.news .news-card {
  width: 250px;
  height: 400px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.news .news-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.news .news-card .news-text {
  padding: 10px;
  flex: 1;
}
.news .news-card .news-text .news-date {
  font-size: 0.85em;
  color: #666;
  margin-bottom: 0.5em;
}
.news .news-card .news-text .news-heading {
  font-size: 1em;
  color: #333;
  line-height: 1.4;
}
.news .pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 5px;
}
.news .pagination .page-btn {
  padding: 5px 10px;
  border: 1px solid #702818;
  background: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.news .pagination .page-btn.active {
  background: #702818;
  color: #fff;
}
.news .pagination .page-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.biz-udmincho-regular {
  font-family: "BIZ UDMincho", serif;
  color: rgba(0, 1, 3, 0.7882352941);
}

@media screen and (min-width: 1102px) {
  .l-wrapper {
    max-width: 1500px;
    margin: 0 auto;
  }
}

header {
  width: auto;
  height: 50px;
}
@media screen and (min-width: 1102px) {
  header {
    height: 100px;
    margin-bottom: 30px;
  }
}
header .nav__wrap {
  padding: 0 20px;
}
@media screen and (min-width: 1102px) {
  header .nav__wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px;
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
}
header .nav__wrap .nav__logo {
  width: 120px;
  padding-top: 15px;
}
@media screen and (min-width: 1102px) {
  header .nav__wrap .nav__logo {
    width: 300px;
    height: 100%;
  }
}
header .nav__wrap .nav__right {
  display: none;
}
@media screen and (min-width: 1102px) {
  header .nav__wrap .nav__right {
    display: block;
  }
  header .nav__wrap .nav__right .nav__top {
    display: flex;
    height: 56px;
    margin-bottom: 20px;
  }
  header .nav__wrap .nav__right .nav__top .nav__tel {
    display: flex;
    font-size: 24px;
    text-wrap: nowrap;
    align-items: end;
  }
  header .nav__wrap .nav__right .nav__top .nav__tel img {
    width: 30px;
    height: 30px;
  }
  header .nav__wrap .nav__right .nav__top .nav__time {
    font-size: 12px;
    align-self: end;
    margin: 0 30px;
  }
}
@media screen and (min-width: 1102px) {
  header .nav__wrap .nav__right .nav__list {
    display: flex;
    justify-content: space-between;
    align-items: end;
    list-style: none;
  }
  header .nav__wrap .nav__right .nav__list .nav__item {
    color: #702818;
    text-decoration: none;
    border-right: 1px solid #78340d;
    padding: 0px 30px;
  }
  header .nav__wrap .nav__right .nav__list .nav__item:last-child {
    border-right: 0px;
  }
  header .nav__wrap .nav__right .nav__list .nav__item a {
    text-decoration: none;
  }
}
@media screen and (min-width: 1102px) {
  header {
    height: 100px;
  }
}

.nav__rakuten, .nav__online {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 56px;
  line-height: 1;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}
.nav__rakuten img, .nav__online img {
  display: block;
}
.nav__rakuten:hover, .nav__online:hover {
  opacity: 0.85;
}

.nav__online {
  background: #ff1c70;
  opacity: 0.8;
}
.nav__online a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  height: 100%;
}
.nav__online a .online__icon {
  width: 30px;
  height: 30px;
}
.nav__online a .online__txt {
  color: #fff;
}

.nav__rakuten {
  background: transparent;
}
.nav__rakuten img {
  width: 100%;
  height: auto;
}

.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
@media screen and (min-width: 1102px) {
  .hamburger-overlay {
    display: none;
  }
}
.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background: #702818;
  transition: all 0.6s;
}
.hamburger-overlay__line:nth-of-type(1) {
  top: 14px;
}
.hamburger-overlay__line:nth-of-type(2) {
  top: 23px;
}
.hamburger-overlay__line:nth-of-type(3) {
  top: 32px;
}
.hamburger-overlay.active .hamburger-overlay__line {
  background-color: #702818;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}
.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}
.nav-overlay__content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #702818;
}
.nav-overlay__list .logo {
  height: 120px;
}
.nav-overlay__list .nav__tel {
  display: flex;
  justify-content: center;
  margin: 60px 0 30px;
  font-size: 20px;
  font-weight: bold;
}
.nav-overlay__list .nav__tel img {
  width: 20px;
  align-self: center;
  margin-right: 10px;
}
.nav-overlay__list .time {
  font-size: 12px;
}
.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
  display: flex;
  justify-content: center;
}
.nav-overlay__item:nth-child(8) {
  margin-bottom: 50px;
}
.nav-overlay__link {
  display: inline-block;
  padding: 10px;
  color: #702818;
  font-size: 20px;
  text-decoration: none;
  transition: color 0.3s;
}
.nav-overlay__link:hover {
  color: #4a90e2;
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.2s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.4s;
}

.nav-overlay.active .nav-overlay__item:nth-child(5) {
  transition-delay: 0.5s;
}

.nav-overlay.active .nav-overlay__item:nth-child(6) {
  transition-delay: 0.6s;
}

.nav-overlay.active .nav-overlay__item:nth-child(7) {
  transition-delay: 0.7s;
}

.nav-overlay.active .nav-overlay__item:nth-child(8) {
  transition-delay: 0.8s;
}

.nav-overlay.active .nav-overlay__item:nth-child(9) {
  transition-delay: 0.9s;
}

.nav-overlay.active .nav-overlay__item:nth-child(10) {
  transition-delay: 1s;
}

@media screen and (min-width: 1102px) {
  .nav-overlay__list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav__online,
  .nav__rakuten {
    display: inline-flex;
    margin: 0 10px;
  }
  .nav-overlay__item--buttons {
    display: flex;
    justify-content: center;
  }
}
#footer {
  background-color: #fff6f2;
}
#footer .f__wrapper {
  max-width: 1500px;
  margin: 0 auto;
}
#footer .f__container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
@media screen and (min-width: 1102px) {
  #footer .f__container {
    height: 500px;
    justify-content: space-around;
  }
}
#footer .f-logo__container {
  display: grid;
  place-items: center;
  width: 300px;
  height: 200px;
}
#footer .f-logo__container .f-logo {
  margin-bottom: 20px;
}
#footer .f-logo__container .f-logo img {
  width: 240px;
}
@media screen and (min-width: 1102px) {
  #footer .f-logo__container .f-logo img {
    width: 450px;
  }
}
#footer .f-logo__container .f-icon {
  display: flex;
  justify-content: center;
  gap: 50px;
}
#footer .f-logo__container .f-icon .f-icon__f img,
#footer .f-logo__container .f-icon .f-icon__i img {
  width: 40px;
}
@media screen and (min-width: 1102px) {
  #footer .f-logo__container .f-icon .f-icon__f img,
  #footer .f-logo__container .f-icon .f-icon__i img {
    width: 90px;
  }
}
#footer .f-logo__container .f-icon .f-icon__f {
  border-right: 1px solid rgba(0, 1, 3, 0.7882352941);
  padding-right: 50px;
}
#footer .f-list__container {
  display: none;
}
@media screen and (min-width: 1102px) {
  #footer .f-list__container {
    display: flex;
    text-align: center;
    gap: 5rem;
  }
}
#footer .f-list__title {
  color: #702818;
  font-size: 20px;
  border-bottom: 1px solid #702818;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#footer .f-list__item {
  margin-bottom: 30px;
}
#footer .f-list__item--shop a {
  color: #ff1c70;
}
#footer .copy {
  background: #702818;
  color: #e8ca7e;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.breadcrumb {
  display: flex;
  list-style: none;
  padding: 0 10px;
  margin: 10px 0;
  font-size: 12px;
}
@media screen and (min-width: 1102px) {
  .breadcrumb {
    font-size: 14px;
    flex-wrap: wrap;
    overflow-x: visible;
    white-space: normal;
    padding: 0;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li + li::before {
  content: ">";
  padding: 0 8px;
  color: #999;
}
.breadcrumb a {
  text-decoration: none;
  color: #702818;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .current {
  color: #555;
  pointer-events: none;
}

.page-title {
  height: 150px;
  width: 100%;
  position: relative;
  padding-top: 10px;
}
@media screen and (min-width: 1102px) {
  .page-title {
    height: 300px;
    padding: 0;
  }
}
.page-title .page-title__img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background-size: 100% auto;
}
.page-title .page-title__img img {
  object-fit: cover;
}
.page-title .page-title__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(112, 40, 24, 0.5);
  z-index: 1;
}
.page-title .page-title__txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  z-index: 3;
  color: white;
}
@media screen and (min-width: 1102px) {
  .page-title .page-title__txt {
    font-size: 48px;
  }
}

.footer-contact {
  height: 250px;
  background: url("../../../img/top.JPG") no-repeat center center/cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 247, 244, 0.3);
  z-index: 1;
}
@media screen and (min-width: 1102px) {
  .footer-contact {
    height: 420px;
  }
}
.footer-contact__inner {
  width: 370px;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2em;
  z-index: 2;
}
@media screen and (min-width: 1102px) {
  .footer-contact__inner {
    height: 300px;
    width: 800px;
    gap: 1em;
  }
}
.footer-contact__title {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 1102px) {
  .footer-contact__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.footer-contact__title::before {
  content: "";
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #702818;
  display: inline-block;
}
@media screen and (min-width: 1102px) {
  .footer-contact__title::before {
    width: 80px;
    height: 2px;
  }
}
.footer-contact__tel {
  font-weight: bold;
}
.footer-contact__tel a:hover {
  opacity: 1 !important;
}
.footer-contact__text, .footer-contact__address, .footer-contact__tel {
  line-height: 1.6;
  font-size: 10px;
}
@media screen and (min-width: 1102px) {
  .footer-contact__text, .footer-contact__address, .footer-contact__tel {
    font-size: 16px;
  }
}

.footer-contact__buttons {
  display: flex;
  flex-direction: column; /* モバイルは縦並び */
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 1102px) {
  .footer-contact__buttons {
    flex-direction: row; /* デスクトップは横並び */
    justify-content: center;
    gap: 16px;
  }
}

.shop-button {
  display: inline-flex;
  width: 190px;
  height: 25px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background-color: #ff1c70;
  color: white;
  text-decoration: none;
  padding: 12px 10px;
  border-radius: 6px;
  font-size: 10px;
  transition: background-color 0.3s;
  text-wrap: nowrap;
}
@media screen and (min-width: 1102px) {
  .shop-button {
    gap: 8px;
    width: 270px;
    height: 50px;
    font-size: 14px;
    padding: 20px;
  }
}
.shop-button:hover {
  background-color: #f59ab4;
}
.shop-button__icon {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 1102px) {
  .shop-button__icon {
    width: 30px;
    height: 30px;
  }
}

.image-button {
  display: inline-block;
}
.image-button img {
  display: block;
  width: 190px;
  height: auto;
  transition: opacity 0.3s;
}
.image-button:hover img {
  opacity: 0.8;
}
@media screen and (min-width: 1102px) {
  .image-button img {
    width: 270px;
  }
}

.fade-up-section {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.8s ease-out;
}

/* 表示されたときに付けるクラス */
.fade-up-section.show {
  opacity: 1;
  transform: translateY(0);
}

#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: #702818;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  position: fixed;
  text-align: center;
  line-height: 30px;
  padding: 0;
}

#scrollTopBtn:hover {
  background-color: #702818;
  transform: scale(1.1);
}

#scrollTopBtn {
  display: none;
}

.noto-serif-jp-uniquifier {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  scroll-behavior: smooth;
}

main {
  line-height: 1.7;
  letter-spacing: 1.5px;
  font-size: 16px;
  color: rgba(0, 1, 3, 0.7882352941);
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #702818;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right:hover {
  color: white;
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.12em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.12em;
}