@charset "utf-8";

html{
  scroll-behavior: smooth;
}

/*----------------------
共通
-----------------------*/
:root {
  --section-gap: 60px;
  --color-gray:#f6f6f6;
  --color-blue:#ecf8fd;
  --color-dark-blue:#001e60;
  --box-radius:16px;
}
@media screen and (max-width: 767px){
:root {
  --section-gap: 30px;
  }
}

/*----------------------
KV
-----------------------*/
.kv{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url(../images/create-pc/creator-desktop-kv-bkg-251119.webp) no-repeat 50% 50% / cover;
}

.kv .p-creator-pc-inner {
  width: calc(100% - 30px) ;
}

@media screen and (max-width: 767px) {
  .kv .p-creator-pc-inner {
    width: 100%;
  }
}

/*----------------------
用途から選ぶ上書き
-----------------------*/
#creator-desktop .p-creator-pc__select-from-list{
  grid-template-columns: repeat(3, 1fr);
}

#creator-desktop .p-creator-pc__select-from-list .c-button::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #creator-desktop .p-creator-pc__select-from-list{
    grid-template-columns: repeat(2, 1fr);
  }
}
/*----------------------
LINEUP 説明
-----------------------*/
.p-creator-pc__lineup-type-list{
  display:grid;
  gap:20px;
  grid-template-columns: repeat(4, 1fr);
}
.p-creator-pc__lineup-type-list li{
  padding:20px;
  background: #fff;
  border:1px solid #ccc;
  border-radius: 5px;
}
.p-creator-pc__lineup-type-list li h3{
  font-weight:700;
  font-size:clamp(14px, 0.739rem + 0.68vw, 20px);
  letter-spacing: 0.12em;
  padding-bottom:5px;
  margin-bottom:10px;
  text-align:center;
  border-bottom:1px solid #eee;
}
.p-creator-pc__lineup-type-list li p{
  font-size:clamp(10px, 0.58rem + 0.23vw, 12px);
  line-height:1.6;
}
.p-creator-pc__lineup-type-list li .lead-txt{
  font-size:clamp(12px, 0.705rem + 0.23vw, 14px);
  font-weight:700;
  margin-bottom:5px;
  text-align:center;
}


@media screen and (max-width: 767px) {
  .p-creator-pc__lineup-type-list{
    grid-template-columns: repeat(2, 1fr);
    gap:10px;
  }
  .p-creator-pc__lineup-type-list li{
    padding:10px;
  }
}
/*----------------------
コラボレーションから選ぶ
-----------------------*/

/*----------------------
受賞履歴
-----------------------*/
.p-create-pc__award-list-wrap{
  background:#fff;
  border-radius:var(--box-radius);
  padding:20px 40px;
}

.p-create-pc__award-list,
.p-create-pc__award-list li{
  width:100%;
}
.p-create-pc__award-list li:not(:first-child){
  border-top:1px dotted #ccc;
}
.p-create-pc__award-list .award-item{
  padding:20px 0;
  width:100%;
  display:flex;
  gap:30px;
  align-items: center;
}
.p-create-pc__award-list a:hover{ 
  background:var(--color-blue);
  cursor:pointer;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 0.6s;
  opacity: 1;
}

.p-create-pc__award-list .award-item img{
  width:20%;
}
.p-create-pc__award-list .award-item p{
  line-height:1.6;
}

@media screen and (max-width: 767px){
  .p-create-pc__award-list-wrap{
    padding:10px 20px;
  }
  .p-create-pc__award-list .award-item{
    padding:10px 0;
    gap:20px;
  }
  .p-create-pc__award-list .award-item img{
    width:30%;
  }
}

/*----------------------
タイトル
-----------------------*/
.p-create-pc__sub-title {
  font-size: clamp(16px, 0.8214rem + 0.8929vw, 20px);
}

/*--------------------
スタッフレビュー
-------------------*/
#staff-review-content {
  padding-top: 1em !important;
}

#staff-review-content .c-headline__h2 {
  display: none;
}

#staff-review-content .p-creator-pc a {
  text-align: center;
}

/*----------------------
キャンペーン
-----------------------*/
.p-creator-pc__campaign {
  padding: var(--section-gap) 0;
}

.p-creator-pc__campaign .c-section,
.p-creator-pc__campaign .p-rot-banner-wrapeer {
  padding: 0;
}

/*----------------------
FEATURE特集
-----------------------*/
.p-creator-pc__feature {
  padding: var(--section-gap) 0;
}

.p-creator-pc__feature .c-section,
.p-creator-pc__feature .p-rot-banner-wrapeer {
  padding: 0;
}

/*----------------------
通販スタッフおすすめ
-----------------------*/
.pc-reccomend__card-list > ul {
  padding-top: 10px;
}

.pc-reccomend__card .p-creator-pc__recommend-item-title {
  padding-left: 10px;
  font-size: clamp(12px, 0.659rem + 0.45vw, 16px);
  line-height:1.2;
}

@media screen and (max-width: 767px){
  .p-creator-pc__recommend .pc-reccomend__card-list {
    overflow-x: scroll;
    width: 100%;
    max-height: unset;
  }
  .p-creator-pc__recommend .pc-reccomend__card-list > ul {
    grid-template-columns: repeat(4, 1fr);
    width: 600px;
  }
  .p-creator-pc__recommend .pc-reccomend__card-list > ul >li {
    width: 227px;
  }
}

.p-creator-pc__recommend section + section {
  margin-top:var(--section-gap);
}

.p-creator-pc__recommend .lead-txt {
  font-size:clamp(12px, 0.659rem + 0.45vw, 16px);
  line-height:1.2;
  margin-bottom:calc(var(--section-gap) / 2);
}

.p-creator-pc__recommend .more-link{
  width:100%;
  max-width:600px;
  margin:calc(var(--section-gap) / 2) auto 0 auto;
}

.p-creator-pc__recommend .more-link .c-button--primary-white,
.p-creator-pc__recommend .more-link .c-button{
  width:100%;
}


.p-creator-pc__recommend .p-create-pc__sub-title{
  padding-top:0.5em;
  margin-bottom:0.5em;
}

/*-------------------------
エントリー上書き
---------------------------*/
@media screen and (max-width: 767px) {
  .entry-box .entry-box__point,
  .entry-box .entry-box__link {
    font-size: 0.7em !important;
  }
  .entry-box .entry-box__point .point {
    font-size: 1rem !important;
  }
}

/*-------------------------
260610　おすすめから選ぶ 上書き
---------------------------*/
.p-creator-pc__recommend .p-create-pc__sub-title,
.p-creator-pc__recommend .lead-txt {
  padding-left: 64px;
}
#recommend-adobe {
  background-image: url(../sub/create-pc-tc489/images/icon-adobe.svg);
}
#recommend-movie {
  background-image: url(../sub/create-pc-tc489/images/icon-movie.svg);
}
#recommend-anime {
  background-image: url(../sub/create-pc-tc489/images/icon-anime.svg);
}
#recommend-illust {
  background-image: url(../sub/create-pc-tc489/images/icon-illustration.svg);
}
#recommend-music {
  background-image: url(../sub/create-pc-tc489/images/icon-sound.svg);
}
#recommend-streaming {
  background-image: url(../sub/create-pc-tc489/images/icon-videoediting.svg);
}
#recommend-adobe,
#recommend-movie,
#recommend-anime,
#recommend-illust,
#recommend-music,
#recommend-streaming {
  background-size: 50px;
  background-position: left 10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .p-creator-pc__recommend .p-create-pc__sub-title {
    padding-left: 2rem;
  }
  .p-creator-pc__recommend .lead-txt {
    padding-left: 0;
  }
  #recommend-adobe,
  #recommend-movie,
  #recommend-anime,
  #recommend-illust,
  #recommend-music,
  #recommend-streaming {
    background-size: 1.7rem;
    background-position: left 0.6rem;
  }
}

/*---------------------------------------
お得なキャンペーン対象モデル上書き
---------------------------------------*/
#recommend-campaign .pc-reccomend__card-list li.c-panel-arrow::after,
  #recommend-campaign .pc-reccomend__card-list li.c-panel-arrow::before {
    display: none;
  }

  #recommend-campaign .pc-reccomend__card-list li .pc-reccomend__card:hover {
    cursor: auto;
    outline: none;
    filter: none;
  }

  .hover-effect:hover {
    position: relaive;
    animation-name: hover-flash;
    animation-duration: 1s;
    opacity: 1;
  }
  .pc-reccomend__card__spec > li {
    display: block;
  }
  .pc-reccomend__card__spec > li+li{
    border-top:1px solid #ccc;
    margin-top: 0.3em;
    padding-top: 0.3em;
  }
  .pc-reccomend__card__spec > li+li::before {
    display:none;
  }

  .p-creator-pc__lineup-slide-item-supplement {
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
  }

  @media screen and (max-width: 767px) {
    .p-creator-pc__recommend-model .pc-reccomend__card-list {
      overflow-x: scroll;
      width: 100%;
      max-height: unset;
    }

    .p-creator-pc__recommend-model .pc-reccomend__card-list>ul {
      grid-template-columns: repeat(4, 1fr);
      width: 600px;
    }

    .p-creator-pc__recommend-model .pc-reccomend__card-list>ul>li {
      width: 227px;
    }
  }

  .pc-reccomend__card-list .tag-appeal {
    position: absolute;
    z-index: 100;
    top: -0.6em;
    left: 20px;
    font-size: 12px;
    background: #fff !important;
    padding: 3px 5px;
    border: 1px solid #ff0000 !important;
    border-radius: 4px;
    color: #ff0000 !important;
    letter-spacing: 0;
  }

/*-------------------------------------
クリエイター向けデスクトップPCの特長
---------------------------------------*/
.sec-sub-ttl{
  position:relative;
  color:#001e60;
  font-size: clamp(16px, 0.8214rem + 0.8929vw, 20px);
  font-weight:700;
  text-align:center;
}

.sec-sub-ttl::before{
  position:absolute;
  content:'';
  top:50%;
  left:0;
  width:100%;
  height:1px;
  background:#001e60;
}
.sec-sub-ttl span{
  position:relative;
  z-index:+1;
  padding:0 0.5em;
  background:#fff;
  text-align:center;
  width:fit-content;
  margin:auto;
}
.section-gray .sec-sub-ttl span{
  background:var(--color-gray);
}

.desk-feature-list{
  margin-top:clamp(20px, 0.682rem + 2.42vw, 40px);
  display:grid;
  grid-template-columns: repeat(4,1fr);
}

.desk-feature-list li{
  padding:0 20px;
}
.desk-feature-list li:not(:first-child) {
  border-left:1px solid #001e605c;
}

.desk-feature-list-img{
  width:90%;
  margin:auto;
}
.desk-feature-list-img img{
  width:100%;
  object-fit: contain;
}
.desk-feature-list-txt{
  width:100%;
}

.desk-feature-list h3{
  font-size:clamp(14px, 0.761rem + 0.48vw, 18px);
  color:#001e60;
  font-weight:700;
  text-align:center;
  margin:10px auto;
}

.desk-feature-list p{
  font-size:clamp(12px, 0.693rem + 0.24vw, 14px);
  line-height:1.4;
}
.desk-feature-list p.note{
  font-size:clamp(10px, 0.58rem + 0.23vw, 12px);
  line-height:1.2;
}

.desk-feature-list + p.note{
  margin-top:20px;
  font-size:clamp(10px, 0.58rem + 0.23vw, 12px);
  line-height:1.2;
  text-align:right;
}

.desk-feature-list p + p{
  margin-top:5px;
}

@media screen and (max-width: 767px) {
  .desk-feature-list{
    grid-template-columns: repeat(1,1fr);
  }
  .desk-feature-list li{
    padding:20px 0;
    display:flex;
    gap:20px;
  }
  .desk-feature-list li:not(:first-child) {
    border-left:none;
    border-top:1px solid #001e605c;
  }
  .desk-feature-list li:first-child{
    padding-top:0;
  }
  .desk-feature-list li:last-child{
    padding-bottom:0;
  }
  .desk-feature-list h3{
    text-align:left;
    margin:0 0 5px;
  }
  .desk-feature-list-img{
    width:30%;
  }
  .desk-feature-list-txt{
    width:calc(70% - 20px);
    text-align:left;
  }
}

/*ツールチップ*/
.desk-feature-list .tooltip {
  position: relative;
  cursor: pointer;
}

.desk-feature-list .tooltip .desk-feature-list-tooltip {
  visibility: hidden;
  position: absolute;
  display: block;
  width: 300px;
  background: #fff;
  padding: clamp(10px, 0.341rem + 1.21vw, 20px);
  z-index: +1;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.6);
}

.desk-feature-list .tooltip .desk-feature-list-tooltip::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  -webkit-box-shadow: 8px 9px 8px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 8px 9px 8px -6px rgba(0, 0, 0, 0.6);
  content: " ";
}

@media screen and (min-width: 768px) {
  .desk-feature-list .tooltip:hover .desk-feature-list-tooltip {
    visibility: visible;
  }
}


.desk-feature-list-tooltip h4{
  font-weight:700;
  font-size:clamp(14px, 0.818rem + 0.24vw, 16px);
  color:#001e60;
  text-align:center;
}

.desk-feature-list-tooltip dl{
  margin-top:10px;
  padding-top:10px;
  border-top:1px dotted #ccc;
  font-size:clamp(12px, 0.693rem + 0.24vw, 14px);
}
.desk-feature-list-tooltip dt{
  font-weight:700;
  margin-bottom:5px;
}
.desk-feature-list-tooltip dd{
  position: relative;
  padding-left:1.5em;
}
.desk-feature-list-tooltip dd::before{
  position: absolute;
  top:0;
  left:0;
  content:'→';
}

/*ポップアップ*/

.popup-image .popup_content{
  background:#000;
  text-align:center;
  border-radius: 4px;
  overflow: hidden;
}
.popup-image img{
  width:80%;
  margin:auto:
}
@media screen and (max-width: 767px) {
  .popup-image img{
    width:100%;
  }
  input.popup_flg ~ .popup_content_wrapper {
    width: 90vw;
    min-width: 340px;
  }

}