/* ----------------------------------------------------
 - Layout
----------------------------------------------------- */
.l-container {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.l-header {
  position: fixed;
  top: 32px;
  left: 0;
  width: 100%;
  padding: 0 40px;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .l-header {
    top: 20px;
    padding: 0 20px;
  }
}

/* ----------------------------------------------------
 - Common
----------------------------------------------------- */
.c-heading__primary {
  font-family: letter-gothic-std, monospace;
  font-size: 50px;
  margin-left: -0.05em;
  margin-bottom: 56px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-style: italic;
  transform: rotate(-4.679deg);
}

.c-heading__primary.-center {
  text-align: center;
}

.c-heading__primary.-right {
  text-align: right;
}

.c-inner__heading {
  position: relative;
  padding-top: 200px;
  padding-bottom: 11.25%;
  background-color: #f5e8da;
}

.c-inner__heading::before {
  content: "";
  position: absolute;
  right: 12%;
  bottom: 40px;
  width: 170px;
  height: 232px;
  background: url(../img/common/illust_heading.svg) no-repeat center / cover;
  z-index: 1;
}

.c-inner__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 11.25%;
  background: url(../img/common/bg_heading.svg) no-repeat center / cover;
}

.c-heading__secondary {
  display: inline-block;
  font-family: letter-gothic-std, "Noto Sans JP", monospace;
  font-size: 72px;
  margin-bottom: 56px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  font-style: italic;
  transform: rotate(-4.679deg);
}

.c-heading__secondary .ja {
  display: block;
  margin-top: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
}

.c-copy {
  margin-top: -0.5em;
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}

.c-copy.-center {
  text-align: center;
}

.c-button__wrap {
  margin-top: 48px;
}

.c-button__wrap.-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.c-button__primary {
  position: relative;
  display: inline-block;
  width: 380px;
  background-color: #d56939;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-family: letter-gothic-std, "Noto Sans JP", monospace;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 70px;
  transition: opacity 0.3s;
}

.c-button__primary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 40px;
  font-size: 32px;
  transform: translateY(-50%);
}

.c-button__map {
  position: relative;
  display: inline-block;
  width: 174px;
  padding-left: 46px;
  background-color: #d56939;
  color: #fff;
  border-radius: 26px;
  font-family: letter-gothic-std, monospace;
  font-size: 16px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

.c-button__map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  bottom: 0;
  width: 14px;
  height: 19px;
  margin: auto;
  background: url(../img/common/icon-map.svg) no-repeat center / cover;
}

.c-map {
  flex: 1;
  position: relative;
  height: 320px;
}

.c-map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
@media screen and (min-width: 767px) {
  .c-button__primary:hover,
  .c-button__map:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .c-heading__primary {
    margin-bottom: 32px;
    font-size: 32px;
  }

  .c-inner__heading {
    padding-top: 120px;
  }

  .c-inner__heading::before {
    right: 6%;
    bottom: 20px;
    width: 79px;
    height: 100px;
  }

  .c-heading__secondary {
    margin-bottom: 72px;
    font-size: 48px;
  }

  .c-heading__secondary .ja {
    font-size: 18px;
  }

  .c-copy {
    margin-bottom: 32px;
    font-size: 1.25rem;
    line-height: 2;
  }

  .c-button__wrap {
    margin-top: 40px;
  }

  .c-button__primary {
    width: 250px;
    margin: auto;
    border-radius: 40px;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 48px;
  }

  .c-button__primary::after {
    right: 24px;
    font-size: 30px;
  }

  .c-button__map {
    width: 160px;
    padding-left: 46px;
    border-radius: 26px;
    font-size: 14px;
    line-height: 40px;
  }

  .c-map {
    height: 200px;
  }
}

/* ----------------------------------------------------
 - Object
----------------------------------------------------- */

/* - header
----------------------------------------------------- */
.p-header {
  display: flex;
  justify-content: space-between;
}
.p-header__logo {
  width: auto;
  height: 90px;
}

.p-header__logo img {
  width: auto;
  height: 100%;
}

.p-hamburger__btn {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  z-index: 10;
}

.p-hamburger__line {
  position: relative;
  display: block;
  width: 28px;
  height: 3px;
  margin: auto;
  background-color: #4a231d;
  border-radius: 4px;
}

.p-hamburger__line::before,
.p-hamburger__line::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #4a231d;
  border-radius: 4px;
  transition: 0.3s;
}

.p-hamburger__line::before {
  top: -8px;
}

.p-hamburger__line::after {
  top: 8px;
}

.p-header__nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  padding: 150px 40px 0;
  background-color: #f4eae1;
  transition: 0.4s;
}

.p-globalNav__list + .p-globalNav__list {
  margin-top: 32px;
}

.p-globalNav__list a {
  text-transform: capitalize;
  font-family: letter-gothic-std, monospace;
  font-size: 26px;
  font-weight: 700;
  transition: 0.3s;
}

.is-active .p-header__nav {
  right: 0;
}

.is-active .p-hamburger__line {
  background-color: transparent;
}

.is-active .p-hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.is-active .p-hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 767px) {
  .p-globalNav__list a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .p-header__logo {
    height: 56px;
  }

  .p-hamburger__btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }

  .p-hamburger__line {
    width: 20px;
    height: 2px;
  }

  .p-hamburger__line::before {
    top: -6px;
  }

  .p-hamburger__line::after {
    top: 6px;
  }

  .p-header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    padding: 80px 40px 0;
    background-color: #f4eae1;
  }

  .p-globalNav__list + .p-globalNav__list {
    margin-top: 24px;
  }

  .p-globalNav__list a {
    font-family: letter-gothic-std, monospace;
    font-size: 20px;
    transition: 0.3s;
  }
}

/* - footer
----------------------------------------------------- */
.p-footer {
  position: relative;
  padding-top: calc(3.8020333333% + 40px);
  padding-bottom: 40px;
  background-color: #d6c8b9;
}

.p-footer::before {
  content: "";
  position: absolute;
  top: calc(-3.08020333333% * 2);
  left: 0;
  width: 100%;
  padding-top: 3.8020333333%;
  background: url(../img/common/bg_footer.svg) no-repeat center / cover;
}

.p-pagetop {
  position: absolute;
  top: -60px;
  right: 10%;
  transition: 0.3s;
}

.p-pagetop img {
  width: 70px;
}

.p-footer__logo {
  margin-bottom: 48px;
  text-align: center;
}

.p-footer__logo img {
  height: 100px;
  width: auto;
}

.p-footer__sns {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}

.p-footer__sns > li + li {
  margin-left: 16px;
}

.p-footer__sns li a {
  transition: opacity 0.3s;
}

.p-footer__sns li a img {
  width: 32px;
}

.p-footer__copy {
  text-align: center;
  font-family: letter-gothic-std, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 767px) {
  .p-pagetop:hover {
    top: -65px;
  }

  .p-footer__sns li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding-top: calc(3.8020333333% + 20px);
    padding-bottom: 24px;
  }

  .p-pagetop {
    top: -30px;
    right: 20px;
  }

  .p-pagetop img {
    width: 40px;
  }

  .p-footer__logo {
    margin-bottom: 24px;
    text-align: center;
  }

  .p-footer__logo img {
    height: 64px;
  }

  .p-footer__sns {
    margin-bottom: 40px;
  }

  .p-footer__sns > li {
    width: 32px;
  }

  .p-footer__sns > li + li {
    margin-left: 16px;
  }
}

@media screen and (max-width: 380px) {
  .p-footer::before {
    top: -3.8020333333%;
  }
}

/* - hero
----------------------------------------------------- */
.p-hero {
  position: relative;
  width: 100%;
  background-color: #f5e8da;
  padding-bottom: 4.79166667%;
}

.p-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 4.79166667%;
  background: url(../img/top/hero_bg.svg) no-repeat center / cover;
}

/* .p-hero::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, #e7d5c1, #f5e8da);
} */

@media screen and (max-width: 768px) {
  /* .p-hero::after {
    height: 40px;
    background: linear-gradient(to bottom, #e7d5c1, #f5e8da);
  } */
}

/* - news
----------------------------------------------------- */
.p-topNews {
  position: relative;
  padding: 88px 0;
  background-color: #f5e8da;
}

.p-topNews__body {
  position: relative;
  display: flex;
}
.p-topNews__head .p-read__sub {
  margin: 1rem 0 2rem;
}
.p-topNews__wrap {
  margin-left: 100px;
}

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

.p-news__article + .p-news__article {
  margin-top: 40px;
}

.p-news__article .p-box__text {
  min-width: 300px;
  line-height: 2;
}

.p-news__article .c-image {
  width: 50%;
  max-width: 300px;
  max-height: 300px;
  height: fit-content;
  margin-left: 30px;
  background: #ccc;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}
.p-news__article > img {
  align-self: flex-start;
  width: 160px;
  height: auto;
  margin-right: 32px;
}

.p-news__date {
  margin-bottom: 8px;
  font-size: 0.875rem;
  font-weight: bold;
}

.p-news__title {
  margin-bottom: 8px;
  color: #d56939;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}

.p-news__text {
  font-size: 1rem;
  line-height: 2;
}

.p-txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.p-news__text > a {
  text-decoration: underline;
  transition: opacity 0.3s;
}

.p-illust01 {
  position: absolute;
  bottom: 0%;
  width: 14vw;
  max-width: 120px;
}

@media screen and (min-width: 767px) {
  .p-topNews__head {
    min-height: 420px;
  }
  .p-news__text > a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .p-topNews {
    padding: 40px 0;
  }

  .p-topNews__body {
    display: block;
  }

  .p-topNews__wrap {
    margin-left: 0;
  }

  .p-news__article + .p-news__article {
    margin-top: 32px;
  }

  .p-news__article > img {
    width: 100px;
    margin-right: 16px;
  }

  .p-news__date {
    margin-bottom: 0px;
    font-size: 0.75rem;
  }

  .p-news__title {
    margin-bottom: 4px;
    font-size: 1rem;
  }

  .p-news__text {
    font-size: 0.875rem;
  }

  .p-illust01 {
    top: 0;
    right: 40px;
    width: 13vw;
    max-width: 80px;
  }
  .p-topNews__head {
    margin-bottom: 40px;
  }
  .p-topNews__head .p-read__sub {
    margin: 1rem 0 1rem;
  }
  .p-topNews__wrap .p-news__article {
    display: block;
  }
  .p-news__article .c-image {
    width: 100%;
    margin: 20px auto 0;
  }
}

/* - mission
----------------------------------------------------- */
.p-mission {
  position: relative;
  background-color: #d6c8b9;
  padding-top: calc(11.25% + 24px);
  padding-bottom: 80px;
}

.p-mission::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding-top: 11.25%;
  background: url(../img/top/bg01.svg) no-repeat center / cover;
}

.p-mission__body {
  position: relative;
}

.p-mission__read {
  padding: 0 30px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-illust02 {
  position: absolute;
  top: -165px;
  right: 20px;
  width: 17vw;
  max-width: 170px;
}

.p-illust03 {
  position: absolute;
  top: 60px;
  left: -20px;
  width: 17vw;
  max-width: 255px;
}

.p-illust04 {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 11vw;
  max-width: 161px;
}

.p-illust05 {
  position: absolute;
  bottom: -60px;
  right: -30px;
  width: 16vw;
  max-width: 226px;
}

@media screen and (max-width: 768px) {
  .p-mission {
    padding-top: calc(11.25% + 24px);
    padding-bottom: 56px;
  }

  .p-mission__read {
    padding: 0 10px;
    text-align: left;
    font-size: 1rem;
  }

  .p-illust02 {
    top: -80px;
    right: 20px;
    max-width: 100px;
  }

  .p-illust03,
  .p-illust04,
  .p-illust05 {
    display: none;
  }
}

/* - concept
----------------------------------------------------- */
.p-concept {
  position: relative;
  background-color: #f5e8da;
  padding-top: calc(4.79166667% + 40px);
  padding-bottom: 20px;
}

.p-concept::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding-top: 4.79166667%;
  background: url(../img/top/bg02.svg) no-repeat center / cover;
}

.p-concept__body {
  display: flex;
}

.p-concept__body > img {
  align-self: flex-start;
  width: 46%;
  margin-left: 80px;
}

@media screen and (max-width: 768px) {
  .p-concept {
    position: relative;
    background-color: #f5e8da;
    padding-top: calc(4.79166667% + 40px);
    padding-bottom: 20px;
  }

  .p-concept__body {
    display: block;
  }

  .p-concept__body .c-heading__primary,
  .p-concept__body .c-copy {
    text-align: center;
  }

  .p-concept__body > img {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}

/* - products
----------------------------------------------------- */
.p-topProducts {
  position: relative;
  padding-top: calc(12.0833333% + 80px);
  padding-bottom: 40px;
  overflow: hidden;
}

.p-topProducts::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  padding-top: 12.0833333%;
  background: url(../img/top/bg03.svg) no-repeat center / cover;
  z-index: -1;
}

.p-topProducts__body {
  position: relative;
  display: flex;
}

.p-topProducts__textBox {
  align-self: center;
}

.p-topProducts__slider {
  flex: 1;
  /* position: relative;
  margin-left: 80px; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 500px;
}

.p-topProducts__slider-wrap {
  transition-timing-function: linear;
  height: 100%;
}

.p-topProducts__slider-wrap li {
  width: auto;
  height: 100%;
  margin-right: 48px;
}

.p-topProducts__slider-wrap li img {
  width: auto;
  height: 100%;
}

.p-illust06 {
  position: absolute;
  top: -180px;
  left: -20px;
  width: 62vw;
  max-width: 520px;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-topProducts {
    position: relative;
    padding-top: calc(12.0833333% + 80px);
    padding-bottom: 40px;
    overflow: hidden;
  }

  .p-topProducts__body {
    position: relative;
    display: block;
    padding-bottom: 172px;
  }

  .p-topProducts__textBox {
    text-align: center;
  }

  .p-topProducts__slider {
    top: auto;
    left: 0;
    bottom: 0;
    /* position: relative;
    margin-top: 32px;
    margin-left: 0; */
    width: 100%;
    height: 140px;
  }

  .p-topProducts__slider-wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
  }

  .p-topProducts__slider-wrap li {
    width: auto;
    height: 140px;
    margin-right: 24px;
  }

  .p-topProducts__slider-wrap li > img {
    width: auto;
    height: 100%;
  }

  .p-illust06 {
    top: -115px;
    left: 0px;
    width: 70vw;
    max-width: 320px;
  }
}

/* - produce
----------------------------------------------------- */
.p-topCraft {
  position: relative;
  padding-top: calc(10% + 80px);
  padding-bottom: 56px;
  background-color: #efe3d8;
}

.p-topCraft::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10%;
  background: url(../img/top/bg04.svg) no-repeat center / cover;
}

.p-topCraft__body {
  position: relative;
}

.p-topCraft__grid {
  display: flex;
  align-items: flex-start;
}

.p-topCraft__grid > img {
  width: 46%;
  margin-right: 80px;
}

.p-topCraft__textBox {
  align-self: center;
}

.p-illust07 {
  position: absolute;
  top: calc(-10% - 120px);
  right: 0;
  width: 17vw;
  max-width: 155px;
}

.p-topYoutube__body{
  padding-top: calc(10%);
  width: 100%;
  padding-bottom: 50px;
}

.p-topYoutube__movie{
  width: 100%;
  height: 30vw;
  background-color: #999;
  margin-bottom: 180px;
}

.p-topYoutube__banner{
  position: relative;
}

.p-topYoutube__banner-illust{
  position: absolute;
  width: 12vw;
  min-width: 150px;
  top: -40%;
  left: -5%;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .p-topCraft {
    padding-top: calc(10% + 48px);
    padding-bottom: 56px;
  }

  .p-topCraft__body {
    position: relative;
  }

  .p-topCraft__grid {
    display: block;
  }

  .p-topCraft__grid > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .p-topCraft__textBox {
    align-self: center;
  }

  .p-illust07 {
    top: -22vw;
    right: 20px;
    width: 20vw;
    max-width: 100px;
  }

  .p-topYoutube__movie{
    width: 100%;
    height: 40vw;
    background-color: #999;
    margin-bottom: 60px;
  }

  .p-topYoutube__banner-illust{
    position: absolute;
    width: 20vw;
    min-width: 80px;
    top: -50%;
    left: -5%;
  }
}

/* - shop
----------------------------------------------------- */
.p-shop {
  position: relative;
  padding-top: 11.25%;
  padding-bottom: 80px;
  background-color: #fff;
}

.p-shop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 11.25%;
  background: url(../img/top/bg05.svg) no-repeat center / cover;
}

.p-shop__inner {
  position: relative;
  padding-top: 11.25%;
  padding-bottom: 160px;
  /* background-color: #efe3d8; */
  background-color: #fff;
}

.p-shop__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 11.25%;
  background: url(../img/common/bg_store.svg) no-repeat center / cover;
}

.p-shop__grid {
  display: flex;
}

.p-shop__textBox {
  align-self: center;
  width: 440px;
  margin-left: 80px;
}

.p-shop__title {
  margin-bottom: 16px;
  color: #d56939;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-shop__name {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.p-shop__textBox dl {
  display: flex;
}

.p-shop__textBox dl + dl {
  margin-top: 16px;
}

.p-shop__textBox dl dt {
  width: 25%;
  margin-right: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-shop__textBox dl dd {
  width: 75%;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.p-shop__link {
  display: flex;
  margin-top: 24px;
}

.p-shop__link li {
  align-self: center;
}

.p-shop__link li + li {
  margin-left: 16px;
}

.p-shop__link li a {
  display: inline-block;
  transition: opacity 0.3s;
}

.p-shop__link li a img {
  width: 32px;
  height: 32px;
}

.p-shop__text {
  margin-top: 16px;
  font-size: 1.125rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-shop__bnr {
  max-width: 1100px;
  margin: 88px auto 0;
}

.p-illust08 {
  position: absolute;
  top: -17%;
  left: -20px;
  width: 20vw;
  max-width: 240px;
}

.p-shop__local {
  margin: 100px auto;
}
.p-shop__local .p-title__local {
  font-weight: bold;
  font-size: 1.6rem;
}
.p-shop__local .p-title__local span {
  font-size: 2rem;
  color: #c96f45;
  margin-right: 1rem;
}
.p-shop__local .p-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 900px;
  margin: 60px auto;
  gap: 60px 30px;
}
.p-shop__local .p-name {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 0.9rem;
}

.p-shop__local .p-shop__detail {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (min-width: 767px) {
  .p-shop__link li a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 880px) {
  .p-shop__grid {
    display: block;
  }

  .p-shop__textBox {
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    text-align: center;
  }

  .p-shop__textBox dl {
    max-width: 380px;
    margin: auto;
    text-align: left;
  }

  .p-shop__link {
    justify-content: center;
    text-align: left;
  }

  .p-shop__local .p-title__local {
    font-size: 1.6rem;
  }
  .p-shop__local .p-title__local span {
    font-size: 1.6rem;
    margin-right: 0.5rem;
  }
  .p-shop__local .p-container {
    grid-template-columns: 1fr;
    margin: 40px auto;
    gap: 40px 0;
  }
  .p-shop__local .p-name {
    font-size: 1.2rem;
  }

  .p-shop__local .p-shop__detail {
    grid-template-columns: 70px 1fr;
    gap: 5px 0;
    margin-bottom: 20px;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
  }
}

@media screen and (max-width: 768px) {
  .p-shop {
    padding-top: calc(11.25% + 20px);
    padding-bottom: 56px;
  }

  .p-shop__inner {
    padding-top: calc(11.25% + 20px);
    padding-bottom: 80px;
  }

  .p-shop__title {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .p-shop__name {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .p-shop__textBox > dl + dl {
    margin-top: 8px;
  }

  .p-shop__textBox > dl dt {
    width: 20%;
    font-size: 0.875rem;
  }

  .p-shop__textBox > dl dd {
    width: 80%;
    font-size: 0.875rem;
  }

  .p-shop__link {
    display: flex;
    margin-top: 24px;
  }

  .p-shop__link li {
    align-self: center;
  }

  .p-shop__link li + li {
    margin-left: 16px;
  }

  .p-shop__link li a img {
    width: 32px;
    height: 32px;
  }

  .p-shop__text {
    margin-top: 16px;
    font-size: 1rem;
  }

  .p-shop__bnr {
    margin: 32px auto 0;
  }

  .p-illust08 {
    top: -10%;
    left: 10px;
    width: 28vw;
    max-width: 130px;
  }
}

/* - company
----------------------------------------------------- */
.p-company {
  position: relative;
  padding-top: calc(4.58333333% + 60px);
  padding-bottom: 80px;
  background-color: #f5e8da;
}

.p-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 4.583333333%;
  background: url(../img/top/bg06.svg) no-repeat center / cover;
}
.p-company__grid {
  display: flex;
  margin-bottom: 64px;
}

.p-company__textBox {
  align-self: center;
  width: 450px;
  margin-right: 80px;
}

.p-company__title {
  margin-bottom: 16px;
  color: #d56939;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.p-company__name {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.p-company__btn {
  margin-top: 16px;
}

.p-company__list {
  max-width: 1100px;
  margin: auto;
}

.p-company__item {
  padding-left: 16px;
  padding-right: 16px;
}

.p-company__item + .p-company__item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #4a231d;
}

.p-company__item > dl {
  display: flex;
}

.p-company__item > dl dt {
  flex-shrink: 0;
  margin-right: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-company__item > dl dd {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 880px) {
  .p-company__grid {
    display: block;
  }

  .p-company__textBox {
    width: 100%;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-company {
    padding-top: calc(4.58333333% + 40px);
    padding-bottom: 56px;
  }

  .p-company .c-heading__primary {
    text-align: center;
  }

  .p-company__title {
    margin-bottom: 16px;
    font-size: 1rem;
  }

  .p-company__name {
    margin-bottom: 16px;
    font-size: 1.125rem;
  }

  .p-company__btn {
    margin-top: 16px;
  }

  .p-company__item {
    padding-left: 0;
    padding-right: 0;
  }

  .p-company__item + .p-company__item {
    margin-top: 16px;
    padding-top: 16px;
  }

  .p-company__item > dl {
    display: block;
  }

  .p-company__item > dl dt {
    margin-right: 0;
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 700;
  }

  .p-company__item > dl dd {
    font-size: 0.875rem;
    line-height: 2;
  }
}

/* - contact
----------------------------------------------------- */
.p-contact {
  position: relative;
  padding-top: calc(4.32291666% + 80px);
  padding-bottom: 160px;
}

.p-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 4.32291666%;
  background: url(../img/top/bg07.svg) no-repeat center / cover;
}

.p-form {
  max-width: 750px;
  margin: 40px auto 0;
}

.p-form fieldset + fieldset {
  margin-top: 32px;
}

.p-form fieldset > label {
  display: block;
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 700;
  cursor: auto;
}

.p-form fieldset > label .req {
  margin-left: 16px;
  padding: 2px 8px;
  background-color: #d56939;
  color: #fff;
  border-radius: 2px;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-form fieldset select,
.p-form fieldset > input[type="text"],
.p-form fieldset > input[type="email"],
.p-form fieldset > input[type="tel"],
.p-form fieldset > textarea {
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #4a231d;
  border-radius: 4px;
}

.p-form fieldset ::placeholder {
  color: #98877a;
  letter-spacing: 0.1em;
}

.p-form__select {
  position: relative;
}

.p-form__select::after {
  content: "";
  position: absolute;
  top: 23px;
  right: 24px;
  border-top: 8px solid #4a231d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  pointer-events: none;
}

.p-form fieldset .error {
  color: #9a1919;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-button__send {
  display: inline-block;
  width: 380px;
  background-color: #d56939;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

.p-contact.-confirm::before {
  content: none;
}

.p-form fieldset > p {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-button__back {
  display: inline-block;
  width: 380px;
  margin-bottom: 32px;
  background-color: #98877a;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

@media screen and (min-width: 767px) {
  .p-button__back:hover,
  .p-button__send:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .p-contact {
    padding-top: calc(4.32291666% + 40px);
    padding-bottom: 80px;
  }

  .p-form {
    max-width: 750px;
    margin: 32px auto 0;
  }

  .p-form fieldset + fieldset {
    margin-top: 24px;
  }

  .p-form fieldset > label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.875rem;
    font-weight: 700;
  }

  .p-form fieldset > label .req {
    margin-left: 8px;
    padding: 2px 4px;
    font-size: 0.75rem;
  }

  .p-form fieldset select,
  .p-form fieldset > input[type="text"],
  .p-form fieldset > input[type="email"],
  .p-form fieldset > input[type="tel"],
  .p-form fieldset > textarea {
    padding: 14px 16px;
  }

  .p-form fieldset ::placeholder {
    font-size: 14px;
  }

  .p-button__send {
    width: 250px;
    font-size: 16px;
    line-height: 48px;
  }

  .p-form fieldset > p {
    font-size: 0.875rem;
  }

  .p-button__back {
    width: 250px;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 48px;
  }
}

/* - products
----------------------------------------------------- */
.p-products {
  padding-bottom: 80px;
}
.p-products__read {
  margin-top: 40px;
  margin-bottom: 120px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

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

.p-products__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.p-products__item + .p-products__item {
  margin-top: 80px;
}

.p-products__item > img {
  align-self: flex-start;
  width: 33%;
}

.p-products__textBox {
  align-self: center;
  width: 60%;
  text-align: center;
}

.p-products__tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 12px 24px;
  background-color: #6d3c17;
  color: #fff;
  border-radius: 30px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-products__name {
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.p-products__name .en {
  display: block;
  margin-top: 4px;
  color: #6d3c17;
  font-family: letter-gothic-std, monospace;
  font-size: 1.25rem;
  font-weight: 700;
}

.p-products__details {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}

.p-products__textBox .c-button__wrap {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-products {
    padding-bottom: 64px;
  }
  .p-products__read {
    margin-bottom: 64px;
    font-size: 1.125rem;
    line-height: 2;
  }

  .p-products__item {
    flex-direction: column;
    justify-content: center;
  }

  .p-products__item:nth-child(odd) {
    flex-direction: column;
  }

  .p-products__item + .p-products__item {
    margin-top: 64px;
  }

  .p-products__item > img {
    width: 45%;
    max-width: 220px;
    margin: 0 auto 24px;
  }

  .p-products__textBox {
    align-self: center;
    width: 100%;
  }

  .p-products__tag {
    margin-bottom: 8px;
    padding: 8px 12px;
    font-size: 0.875rem;
  }

  .p-products__name {
    margin-bottom: 8px;
    font-size: 1.25rem;
  }

  .p-products__name .en {
    margin-top: 4px;
    font-size: 0.875rem;
  }

  .p-products__details {
    font-size: 0.875rem;
  }

  .p-products__textBox .c-button__wrap {
    text-align: center;
  }
}

/* ----------------------------------------------------
 - Utility
----------------------------------------------------- */
.u-visuallyhidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.u-sp {
  display: none;
}

.u-pc {
  display: block;
}

.u-text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.u-text.-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }

  .u-pc {
    display: none;
  }

  .u-text {
    font-size: 0.875rem;
  }
}
