.mt-ss {
  margin-top: 0.8rem;
}
@media screen and (max-width: 76.7rem) {
  .mt-ss {
    margin-top: 0.4rem;
  }
}
.mt-s {
  margin-top: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .mt-s {
    margin-top: 0.8rem;
  }
}
.mt-m {
  margin-top: 2.4rem;
}
@media screen and (max-width: 76.7rem) {
  .mt-m {
    margin-top: 1.6rem;
  }
}
.mt-l {
  margin-top: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .mt-l {
    margin-top: 2.4rem;
  }
}
.mt-ll {
  margin-top: 8rem;
}
@media screen and (max-width: 76.7rem) {
  .mt-ll {
    margin-top: 4rem;
  }
}
.mb-ss {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 76.7rem) {
  .mb-ss {
    margin-bottom: 0.4rem;
  }
}
.mb-s {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .mb-s {
    margin-bottom: 0.8rem;
  }
}
.mb-m {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 76.7rem) {
  .mb-m {
    margin-bottom: 1.6rem;
  }
}
.mb-l {
  margin-bottom: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .mb-l {
    margin-bottom: 2.4rem;
  }
}
.mb-ll {
  margin-bottom: 8rem;
}
@media screen and (max-width: 76.7rem) {
  .mb-ll {
    margin-bottom: 4rem;
  }
}
.ml-ss {
  margin-left: 0.8rem;
}
@media screen and (max-width: 76.7rem) {
  .ml-ss {
    margin-left: 0.4rem;
  }
}
.ml-s {
  margin-left: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .ml-s {
    margin-left: 0.8rem;
  }
}
.ml-m {
  margin-left: 2.4rem;
}
@media screen and (max-width: 76.7rem) {
  .ml-m {
    margin-left: 1.6rem;
  }
}
.ml-l {
  margin-left: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .ml-l {
    margin-left: 2.4rem;
  }
}
.ml-ll {
  margin-left: 8rem;
}
@media screen and (max-width: 76.7rem) {
  .ml-ll {
    margin-left: 4rem;
  }
}
.mr-ss {
  margin-right: 0.8rem;
}
@media screen and (max-width: 76.7rem) {
  .mr-ss {
    margin-right: 0.4rem;
  }
}
.mr-s {
  margin-right: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .mr-s {
    margin-right: 0.8rem;
  }
}
.mr-m {
  margin-right: 2.4rem;
}
@media screen and (max-width: 76.7rem) {
  .mr-m {
    margin-right: 1.6rem;
  }
}
.mr-l {
  margin-right: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .mr-l {
    margin-right: 2.4rem;
  }
}
.mr-ll {
  margin-right: 8rem;
}
@media screen and (max-width: 76.7rem) {
  .mr-ll {
    margin-right: 4rem;
  }
}
.grid {
  display: grid;
  gap: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .grid {
    gap: 0.8rem;
  }
}
.grid.gap0 {
  gap: 0;
}
.grid img {
  margin-left: auto;
  margin-right: auto;
}
.grid .text {
  line-height: 1.4;
  margin-top: 0.8rem;
}
@media screen and (max-width: 76.7rem) {
  .grid .text {
    margin-top: 0.4rem;
  }
}
.col1 {
  grid-template-columns: 1fr;
}
.col1-2 {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 76.7rem) {
  .col1-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.col1-3 {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 76.7rem) {
  .col1-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.col1-4 {
  grid-template-columns: 1fr;
}
@media screen and (max-width: 76.7rem) {
  .col1-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.col2-1 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col2-1 {
    grid-template-columns: 1fr;
  }
}
.col2-3 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col2-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.col2-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col2-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.col3 {
  grid-template-columns: repeat(3, 1fr);
}
.col3-1 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col3-1 {
    grid-template-columns: 1fr;
  }
}
.col3-2 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col3-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.col3-4 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col3-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.col4 {
  grid-template-columns: repeat(4, 1fr);
}
.col4-1 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col4-1 {
    grid-template-columns: 1fr;
  }
}
.col4-2 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col4-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.col4-3 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col4-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.col5 {
  grid-template-columns: repeat(5, 1fr);
}
.col5-1 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col5-1 {
    grid-template-columns: 1fr;
  }
}
.col5-2 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col5-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.col5-3 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col5-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.col5-4 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col5-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.col5-rank {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col5-rank {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media screen and (max-width: 76.7rem) {
  .col5-rank > *:nth-child(-n+2) {
    grid-column: span 6;
  }
}
@media screen and (max-width: 76.7rem) {
  .col5-rank > *:nth-child(n+3) {
    grid-column: span 4;
  }
}
.col6 {
  grid-template-columns: repeat(6, 1fr);
}
.col6-1 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col6-1 {
    grid-template-columns: 1fr;
  }
}
.col6-2 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col6-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.col6-3 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col6-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.col6-4 {
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col6-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.col8-4 {
  grid-template-columns: repeat(8, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col8-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.col10-5 {
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col10-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.col10 {
  grid-template-columns: repeat(10, 1fr);
}
.col10-6 {
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 76.7rem) {
  .col10-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
.col1-2ratio {
  grid-template-columns: 1fr 2fr;
}
.col2-1ratio {
  grid-template-columns: 2fr 1fr;
}
.col1-3ratio {
  grid-template-columns: 1fr 3fr;
}
.col3-1ratio {
  grid-template-columns: 3fr 1fr;
}
.col2then3 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}
.col2then3 > *:nth-child(1), .col2then3 > *:nth-child(2) {
  grid-column: span 3;
}
.col2then3 > *:nth-child(n+3) {
  grid-column: span 2;
}
.gap-ss {
  gap: 0.8rem;
}
@media screen and (max-width: 76.7rem) {
  .gap-ss {
    gap: 0.4rem;
  }
}
.gap-s {
  gap: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .gap-s {
    gap: 0.8rem;
  }
}
.gap-m {
  gap: 2.4rem;
}
@media screen and (max-width: 76.7rem) {
  .gap-m {
    gap: 1.6rem;
  }
}
.gap-l {
  gap: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .gap-l {
    gap: 2.4rem;
  }
}
.gap-ll {
  gap: 8rem;
}
@media screen and (max-width: 76.7rem) {
  .gap-ll {
    gap: 4rem;
  }
}
.font-serif {
  font-family: "Noto Serif JP", serif;
}
.font-ss {
  font-size: 1rem;
}
.font-s {
  font-size: 1.2rem;
}
.font-m {
  font-size: 1.4rem;
}
.font-l {
  font-size: 1.6rem;
}
.font-ll {
  font-size: 1.8rem;
}
.font-lll {
  font-size: 2.4rem;
}
.font-normal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold !important;
}
.text-underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-link {
  text-decoration: underline;
}
.arrow-right {
  position: relative;
  padding-right: 1rem;
}
.arrow-right::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.arrow-right.white::after {
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}
.color-red {
  color: #ed0038;
}
.color-pink {
  color: #ff1493;
}
.color-gray {
  color: #707070;
}
.color-black {
  color: #333;
}
.color-white {
  color: #fff;
}
.marker-pink {
  background: #f4a5d0;
}
.marker-red {
  background: #ed0038;
  color: #fff;
}
.marker-yellow {
  background: #fff352;
}
.marker-gray {
  background: #f7f7f7;
}
.marker-purple {
  background: #dbc6e9;
}
.marker-green {
  background: #dbebc4;
}
.marker-blue {
  background: #bbe2f1;
}
.marker-pink, .marker-red, .marker-yellow, .marker-gray, .marker-purple, .marker-green, .marker-blue {
  padding: .2rem;
  margin: 0 .1rem;
  line-height: 1.8;
}
.grid .name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.2rem;
  margin-top: 0.4rem;
}
.grid .price, .zigzag .price {
  font-weight: bold;
}
.grid .price span, .zigzag .price span {
  font-size: 80%;
  font-weight: normal;
}
.grid .price-sale, .zigzag .price-sale {
  color: #ed0038;
}
.grid .icon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
.grid .icon img {
  height: 2rem;
}
.grid .rank {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0 0.2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 0.8rem;
}
.grid .rank span {
  font-size: 1.7em;
  line-height: 0.8;
}
.grid .rank::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1.7rem;
  background: url(../img/common/icon/icon_crown_black.svg) center bottom no-repeat;
  background-size: contain;
}
.grid .rank1::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1.7rem;
  background: url(../img/common/icon/icon_crown_gold.svg) center bottom no-repeat;
  background-size: contain;
}
.grid .rank2::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1.7rem;
  background: url(../img/common/icon/icon_crown_silver.svg) center bottom no-repeat;
  background-size: contain;
}
.grid .rank3::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1.7rem;
  background: url(../img/common/icon/icon_crown_brown.svg) center bottom no-repeat;
  background-size: contain;
}
.list-product .rank {
  font-size: 1.1rem;
}
.list-product .rank span {
  font-size: 1.6rem;
}
.list-product .rank::before {
  width: 1.8rem;
  height: 1.4rem;
}
.button-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .button-wrap {
    gap: 0.8rem;
  }
}
section > .button-wrap:first-child {
  margin-top: 0 !important;
}
.button-wrap-center {
  justify-content: center;
}
.button-wide {
  width: 90%;
  max-width: 500px;
}
.button-wide:last-child {
  margin-bottom: 0;
}
.button-border {
  display: inline-block;
  border: 1px solid #333;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
  background: #fff;
  color: #333;
}
.button-border::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-red-border {
  display: inline-block;
  border: 1px solid #ed0038;
  color: #ed0038 !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-red-border::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #ed0038;
  border-right: 2px solid #ed0038;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-red-border:hover {
  color: #ed0038 !important;
}
.button-pink-border {
  display: inline-block;
  border: 1px solid #ff1493;
  color: #ff1493 !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-pink-border::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #ff1493;
  border-right: 2px solid #ff1493;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-pink-border:hover {
  color: #ff1493 !important;
}
.button-orange-border {
  display: inline-block;
  border: 1px solid #e57e3f;
  color: #e57e3f !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-orange-border::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #e57e3f;
  border-right: 2px solid #e57e3f;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-orange-border:hover {
  color: #e57e3f !important;
}
.button-gray-border {
  display: inline-block;
  border: 1px solid #707070;
  color: #707070 !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-gray-border::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #707070;
  border-right: 2px solid #707070;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-red {
  display: inline-block;
  background: #ed0038;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-red::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-red:hover {
  color: #fff !important;
}
.button-pink {
  display: inline-block;
  background: #ff1493;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-pink::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-pink:hover {
  color: #fff !important;
}
.button-orange {
  display: inline-block;
  background: #ffa500;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-orange::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-orange:hover {
  color: #fff !important;
}
.button-black {
  display: inline-block;
  background: #333;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-black::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-black:hover {
  color: #fff !important;
}
.button-gray {
  display: inline-block;
  background: #707070;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
}
.button-gray::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.button-gray:hover {
  color: #fff !important;
}
.title-s {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .title-s {
    font-size: 1.5rem;
    margin-bottom: .8rem;
  }
}
.title-m {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .title-m {
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
  }
}
.title-l {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .title-l {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
}
.title-border {
  border-bottom: 2px solid #000;
}
.title-bold {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (max-width: 76.7rem) {
  .title-bold {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
}
.title-bold span {
  display: block;
  font-size: 1.3rem;
  font-weight: normal;
}
.title-bold span span {
  display: inline-block;
}
.title-line {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (max-width: 76.7rem) {
  .title-line {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.title-line span span {
  display: inline-block;
}
.title-line span {
  display: block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 76.7rem) {
  .title-line span {
    font-size: 1.3rem;
  }
}
.title-line p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: .6rem;
  line-height: 1.2;
  white-space: nowrap;
}
.title-line.white {
  color: #fff;
}
.title-line p::before, .title-line p::after {
  content: "";
  flex: 1;
  height: 1px;
}
.title-line p::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.title-line p::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.title-line.white p::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
}
.title-line.white p::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
.title-bg {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  background: #f4a5d0;
  padding: 0.4rem 1.6rem;
  margin-bottom: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (max-width: 76.7rem) {
  .title-bg {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}
.title-bg span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.title-bg span span {
  display: inline-block;
}
@media screen and (max-width: 76.7rem) {
  .title-bg span {
    font-size: 1.3rem;
  }
}
.line {
  width: 100%;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 6.4rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 76.7rem) {
  .line {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.width-100 {
  width: 100%;
}
.bg-white {
  background: #fff;
}
.bg-pink {
  background: #f4a5d0;
}
.bg-red {
  background: #ed0038;
}
.bg-yellow {
  background: #ffffb5;
}
.text-box.bg-yellow {
  background: #fff352;
}
.bg-gray {
  background: #f7f7f7;
}
.bg-purple {
  background: #dbc6e9;
}
.bg-green {
  background: #dbebc4;
}
.bg-blue {
  background: #bbe2f1;
}
.bg-black {
  background: #000;
  color: #fff;
}
main.bg-pink, main.bg-red, main.bg-yellow, main.bg-gray, main.bg-purple, main.bg-black {
  padding-bottom: 3rem;
}
.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-image-repeat {
  background-repeat: repeat;
}
.box {
  padding: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .box {
    padding: 1.6rem;
  }
}
.box-border {
  border: 1px solid #333;
  padding: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .box-border {
    padding: 1.6rem;
  }
}
.box-double-border {
  border: 5px double #333;
  padding: 4rem;
}
@media screen and (max-width: 76.7rem) {
  .box-double-border {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 76.7rem) {
  .sp-side-space {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.tabBox .tabs {
  display: flex;
  gap: 4px;
  text-align: center;
}
.tabBox .tabs .tab {
  background: #ffd2da;
  color: #fff;
  padding: 1rem;
  display: block;
  width: 100%;
  position: relative;
}
.tabBox .tabs .tab.is-active {
  background: #d83473;
  color: #fff;
}
.tabBox .tabs .tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1.2rem solid transparent;
  border-right: 1.2rem solid transparent;
  border-top: 1.2rem solid #d83473;
}
.tabBox .cont {
  display: none;
}
.tabBox .cont.is-active {
  display: block;
  margin-top: 2rem;
}
.tabBox.tabRanking {
  margin: 0 -1.6rem;
}
.tabBox.tabRanking .tabs {
  display: flex;
  gap: 0;
  text-align: center;
}
.tabBox.tabRanking .tabs .tab {
  background: #fff;
  color: #d83473;
  padding: .5rem 0;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #d83473;
  border-right: none;
  border-radius: 8px 8px 0 0;
  font-size: 1.2rem;
  font-weight: 800;
}
.tabBox.tabRanking .tabs .tab:first-of-type {
  border-left: 0;
}
.tabBox.tabRanking .tabs .tab.is-active {
  background: #d83473;
  color: #fff;
}
.tabBox.tabRanking .tabs .tab.is-active::after {
  display: none;
}
.tabBox.tabRanking .cont.is-active {
  padding: 1rem 1.6rem;
  margin-top: 0;
  background: #eee;
}
.tabBox.tabTopics {
  margin: 0 -1.6rem;
  border-bottom: 1px solid #333;
}
.tabBox.tabTopics .tabs {
  display: flex;
  gap: 0;
  text-align: center;
}
.tabBox.tabTopics .tabs .tab {
  background: #eee;
  color: #555;
  padding: 1rem 0;
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #333;
  border-right: 0;
  border-radius: 8px 8px 0 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .tabBox.tabTopics .tabs .tab {
    font-size: 1rem;
    padding: .8rem 0;
  }
  .tabBox.tabTopics .tabs .tab:last-of-type {
    letter-spacing: -0.1em;
  }
}
.tabBox.tabTopics .tabs .tab:first-of-type {
  border-left: 0;
}
.tabBox.tabTopics .tabs .tab.is-active {
  background: #fff;
  color: #333;
  border-bottom: 1px solid #fff;
  font-weight: bold;
}
.tabBox.tabTopics .tabs .tab.is-active::after {
  display: none;
}
.tabBox.tabTopics .cont.is-active {
  padding: 1rem 1.6rem;
  margin-top: 0;
}
main.l-container > section {
  margin: 3rem 0;
}
main > .grid:first-child {
  margin: 1.6rem 0 3rem;
}
@media screen and (max-width: 76.7rem) {
  main > .grid:first-child {
    margin: .5rem 0 1rem;
  }
}
main.l-container > section:first-of-type {
  margin-top: 0;
}
main.bg-pink > section:last-of-type, main.bg-red > section:last-of-type, main.bg-yellow > section:last-of-type, main.bg-gray > section:last-of-type, main.bg-purple > section:last-of-type, main.bg-black > section:last-of-type {
  margin-bottom: 0;
}
main.l-container > section:first-of-type > h2:first-child:not(.title-bg), main.l-container > section:first-of-type > h3:first-child:not(.title-bg) {
  padding-top: 3rem;
}
@media screen and (max-width: 76.7rem) {
  main.l-container > section:first-of-type > h2:first-child:not(.title-bg), main.l-container > section:first-of-type > h3:first-child:not(.title-bg) {
    padding-top: 1.6rem;
  }
}
main.l-container .wide100 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
main.l-container .wide100.pd0 {
  padding: 0;
}
.banner100 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .banner100 {
    margin-bottom: 0.8rem;
  }
}
.banner100 img {
  width: 100%;
}
.zigzag {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.zigzag img {
  width: 100%;
}
.zigzag dl {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 1.6rem;
  align-items: center;
}
.zigzag dl:nth-child(even) {
  grid-template-columns: 1fr 1.2fr;
}
.zigzag dl:nth-child(even) dt {
  order: 2;
}
.zigzag dl:nth-child(even) dd {
  order: 1;
}
.zigzag.reverse dl:first-child {
  grid-template-columns: 1fr 1.2fr;
}
.zigzag.reverse dl:nth-child(even) {
  grid-template-columns: 1.2fr 1fr;
}
.zigzag.reverse dl:nth-child(even) dt {
  order: 1;
}
.zigzag.reverse dl:nth-child(even) dd {
  order: 2;
}
.zigzag.reverse dl:nth-child(odd) dt {
  order: 2;
}
.zigzag.reverse dl:nth-child(odd) dd {
  order: 1;
}
.zigzag dd {
  text-align: center;
}
.scroll-yoko {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-yoko .grid.col4-2 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 240px; /* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â£Ãƒâ€ Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€¦Ã‚Â¡ */
  gap: 16px;
}
.scroll-yoko, .scroll-half {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-yoko .grid, .scroll-half .grid {
  grid-template-columns: none;
  grid-auto-flow: column;
  overflow: auto;
}
.scroll-yoko .grid {
  grid-auto-columns: 27%;
}
@media screen and (max-width: 76.7rem) {
  .scroll-yoko .grid {
    grid-auto-columns: 40%;
  }
}
.scroll-half .grid {
  grid-auto-columns: 40%;
}
@media screen and (max-width: 76.7rem) {
  .scroll-half .grid {
    grid-auto-columns: 75%;
  }
}
.scroll-arrow {
  position: relative;
  width: 70%;
  text-align: center;
  margin: 1rem auto;
  border-radius: 50px;
  color: #fc73aa;
  font-weight: 600;
}
.scroll-arrow:before {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #fc73aa;
}
.scroll-arrow:after {
  position: absolute;
  content: '';
  bottom: -2px;
  right: 10px;
  width: calc(100% - 10px);
  border-bottom: solid 2px #fc73aa;
}
.scroll-arrow span {
  display: inline-block;
  animation: swipe-finger 1.5s ease-in-out infinite;
}
@keyframes swipe-finger {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(.5rem);
  }
}
.button-under {
  display: inline-block;
  background: #333;
  color: #FFF !important;
  font-weight: bold;
  text-align: center;
  padding: .5em;
  border-radius: 0.4rem;
  position: relative;
  padding-bottom: 3rem;
  width: 100%;
}
.button-under.bg-red {
  background: #ed0038;
}
.button-under.bg-pink {
  background: #ff1493;
}
.button-under.bg-orange {
  background: #e57e3f;
}
.button-under::after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  bottom: 1.5rem;
  transform: rotate(135deg) translateY(-50%);
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
.buy-button {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  border: 1px solid #333;
  border-radius: 0.4rem;
  padding: .3rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  position: relative;
}
.buy-button img {
  width: 1em;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.buy-button::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
.mg-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important
}
.mt-0 {
  margin-top: 0 !important
}
.button-grid a {
  display: block;
  border: 1px solid #333;
  font-weight: bold;
  text-align: center;
  padding: 0.6rem 2.4rem 0.6rem 1.6rem;
  border-radius: 0.4rem;
  position: relative;
  background: #fff;
}
.button-grid a::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
}
details {
  margin: 1.6rem auto;
  border: 1px solid #333;
  border-radius: .4rem;
}
details summary {
  position: relative;
  padding: 1rem 1.6rem;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}
details summary::-webkit-details-marker {
  display: none;
}
details summary::marker {
  content: "";
}
details summary:focus, details summary:focus-visible {
  outline: none;
}
details summary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: .8rem;
  height: .8rem;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(135deg);
  transition: transform .3s;
}
details[open] summary::after {
  transform: translateY(-50%) rotate(-45deg);
}
summary.bg-black::after {
  border-color: #fff;
}
details > div {
  padding: 1.6rem;
  background: #eee;
  border-radius: 0 0 .4rem .4rem;
}
.details-wrap {
  margin: 1.6rem 0;
  border: 1px solid #333;
  border-radius: .4rem;
  overflow: hidden;
}
.details-wrap details {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #333;
  border-radius: 0;
}
.details-wrap details:last-child {
  border-bottom: 0;
}
.details-wrap details > div {
  border-radius: 0;
}
.details-wrap summary.bg-black {
  border-bottom: 1px solid #fff;
}
.details-wrap details:last-child summary.bg-black {
  border-bottom: 0;
}
.text-box {
  padding: 0.8rem;
  text-align: center;
}
@media screen and (max-width: 76.7rem) {
  .text-box {
    padding: 0.3rem;
  }
}
.category-intro h2 {
  display: flex;
  justify-content: space-between;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
  border-bottom: 4px double#d83473;
  color: #d83473;
  align-items: baseline;
}
.category-intro h2 span {
  font-size: .5em;
}
@media screen and (max-width: 76.7rem) {
  .category-intro h2 {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .category-intro h2 span {
    font-size: .6em;
  }
}
.category-intro p {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 76.7rem) {
  .category-intro p {
    font-size: 1.2rem;
    text-align: center;
  }
}
.category-intro details {
  border: none;
  margin: 1.6rem;
  border-bottom: 4px double#d83473;
  padding-bottom: 1.6rem;
  border-radius: 0;
}
@media screen and (max-width: 76.7rem) {
  .category-intro details {
    margin: 0.8rem 0;
    padding-bottom: 0.8rem;
  }
}
.category-intro details summary {
  padding: 0;
  border-radius: 0;
}
.category-intro details summary:after {
  display: none;
}
.category-intro img {
  width: 3rem;
  margin: 0 auto;
}
.category-intro details[open] summary {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 76.7rem) {
  .category-intro details[open] summary {
    margin-bottom: 0.8rem;
  }
}