@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*取扱商品ページ*/
.archive-products .wrap {
  padding-top: 30px;
  padding-bottom: 140px;
}
@media (min-width: 768px) {
  .archive-products .wrap {
    padding-top: 60px;
  }
}

.products-filter__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .products-filter__container {
    padding: 0 10px;
    margin-bottom: 70px;
  }
}
.products-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2em 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.products-category__list {
  display: flex;
  flex-direction: row;
  gap: 5px 5px;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .products-category__list {
    gap: 10px 10px;
  }
}
.products-category__list-item {
  display: inline-block;
  position: relative;
  padding: 5px 3px;
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 400;
  text-align: center;
  color: #fff;
  background-color: #004381;
  border: 2px solid #004381;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: calc((100% - 5px) / 2);
  padding-bottom: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 500px) {
  .products-category__list-item {
    width: calc((100% - 10px) / 3);
  }
}
@media (min-width: 768px) {
  .products-category__list-item {
    letter-spacing: 0.14em;
    padding: 12px 10px;
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (min-width: 1050px) {
  .products-category__list-item {
    width: calc((100% - 40px) / 5);
  }
}
.products-category__list-item:hover {
  background-color: #fff;
  color: #004381;
}
.products-category__list-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
@media (min-width: 768px) {
  .products-category__list-item::after {
    display: none;
  }
}
.products-tag {
  /* ボックス枠のCSS */
  /* チェックマークの追加 */
  /* チェックボックスがチェックされた時に動作する内容 */
}
.products-tag__list {
  display: block;
  width: 100%;
  border: 1px solid #004381;
}
.products-tag__box {
  display: block;
}
.products-tag__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 400;
  padding: 13px 5px;
  background-color: #004381;
  color: #fff;
  text-align: center;
}
.products-tag__title {
  font-size: clamp(16px, 1.25vw, 18px);
  letter-spacing: 0;
  padding-left: 0.5em;
  border-left: 5px solid #004381;
  line-height: 1.1;
  margin: 0;
  letter-spacing: 0.14em;
}
.products-tag__btn {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 14px;
}
.products-tag__line {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #004381;
  margin: 0;
  margin-bottom: 15px;
}
.products-tag__checkbox {
  display: none;
}
.products-tag__text:after {
  position: absolute;
  content: "";
  display: block;
  top: 14px;
  left: 0;
  margin: -10px 0 0 -2px;
  width: 15px;
  height: 15px;
  border: 1px solid #004381;
}
.products-tag__text {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  margin-right: 5px;
  width: 45%;
  line-height: 1.1;
  vertical-align: text-top;
}
@media (min-width: 768px) {
  .products-tag__text {
    width: auto;
    margin-right: 15px;
  }
}
.products-tag__text:hover:after {
  border-color: #0171bd;
}
.products-tag__text:after, .products-tag__text:before {
  position: absolute;
  content: "";
  display: block;
  top: 11px;
}
@media (min-width: 768px) {
  .products-tag__text:after, .products-tag__text:before {
    top: 10px;
  }
}
.products-tag__text:before {
  left: 4px;
  margin-top: -11px;
  width: 8px;
  height: 12px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  opacity: 0;
}
.products-tag__checkbox:checked + .products-tag__text:before {
  opacity: 1;
}
.products-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem 1rem;
  align-items: stretch;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .products-list {
    padding-bottom: 80px;
    gap: 5rem 3rem;
  }
}
.products-list__title {
  position: relative;
  font-size: clamp(23px, 2.2222222222vw, 32px);
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.5em;
  border-left: 5px solid #004381;
  line-height: 1.1;
  margin: 40px 0 30px;
  font-weight: 500;
  color: #004381;
}
@media (min-width: 768px) {
  .products-list__title {
    margin: 40px 0 50px;
    padding-left: 0.6em;
    margin-left: -1em;
  }
}
.products-list__items {
  display: flex;
  flex-direction: column;
  width: calc((100% - 1rem) / 2);
  justify-content: stretch;
  align-items: stretch;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease, width 0.3s ease;
  visibility: visible;
  max-width: 337px;
}
@media (min-width: 768px) {
  .products-list__items {
    width: calc((100% - 6rem) / 3);
  }
}
.products-list__items.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.products-list__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.products-list__thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .products-list__thumbnail {
    margin-bottom: 10px;
  }
}
.products-list__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.products-list__text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .products-list__text {
    line-height: 2.1;
    margin-bottom: 0;
  }
}
.products-list__copy {
  line-height: 1.4;
  font-weight: 500;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
@media (min-width: 768px) {
  .products-list__copy {
    line-height: 1.8;
  }
}
.products-list__category {
  display: none;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-size: 500;
  border-left: 3px solid #004381;
  padding-left: 10px;
}

article.products a.products-category__list-item {
  color: #fff;
}
article.products a.products-category__list-item:hover {
  color: #004381;
}

.hidden .products-list__title {
  display: none;
}
.hidden .products-list__category {
  display: block;
}
.hidden .products-list {
  padding-bottom: 0;
}

.accordion .accordion-toggle {
  width: 100%;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  border-radius: 0;
}
.accordion .accordion-toggle .icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 1em;
}
.accordion .accordion-toggle[aria-expanded=true] .icon {
  transform: rotate(-135deg);
  margin-bottom: 0;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: #fff;
  padding: 0 1em;
}
.accordion .accordion-content__inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
  width: 100%;
  max-width: 913px;
  margin: 0 auto;
  font-size: 14px;
}
@media (min-width: 768px) {
  .accordion .accordion-content__inner {
    padding: 20px;
  }
}
.accordion .accordion-content.open {
  max-height: 100%; /* 適切な高さに調整可 */
  padding: 1em;
  transition: all 0.4s ease;
}

/*商品詳細ページ*/
.single-products__article .wrap {
  padding-top: 20px;
  padding-bottom: 160px;
}
@media (min-width: 768px) {
  .single-products__article .wrap {
    padding-top: 30px;
    padding-bottom: 160px;
  }
}

.single-products__mainarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 560px;
  text-align: center;
  margin: 0 auto 30px;
}
.single-products__cat {
  font-size: clamp(17px, 1.6666666667vw, 24px);
  letter-spacing: 0.14em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
.single-products__title {
  display: block;
  font-size: clamp(22px, 2.9166666667vw, 42px);
  font-family: "Zen Old Mincho", serif;
  line-height: 1.1;
  margin: 5px 0 20px;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  padding-bottom: 14px;
  border-bottom: 1px solid #004381;
  color: #024b82;
}
@media (min-width: 768px) {
  .single-products__title {
    margin: 10px 0 20px;
    letter-spacing: 0.14em;
    padding-bottom: 20px;
  }
}
.single-products__copy {
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.5;
}
.single-products__thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .single-products__thumbnail {
    margin: 40px 0;
  }
}
.single-products__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.single-products__points {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 660px;
  margin: 0 auto 40px;
  text-align: left;
  gap: 30px;
}
@media (min-width: 768px) {
  .single-products__points {
    margin: 0 auto 60px;
  }
}
.single-products__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px;
  text-align: left;
}
@media (min-width: 768px) {
  .single-products__info {
    margin-bottom: 40px;
  }
}
.single-products__clumn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .single-products__clumn--single {
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start;
  }
}
.single-products__detail {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .single-products__detail {
    margin-bottom: 40px;
    max-width: 590px;
  }
}
.single-products__detail-title {
  display: block;
  background: #004381;
  color: #fff;
  text-align: center;
  padding: 2px 5px;
  font-size: 18px;
}
.single-products__options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
  border: 1px solid #004381;
  background: #fff;
  margin-bottom: 30px;
  text-align: left;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .single-products__options {
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.single-products__options-title {
  background: #004381;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 2px 5px;
  font-size: 18px;
}
.single-products__options-wrap {
  display: inline-block;
}
.single-products__options.single-products__clumn--single {
  gap: 0;
}
.single-products__case-list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px 15px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .single-products__case-list {
    gap: 5rem 3rem;
  }
}
.single-products__case-list__title {
  font-size: clamp(28px, 2.2222222222vw, 32px);
  letter-spacing: 0;
  font-family: "Zen Old Mincho", serif;
  padding-left: 0.5em;
  border-left: 5px solid #004381;
  line-height: 1.1;
  margin: 40px 0;
}
@media (min-width: 768px) {
  .single-products__case-list__title {
    margin: 40px 0;
    margin-left: -0.5em;
  }
}
.single-products__case__items {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
  justify-content: stretch;
  align-items: stretch;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, height 0.3s ease, width 0.3s ease;
  visibility: visible;
}
@media (min-width: 768px) {
  .single-products__case__items {
    width: calc((100% - 6rem) / 3);
  }
}
.single-products__case__items.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0;
}
.single-products__case__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-products__case__thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .single-products__case__thumbnail {
    margin-bottom: 20px;
  }
}
.single-products__case__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.single-products__case__text {
  font-size: clamp(14px, 1.5277777778vw, 22px);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .single-products__case__text {
    line-height: 1.6;
  }
}
.single-products__case .more-btn {
  display: inline-block;
  position: relative;
  padding: 5px 30px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 500;
  text-align: center;
  border: 1px solid #004381;
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: #fff;
  width: 80%;
  max-width: 240px;
  margin: 0 auto;
}
.single-products__case .more-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 9px;
  background-image: url(../img/common/icon-arrow-b_bottom.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.single-products__case .more-btn:hover {
  background-color: #004381;
  color: #fff;
}
.single-products__case .more-btn:hover::after {
  background-image: url(../img/common/icon-arrow-w_bottom.svg);
}
.single-products__case .more-btn__area {
  display: block;
  text-align: center;
  margin-top: 40px;
}
.single-products__cat-list {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
}
.single-products__cat-list__thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.single-products__cat-list__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.single-products__cat-list__title {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  line-height: 1.4;
  padding: 10px;
}
.single-products__cat-list__copy {
  line-height: 1.4;
  padding: 10px;
}
.single-products__cat-item {
  display: flex;
  align-items: stretch;
}
.single-products__cat-link {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: stretch;
}

.product-point__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 1em 0;
}
.product-point__no {
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: clamp(22px, 1.9444444444vw, 28px);
  background: linear-gradient(90deg, #041f4d 0%, #1695D4 100%);
  padding: 0em 15px;
  font-family: "Zen Old Mincho", serif;
}
@media (min-width: 768px) {
  .product-point__no {
    padding: 0em 5px;
    width: 160px;
  }
}
.product-point__no-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
  width: 100%;
}
.product-point__no-wrap::after {
  position: relative;
  content: "";
  flex: 1;
  height: 1px;
  background: #163d61;
}
.product-point__title {
  font-size: clamp(25px, 1.9444444444vw, 28px);
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .product-point__title {
    padding: 10px 0;
  }
}
.product-point__text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .product-point__text {
    margin-bottom: 1.5rem;
  }
}
.product-point__pattern1, .product-point__pattern2, .product-point__pattern3 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 768px) {
  .product-point__pattern1, .product-point__pattern2, .product-point__pattern3 {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.product-point__pattern1 {
  gap: 10px;
}
@media (min-width: 768px) {
  .product-point__pattern1 {
    gap: 1rem;
  }
}
.product-point__image {
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .product-point__image {
    width: calc((100% - 1rem) / 2);
  }
}
.product-point__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.product-point__image-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  background: linear-gradient(90deg, #e6edf2 0%, #cee4ed 100%);
  font-size: 14px;
  line-height: 1.4;
  padding: 5% 0;
}
@media (min-width: 768px) {
  .product-point__image-text {
    justify-content: center;
    width: calc((100% - 1rem) / 2);
    height: 100%;
    aspect-ratio: 4/3;
    line-height: 1.8;
    padding: 0;
  }
}
.product-point__image-text span {
  display: block;
  width: 90%;
}
@media (min-width: 768px) {
  .product-point__image-text span {
    width: 80%;
  }
}
.product-point__video {
  aspect-ratio: 4/3;
  width: 100%;
}
@media (min-width: 768px) {
  .product-point__video {
    width: calc((100% - 1rem) / 2);
    height: auto;
  }
}
.product-point__video iframe {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.product-point__video-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  background: linear-gradient(90deg, #e6edf2 0%, #cee4ed 100%);
  font-size: 14px;
  line-height: 1.4;
  padding: 5% 0;
}
@media (min-width: 768px) {
  .product-point__video-text {
    justify-content: center;
    width: calc((100% - 1rem) / 2);
    height: 100%;
    aspect-ratio: 4/3;
    line-height: 1.8;
    padding: 0;
  }
}
.product-point__images {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .product-point__images {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.product-point__videos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-point__videos {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.product-point__videos iframe {
  width: 100%;
  aspect-ratio: 4/3;
  border: none;
}

.product-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.product-info__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  border: 1px solid #004381;
  border-bottom: 0;
  background-color: #f9f9f9;
  width: 100%;
}
@media (min-width: 768px) {
  .product-info__item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.product-info__item:last-of-type {
  border-bottom: 1px solid #004381;
}
.product-info__name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.25vw, 18px);
  width: 100%;
  font-weight: 500;
  padding: 3px 10px;
  border-bottom: 1px solid #004381;
  background: #d6e1eb;
}
@media (min-width: 768px) {
  .product-info__name {
    width: 125px;
    padding: 15px;
    border-bottom: 0;
    border-right: 1px solid #004381;
  }
}
.product-info__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  flex: 1;
  padding: 10px;
}
@media (min-width: 768px) {
  .product-info__description {
    padding: 20px 15px;
    padding-left: 2em;
  }
}
.product-info__description .product_info-parts_text {
  display: block;
  position: relative;
  padding-left: 1em;
  text-indent: 0;
}
.product-info__description .product_info-parts_text::before {
  content: "・";
  position: absolute;
  left: 0;
  width: 1em;
}

.product-detail__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #004381;
  border-bottom: 0;
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .product-detail__item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
}
.product-detail__item:last-of-type {
  border-bottom: 1px solid #004381;
}
.product-detail__name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: bold;
  color: #004381;
  width: 100%;
  padding: 3px 10px;
  border-bottom: 1px solid #004381;
  background: #d6e1eb;
}
@media (min-width: 768px) {
  .product-detail__name {
    width: 40%;
    padding: 7px 15px;
    border-bottom: 0;
    border-right: 1px solid #004381;
    max-width: 225px;
  }
}
.product-detail__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 10px;
  padding-left: 1.5em;
  flex: 1;
}
@media (min-width: 768px) {
  .product-detail__text {
    padding: 7px 15px;
    padding-left: 2em;
    justify-content: flex-start;
  }
}

.product-option__item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 200px;
}
@media (min-width: 768px) {
  .product-option__item {
    padding: 20px 10px;
  }
}
.product-option__name {
  text-align: center;
  font-size: 14px;
}
.product-option__image {
  width: 160px;
  aspect-ratio: 1/1;
}
.product-option__image img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}

.page-title._single-products {
  margin-top: 60px;
  font-size: clamp(24px, 2.5vw, 36px);
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .page-title._single-products {
    margin-top: 100px;
  }
}

._anchorlink {
  position: relative;
  top: -110px; /* ヘッダー高さ */
  height: 110px;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
}

.case__text {
  display: block;
  padding: 15px 10px 20px;
  border: 1px solid #024b82;
  text-align: center;
  font-size: clamp(23px, 2.5vw, 36px);
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
}
.case__text--small {
  display: block;
  font-size: clamp(15px, 1.1111111111vw, 16px);
  line-height: 1.6;
}/*# sourceMappingURL=products.css.map */