/* クリエイター共通css */
@charset "UTF-8";

.p-create-headline {
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .p-create-headline {
    margin: 30px auto 16px;
  }
}

/* メインビジュアル
---------------------------------------------------------------- */
section .section_mv {
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  section .section_mv {
    margin-bottom: 20px;
  }
}

.section_mv img {
  margin: 0 auto;
  max-width: 100%;
}

/* イントロダクション
---------------------------------------------------------------- */
.introduction {
  color: #001e60;
  background: #fff;
  position: relative;
  z-index: 1;
}

.introduction .section_inner h2 {
  font-size: 50px;
  margin-bottom: 40px;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .introduction .section_inner h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.introduction .section_inner h2+p {
  font-size: 22px;
  line-height: 1.58;
  letter-spacing: 2px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .introduction .section_inner h2+p {
    font-size: 16px;
    line-height: 1.6;
  }
}

/* クリエイターPCを 用途・目的から選ぶ
---------------------------------------------------------------- */
.p-create-pc__purpose {
  padding-top: 86px;
  padding-bottom: 88px;
  background-color: #ecf8fd;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose {
    padding: 45px 0;
  }
}

@media screen and (min-width: 768px),
print {
  .p-create-pc__purpose__inr {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  .p-create-pc__purpose__inr {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__inr {
    padding: 0 15px;
  }
}

.p-create-pc__purpose__title {
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__title {
    margin-bottom: 21px;
  }
}

.p-create-pc__purpose__title h2 {
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 1.68px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__title h2 {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: 1.28;
  }
}

.p-create-pc__purpose__layout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1140px) {
  .p-create-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-create-pc__purpose__card {
  width: 48.4%;
  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-create-pc__purpose__card:hover {
  -webkit-animation-duration: 0.6s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 0.6s;
  opacity: 1;
}

@media screen and (max-width: 1140px) {
  .p-create-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card {
    width: 100%;
  }
}

@media screen and (min-width: 768px),
print {
  .p-create-pc__purpose__card:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1140px) {
  .p-create-pc__purpose__card:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card:nth-of-type(n+2) {
    margin-top: 15px;
  }
}

.p-create-pc__purpose__card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 26px;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card a {
    padding: 30px 26px;
  }
}

@media screen and (min-width: 768px),
print {
  .p-create-pc__purpose__card a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .p-create-pc__purpose__card a:hover object-fit {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}

.p-create-pc__purpose__card__img {
  width: 240px;
  margin-right: 30px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card__img {
    width: 135px;
    margin-right: 20px;
  }
}

.p-create-pc__purpose__card__img img {
  width: 240px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card__img img {
    width: 100%;
  }
}

.p-create-pc__purpose__card__img>object-fit {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.p-create-pc__purpose__card__text p {
  font-size: 14.5px;
  letter-spacing: 0.87px;
  line-height: 1.45;
  text-align: left;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card__text p {
    font-size: 12px;
    letter-spacing: 0.72px;
    line-height: 1.5;
    display: none;
  }
}

.p-create-pc__purpose__card__text h4 {
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: 1.23px;
  line-height: 1.46;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card__text h4 {
    margin-bottom: 0;
    font-size: 16px;
    letter-spacing: 0.96px;
    line-height: 1.48;
  }
}

.p-create-pc__purpose__card__text span {
  color: #00a2e6;
  font-size: 12px;
  letter-spacing: 0.72px;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-create-pc__purpose__card__text span {
    font-size: 11px;
    letter-spacing: 0.61px;
  }
}

/* クリエイターPC GALLERIAのシリーズ */
/* 5列の場合 */
.p-gaming-pc-sub__series__list.col5 ul li {
  padding: 20px 16px;
  width: calc(100%/5 - 16px);
}

@media screen and (max-width: 767px) {
  .p-gaming-pc-sub__series__list.col5 ul li {
    width: 47.8%;
  }
}

/* コラボレーションモデルから選ぶ
---------------------------------------------------------------- */
.p-create-pc__select-slider__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.p-create-pc__select-slider__head h2 {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1.5;
  text-align: center;
}

.p-create-pc__collab__section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  position: relative;
  width: 100%
}

@media screen and (max-width: 767px) {
  .p-create-pc__collab__section {
    padding: 40px 0
  }
}

.p-create-pc__collab {
  display: flex;
  justify-content: center
}

.p-create-pc__collab a {
  display: block;
  background: #fff;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, .8));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, .4));
  text-align: left;
  max-width: 532px;
  width: 100%
}

.p-create-pc__collab a img {
  height: auto;
  width: 100%
}

.p-create-pc__collab a:hover {
  transform: scale(1.05);
  transition: .3s
}

.p-create-pc__collab a>p {
  font-weight: 700;
  padding: 20px
}

/* セールバナーインクルード用 */
.p-top-fast-view .p-top-campaign__list img {
  width: 100%;
  height: auto;
}

.p-top-campaign__list li a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}