@charset "UTF-8";
.page-main {
  overflow: hidden;
}

.header__snav__item {
  padding-left: 20px;
  position: relative;
}
.header__snav__item::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(https://basefile.akamaized.net/gyaosonline-official-ec/69826ca3d72f8/circle.png) center/cover;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
}

.top-pickup__txt-price {
  color: red;
  font-weight: 600;
}

.fixed_cta-btn-wrap {
  position: fixed;
  transform: translate(105%, -50%);
  width: 60px;
  height: 240px;
  right: 0;
  top: 50%;
  z-index: 10000;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .fixed_cta-btn-wrap {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 105%);
    width: 90%;
    height: 50px;
    max-width: 360px;
  }
}
@media (max-width: 560px) {
  .fixed_cta-btn-wrap {
    max-width: 250px;
  }
}

.fixed_cta-btn-wrap.is-active {
  transform: translate(0%, -50%);
}
@media (max-width: 768px) {
  .fixed_cta-btn-wrap.is-active {
    transform: translate(-50%, 0%);
  }
}

.fixed_cta-btn-wrap.is-fadeout {
  transform: translate(100%, -50%);
}
@media (max-width: 768px) {
  .fixed_cta-btn-wrap.is-fadeout {
    transform: translate(-50%, 100%);
  }
}

.fixed_cta-btn {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: #b73a30;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  writing-mode: vertical-lr;
  border-radius: 10px 0 0 10px;
  letter-spacing: 0.15em;
  transform-origin: center;
}
@media (max-width: 768px) {
  .fixed_cta-btn {
    border-radius: 8px 8px 0 0;
    font-size: 14px;
    writing-mode: unset;
  }
}
.fixed_cta-btn:hover {
  opacity: 1;
}

.about-maintxt {
  text-align: center;
}
.about-maintxt h2 {
  margin: 40px 0 8px;
  font-size: 24px;
  font-weight: bold;
  padding: 4px 10px;
  position: relative;
  display: inline-block;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 560px) {
  .about-maintxt h2 {
    font-size: 18px;
    line-height: 1.25;
  }
}
.about-maintxt p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .about-maintxt p {
    font-size: 14px;
    line-height: 1.75;
  }
}
.about-maintxt p .__strong {
  font-weight: bold;
  color: #c7000d;
}
.about-maintxt img {
  max-width: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin: 16px auto;
}

.about-maintxt h2::before,
.about-maintxt h2::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #252525;
  position: absolute;
  top: calc(50% + 2px);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}

.about-maintxt h2::before {
  left: 0;
  transform: translate(-100%, -50%);
}

.about-maintxt h2::after {
  right: 0;
  transform: translate(100%, -50%);
}

.u_break_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}

@media screen and (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}
/* トップページFV下こだわり */
.top-commit {
  background: url(https://basefile.akamaized.net/gyaosonline-official-ec/697ad415d45b6/bg_white.jpg) center/cover;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .top-commit {
    padding: 40px 0;
  }
}

.top-commit_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-commit_text {
  writing-mode: vertical-rl;
  line-height: 1.8;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 560px) {
  .top-commit_text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.top-commit_text .__strong {
  font-weight: bold;
}

.top-commit_deco {
  width: 600px;
  position: absolute;
  bottom: -160px;
  left: 50%;
  transform: translateX(calc(-50% - 320px));
  opacity: 0.1;
}
@media (max-width: 560px) {
  .top-commit_deco {
    width: 340px;
    bottom: -100px;
    transform: translateX(calc(-50% - 150px));
  }
}

/* トップページビュー */
.top-review {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .top-review {
    padding: 60px 0;
  }
}

.top-review_baner {
  max-width: 720px;
  margin: 0 auto 24px;
  display: block;
}

.top-review_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-review_list {
    padding: 0 40px;
  }
}

.top-review_list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .top-review_list-item .top-review_list-item {
    flex-direction: column;
    padding: 20px 16px;
  }
}

.top-review_list-icon {
  display: block;
  width: 80px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid #000;
}
@media (max-width: 560px) {
  .top-review_list-icon {
    margin: 0 auto 10px;
  }
}

.top-review_list-content {
  width: 100%;
}

.top-review_list-stars {
  display: flex;
  gap: 4px;
  align-items: center;
}
@media (max-width: 560px) {
  .top-review_list-stars {
    justify-content: center;
  }
}
.top-review_list-stars .__star {
  display: flex;
  width: 16px;
}

.top-review_list-text {
  font-size: 16px;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .top-review_list-text {
    font-size: 14px;
  }
}

.slick-list.draggable {
  background-color: #f8f8f8;
}

.slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  overflow: hidden;
}

.slick-dots li.slick-active {
  background-color: #000;
}

.slick-dots li button {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  text-indent: -100px;
}

.slick-arrow {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #252525;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  overflow: hidden;
  text-indent: -100px;
}

.slick-arrow.slick-prev {
  background-image: url(https://basefile.akamaized.net/gyaosonline-official-ec/697aa6b1e361f/arrow_prev.jpg);
  left: 0;
}

.slick-arrow.slick-next {
  background-image: url(https://basefile.akamaized.net/gyaosonline-official-ec/697aa7343b5fc/arrow_next.jpg);
  right: 0;
}

/* 商品説明カスタム用css */
.item-detail__detailContents h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 8px;
  padding-left: 14px;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 2px #fff;
}
@media (max-width: 560px) {
  .item-detail__detailContents h2 {
    font-size: 20px;
  }
}
.item-detail__detailContents h2::before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(https://basefile.akamaized.net/gyaosonline-official-ec/69826ca3d72f8/circle.png) center/cover;
  z-index: -1;
}
@media (max-width: 560px) {
  .item-detail__detailContents h2::before {
    width: 60px;
    height: 60px;
  }
}
.item-detail__detailContents h3 {
  margin: 10px 0 4px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.item-detail__detailContents p {
  margin: 4px 0;
}
.item-detail__detailContents img {
  margin: 12px 0;
}
.item-detail__detailContents iframe {
  margin: 20px 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.item-detail__detailContents ul.__caution li {
  padding-left: 1.1em;
  position: relative;
}
.item-detail__detailContents ul.__caution li:nth-child(n+2) {
  margin-top: 4px;
}
.item-detail__detailContents ul.__caution li::before {
  content: "※";
  font-size: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.item-detail__detailContents ul.__checkbox li {
  padding-left: 24px;
  position: relative;
}
.item-detail__detailContents ul.__checkbox li:nth-child(n+2) {
  margin-top: 4px;
}
.item-detail__detailContents ul.__checkbox li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(https://basefile.akamaized.net/gyaosonline-official-ec/69826ab37d842/check-box.png) center/cover;
  position: absolute;
  left: 0;
  top: 0;
}
.item-detail__detailContents .history_wrap {
  position: relative;
}
.item-detail__detailContents .img_owner {
  width: 300px;
  position: absolute;
  bottom: 0;
  left: 550px;
}
@media (max-width: 1200px) {
  .item-detail__detailContents .img_owner {
    left: 480px;
  }
}
@media (max-width: 768px) {
  .item-detail__detailContents .img_owner {
    width: 220px;
    left: 340px;
  }
}
@media (max-width: 560px) {
  .item-detail__detailContents .img_owner {
    width: 180px;
    left: 210px;
    bottom: 10px;
  }
}
.item-detail__detailContents .img_owner img {
  margin: 0;
}/*# sourceMappingURL=add_custom.css.map */