/******************************/
/* SLIDER */
/******************************/
@media screen and (max-width: 1030px) {
  .slider {
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
  }
}
#slider {
  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;
  border-radius: 20px;
  overflow: hidden;
}
.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;
}

.slider .heroTitle {
  position: absolute;
  text-align: center;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 58px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  z-index: 2;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .slider .heroTitle {
    font-size: 26px;
    bottom: 5px;
  }
}
/******************************/
/* NEWS */
/******************************/
.p-line-informaiton {
  margin-top: 75px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1000px;
  background: #f7f7f7;
  padding: 30px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
}
.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: 8px;
}
.p-line-informaiton li,
.p-line-informaiton li a {
  color: #000;
  font-weight: 500;
}
.p-line-informaiton__ttl {
  position: relative;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #c30019;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    padding: 20px;
  }
  .p-line-informaiton__ttl {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

/******************************/
/* TOP かし羽について */
/******************************/
.p-top__about {
  background: #251e1c;
  padding: 100px 0;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}
.p-top__about::before {
  content: '';
  display: inline-block;
  background: url('https://img21.shop-pro.jp/PA01519/157/etc_base64/dG9wX2Fib3V0X2lsbHVzdDAy.png?cmsp_timestamp=20250904125938')no-repeat;
  background-size: contain;
  position: absolute;
  top: -160px;
  right: 5%;
  width: 220px;
  aspect-ratio: 1 / 1;
  z-index: -1;
}
.p-top__about .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-top__about .image {
  width: 30%;
  position: relative;
  z-index: 2;
}
.p-top__about .image::before {
  content: '';
  display: inline-block;
  background: url('https://img21.shop-pro.jp/PA01519/157/etc_base64/dG9wX2Fib3V0X2lsbHVzdDAx.png?cmsp_timestamp=20250904125938')no-repeat;
  background-size: contain;
  position: absolute;
  top: -75px;
  left: -50%;
  width: 320px;
  aspect-ratio: 1 / 1;
  z-index: -1;
  filter: invert(20%) sepia(12%) saturate(858%) hue-rotate(318deg) brightness(33%) contrast(112%);
}
.p-top__about .image img {
  width: 100%;
  border-radius: 20px;
}
.p-top__about .text {
  width: 65%;
}
.p-top__about h2 {
  color: #c30019;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 40px;
}
.p-top__about h3 {
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.p-top__about p.head {
  font-weight: 700;
  margin-bottom: 10px;
}
.p-top__about p {
  color: #fff;
  font-weight: 500;
}
.p-top__about ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.p-top__about li {
  width: 30%;
}
.p-top__about .linkBtn {
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  color: #f7f7f7;
  border: solid 2px #f7f7f7;
  text-align: center;
  transition: all .3s;
  border-radius: 100vmax;
  text-decoration: unset;
  box-sizing: border-box;
}
.p-top__about .linkBtn:hover {
  background: #f7f7f7;
  color: #251e1c;
  text-decoration: unset;
}

@media screen and (max-width: 1030px) {
  .p-top__about .flex {
    flex-direction: column;
    gap: 40px;
  }
  .p-top__about .image {
    width: 40%;
  }
  .p-top__about h2 {
    text-align: center;
    padding: 0;
  }
  .p-top__about h3 {
    text-align: center;
  }
  .p-top__about .text {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-top__about {
    padding: 80px 0 50px;
  }
  .p-top__about::before {
    width: 140px;
    top: -90px;
  }
  .p-top__about .image::before {
    width: 220px;
  }
  .p-top__about .image {
    width: 100%;
    max-width: 60%;
  }
  .p-top__about h2 {
    margin-top: 0;
    font-size: 20px;
  }
  .p-top__about h3 {
    font-size: 20px;
  }
  .p-top__about ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  .p-top__about li {
    width: 45%;
    margin-inline: auto;
  }
}

/******************************/
/* TOP 商品について */
/******************************/
.p-top__products {
  padding: 100px 0;
  overflow-x: hidden;
}
.p-top__products .u-container {
  position: relative;
  z-index: 2;
}
.p-top__products .u-container::before {
  content: '';
  display: inline-block;
  background: url('https://img21.shop-pro.jp/PA01519/157/etc_base64/dG9wX3Byb2R1Y3RzX2lsbHVzdDAx.png?cmsp_timestamp=20250904141004')no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -25%;
  width: 420px;
  aspect-ratio: 1 / 1;
  z-index: -1;
}
.p-top__products .flex {
  display: flex;
  gap: 50px 40px;
  margin-bottom: 40px;
}
.p-top__products .box {
  width: 100%;
}
.p-top__products .image img {
  width: 100%;
  border-radius: 20px;
}
.p-top__products h2 {
  color: #c30019;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.p-top__products h3 {
  font-family: "ta-fuga-fude", sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #000;
  text-align: center;
}
.p-top__products p {
  font-weight: 500;
  text-align: center;
  color: #000;
}
.p-top__products .linkBtn {
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  color: #251e1c;
  border: solid 2px #251e1c;
  text-align: center;
  transition: all .3s;
  border-radius: 100vmax;
  text-decoration: unset;
  box-sizing: border-box;
}
.p-top__products .linkBtn:hover {
  background: #251e1c;
  color: #fff;
  text-decoration: unset;
}

@media screen and (max-width: 768px) {
  .p-top__products {
    padding: 50px 0;
  }
  .p-top__products .u-container::before {
    right: -25%;
    width: 280px;
  }
  .p-top__products .flex {
    flex-direction: column;
    gap: 30px;
  }
  .p-top__products h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-top__products h3 {
    font-size: 20px;
  }
}

/******************************/
/* TOP RECOMMEND */
/******************************/
.p-top__recommend {
  padding: 100px 0;
  background: #f7f7f7;
}
.p-top__recommend h2 {
  color: #c30019;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.p-top__recommend .c-item-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px 40px;
  margin: 0;
}
.p-top__recommend .c-item-list__item {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
}
.p-top__recommend .c-item-list__ttl a,
.p-top__recommend .c-item-list__price {
  font-weight: 500;
  color: #000;
}
.p-top__recommend .c-btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  color: #251e1c;
  border: solid 2px #251e1c;
  text-align: center;
  transition: all .3s;
  border-radius: 100vmax;
  text-decoration: unset;
  box-sizing: border-box;
}
.p-top__recommend .c-btn:hover {
  background: #251e1c;
  color: #fff;
  text-decoration: unset;
}
.p-top__recommend .c-btn::before,
.p-top__recommend .c-btn::after {
  display: none;
}

@media screen and (max-width: 1030px) {
  .p-top__recommend .c-item-list {
    margin-bottom: 40px;
  }
  .p-top__recommend .c-item-list__item {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-top__recommend {
    padding: 50px 0;
  }
  .p-top__recommend h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .p-top__recommend .c-item-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/******************************/
/* 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;
  }
}
