#newsArea,
#kodawariArea,
#reviewArea,
#howtoeatArea,
#shopArea {
  padding-top: 140px;
  margin-top: -100px;
}

#howtoeatArea {
  padding-top: 100px;
}

/* #howtoeatArea {
  padding-top: 0 !important;
} */

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

  #newsArea,
  #kodawariArea,
  #reviewArea,
  #howtoeatArea,
  #shopArea {
    padding-top: 80px;
    margin-top: -40px;
  }

  /* #howtoeatArea {
    padding-top: 0 !important;
  } */
}

/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}

#slider div {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#slider>div {
  display: none;
}

.bx-viewport #slider>div {
  display: block;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.bx-wrapper .bx-viewport {
  box-shadow: none !important;
  border: 0 !important;
  left: 0 !important;
}

.bx-wrapper .bx-pager {
  bottom: -27px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 3px !important;
  padding-top: 15px;
  width: 25px !important;
  height: 1px !important;
  background: transparent !important;
  border-bottom: 1px solid #cccccc;
  border-radius: 0 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: transparent !important;
  border-bottom: 1px solid #000000;
}

/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton {
    display: block;
    width: auto;
  }
}

.p-line-informaiton ul {
  flex: 1;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton ul {
    font-size: 12px;
  }
}

.p-line-informaiton li {
  margin-bottom: 15px;
}

.p-line-informaiton__ttl {
  position: relative;
  margin: 0 40px 0 0;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl {
    margin: 0;
  }
}

.p-line-informaiton__ttl:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -20px;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
}

@media screen and (max-width: 767px) {
  .p-line-informaiton__ttl:before {
    content: none;
  }
}

/***** お知らせ *****/
.p-top-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .p-top-news {
    display: block;
    margin-bottom: 45px;
  }
}

.p-top-news__ttl {
  box-sizing: border-box;
  margin-right: 25px;
  padding: 10px;
  width: 110px;
  border: 1px solid #b2b2b2;
  font-size: 18px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px;
    width: 70px;
    border: 1px solid #b2b2b2;
    font-size: 12px;
  }
}

.p-top-news__body {
  flex: 1;
  margin-bottom: 0;
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-recommend.u-container {
  padding-bottom: 0;
}

/******************************/
/* NEW　ARRIVAL */
/******************************/
.p-new-item.u-container {
  padding-bottom: 0;
}

/******************************/
/* TOP RANKING */
/******************************/
.p-ranking-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.p-ranking-list .slick-prev,
.p-ranking-list .slick-next {
  top: 80px;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}

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

  .p-ranking-list .slick-prev,
  .p-ranking-list .slick-next {
    top: 110px;
    width: 45px;
    height: 45px;
  }
}

.p-ranking-list .slick-prev:before,
.p-ranking-list .slick-next:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  transition: all 0.4s ease;
  z-index: 1;
}

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

  .p-ranking-list .slick-prev:before,
  .p-ranking-list .slick-next:before {
    top: 15px;
  }
}

.p-ranking-list .slick-prev {
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev {
    left: 0px;
  }
}

.p-ranking-list .slick-prev:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-prev:before {
    left: 17px;
  }
}

.p-ranking-list .slick-next {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next {
    right: 0px;
  }
}

.p-ranking-list .slick-next:before {
  left: 4px;
  transform: rotate(135deg);
}

@media screen and (max-width: 767px) {
  .p-ranking-list .slick-next:before {
    left: 13px;
  }
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 25px;
  word-break: break-all;
}

@media screen and (max-width: 1030px) {
  .p-ranking-list__item {
    margin-right: 5px;
    margin-left: 5px;
  }
}

.p-ranking-list__img {
  position: relative;
  margin-bottom: 35px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-ranking-list__img {
    text-align: center;
  }
}

.p-ranking-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-ranking-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-ranking-list__img img {
  display: inline-block !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}

.p-ranking-list__num {
  position: absolute;
  top: 0;
  left: 1px;
  width: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.p-ranking-list__ttl img {
  vertical-align: middle;
}

.p-ranking-list__price {
  color: #909090;
  margin-top: 20px;
}

.p-ranking-list__btn {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d8d8d8;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-ranking-list__btn.is-added {
  color: #000000;
}

.p-ranking-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

/******************************/
/* TOP INFORMATION */
/******************************/
.p-information {
  padding-bottom: 0;
}

@media screen and (max-width: 1030px) {
  .p-information {
    padding-bottom: 45px;
  }
}

.p-information__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-information__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP FREE */
/******************************/
.p-free__body {
  margin-left: 60px;
  margin-right: 60px;
  line-height: 2;
}

@media screen and (max-width: 1030px) {
  .p-free__body {
    margin-left: 0;
    margin-right: 0;
  }
}

/******************************/
/* TOP BANNER */
/******************************/
.p-bnr {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 1030px) {
  .p-bnr {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.p-bnr-list {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-bnr-list {
    display: block;
  }
}

.p-bnr-list__item {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  width: 33.3333%;
}

@media screen and (max-width: 1030px) {
  .p-bnr-list__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-bnr-list__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}






/******************************/
/* top */
/******************************/
.index-wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #450406;
  line-height: 1.7;
  letter-spacing: 0.1em;
  /* padding-top: 100px; */
}

.index-wrapper a,
.index-wrapper a:hover {
  text-decoration: none;
}

.index-wrapper a {
  color: #450406;
}

.index-wrapper a:hover {
  opacity: 0.7;
}

.index-wrapper p {
  margin: 0 auto;
}

.index-wrapper ul {
  margin: 0 auto;
  padding: 0;
}

.index-wrapper li {
  list-style: none;
}

.index-wrapper img {
  width: 100%;
  height: auto;
  max-width: none;
}

.award-section {
  margin-top: 100px;
}

.index-section {
  margin-top: 100px;
  padding-bottom: 100px;
}

.newsArea,
.parallaxArea,
.shopArea,
.deliveryArea,
.bnrArea {
  padding-bottom: 0;
}

.aboutArea,
.kodawariArea,
.achievementArea,
.recommendArea,
.comparisonArea,
.reviewArea,
.howtoeatArea,
.faqArea,
.shippingDeliveryArea,
.tonkatsumiwaArea {
  margin-top: 0;
}

.indexAreaTitle {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.indexAreaTitle img {
  width: auto;
  margin: auto;
  padding-top: 80px;
}

/* お知らせ */
.newsArea,
.newsArea .indexAreaTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsArea .indexAreaTitle {
  width: 123px;
  height: 123px;
  border: 2px solid #A6522B;
  color: #A6522B;
  border-radius: 50%;
  justify-content: center;
}

.newsAreaBody {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 170px);
  max-height: 170px;
  overflow-y: scroll;
}

.newsAreaBody dt:nth-child(n+3),
.newsAreaBody dd:nth-child(n+3) {
  margin-top: 30px;
}

.newsAreaBody dt {
  width: 8em;
}

.newsAreaBody dd {
  width: calc(100% - 9em);
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; */
}

/* slider */
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.slick-slide {
  margin: 0 15px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

.index-wrapper ul {
  text-align: right;
  max-width: 1300px;
  padding: 0 10px;
  box-sizing: border-box;
}

.slick-dots li,
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}

.slick-dots li.slick-active,
.slick-dots li.slick-active button {
  background-color: #A6522B;
}

.slick-dots li button:before {
  opacity: 1;
  color: #fff;
  border: 1px solid #A6522B;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  line-height: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #A6522B;
}

/* 手羽先 */
.parallaxArea {
  position: relative;
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/tebasaki.jpg');
  background-size: cover;
  height: 700px;
}

/* .parallaxArea img[data-parallax] {
  width: 100%;
  height: 700px;
} */

.parallaxAreaBody {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.parallaxAreaLead {
  max-width: 600px;
  margin: 50px 0 0 auto;
}

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

.parallaxAreaIcons img {
  max-width: 177px;
}

.parallaxAreaText {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}

.parallaxAreaText span {
  color: #FBD800;
  font-size: 30px;
  margin: 0 2px;
}

/* 人気 */
.achievementArea {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/achievement-bg.jpg');
  background-size: cover;
  position: relative;
  padding-bottom: 400px;
  overflow: hidden;
}

.achievementAreaNumber {
  text-align: center;
}

.achievementAreaNumber img {
  max-width: 1200px;
  margin: 40px auto 0;
}

.achievementAreaCopy {
  text-align: center;
}

.achievementAreaCopy img {
  max-width: 580px;
  margin: 80px auto 0;
}

.achievementAreaImages img {
  position: absolute;
  width: 450px;
  transform: translateX(-50%);
}

.achievementAreaImages img:nth-child(1) {
  bottom: 270px;
  left: calc(50% - 520px);
}

.achievementAreaImages img:nth-child(2) {
  bottom: 270px;
  right: calc(50% - 1000px);
}

.achievementAreaImages img:nth-child(3) {
  bottom: 0;
  left: calc(50% - 300px);
}

.achievementAreaImages img:nth-child(4) {
  bottom: 0;
  right: calc(50% - 700px);
}

/* 理由 */
.aboutArea {
  background-color: #FAF7EB;
  position: relative;
}

.aboutArea::before {
  position: absolute;
  content: '';
  width: 363px;
  height: 375px;
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/pattern03.png');
  background-size: cover;
  top: 30px;
  right: 0;
}

.aboutAreaImages {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;
  margin-top: 80px;
}

.aboutAreaImages img {
  width: calc((100% - 20px) / 2);
}

/* こだわり */
.kodawariArea {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/kodawari-bg.jpg');
  background-size: cover;
  padding-bottom: 200px;
}

.kodawariArea ul {
  max-width: 1200px;
  width: calc(100% - 160px);
  margin-top: 70px;
}

.kodawariArea li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.kodawariArea li:nth-child(even) {
  flex-direction: row-reverse;
}

.kodawariArea li:nth-child(n+2) {
  padding-top: 100px;
}

.kodawariAreaImage {
  max-width: 536px;
  width: 100%;
  position: relative;
}

.kodawariAreaImage::after {
  position: absolute;
  content: '';
  background-size: cover;
  bottom: -100px;
  left: -80px;
}

.kodawariArea li:nth-child(even) .kodawariAreaImage::after {
  left: auto;
  right: -80px;
}

.kodawariArea li:nth-child(1) .kodawariAreaImage::after {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/kodawari01-copy.png');
  width: 358px;
  height: 374px;
}

.kodawariArea li:nth-child(2) .kodawariAreaImage::after {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/kodawari02-copy.png');
  width: 417px;
  height: 350px;
}

.kodawariArea li:nth-child(3) .kodawariAreaImage::after {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/kodawari03-copy.png');
  width: 383px;
  height: 368px;
}

.kodawariArea li:nth-child(4) .kodawariAreaImage::after {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/kodawari04-copy.png');
  width: 439px;
  height: 420px;
}

.kodawariAreaLead {
  padding: 50px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 20px 20px 0;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kodawariArea li:nth-child(even) .kodawariAreaLead {
  border-radius: 20px 0 0 20px;
}

.kodawariAreaTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.3;
  color: #A6522B;
  border-top: 2px solid #A6522B;
  border-bottom: 2px solid #A6522B;
  padding: 30px 0 30px 30px;
  text-align: left;
}

.kodawariAreaLead p {
  padding: 40px 25px 0 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: left;
}

/* お得 */
.comparisonArea {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/otoku-bg.jpg');
  background-size: cover;
}

.comparisonArea table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 50px;
}

.comparisonArea tr {
  display: flex;
}

.comparisonArea th {
  background-color: #fff;
  width: 200px;
}

.comparisonArea tr th:nth-child(1) {}

.comparisonArea tr th:nth-child(3) {
  background-color: #F9C40D;
  width: 400px;
}

.comparisonArea td {
  background-color: #FDFBF5;
  width: calc((100% - 600px) / 2);
}

.comparisonArea tr th,
.comparisonArea tr td {
  border-top: 1px solid #A6532B;
  border-left: 1px solid #A6532B;
  padding: 25px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  height: 120px;
  position: relative;
  box-sizing: border-box;
}

.comparisonArea tr td:last-child {
  border-right: 1px solid #A6532B;
}

.comparisonArea tr:last-child th,
.comparisonArea tr:last-child td {
  border-bottom: 1px solid #A6532B;
}

.comparisonArea tr:first-child th:nth-child(1) {
  background: none;
  border: none;
}

.comparisonArea tr:nth-child(1) th:nth-child(3) img:nth-child(1) {
  width: 73px;
}

.comparisonArea tr:nth-child(1) th:nth-child(3) img:nth-child(2) {
  width: 123px;
}

.comparisonArea tr:nth-child(2) th:nth-child(1) img {
  width: 60px;
}

.comparisonArea tr:nth-child(2) th:nth-child(3) img:nth-child(1) {
  width: 106px;
  position: relative;
  top: -25px;
  left: -120px;
}

.comparisonArea tr:nth-child(2) .comparisonAreaIcon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}

.comparisonArea tr:nth-child(2) th:nth-child(3) .comparisonAreaIcon img {
  width: 267px;
  top: 50%;
  left: auto;
}

.comparisonArea tr:nth-child(3) th:nth-child(1) img {
  width: 104px;
}

.comparisonArea tr:nth-child(3) th:nth-child(3) img:nth-child(1) {
  width: 191px;
}

.comparisonArea tr:nth-child(4) th:nth-child(1) img {
  width: 93px;
}

.comparisonArea tr:nth-child(4) .comparisonAreaIcon {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  z-index: 1;
}

.comparisonArea tr:nth-child(4) th:nth-child(3) .comparisonAreaIcon img {
  width: 185px;
}

.comparisonArea tr:nth-child(1) td {
  font-weight: bold;
}

.comparisonArea tr:nth-child(3) th {
  font-size: 49px;
}

.comparisonArea tr:nth-child(4) th {
  font-size: 44px;
}

/* cta */
.ctaArea {
  padding-bottom: 36px;
  position: relative;
  margin-top: 150px;
}

.ctaArea::before {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/pattern05.jpg');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 36px;
  bottom: 0;
}

.ctaAreaSlider {
  position: relative;
  width: 80%;
}

.ctaAreaInner .slick-slide.ctaAreaItem,
.ctaAreaInner .ctaAreaItem {
  width: 100%;
  transition: transform 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  gap: 15px 30px;
  margin: 0;
}

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

.ctaAreaToggleButton {
  cursor: pointer;
  padding: 10px 20px;
  width: calc((100% - 40px) / 2);
  border: 2px solid #A6532B;
  border-bottom: none;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #A6532B;
}

.ctaAreaToggleButton.active {
  background-color: #A6532B;
  color: #fff;
  position: relative;
}

.ctaAreaToggleButton.active::before {
  background-color: #A6532B;
  width: 33px;
  height: 29px;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  content: '';
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}

.ctaAreaBody {
  border-top: 2px solid #A6522B;
  background-color: #FAF7EB;
  padding: 30px 0 50px;
}

.ctaAreaWrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.ctaAreaImage img {
  max-width: 535px;
}

.ctaAreaLead {
  max-width: 546px;
}

.ctaAreaTitle {
  font-size: 40px;
  font-weight: bold;
  color: #A6522B;
  display: flex;
  align-items: flex-end;
}

.ctaAreaTitle img {
  width: 80px;
}

.ctaAreaLead p {
  margin-top: 20px;
  text-align: left;
}

.ctaAreaButton {
  margin-top: 50px;
}

.ctaAreaButton a,
.ctaAreaButton img {
  width: 402px;
  display: block;
}

.ctaAreaButton a {
  position: relative;
}

.ctaAreaButton a::before {
  position: absolute;
  content: '';
  width: 402px;
  height: 100%;
  background-color: #000;
  z-index: -1;
  left: 3px;
  top: 3px;
}

.ctaAreaButton a::after {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/miwa-character.png');
  background-size: cover;
  width: 101px;
  height: 122px;
  top: -10px;
  left: 350px;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
  width: 60px;
  height: 60px;
  background-color: #A4512B;
  border-radius: 15px;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 1 !important;
  background-color: #A4512B !important;
  display: block !important;
  outline: #A4512B !important;
}

.slick-prev::before {
  content: '';
  transform: rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 20px;
  right: 14px;
  opacity: 1;
}

.slick-next::before {
  content: '';
  transform: rotate(45deg);
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 20px;
  left: 14px;
  opacity: 1;
}

/* おすすめ */
.recommendArea {
  background-color: #FAF7EB;
  position: relative;
  padding-top: 150px;
  padding-bottom: 1300px;
  overflow: hidden;
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/recommend-bg.jpg');
  background-size: cover;
}

.recommendAreaitems img {
  width: 100%;
}

.recommendAreaitems img:nth-child(n+2) {
  position: relative;
  top: -30px;
}

/* クチコミ */
.reviewArea {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/review-bg.jpg');
  background-size: cover;
  padding-bottom: 200px;
}

.reviewAreaSlider {
  margin: 50px auto 0;
}

.slick-initialized .slick-slide {
  text-align: center;
  margin-bottom: 10px;
}

.reviewArea .slick-prev,
.reviewArea .slick-next {
  top: auto;
  bottom: 100px !important;
  /*140px*/
  width: 40px;
  height: 40px;
}

.reviewArea .slick-prev:hover,
.reviewArea .slick-next:hover {
  border-radius: 0;
}

#reviewArea .slick-prev:focus,
#reviewArea .slick-next:focus {
  background: none;
  border-radius: 0;
}

.reviewArea .slick-prev {
  left: calc(50% - 70px);
  left: 5% !important;
}

.reviewArea .slick-next {
  right: calc(50% - 70px);
  right: 5% !important;
}

.reviewArea .slick-prev::before {
  top: 8px;
  right: 5px;
}

.reviewArea .slick-next::before {
  top: 8px;
  left: 5px;
}

.reviewAreaSliderItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 60px;
  position: relative;
  color: #fff;
  width: 300px;
  height: 300px !important;
  /*425px*/
  box-sizing: border-box;
}

.reviewAreaSliderItem:nth-child(3n-2) {
  background-color: #CDA100 !important;
}

.reviewAreaSliderItem:nth-child(3n-1) {
  background-color: #E2D106 !important;
}

.reviewAreaSliderItem:nth-child(3n) {
  background-color: #9F494A !important;
}

.reviewAreaSliderItem::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #A6522B;
  left: 10px;
  top: 10px;
}

.reviewAreaSliderImage {
  padding: 0;
  margin: 0;
}

.reviewAreaSliderImage img {
  width: 128px;
  margin: auto;
}

.reviewAreaSliderItem p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0;
}

.reviewAreaPerson {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.reviewArea .slick-prev:focus,
.reviewArea .slick-next:focus {
  background-color: #A4512B;
}

/* 食べ方 */
.howtoeatArea {
  background-color: #FAF7EB;
  position: relative;
  overflow: hidden;
}

.howtoeatArea::before {
  position: absolute;
  content: '';
  width: 363px;
  height: 375px;
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/pattern03.png');
  background-size: cover;
  top: 30px;
  right: 0;
}

.howtoeatArea::after {
  position: absolute;
  content: '';
  width: 363px;
  height: 375px;
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/pattern04.png');
  background-size: cover;
  bottom: 30px;
  left: 0;
  z-index: -1;
}

.howtoeatAreaSlider {
  padding-top: 40px;
}

.howtoeatArea .slick-track {
  display: flex;
}

.howtoeatArea .slick-list {
  overflow: visible;
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled,
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0;
}

.howtoeatArea .slick-prev,
.howtoeatArea .slick-next {
  top: auto;
  bottom: 70px;
}

.howtoeatArea .slick-prev {
  left: auto;
  right: 80px;
}

.howtoeatArea .slick-next {
  right: 0;
}

.howtoeatAreaItem {
  position: relative;
  padding-top: 415px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 525px !important;
  margin: 0 25px;
}

.howtoeatAreaItem:nth-child(1) {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/howtoeat01.png');
  margin-left: 0;
}

.howtoeatAreaItem:nth-child(2) {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/howtoeat02.png');
}

.howtoeatAreaItem:nth-child(3) {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/howtoeat03-2.png') !important;
}

.howtoeatArea .howtoeatAreaLead {
  background-color: #fff;
  position: relative;
  padding: 60px 40px 20px;
  color: #A6522B;
  display: flex;
  flex-direction: column;
  /* height: 285px; */
  box-sizing: border-box;
  min-height: 285px;
  height: auto;
  border-radius: 0 0 20px 20px;
}

.howtoeatAreaItem:last-child .howtoeatAreaLead {
  padding-left: 10px;
  padding-right: 10px;
}

.howtoeatAreaLead span {
  font-size: 78px;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -62px;
  transform: translateX(-50%);
  padding-bottom: 20px;
  box-sizing: border-box;
}

.howtoeatAreaLead p {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

.howtoeatAreaLead p.astarisk {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  margin-top: 30px;
  color: #450406;
}

.howtoeatAreaLead div {
  padding: 3px 20px;
  text-align: center;
  background-color: #A5522B;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  margin: 5px auto;
}

.howtoeatAreaLead table {
  color: #A6522B;
  font-size: 14px;
}

.howtoeatAreaLead tr td:nth-child(1) {
  width: 85px;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
}

.howtoeatAreaLead table {
  text-align: left;
}

#howtoeatArea .indexAreaTitle {
  position: relative;
}

.howtoeatAreaSubTitle {
  position: absolute;
  font-size: 14px;
  color: #450406;
  right: calc(50% - 500px);
  bottom: 0;
}

/* よくあるご質問 */
.faqArea dl {
  display: flex;
  flex-direction: column;
}

.faqArea dt,
.faqArea dd {
  position: relative;
  margin: 0;
}

.faqArea dt {
  color: #A6522B;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 90px 15px;
}

.faqArea dd {
  padding: 15px 90px 30px;
  border-bottom: 2px solid #A6522B;
}

.faqArea dt::before,
.faqArea dd::before {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  width: 46px;
  height: 46px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faqArea dt::before {
  content: 'Q';
  top: 20px;
  border-radius: 50%;
  color: #fff;
  background-color: #A6522B;
}

.faqArea dd::before {
  content: 'A';
  top: 5px;
  color: #A6522B;
}

/* 発送・配達 */
.shippingDeliveryArea {
  width: 100%;
  padding: 55px 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 90px;
  background-color: #FAF7EB;
  box-sizing: border-box;
}

.shippingDeliveryArea img {
  width: 203px;
}

.shippingDeliveryArea ul {
  padding: 0;
  margin: 0;
}

.shippingDeliveryArea li {
  position: relative;
  padding-left: 16px;
  text-align: left;
}

.shippingDeliveryArea li:nth-child(n+2) {
  margin-top: 12px;
}

.shippingDeliveryArea li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #450406;
  transform: rotate(45deg);
  top: 8px;
  left: 0;
}

/* とんかつみわとは */
.tonkatsumiwaArea {
  margin-bottom: 50px;
}

.tonkatsumiwaArea ul {
  max-width: none;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow: hidden;
}

.tonkatsumiwaArea li {
  position: relative;
}

.tonkatsumiwaArea li:nth-child(2) {
  margin-top: 200px;
}

.tonkatsumiwaArea li::before {
  position: absolute;
  content: '';
  background-color: #FAF7EB;
  width: calc(100vw - 100px);
  min-width: 1200px;
  height: calc(100% + 115px);
  z-index: -2;
  top: -50px;
}

.tonkatsumiwaArea li:nth-child(1)::before {
  left: 0;
}

.tonkatsumiwaArea li:nth-child(2)::before {
  left: auto;
  right: 0;
}

.tonkatsumiwaAreaInner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 75px !important;
  max-width: 1100px;
  margin: auto;
}

.tonkatsumiwaArea li:nth-child(even) .tonkatsumiwaAreaInner {
  flex-direction: row-reverse;
}

.tonkatsumiwaAreaAccordion {
  align-items: flex-start;
}

.tonkatsumiwaAreaImage,
.tonkatsumiwaAreaImage img {
  width: 530px;
}

.tonkatsumiwaAreaImage img {
  aspect-ratio: 520 / 366;
  object-fit: contain;
  object-position: center;
  background-color: #fff;
}

.tonkatsumiwaAreaImage {
  position: relative;
}

.tonkatsumiwaAreaImage::before {
  position: absolute;
  content: '';
  background-color: #A6522B;
  width: 100%;
  height: 100%;
  left: 15px;
  top: 15px;
  z-index: -1;
}

.tonkatsumiwaArea li:nth-child(2) .tonkatsumiwaAreaImage::before {
  left: -15px;
}

.tonkatsumiwaAreaLead {
  max-width: 500px;
  height: 373px;
  text-align: left;
  position: relative;
  transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}

.tonkatsumiwaAreaTitle {
  font-size: 40px;
  font-weight: bold;
  color: #A6522B;
}

.tonkatsumiwaAreaLead p {
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tonkatsumiwaAreaButton {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(252, 251, 245, 0) 0%, rgba(252, 251, 245, 0.8) 15%, rgba(252, 251, 245, 0.9) 20%, #F9F7EB 60%);
}

.tonkatsumiwaAreaButton::before {
  position: absolute;
  content: '';
  width: 29px;
  height: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/arrow.png');
  background-size: cover;
}

.tonkatsumiwaAreaButton:hover::before {
  cursor: pointer;
}

.tonkatsumiwaAreaButton.is-active {
  background: none;
}

.tonkatsumiwaAreaButton.is-active::before {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/arrow-active.png');
}

.tonkatsumiwaAreaMoreButton {
  margin-top: 30px;
}

.tonkatsumiwaAreaMoreButton a {
  position: relative;
  padding: 3px 22px 3px 0;
  border-bottom: 1px solid #450406;
}

.tonkatsumiwaAreaMoreButton a::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 15px;
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/more-icon.png');
  background-size: cover;
  top: 6px;
  right: 0;
}

/* 店舗情報 */
.shopArea {
  height: 600px;
  /*500px*/
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/shop-bg.jpg');
  background-size: cover;
  position: relative;
}

.shopAreaLead {
  color: #A6522B;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(237, 237, 237, 0.7);
  width: 700px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 70px 130px 30px;
  box-sizing: border-box;
}

.shopAreaLead::after {
  position: absolute;
  content: '';
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/shop-logo.png');
  background-size: cover;
  width: 225px;
  height: 201px;
  top: 20px;
  right: 30px;
  z-index: -1;
}

.shopAreaTitle,
.shopArea ul {
  /* max-width: 433px; */
  margin-left: auto;
  margin-right: auto;
}

.shopAreaTitle {
  font-size: 40px;
  margin-top: 15px;
  text-align: center;
}

.shopArea ul {
  margin-top: 30px;
  padding: 0;
}

.shopArea li {
  text-align: left;
  padding-left: 35px;
  position: relative;
  letter-spacing: 0;
}

.shopArea li::before {
  position: absolute;
  content: '';
  background-size: cover;
  top: 5px;
  left: 0;
}

.shopArea li:nth-child(n+2) {
  margin-top: 15px;
}

.shopArea li:nth-child(1)::before {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/shop-icon01.png');
  width: 21px;
  height: 25px;
}

.shopArea li:nth-child(2)::before {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/shop-icon02.png');
  width: 26px;
  height: 26px;
}

.shopArea li:nth-child(3)::before {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/shop-icon03.png');
  width: 27px;
  height: 27px;
}

.shopArea li:nth-child(4)::before {
  background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/shop-icon04.png');
  width: 26px;
  height: 25px;
}

.mapArea {
  height: 400px;
}

@media screen and (max-width:1400px) {
  .ctaArea .slick-prev {
    left: -7%;
  }

  .ctaArea .slick-next {
    right: -7%;
  }
}

@media screen and (max-width:1050px) {
  .howtoeatAreaSubTitle {
    right: 5%;
    bottom: -25px;
    font-size: 10px;
  }
}

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

  .indexAreaTitle img,
  .achievementAreaNumber img,
  .achievementAreaCopy img {
    width: 60%;
  }

  .ctaArea .slick-prev {
    left: -10%;
  }

  .ctaArea .slick-next {
    right: -10%;
  }
}

@media screen and (min-width:768px) {
  /* おすすめ */
  .recommendAreaitems picture {
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
  }

  .recommendAreaitems picture:nth-child(1) {
    width: 810px;
    bottom: 600px;
    left: calc(50% - 350px);
  }

  .recommendAreaitems picture:nth-child(2) {
    width: 784px;
    bottom: 600px;
    right: calc(50% - 1150px);
  }

  .recommendAreaitems picture:nth-child(3) {
    width: 734px;
    bottom: 200px;
    left: calc(50% - 450px);
  }

  .recommendAreaitems picture:nth-child(4) {
    width: 799px;
    bottom: 100px;
    right: calc(50% - 900px);
  }

  .recommendAreaitems picture:nth-child(5) {
    width: 755px;
    bottom: 100px;
    right: calc(50% - 1300px);
  }

  .howtoeatArea .slick-track {
    width: calc((525px * 3) + (25px * 5)) !important;
  }

  .howtoeatArea .slick-prev.is-hidden,
  .howtoeatArea .slick-next.is-hidden {
    opacity: 0;
    cursor: auto;
  }

  .howtoeatArea .slick-prev.is-open,
  .howtoeatArea .slick-next.is-open {
    opacity: 1;
    cursor: pointer;
  }
}

@media screen and (max-width:767px) {
  .l-main {
    padding-top: 0 !important;
  }

  .award-section {
    margin-top: 0;
  }

  .index-section {
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .parallaxAreaBody {
    top: auto;
    bottom: 50px;
    transform: translate(-50%, 0);
  }

  .parallaxAreaLead {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .indexAreaTitle img,
  .achievementAreaNumber img,
  .achievementAreaCopy img {
    width: 90%;
  }

  /* お知らせ */
  .newsArea,
  .newsArea .indexAreaTitle,
  .newsAreaBody {
    flex-direction: column;
  }

  .newsAreaBody,
  .newsAreaBody dd {
    width: 100%;
  }

  .newsAreaBody {
    max-height: 350px;
    flex-wrap: nowrap;
  }

  .indexAreaTitle img {
    padding-top: 10px !important;
  }

  .newsAreaBody,
  .newsAreaBody dd {
    width: 100%;
  }

  .newsAreaBody dt:nth-child(n+3) {
    margin-top: 20px;
  }

  .newsAreaBody dd:nth-child(n+3) {
    margin-top: 0;
  }

  .newsAreaBody dt {
    margin-top: 15px;
  }

  .newsAreaBody dd {
    margin-left: 0;
  }

  /* slider */
  .parallaxArea {
    height: 2100px;
  }

  .index-wrapper ul {
    text-align: center;
  }

  /* 手羽先 */
  .parallaxArea {
    background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/tebasaki_sp.jpg');
    height: 1200px;
    margin-top: 0;
  }

  .parallaxAreaIcons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 15px;
  }

  .parallaxAreaIcons img {
    max-width: 146px;
  }

  /* 人気 */
  .achievementArea {
    padding-bottom: 170px;
  }

  .achievementAreaCopy img {
    margin-top: 250px;
  }

  .achievementAreaImages img {
    width: 205px;
  }

  .achievementAreaImages img:nth-child(1) {
    bottom: 270px;
    left: calc(50% - 100px);
  }

  .achievementAreaImages img:nth-child(2) {
    bottom: 270px;
    right: calc(50% - 300px);
  }

  .achievementAreaImages img:nth-child(3) {
    bottom: 0;
    left: calc(50% - 100px);
  }

  .achievementAreaImages img:nth-child(4) {
    bottom: 0;
    right: calc(50% - 300px);
  }

  .deliveryArea {
    padding-bottom: 0;
  }

  /* 理由 */
  .aboutArea {
    overflow: hidden;
    margin-top: 0;
  }

  .aboutArea::before {
    top: 0px;
    right: -20px;
  }

  .aboutAreaImages {
    gap: 12px 0;
    margin-top: 20px;
    flex-direction: column;
  }

  .aboutAreaImages img {
    width: 100%;
  }

  /* こだわり */
  .kodawariArea {
    margin-top: 0;
  }

  .kodawariArea ul {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }

  .kodawariArea li,
  .kodawariArea li:nth-child(even) {
    flex-direction: column;
  }

  .kodawariArea li:nth-child(n+2) {
    padding-top: 30px;
  }

  .kodawariAreaImage {
    max-width: none;
    width: 90%;
    position: relative;
    z-index: 1;
  }

  .kodawariArea li:nth-child(odd) .kodawariAreaImage {
    margin-left: 0;
    margin-right: auto;
  }

  .kodawariArea li:nth-child(even) .kodawariAreaImage {
    margin-left: auto;
    margin-right: 0;
  }

  .kodawariAreaImage::after {
    bottom: -60px;
    left: -5%;
  }

  .kodawariArea li:nth-child(even) .kodawariAreaImage::after {
    left: auto;
    right: -5%;
  }

  .kodawariArea li:nth-child(1) .kodawariAreaImage::after {
    width: 228px;
    height: 238px;
  }

  .kodawariArea li:nth-child(2) .kodawariAreaImage::after {
    width: 211px;
    height: 177px;
  }

  .kodawariArea li:nth-child(3) .kodawariAreaImage::after {
    width: 196px;
    height: 188px;
  }

  .kodawariArea li:nth-child(4) .kodawariAreaImage::after {
    width: 215px;
    height: 205px;
  }

  .kodawariAreaLead {
    padding: 100px 5% 50px;
    border-radius: 40px;
    position: relative;
    top: -30px;
  }

  .kodawariArea li:nth-child(even) .kodawariAreaLead {
    border-radius: 40px;
  }

  .kodawariAreaTitle {
    font-size: 26px;
    border-top: 4px solid #A6522B;
    border-bottom: 4px solid #A6522B;
  }

  .kodawariAreaLead p {
    padding: 35px 0 0;
    font-size: 16px;
  }

  /* お得 */
  .comparisonArea .w1200 {
    overflow-x: scroll;
    padding-bottom: 5px;
  }

  .comparisonArea table {
    padding: 0 5%;
    overflow: hidden;
  }

  .comparisonArea tr {
    display: flex;
  }

  .comparisonArea th {
    width: 150px;
  }

  .comparisonArea tr th:nth-child(3) {
    width: 250px;
  }

  .comparisonArea td {
    width: 230px;
  }

  .comparisonArea tr th,
  .comparisonArea tr td {
    padding: 5px;
    font-size: 20px;
    height: 100px;
  }

  .comparisonArea tr:nth-child(1) th,
  .comparisonArea tr:nth-child(1) td {
    height: 140px;
  }

  .comparisonArea tr:nth-child(1) th:nth-child(3) img:nth-child(1) {
    width: 60px;
  }

  .comparisonArea tr:nth-child(1) th:nth-child(3) img:nth-child(2) {
    width: 100px;
  }

  .comparisonArea tr:nth-child(2) th:nth-child(3) img:nth-child(1) {
    width: 106px;
    top: -15px;
    left: -50px;
  }

  .comparisonArea tr:nth-child(2) .comparisonAreaIcon {
    right: -50px;
  }

  .comparisonArea tr:nth-child(2) th:nth-child(3) .comparisonAreaIcon img {
    width: 159px;
  }

  .comparisonArea tr:nth-child(3) th:nth-child(3) img:nth-child(1) {
    width: 114px;
  }

  .comparisonArea tr:nth-child(4) .comparisonAreaIcon {
    right: 5px;
  }

  .comparisonArea tr:nth-child(4) th:nth-child(3) .comparisonAreaIcon img {
    width: 109px;
  }

  .comparisonArea tr:nth-child(3) th,
  .comparisonArea tr:nth-child(4) th {
    font-size: 36px;
  }

  /* .comparisonArea tr:nth-child(4) th {
    padding-right: 50px;
  } */

  /* cta */
  .ctaArea {
    margin-top: 50px;
    padding-bottom: 36px;
  }

  .ctaArea::before {
    background-size: cover;
  }

  .slick-slide.ctaAreaItem,
  .ctaAreaItem {
    flex-direction: column;
  }

  .ctaAreaToggleButton {
    width: calc((100% - 15px) / 2);
  }

  .ctaAreaTitle {
    font-size: 34px;
  }

  .ctaAreaTitle img {
    width: 80px;
  }

  .ctaAreaButton a,
  .ctaAreaButton img {
    width: 100%;
  }

  .ctaAreaButton a {
    position: relative;
  }

  .ctaAreaButton a::before {
    width: 100%;
  }

  .ctaAreaButton a::after {
    width: 84px;
    height: 102px;
    top: 10px;
    left: auto;
    right: 0;
  }

  .ctaArea .slick-prev,
  .ctaArea .slick-next {
    top: calc(50% - 150px);
  }

  .ctaAreaSlider {
    width: 90%;
  }

  /* おすすめ */
  .recommendArea {
    padding-top: 50px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .recommendAreaitems {
    padding-top: 50px;
    margin-bottom: -200px;
  }

  .recommendAreaitems picture:nth-child(n+2) {
    position: relative;
  }

  .recommendAreaitems picture:nth-child(2) {
    top: -50px;
  }

  .recommendAreaitems picture:nth-child(3) {
    top: -100px;
  }

  .recommendAreaitems picture:nth-child(4) {
    top: -150px;
  }

  .recommendAreaitems picture:nth-child(5) {
    top: -200px;
  }

  /* クチコミ */
  .reviewArea {
    margin-top: 0;
    padding-bottom: 200px;
    overflow: hidden;
  }

  .reviewAreaSliderItem {
    height: 300px !important;
  }

  .reviewAreaSliderItem p {
    text-align: left;
  }

  /* 食べ方 */
  .howtoeatArea {
    margin-top: 0;
    padding-bottom: 100px;
  }

  .howtoeatArea .w1200 {
    width: 100%;
  }

  .howtoeatAreaItem {
    padding-top: calc(90vw * 477 / 525);
    width: 100% !important;
    margin: 0 20px;
  }

  .howtoeatAreaItem:nth-child(1) {
    margin-left: 20px;
  }

  .howtoeatAreaItem:nth-child(2) {
    margin-left: 20px;
    background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/howtoeat01.png');
  }

  .howtoeatAreaItem:nth-child(3) {
    background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/howtoeat02.png') !important;
  }

  .howtoeatAreaItem:nth-child(4) {
    background-image: url('https://file001.shop-pro.jp/PA01511/836/img/top/howtoeat03-2.png') !important;
  }

  .howtoeatAreaLead {
    padding: 50px 5%;
    height: auto;
  }

  .howtoeatAreaLead span {
    font-size: 53px;
    width: 90px;
    height: 90px;
    top: -50px;
  }

  .howtoeatAreaLead p {
    font-size: 20px;
  }

  .howtoeatArea .slick-prev,
  .howtoeatArea .slick-next {
    top: auto;
    bottom: -120px;
  }

  .howtoeatArea .slick-prev {
    left: calc(50% - 70px);
  }

  .howtoeatArea .slick-next {
    right: calc(50% - 70px);
  }

  .howtoeatArea .slick-next.slick-disabled,
  .howtoeatArea .slick-prev.slick-disabled,
  .howtoeatArea .slick-next.slick-disabled:before,
  .howtoeatArea .slick-prev.slick-disabled:before {
    opacity: 1;
  }

  .howtoeatArea .howtoeatAreaLead {
    padding-left: 15px;
    padding-right: 15px;
  }

  .howtoeatAreaLead div {
    padding: 10px;
    font-size: 14px;
  }

  .reviewArea .reviewAreaSlider .slick-prev,
  .howtoeatAreaSlider .slick-prev,
  .howtoeatAreaSlider .slick-next,
  .slick-next.slick-arrow.hidden {
    display: block !important;
    visibility: visible;
  }

  .howtoeatAreaLead tr {
    display: flex;
    flex-direction: column;
    margin-top: 7px;
  }

  #reviewArea .indexAreaTitle img {
    width: auto;
    height: 55px;
  }

  /* よくあるご質問 */
  .faqArea dt,
  .faqArea dd {
    padding-left: 60px;
    padding-right: 0;
  }

  .faqArea dt {
    font-size: 18px;
  }

  .faqArea dt::before,
  .faqArea dd::before {
    left: 0;
  }

  /* 発送・配達 */
  .shippingDeliveryArea {
    padding: 40px 5%;
    flex-direction: column;
  }

  .shippingDeliveryArea img {
    width: 179px;
  }

  /* とんかつみわとは */
  .tonkatsumiwaArea {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .tonkatsumiwaAreaInner,
  .tonkatsumiwaArea li:nth-child(even) .tonkatsumiwaAreaInner {
    flex-direction: column;
  }

  .tonkatsumiwaAreaInner {
    width: 90%;
  }

  .tonkatsumiwaArea li:nth-child(1)::before {
    left: -10px !important;
  }

  .tonkatsumiwaArea li:nth-child(2)::before {
    right: -10px !important;
  }

  .tonkatsumiwaArea li::before {
    width: 100%;
    height: calc(100% + 110px);
  }

  .tonkatsumiwaAreaImage,
  .tonkatsumiwaAreaImage img {
    width: 100%;
  }

  .tonkatsumiwaAreaImage {
    position: relative;
  }

  .tonkatsumiwaAreaImage::before {
    left: 10px;
    top: 10px;
  }

  .tonkatsumiwaArea li:nth-child(2) .tonkatsumiwaAreaImage::before {
    left: -10px;
  }

  .tonkatsumiwaAreaTitle {
    font-size: 36px;
  }

  .tonkatsumiwaAreaLead {
    height: auto;
  }

  .tonkatsumiwaAreaAccordion {
    align-items: center;
  }

  .tonkatsumiwaAreaLead p {
    margin-top: 15px;
    /* display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    display: block !important;
  }

  .tonkatsumiwaAreaButton {
    height: 50px;
    bottom: 0;
  }

  /* 店舗情報 */
  .shopArea {
    margin-top: 0;
    height: 400px;
  }

  .shopAreaLead {
    font-size: 18px;
    width: 75%;
    padding: 60px 5px 10px;
  }

  .shopAreaLead::after {
    width: 88px;
    height: 79px;
    top: 0px;
    right: -15%;
  }

  .shopAreaTitle {
    font-size: 36px;
  }

  .shopArea ul {
    margin-top: 15px;
  }

  .shopArea li {
    padding-left: 28px;
  }

  .shopArea li::before {
    top: 3px;
  }

  .shopArea li:nth-child(n+2) {
    margin-top: 10px;
  }
}