@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;
  }
}

.p-create-pc__sub-title {
  font-size: clamp(16px, 0.8214rem + 0.8929vw, 20px);
}
.h2__has-eng-campaign::before,
.h2__has-eng-feature::before,
.h2__has-eng-lineup::before,
.h2__has-eng-recommend::before,
.h2__has-eng-contents::before {
  content: none;
}

@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-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%;
  }
}

/* 260527 */

/*----------------------
用途から選ぶ上書き
-----------------------*/
#creator-note .p-creator-pc__select-from-list {
  grid-template-columns: repeat(6, 1fr);
}

#creator-note .p-creator-pc__select-from-list li:nth-child(1) {
  grid-column: 1 / 4;
}

#creator-note .p-creator-pc__select-from-list li:nth-child(2) {
  grid-column: 4 / 7;
}

#creator-note .p-creator-pc__select-from-list li:nth-child(3) {
  grid-column: 1 / 4;
}

#creator-note .p-creator-pc__select-from-list li:nth-child(4) {
  grid-column: 4 / 7;
}

#creator-note .p-creator-pc__select-from-list li:nth-child(5) {
  grid-column: 4 / 7;
}

@media screen and (max-width: 767px) {
  #creator-note .p-creator-pc__select-from-list li:nth-child(1) {
    grid-column: 1 / 2;
  }

  #creator-note .p-creator-pc__select-from-list li:nth-child(2),
  #creator-note .p-creator-pc__select-from-list li:nth-child(4) {
    grid-column: 2 / 2;
  }

  #creator-note .p-creator-pc__select-from-list li:nth-child(3),
  #creator-note .p-creator-pc__select-from-list li:nth-child(5) {
    grid-column: 2 / 1;
  }
}

#creator-note .p-creator-pc__select-from-list .c-button::after{
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  #creator-note .p-creator-pc__select-from-list{
    grid-template-columns: repeat(2, 1fr);
  }
}


/*----------------------
マップ上書き
-----------------------*/
.cpu-infomation {
    margin: 5px 20px;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
.p-create-pc__lineup-map-wrap table tbody td {
    background: #fff;
    padding: 10px 20px;
}
.p-create-pc__lineup-map-wrap .tag-cpu-intel,
.cpu-infomation .tag-cpu-intel,
.p-create-pc__lineup-map-wrap .tag-cpu-amd,
.cpu-infomation .tag-cpu-amd {
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    padding: 6px;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-right: 3px;
    margin-bottom: -1px;
}
.p-create-pc__lineup-map-wrap .map-icn-cel .cpu-name {
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3px;
}
.cpu-infomation .tag-cpu-intel,
.p-create-pc__lineup-map-wrap .map-icn-cel .cpu-name .tag-cpu-intel {
  background: rgb(0, 104, 181);
}
.cpu-infomation .tag-cpu-amd,
.p-create-pc__lineup-map-wrap .map-icn-cel .cpu-name .tag-cpu-amd {
  background: rgb(242, 101, 34);
}

.tooltiptext .tooltiptext-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__image {
  width: 100%;
  position: relative;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__image img {
  width: 50%;
  margin: 0 auto;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__image .display-size {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 3px 10px;
  background: #ececec;
  font-weight: 700;
  border-radius: 20px;
  font-size: 14px;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__image .display-size small {
  font-weight: 100;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box {
  width: 49%;
  background: #eee;
  padding: 3px;
  margin-bottom: 5px;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box .spec-benchmark,
.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box .spec-reflash-rate {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 14px;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box .spec-benchmark::after,
.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box .spec-reflash-rate::after {
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  top: 0px;
  left: 0px;
  width: 100%;
  letter-spacing: -0.1em;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box .spec-benchmark::after {
  content: 'ベンチマーク';
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box .spec-reflash-rate::after {
  content: 'リフレッシュレート';
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec .spec-box .spec-benchmark::before {
  display: none;
}

.tooltiptext .tooltiptext-inner .tooltiptext-inner__spec span {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  display: block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 100%;
}

.p-create-pc__lineup-map-wrap table .icon-rank {
  position: initial;
}
.p-create-pc__lineup-map-wrap table .icon-rank::before {
  content: '';
  display: block;
  position: absolute;
  width: 34px;
  height: 30px;
  top: -20px;
  left: 0px;
  z-index: 1;
}

@media screen and (max-width:767px) {
  .p-gaming-pc-sub__lineup .p-gamingnote-pc__title{
    padding-left:15px;
  }
  .p-create-pc__lineup-map-wrap {
    width: 100%;
    overflow-x: auto;
  }

  .p-create-pc__lineup-map-wrap table {
    width: max-content;
  }
  
  /* .p-create-pc__lineup-map-wrap table th,
  .p-create-pc__lineup-map-wrap table td {
    padding: 15px 10px;
  } */
  .p-create-pc__lineup-map-wrap table tbody td {
    width: auto;
    padding: 15px 10px;
  }

  .p-create-pc__lineup-map-wrap table thead th {
    font-size: 12px;
  }

  .p-create-pc__lineup-map-wrap table tbody::before {
    display: none;
  }

  .p-create-pc__lineup-map-wrap table tbody th {
    position: sticky;
    left: 0;
    background: #002668;
    z-index: 2;
  }

  .p-create-pc__lineup-map-wrap table thead th.p-create-pc__lineup-map-wrap-col-corner {
    width: 60px;
    height: 50px;
    top: 0;
    left: 0;
    background: #002668;
    position: sticky;
    z-index: 2;
  }

  .p-create-pc__lineup-map-wrap table .p-create-pc__lineup-map-wrap-col-corner .p-create-pc__lineup-map-wrap-col-corner-text--1 {
    top: 4px;
    right: 4px;
    text-align: right;
  }

  .p-create-pc__lineup-map-wrap table .p-create-pc__lineup-map-wrap-col-corner .p-create-pc__lineup-map-wrap-col-corner-text--2 {
    left: 5px;
    bottom: 5px;
  }

  .p-create-pc__lineup-map-wrap table .c-panel-arrow {
    width: calc(100% + 20px);
    height: calc(100% + 30px);
    margin: -15px -10px;
    padding: 8px;
    line-height: 1.5;
  }

  .p-create-pc__lineup-map-wrap table .c-panel-arrow span[data-key="cpu"] {
    font-size: 12px;
  }

  .p-create-pc__lineup-map-wrap table .c-panel-arrow p:has(span[data-key="amttaxnounit"]) {
    font-size: 10px;
  }

  .p-create-pc__lineup-map-wrap table .c-panel-arrow span[data-key="amttaxnounit"] {
    font-size: 14px;
  }

  .p-create-pc__lineup-map-wrap table .c-panel-arrow span[data-key="benchmark"] {
    font-size: 12px;
  }
  
  .p-create-pc__lineup-map-wrap table .icon-rank::before {
    width: 30px;
    height: 26px;
    top: -20px;
    left: -15px;
  }
  .p-create-pc__lineup-map-wrap-caption {
    padding: 0 15px;
  }

  .p-create-pc__lineup-map-wrap .icon-scroll-cross {
    position: absolute;
    left: 70px;
    top: 60px;
    display: block;
    transition: 0.3s all;
    opacity: 1;
  }

  .p-create-pc__lineup-map-wrap.scroll-over .icon-scroll-cross {
    opacity: 0;
  }
}

/*----------------------
おすすめ上書き
-----------------------*/
.p-creator-pc__recommend section + section {
    margin-top: var(--section-gap);
}
.p-creator-pc__recommend .p-create-pc__sub-title {
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}

.pc-reccomend__card__img {
    margin-bottom: .3rem;
}

.pc-reccomend__card__price {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: clamp(18px, 1.034rem + 0.45vw, 22px);
    font-weight: 700;

}

.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 .pc-reccomend__card__btm {
  margin-top: auto;
}

/*----------------------
バナー上書き
-----------------------*/
.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;
}

@media screen and (max-width: 1340px) {
  .p-rot-banner-wrapper--product-create .js-itemsliderhasnav-swiper-button-prev,
  .p-rot-banner-wrapper--product-create .js-itemsliderhasnav-swiper-button-next {
    display: none;
  }
}


.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;
}

@media screen and (max-width: 1340px) {
  .p-rot-banner-wrapper--campaign-pc .js-itemsliderhasnav-swiper-button-prev,
  .p-rot-banner-wrapper--campaign-pc .js-itemsliderhasnav-swiper-button-next {
    display: none;
  }
}

/*-------------------------------------
　ポップアップ
---------------------------------------*/
input.popup_flg {
  display: none;
}

.popup_wrapper,
.popup_wrapper * {
  box-sizing: border-box;
}

input.popup_flg~.popup_bg_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  opacity: 0;
  background: rgba(0, 0, 0, .6);
  transition: opacity .5s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

input.popup_flg:checked~.popup_bg_layer,
input.popup_flg:checked~.popup_content_wrapper {
  opacity: 1;
  pointer-events: all;
}

input.popup_flg~.popup_content_wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  z-index: 110;
  opacity: 0;
  pointer-events: none;
  width: 90vw;
  max-width: 1140px;
}

input.popup_flg~.popup_content_wrapper .popup_close_icon {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(calc(-100% - 5px));
  color: #fff;
  border: 1px solid #fff;
  width: 1.3em;
  height: 1.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

input.popup_flg~.popup_content_wrapper .popup_content {
  /* max-height: calc(85vh - 1em); */
  overflow-y: auto;
}

label.popup_trigger,
label.popup_close_icon {
  cursor: pointer;
}

body.scroll_stop {
  overflow: hidden;
}

label.popup_trigger>img:hover {
  pointer-events: painted;
  opacity: .7;
}

.service-offer_cont__inner label.popup_trigger {
  color: #036eb8;
}

.service-offer_cont__inner label.popup_trigger:hover {
  opacity: .7;
}

.popup_wrapper #container {
  margin-bottom: 0;
}

.p-popup-verification__trigger {
  display: inline-block;
}

.p-popup-verification__trigger img {
  width: 14px !important;
  height: auto !important;
  margin-left: 3px;
  vertical-align: baseline;
}

.p-popup-verification__trigger:hover img {
  opacity: 0.5;
}

.p-popup-verification input.popup_flg~.popup_content_wrapper {
  width: 95vw;
  max-width: 1000px;
  padding: 40px;
  line-height: 1.6;
}

.p-popup-verification input.popup_flg~.popup_content_wrapper .popup_close_icon {
  color: #484848;
  border: 0;
  top: 4px;
  right: 4px;
  transform: none;
  font-size: clamp(28px, 36/768*100vw, 36px);
  font-weight: normal;
}

/*----------------------
modal
-----------------------*/

.modal__h2--ttl {
	font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-bottom: 55px;
  text-align: center;
}
.modal-flex__block {
	display: flex;
	align-items: center;
}
.modal-flex__block:nth-of-type(n+2),
.modal__block {
	margin-top: 40px;
}
.modal-flex__block--inner {
	flex: 1;
}
.modal-flex__block--img {
	width: 100%;
	width: 270px;
}
.modal-flex__block--img img {
	width: 100%;
	height: auto;
}
.modal__h3--ttl {
	font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}
.modal__txt {
	font-size: 14px;
	line-height: 1.7;
  text-align: left;
}
.modal__txt_small {
	font-size: 11px;
	line-height: 1.7;
  text-align: left;
}
.modal__link {
	font-size: 14px;
	line-height: 1.7;
  text-align: left;
}
.modal__link a {
	color: #00a2e6;
}
.modal__link a:hover {
	text-decoration: underline;
}

@media screen and (max-width:767px) {
  .modal__h2--ttl {
    margin-bottom: 30px;
  }
  .modal-flex__block {
    flex-direction: column;
  }
}
@media screen and (max-width:498px) {
  .modal-flex__block--img {
    width: auto;
  }
}


