@charset "UTF-8";
/*== Color =======================*/
/*== Text =======================*/
/*= Font =*/
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*== Margin =======================*/
/*== Content width =======================*/
/*== Color =======================*/
/*== Text =======================*/
/*= Font =*/
/*== Breakpoint =======================*/
/*= MediaQuery =*/
/*= Hover =*/
/*= Retina =*/
/*== Margin =======================*/
/*== Content width =======================*/
.product {
  font-size: 15px;
  line-height: 2;
  position: relative; }
.product__info {
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: fit-content; }
.product__info::-webkit-scrollbar {
  display: none; }
@media screen and (min-width: 901px) {
  .product__info {
    padding-bottom: 120px; }
  .product__info.is-fixed {
    position: sticky;
    top: 0;
    left: 0;
    padding-top: 80px;
    margin-top: -80px; } }
.product__info-body {
  margin-top: -8px; }
.product__name {
  margin-bottom: 30px; }
.product__price {
  margin-top: 72px; }
.product__detail {
  width: 100%;
  margin-bottom: 35px; }
.product__detail a {
  text-decoration: underline; }
@media screen and (min-width: 1091px) {
  .product__detail a:hover {
    opacity: .5;
    text-decoration: underline; } }
.product__detail th {
  width: 90px; }
.product__brand .toggleBox__body {
  padding-top: 4px;
  font-size: 12px;
  line-height: 2; }
.product__description {
  font-size: 14px;
  line-height: 2; }
.product__additional {
  margin-top: 33px; }
.product__additional .toggleBox__body {
  padding-bottom: 10px; }
.product__additional .toggleBox__body-inner {
  padding: 30px 0 39px;
  border-bottom: solid 1px #808080; }
.product__additional table {
  width: 100%; }
.product__additional table tr th, .product__additional table tr td {
  padding: 14px 0; }
.product__additional table tr th:first-child, .product__additional table tr td:first-child {
  width: 90px; }
@media screen and (min-width: 1091px) {
  .product__additional table tr th a:hover, .product__additional table tr td a:hover {
    opacity: .5; } }
.product__additional table tr:first-child th, .product__additional table tr:first-child td {
  padding-top: 0; }
.product__additional table tr:last-child th, .product__additional table tr:last-child td {
  padding-bottom: 0; }
.product__action {
  margin-top: 31px; }
.product__quantity {
  font-size: 14px;
  line-height: 2;
  display: flex;
  align-items: center;
  margin-bottom: 55px; }
.product__quantity-label {
  line-height: 1; }
.product__quantity-main {
  position: relative; }
.product__quantity-main .fs-c-quantity {
  width: 82px;
  max-width: none;
  position: relative;
  line-height: 1; }
.product__quantity-main .fs-c-quantity select, .product__quantity-main .fs-c-quantity input {
  width: 100%;
  text-align: right;
  padding: 0 27px 0 0; }
.product__quantity-main .fs-c-quantity:before {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }
.product__btn {
  margin-top: 25px; }
.product__action-txt {
  font-size: 14px;
  line-height: 2;
  margin-top: 37px; }
.product__action-txt-item {
  margin-top: 28px; }
.product__action-txt-item:first-child {
  margin-top: 0; }
.product__img-plain {
  margin-right: -60px; }
.product__img-plain .fs-c-productMainImage {
  display: none !important; }
.product__img-plain .fs-c-productThumbnail {
  display: block; }
.product__img-plain .fs-c-productThumbnail__image {
  margin: 0;
  flex-basis: 100%; }
.product__img-plain .fs-c-productThumbnail__image img {
  margin-top: 10px;
  width: 100%; }
.product__img-plain .fs-c-productThumbnail__image:first-child img {
  margin-top: 0; }
.product__img-plain .fs-c-productThumbnail__image [data-variation-thumbnail="true"] {
  display: none; }
.product__img-plain .fs-c-productThumbnail__image__caption {
  display: none; }
.product__img-controller {
  display: none; }
.product__variation {
  margin-bottom: 30px;
  display: flex; }
.product__variation.expanded {
  margin-bottom: 35px; }
.product__variation-wrap {
  display: none;
  width: 100%; }
.product__variation th {
  font-size: 14px;
  width: 90px; }
.product__variation td {
  width: calc(100% - 90px);
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px; }
.product__variation-item {
  width: calc(33.33% - 40px/3);
  cursor: pointer;
  transition: .2s ease;
  margin-top: 8px; }
@media screen and (min-width: 1091px) {
  .product__variation-item:hover {
    opacity: .8; } }
.product__variation-name {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  margin-top: 6px; }
.product__variation-img {
  width: 100%;
  padding: 9px;
  border: solid 1px rgba(128, 128, 128, 0);
  transition: inherit;
  position: relative; }
.product__variation-img:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block; }
.product__variation-img img {
  position: absolute;
  top: 9px;
  left: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  object-fit: cover; }
.product__variation-item.selected .product__variation-img {
  border-color: #808080; }
.product__variation .product__variation-radio {
  width: 100%;
  margin-top: -1px; }
.product__variation .product__variation-radio input {
  display: none; }
.product__variation .product__variation-radio label {
  font-size: 14px;
  line-height: 2;
  position: relative;
  cursor: pointer;
  padding-left: 17px;
  display: inline-block; }
.product__variation .product__variation-radio label:before {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #5A5A5A;
  position: absolute;
  left: 1px;
  top: 10px;
  border-radius: 50%; }
.product__variation .product__variation-radio label:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 3px;
  top: 12px;
  transition: .1s ease;
  background: #5A5A5A;
  opacity: 0;
  border-radius: 50%; }
.product__variation .product__variation-radio input:checked + label:after {
  opacity: 1; }
@media screen and (max-width: 900px) {
  .product__img-plain {
    max-width: 400px;
    margin: 0 auto; }
  .product__img-plain .fs-c-productPlainImage {
    margin: 0; }
  .product__img-plain .slick-track {
    display: flex; }
  .product__img-plain .slick-slide {
    height: auto !important; }
  .product__img-plain .slick-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%; }
  .product__img-controller {
    font-size: 14px;
    line-height: 2;
    display: flex;
    line-height: 1;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
    padding: 0 2px; }
  .product__img-controller-num {
    text-align: center;
    margin-top: 1px; }
  .product__img-controller-prev, .product__img-controller-next {
    width: 120px;
    max-width: calc(50% - 50px); }
  .product__img-controller-prev {
    text-align: left; }
  .product__img-controller-next {
    text-align: right; }
  .product__info {
    order: 1; }
  .product__info-body {
    margin-top: 0; }
  .product__info {
    margin-top: 83px; }
  .product__additional {
    margin-top: 86px; }
  .product__additional .toggleBox__body {
    padding-bottom: 5px; }
  .product__quantity {
    margin-bottom: 56px; }
  .product__action-txt {
    margin-top: 40px; }
  .product__detail {
    display: block; }
  .product__detail tbody {
    display: block; }
  .product__variation {
    display: block; }
  .product__variation th {
    width: 100%; }
  .product__variation td {
    gap: 0 10px;
    width: 100%; }
  .product__variation-item {
    width: calc(33.33% - 20px/3); } }
