@charset "utf-8";
/*------------------------------------------------------------------------
トップ（create）create-pc
デスク（TC798）cts_creator_desktop_B
ノート（TC489）cts_creator_note_B
上記共通

現状下記は対象外だが将来的にバナーを読む際には影響がないよう注意
Adobe（TC658）cts_creator_adobe_B
イラスト・マンガ（TC197）cts_creator_comic_B
音楽（TC134）cts_creator_dtm_B
動画編集（TC340）cts_creator_video_edit_B
------------------------------------------------------------------------*/

/*----------------------
win11バナー
-----------------------*/
@media screen and (max-width: 767px){
  .bnr_link_win11_wap {
    width: 100%;
    margin: 10px auto;
  }
  .bnr_link_win11 {
    float: none;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}

/*----------------------
共通
-----------------------*/
:root {
  --section-gap: 60px;
  --section-gap-s: 30px;
  --color-gray:#f6f6f6;
  --color-blue:#ecf8fd;
  --color-dark-blue:#001e60;
  --box-radius:16px;
}
@media screen and (max-width: 767px){
:root {
  --section-gap: 30px;
  --section-gap-s: 20px;
  }
}

/*----------------------
共通レイアウト
-----------------------*/
.p-creator-pc{
  position:relative;
  display:block;
  width:100%;
  text-align:center;
}
.p-creator-pc a{
  cursor: pointer;
}
.p-creator-pc img{
  width:100%;
}
.p-creator-pc .c-section{
  width:100%;
  padding:var(--section-gap) 0;
}
.p-creator-pc .c-section-s{
  width:100%;
  padding:var(--section-gap-s) 0;
}
.p-creator-pc .c-section-top{
  width:100%;
  padding-top:var(--section-gap);
}
.p-creator-pc .c-section-top-s{
  width:100%;
  padding-top:var(--section-gap-s);
}
.p-creator-pc-inner{
  margin:auto;
  position:relative;
  display:block;
  width: calc(100% - 30px);
  max-width:1140px;
  text-align:left;
}

.p-creator-pc .section-gray{
  background:var(--color-gray);
}

/*----------------------
H1
-----------------------*/
.p-creator-pc__head{
  width: 100%;
  padding: 20px 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}
.p-creator-pc__head h1{
  color: #484848;
  font-size: clamp(12px, 0.659rem + 0.45vw, 16px);
  font-weight: bold;
  letter-spacing: 0.12em;
}

/*----------------------
H2・H3
-----------------------*/
.p-create-pc__title {
  font-size: clamp(20px, 1.068rem + 0.91vw, 28px);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height:1.2;
}
.p-create-pc__sub-title {
  font-size: clamp(12px, 0.614rem + 0.68vw, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom:1em;
}

.h2__has-eng-sub::before {
  font-size: clamp(20px, 1.023rem + 1.14vw, 30px);
  font-family: Roboto, sans-serif;
}
.h2__has-eng-sub {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.h2__has-eng-contents::before {
  content: "CONTENTS";
}
.h2__has-eng-lineup::before {
  content: "LINEUP";
}
.h2__has-eng-grade::before {
  content: "GRADE";
}
.h2__has-eng-recommend::before {
  content: "RECOMMEND";
}
.h2__has-eng-feature::before {
  content: "FEATURE";
}
.h2__has-eng-campaign::before {
  content: "CAMPAIGN";
}

/*----------------------
KV
-----------------------*/
.kv .p-creator-pc-inner{
  width: 100%;
  max-width:1140px;
}

/*----------------------
用途から選ぶ
-----------------------*/
.p-creator-pc__select-from{
  background:var(--color-dark-blue);
}
.p-creator-pc__select-from .p-create-pc__sub-title{
  color:#fff;
}
.p-creator-pc__select-from-list{
  display:grid;
  gap: 20px;
  width:100%;
}

.p-creator-pc__select-from-list li{
  width:100%;
}
.p-creator-pc__select-from-list li .c-button {
  justify-content: left;
}

.p-creator-pc__select-from-list li a{
  width:100%;
  padding: 40px 14px;
  display: flex;
  gap: 14px;
  background: #fff;
  border-radius: 8px;
  align-items: center;
  position: relative;
  outline: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s ease;
  border: 1px solid #e2e2e2;
}

.p-creator-pc__select-from-list .c-button::after{
  right: 10px;
}

.p-creator-pc__select-from-list li p{
  font-weight: 700;
  text-align:left;
  font-size: 16px;
  letter-spacing: 0.96px;
  line-height: 1.4;
}

.p-creator-pc__select-from-list li a img{
  width: 46px;
}

@media screen and (max-width: 767px) {
  .p-creator-pc__select-from-list{
    gap: 10px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .p-creator-pc__select-from-list li span{
    font-size: 3.2vw;
    letter-spacing: 0.03em;
  }
  .p-creator-pc__select-from-list li a{
    padding: 30px 10px;
  }
  .p-creator-pc__select-from-list li a img{
    width: 6.4vw;
  }
}

/*----------------------
選ばれる理由
-----------------------*/
.p-creator-pc__reason-list{
  width:100%;
  display:grid;
  gap:30px;
  grid-template-columns: repeat(3, 1fr);
}
.p-creator-pc__reason-list li{
  padding-left: 45px;
  position: relative;
  counter-increment: reason-counter;
}

.p-creator-pc__reason-list li::before{
  content: "0" counter(reason-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-size: clamp(12px, 0.568rem + 0.91vw, 20px);
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #c8c8c8;
}
.p-creator-pc__reason-list li::after {
  content: "";
  height: 100%;
  width: 2px;
  display: block;
  background: #c8c8c8;
  position: absolute;
  left: 30px;
  top: 0;
}
.p-creator-pc__reason-list li h3 {
  margin-bottom: 0.5em;
  font-size: clamp(14px, 0.602rem + 1.36vw, 26px);
  font-weight: 700;
}

.p-creator-pc__reason-list li p {
  font-size: clamp(12px, 0.705rem + 0.23vw, 14px);
  line-height: 1.75;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .p-creator-pc__reason-list{
    gap:20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-creator-pc__reason-list li{
    padding-left: 40px;
  }
  .p-creator-pc__reason-list li::after {
    left: 25px;
  }
  .p-creator-note__reason-item p {
    font-weight: 400;
  }
}

/*----------------------
形状から選ぶ
-----------------------*/
.p-creator-pc__select-from-shape{
  background: var(--color-dark-blue);
  padding: 30px 0 40px;
}
.p-creator-pc__select-from-shape h3{
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.p-creator-pc__select-from-shape-list{
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  width:100%;
}
.p-creator-pc__select-from-shape-list-item{
  position: relative;
  display: flex;
  gap: 20px;
  padding: 20px 25px 25px;
  background: #fff;
  border-radius: var(--box-radius);
  outline: 1px solid rgba(0,162,230,0);
  transition: all 0.3s ease;
  width: 100%;
}
.p-creator-pc__select-from-shape-list-item-image{
  max-width: 25%;
  height: 100%;
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
}
.p-creator-pc__select-from-shape-list-item-image img{
  filter: drop-shadow(-5px 5px 8px rgba(34,41,72,0.26)) drop-shadow(-25px 25px 20px rgba(34,41,72,0.15));
  max-width: 100%;
}
.p-creator-pc__select-from-shape-list-item-text{
  align-self: center;
}
.p-creator-pc__select-from-shape-list-item-subtitle{
  margin-bottom: .4em;
  font-size: 22px;
  font-weight: 700;
}
.p-creator-pc__select-from-shape-list-item-subtitle small{
  margin-bottom: .8em;
  display: inline-block;
  font-size: 12px;
  font-family: Roboto,Sans-Serif;
}
.p-creator-pc__select-from-shape-list-item p{
  line-height: 1.5;
  font-size: 15px;
}

@media screen and (max-width:767px){
  .p-creator-pc__select-from-shape{
    padding: 20px 0;
  }
  .p-creator-pc__select-from-shape h3{
    margin-bottom: 3.73vw;
    font-size: 3.73vw;
  }
  .p-creator-pc__select-from-shape-list{
    gap: 4vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-creator-pc__select-from-shape-list-item {
    flex: 1;
    padding: 10px 20px;
    gap: 10px;
    background: #fff;
    position: relative;
    display: flex;
    border-radius: 8px;
    outline: 1px solid rgba(0,162,230,0);
    transition: all 0.3s ease;
    width: 100%;
  }
  .p-creator-pc__select-from-shape-list-item-image{
    max-width: 100%;
    width: 190px;
  }
  .p-creator-pc__select-from-shape-list-item-image img{
    height: 100%;
  }
  .p-creator-pc__select-from-shape-list-item-text {
      display: grid;
      height: 100%;
      grid-template-rows: auto 1fr;
  }
  .p-creator-pc__select-from-shape-list-item-subtitle{
    margin-bottom: 0.6em;
    font-size: 3.5vw;
    text-align: left;
  }
  .p-creator-pc__select-from-shape-list-item-subtitle small{
    font-size: 2.67vw;
  }
  .p-creator-pc__select-from-shape-list-item p{
    font-size: 2.93vw;
    padding-bottom: .5vw;
  }
  .p-creator-pc__select-from-shape-list-item-more{
    right: 3vw;
    bottom: 3vw;
    font-size: 2.67vw;
  }
}

.p-creator-pc__select-from-shape h2 {
  color:#fff;
}
.p-creator-pc__select-from-shape-list a.c-button {
  justify-content: left;
  height: auto;
  border: none;
}
.p-creator-pc__select-from-shape-list a.c-button::before {
  background-color: #00a2e6;
  opacity: .1;
}
.p-creator-pc__select-from-shape-list a.c-button::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #ccc;
  content: '';
}
@media screen and (max-width: 767px) {
  .p-creator-pc__select-from-shape-list a.c-button > span {
    font-size: 3.2vw;
    letter-spacing: 0.03em;
  }
  .p-creator-pc__select-from-shape-list a.c-button::after {
    right: 11px;
  }
}

/*----------------------
用途目的から選ぶ
-----------------------*/
.p-creator-pc .p-create-pc__purpose__layout,
.p-creator-pc .p-create-pc__purpose-list{
  display:grid;
  gap:30px;
  grid-template-columns: repeat(2, 1fr);
}

.p-creator-pc .p-create-pc__purpose__card,
.p-creator-pc .p-create-pc__purpose-list li{
  width: 100%;
  border: solid 1px #ececec;
  background-color: #fff;
  -webkit-box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
  box-shadow: 3.5px 3.5px 0 0 rgba(72, 72, 72, 0.1);
}

.p-creator-pc .p-create-pc__purpose__card:hover,
.p-creator-pc .p-create-pc__purpose-list li:hover {
  cursor:pointer;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 0.6s;
  opacity: 1;
}

.p-creator-pc .p-create-pc__purpose__card a,
.p-creator-pc .p-create-pc__purpose-list li a{
  display:block;
  width:100%;
  padding: 20px 26px;
}

.p-creator-pc .p-create-pc__purpose__card h4,
.p-creator-pc .p-create-pc__purpose__card__title {
  font-size: clamp(16px, 0.886rem + 0.57vw, 21px);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.46;
  text-align: left;
}
.p-creator-pc .p-create-pc__purpose-list p {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-creator-pc .p-create-pc__purpose__layout,
  .p-creator-pc .p-create-pc__purpose-list{
    gap:20px;
    grid-template-columns: repeat(1, 1fr);
  }
}


/*----------------------
カテゴリから選ぶ
-----------------------*/
.p-creator-pc__select-from-category-list{
  display: grid;
  gap: 30px;
  width:100%;
  grid-template-columns: repeat(2, 1fr);
}
.p-creator-pc__select-from-category-item{
  width: 100%;
  height: 100%;
  padding: 15px;
  border-radius: var(--box-radius);
  background: linear-gradient(130deg, rgba(0, 0, 0, 1) 0%, rgba(0, 30, 96, 1) 50%, rgba(0, 30, 96, 1) 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  position: relative;
}
.p-creator-pc__select-from-category-item:hover {
  box-shadow: 0 0 4px 0 rgb(0 162 230 / 70%);
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

.p-creator-pc__select-from-category__thumb{
  margin:auto;
  width:30%;
}
.p-creator-pc__select-from-category__thumb img{
  filter: drop-shadow(0 0 10px rgba(255,255,255,0.2)) drop-shadow(-10px 0 20px rgba(255,255,255,0.4));
}

.p-creator-pc__select-from-category__txt{
  font-weight: 700;
  width:65%;
}
.p-creator-pc__select-from-category__title {
  font-size: clamp(18px, 0.943rem + 0.91vw, 26px);
  margin-bottom:10px;
}
.p-creator-pc__select-from-category__sub {
  font-size: clamp(10px, 0.58rem + 0.23vw, 12px);
}
.p-creator-pc__select-from-category-item::before {
  content: "詳しくはこちら";
  position: absolute;
  right: calc(15px + 1em);
  bottom: 15px;
  font-size: clamp(10px, 0.58rem + 0.23vw, 12px);
  font-weight: 700;
  line-height: 1;
}
.p-creator-pc__select-from-category-item::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-creator-pc__select-from-category-list{
    gap:4vw;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*----------------------
おすすめから選ぶ RECOMMEND 4つずつ
-----------------------*/
.p-creator-pc__recommend{
}

:root {
  --recommend-model-gap: 1rem;
}

.p-creator-pc__recommend-category .p-create-pc__sub-title{
  padding:0.5em 1em;
  background:var(--color-dark-blue);
  border-radius:2em;
  color:#fff;
}

/*------モデルブロック--*/
.pc-reccomend__card-list > ul {
  display: grid;
  gap: var(--recommend-model-gap);
  grid-template-columns: repeat(4,1fr);
}

.pc-reccomend__card-list li.c-panel-arrow {
  border: none;
}
.pc-reccomend__card-list li.c-panel-arrow::after {
  background-color: #ececec;
  border-radius: 2rem;
  right:7px;
  bottom:7px;
}
.pc-reccomend__card-list li.c-panel-arrow::before {
   right: 14px;
   bottom: 13px;
   border-color: #a3a3a3;
}

.pc-reccomend__card-list li .pc-reccomend__card {
  position:relative;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  background:#fff;
  border-radius: 15px;
  padding:20px;
}
.pc-reccomend__card-list li .pc-reccomend__card:hover {
  cursor: pointer;
  outline: 1px solid rgba(0, 162, 230, 0.5);
  filter: drop-shadow(5px 5px 5px rgba(0, 162, 230, 0.1));
}
.pc-reccomend__card-list li .pc-reccomend__card::after {
  content: "";
  width: 34px;
  height: 30px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*ランキング*/
.pc-reccomend__card-list.ranking-list li .pc-reccomend__card::before {
  content: "";
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.pc-reccomend__card-list.ranking-list li:nth-child(1) .pc-reccomend__card::after {
  background: url(../../gaming-pc/images/gamingnote-pc/icon-pc-rank-1.svg) no-repeat 50% 50% / cover;
}
.pc-reccomend__card-list.ranking-list li:nth-child(2) .pc-reccomend__card::after {
  background: url(../../gaming-pc/images/gamingnote-pc/icon-pc-rank-2.svg) no-repeat 50% 50% / cover;
}
.pc-reccomend__card-list.ranking-list li:nth-child(3) .pc-reccomend__card::after {
  background: url(../../gaming-pc/images/gamingnote-pc/icon-pc-rank-3.svg) no-repeat 50% 50% / cover;
}
.pc-reccomend__card-list.ranking-list li:nth-child(4) .pc-reccomend__card::after {
  background: url(../../gaming-pc/images/gamingnote-pc/icon-pc-rank-4.svg) no-repeat 50% 50% / cover;
}

.pc-reccomend__card__name {
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: clamp(13px, 0.744rem + 0.34vw, 16px);
  line-height: 1.4;
  font-weight:700;
}

.pc-reccomend__card__img {
  position:relative;
  width: 100%;
  margin-bottom: 1rem;
  text-align:center;
}
.pc-reccomend__card__img img{
  width: 70%;
  margin:auto;
}

.pc-reccomend__icon-display {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
    padding: 6px 12px;
    background: #ececec;
    font-weight: 700;
    border-radius: 1em;
}
.pc-reccomend__icon-display small {
    font-size: 10px;
    bottom: 0;
    font-weight: 400;
}

.pc-reccomend__card__spec {
  display: block;
  margin-bottom: 0.5rem;
}
.pc-reccomend__card__spec > li {
  width: auto;
  display: inline-block;
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  font-size: 13px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.pc-reccomend__card__spec > li+li::before {
  content: "/";
  padding-right:0.2em;
}
.pc-reccomend__card__review img{
  width:auto !important;
}
.pc-reccomend__card__review {
  font-size: 13px;
}
.review-in-recommend__link {
  justify-content: flex-start;
}
.review-in-recommend__star{
  height: 1em;
  vertical-align: baseline;
  margin-right:0.5em;
}

.pc-reccomend__card__spec {
  margin-top: auto;
  padding-top: 0.5rem;
}

.pc-reccomend__card__stkname {
  padding: 5px 12px 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 1em;
  color: #e43344;
  border: 1px solid #e43344;
  display: inline-block;
}

.pc-reccomend__card__price {
  margin-top: 10px;
  font-size: clamp(18px, 1.034rem + 0.45vw, 22px);
  font-weight: 700;
}
.pc-reccomend__card__price small {
  font-size: clamp(10px, 0.58rem + 0.23vw, 12px);
  font-weight: 400;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  :root {
    --recommend-model-gap: 2.5vw;
  }

  .pc-reccomend__card-list > ul {
    grid-template-columns: repeat(2,1fr);
  }
  
  .pc-reccomend__card-list li .pc-reccomend__card {
    border-radius: 6px;
    padding:15px 10px;
  }
  
  .pc-reccomend__card-list li.c-panel-arrow::before {
    right: 13px;
    bottom: 12px;
  }
  
  .pc-reccomend__card-list li .pc-reccomend__card::after {
    width: 30px;
    height: 26px;
    top:6px;
    right:6px;
  }

  .pc-reccomend__card__name {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
    padding-right: 30px;
    line-height: 1.2;
  }
  
  .pc-reccomend__icon-display {
    display: block;
    width: fit-content;
    position: relative;
    left: 0;
    top: 0;
    padding: 0.8vw 1.6vw;
    font-size: 3.47vw;
  }
  .pc-reccomend__icon-display small {
    font-size: 2.13vw;
  }
  .pc-reccomend__card__review {
    font-size: 11px;
  }
  .pc-reccomend__card__spec > li {
    font-size: 11px;
  }
  .pc-reccomend__card__stkname {
    padding: 3px 12px 2px 12px;
    font-size: 12px;
  }
}

.pc-reccomend__card-list .c-button--secondaryB-white,
.pc-reccomend__card-list .c-button--secondaryB-black {
  width:100%;
  height:40px;
  border-radius:3rem;
  margin-top:10px;
}
.pc-reccomend__card-list .c-button--secondaryB-black {
  /*background:#000;*/
}

.p-creator-pc__recommend-category + .p-creator-pc__recommend-category{
  margin-top:var(--section-gap);
}

.p-creator-pc__recommend-category .more-link{
  margin:30px auto 0 auto;
  width:100%;
  max-width:680px;
  line-height:1.2;
}
.p-creator-pc__recommend-category .more-link .c-button--primary-white{
  width:100%;
  border-radius:3rem;
}

@media screen and (max-width: 450px) {
  .pc-reccomend__card-list .c-button--secondaryB-white::after,
  .pc-reccomend__card-list .c-button--secondaryB-black::after{
    display:none;
  }
}


/*カテゴリタイトル*/
.pc-reccomend__card .p-creator-pc__recommend-item-title{
  padding-left: 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  line-height:1.6;
  margin-bottom:10px;
}
.pc-reccomend__card .p-creator-pc__recommend-item-title::before{
  content: "";
  height: 100%;
  width:2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.pc-reccomend__card .p-creator-pc__recommend-item-title--adobe::before{
  background: #ed5e8d;
}
.pc-reccomend__card .p-creator-pc__recommend-item-title--illustration::before{
  background: #00a7b0;
}
.pc-reccomend__card .p-creator-pc__recommend-item-title--movie::before{
  background: #565a8f;
}
.pc-reccomend__card .p-creator-pc__recommend-item-title--sound::before{
  background: #aa5ce3;
}
@media screen and (max-width: 767px) {
 .pc-reccomend__card .p-creator-pc__recommend-item-title{
    padding-left: 2.13vw;
    font-size: 3.2vw;
  }
}
/*----------------------
スタッフレビュー
-----------------------*/
#staff-start-content {
  margin: 0 auto !important; 
}
#staff-start-content .c-headline__h2::before {
  content:'REVIEW';
  font-size: 30px;
  font-family: Roboto, sans-serif;
}
#staff-start-content .c-headline__h2 {
  text-align:left !important;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  margin-top: 1em;
  font-size: 18px !important;
  font-weight: 700 !important;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#staff-start-content .c-headline__h2 + p {
  text-align:left !important;
  margin-top: 1em;
  padding-bottom: 1em;
  font-weight: 400;
}
.staff-start-inner{
  text-align:left;
}
.staff-review-link-button {
  border-radius:3rem;
}

/*----------------------
FEATURE・CAMPAIGNバナー共通
-----------------------*/
.p-creator-pc__insize-slide{
  width: 100%;
  max-width: 1140px;
  box-sizing: border-box;
  position: relative;
}
.p-creator-pc__insize-slide-hider{
  overflow: hidden;
}
.p-creator-pc__insize-slide img{
  max-width: 100%;
}
.p-creator-pc__insize-slide .swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.p-creator-pc__insize-slide-button{
  position: absolute;
  top: 50%;
  width: 50px;
  height: 80px;
  translate: 0 -50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-creator-pc__insize-slide-button::after{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-top: 3px solid #484848;
  border-left: 3px solid #484848;
}
.p-creator-pc__insize-slide-button--prev{  
  left: -80px;
  z-index: 1;
}
.p-creator-pc__insize-slide-button--next{
  right: -80px;
  z-index: 1;
}
.p-creator-pc__insize-slide-button--prev::after{
  rotate: -45deg;
}
.p-creator-pc__insize-slide-button--next::after{
  rotate: 135deg;
}
.p-creator-pc__insize-slide-button.swiper-button-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.p-creator-pc__insize-slide-dot {
  margin-top: 15px;
  display: flex;
  gap: 6px;
}
.p-creator-pc__insize-slide-dot .swiper-pagination-bullet {
  border-radius: unset;
  width: 100%;
  height: 4px;
  background: #000;
  flex: auto;
}
.p-creator-pc__insize-slide-dot .swiper-pagination-bullet-active {
  background: #00a2e6;
}
@media screen and (max-width:1440px){
  .p-creator-pc__insize-slide{
    padding: 0 50px;
  }
  .p-creator-pc__insize-slide-button--prev{  
    left: 0px;
  }
  .p-creator-pc__insize-slide-button--next{
    right: 0px;
  }
}
@media screen and (max-width:767px){
  .p-creator-pc__insize-slide{
    padding: 0;
  }
  .p-creator-pc__insize-slide-button--prev{  
    display: none;
  }
  .p-creator-pc__insize-slide-button--next{
    display: none;
  }
}
@media screen and (max-width:428px){
  /*スライド機能をオフにして単純にスクロールさせるためのcss ブレイクポイントの数値はjsと連動させること*/
  .p-creator-pc__insize-slide-hider{
    overflow-x: auto;
    padding-bottom: 20px;
  }
  .p-creator-pc__insize-slide .swiper-container .swiper-wrapper{
    gap: 3vw;
  }
  .p-creator-pc__insize-slide .swiper-container .swiper-wrapper .swiper-slide {
    width: 40vw;
  }
  .p-creator-pc__insize-slide-hider::-webkit-scrollbar{
    background: rgba(0, 0, 0, .2);
    width: 2px;
    height: 2px;
  }
  .p-creator-pc__insize-slide-hider::-webkit-scrollbar-thumb {
    background-color: #00a2e6;
  }
}

/*----------------------------------------------------
  LINEUP 
----------------------------------------------------*/
.p-creator-pc__lineup{
  background:var(--color-gray);
  text-align:left;
}


/*----------------------------------------------------
  LINEUP スライダー
----------------------------------------------------*/
.p-creator-pc__lineup-slider{
  overflow: hidden;
}
.p-creator-pc__lineup-slide{
  width: 100%;
  max-width: 1140px;
  margin: 30px auto 0;
  box-sizing: border-box;
}
.p-creator-pc__lineup-slide .swiper-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.p-creator-pc__lineup-slide .swiper-container .swiper-wrapper .swiper-slide {
  width: 268px;
  height: auto;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  text-align:left;
}
.p-creator-pc__lineup-slide-ribon{
  display: flex;
  align-items: center;
  background: #001e60;
  width: calc(100% + 20px);
  height: 32px;
  min-height: 32px;
  padding-left: 22px;
  margin-right: -20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px;
}
.p-creator-pc__lineup-slide-ribon span{
  font-size:18px;
  margin:-4px 0.2em 0 0.2em;
}
li:first-child .p-creator-pc__lineup-slide-ribon{
  border-radius: 3em 0 0 3em;
}
li:last-child .p-creator-pc__lineup-slide-ribon{
  border-radius: 0 3em 3em 0;
}
.p-creator-pc__lineup-slide .swiper-container .swiper-wrapper .swiper-slide .p-creator-pc__lineup-slide-ribon--arrow::before{
  content: "";
  width: 75px;
  height: 32px;
  display: block;
  background: url("../images/create-pc/bg-p-creator-pc__ribon--arrow.webp") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-creator-pc__lineup-slide .swiper-container .swiper-wrapper .swiper-slide:last-child .p-creator-pc__lineup-slide-ribon{
  width: 100%;
  margin-right: 0;
}
.p-creator-pc__lineup-slide-item{
  width: 100%;
  height: 100%;
  padding: 8px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  border-radius: 15px;
  position: relative;
}

.p-creator-pc__lineup-slide .icon-new {
  z-index: 1;
  position: absolute;
  top: -10px;
  left: 15px;
  display: inline-block;
  background-color: #00a2e6;
  color: #fff;
  padding: 3px 5px;
  text-align: center;
  font-size: 0.8rem;
}
.p-creator-pc__lineup-slide .icon-text {
  z-index: 1;
  position: absolute;
  top: -10px;
  left: 15px;
  display: inline-block;
  background-color: #e43344;
  color: #fff;
  padding: 3px 5px;
  text-align: center;
  font-size: 0.8rem;
}

.p-creator-pc__lineup-slide .icon-new + .icon-text {
  left: 55px;
}

.p-creator-pc__lineup-slide-item .p-creator-pc__lineup-item-usage{
  display:flex;
  position:relative;
  height:30px;
  gap:10px;
  align-items: flex-end;
  width: fit-content;
  margin-bottom:10px;
}

.p-creator-pc__lineup-slide-item .p-creator-pc__lineup-item-usage span{
  display:block;
}
.p-creator-pc__lineup-item-usage-icon {
  max-height: 20px;
  font-size: 10px;
  padding: 5px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}


.p-creator-pc__lineup-item-usage-icon--illustration{
  background: #00a6b0;
}
.p-creator-pc__lineup-item-usage-icon--sound{
  background: #aa5ce3;
}
.p-creator-pc__lineup-item-usage-icon--movie{
  background: #565a8f;
}  

.p-creator-pc__lineup-slide-item-name{
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: calc(2em* 1.25);
  line-height: 1.25;
}
.p-creator-pc__lineup-slide-item-thumb{
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-creator-pc__lineup-slide-item-thumb img{
  width: 70%;
  margin:auto;
}
.p-creator-pc__lineup-slide-item-thumb-icon-display{
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
  padding: 6px 12px;
  background: #ececec;
  font-weight: 700;
  border-radius: 1em;
}
.p-creator-pc__lineup-slide-item-thumb-icon-display small{
  font-size: 10px;
  bottom: 0;
  font-weight: 400;
}

.p-creator-pc__lineup-slide-item-copy{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: calc(2em* 1.25);
  line-height: 1.25;
  font-size: 14px;
}
.p-creator-pc__lineup-slide-item-stkname{
  margin-top: 15px;
}
.p-creator-pc__lineup-slide-item-stkname .p-product-show-detail__delivery-label--red{
  padding: 5px 12px 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 1em;
  border: 1px solid #e43344;
  display: inline-block;
}
.p-creator-pc__lineup-slide-item-price{
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
  text-align: right;
}
.p-creator-pc__lineup-slide-item-price small{
  font-size: 12px;
  font-weight: 400;
  bottom: 0;
}
.p-creator-pc__lineup-slide-item-supplement{
  margin-top: 5px;
  text-align: right;
  font-size: 12px;
  cursor: pointer;
}
.p-creator-pc__lineup-slide-item-supplement svg{
  height: 1em;
  margin-left: 0.25em;
  vertical-align: middle;
}
.p-creator-pc__lineup-slide-item .pc-reccomend__btn{
  width: 177px;
  height: 38px;
  margin: 10px auto 0 auto;
  border-radius: 38px;
  font-size: 14px;
  line-height: 1;
}
.p-creator-pc__lineup-slide-item .c-button--secondaryB-black{
  /*background:#000;*/
}
.p-creator-pc__lineup-slide-item .pc-reccomend__btn::after{
  right: 15px;
}



.p-creator-pc__lineup-slide-item-body{
  margin-top: 15px;
}
.p-creator-pc .p-creator-pc__lineup-slide-item-body img {
  width: fit-content;
}
.p-creator-pc__lineup-slide-item-body li{
  padding: 5px 0;
  border-top: 1px solid #ececec;
  font-size: 14px;
}
.p-creator-pc__lineup-slide-item-body li:first-child{
  padding: 0 0 5px 0;
  border-top: none;
}
.p-creator-pc__lineup-slide-button{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(98,98,98,0.5);
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  backdrop-filter:blur(5px);
}
.p-creator-pc__lineup-slide-button::after{
  content: '';
  width: 30%;
  height: 30%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-12.5%, 12.5%);
}
.p-creator-pc__lineup-slide-button--prev{
  left: -80px;
  transform: rotate(-135deg);
}
.p-creator-pc__lineup-slide-button--next{
  right: -80px;
  transform: rotate(45deg);
}
.p-creator-pc__lineup-slide-button.swiper-button-disabled{
  background: rgba(220,220,220,0.5);
  cursor: default;
}


@media screen and (max-width:767px){
  .p-gaming-pc-sub__series__title h2{
    font-size: 16px;
  }
  .p-creator-pc__lineup-slide .swiper-container {
    width: calc(100% - 30px);
  }
  .p-creator-pc__lineup-slide-ribon{
    width: calc(100% + 11px);
    height: 32px;
    min-height: 32px;
    margin-right: -15px;
  }
  .p-creator-pc__lineup-slide .swiper-container .swiper-wrapper .swiper-slide {
    width: 227px;
  }
  .p-creator-pc__lineup-slide-item{
    padding: 5px 12px 12px 12px;
    border-radius: 6px;
  }
  
  .p-creator-pc__lineup-slide-item .p-creator-pc__lineup-item-usagea{
    height:26px;
    gap:7px;
  }
  .p-creator-pc__lineup-slide-item-name{
    font-size: 16px;
  }
  .p-creator-pc__lineup-slide-item-thumb{
    margin-top: 0;
  }
  .p-creator-pc__lineup-slide-item-thumb-icon-display{
    padding: 0.8vw 1.6vw;
    font-size: 3.47vw;
  }
  .p-creator-pc__lineup-slide-item-thumb-icon-display small{
    font-size: 2.13vw;
  }
  .p-creator-pc__lineup-slide-item-copy{
    font-size: 11px;
  }
  .p-creator-pc__lineup-slide-item-stkname{
    margin-top: 12px;
  }
  .p-creator-pc__lineup-slide-item-stkname .p-product-show-detail__delivery-label--red{
    padding: 3px 12px 2px 12px;
  }
  .p-creator-pc__lineup-slide-item-price{
    font-size: 18px;
  }
  .p-creator-pc__lineup-slide-item-price small{
    font-size: 10px;
  }
  .p-creator-pc__lineup-slide-item-supplement{
    margin-top: 5px;
    font-size: 10px;
  }
  .p-creator-pc__lineup-slide-item-supplement svg{
    height: 1em;
    margin-left: 0.25em;
    vertical-align: middle;
  }
  .p-creator-pc__lineup-slide-item .pc-reccomend__btn{
    width: 148px;
    height: 32px;
    margin: 18px auto 0 auto;
    border-radius: 32px;
    font-size: 11px;
  }
  .p-creator-pc__lineup-slide-item .pc-reccomend__btn::after{
    top: calc(50% - 3px);
    right: 12px;
    width: 6px;
    height: 6px;
  }
  .p-creator-pc__lineup-slide-item-body{
    margin-top: 15px;
  }
  .p-creator-pc__lineup-slide-item-body li{
    padding: 5px 0;
    font-size: 11px;
  }
  .p-creator-pc__lineup-slide-item-body li small{
    font-size: 10px;
  }
  .p-creator-pc__lineup-slide-item::before{
    left: 6px;
  }
}

