@charset "UTF-8";
:root {
  /* --total-width-pc: 1100px; */
  --color-white: #fff;
  --color-red: #CE1032;
  --border-color-gray: #C7C7C7;
  --border-color-red: var(--color-red);
  --font-color-gray: #616161;
  --background-color-gray: #F2F2F2;
  --background-color-red: var(--color-red);
  /* --font-family-en: 'Lato', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-family-ja: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
  --color-rank: #ccc;
  --color-rank1: #F6AC00;
  --color-rank2: #828383;
  --color-rank3: #AC6100;
  /* --edge-space: 20px; */
}
/**
 * .common-section
 *     .common-section__header
 *         .common-section__title
 *             セクションタイトル
 *      .common-section__body
 *          固有コンテンツ
 *      .common-section__footer
 */
.common-section {
  padding: 60px 0;
  border-top: 1px solid var(--border-color-gray);
}
@media screen and (max-width: 768px) {
  .common-section {
    padding: 35px 0;
  }
}
.common-section.bg-gray {
  background: var(--background-color-gray);
  border-top: none;
}
.common-section.bg-freakmag {
  background: linear-gradient(40deg, #fceedb 0%, #e6ffd1 120%);
  border-top: none;
}
.common-section.bg-freakmag + .common-section,
.common-section.bg-gray + .common-section {
  border-top: none;
}
.common-section__header {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: var(--total-width-pc);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .common-section__header {
    width: auto;
    margin-bottom: 20px;
  }
}
.common-section__title {
  font-size: 28px;
  font-family: var(--font-family-en);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.common-section__title .alt {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  color: var(--font-color-gray);
  letter-spacing: .05em;
  font-family: var(--font-family-ja);
}
@media screen and (max-width: 768px) {
  .common-section__title {
    font-size: 21px;
  }
  .common-section__title .alt {
    margin-top: 10px;
    font-size: 13px;
  }
}
.common-section__body {
  margin: 0 auto;
  max-width: var(--total-width-pc);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .common-section__body {
    width: auto;
    padding: 0 20px;
  }
}
.common-section__footer {
  text-align: center;
  margin: 0 auto;
  max-width: var(--total-width-pc);
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .common-section__footer {
    width: auto;
    margin-top: 20px;
  }
}
.brand-grid-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(7, 1fr);
}
.brand-grid-list[data-view=header] {
  padding: 12px;
  gap: 40px 27px;
  justify-content: flex-start;
  grid-template-columns: repeat(6, 1fr);
}
.brand-grid-list[data-view=slideup] {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 15px;
  padding: 20px;
}
.brand-grid-list[data-view=other-shop] {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .brand-grid-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .brand-grid-list[data-view=slideup] {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-grid-list[data-mobile-item12] > .brand-grid-list-item:nth-child(n + 13) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .brand-grid-list[data-view=other-shop] {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
  }
}
@media screen and (min-width: 769px) {
  .brand-grid-list[data-desktop-item14] > .brand-grid-list-item:nth-child(n + 15) {
    display: none;
  }
}
.brand-grid-list-item {
  border: 1px solid #C7C7C7;
}
.brand-grid-list[data-view=other-shop] .brand-grid-list-item {
  border: 1px solid #e9e9e9;
}
.brand-grid-list-item__block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}
.brand-grid-list-item__thumb {
  width: 100%;
}
.brand-grid-list-item__thumb img {
  width: 100%;
}
.brand-grid-list-item__brand {
  font-size: 10px;
  color: #222;
  padding: 0 10px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .brand-grid-list-item__brand {
    font-size: 9px;
    padding: 0 8px;
  }
}
.applist-section {
  background: var(--background-color-gray);
  padding: 22px 20px 0;
}
@media screen and (max-width: 768px) {
  .applist-section + .common-section {
    padding-top: 25px;
  }
}
.applist-section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 12px;
  gap: 0 10px;
}
.applist-section-content__logo {
  width: 48px;
  height: 48px;
  background: url(../img/app_icon.png);
  background-size: contain;
  text-indent: -200%;
  overflow: hidden;
}
.applist-section-content__name {
  flex: 1;
}
.applist-section-content__copy {
  font-size: 14px;
}
.applist-section-content__title {
  font-size: 12px;
  margin-top: 10px;
  color: #4F4F4F;
}
.applist-section-content__link {
  line-height: 35px;
  font-size: 13px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .applist-section-content__link {
    line-height: 31px;
    font-size: 11px;
  }
}
.applist-section-content__link a {
  display: block;
  padding: 0 25px 0 12px;
  border: 1px solid var(--color-white);
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .applist-section-content__link a {
    padding: 0 22px 0 10px;
  }
}
.applist-section-content__link:before,
.applist-section-content__link:after {
  content: '';
  display: block;
  width: 1px;
  height: 8px;
  border-radius: 1px;
  background: var(--color-white);
  position: absolute;
  right: 15px;
}
.applist-section-content__link:before {
  transform: rotate(-45deg);
  bottom: 46%
}
.applist-section-content__link:after {
  transform: rotate(45deg);
  top: 46%;
}
.applist-section-banner {
  display: block;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
}
.applist-section-banner img {
  width: 100%;
}
.customer-content__list {
  display: grid;
  gap: 15px 0;
}
.customer-content__item {
  min-width: 270px;
  height: 78px;
  background: var(--color-white);
  border: 1px solid var(--border-color-gray);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .customer-content__item {
    width: 100%;
  }
}
.customer-content__title {
  font-size: 13px;
  font-weight: bold;
}
.customer-content__title.help:before {
  content: '';
  display: inline-block;
  background: url(../img/common/icon_help.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin-right: 8px;
}
.customer-content__title.chat:before {
  content: '';
  display: inline-block;
  background: url(../img/common/icon_chat.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 24px;
  height: 19px;
  margin-right: 6px;
}
.customer-content__title.phone:before {
  content: '';
  display: inline-block;
  background: url(../img/common/icon_phone.svg);
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.customer-content__sub {
  color: #5F5F5F;
  font-size: 11px;
  display: inline-block;
}
.sns__list {
  display: flex;
  justify-content: center;
}
.sns__item {
  width: 49px;
  height: 49px;
  background: #F0F0F0;
  border-radius: 50%;
  margin: 0 14px;
}
@media screen and (max-width: 768px) {
  .sns__item {
    width: 38px;
    height: 38px;
    margin: 0 8px;
  }
}
.sns__item > div,
.sns__item > a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.sns__item > a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.sns__item > div:after,
.sns__item > a:after {
  content: '';
  display: block;
  width: 38%;
  height: 38%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
}
.sns__item.facebook.lazyloaded > a:after {
  background-image: url(../img/common/icon_facebook.svg);
}
.sns__item.twitter.lazyloaded > a:after {
  background-image: url(../img/common/icon_x.png);
}
.sns__item.line.lazyloaded > a:after {
  background-image: url(../img/common/icon_line.svg);
}
.sns__item.youtube.lazyloaded > a:after {
  background-image: url(../img/common/icon_youtube.svg);
}
.sns__item.tiktok.lazyloaded > a:after {
  background-image: url(../img/common/icon_tiktok.svg);
}
.sns__item.instagram.lazyloaded > div:after {
  position: relative;
  transition: all .3s ease-out;
  background-image: url(../img/common/icon_instagram.svg);
}
.sns__item-sub {
  position: absolute;
  top: calc(100% + 18px);
  left: -20px;
  background: var(--background-color-gray);
  font-size: 15px;
  padding: .9em 1.2em;
  transition: all .3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  font-family: var(--font-family-en);
}
.sns__item-sub::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 28px;
  border: 16px solid transparent;
  border-bottom: 16px solid var(--background-color-gray);
}
.sns__item:hover .sns__item-sub {
  visibility: visible;
  opacity: 1;
}
.sns__item-sub a {
  display: block;
  line-height: 1.69;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.sns__item-sub a:hover {
  opacity: .5;
}
.information-link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.information-link__item {
  width: 50%;
  border-top: 1px solid #CECECE;
}
.information-link__item:nth-child(odd) {
  border-right: 1px solid #CECECE;
}
.information-link__item > a {
  display: block;
  line-height: 54px;
  text-align: center;
}
.item-price--sale .item-normal_price {
  display: none;
}
.item-price--sale .item-sale_price {
  color: var(--color-red);
}
@media screen and (max-width: 768px) {
  .item-category-section {
    padding-bottom: 0;
  }
  .item-category-grid {
    margin: 0 -20px;
  }
}
.item-category-grid .columnize-column {
  display: flex;
  justify-content: space-between;
}
.item-category-grid__list {
  border-top: 1px solid #F4F4F4;
  border-left: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .item-category-grid__list {
    border-left: none;
  }
}
.item-category-grid__item {
  position: relative;
  width: 25%;
  display: inline-block;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
}
@media screen and (max-width: 768px) {
  .item-category-grid__item {
    width: 100%;
    border-right: none;
  }
  .item-category-grid__item.expanded {
    border-bottom: none;
    background: #F7F7F7;
  }
}
.item-category-grid__item a {
  position: relative;
  display: block;
  font-size: 14px;
}
.item-category-grid__trigger {
  line-height: 1.3;
  padding: 12px 45px 12px 15px;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.item-category-grid__trigger:before,
.item-category-grid__trigger:after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  border-radius: 1px;
  background: var(--background-color-red);
  position: absolute;
  transition: all .2s;
}
.item-category-grid__trigger:after {
  transform: rotate(45deg);
  top: 47%;
  right: 18px;
}
.item-category-grid__item.expanded .item-category-grid__trigger:after {
  transform: rotate(135deg);
}
.item-category-grid__item .item-category-grid__trigger:before {
  transform: rotate(-45deg);
  top: 47%;
  right: 25px;
}
.item-category-grid__item.expanded .item-category-grid__trigger:before {
  transform: rotate(-135deg);
}
.item-category-grid__thumbs {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #F4F4F4;
  flex: none;
}
.item-category-grid__childlist {
  padding: 10px 30px 30px;
  background: #fdfdfd;
  border: 1px solid #e2e2e2;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.06));
  font-size: 0;
  position: relative;
}
.item-category-grid__childlist:before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  background: #fdfdfd;
  border-top: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
  transform: rotate(45deg);
  position: absolute;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .item-category-grid__childlist {
    border: none;
    filter: none;
    padding: 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
  }
  .item-category-grid__childlist:before {
    content: none;
  }
}
.columnize-childlist > .item-category-grid__childlist:nth-child(1):before {
  left: calc(100% / 4 * 1 - 12.5%);
}
.columnize-childlist > .item-category-grid__childlist:nth-child(2):before {
  left: calc(100% / 4 * 2 - 12.5%);
}
.columnize-childlist > .item-category-grid__childlist:nth-child(3):before {
  left: calc(100% / 4 * 3 - 12.5%);
}
.columnize-childlist > .item-category-grid__childlist:nth-child(4):before {
  left: calc(100% / 4 * 4 - 12.5%);
}
.item-category-grid__childitem {
  margin-top: 20px;
  width: 25%;
  display: inline-block;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .item-category-grid__childitem {
    margin-top: 0;
    width: 50%;
    border-bottom: 1px solid #E4E4E4;
    background: #F7F7F7;
    vertical-align: top;
    line-height: 1.69;
  }
  .item-category-grid__childitem:nth-child(odd) {
    border-right: 1px solid #E4E4E4;
  }
  .item-category-grid__childitem a {
    display: grid;
    place-items: center;
    justify-content: start;
    height: 66px;
    padding: 0 35px 0 20px;
    position: relative;
  }
  .item-category-grid__childitem a:before,
  .item-category-grid__childitem a:after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    border-radius: 1px;
    background: var(--background-color-red);
    position: absolute;
    right: 15px;
  }
  .item-category-grid__childitem a:before {
    transform: rotate(-45deg);
    bottom: calc(50% - 1.5px);
  }
  .item-category-grid__childitem a:after {
    transform: rotate(45deg);
    top: calc(50% - 1.5px);
  }
}
.topics-list {
  display: grid;
  margin: 0 auto;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .topics-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .topics-list[data-mobile-item3] > .topics-list-item:nth-child(n + 4) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .topics-list[data-desktop-item4] > .topics-list-item:nth-child(n + 5) {
    display: none;
  }
}
.topics-list[data-view=item_detail] {
  grid-template-columns: 1fr;
}
.topics-list-item {
  display: grid;
  gap: 0 20px;
}
.topics-list-item__block {
  display: grid;
  gap: 0 20px;
  grid-template-columns: 34% 1fr;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .topics-list-item__block {
    gap: 0 12px;
    grid-template-columns: 94px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .topics-list-item__image {
    width: 94px;
  }
}
.topics-list-item__info {
  display: grid;
  gap: 12px 0;
}
@media screen and (max-width: 768px) {
  .topics-list-item__info {
    gap: 9px 0;
  }
}
.topics-list-item__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 15px;
  line-height: 1.5;
}
.topics-list-item__brand,
.topics-list-item__date {
  color: var(--font-color-gray);
  font-size: 15px;
  font-family: var(--font-family-en);
}
.topics-list-item__title:empty,
.topics-list-item__brand:empty,
.topics-list-item__date:empty {
  background: var(--background-color-gray);
  opacity: .8;
}
.topics-list-item__title:empty {
  height: 1.5em;
}
.topics-list-item__date:empty,
.topics-list-item__brand:empty {
  height: 1em;
}
@media screen and (max-width: 768px) {
  .topics-list-item__brand {
    display: none;
  }
  .topics-list-item__title,
  .topics-list-item__date {
    font-size: 11px;
  }
}
.feature-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .feature-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .feature-list[data-mobile-item6] > .feature-list-item:nth-child(n + 7) {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .feature-list[data-desktop-item4] > .feature-list-item:nth-child(n + 5) {
    display: none;
  }
}
.feature-list-item__block {
  display: grid;
  gap: 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .feature-list-item__block {
    gap: 8px 0;
  }
}
.feature-list-item__image {
  display: block;
}
.feature-list-item__info {
  display: grid;
  gap: 5px 0;
}
.feature-list-item__date {
  display: block;
  color: var(--font-color-gray);
  font-size: 15px;
  font-family: var(--font-family-en);
}
@media screen and (max-width: 768px) {
  .feature-list-item__date {
    font-size: 11px;
  }
}
.feature-list-item__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .feature-list-item__title {
    font-size: 11px;
  }
}
.feature-list-item__date:empty,
.feature-list-item__title:empty {
  background: var(--background-color-gray);
  opacity: .7;
}
.feature-list-item__date:empty {
  height: 1em;
}
.feature-list-item__title:empty {
  height: 3em;
}
.styling-content {
  display: block;
  max-width: var(--total-width-pc);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .styling-content {
    width: auto;
  }
}
.styling-content.passive {
  display: none;
}
.styling-content.active {
  display: block;
}
.styling-content .swiper {
  overflow: inherit;
}
.styling-list {
  display: grid;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.styling-list[data-view="small"] {
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
.styling-list[data-view="medium"] {
  gap: 9px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .styling-list[data-view="medium"] {
    gap: 7px;
  }
}
.styling-list-item {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 236px;
  height: calc(236px*(4/3));
  overflow: hidden;
}
.styling-list .styling-list-item {
  width: auto;
  height: auto;
}
.styling-list-item__block {
  display: grid;
  gap: 6px 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .styling-list-item__block {
    gap: 8px 0;
  }
}
.styling-list-item__spec {
  font-family: var(--font-family-en);
}
.styling-detail-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-right: 20px;
  justify-content: flex-start;
}
.styling-detail-list__link {
  display: block;
  margin-bottom: 1.5em;
}
.styling-detail-list .styling-list-item__image {
  margin-bottom: .5em;
}
@media screen and (max-width: 769px) {
  .styling-detail-list {
    gap: 0 9px;
  }
  .styling-detail-list__item {
    flex-basis: calc(100% / 3 - 6px);
  }
  .styling-detail-list__item:nth-of-type(n + 7) {
      display: none;
  }
}
@media screen and (min-width: 769px) {
  .styling-detail-list {
    gap: 0 10.5px;
  }
  .styling-detail-list__item {
    flex-basis: calc(100% / 4 - 8px);
  }
  .styling-detail-list__item:nth-of-type(n + 9) {
    display: none;
  }
}
.styling-modal {
  padding-bottom: 80px;
}
.styling-modal-content {
  text-align: left;
  overflow-y: scroll;
  margin-right: -10px;
  padding-right: 10px;
  height: 70vh;
}
@media screen and (max-width: 768px) {
  .styling-modal {
    padding-bottom: 70px;
  }
  .styling-modal-content {
    height: calc(100svh - (55px + 70px + 20px));
  }
}
.styling-modal-content.load {
  opacity: 0;
}
.styling-modal-content.success {
  opacity: 1;
  transition: opacity .6s ease-out;
}
.styling-modal__meta {
  line-height: 1.5;
}
.styling-modal__date {
  font-size: .8em;
  display: block;
  font-family: var(--font-family-en);
  color: var(--font-color-gray);
}
.styling-modal__body {
  overflow: hidden;
}
.styling-modal__comment {
  margin: 25px 0 0;
  line-height: 1.69;
  white-space: pre-line;
  overflow: hidden;
}
.styling-modal__comment:empty {
  margin: 0;
  overflow: hidden;
}
.styling-modal__comment_all {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 50%, rgba(255, 255, 255, 1) 100%);
  height: 140px;
  margin-top: -140px;
  position: relative;
  text-align: center;
  padding-top: 90px;
  font-size: 15px;
  cursor: pointer;
  z-index: 1;
}
.styling-modal__related {
  margin-top: 25px;
}
.styling-modal__image {
  margin: 0 0 30px 0;
  width: 100%;
}
.styling-modal__image .swiper {
  position: relative;
}
.styling-modal__sig {
  margin: 10px 0;
  display: grid;
  grid-template-columns: 80px 1fr;
}
.styling-modal__staff__image {
  width: 80px;
}
.styling-modal__staff__image img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 50%;
}
.styling-modal__name {
  font-size: 1.2em;
}
.styling-modal__height {
  margin: 0.4em 0 0;
  font-size: .9em;
}
.styling-modal-content .owl-dot {
  width: 12px;
  height: 12px;
  margin: 0 1vw;
  border-radius: 50%;
}
.styling-modal__thumbs {
  display: none;
}
.styling-modal__title {
  flex: 1 1 auto;
  padding: 0 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.styling-modal__btn-group {
  display: flex;
  width: calc(100% - 40px);
  position: absolute;
  bottom: 18px;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (min-width: 769px) {
  .styling-modal__btn-group {
    gap: 0 20px;
  }
}
.styling-modal__btn-group > div {
  width: 50%;
}
.styling-modal__btn {
  height: 34px;
  font-size: 11px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 0 0 2px 0;
  width: 100%;
  position: relative;
  color: #000;
}
@media screen and (min-width: 769px) {
  .styling-modal__btn {
    height: 42px;
    max-width: 200px;
    font-size: 12px;
  }
}
.styling-modal__btn.prev {
  padding-left: 13px;
  float: right;
}
.styling-modal__btn.next {
  padding-right: 13px;
}
.styling-modal__btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--color-red);
  border-right: 1px solid var(--color-red);
  position: absolute;
  top: 50%;
  transform-origin: center center;
}
.styling-modal__btn.prev:after {
  left: 13px;
  transform: translateY(-50%) rotate(225deg);
}
.styling-modal__btn.next:after {
  right: 13px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .styling-modal__meta {
    font-size: 16px;
  }
  .styling-modal__title {
    margin: 14px 0;
    font-size: 20px;
  }
  .styling-modal__image {
    float: left;
    width: 38%;
    margin-top: 0;
    padding-right: 26px;
    box-sizing: content-box;
  }
  .styling-modal__info,
  .styling-modal__related,
  .styling-modal__meta {
    margin: 0 0 0 42%;
  }
  .styling-modal__sig {
    margin: 30px 0 30px 42%;
  }
  .styling-modal__comment {
    margin: 0 0 20px;
    padding: 0.2em 0;
  }
  .styling-modal__comment:empty {
    margin: 0;
    padding: 0;
  }
  .styling-modal-content .owl-dots {
    display: none;
  }
  .styling-modal__thumbs {
    margin: 40px 0 0;
    display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-y: scroll;
  }
  .styling-modal__thumbs .swiper-wrapper {
    flex-wrap: wrap;
    gap: 3px;
  }
  .styling-modal__thumbs-item {
    width: calc((100% - 7px*2) / 3);
    border: 2px solid var(--color-white);
  }
  .styling-modal__thumbs-item.swiper-slide-thumb-active {
    border-color: var(--color-red);
  }
}
.styling-related__header {
  margin-bottom: 20px;
  padding: 14px 0;
  border-bottom: 2px solid #000;
  font-size: 19px;
}
.styling-related__title {
  font-weight: bold;
}
.styling-related__list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.staff-ranking-container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .staff-ranking-container {
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: flex-start;
    margin: 0px -20px;
    padding: 0 20px;
  }
  .staff-ranking-container::-webkit-scrollbar{
    display: none;
  }
}
.staff-ranking {
  margin: 0 auto;
}
.staff-ranking:not(:first-child) {
  display: none;
}
.staff-ranking.passive {
  display: none;
}
.staff-ranking.active {
  display: block;
}
.staff-ranking-section .common-category-selector {
  margin-bottom: 25px;
}
.staff-ranking-list {
  display: grid;
  gap: 0 40px;
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 768px) {
  .staff-ranking-list {
    gap: 0 20px;
  }
}
.staff-ranking-list:empty {
  height: 163px;
}
.staff-ranking-list__item {
  position: relative;
  font-size: 20px;
  font-family: var(--font-family-en);
  display: grid;
  gap: 36px;
}
.staff-ranking-list__info {
  display: grid;
  gap: 5px 0;
  font-size: 15px;
}
.staff-ranking-list__username {
  font-weight: bold;
}
.staff-ranking-list__brand {
  font-weight: lighter;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .staff-ranking-list__item {
    gap: 14px;
  }
  .staff-ranking-list__username {
    font-size: 12px;
  }
  .staff-ranking-list__brand,
  .staff-ranking-list__userheight {
    font-size: 13px;
  }
}
.staff-ranking-list > .staff-ranking-list__item:after {
  content: '';
  display: flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: var(--color-rank);
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .staff-ranking-list__item {
    font-size: 14px;
  }
  .staff-ranking-list > .staff-ranking-list__item:after {
    width: 26px;
    height: 26px;
  }
}
.staff-ranking-list > .staff-ranking-list__item:nth-child(1):after {
  content: '1';
  background: var(--color-rank1);
}
.staff-ranking-list > .staff-ranking-list__item:nth-child(2):after {
  content: '2';
  background: var(--color-rank2);
}
.staff-ranking-list > .staff-ranking-list__item:nth-child(3):after {
  content: '3';
  background: var(--color-rank3);
}
.staff-ranking-list > .staff-ranking-list__item:nth-child(4):after {
  content: '4';
}
.staff-ranking-list > .staff-ranking-list__item:nth-child(5):after {
  content: '5';
}
.staff-ranking-list__image {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .staff-ranking-list__image {
    width: 90px;
  }
}
.gamepark-section {
  background-image: linear-gradient(#ddf87f 1px, rgba(0, 0, 0, 0) 0%), linear-gradient(90deg, #dcff64 1px, rgba(0, 0, 0, 0) 0%);
  background-size: 7px 7px;
}
.gamepark-list {
  display: grid;
  gap: 36px 24px;
  grid-template-columns: repeat(auto-fit, calc((100% - 72px) / 4));
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .gamepark-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 12px;
  }
}
.gamepark-list-item__block {
  display: grid;
  gap: 15px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gamepark-list-item__block {
    gap: 10px 0;
  }
}
.gamepark-list-item__image {
  display: block;
}
.gamepark-list-item__info {
  display: grid;
  gap: 15px 0;
  text-align: center;
}
.gamepark-list-item__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .gamepark-list-item__info {
    gap: 10px 0;
  }
  .gamepark-list-item__title {
    font-size: 15px;
  }
}

.btn--external_link {
  min-width: auto;
  max-width: 196px;
  color: var(--color-red);
  border-color: var(--border-color-red);
  font-family: var(--font-family-en);
  font-size: 15px;
  position: relative;
  letter-spacing: .05em;
  margin: 0 auto;
  width: 100%;
}
.btn--external_link:after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon_external_link.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn--external_link {
    width: 100%;
    font-size: 13px;
  }
}
.page-container {
  padding-bottom: 60px;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .page-container {
    margin: 0 auto;
    max-width: var(--total-width-pc);
    box-sizing: content-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-container {
    padding-bottom: 35px;
  }
}
.page-header {
  margin: 60px auto 30px auto;
  margin-bottom: 30px;
  font-size: 28px;
  text-align: center;
  max-width: var(--total-width-pc);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .page-header {
    width: auto;
    margin: 35px auto 20px auto;
  }
}
.page-title {
  font-size: 28px;
  font-weight: bold;
  font-family: var(--font-family-en);
}
.page-title .alt {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  color: var(--font-color-gray);
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 21px;
  }
  .page-title .alt {
    margin-top: 10px;
    font-size: 13px;
  }
}
.page-section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: var(--total-width-pc);
}
@media screen and (max-width: 768px) {
  .page-section{
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .page-section__header {
    padding: 0 20px;
  }
}
.page-section__title {
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.page-section__title.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-section__title {
    margin: 0 0 16px 0;
    font-size: 16px;
  }
}
.page-section__title .alt {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-weight: normal;
  color: var(--font-color-gray);
  letter-spacing: .05em;
}
@media screen and (max-width: 768px) {
  .page-section__title .alt {
    margin-top: 10px;
    font-size: 13px;
  }
}
.page-section__description {
  margin: 20px;
  line-height: 1.69;
}
.page-section__description strong {
  font-weight: bold;
}
.page-section__description p + p {
  margin-top: 0.8em;
}
.page-section__date {
  font-size: 11px;
  color: var(--font-color-gray);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .page-section__date {
    font-size: 10px;
  }
}
.page-section__body {
  max-width: var(--total-width-pc);
}
@media screen and (max-width: 768px) {
  .page-section__body:not(.fullwidth),
  .page-section__body.fullwidth .form-action {
    padding: 0 20px
  }
}
.page-section__footer {
  margin: 60px 0 0;
  padding: 1.5em 1.5em;
  background: #e5e5e5;
}
.page-section__footer-title {
  margin: 0 0 1em 0;
  padding: 0.25em 0.5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #000;
  letter-spacing: .2em;
}
.page-section__footer-description {
  line-height: 1.69;
}
.common-category-selector__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .common-category-selector__list {
    width: 100%;
  }
}
.common-category-selector__item {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .common-category-selector__item {
    min-width: 137px;
  }
}
@media screen and (max-width: 768px) {
  .common-category-selector__item {
    width: calc(100% / 3);
    font-size: 15px;
  }
}
.common-category-selector__item a,
.common-category-selector__link {
  display: flex;
  height: 49px;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family-en);
  border-bottom: 3px solid transparent;
  cursor: pointer;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .common-category-selector__item a,
  .common-category-selector__link {
    height: 40px;
  }
}
.common-category-selector__item.active .common-category-selector__link,
.common-category-selector__item .active {
  color: var(--color-red);
  border-bottom: 3px solid var(--color-red);
  font-weight: bold;
}
