main {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.l-title01 {
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 2em auto 1em;
}
@media screen and (max-width: 600px) {
  .l-title01 {
    font-size: 2.25rem;
  }
}

.fs-c-breadcrumb {
    max-width: 1216px;
    margin: auto;
}

.fs-c-productListItem__productName {
  font-size: 1.6rem;
  line-height: 1.4;
}

.fs-c-productName__copy

.fs-c-productPrice__main {
  font-size: 1.6rem;
}

.fs-c-productPrice__addon {
  font-size: 1.4rem;
}

#mainvisual {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#mainvisual {
  .fs-pt-column--2.fs-pt-column {
    .fs-pt-column__image{
      img {
        width: 100%;
      }
    }
  }
}
.fs-p-heading--lv2 {
    width: 100%;
    color: black;
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    border-bottom: none;
}

.fs-p-dateList {
    width: 100%;
}

.fs-p-dateList .fs-pt-list__item {
    font-size: 16px;
}

.fs-p-dateList .fs-pt-list__item a {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .fs-p-dateList .fs-pt-list__item a {
    font-size: 14px;
  }
}

.fs-p-dateList .fs-pt-list__item a time:first-child {
    min-width: 100px;
    margin-right: 1em;
}

.fs-pt-column--1.fs-pt-column {
  margin-top: 5%;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 750px) {
  .fs-pt-column--1.fs-pt-column {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .fs-pt-column--4 {
    grid-template-columns: 2fr 2fr;
  }
}

.fs-p-footerSnsLink {
  margin: 0 auto;
}


.top-about {
  margin: 0 auto;
  padding: 50px 20px;
  color: #000;
}
.top-about > .wrap {
  margin: auto;
  max-width: 1000px;
}
.top-about img {
  max-width: 100%;
  height: auto;
}
.top-about a {
  color: #000;
  text-decoration: none;
}
.top-about a:hover {
  text-decoration: underline;
}
.top-about .ttl {
  font-size: 2.6rem;
  line-height: 180%;
}
.top-about p,
.top-about li,
.top-about a,
.top-about .desc {
  font-size: 1.8rem;
  line-height: 200%;
}
.top-about .feature-list {
  margin-bottom: 80px;
}
.top-about .feature-list .item {
  margin-bottom: 40px;
}
.top-about .feature-list .more-link {
  margin-top: 2em;
}

@media screen and (min-width: 751px) {
  .top-about .feature-list .item {
    display: flex;
    gap: 40px;
  }
  .top-about .feature-list .item:first-of-type {
    flex-direction: row-reverse;
  }
  .top-about .feature-list .item .img {
    width: calc(50% - 20px);
  }
  .top-about .feature-list .item .conts {
    width: calc(50% - 20px);
  }
}

.top-about .introduction {
  padding-top: 80px;
  border-top: 1px solid #000;
}
.top-about .introduction .more-btn {
  margin-top: 2em;
}
.top-about .introduction .more-btn a {
  padding: 1em;
  display: block;
  border: 1px solid #000;
  text-align: center;
  transition: .3s;
}
.top-about .introduction .more-btn a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #000;
}
.top-about .introduction .beginner .ttl {
  margin: 0 0 .5em;
  padding: .5em;
  font-size: 2em;
  text-align: center;
  border: 1px solid #000;
}
.top-about .introduction .beginner nav {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 751px) {
  .top-about .introduction .conts-wrap {
    display: flex;
    gap: 40px;
  }
  .top-about .introduction .conts {
    width: calc(50% - 20px);
  }
  .top-about .introduction .beginner {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 750px) {
  .top-about .introduction {
    padding-top: 40px;
  }
  .top-about .introduction .conts {
    margin-bottom: 40px;
  }
}

.fs-c-productListCarousel .fs-c-productMarks {
  display: none;
}

.fs-l-productLayout.fs-system-product {
  font-size: 115%;
  line-height: 1.6;
  letter-spacing: 1px;
}

.fs-l-productLayout.fs-system-product .fs-c-productNameHeading__name {
  font-size: 130%;
}

.fs-body-category .fs-c-sortItems {
  display: none !important;
}

.fs-body-category .fs-c-productMarks {
  display: none !important;
}

.fs-c-productNumber {
  padding: 4px 0;
  color: #9b9b9b;
  border: none;
}

.fs-c-productOption__name {
  font-size: 1.4rem;
}

.fs-c-dropdown {
  font-size: 1.4rem;
}

.fs-p-address {
  font-style: normal;
}
}