@charset "UTF-8";
html {
  font-size: 10px;
  font-feature-settings: "palt";
}

.pc-header-main.is-fixed {
  display: none;
}

.l-container {
  width: 100%;
  font-family: "sawarabi-gothic", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-style: normal;
}
.l-container a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 0.4s;
}
.l-container a:hover {
  opacity: 0.6;
}
.l-container img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

.l-container #feature {
  width: 100%;
  margin: 0 auto;
}

.credits-container {
  display: inline-block;
  font-family: "Times New Roman", serif;
  font-size: 1.7rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 4rem;
}
.credits-container .credits li:nth-of-type(2) {
  margin-top: 0.5rem;
}
.credits-container .credits .text::after {
  content: ":";
  padding-left: 0.5rem;
}
.credits-container .credits .product {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.credits-container .credits .price::before {
  content: "¥";
}

main {
  position: relative;
  padding-bottom: 3rem;
  margin: 0 auto;
}
main .main__sticky {
  position: sticky;
  top: 0;
  padding: 4rem 0 54.7rem 6.5rem;
}
main .main__sticky .main__title {
  font-family: "Times New Roman", serif;
  font-weight: 400;
  font-size: 7.6rem;
  letter-spacing: 0.02em;
}
main .main__sticky .main__lead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3.1rem;
  letter-spacing: 0.02em;
  margin-top: 2rem;
  margin-left: 0.5rem;
}
main .main__sticky .models {
  margin-top: 4rem;
  margin-left: 0.7rem;
}
main .main__sticky .models .model {
  display: flex;
  font-family: "Times New Roman", serif;
  font-size: 1.9rem;
  letter-spacing: 0.02em;
  line-height: 3.5rem;
}
main .main__sticky .models .model a {
  transition: none;
}
main .main__sticky .models .model.isActive {
  color: red;
}
main .main__sticky .models .model.isActive .model__ig {
  fill: red;
}
main .main__sticky .models .model.isActive .model__ig .model__ac {
  color: red;
}
main .main__sticky .models .model__name {
  width: 40rem;
}
main .main__sticky .models .model__ig {
  display: flex;
}
main .main__sticky .models .model__ig figure {
  padding-top: 0.5rem;
}
main .main__sticky .models .model__ig figure svg {
  width: 2rem;
  height: 2rem;
}
main .main__sticky .models .model__ig span {
  margin-left: 0.8rem;
}
main .products {
  position: relative;
  width: 113rem;
  margin: -50.5rem 2rem 0 auto;
}
main .products .content-grid {
  display: grid;
  grid-template-columns: repeat(2, 55.5rem);
  column-gap: 2rem;
  row-gap: 2rem;
}
main .products .product2 {
  margin-top: 11rem;
}
main .products .product2 .product-description-container {
  margin-left: 3.5rem;
}
main .products .product2 .product-description-container .product-description div:nth-of-type(2) {
  letter-spacing: 0.08em;
}
main .products .product2 .product-description-container .product-description div:nth-of-type(4) {
  letter-spacing: 0.015em;
}
main .products .product3 {
  margin-top: 20rem;
}
main .products .product3 .credits-container {
  margin-top: 3.5rem;
}
main .products .product3 .product-description div:nth-of-type(2) {
  letter-spacing: 0.015em;
}
main .products .product3 .product-description div:nth-of-type(3) {
  letter-spacing: 0.06em;
}
main .products .product3 .product-description div:nth-of-type(4) {
  letter-spacing: 0.015em;
}
main .products .product3 .product-description-name {
  margin-top: 30.5rem;
}
main .products .product4 {
  margin-top: 11rem;
}
main .products .product4 .product-description-container {
  margin-left: 3.5rem;
}
main .products .product4 .product-description-container .product-description div:nth-of-type(1) {
  letter-spacing: 0.08em;
}
main .products .product4 .product-description-container .product-description div:nth-of-type(4) {
  letter-spacing: 0.015em;
}
main .products .product-description-name {
  font-family: "Times New Roman", serif;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  margin-top: 31.75rem;
}
main .products .product-description-point {
  font-family: "Times New Roman", serif;
  font-size: 2.1rem;
  margin-top: 3.75rem;
}
main .products .product-description {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.5rem;
  margin-top: 0.6rem;
}
main .check-all-items {
  position: absolute;
  left: 6.95rem;
  top: 765.75rem;
  font-size: 1.4rem;
  font-family: "Times New Roman", serif;
  z-index: 1;
}
main .check-all-items a {
  display: flex;
  color: #000;
}
main .check-all-items a div {
  margin-left: 0.6rem;
}
main .check-all-items a figure {
  padding-top: 0.4rem;
}
main .check-all-items a figure.blinking {
  animation: blinking 0.8s ease-in-out infinite alternate;
}
main .check-all-items a figure img {
  width: 1.4rem;
  height: 1.4rem;
}

.fadeIn {
  opacity: 0;
  transition: 1s ease all;
}

.fadeIn-delayed {
  transition-delay: 0.4s;
}

.animate-active {
  opacity: 1;
}

@keyframes blinking {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.area-header {
  max-width: 100%;
}

.breadcrumbs {
  max-width: 100%;
  margin-bottom: 0 !important;
}

.feature-snslist {
  overflow: hidden;
}

.l-footer,
.pc-footer {
  overflow: hidden;
}

.pic__accordion {
  display: none !important;
}

.pc-header {
  overflow: hidden;
}

@media screen and (max-width: 2100px) {
  html {
    font-size: 0.4761904762vw;
  }
}