/* コンテナのフルワイド化 */
#container.container-fullwidth-single {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

#main.selection-main {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  background-color: #f3f0ef;
}

/* パンくずリスト */
.selection-main .side-bar {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 45px;
}

.selection-main .side-bar a {
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.selection-main .side-bar span {
  font-size: 12px;
}

@media (max-width: 768px) {
  .selection-main .side-bar {
    padding-block: 20px;
    padding-inline: 22px 0;
    gap: 2px;
  }

  .selection-main .side-bar a {
    font-size: 10px;
  }

  .selection-main .side-bar span {
    font-size: 10px;
  }
}

.selection-main .fv {
  width: 100%;
  position: relative;
}

.selection-main .fv-container {
  width: 100%;
  max-width: 1028px;
  margin: auto;
}

.selection-main .fv-top-t {
  font-size: 23px;
  font-weight: 700;
}

.selection-main .fv-box {
  display: flex;
  align-items: start;
  gap: 10px;
}

.selection-main .fv-box>p {
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 38px;
  font-family: "Rahere Roman Display";
  writing-mode: vertical-lr;
}

.selection-main .fv-img {
  width: 100%;
  position: relative;
}

.selection-main .fv-img>img {
  width: 100%;
  height: 530px;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .selection-main .fv-img>img {
    height: auto;
  }
}

@media (max-width: 768px) {
  .selection-main .fv-container {
    padding-left: 22px;
  }
}

.btwn-box {
  width: 100%;
  max-width: 640px;
  padding-block: 50px;
  margin: auto;
}

.btwn-box span {
  background-color: #a72813;
  padding: 5px;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
}

.btwn-box > p {
  font-size: 23px;
  font-weight: 700;
  margin-top: 10px;
}

/* 本文スタイル（column-detailと同じ） */
.btwn-box .article-body {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  margin-top: 10px;
}

.btwn-box .article-body p,
.btwn-box .article-body u {
  margin-bottom: 1.5em;
  line-height: 2;
}

.btwn-box .article-body h2,
.btwn-box .article-body h3,
.btwn-box .article-body h4 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-top: 20px;
  border-top: 1px solid #000;
}

.btwn-box .article-body h2 {
  font-size: 23px;
}

.btwn-box .article-body h3 {
  font-size: 20px;
}

.btwn-box .article-body h4 {
  font-size: 18px;
}

.btwn-box .article-body img {
  max-width: 100%;
  height: auto;
  margin: 1.5em 0;
}

.btwn-box .article-body .wp-caption {
  max-width: 100% !important;
  height: auto;
}

.btwn-box .article-body .wp-caption img {
  margin: 0;
}

.btwn-box .article-body a {
  color: #a72813;
  text-decoration: underline;
}

.btwn-box .article-body a:hover {
  text-decoration: none;
}

.btwn-box .article-body ul,
.btwn-box .article-body ol {
  margin: 1.5em 0;
  padding-left: 1.5em;
}

.btwn-box .article-body li {
  margin-bottom: 0.5em;
}

.btwn-box .article-body blockquote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  background: #e8e5e3;
  border-left: 4px solid #a72813;
}

.selection-main .common-box {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding-block: 0 50px;
}

.c-item:nth-of-type(1) {
  border-top: 1px solid #000000;
  padding-top: 20px;
}

.c-item .t {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.c-item .c {
  font-size: 14px;
  margin-bottom: 30px;
}
.common-box .img-box {
  margin-top: 10px;
}

.c-item .t::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s ease;
}

.c-item:hover .t::after {
  transform: scaleX(1);
  transform-origin: left top;
}

.common-box .spec .c {
  max-width: 279px;
}

.common-box .spec .img-box {
  display: flex;
  align-items: start;
  gap: 30px;
}

.common-box .spec .img-box img {
  max-width: 331px;
}

.common-box .img-box {
  position: relative;
  overflow: hidden;
}

.common-box .img-box img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.common-box .img-box:hover img {
  transform: scale(1.03);
}

.common-box .img-box .price {
  font-size: 10px;
  color: #858585;
  text-align: center;
  margin-top: 20px;
}

.common-box .img-box .price span {
  font-size: 14px;
  font-weight: 700;
}

.common-box .img-box a {
  width: fit-content;
  margin: auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 15px 20px;
  border: 1px solid #a72813;
  font-size: 14px;
  color: #a72813;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.common-box .img-box a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a72813;
  transition: width 0.3s ease;
  z-index: 0;
}

.common-box .img-box a p {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  z-index: 1;
  transition: color 0.3s ease;
}

.common-box .img-box a img {
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}

.common-box .img-box a:hover {
  color: #ffffff;
}

.common-box .img-box a:hover::before {
  width: 100%;
}

.common-box .img-box a:hover p {
  color: #ffffff;
}

.common-box .img-box a:hover img {
  filter: brightness(0) invert(1);
}

.common-box .img-box a img {
  width: 42px;
}

.other {
  width: 100%;
  background-color: #ded8d4;
  padding-block: 100px;
}

.other .other-box {
  width: 100%;
  max-width: 1028px;
  margin: auto;
}

.other .other-box .other-t {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.other .other-links {
  display: flex;
  gap: 10px;
}

.other .other-links a {
  width: 100%;
  position: relative;
  padding: 47px 30px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  background-color: #f3f0ef;
  overflow: hidden;
  transition: color 0.3s ease;
}

.other .other-links a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a72813;
  transition: width 0.3s ease;
  z-index: 0;
}

.other .other-links a p {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.other .other-links a .arr {
  width: 65px;
  height: auto;
  position: relative;
  z-index: 1;
  transition: filter 0.3s ease;
}

.other .other-links a:hover {
  color: #ffffff;
}

.other .other-links a:hover::before {
  width: 100%;
}

.other .other-links a:hover p {
  color: #ffffff;
}

.other .other-links a:hover .arr {
  filter: brightness(0) invert(1);
}

.other .other-links a .corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 31px;
  height: auto;
}

#product {
  scroll-margin-top: 110px;
}

@media (max-width: 768px) {
  .btwn-box {
    padding-inline: 22px;
  }

  .btwn-box > p {
    font-size: 18px;
    margin-top: 5px;
  }

  .btwn-box .article-body {
    font-size: 12px;
  }

  .btwn-box .article-body h2 {
    font-size: 18px;
  }

  .btwn-box .article-body h3 {
    font-size: 16px;
  }

  .btwn-box .article-body h4 {
    font-size: 14px;
  }

  .common-box .spec .img-box {
    flex-direction: column;
  }

  .common-box .spec .img-box img {
    max-width: 100%;
  }

  .other {
    padding-inline: 22px;
  }

  .other .other-links {
    flex-direction: column;
    gap: 20px;
  }

  .other .other-box .other-t {
    font-size: 12px;
  }

  .other .other-links a {
    padding: 20px 22px;
  }

  .other .other-links a p {
    font-size: 18px;
  }

  .other .other-links a .arr {
    width: 42px;
  }

  .other .other-links a .corner {
    width: 20px;
  }
}

.floating-btn {
  width: 160px;
  aspect-ratio: 1/1;
  background-color: #a72813;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #ffffff !important;
  position: absolute;
  bottom: 20px;
  right: -100px;
  z-index: 99;
}

.floating-btn img {
  width: 15px;
  height: auto;
  transition: transform 0.3s ease;
}

.floating-btn:hover img {
  animation: arrowBounce 0.6s ease-in-out infinite;
}

@keyframes arrowBounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(5px);
  }
}

@media (max-width: 768px) {
  .floating-btn {
    width: 110px;
    right: 10px;
    font-size: 12px;
  }

  .floating-btn img {
    width: 10px;
  }
}