:root {
  --color-black: #000;
  --color-white: #fff;
  --color-blue: #0D76A8;
  --color-light-blue: #00A0C6;
  --ease-custom-out: cubic-bezier(0.19, 1, 0.22, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

/*  font  */
.dateList__item.icon-clock,
.eyecatch__cat a,
.t-headerCenter .menuBtn__link::after,
.menuBtn__close,
.t-headerCenter .searchBtn__link::after,
.searchBtn__close,
.bottomFooter__copyright,
.bottomFooter__producer,
.archiveHead__subtitle,
.icon-new {
  font-family: Lato, sans-serif;
  font-weight: bold !important;
}

.c-pr__catch-main,
.siteTitle_copy,
.p-member-brand__title,
.p-member__title-catch,
.p-member__title-catch,
.p-brand__title-catch,
.p-taglist__ttl,
.profile__text,
.dateList__item,
.archiveHead__contents .heading-primary,
.p-book__ttl,
.p-brand-magazine__catch-main,
.p-menu_block__ttl {
  color: var(--color-blue);
}

.t-headerCenter .menuBtn__link::after {
  font-size: 10px;
  content: none;
}

.t-headerCenter .siteTitle {
  margin: 0 auto 7px;
  padding-top: 0px;
}

.icon-menu:before {
  font-size: 25px;
}

@media all and (min-width: 992px) {
  .t-headerCenter .siteTitle {
    margin: 0;
    padding: 10px 0;
  }
}

@media all and (max-width: 992px) {
  .t-headerCenter .siteTitle {
    margin: 0 auto;
    padding: 0;
  }
}

/*basic*/
img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.postContents .content a {
  color: #000;
  text-decoration: underline;
  display: inline;
}

.postContents .content a.btn_01,
.postContents .content a.btn_02 {
  position: relative;
  display: block;
  padding: 15px 50px;
  box-sizing: border-box;
  max-width: 380px;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.6;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #000;
  color: #FFF;
}

.postContents {
  margin-top: 30px;
}

.postContents img.alignnone {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  .postContents figure img {
    margin: auto;
  }
}

.postContents img {
  display: block;
}

.postContents img.alignnone {
  margin-left: auto;
  margin-right: auto;
}

.profile-top + .postContents {
  border-top: none;
}


/*  sidebar sticky  */
/* @supports (position: sticky) or (position: -webkit-sticky) {
  .l-sidebar .widgetSticky {
    position: static;
    align-self: auto;
  }

  @media (min-width: 768px) {
    .l-sidebar {
      display: flex;
    }
    .l-sidebar .widgetSticky {
      position: -webkit-sticky;
      position: sticky;
      bottom: 0;
      align-self: flex-end;
    }
  }
} */

/* color */
.btn__link-secondary {
  background-color: var(--color-black) !important;
  border-radius: 0px;
}

.partsH2-4 h2::before {
  background-color: #000;
}

.partsH2-4 h2::before,
.partsH3-4 h3::before,
.partsH4-4 h4::before,
.partsH5-4 h5::before {
  border-bottom: 2px solid #000;
}

/* ------------------------------
// searchform
------------------------------ */
.searchform {
  background: #E6E5E4;
  height: 24px;
  border-radius: 12px;
  margin-right: 16px;
}

.searchform div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 24px;
  padding: 0 8px;
  line-height: 1;
}

.searchform input[type="text"] {
  border: none;
  background: none;
  appearance: none;
  outline: none;
}

.searchform input[type="submit"] {
  width: 13px;
  height: 13px;
  background: url("./img/icon_search.svg");
  display: block;
  background-size: contain;
  background-position: center;
  border: none;
}

.serach_btn_sp {
  display: none;
}

@media all and (max-width: 992px) {
  .searchform {
    position: absolute;
    top: 12px;
    left: -6px;
    width: 120px;
    height: 24px;
    background: #fff;
    border-radius: 12px;
    margin-right: 0;
    transition: all .3s;
    max-width: 200px;
    overflow: hidden;
  }

  .searchform input[type="text"] {
    display: none;
  }

  .searchform.active {
    background: #E6E5E4;
  }

  .searchform.active input[type="text"] {
    display: block;
  }

  .searchform input[type="submit"] {
    width: 16px;
    height: 16px;
    display: none;
  }

  .serach_btn_sp {
    display: block;
    width: 16px;
    height: 16px;
    background: url("./img/icon_search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}

/* ------------------------------
// breadcrumb
------------------------------ */
.breadcrumb {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.icon-home:before {
  content: none;
}

/* ------------------------------
// footer
------------------------------ */
.snsFooter {
  height: 40px;
  background-color: #FFF !important;
  border-bottom: 1px solid #000;
  box-shadow: none !important;
}

.bottomFooter {
  background-color: #FFF;
  color: #000;
}

.bottomFooter__copyright,
.bottomFooter__producer {
  color: #000;
}

.bottomFooter__link {
  color: #000;
}

.bottomFooter__link img {
  width: 170px;
  display: block;
  margin: 25px auto;
}

/* メインビジュアル*/
.main_visual {
  overflow: hidden;
}

.main_visual_inner {
  max-width: 1240px;
  margin: auto;
}

.main_visual_image {
  position: relative;
}

.main_visual_image:before {
  display: block;
  content: "";
  padding-top: 87.5%;
}

.main_visual_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media all and (min-width: 768px) {
  .main_visual {
    margin-top: 30px;
  }

  .main_visual_inner {
    padding: 0 15px;
  }

  .main_visual_image:before {
    padding-top: 50%;
  }
}

@media all and (min-width: 992px) {
  .main_visual {
    margin-top: 0px;
  }

  .main_visual_inner {
    padding: 0 15px;

  }
}

/*スライダー*/
/* .swiper-wrapper {
  margin-top: 30px;
}

.swiper-container {
  padding-bottom: 30px;
} */

.slieder {
  padding: 0 0 50px;
}

.slider_link {
  margin-top: 50px;
  text-align: center;
}

.slider_link a {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  padding: 10px 30px;
  background-color: #333;
  font-weight: bold;
}

/* カテゴリトップ */
.ctg-logo img {
  height: 40px;
  margin-bottom: 10px;
}

.ctg-block {
  margin-bottom: 25px;
}

.ctg-block.archive_ctg {
  margin-top: 25px;
}

.ctg-ttl {
  font-size: 1.7rem;
  font-family: Lato, sans-serif;
  font-weight: bold;
  letter-spacing: 0.03em;
}

.ctg-ttl span {
  font-size: 12px;
  padding-left: 6px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ctg-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 10px;
}

.tag_description {
  margin: 1em 0;
  line-height: 1.5;
}

.ctg-list.tag {
  display: block;
}

.ctg-list.tag li {
  position: relative;
}

.ctg-list.tag li::before {
  position: absolute;
  content: '#';
  top: 1.05em;
  left: .9em;
  pointer-events: none;
  z-index: 2;
}

.ctg-list li a {
  position: relative;
  background: #fff;
  display: inline-block;
  height: 36px;
  color: #333;
  line-height: 36px;
  margin: 5px 10px;
  padding: 0 15px 0 5px;
  text-decoration: none;
  font-size: 14px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
}

.ctg-list.tag li a {
  padding-left: 1em;
}

.ctg-list li a:before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 15px solid #333;
  content: '';
  display: block;
  margin-left: -15px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-2.5%);
}

.ctg-list li a:after {
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 14px solid #fff;
  content: '';
  display: block;
  margin-left: -14px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(1.5%);
}

@media all and (max-width: 480px) {
  .ctg-list.tag li::before {
    font-size: 10px;
    top: .7em;
  }

  .ctg-list li a {
    position: relative;
    background: #fff;
    display: inline-block;
    height: 18px;
    color: #333;
    line-height: 16px;
    margin: 3px 5px;
    padding: 0 8px 0 4px;
    text-decoration: none;
    font-size: 10px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
  }

  .ctg-list li a:before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 8px solid #333;
    content: '';
    display: block;
    margin-left: -8px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-5%);
  }

  .ctg-list li a:after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 7px solid #fff;
    content: '';
    display: block;
    margin-left: -7px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(4%);
  }
}

.ctg-list.series li {
  width: 49.75%;
  margin-right: .5%;
  margin-bottom: .5%;
}

.ctg-list.series li:nth-of-type(2n+2) {
  margin-right: 0;
}

.ctg-list.tag li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.dividerBottom {
  margin-bottom: 10px;
}

@media all and (min-width: 768px) {
  .ctg-logo img {
    height: 55px;
    margin-bottom: 15px;
  }

  .ctg-list.series li {
    width: 33%;
    margin-bottom: .5%;
  }

  .ctg-list.series li:nth-of-type(2n+2) {
    margin-right: .5%;
  }

  .ctg-list.series li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}

/* カテゴリトップ */
/*  カテゴリ 情報  */
.p-brand-meta {
  border: 1px solid #000;
  line-height: 1.3;
}

.p-brand-meta__top {
  padding: 20px;
}

.p-brand-meta__logo {
  margin-bottom: 10px;
  text-align: center;
}

.p-brand-meta__logo img {
  height: 40px;
  width: auto;
}

.p-brand-meta__des {
  font-size: 1.3rem;
  line-height: 1.6;
}

.p-brand-meta__des img {
  height: 40px;
  margin: 0 auto;
  display: block;
}

.p-brand-meta__list {
  margin-top: 20px;
}

.p-brand-meta__list li a {
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
  background-size: auto 18px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(./img/link.png);
  padding-left: 25px;
  text-decoration: underline;
}

.p-brand-meta__bottom {
  padding: 20px;
  border-top: 1px solid #000;
}

.p-brand-meta__bottom__ttl {
  text-align: center;
  font-weight: bold;
  font-family: Lato, sans-serif;
  font-size: 2rem;
}

.p-brand-meta__bottom__note {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.p-brand-meta__bottom__link {
  margin-top: 20px;
  text-align: center;
}

.p-brand-meta__bottom__link a {
  display: inline-block;
  padding: 10px 30px;
  ;
  background-color: #000;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

/*  カテゴリ 情報  */
/*  カテゴリ ブック  */
.p-brand-magazine {
  background-color: rgba(0, 0, 0, .05);
  text-align: center;
  margin-bottom: 40px;
}

.p-brand-magazine__catch-main {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.p-brand-magazine__catch-sub {
  font-size: 1rem;
  font-weight: 700
}

.p-brand-magazine__wrap {
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.p-brand-magazine__photo {
  width: auto;
  max-width: 200px;
  margin: auto;
}

.p-brand-magazine__photo img {
  max-width: 100%;
}

.p-brand-magazine__title {
  margin: 15px 0;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-brand-magazine__button {
  font-weight: 700;
  width: 100%;
  background-color: #333;
  padding: 10px 0;
  color: #FFF;
  max-width: 200px;
  margin: auto;
}

/*  カテゴリ ムック  */
.p-brand-mook {
  background-color: rgba(0, 0, 0, .05);
  text-align: center;
  margin-bottom: 40px;
  border-top: 2px solid #000;
}

.p-brand-mook__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  box-sizing: border-box;
}

@media all and (max-width: 768px) {
  .p-brand-mook__wrap {
    justify-content: center;
  }
}

.p-brand-mook__photo {
  width: 120px;
  margin-right: 16px;
}

.p-brand-mook__head {
  border: 2px solid #000;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 4px 8px;
  display: inline-block;
}

.p-brand-mook__button {
  font-weight: 700;
  width: 100%;
  background-color: #333;
  padding: 10px 0;
  color: #FFF;
  max-width: 200px;
  margin: auto;
  margin-top: 16px;
}

/*  トップページ メンバー  */
.p-member {
  padding: 0 5%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #000;
}

.p-member__title {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
}

.p-member-brand__title,
.p-member__title-catch {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
}

.p-member-brand__title {
  margin-bottom: 15px;
  justify-content: flex-start;
  padding: 0 0 10px
}

.p-member-brand__title-catch {
  font-size: 3.6rem;
  font-weight: 700;
  display: flex;
  align-items: center
}

.p-member__title-catch .small {
  font-size: 1.7rem;
  padding-left: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-member-brand__title-catch--sub {
  font-size: 1.2rem;
  line-height: 11px
}

.p-member__description {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px
}

.p-member__description br {
  display: none;
}

.p-member__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto;
  max-width: 1230px;
  padding: 0;
}

.p-member__item {
  display: block;
  margin: 0 7px;
  width: calc(20% - 14px);
}

.p-member__item:nth-child(odd):nth-last-child(-n+2),
.p-member__item:nth-child(odd):nth-last-child(-n+2)~a,
.p-member__item:nth-last-child(-n+2) {
  margin-bottom: 0
}

.p-member-item__photo {
  margin-bottom: 15px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
}

.p-member-item__photo:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.p-member-item__photo img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.p-member-item__team {
  font-size: 1.2rem;
  margin-bottom: 5px
}

.p-member-item__name,
.p-member-item__team {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  width: 110%;
  margin-left: -5%;
}

.p-member-item__name {
  font-size: 1.5rem
}

@media all and (min-width: 768px) {
  .p-member__description br {
    display: inline;
  }

  .p-member {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin: 50px auto 0;
    padding: 50px 0 0;
    border-top: 1px solid #000;
  }

  .p-member__title {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  .p-member__title-catch {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
  }

  .p-member__description {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px
  }

  .p-member__description br.sp {
    display: none
  }

  .p-member__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px
  }

  .p-member__item {
    display: block;
    width: 22%;
  }

  .p-member__item:nth-child(odd):nth-last-child(-n+2),
  .p-member__item:nth-child(odd):nth-last-child(-n+2)~a {
    margin-bottom: 30px
  }

  .p-member__item:nth-child(4n+1):nth-last-child(-n+4),
  .p-member__item:nth-child(4n+1):nth-last-child(-n+4)~a {
    margin-bottom: 0
  }

  .p-member-item__photo {
    margin-bottom: 15px;
    text-align: center
  }

  .p-member-item__photo img {
    border-radius: 50%
  }

  .p-member-item__team {
    font-size: 1.2rem;
    margin-bottom: 5px
  }

  .p-member-item__name,
  .p-member-item__team {
    font-weight: 700;
    line-height: 1.4;
    text-align: center
  }

  .p-member-item__name {
    font-size: 1.6rem
  }
}

@media all and (min-width: 992px) {
  .p-member {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 80px auto 0;
    padding: 80px 0 0;
  }

  .p-member__title {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .p-member__title-catch {
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1
  }

  .p-member__description {
    font-size: 1.4rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px
  }

  .p-member__description br.sp {
    display: none
  }

  .p-member__item {
    display: block;
    width: 80px;
  }

  .p-member-item__photo {
    margin-bottom: 15px;
    text-align: center
  }

  .p-member-item__photo img {
    border-radius: 50%
  }

  .p-member-item__team {
    font-size: 1.2rem;
    margin-bottom: 5px
  }

  .p-member-item__name,
  .p-member-item__team {
    font-weight: 700;
    line-height: 1.4;
    text-align: center
  }

  .p-member-item__name {
    font-size: 1.6rem
  }
}

/*  トップページ ブランド  */
.p-brand {
  margin: 50px 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 7.5%;
  border-top: 1px solid #000;

}

.p-brand__title {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.p-brand__title-catch {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-top: 20px;
}

.p-brand__title-catch .small {
  font-size: 1.7rem;
  padding-left: 5px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-brand__wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

@media all and (min-width: 768px) {
  .p-brand__wrap:after {
    content: "";
    height: 0;
    width: 29.333%;
    padding: 2%;
  }
}

.p-brand__wrap .p-book__block {
  border: none;
  padding: 0;
  width: 160px;
}

.p-brand__wrap .p-book__block a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p-brand__wrap .p-book__block .p-book__block_left {
  width: auto;
  min-height: 204px;
}

.p-brand__wrap .p-book__block .p-book__block_right {
  width: auto;
  margin-top: 14px;
}

.p-brand__wrap .p-book__block .p-book__block_right .c-brand-book__link {
  margin-top: 14px;
}

.p-brand__wrap .p-book__block .p-book__block_left img {
  height: 204px;
  width: auto;
}

.p-brand-item__link {
  margin-top: 30px;
}

.p-brand-item__link a {
  display: block;
}

.p-brand-item__link img {
  height: 26px;
  width: auto;
  padding: 0 4px;
}

@media all and (min-width: 768px) {
  .p-brand {
    width: 90%;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 0 30px 0;
  }

  .p-brand__title {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .p-brand__title-catch {

    font-size: 3.6rem;
    line-height: 1
  }

  .p-brand__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
    margin-top: 30px;

  }

  .p-brand-item__link {
    width: 29.333%;
    padding: 2%;
  }

  .p-brand-item__link img {
    height: 50px;
  }
}

@media all and (min-width: 992px) {
  .p-brand {
    width: 100%;
    margin-left: auto;
    margin-right: auto
  }

  .p-brand__title {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .p-brand__title-catch {

    font-size: 3.6rem;
    line-height: 1
  }
}

/*  記事  */
.content h2 {
  margin-top: 8rem;
}

.content h3 {
  background: rgba(0, 0, 0, .05);
  padding: 5px 10px;
  margin-top: 6rem;
}

.partsH3-61 h3::after {
  display: none;
}

.content h4 {
  border-left: 2px solid #000;
  padding-left: 10px;
}

/* .eyecatch {
  aspect-ratio: 797/530;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eyecatch .eyecatch__link {
  position: static;
}

.eyecatch .eyecatch__link img {
  position: static;
  object-fit: contain;
  height: auto;
  width: 100%;
} */

.eyecatch:before {
  padding-top: 66.7%;
}

.controller {
  border-bottom: 1px solid #000;
}

.content .wp-caption {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.content ol li,
.content ul li {
  line-height: 1.85
}

/* #viewCard:checked~.archive .archive__item:nth-of-type(1){
  width: 100%;
}
#viewNormal:checked~.archive .archive__item:nth-of-type(1){
  display: block;
}
#viewNormal:checked~.archive .archive__item:nth-of-type(1) .eyecatch{
  max-width: none;
}
#viewNormal:checked~.archive .archive__item:nth-of-type(1) .archive__contents{
  margin-left: 0;
}
@media all and (min-width: 768px) {
#viewCard:checked~.archive .archive__item:nth-of-type(1) .heading-secondary,
#viewNormal:checked~.archive .archive__item:nth-of-type(1) .heading-secondary{
font-size: 2.4rem;
}
#viewCard:checked~.archive .archive__item:nth-of-type(1) .eyecatch__cat a,
#viewNormal:checked~.archive .archive__item:nth-of-type(1) .eyecatch__cat a{
    font-size: 1.4rem;
}

} */

.eyecatch-main {
  margin: 0 0 30px;
}

@media all and (max-width: 767px) {
  .eyecatch-main {
    margin-bottom: 25px;
  }
}

.eyecatch__cat a {
  padding: 5px 10px;
  line-height: 1;
  background: #333;
}

.eyecatch__cat a::before,
.the__category a::before {
  content: none;
}

.dateList-main {
  margin-bottom: 20px;
  margin-top: 20px;
}

.dateList__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 10px;
  line-height: 1;
}

.dateList__item img {
  height: 14px;
  margin-right: 4px;
}

.dateList__item span {
  position: relative;
  background: #fff;
  display: inline-block;
  height: 36px;
  color: #333;
  line-height: 36px;
  margin: 5px 10px;
  padding: 0 15px 0 5px;
  text-decoration: none;
  font-size: 14px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
}

.dateList__item span:before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 15px solid #333;
  content: '';
  display: block;
  margin-left: -15px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-2.5%);
}

.dateList__item span:after {
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 14px solid #fff;
  content: '';
  display: block;
  margin-left: -14px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(1.5%);
}

.dateList__item span:hover {
  background-color: #FFF;
  color: #000;
}

.dateList__item a[rel="tag"]:before {
  content: "#";
}

.icon-clock:before {
  content: none;
}

.icon-clock:before {
  content: none;
}

/*   記事リンク   */

.p-article-insert {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 14px 12px;
  margin-top: 20px;
  border: 1px solid #000
}

.postContents .content .p-article-insert .p-article-insert__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  text-decoration: none
}

.p-article-insert .p-article-insert__item01 {
  width: 30% !important;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0
}

.p-article-insert .p-article-insert__item02 {
  width: 66%;
  margin-top: 0;
}

.p-article-insert .p-article-insert__item02 p:first-child {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.4;
  width: 100%;
  font-weight: 700
}

.p-article-insert .p-article-insert__item02 p:last-child {
  font-size: 1.2rem;
  margin-top: 5px;
  width: 100%
}

.p-article-insert .p-article-insert__sponsored {
  color: #c1c1c1
}

.eyecatch__link.eyecatch__link-maskzoomrotate:hover::after {
  content: "" !important;
}

.eyecatch__link-maskzoomrotate:hover img {
  transform: scale(1);
}

/*   出典   */

.p-article-source {
  width: calc(100% - 40px);
  margin: 60px auto 40px;
  box-sizing: border-box;
  position: relative
}

.p-article-source a {
  color: #000;
  text-decoration: underline;
  display: inline
}

.p-article-source p {
  width: 42px;
  text-align: center;
  position: absolute;
  font-weight: 700;
  box-sizing: border-box;
  border: 1px solid #000;
  top: -10px;
  background-color: #fff;
  left: -10px
}

.p-article-source p:before {
  top: 19px;
  left: -1px;
  width: 42px;
  height: 8px
}

.p-article-source p:after,
.p-article-source p:before {
  position: absolute;
  display: block;
  content: "";
  background-color: #fff
}

.p-article-source p:after {
  top: -1px;
  left: 41px;
  width: 8px;
  height: 20px
}

.p-article-source ul {
  padding-top: 8px;
  padding-bottom: 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #000
}

.p-article-source ul:nth-child(2) {
  border-top: 1px solid #000
}

.p-article-source ul li {
  text-align: center;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding: 7px;
  font-size: 1.3rem
}

/*   記事データ  */
.heading-primary {
  font-size: 2.6rem;
}

.archiveHead__contents .heading-primary {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: Lato, sans-serif;
  letter-spacing: 0.03em
}

.archiveHead__contents .heading-primary .small {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  padding-left: 5px;
}

.heading-primary-archive {
  font-size: 1.6rem;
  color: #0D76A8;
}

.heading-primary-archive .small {
  display: inline-block;
  font-size: .8em;
}

.archiveHead__subtitle {
  display: none
}

.heading-primary span {
  display: block;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.archiveHead .heading {
  border-bottom: 1px dotted #000;
  padding-bottom: 0px;
}

@media all and (min-width: 992px) {
  .archiveHead__contents .heading-primary {
    font-size: 4rem;
  }

  .archiveHead__contents .heading-primary .small {
    font-size: 22px;
    padding-left: 10px;
  }

  .archiveHead__contents .heading-primary-archive {
    font-size: 2.5rem;
  }
}

.p-article-info-top {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  border-top: 1px solid rgba(0, 0, 0, .17);
  line-height: 1.3;
}

.p-article-info-bottom {
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.p-article-info ul {
  list-style: none;
}

.p-article-info__wrap {
  display: flex
}

.p-article-info__wrap--mb05 {
  margin-bottom: 5px
}

.p-article-info-wrap__item {
  font-size: 1.2rem;
  font-weight: 700;

  box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 5px;
  display: flex;
  align-items: center
}

.p-article-info-wrap__item:last-child {
  margin-right: 0
}

.p-article-info-wrap__item--brand {
  background-color: gray
}

.p-article-info-wrap__item--brand a {
  color: #fff
}

.p-article-info-wrap__item--genre {
  border: 1px solid gray
}

.p-article-info-wrap__item--genre a {
  color: gray
}

.p-article-info-wrap__subitem {

  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 10px
}

.p-article-info-wrap__subitem--sponsored {
  color: #c1c1c1
}

.p-article-info-tag {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px
}

.p-article-info-tag dt {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  width: 4.5rem;
  flex: 0 1 auto;
}

.p-article-info-tag dd {
  flex: 1;
}

.p-article-info-tag dd ul {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all
}

.p-article-info-tag dd ul li {
  position: relative;
  margin-right: 8px;
  padding: 5px 0;
  font-size: 1.2rem
}

.p-article-info-tag dd ul li::before {
  position: absolute;
  content: '#';
  top: 1em;
  left: .7em;
  pointer-events: none;
  z-index: 2;
}

.p-article-info-tag dd ul li:last-child {
  margin-right: 0
}

.p-article-info-tag dd ul li a {
  position: relative;
  background: #fff;
  display: inline-block;
  height: 26px;
  color: #333;
  line-height: 24px;
  margin: 3px 5px;
  padding: 0 8px 0 .9em;
  text-decoration: none;
  font-size: 14px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  border-radius: 0 5px 5px 0;
}

.p-article-info-tag dd ul li a:before {
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 12px solid #333;
  content: '';
  display: block;
  margin-left: -12px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-5%);
}

.p-article-info-tag dd ul li a:after {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 11px solid #fff;
  content: '';
  display: block;
  margin-left: -11px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(4%);
}

@media all and (max-width: 767px) {
  .p-article-info-tag dd ul li {
    padding: 0;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .p-article-info-tag dd ul li::before {
    top: .4em;
  }

  .p-article-info-tag dd ul li a {
    margin: 0px 5px;
  }

  .p-article-info-tag {
    margin-bottom: .4em;
  }

  .p-article-info-tag dd ul li::before {
    font-size: 13.2px;
  }
}

.p-article-info-category {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px
}

.p-article-info-category dt {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  width: 8.5rem
}

.p-article-info-category dd ul {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all
}

.p-article-info-category dd ul li {
  margin-right: 8px;
  padding: 5px 0 0;
  font-size: 1.2rem
}

.p-article-info-category dd ul li:last-child {
  margin-right: 0
}

.p-article-info-category dd ul li a {
  background-color: #dcd7c8;
  color: #000;
  padding: 2px 10px;
  border-radius: 14px;
  text-decoration: none;
}

.p-article-info-brand {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.p-article-info-brand dt {
  font-family: Lato, sans-serif;
  padding-right: 1rem;
  font-weight: bold;

}

.p-article-info-brand dd,
.p-article-info-brand dt {
  font-weight: 700;
  font-size: 1.2rem
}

.p-article-info-brand dd a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0D76A8;
  text-decoration: underline;
  box-sizing: border-box;
  transition: all .3s;
  opacity: 1;
}

.p-article-info-brand dd a:hover {
  opacity: .6;
}

.p-article-info-brand dd img {
  height: 32px;
}

.p-article-info-term_wrap {
  display: flex;
  flex-wrap: wrap;
}

.p-article-info-term {
  display: flex;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 15px
}

.p-article-info-term dt {
  font-family: Lato, sans-serif;
  padding-right: 1rem;
  font-weight: bold;
}

.p-article-info-term dd,
.p-article-info-term dt {
  font-weight: 700;
  font-size: 1.2rem
}

.p-article-info-term dd a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #0D76A8;
  text-decoration: underline;
  box-sizing: border-box;
  transition: all .3s;
  opacity: 1;
}

.p-article-info-term dd a:hover {
  opacity: .6;
}

.p-article-info-term dd img {
  height: 32px;
}

@media all and (max-width: 767px) {
  .p-article-info-term {
    margin-right: 1em;
    margin-bottom: .5em;
  }

  .p-article-info-term dd a {
    font-size: 1.3rem;
  }
}

.p-article-info-credit {
  display: grid;
  grid-template-columns: 65px 1fr;
  align-items: baseline;
  margin-bottom: 15px;
}

.p-article-info-credit dt {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  white-space: nowrap;
}

.p-article-info-credit dd ul {
  display: flex;
  flex-wrap: wrap;
  word-break: break-all
}

.p-article-info-credit dd ul li {
  margin-right: 5px;
  font-size: 1.2rem
}

.p-article-info-credit dd ul li:last-child {
  margin-right: 0
}

.p-article-info-credit-bottom {
  line-height: 1.5;
}

.partsH2-4 h2::after,
.partsH3-4 h3::after,
.partsH4-4 h4::after,
.partsH5-4 h5::after {
  border-bottom: 2px solid #000;
}

.partsH2-4 h2::after {
  border-color: #000 !important
}

.profile-wrap {
  position: relative;
  border: 1px solid #000;
  padding: 0;
  margin: 30px auto;
}

.p-article-info-top + .profile-wrap {
  margin-top: 0;
}

@media all and (max-width: 767px) {
  .profile-wrap {
    margin-top: 2rem;
  }
}

.profile {
  margin-top: 0;
  border: none;
}

.profile .btn__link-secondary {
  max-width: 200px;
}

.profile-toggle,
.profile-switch {
  display: none;
}

.profile__name {
  margin-bottom: 0;
  line-height: 1.2;
}

.profile__group {
  margin-top: 5px;
  line-height: 1.2;
}

.profile__author img {
  border: 1px solid #ebebeb;
  width: 120px;
  margin: 0 auto 10px;
}

.profile__text {
  font-size: 1.3rem;
  padding: 15px;
  font-weight: bold;
}

.profile__sp_text {
  margin-bottom: 1.2em;
  display: none;
  font-size: 1.1rem;
  padding: .6em;
  font-weight: bold;
  background-color: #EFEFEF;
  color: #0D76A8;
}

@media all and (max-width: 767px) {
  .profile {
    padding-bottom: 0;
  }
  .profile-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,.85) 30%, rgba(255,255,255,0));
    z-index: 1;
  }
  .profile-wrap .profile-switch {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: .5em 1em;
    border-radius: 2em;
    border: 2px solid #fff;
    background-color: #66b7dc;
    font-size: 1.2rem;
    color: #fff;
    white-space: nowrap;
  }
  .profile-wrap .profile-switch::before {
    content: "プロフィールをすべて表示";
  }
  .profile-wrap .profile-toggle:checked + .profile-switch::before {
    content: "プロフィールをたたむ";
  }
  .profile .btn__link-secondary {
    width: 100%;
  }
  .profile-container {
    position: relative;
    max-height: 195px;
    overflow: hidden;
    transition: all .2s;
  }
  .profile-wrap .profile-toggle:checked + .profile-switch + .profile-container {
    max-height: 2000px;
    padding-bottom: 60px;
  }
  .profile__sp_text {
    display: block;
  }
}

a.socialList__link {
  display: block;
  text-decoration: none;
}

.profile.profile-top {
  margin-top: 0;
}

.profile__list {
  justify-content: center;
  overflow: hidden;
}

@media all and (max-width: 767px) {
  .profile__author {
    margin-bottom: 1.2rem;
  }

  .profile__author .profile__text {
    display: none;
  }

  .profile__sp {
    display: flex;
    align-items: flex-start;
  }

  .profile__sp .profile__sp_left {
    margin-right: 15px;
    flex: 0 0 auto;
  }

  .profile__sp .profile__sp_right {
    flex: 1 1 auto;
  }

  .profile__sp .profile__img {
    width: 100px;
    margin-bottom: 0;
  }
}

@media all and (max-width: 375px) {
  .profile__sp {
    align-items: center;
  }

  .profile__sp .profile__img {
    width: 80px;
  }

  .profile__name {
    font-size: 1.3rem;
  }

  .profile__group {
    font-size: 1rem;
  }
}

/*  関連する記事  */
.postContents .content + .wider,
.p-article-info.p-article-info-bottom + .wider {
  margin-top: 2em;
}

.wider .categoryBox .container .heading.heading-main {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 1.4em;
}

.categoryBox {
  padding-top: 20px;
  padding-bottom: 0;
}

.categoryBox__contents .heading.heading-tertiary {
  margin-bottom: 0;
}

@media screen and ( max-width: 468px ) {
  .categoryBox__contents .heading.heading-tertiary {
    line-height: 1.4;
    font-size: 1.2rem;
  }
}

/*  目次  */
.content .outline {
  position: relative;
  border: 1px dotted #000;
  padding: 12px 20px 18px;
  margin-top: 30px;
  width: 100%;
}

.content .outline.is_toggle {
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: -9px;
}

.content .outline.is_toggle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(255,255,255,1), rgba(255,255,255,.85) 30%, rgba(255,255,255,0));
  z-index: 1;
}

.content .outline__switch {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  padding: .5em 1em;
  border-radius: 2em;
  border: 2px solid #fff;
  background-color: #66b7dc;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.content .outline__switch::before {
  display: inline;
  content: "目次をすべて表示";
  cursor: pointer;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  margin-left: 0;
  border: none;
  border-radius: 0;
}

.content .outline__toggle:checked + .outline__switch::before {
  content: "目次をたたむ";
}

.content .outline.is_toggle .outline__switch {
  display: block;
}

.content .outline.is_toggle .outline__toggle + .outline__switch + .outline__container {
  max-height: 180px;
  transition: all .1s;
}

.content .outline.is_toggle .outline__toggle:checked + .outline__switch + .outline__container {
  max-height: 2500px;
  padding-bottom: 60px;
}

.content .outline__container {
  margin-top: 15px;
}

.content .outline__container > .outline__list {
  margin-left: -20px;
}

.content .outline__title {
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 1.7rem;
}

.content .outline__title::after {
  margin-left: .7em;
  content: "目次";
  font-size: .75em;
  font-weight: normal;
  color: #999;
}

.content.outline_wrap .outline {
  margin-top: 0;
}

/*  投稿プロフィール  */
.p-new-member a {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.p-new-member__photo {
  width: 45px;
  margin-right: 5px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 1px solid #ebebeb;
}

.p-new-member__photo:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.p-new-member__photo img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-new-member__name {
  width: calc(100% - 35px);
  font-size: 1.2rem;
  line-height: 1.5;
}

/*関連する記事 */
.comments,
.related {
  border-top: 0px solid #000;
}

.related__list {
  border-top: 1px solid #000;
}

.related__item {
  border-bottom: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 10px;
}

.eading-main {
  font-family: Lato, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*  ページナビ */
.pager__item {
  border: 1px solid #000
}

.pager__item:hover,
.pager__item-current {
  background-color: #333;
}

.pager__item {
  font-family: Lato, sans-serif;
}

.pager__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.pager__item-prev a {
  padding-left: 20px;
}

.pager__item-next a {
  padding-right: 20px;
}

.pagePager {
  margin-bottom: 30px;
}

.pagePager__item a {
  display: block;
}

/*記事　prev next*/
.prevNext__pop {
  background-color: #333 !important;
}

/*トップページ タグリスト*/
.p-taglist__ttl {
  text-align: center;
  font-family: Lato, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 80px;
  letter-spacing: 0.03em;
}

.p-taglist__ttl span {
  font-size: 13px;
  padding-left: 10px;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.p-taglist__box {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-taglist__block {
  width: calc(49%);
  margin-bottom: 2%;
  padding-left: 15px;
}

.p-taglist__block a {
  position: relative;
  background: #fff;
  display: inline-block;
  height: 36px;
  color: #333;
  line-height: 36px;
  margin: 5px 10px;
  padding: 0 5px;
  text-decoration: none;
  font-size: 14px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  width: calc(90% - 15px);
  border-radius: 0 5px 5px 0;
}

.p-taglist__block a:before {
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 15px solid #333;
  content: '';
  display: block;
  margin-left: -15px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-2.5%);
}

.p-taglist__block a:after {
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-right: 14px solid #fff;
  content: '';
  display: block;
  margin-left: -14px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(1.5%);
}

@media all and (min-width: 768px) {
  .p-taglist__ttl {
    margin-top: 0px;
  }
}

/*  メニュー  */
.p-menu {
  text-align: center;
  font-family: Lato, sans-serif;
  position: relative;
}

.p-menu_block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.p-menu_block:last-of-type {
  border-bottom: none;
}

.p-menu_block__ttl {
  font-size: 13px;
}

.p-menu_block__list {
  list-style: none;
  font-size: 15px;
  margin-top: 20px;
  letter-spacing: 0.03em;
}

.p-menu_block__list li a {
  display: block;
  padding: 10px 0;
}

.p-menu_block__list li a img {
  height: 23px;
  width: auto;
}

.t-headerCenter.t-logoSp30 .menuBtn {
  top: 10px;
}

.t-headerCenter.t-logoSp30 .searchBtn {
  top: 10px;
}

.menuBtn__scroll {
  margin-top: -30px;
}

.searchBtn__close {
  margin: 20px auto;
}

.menuBtn__close i,
.searchBtn__close i {
  margin: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
}

.menuBtn__scroll {
  padding: 0 30px 20px;
}

@media all and (min-width: 768px) {
  .t-headerCenter.t-logoSp30 .menuBtn {
    top: 5px;
  }

  .t-headerCenter.t-logoSp30 .searchBtn {
    top: 5px;
  }
}

@media all and (min-width: 992px) {
  .t-headerCenter.t-logoSp30 .menuBtn {
    top: 30px;
  }

  .t-headerCenter.t-logoSp30 .searchBtn {
    top: 30px;
  }
}

/*  カテゴリー  */
.archiveHead__authorImg img {
  border: 1px solid #ebebeb;
}


/* about sidebar */
.p-about {
  text-align: center;
  margin-top: 120px;
}

.p-about__ttl {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.p-about__ttl:before {
  content: "";
  display: block;
  background-color: #000;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
}

.p-about__ttl .ttl {
  display: inline-block;
  padding: 5px 10px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}

.p-about__ttl .image {
  display: inline-block;
  width: 60px;
  padding-right: 5px;
}

.p-about__ttl .image img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.p-about__box {
  padding: 5px 0 25px 0;
  font-size: 13px;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}

.p-about__box p {
  margin-top: 15px;
}

@media all and (min-width: 768px) {
  .p-about {
    margin-top: 0;
  }
}

/*  author  */
.archiveHead__slink_image {
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 10px;
}

/* tagHead */
.tagHead {
  width: 100%;
  max-width: 1240px;
  padding: 0 15px;
  margin: 48px auto;
}

@media all and (max-width: 992px) {
  .tagHead {
    display: none;
  }
}

.tagHead_inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 12px 0;
  margin: 0 auto;
  border-top: 1px solid #0D76A8;
  border-bottom: 1px solid #0D76A8;
  overflow-x: scroll;
  scrollbar-width: none;
  /*Firefox対応のスクロールバー非表示コード*/
  -ms-overflow-style: none;
}

.tagHead_inner::-webkit-scrollbar {
  display: none;
}

.tagHead_title {
  flex: 0 0 auto;
  font-weight: bold;
}

.tagHead_listWrapper {
  flex: 1;
}

.tagHead_list {
  display: flex;
  width: fit-content !important;
}

.tagHead a {
  box-sizing: border-box;
  display: block;
  border-radius: 5px;
  padding: 8px;
  margin-right: 1em;
  font-weight: bold;
  color: #3B89BA;
  white-space: nowrap;
  transition: all .3s;
}

.tagHead a:hover {
  opacity: .6;
}

.tagHead a:before {
  content: "#";
}

/* TOP モーダル */
.p-member__wrap_modal {
  position: fixed;
  width: calc(100% - 28px);
  max-width: 1240px;
  background: #fff;
  border: 4px solid #000;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: calc(100% - 120px);
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.p-member__wrap_modal_inner {
  width: 100%;
  height: 100%;
  padding: 46px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: scroll;
}

@media all and (max-width: 768px) {
  .p-member__wrap_modal_inner {
    padding: 24px 20px;
  }
}

.p-member__wrap_modal_inner::before {
  content: "";
  display: block;
  width: 286px;
  order: 1;
}

.p-member__wrap_modal_inner::after {
  content: "";
  display: block;
  width: 286px;
}

.p-member__wrap_modal.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.p-member__wrap_modal_bg {
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.p-member__wrap_modal_bg.active {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-member__wrap_modal .p-member__item_block {
  width: 286px;
  padding: 8px;
  margin-bottom: 32px;
}

@media all and (max-width: 1100px) {

  .p-member__wrap_modal_inner::before,
  .p-member__wrap_modal_inner::after {
    width: calc(50% - 20px);
  }

  .p-member__wrap_modal .p-member__item_block {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 768px) {

  .p-member__wrap_modal_inner::before,
  .p-member__wrap_modal_inner::after {
    display: none;
  }

  .p-member__wrap_modal .p-member__item_block {
    width: 100%;
    padding: 0;
    margin-bottom: 14px;
  }
}

.p-member__wrap_modal .p-member__item_block .p-member__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}

.p-member__wrap_modal .p-member__item_block .p-member__item .p-member-item__photo {
  width: 84px;
}

.p-member__wrap_modal .p-member__item_block .p-member__item .p-member__item-info {
  flex: 1;
  margin-left: .5em;
}

.p-member__wrap_modal .p-member__item_block .p-member__item .p-member__item-info .p-member-item__name {
  text-align: left;
  color: #0D76A8;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
}

.p-member__wrap_modal .p-member__item_block .p-member__item .p-member__item-info .p-member-item__nickname {
  text-align: left;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0;
  margin: 6px 0 4px;
}

.p-member__wrap_modal .p-member__item_block .p-member__item .p-member__item-info .p-member-item__team {
  text-align: left;
  margin-left: 0;
  color: rgba(0, 0, 0, .5);
}

@media all and (max-width: 768px) {
  .p-member__wrap_modal .p-member__item_block .p-member__item .p-member__item-info .p-member-item__team {
    font-size: 8px;
    color: #717171;
    margin-top: 8px;
    width: 100%;
  }
}

.p-member__item_block .team_tag_pc {
  display: block;
}

@media all and (max-width: 768px) {
  .p-member__item_block .team_tag_pc {
    display: none;
  }
}

.p-member__item_block .team_tag_sp {
  display: none;
}

@media all and (max-width: 768px) {
  .p-member__item_block .team_tag_sp {
    display: block;
  }
}

.p-member__wrap_modal .p-member__item_block .p-member-tags__team {
  background: #EDF5F9;
  border-radius: 5px;
  padding: 4px;
  box-sizing: border-box;
  margin-right: 1em;
  margin-bottom: .5em !important;
  display: block;
  float: left;
  font-size: 10px;
}

.p-member__wrap_modal .p-member__item_block .p-member-tags__team::before {
  content: "#";
}

.p-media__wrap_modal {
  position: fixed;
  width: calc(100% - 28px);
  max-width: 1240px;
  background: #fff;
  border: 4px solid #000;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: calc(100% - 120px);
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.p-media__wrap_modal_inner {
  width: 100%;
  height: 100%;
  padding: 44px 16px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: scroll;
}

.p-media__wrap_modal .p-media__modal_block_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1046px;
}

.p-media__wrap_modal .p-media__modal_block_wrap:after {
  content: "";
  height: 0;
  width: 334px;
}

.p-media__wrap_modal.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.p-media__wrap_modal_bg {
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.p-media__wrap_modal_bg.active {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-media__wrap_modal .p-media__modal_block {
  border: 1px solid #E6E6E6;
  padding: 26px;
  width: 334px;
  margin-bottom: 24px;
  transition: all .3s;
  opacity: 1;
}

.p-media__wrap_modal .p-media__modal_block:hover {
  transition: all .3;
  opacity: .6;
}

.p-media__wrap_modal .p-media__modal_block .p-brand-item__link {
  margin: 0;
  padding: 0;
  width: auto;
}

@media all and (max-width: 1100px) {
  .p-media__wrap_modal .p-media__modal_block {
    width: calc(50% - 20px);
  }
}

@media all and (max-width: 768px) {
  .p-media__wrap_modal .p-media__modal_block {
    width: 100%;
    margin-bottom: 12px;
    padding: 16px;
  }
}

.p-media__wrap_modal .p-media__modal_block .media_meta {
  margin-top: 10px;
}

.p-media__wrap_modal .p-media__modal_block .media_meta .p-brand-meta__des {
  font-size: 14px;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media all and (max-width: 768px) {
  .p-media__wrap_modal .p-media__modal_block .media_meta .p-brand-meta__des {
    font-size: 14px;
    height: 46px;
    -webkit-line-clamp: 2;
  }
}

.p-media__wrap_modal .p-media__modal_block .media_meta span {
  font-size: 12px;
  color: #0D76A8;
  line-height: 1.5;
}

.p-media__wrap_modal .p-media__modal_block .media_meta .p-brand-meta__list {
  display: none;
}

.p-category__wrap_modal {
  position: fixed;
  width: calc(100% - 28px);
  max-width: 1240px;
  background: #fff;
  border: 4px solid #000;
  z-index: 10001;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: calc(100% - 120px);
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.p-category__wrap_modal_inner {
  width: 100%;
  height: 100%;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-x: hidden;
  overflow-y: scroll;
}

.p-category__wrap_modal.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}

.p-category__wrap_modal.active .l-header__genre {
  display: block;
}

.p-category__wrap_modal.active .l-header__genre ul {
  flex-direction: column;
  align-items: flex-start;
}

.p-category__wrap_modal.active .l-header__genre ul .l-header__genre-item {
  margin: 0;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.p-category__wrap_modal_bg {
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.p-category__wrap_modal_bg.active {
  background: rgba(0, 0, 0, .6);
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-member__wrap_modal .wrap_modal__close_button,
.p-media__wrap_modal .wrap_modal__close_button,
.p-category__wrap_modal .wrap_modal__close_button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  z-index: 10002;
  top: -16px;
  right: -16px;
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
}

.p-member__wrap_modal .wrap_modal__close_button img,
.p-media__wrap_modal .wrap_modal__close_button img,
.p-category__wrap_modal .wrap_modal__close_button img {
  width: 12px;
  height: 12px;
}

.category_header {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px;
  border-bottom: 1px solid #271613;
}

@media all and (max-width: 768px) {
  .category_header {
    max-width: none;
    padding: 0;
  }
}

.category_header .category_meinvisual img {
  max-width: 100%;
  width: 100%;
}

.category_header .category_meinvisual {
  position: relative;
  z-index: 1;
}

.category_header .category_meinvisual.mv_pc,
.category_header .category_meinvisual.mv_sp {
  text-align: center;
}

.category_header .category_meinvisual.mv_pc img,
.category_header .category_meinvisual.mv_sp img {
  height: 80px;
  margin: 60px auto 100px;
}

@media all and (max-width: 768px) {

  .category_header .category_meinvisual.mv_pc img,
  .category_header .category_meinvisual.mv_sp img {
    margin: 60px auto;
    max-height: 60px;
    width: 90%;
  }
}

.category_header .category_header_info {
  max-width: 1182px;
  width: calc(100% - 92px);
  margin: 0 auto;
  padding: 26px 76px;
  background: #fff;
  border-radius: 25px;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}

@media all and (max-width: 768px) {
  .category_header .category_header_info {
    width: calc(100% - 22px);
    margin-top: -20px;
    padding: 26px 26px 0;
  }
}

.category_header .category_header_info::after {
  content: "";
  width: 100%;
  height: 60px;
  border-radius: 25px 25px 0 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

@media all and (max-width: 768px) {
  .category_header .category_header_info::after {
    content: "";
    width: 100%;
    height: 20px;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
  }
}

.category_header .category_header_info::before {
  content: "";
  width: 100%;
  height: 4px;
  background: #fff;
  display: block;
  top: 60px;
  left: 0;
  z-index: 2;
  pointer-events: none;
  position: absolute;
}

@media all and (max-width: 768px) {
  .category_header .category_header_info::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    display: block;
    top: 20px;
    left: 0;
    z-index: 2;
    pointer-events: none;
    position: absolute;
  }
}

.category_header .category_header_info .category_header_links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
}

@media all and (max-width: 998px) {
  .category_header .category_header_info .category_header_links {
    margin-bottom: 0px;
    display: none;
  }

  .category_header .category_header_info.active .category_header_links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.category_header .category_header_info .category_header_links .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media all and (max-width: 998px) {
  .category_header .category_header_info .category_header_links .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.category_header .category_header_info .category_header_links .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

@media all and (max-width: 998px) {
  .category_header .category_header_info .category_header_links .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.category_header .category_header_info .category_header_links a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: 20px;
  color: #0D76A8;
  line-height: 1;
  flex: 0 0 auto;
  margin-bottom: 16px;
}

.category_header .category_header_info .category_header_links a img {
  margin-right: 12px;
  line-height: 1;
}

.category_header .category_header_meta .p-brand-meta__des {
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}

@media all and (max-width: 768px) {
  .category_header .category_header_meta .p-brand-meta__des {
    font-size: 10px;
    margin-bottom: 20px;
  }
}

.category_header .category_header_meta .p-brand-meta__list {
  display: none;
}

.category_header_member {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 824px;
  margin: 0 auto;
}

@media all and (max-width: 998px) {
  .category_header_member {
    flex-direction: column;
    width: 100%;
    display: none;
  }

  .category_header .category_header_info.active .category_header_member {
    display: flex;
  }
}

.category_header_member.hidden .p-member__item_block:nth-child(n+4) {
  display: none;
}

.category_header .p-member__item_block {
  width: 272px;
  padding: 8px;
}

@media all and (max-width: 768px) {
  .category_header .p-member__item_block {
    width: 100%;
    padding: 0px;
    margin-bottom: 12px;
  }
}

.category_header .p-member__item_block .p-member__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}

.category_header .p-member__item_block .p-member__item .p-member-item__photo {
  width: 84px;
}

.category_header .p-member__item_block .p-member__item .p-member__item-info {
  flex: 1;
  margin-left: .5em;
}

.category_header .p-member__item_block .p-member__item .p-member__item-info .p-member-item__name {
  text-align: left;
  color: #0D76A8;
  font-size: 16px;
  font-weight: bold;
  margin-left: 0;
}

.category_header .p-member__item_block .p-member__item .p-member__item-info .p-member-item__nickname {
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 2px;
}

.category_header .p-member__item_block .p-member__item .p-member__item-info .p-member-item__team {
  text-align: left;
  margin-left: 0;
  color: rgba(0, 0, 0, .5);
}

@media all and (max-width: 768px) {
  .category_header .p-member__item_block .p-member__item .p-member__item-info .p-member-item__team {
    font-size: 10px;
    color: #717171;
    margin-top: 4px;
  }
}

.category_header .p-member__item_block .p-member-tags__team {
  background: #EDF5F9;
  border-radius: 5px;
  padding: 4px;
  box-sizing: border-box;
  margin-right: 1em;
  margin-bottom: .5em !important;
  display: block;
  float: left;
  font-size: 10px;
}

.category_header .p-member__item_block .p-member-tags__team::before {
  content: "#";
}

.category_detail_btn {
  background: #0D76A8;
  color: #fff;
  width: auto;
  height: 28px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s;
  padding: 0 24px;
  margin: 0 auto 34px;
}

@media all and (max-width: 998px) {
  .category_detail_btn {
    display: inline-flex;
  }
}

@media all and (max-width: 768px) {
  .category_detail_btn {
    display: inline-flex;
    font-size: 10px;
  }
}

.category_detail_btn:hover {
  opacity: .8;
}

.category_detail_btn::after {
  content: "";
  width: 7px;
  height: 4px;
  background: url("./img/btn_arrow.svg");
  background-size: contain;
  background-position: center;
  margin-left: 8px;
}

.author_btn {
  background: #0D76A8;
  color: #fff;
  width: 109px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  cursor: pointer;
  transition: all .3s;
  position: absolute;
  right: 54px;
  bottom: 20px;
}

@media all and (max-width: 998px) {
  .author_btn {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 0 auto 24px;
  }
}

.author_btn:hover {
  opacity: .8;
}

.author_btn::after {
  content: "";
  width: 7px;
  height: 4px;
  background: url("./img/btn_arrow.svg");
  background-size: contain;
  background-position: center;
  margin-left: 8px;
}

.author_btn.close::after {
  content: "";
  width: 7px;
  height: 4px;
  background: url("./img/btn_arrow.svg");
  background-size: contain;
  background-position: center;
  margin-left: 8px;
  transform: rotate(180deg);
}

.rectangle_area {
  width: 100%;
  text-align: center;
  margin: 36px auto;
}

.author_header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 0 0;
  border-bottom: 1px solid #271613;
}

.author_header .archiveHead__contents {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 64px 0;
}

@media all and (max-width: 768px) {
  .author_header .archiveHead__contents {
    display: flex;
    flex-direction: column;
    padding: 42px 0 8px;
  }
}

.author_header .archiveHead__authorImg {
  width: 242px;
  height: 242px;
  flex: 1 0 auto;
}

@media all and (max-width: 768px) {
  .author_header .archiveHead__authorImg {
    width: 124px;
    height: 124px;
    flex: 1 0 auto;
    margin-bottom: 20px;
  }
}

.author_header .archiveHead__authorImg img {
  width: 242px;
  height: 242px;
}

@media all and (max-width: 768px) {
  .author_header .archiveHead__authorImg img {
    width: 124px;
    height: 124px;
  }
}

.author_header .archiveHead__authorText {
  margin-left: 54px;
}

@media all and (max-width: 768px) {
  .author_header .archiveHead__authorText {
    margin-left: 0px;
    float: none;
    width: calc(100% - 40px);
  }
}

.author_header .archiveHead .heading {
  border: none;
  font-size: 3rem;
  margin-bottom: 8px;
}

@media all and (max-width: 768px) {
  .author_header .archiveHead .heading {
    border: none;
    font-size: 2.2rem;
    margin-bottom: 8px;
    text-align: center;
  }
}

.author_header .p-member-item__team {
  text-align: left;
  font-weight: normal;
  color: #717171;
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 8px;
}

.author_header .p-member-item__nickname {
  font-weight: bold;
  margin-bottom: 4px;
}

.author_header .author_tag a {
  text-align: left;
  font-weight: normal;
  color: #717171;
  font-size: 14px;
}

@media all and (max-width: 768px) {
  .author_header .author_tag {
    padding: 0 42px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .author_header .author_tag a {
    margin-bottom: .5em;
    display: inline-block;
    margin-right: .5em;
  }
}

.author_header .author_tag a:before {
  content: "#";
}

.author_header .author_profile {
  border-top: 1px solid #C2C2C2;
  margin-top: 16px;
}

.author_header .author_profile p {
  font-size: 1.4rem;
}

.author_header .author_profile p.hidden {
  height: 76px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.author_header .author_profile p.hidden:after {
  content: "...もっと読む";
  position: absolute;
  font-size: 1.4rem;
  background: #fff;
  bottom: 0;
  right: 0;
  padding-left: 1rem;
}

.author_header .archiveHead__authorDescription,
.custom .btn,
.pager {
  margin: 16px 0 0;
  padding: 40px 0 0;
  color: #000;
}

@media all and (max-width: 768px) {
  .author_header .archiveHead__slist {
    justify-content: center;
  }
  .pager {
    padding: 32px 0 60px;
  }
}

/* .globalnav_sp {
  display: none;
}

@media all and (max-width: 992px) {
  .globalnav_sp {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, #006dad 0%, #019ec6 100%);
    height: 46px;
    z-index: 20000;
  }

  .globalnav_sp a {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    width: 33%;
  }

  .globalnav_sp a.category_modal_open:before {
    content: "";
    width: 19px;
    height: 19px;
    background: url("./img/cat_icon_sp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin-right: 5px;
  }

  .globalnav_sp a.media_modal_open:before {
    content: "";
    width: 18px;
    height: 16px;
    background: url("./img/media_icon_sp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin-right: 5px;
  }

  .globalnav_sp a.member_modal_open:before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("./img/autohr_icon_sp.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    margin-right: 5px;
  }
} */

.bottomFooter__list li {
  color: #000000;
}

.rankingBox__bg {
  background: #000;
}

.long_banner {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.long_banner img {
  opacity: 1;
  transition: all .3s;
}

.long_banner img:hover {
  opacity: .8;
  transition: all .3s;
}

.scansnap {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.scansnap img {
  opacity: 1;
  transition: all .3s;
}

.scansnap img:hover {
  opacity: .8;
  transition: all .3s;
}

.partsH2-1 h2,
.partsH3-1 h3,
.partsH4-1 h4,
.partsH5-1 h5 {
  border-bottom: solid 2px #000;
}

.template-page-about {
  max-width: 100% !important;
  z-index: 2;
}

.template-page-about .about_digit_title {
  position: relative;
  width: 80%;
  aspect-ratio: 560/245;
  margin: 0 auto 80px;
  max-width: 560px;

}

.template-page-about .about_digit_title img {
  width: 100%;
  height: auto;
  left: 0;
  position: absolute;
  animation: fadein forwards .8s 1 linear;
}

.template-page-about:after {
  content: "";
  width: 20%;
  max-width: 310px;
  aspect-ratio: 310/1080;
  background: url("./img/about_bg.svg");
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}

@media all and (min-width: 1200px) {
  .template-page-about:after {
    width: 380px;
    max-width: 380px;
  }
}

@media all and (max-width: 1139px) {
  .template-page-about:after {
    left: -15px;
  }
}

@media all and (max-width: 768px) {
  .template-page-about:after {
    display: none;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    top: 30px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

.press-box {
  border: 1px solid #000;
  padding: 3em;
  text-align: left;
}

@media all and (max-width: 480px) {
  .press-box {
    padding: 1em;
  }
}

.press-box p {
  margin-top: .5em;
  font-size: 1.4rem;
  line-height: 1.2;
}

.press-box p strong {
  margin-top: 2em !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0D76A1;
}

.press-box p a strong:before {
  content: "";
  display: block;
  width: 23px;
  height: 18px;
  background: url("./img/icon_mail.svg");
  background-size: contain;
  margin-right: .5em;
}

* + .side_banner {
  margin-top: 16px;
}

.side_banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.media_side_banner {
  width: 100%;
}

.media_side_banner a {
  display: block;
  transition: opacity .3s;
}

.media_side_banner a:hover {
  opacity: .6;
}

.media_side_banner picture,
.media_side_banner img {
  display: block;
  width: 100%;
}

@media all and (max-width: 992px) {
  .media_side_banner {
    width: calc((100% - 16px) / 2);
  }
}

@media all and (max-width: 768px) {
  .media_side_banner {
    width: 100%;
  }
}

/*  font size */
@media all and (max-width: 480px) {
  .archive__item .archive__contents .heading-secondary {
    font-size: 1.2rem;
  }

  .archive__item .archive__contents .media_name {
    font-size: 1rem;
  }

  .p-new-member__name {
    font-size: 1rem;
  }

  .eyecatch__cat a {
    padding: 5px 8px;
  }

  .heading-primary {
    font-size: 2rem;
  }

  .content h2 {
    font-size: 1.8rem;
    margin-top: 4rem;
  }

  .content h3 {
    font-size: 1.6rem;
    margin-top: 4rem;
  }

  .content .wp-caption-text {
    margin-top: .5rem;
    font-size: 1rem;
  }

  .content .wp-caption {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.google_ads_wrap {
  min-height: 250px;
  margin: 1em auto;
  text-align: center;
}

.google_ads_wrap.first_ads {
  margin-top: 40px;
}

.l-sidebar .google_ads_wrap {
  margin: 16px auto
}

@media all and (min-width: 768px) {
	.l-sidebar .widget:first-child {
		margin-top: 0;
	}
}

.headerbottom_ads_wrap {
  max-width: 1240px;
  padding: 0 15px;
  margin: 30px auto;
  text-align: center;
}

.headerbottom_ads_wrap.ads_pc .ads_spacer {
  width: 100%;
  aspect-ratio: 1210 / 150;
}

.p-member__list {
  display: flex;
  flex-direction: column;
}

.p-member__list .p-member-item__team ul {
  list-style: none;
  display: flex;
}

.l-about {
  max-width: 1200px;
  margin: 0 auto;
}

.l-about .dividerBottom {
  text-align: center;
}

.l-about .media_wrap .category_header {
  margin-top: 40px;
  padding: 0;
}

.l-about .media_wrap .category_header .category_meinvisual {
  transition: all .3s;
}

.l-about .media_wrap .category_header .category_meinvisual:hover {
  opacity: .6;
}

.l-about .media_wrap .media_title {
  font-size: 1.6rem;
  border-bottom: 1px dotted #000;
  padding-bottom: 0px;
  margin-top: 60px;
  color: #0D76A8;
}

@media all and (min-width: 992px) {
  .l-about .media_wrap .media_title {
    font-size: 2.5rem;
  }
}

.tag-list .ctg-block.archive_ctg {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.tag-list .ctg-block.archive_ctg .author_btn {
  align-self: flex-end;
  position: static;
  width: auto;
  height: 32px;
  font-size: 12px;
  padding: 0 10px;
}

@media all and (max-width: 998px) {
  .tag-list .ctg-block.archive_ctg .author_btn {
    margin: 16px 0 0 0;
  }
}

.tag-list .ctg-block.archive_ctg .author_btn:after {
  transform: rotate(-90deg);
}

.member-list .author_header {
  width: 100%;
}

.member-list .author_header .archiveHead__contents {
  padding: 16px 0;
}

@media all and (max-width: 998px) {
  .member-list .author_header .archiveHead__contents .heading {
    margin-top: 16px;
  }
}

.member-list .author_header .archiveHead__authorImg {
  width: 160px;
  height: 160px;
}

.member-list .author_header .archiveHead__authorImg img {
  width: 160px;
  height: 160px;
}

@media only print {
  /* 印刷時に不要な項目非表示 */
  .l-header-clone,
  .l-sidebar,
  .google_ads_wrap,
  .globalnav_sp {
    display: none;
  }

  /* 著者情報 */
  .profile {
    display: flex;
  }

  .profile__author {
    width: 35%;
  }

  .profile__contents {
    width: calc(65% - 1px);
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 0 0 20px;
    margin-left: 20px;
  }
}

/* SP TOPページアドマネージャー広告 */
.sp_main_visual {
	height: 66.7vw;
	background-color: #efefef;
}

.phrase span {
  display: block; text-align: right;
}

.phrase a {
  color: #3B89BA;
  display: inline-block;
  font-weight:bold;
}

@media screen and ( min-width: 769px ) {
  .pc_none {
    display: none;
  }
}

@media screen and ( max-width: 768px ) {
  .sp_none {
    display: none;
  }
}

/* 広告問い合わせフォーム */
.about_ad_form {
	width:680px;
	min-height:2400px;
}

@media screen and ( max-width: 680px ) {
	.about_ad_form {
    width:100%;
    min-height:2900px;
	}
}

/* Xアイコンに上書き */
.socialList__link.icon-twitter {
  background-color: black;
}
.icon-twitter::before {
  content: '𝕏'!important;
  font-size: 1.8em!important;
  line-height: 34px;
  padding-bottom: 5px;
}
@media screen and ( max-width: 767px ) {
  .icon-twitter::before {
    line-height: 25px;
  }
}
.icon-twitter:hover::before {
  color: black!important;
}
.profile__link.icon-twitter {
  background: black!important;
}
.profile__link.icon-twitter:hover::before {
  color: white!important;
}

/* ------------------------------
// l-wrapper
------------------------------ */
.l-wrapper,
.container {
  max-width: 1240px;
}

.l-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 15px;
  margin: 54px auto 0;
}

.l-wrapper--feature,
.l-wrapper--contact,
.l-wrapper--about {
  display: block;
}

.l-wrapper--category .archive__item-brand {
  display: none;
}

@media all and (max-width: 992px) {
  .l-wrapper {
    display: block;
    margin: 40px auto 0;
  }
  .l-wrapper--tag .l-sidebar,
  .l-wrapper--category .l-sidebar {
    margin-top: 20px;
  }
}

/* ------------------------------
// l-main
------------------------------ */
.l-main {
  width: calc(70% - 50px);
  margin: 0;
}

.l-wrapper--contact .l-main,
.l-wrapper--about .l-main {
  width: 100%;
}

@media all and (max-width: 992px) {
  .l-main {
    width: 100%;
  }
}

/* ------------------------------
// l-sidebar
------------------------------ */
.l-sidebar {
  position: sticky;
  bottom: 0;
  align-self: flex-end;
}

@media all and (max-width: 992px) {
  .l-sidebar {
    position: static;
    width: 100%;
    margin-top: 80px;
  }
}

/* ------------------------------
// l-header
------------------------------ */
.l-header {
  padding: 0;
}

.l-header__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1240px;
  padding: 18px 15px;
  margin: 0 auto;
}

.l-header__title-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 16px;
}

.l-header__title {}

.l-header__title-link {
  transition: all .3s;
}

.l-header__title-link:hover {
  opacity: 0.6;
}

.l-header__title-logo {
  width: 164px;
}

.l-header__title-copy {
  font-size: 12px;
  line-height: 1.25;
  text-align: left;
  color: var(--color-blue);
}

.l-header__title-copy span {
  display: inline-block;
}

.l-header__right {
  position: absolute;
  right: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 100;
}

.l-header__hamburger {
  display: none;
}

.l-header__tw {
  display: block;
  width: 24px;
}

.l-header__tw img {
  width: 100%;
}

@media all and (max-width: 992px) {
  .l-header__container {
    justify-content: center;
    padding: 10px 15px;
  }
  .l-header__title {}
  .l-header__title-link {}
  .l-header__title-logo {
    width: 82px;
  }
  .l-header__title-copy {
    display: none;
  }
  .l-header__title-copy br.sp {
    display: inline;
  }
  .l-header__right {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
  .l-header__hamburger {
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
  }
  .l-header .searchform {
    left: 8px;
  }
  .l-header__tw {
    display: none;
  }
}

/* ---------- l-header > brand-list ---------- */
.l-header__brand {
  position: relative;
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(90deg, rgba(0, 105, 169, 0.7) 0%, rgba(0, 160, 198, 0.7) 100%);
  overflow-x: scroll;
}

/* .l-header__brand::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0069A9 0%, #00A0C6 100%);
  opacity: 0.7;
  z-index: -1;
} */

.l-header__brand-list {
  position: relative;
  width: fit-content;
  max-width: 1240px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  padding: 0 15px;
  margin: 0 auto;
  list-style: none;
}

.l-header__bland-item--lightning {
  position: relative;
  top: 1px;
  width: 129px;
  height: 30px;
}

.l-header__bland-item--2nd {
  position: relative;
  width: 68px;
  height: 30px;
}

.l-header__bland-item--clutch {
  position: relative;
  top: 3px;
  width: 82px;
  height: 30px;
}

.l-header__bland-item--clubharley {
  position: relative;
  top: 1px;
  width: 97px;
  height: 30px;
}

.l-header__bland-item--thundervolt {
  position: relative;
  top: 1px;
  width: 120px;
  height: 24px;
}

.l-header__brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 100%;
  transition: all .3s;
}

.l-header__brand-link:hover {
  opacity: 0.6;
}

/* ---------- l-header > brand-list (SP) ---------- */
@media all and (max-width: 992px) {
  .l-header__brand {
    padding: 8px 0;
  }
  .l-header__brand-list {
    column-gap: 20px;
  }
  .l-header__brand-list img {
    width: auto;
    /* height: 22px !important; */
  }
  .l-header__bland-item--lightning {
    width: 95px;
    height: 22px;
  }
  .l-header__bland-item--2nd {
    width: 52px;
    height: 22px;
  }
  .l-header__bland-item--clutch {
    top: 2px;
    width: 60px;
    height: 22px;
  }
  .l-header__bland-item--clubharley {
    top: -1px;
    width: 75px;
    height: 22px;
  }
  .l-header__bland-item--thundervolt {
    top: 0;
    width: 90px;
    height: 18px;
  }
}

/* ---------- l-header > genre-list ---------- */
.l-header__genre {
  font-family: Lato, sans-serif;
  font-weight: bold;
  width: 100%;
  max-width: 1240px;
  padding: 10px 15px;
  margin: 0 auto;
  border-bottom: 0px solid #e1e1e1;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-header__genre::-webkit-scrollbar {
  display: none;
}

.l-header__genre-list {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  list-style: none;
}

.l-header__genre-item {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.l-header__genre-item + .l-header__genre-item {
  margin-left: 30px;
}

/* ---------- l-header > genre-list (SP) ---------- */
@media all and (max-width: 992px) {
  .l-header__genre-item {
    font-size: 14px;
  }
  .l-header__genre-item + .l-header__genre-item {
    margin-left: 18px;
  }
}

/* ------------------------------
// l-nav (SPのみ表示) 
------------------------------ */
.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100vw;
  height: 100vh;
  padding: 44px 14px;
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.l-nav.active {
  visibility: visible;
  opacity: 1;
}

.l-nav__body {
  position: relative;
  width: 100%;
  height: calc(100vh - 44px * 2);
  background-color: #fff;
  border: 4px solid #000;
  overflow-y: scroll;
}

.l-nav.active .l-nav__body {
  pointer-events: auto;
}

.l-nav__inner {
  width: 100%;
  min-height: 100%;
  padding: 28px 42px 56px;
}

.l-nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, .6);
  visibility: none;
  pointer-events: none;
  opacity: 0;
  transition: all .5s;
}

.l-nav__bg.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.l-nav__close {
  position: absolute;
  top: 44px;
  right: 14px;
  z-index: 10002;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background-color: #fff;
  outline: 4px solid #000;
  border-radius: 20px;
  transform: translate(calc(50% - 2px), calc(-50% + 2px));
  pointer-events: auto;
}

.l-nav__close img {
  width: 12px;
  height: 12px;
}

.l-nav__section + .l-nav__section {
  margin-top: 40px;
}

.l-nav__section.l-nav__section--sns-info {
  border-top: 1px solid var(--color-black);
  padding-top: 24px;
}

.l-nav__section h3 {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-black);
  font-family: "Fjalla One", "sans-serif";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: var(--color-blue);
}

/* ---------- l-nav > a:hover ---------- */
.l-nav__brand-item a,
.l-nav__genre-item a,
.l-nav__sns-item a,
.l-nav__info-item a {
  transition: all .3s;
}

.l-nav__brand-item a:hover,
.l-nav__genre-item a:hover,
.l-nav__sns-item a:hover,
.l-nav__info-item a:hover {
  opacity: .6;
}

 /* ---------- l-nav > brand-list ---------- */
.l-nav__brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
}

.l-nav__brand-item {
  width: 100%;
}

.l-nav__brand-item a img {
  width: auto;
  height: 30px;
}

.l-nav__brand-item.l-nav__brand-item--thundervolt a img {
  height: 27px;
}

/* ---------- l-nav > genre-list ---------- */
.l-nav__genre-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  list-style: none;
}

.l-nav__genre-item {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

/* ---------- l-nav > sns-list ---------- */
.l-nav__sns-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  list-style: none;
}

.l-nav__sns-list + .l-nav__info-list {
  margin-top: 24px;
}

/* ---------- l-nav > info-list ---------- */
.l-nav__info-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;  
  list-style: none;
}

.l-nav__info-item {
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
}

/* ------------------------------
// l-footer
------------------------------ */
.l-footer {
  border-top: 1px solid var(--color-black);
  margin-top: 80px;
}

.l-footer .wider--snsFooter {
  display: none;
}

@media all and (max-width: 992px) {
  .l-footer {
    margin-top: 60px;
  }
}

/* ------------------------------
// swiper 共通スタイル
------------------------------ */
.swiper-pagination-bullets {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 4px;
  max-width: 100%;
}

.swiper-pagination-bullet {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 40px;
  height: 2px;
  background-color: rgba(0, 0, 0, .06);
  border-radius: 0;
  margin: 0 !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-black);
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 28px;
  height: 28px;
  margin: 0;
  background-color: var(--color-black);
  pointer-events: auto;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 6px;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-button-next::after {
  background-image: url(./img/chevron-right.svg);
}

.swiper-button-prev::after {
  background-image: url(./img/chevron-left.svg);
}


@media all and (max-width: 992px) {
  .swiper-pagination-bullet {
    max-width: 20px;
  }
}

/* ------------------------------
// home > mainvisual
------------------------------ */
.main-visual {
  width: 100vw;
  overflow: hidden;
}

.main-visual__swiper {
  width: 100%;
}

.main-visual__swiper .swiper-wrapper {
  margin-top: 0;
}

.main-visual__swiper .swiper-slide img {
  width: 100%;
}

.main-visual__pagination {
  justify-content: center;
  padding: 0 15px;
  margin: 12px auto 0;
}

.main-visual__pagination .swiper-pagination-bullet {
  max-width: 40px;
}

@media all and (max-width: 992px) {
  .main-visual__pagination {
    margin: 8px auto 32px;
  }
  .main-visual__pagination .swiper-pagination-bullet {
    max-width: 20px;
  }
}

/* ------------------------------
// archive
------------------------------ */
.archive {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
  margin-bottom: 0;
}

.archive__item {
  width: calc((100% - 15px) / 2);
  margin-bottom: 0;
  border-bottom: 1px solid #000;
}

.archive__item-lables {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.archive__item-brand,
.archive__item-genre {
  transition: all .3s;
}

.archive__item-brand:hover,
.archive__item-genre:hover {
  opacity: .6;
}

.archive__item-brand {
  display: inline-block;
  padding: 8px 10px;
  background-color: var(--color-blue);
  border-radius: 0 10px 0 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-white);
}

.archive__item-genre {
  display: inline-block;
  padding: 6px 8px;
  background-color: var(--color-black);
  border-radius: 0 8px 0 0;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: var(--color-white);
}

.archive__item .archive__contents .heading-secondary {
  margin-bottom: 5px;
}

.archive__item .archive__contents .media_name {
  margin-bottom: 10px;
  display: inline-block;
  color: #aaa;
}

.archive__item .archive__contents .phrase {
  margin-bottom: 0;
}

.archive__item .archive__contents .phrase.phrase-secondary {
  line-height: 1.6;
  max-height: calc(4em * 1.9);
  overflow: hidden;
  position: relative;
}

/* YouTube埋め込み動画のスタイル */
.archive__item-youtube {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  background-color: var(--color-blue);
}

.archive__item-youtube-label {
  width: fit-content;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: var(--color-black);
  background-color: var(--color-white);
  padding: 12px;
  border-radius: 0 6px 0 0;
}

.archive__youtube-embed {
  width: 100%;
  margin: 0 auto;
}

.archive__youtube-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media all and (max-width: 992px) {
  .archive__item-youtube {
    padding: 12px;
    border-radius: 8px;
  }
  .archive__item-youtube-label {
    font-size: 14px;
    padding: 8px 10px;
  }
}

.archive__item .archive__contents .phrase.phrase-secondary::after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,.75),rgba(255,255,255,1));
  z-index: 1;
}

.archive__item .archive__contents .phrase.phrase-secondary span {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.archive__item .archive__contents .eyecatch__cat {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

@media all and (max-width: 992px) {
  .archive {
    gap: 20px 15px;
  }

  .archive__item-brand {
    padding: 6px;
    border-radius: 0 6px 0 0;
    font-size: 11px;
  }

  .archive__item-genre {
    padding: 4px;
    border-radius: 0 6px 0 0;
    font-size: 10px;
  }
}

/* ------------------------------
// rankingBox
------------------------------ */
.rankingBox {
  width: 100%;
  padding: 40px 0;
  background-color: rgba(0, 0, 0, .06);
  box-shadow: none;
}

.rankingBox__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.rankingBox__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.rankingBox__title-main {
  font-family: "Fjalla One", "sans-serif";
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: var(--color-black);
}

.rankingBox__title-sub,
.rankingBox__title-genre {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04rem;
  color: var(--color-black);
}

.rankingBox__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 6px;
}

.l-sidebar .rankingBox__btns {
  max-width: 100%;
}

.rankingBox__btn {
  display: block;
  padding: 6px 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: var(--color-black);
  background-color: var(--color-white);
  border: none;
  border-radius: 3px;
  transition: all .3s;
}

.rankingBox__btn:hover,
.rankingBox__btn.is-current {
  background-color: var(--color-blue);
  font-weight: bold;
  color: var(--color-white);
}

.rankingBox__scroll {
  margin-top: 32px;
  padding: 0 0 20px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  position: relative;
}

.rankingBox__scroll::-webkit-scrollbar {
  display: none;
}

/* ドラッグ中はリンクを無効化 */
.rankingBox__scroll.is-dragging a,
.rankingBox__scroll.is-dragging button {
  pointer-events: none;
}

/* カスタムスクロールバー */
.rankingBox__scrollbar {
  margin-top: 12px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.rankingBox__scrollbar-track {
  width: 100%;
  height: 4px;
  background: var(--color-white);
  position: relative;
  cursor: pointer;
}

.rankingBox__scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  background: var(--color-black);
  cursor: grab;
  transition: opacity 0.2s;
}

.rankingBox__scrollbar-thumb:hover {
  opacity: 0.8;
}

.rankingBox__scrollbar-thumb:active {
  cursor: grabbing;
}

.rankingBox__inner {
  width: max-content;
  overflow: hidden;
}

.rankingBox__inner > p {
  display: none;
}

.rankingBox__list {
  margin-bottom: 0;
  border-spacing: 24px;
  margin: -24px -24px 0;
}

.rankingBox__item {
  width: 230px;
  max-width: 230px;
  min-width: 230px;
  border: none;
  background-color: transparent;
}

.rankingBox__item::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  font-family: "Fjalla One", "sans-serif";
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
  background-color: var(--color-black) !important;
}

.rankingBox__item .eyecatch {
  margin-bottom: 0;
}

.rankingBox__item .dateList {
  margin: 0;
}

.rankingBox__item .dateList__item {
  font-size: 12px;
  color: var(--color-blue);
  margin: 0;
}

.rankingBox__item .heading {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.rankingBox__item .eyecatch__cat {
  display: none;
}

.rankingBox__contents {
  padding: 0;
  margin-top: 12px;
}

/* ---------- rankingBox--genre（アーカイブページ用） ---------- */
.rankingBox--genre {
  background-color: transparent;
  padding: 64px 0 40px;
}

.rankingBox--genre--pc {
  display: block;
  margin-top: 60px;
}
.rankingBox--genre--sp {
  display: none;
}

.rankingBox--genre .container {
  position: unset;
}

.rankingBox--genre .rankingBox__header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background-color: var(--color-black);
  content: '';
  z-index: -1;
}

.rankingBox--genre .rankingBox__title-main,
.rankingBox--genre .rankingBox__title-sub,
.rankingBox--genre .rankingBox__title-genre {
  color: var(--color-white);
}

.rankingBox--genre .rankingBox__scrollbar {
  width: 100%;
}

.rankingBox--genre .rankingBox__scrollbar-track {
  background-color: rgba(0, 0, 0, .06);
}

.rankingBox--genre .rankingBox__item::before {
  background-color: #707070 !important;
}

.rankingBox--genre .rankingBox__item:nth-child(1)::before {
  background-color: #ECD357 !important;
}

.rankingBox--genre .rankingBox__item:nth-child(2)::before {
  background-color: #A9C6D5 !important;
}

.rankingBox--genre .rankingBox__item:nth-child(3)::before {
  background-color: #C58459 !important;
}

/* ---------- rankingBox--sidebar（サイドバー用） ---------- */
* + .rankingBox--sidebar {
  margin-top: 16px;
}

.rankingBox--sidebar {
  padding: 28px 0;
}

.rankingBox--sidebar .container {
  padding: 0 20px;
}

.rankingBox--sidebar .rankingBox__header {
  justify-content: center;
}

.rankingBox--sidebar .rankingBox__btns {
  justify-content: center;
}

.rankingBox--sidebar .rankingBox__inner {
  width: 100%;
}

.rankingBox--sidebar .rankingBox__list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin: 0;
}

.rankingBox--sidebar .rankingBox__scroll {
  padding-bottom: 0;
}

.rankingBox--sidebar .rankingBox__item {
  display: flex;
  column-gap: 12px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.rankingBox--sidebar .rankingBox__item::before {
  width: 22px;
  height: 22px;
  font-size: 12px;
}

.rankingBox--sidebar .rankingBox__item .eyecatch {
  aspect-ratio: 130 / 87;
  width: 130px;
  height: 87px;
}

.rankingBox--sidebar .rankingBox__item .rankingBox__contents {
  flex: 1;
  margin-top: 0;
}

.rankingBox--sidebar .rankingBox__item .heading a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media all and (max-width: 992px) {
  .rankingBox {
    padding: 28px 0;
  }
  .rankingBox--genre--pc {
    display: none;
  }
  .rankingBox--genre--sp {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .rankingBox__header {
    flex-direction: column;
    justify-content: center;
  }
  .rankingBox__title-main {
    font-size: 24px;
  }
  .rankingBox__title-sub {
    font-size: 12px;
  }
  .rankingBox__btns {
    max-width: 240px;
  }
  .rankingBox__btn {
    font-size: 13px;
  }
  .rankingBox__scroll {
    margin-top: 20px;
  }
  .rankingBox__scrollbar {
    width: 100%;
  }
  .rankingBox__list {
    border-spacing: 16px;
    margin: -16px -16px 0;
  }
  .rankingBox__item {
    width: 130px;
    max-width: 130px;
    min-width: 130px;
  }
  .rankingBox__item::before {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
  .rankingBox__item .dateList__item {
    font-size: 11px;
  }
  .rankingBox__item .heading {
    font-size: 12px;
  }
  .rankingBox__contents {
    margin-top: 10px;
  }
  /* ---------- rankingBox--genre（アーカイブページ用） ---------- */
  .rankingBox--genre {
    padding: 40px 0 28px;
  }
  .rankingBox--genre .rankingBox__header {
    align-items: flex-start;
  }
  .rankingBox--genre .rankingBox__title-genre {
    width: 100%;
  }
  .rankingBox--genre .rankingBox__list {
    margin: -2px -16px 0;
  }
  .rankingBox--genre .rankingBox__item {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
  }
  /* ---------- rankingBox--sidebar（サイドバー用） ---------- */
  .rankingBox--sidebar .container {
    padding: 0;
  }
}

/* @media all and (max-width: 441px) {
  .rankingBox__btns {
    max-width: 220px;
  }
} */

/* ------------------------------
// c-book
------------------------------ */
* + .c-book {
  margin-top: 16px;
}

.c-book {
  width: 100%;
  background-color: rgba(0, 0, 0, .06);
}

.c-book__header {
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid var(--color-black);
}

.c-book__header h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.c-book__header-en {
  font-size: 32px;
  font-family: "Fjalla One", "sans-serif";
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-blue);
}

.c-book__header-ja {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: var(--color-blue);
}

.c-book__body {
  position: relative;
  padding: 20px;
}

.c-book__swiper {
  position: relative;
  overflow: hidden;
}

.c-book__nav {
  position: absolute;
  top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 28px;
  z-index: 20;
  pointer-events: none;
}

.c-book__pagination {
  justify-content: center;
  margin-top: 20px;
}

.c-book__pagination .swiper-pagination-bullet {
  background-color: var(--color-white);
  max-width: 58px;
}

.c-book__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}

.c-book__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-book__item-link {}

.c-book__item-img {
  width: 200px;
}

.c-book__item-textbox {
  margin-top: 16px;
  text-align: center;
}

.c-book__item-title,
.c-book__item-subtitle {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.c-book__item-subtitle {
  margin-top: 8px;
}

.c-book__item-btn {
  width: 200px;
  padding: 12px;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 16px;
}

@media all and (max-width: 992px) {
  .c-book__header-en {
    font-size: 24px;
  }
  .c-book__header-ja {
    font-size: 12px;
  }
}

/* ------------------------------
// c-popart-bananas
------------------------------ */
* + .c-popart-bananas {
  margin-top: 16px;
}

.c-popart-bananas {
  padding: 18px 0 30px;
  border: 10px solid #FFE900;
}


.c-popart-bananas__header {
  width: 100%;
  padding: 0 18px;
}

.c-popart-bananas__header h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-popart-bananas__header-img {
  width: 100%;
  max-width: 307px;
}

.c-popart-bananas__header-ja {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 12px;
}

.c-popart-bananas__header-en {
  font-family: "Fjalla One", "sans-serif";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 12px;
}

.c-popart-bananas__body {
  position: relative;
}

.c-popart-bananas__swiper {
  position: relative;
  overflow: hidden;
  padding: 24px 18px 0;
}

.c-popart-bananas__nav {
  position: absolute;
  top: 124px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 28px;
  padding: 0 18px;
  z-index: 20;
  pointer-events: none;
}

.c-popart-bananas__pagination {
  justify-content: center;
  margin-top: 20px;
}

.c-popart-bananas__pagination .swiper-pagination-bullet {
  max-width: initial;
  background-color: rgba(0, 0, 0, .06);
}

.c-popart-bananas__pagination .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}

.c-popart-bananas__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-popart-bananas__item-link {}

.c-popart-bananas__item-img {
  position: relative;
  width: 230px;
}

.c-popart-bananas__item-label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-image: url(./img/popart-bananas_label.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
  font-family: "Fjalla One", "sans-serif";
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: var(--color-white);
}

.c-popart-bananas__item-textbox {
  margin-top: 16px;
  text-align: center;
}

.c-popart-bananas__item-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.c-popart-bananas__item-price {
  font-size: 13px;
  margin-top: 8px;
}

/* ------------------------------
// c-product-ranking
------------------------------ */
* + .c-product-ranking {
  margin-top: 16px;
}

.c-product-ranking {
}

.c-product-ranking__header {
  width: 100%;
  padding: 20px;
  border: 1px solid var(--color-black);
  border-radius: 6px;
  text-align: center;
}

.c-product-ranking__header h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.c-product-ranking__header-en {
  font-family: "Fjalla One", "sans-serif";
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-blue);
}

.c-product-ranking__header-ja {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: var(--color-blue);
}

.c-product-ranking__body {
  border-radius: 6px;
  background-color: var(--color-light-blue);
  margin-top: 4px;
}

.c-product-ranking__swiper {
  position: relative;
  padding: 24px 20px;
  overflow: hidden;
}

.c-product-ranking__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}

.c-product-ranking__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.c-product-ranking__item {
  display: flex;
  column-gap: 12px;
}

.c-product-ranking__item-img {
  position: relative;
  width: 140px;
}

.c-product-ranking__item-label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--color-white);
  font-family: "Fjalla One", "sans-serif";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: var(--color-blue);
}

.c-product-ranking__item-textbox {
  flex: 1;
}

.c-product-ranking__item-title {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: var(--color-black);
  margin-top: -4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.c-product-ranking__item-price {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-white);
  margin-top: 6px;
}

@media all and (max-width: 992px) {
  .c-product-ranking__header h3 {
    position: relative;
    top: 1px;
  }
  .c-product-ranking__header-en {
    font-size: 24px;
  }
  .c-product-ranking__header-ja {
    font-size: 12px;
  }
}


/* ------------------------------
// c-ctg
------------------------------ */
* + .c-ctg {
  margin-top: 16px;
}

/* ------------------------------
// c-pr
------------------------------ */
* + .c-pr {
  margin-top: 16px;
}

.c-pr {
  width: 100%;
}

.c-pr__catch-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 3px;
  border-bottom: 1px solid #000;
  color: var(--color-blue);
}

.c-pr__catch-main-en {
  font-family: "Fjalla One", "sans-serif";
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--color-blue);
}

.c-pr__catch-main-ja {
  font-size: 13px;
  padding-left: 5px;
  font-weight: bold;
  color: var(--color-blue);
}

.c-pr-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

.c-pr-block:last-of-type {
  margin-bottom: 0;
}

.c-pr-block a {
  display: block;
  display: flex;
  justify-content: space-between;
}

.c-pr-block__image {
  width: 50%;
}

.c-pr-block__image img {
  width: 100%;
  height: auto;
}

.c-pr-block__text {
  width: 45%;
}

.c-pr-block__ttl {
  line-height: 1.5;
  font-size: 13px;
  font-weight: 700;
}

.c-pr-block__tag {
  margin-top: 5px;
  margin-right: 5px;
}

.c-pr-block__tag span {
  display: block;
  background-color: rgba(0, 0, 0, .05);
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 50px;
  color: #000;
}

/* ------------------------------
// c-pr--single
------------------------------ */
.c-pr--single {
  margin-top: 80px;
  padding: 60px 15px 0;
  border-top: 1px solid var(--color-black);
}

.c-pr--single--pc {
  display: block;
}

.c-pr--single--sp {
  display: none;
}

.c-pr--single .c-pr__catch-main {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 12px;
  border: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.c-pr--single .archive__item {
  max-width: 797px;
  margin: 0 auto;
}

.c-pr--single .archive__item + .archive__item {
  margin-top: 32px;
}

.c-pr--single .archive__item .heading {
  font-size: 28px;
  margin-top: 24px;
}

.c-pr--single .c-btn.c-btn--viewmore {
  margin-top: 24px;
}

@media all and (max-width: 992px) {
  .c-pr__catch-main-en {
    font-size: 24px;
  }
  .c-pr__catch-main-ja {
    font-size: 12px;
  }
  .c-pr--single {
    padding: 38px 15px 0;
  }
  .c-pr--single--pc {
    display: none;
  }
  .c-pr--single--sp {
    display: block;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    border-bottom: 1px solid var(--color-black);
  }
  .c-pr--single .archive__item {
    width: 100%;
  }
  .c-pr--single--sp .archive__item:nth-last-of-type(1) {
    border-bottom: none;
  }
  .c-pr--single .archive__item .heading {
    font-size: 24px;
  }
}


/* ------------------------------
// c-btn
------------------------------ */
.c-btn.c-btn--viewmore {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 390px;
  padding: 20px;
  margin: 40px auto 0;
  background-color: var(--color-black);
  color: var(--color-white);
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: none;
}

.c-btn.c-btn--viewmore::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 12px;
  background-image: url(./img/chevron-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}

.c-btn.c-btn--viewmore.c-btn--small {
  width: 200px;
  padding: 12px;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 16px
}

@media all and (max-width: 992px) {
  .c-btn.c-btn--viewmore {
    max-width: 100%;
    font-size: 14px;
    margin: 32px auto 0;
  }
}

/* ------------------------------
// c-single-share
------------------------------ */
.c-single-share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 30px 0;
}

.c-single-share__header {
  font-size: 13px;
  font-weight: bold;
}

.c-single-share__body {
  width: fit-content;
}

.c-single-share__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}

.c-single-share__item {}

.c-single-share__btn {
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: all .3s;
  cursor: pointer;
}

.c-single-share__btn:hover {
  opacity: .6;
}

/* ------------------------------
// c-post
------------------------------ */
.c-post {
}

.c-post--contact {
  text-align: center;
}

.c-post--contact h1 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.c-post--contact section {
  margin-top: 54px;
  padding-top: 40px;
  border-top: 1px solid var(--color-black);
}

.c-post--contact section + section {
  margin-top: 60px;
}

.c-post--contact h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: var(--color-blue);
}

.c-post--contact h2 + * {
  margin-top: 40px;
}

.c-post--contact p {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--color-black);
}

.c-post--contact p small {
  font-size: 14px;
  line-height: 1.5;
}

.c-post--contact a {
  display: inline-block;
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-blue);
  transition: all .3s;
}

.c-post--contact p small a {
  font-size: 14px;
  line-height: 1.5;
}

.c-post--contact a:hover {
  opacity: .6;
}

.c-post--contact a:hover::before {
  opacity: .6;
}

.c-post--contact a[href*="mailto"] {
  margin: 16px 0;
}

.c-post--contact a[href*="mailto"]::before {
  position: relative;
  top: 2px;
  content: "";
  display: inline-block;
  width: 23px;
  height: 18px;
  margin: 0 6px 0 0;
  background-image: url(./img/icon_mail.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s;
}

.c-post--contact * + .youtube {
  margin-top: 28px;
}

@media all and (max-width: 992px) {
  .c-post--contact h1 {
    font-size: 24px;
  }
  .c-post--contact section {
    margin-top: 40px;
    padding-top: 28px;
  }
  .c-post--contact section + section {
    margin-top: 40px;
  }
  .c-post--contact h2 {
    font-size: 20px;
  }
  .c-post--contact h2 + * {
    margin-top: 28px;
  }
  .c-post--contact p {
    font-size: 16px;
  }
  .c-post--contact p small {
    font-size: 14px;
  }
}

/* ------------------------------
// c-about
------------------------------ */
.c-about {
  width: 100%;
}

.c-about__main {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}

.c-about__title {
  padding: 24px 0 0;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-bottom: 1px solid var(--color-black);
}

.c-about__introduction {
  flex: 1;
}

.c-about__logo {
  width: 300px;
}

.c-about__logo img {
  width: 100%;
  height: auto;
}

.c-about__desc {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--color-black);
  font-weight: bold;
  margin-top: 80px;
}

.c-about__brands {
  margin-top: 80px;
}

.c-about__brand {
  position: relative;
}

.c-about__brand + .c-about__brand {
  margin-top: 32px;
}

.c-about__brand-title {
  position: absolute;
  top: 0;
  left: calc((115 / 1440 * 100vw) * -1);
  display: block;
  width: 400px;
  height: 100%;
  z-index: 10;
  mix-blend-mode: multiply;
  transition: all .3s;
}

.c-about__brand-title:hover {
  transform: scaleY(1.025);
}

@media all and (max-width: 1440px) {
  .c-about__brand-title {
    width: 400px;
  }
}

@media all and (max-width: 1240px) {
  .c-about__brand-title {
    left: -15px;
  }
}

.c-about__brand-logo {
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 20;
}

.c-about__brand-logo--lightning {
  width: 211px;
}

.c-about__brand-logo--2nd {
  width: 125px;
}

.c-about__brand-logo--clutch {
  width: 144px;
}

.c-about__brand-logo--club-harley {
  width: 192px;
}

.c-about__brand-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue);
}

.c-about__brand-img {
  display: flex;
  gap: 8px;
  padding: 100px 0;
}

.c-about__brand-img-item.pc {
  display: block;
}

.c-about__brand-img-item.sp {
  display: none;
}

.c-about__brand-img-item--lightning-01,
.c-about__brand-img-item--clutch-01,
.c-about__brand-img-item--club-harley-02 {
  width: calc(630 / 1440 * 100vw);
  max-width: 630px;
}

.c-about__brand-img-item--lightning-02,
.c-about__brand-img-item--clutch-02,
.c-about__brand-img-item--club-harley-01 {
  width: calc(336 / 1440 * 100vw);
  max-width: 336px;
}

.c-about__brand-img-item--2nd-01,
.c-about__brand-img-item--2nd-02 {
  width: calc(510 / 1440 * 100vw);
  max-width: 510px;
}

.c-about__brand--2nd .c-about__brand-img,
.c-about__brand--club-harley .c-about__brand-img {
  justify-content: flex-end;
}
.c-about__brand--2nd .c-about__brand-title,
.c-about__brand--club-harley .c-about__brand-title {
  left: auto;
  right: calc((115 / 1440 * 100vw) * -1);
}

.c-about__brand--2nd .c-about__brand-logo,
.c-about__brand--club-harley .c-about__brand-logo {
  right: auto;
  left: 20px;
}

/* js-show */
.c-about__brand-logo.js-show {
  opacity: 0;
  transition: all 1s .8s var(--ease-custom-out);
}
.c-about__brand-logo.js-show.is-show {
  opacity: 1;
}
.c-about__brand-overlay.js-show {
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1.6s .4s var(--ease-custom-out);
}
.c-about__brand-overlay.js-show.is-show {
  transform: scaleY(1);
}

@media all and (max-width: 992px) {
  .c-about__main {
    flex-direction: column;
  }
  .c-about__title {
    padding-top: 0;
    font-size: 32px;
  }
  .c-about__logo {
    width: 202px;
  }
  .c-about__desc {
    font-size: 16px;
    margin-top: 60px;
  }
  .c-about__brands {
    margin-top: 60px;
  }
  .c-about__brand-title {
    width: calc(160 / 375 * 100vw);
  }
  .c-about__brand-logo--lightning {
    width: 133px;
  }
  .c-about__brand-logo--2nd {
    width: 70px;
  }
  .c-about__brand-logo--clutch {
    width: 87px;
  }
  .c-about__brand-logo--club-harley {
    width: 107px;
  }
  .c-about__brand-img {
    gap: 4px;
  }
  .c-about__brand-img-item.pc {
    display: none;
  }
  .c-about__brand-img-item.sp {
    display: block;
  }
  .c-about__brand-img-item--lightning-01,
  .c-about__brand-img-item--clutch-01,
  .c-about__brand-img-item--club-harley-02 {
    width: calc(231 / 375 * 100vw);
  }
  .c-about__brand-img-item--lightning-02,
  .c-about__brand-img-item--clutch-02,
  .c-about__brand-img-item--club-harley-01 {
    width: calc(125 / 375 * 100vw);
  }
  .c-about__brand-img-item--2nd-02 {
    width: calc(260 / 375 * 100vw);
  }
  .c-about__brand-img-item--2nd-01 {
    width: calc(96 / 375 * 100vw);
  }
  .c-about__brand--lightning .c-about__brand-img,
  .c-about__brand--clutch .c-about__brand-img {
    margin-left: -15px;
  }
  .c-about__brand--club-harley .c-about__brand-img {
    margin-right: -15px;
  }
  .c-about__brand--2nd .c-about__brand-img {
    flex-direction: row-reverse;
  }
}

/* サイドバーランキングの番号を連続させる（ループ対応） */
/* 1ページ目のスライド（aria-label="1 / 2"） */
.rankingBox--sidebar .swiper-slide[aria-label*="1 /"] .rankingBox__item:nth-of-type(1)::before {
  content: "1";
}
.rankingBox--sidebar .swiper-slide[aria-label*="1 /"] .rankingBox__item:nth-of-type(2)::before {
  content: "2";
}
.rankingBox--sidebar .swiper-slide[aria-label*="1 /"] .rankingBox__item:nth-of-type(3)::before {
  content: "3";
}
.rankingBox--sidebar .swiper-slide[aria-label*="1 /"] .rankingBox__item:nth-of-type(4)::before {
  content: "4";
}
.rankingBox--sidebar .swiper-slide[aria-label*="1 /"] .rankingBox__item:nth-of-type(5)::before {
  content: "5";
}

/* 2ページ目のスライド（aria-label="2 / 2"） */
.rankingBox--sidebar .swiper-slide[aria-label*="2 /"] .rankingBox__item:nth-of-type(1)::before {
  content: "6";
}
.rankingBox--sidebar .swiper-slide[aria-label*="2 /"] .rankingBox__item:nth-of-type(2)::before {
  content: "7";
}
.rankingBox--sidebar .swiper-slide[aria-label*="2 /"] .rankingBox__item:nth-of-type(3)::before {
  content: "8";
}
.rankingBox--sidebar .swiper-slide[aria-label*="2 /"] .rankingBox__item:nth-of-type(4)::before {
  content: "9";
}
.rankingBox--sidebar .swiper-slide[aria-label*="2 /"] .rankingBox__item:nth-of-type(5)::before {
  content: "10";
}
.rankingBox--sidebar .rankingBox__nav {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}