.p-page-content.top {
  max-width: none;
}

.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 90%;
  margin: 30px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

.p-hero {
  background-color: #FFFEF2;
  padding-bottom: 80px;
}

.p-hero-text {
  display: flex;
  justify-content: center;
}

.p-hero-text h2 {
  margin: 46px auto;
  margin-bottom: 10px;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
}

@media screen and (max-width: 1020px) {
  .p-hero-text h2 {
    font-size: 16px;
  }
}


.bx-wrapper {
  margin: 0 !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
  max-width: 100%;
}

img.big-logo {
  display: none;
  /* 
  position: absolute;
  top: unset;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 135px;
  height: 138px;
   */
}

@media screen and (min-width: 720px) {
  img.big-logo {
    display: block;
    position: absolute;
    top: 0;
    bottom: unset;
    width: 180px;
    height: 181px;
    left: 120px;
    z-index: 20;
  }
}
@media screen and (min-width: 1160px) {
  img.big-logo {
    width: 280px;
    height: 283px;
    left: 200px;
  }
}

#slider {
  width: 100vw;
  height: 768px;
  position: relative;
  left: 0;
}

@media screen and (min-width: 720px) {
  #slider {
    left: 20vw;
  }
}

#slider div {
  width: 355px;
  height: 375px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  overflow: hidden;
}

@media screen and (min-width: 720px) {
  #slider div {
    width: 60vw !important;
    height: 768px;
  }
}

#slider div img {
  border-radius: 60px;
  height: 375px;
  width: 95%;
  object-fit: cover;
}

@media screen and (min-width: 720px) {
  #slider div img {
    height: 768px;
    width: auto;
  }
}

#main-bg {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-position-x: center;
  --main-bg-background-size: cover;
  --main-bg-background-opacity: 0.35;
  --main-bg-background-height: 100vh;
  --main-bg-background-blur: 0;
}

#main-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('https://img07.shop-pro.jp/PA01455/991/etc_base64/c2Nyb2xsLWltYWdl.jpg?cmsp_timestamp=20240907053154');
  background-size: var(--main-bg-background-size);
  background-repeat: no-repeat;
  background-position: 45% 50%;
  width: 100%;
  height: 99%;
  z-index: -2;
  filter: blur(var(--main-bg-background-blur));
  background-attachment: fixed;
}

#main-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: var(--main-bg-background-opacity);
}

#main-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}

.main-text-area {
  max-width: 764px;
  width: 90%;
}

.main-text-area-big-text {
  color: #583308;
  font-family: "BIZ UDGothic";
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px; /* 166.667% */
  letter-spacing: 3.15px;
  margin-top: 100px;
}

@media screen and (min-width: 720px) {
  .main-text-area-big-text {
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 166.667% */
    letter-spacing: 6.75px;
    margin-top: 100px;
  }
}

.main-text-area-desc {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.2px;
}

@media screen and (min-width: 720px) {
  .main-text-area-desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px; /* 225% */
    letter-spacing: 2px;
  }
}

.feature-icons-area {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  margin-bottom: 120px;
  width: 100%;
  overflow: scroll;
}

.feature-icons-area img {
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 720px) {
  .feature-icons-area {
    justify-content: center;
  }
  .feature-icons-area img {
    max-width: 100%;
  }
}

.catch-copy-area {
  position: relative;
}

.catch-copy-text {
  position: relative;
  color: white;
  text-align: center;
  font-family: "BIZ UDGothic";
  text-wrap: nowrap;
  font-style: normal;
  font-weight: 600;
  margin: 80px auto;
  color: #583308;
  font-size: 25px;
  line-height: 45px; /* 180% */
  letter-spacing: 3.75px;
}

@media screen and (min-width: 720px) {
  .catch-copy-text {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 45px;
    line-height: 75px; /* 166.667% */
    letter-spacing: 6.75px;
  }
}

.p-category-title {
  text-decoration: none;
  color: #583308;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px; /* 375% */
  letter-spacing: 3px;
}

.p-btn-about {
  width: 340px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F13B0C;
  color: #FFF;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 2px;
  text-decoration: none;
  border-radius: 20px;
  margin: 60px auto;
  position: relative;
}

.p-btn-about::after {
  position: absolute;
  content: '●';
  top: 50%;
  right: 20px;
  color: white;
  transform: translateY(-50%);
}

.p-slider-over.left {
  left: 0;
  top: 0;
}

.p-slider-over.right {
  right: 0;
  top: 0;
}

.p-slider-over {
  position: absolute;
  height: 0;
  width: 0;
  background: none;
  z-index: 10;
}

@media screen and (min-width: 720px) {
  .p-slider-over {
    height: 768px;
    width: 20vw;
    background: #FFFFFF85;
  }
}

#p-slider {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
  margin-bottom: 100px;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  top: 0;
  bottom: auto;
  background: rgba(0, 0, 0, .3);
}

#p-slider .bx-caption span {
  padding: 1.5em;
}

#p-slider .bx-pager {
  bottom: -30px;
  padding-top: 0;
}

@media screen and (max-width: 720px) {
  #p-slider .bx-pager {
    display: flex;
    justify-content: flex-end;
    right: 30px;
  }
}

#p-slider .bx-pager a {
  background: #fff;
  border: 1px #fd7f23 solid;
  border-radius: 100%;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #fd7f23;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-contents__list {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

.p-contents__list::after {
  display: block;
  clear: both;
  content: '';
}

.p-contents__list li {
  position: relative;
  box-sizing: border-box;
  padding: 0 2em 0 1em;
}

.p-contents__list li::before {
  position: absolute;
  top: .5em;
  left: 0;
  content: '-';
}

.p-contents__list a {
  display: block;
  max-width: 100%;
  padding: .5em 0;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-contents__list a:hover {
  opacity: .66;
}

.p-contents__list a:active {
  opacity: 1;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #f8f8f8;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #f8f8f8;
  background: #333;
}

.p-custom-banner__unit--text a {
  color: #f8f8f8;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: -30px;
  }

  .p-contents__list li::before {
    top: 0;
  }

  .p-contents__list li {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }

  .p-contents__list li:nth-child(2n + 1) {
    clear: left;
  }

  .p-contents__list a {
    display: inline-block;
    padding: 0;
  }

  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: table-cell;
    box-sizing: border-box;
    width: 50%;
    max-width: 50%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }
}


/* Add 202009 renew  */

.innerBox {
    width:100%;
      max-width:1140px;
      margin:0 auto;
}

.innerBox h2 {
      margin:90px 0 37px;
    text-align:center;
}

.aboutUsArea {
    margin:90px auto 37px;
}

@media screen and (max-width: 599px) {
  
  .innerBox { 
    width:90%;
    margin:0 5%; 
  }
  
  .productCategoryArea {
    margin:0 auto 60px;
  }
  
  .productCategoryArea.innerBox {
    width: 100%;
    margin: none; 
  }
}

.productCategoryArea h2 {
  color: #583308;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 180% */
  letter-spacing: 3.75px;
}

@media screen and (min-width: 1020px) {
  .productCategoryArea h2 {
    color: #583308;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 166.667% */
    letter-spacing: 6.75px;
  }
}

/* Voices */

.voicesAreaTop {
  background-color: #FFF;
  padding: 80px 0;
}

.voicesAreaTop h2 {
  color: #583308;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px; /* 180% */
  letter-spacing: 3.75px;
}

@media screen and (min-width: 1020px) {
  .voicesAreaTop h2 {
    color: #583308;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 166.667% */
    letter-spacing: 6.75px;
  }
}

.voices-area-line {
  display: flex;
  margin-top: 60px;
  width: 100%;
  overflow-x: hidden;
}

.voice-area {
  border-radius: 88px;
  background-color: #F3F2EC;
  width: 284px;
  height: 144px;
  color: #583308;
  font-family: "BIZ UDGothic";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 138.889% */
  letter-spacing: 2.7px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin: 0 20px;
  padding: 5px 40px;
  position: relative;
  margin-bottom: 40px;
}

.voice-area:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  bottom: -28px;
  border-style: solid;
  border-color: #F3F2EC transparent transparent transparent;
  border-width: 30px 30px 0 0;
}

@media screen and (max-width: 1020px) {
  .voice-area {
    font-size: 14px;
    width: 210px;
    height: 96px;
  }
}

.voicesAreaTop ul {
    padding-inline-start: 0;
}
.voicesAreaTop ul {
    border-top: 1px solid #888;
}
.voicesAreaTop ul li {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #888;
}
.voicesAreaTop li .photoVoice {
    width: 30%;
}

.voicesAreaTop li .photoVoice img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.voicesAreaTop li .txtVoice {
    width: 70%;
    line-height: 1.6em;
}
.voicesAreaTop li .txtVoice span {
    margin: 1em 0 0;
    display: block;
    text-align: right;
}

.voicesAreaTop .btnMore {
    width: 180px;
    margin: 20px 0 20px auto;
    padding: 16px;
    border: 1px solid #888;
    border-radius: 4px;
    text-align: center;
}

.voicesAreaTop .btnMore a {
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 599px) {
    .voicesAreaTop {
        position: relative;
    }
    .voicesAreaTop ul li {
        width: 96%;
        padding: 20px 2%;
        position: relative;
    }
    .voicesAreaTop ul li .txtVoice h3 {
        width: 66%;
        position: absolute;
        top: 0;
        left: 34%;
    }
    .voicesAreaTop li .txtVoice span {
        margin: 1em 0 0;
        display: block;
        font-size: 80%;
        font-weight: normal;
        text-align: left;
    }
    .voicesAreaTop li .photoVoice {
        width: 30%;
        margin: 0 0 1em ;
    }
    .voicesAreaTop li .photoVoice img {
        width: 120px;
        height: 120px;
        object-fit: cover;
    }
    .voicesAreaTop ul li .txtVoice {
        width: 100%;
    }

    .voicesAreaTop .btnMore {
        margin: 20px auto;
        text-align: center;
    }
  
    /* スワイプ start */
    .carousel {
        scroll-snap-type: x mandatory;
        overflow-x: scroll;
        display: flex;
        -webkit-overflow-scrolling: touch; 
        overflow-scrolling: touch; 
    }

    .carousel li {
        scroll-snap-align: center;
        height: 100%;
        width: 100%;
        flex: none;
        display: flex;
    }

    .voicesAreaTop .carousel li .txtVoice {
        width: 100%;
        display: block;
        white-space: normal;
    }

    .voicesAreaTop .iconPre {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        left: 5px;
    }
    .voicesAreaTop .iconNext {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 50%;
        right: 5px;
    }
    /* スワイプ end */
  
}

/* LINEお友達追加クーポン案内バナー */
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 40px;
  right: 4vw;
  width: 339px;
  height: 50px;
  border-radius: 5px;
  background: #06C755;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #FFF;
  font-family: "BIZ UDGothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.4px;
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
  width: 23px;
  height: 22px;
}
.floating-banner__icon {
  height: 16px;
  width: 16px;
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: flex;
    width: 90vw; /* スマホの画面幅いっぱいにバナーを表示 */
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* カテゴリのスワイパー */
.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
}

.swiper-slide img {
  display: block;
  object-fit: cover;
}

.swiper-wrapper {
  width: 100%;
  display: flex;
}

.swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  opacity: 1;
  border: 1px #F13B0C solid;
  border-radius: 100%;
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background: #F13B0C;
}

.which-products {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  margin: 0 10px;
}

.which-product-item {
  margin: 0 10px;
  flex-shrink: 0;
  width: 90%;
}

@media screen and (min-width: 720px) {
  .which-products {
    justify-content: center;
  }
  .which-product-item {
    width: 45%;
    max-width: 621px;
  }
}

#which-products-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
@media screen and (min-width: 720px) {
  #which-products-pagenation {
    display: none;
  }
}

.which-prosucts-page {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  opacity: 1;
  border: 1px #F13B0C solid;
  border-radius: 100%;
  margin: 0 5px;
  cursor: pointer;
}

.which-prosucts-page.active {
  background-color: #F13B0C;
  cursor: default;
}

.voices-loop {
  animation: loop_animation 30s linear infinite;
  white-space: nowrap;
  display: flex;
  width: 2912px;
}

.voices-loop:last-child {
  margin-left: 0;
  width: 2912px;
}

@keyframes loop_animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2830px);
  }
}
