
/* pankuzu
------------------------------------------------------------ */
.theme-amd_award2025 {
  position: relative;
}
.theme-amd_award2025 .c-pankuzu {
  display: block;
  max-width: 1240px;
  padding: 0 20px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  z-index: 10;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: auto;
}
.theme-amd_award2025 .c-pankuzu a {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75em;
  position: relative;
  color: #fff;
}
.theme-amd_award2025 .c-pankuzu a::after {
  content: "";
  display: inline-block;
  width: 0.707em;
  height: 0.707em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 0.5em;
  transform: translateY(-0.1em) rotate(45deg);
}
.theme-amd_award2025 .c-pankuzu strong {
  color: #edd17f;
}
@media screen and (max-width: 1160px) {
  .theme-amd_award2025 .c-pankuzu {
    font-size: 10px;
    font-size: 1rem;
  }
  .theme-amd_award2025 .c-pankuzu a::after {
    width: 0.5em;
    height: 0.5em;
    border-top-width: 1px;
    border-right-width: 1px;
  }
}
/* ///pankuzu///
------------------------------------------------------------ */

/*template
------------------------------------------------------------ */
.pc_none{display: none !important;}
@media screen and (max-width: 767px) {
.pc_none{display: block !important;}
.sp-none{display: none !important;}
}

picture img {
    width: 100%;
}

.theme-theta  .page-link.round {
	text-align:center;
}

.page-link.round a{
    padding: 12px 40px !important;
    display: inline-block;
    margin: auto;
    font-family: inherit;
    position: relative;
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #afb2b3;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 18px;
    border-radius: 22px !important;
    margin-top: 10px;
    transition: all .4s ease;
}

.page-link.round a:hover {
    background-color: #000000 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.page-link.round a:hover:after {
    background: none;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}

.page-link.round a:after {
    content: '';
    width: 10px !important;
    height: 10px !important;
    border: 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    transform: rotate(45deg);
    background-image: none !important;
    transition: all .4s ease;
}

@media screen and (max-width: 767px) {
  .page-link.round a{
    padding: 6px 28px !important;
    font-size: 13px !important;
    line-height: 16px;
  }

  .page-link.round a:after {
    width: 8px !important;
    height: 8px !important;
    top: 54%;
    right: 13px;
    margin-top: -6px;
}
}
/*///template////
------------------------------------------------------------ */

/*main
------------------------------------------------------------ */
.p-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    color: #fff;
}

p.p-container-text {
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 60px;
}

#amd_award2025 {
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/08/pc_amd_award_bg.jpg)#900000;
}

.p-container__item {
    text-align: center;
}

p.p-container__item-ttl--sub {
    font-size: 30px;
    color: #edd17f;
    font-weight: 600;
    padding-bottom: 30px;
    line-height: 30px;
}

h2.p-container__item-ttl {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 80px;
    position: relative;
    line-height: 80px;
    display: inline-block;
}

.p-container__flex {
    display: flex;
    justify-content: center;
}

.p-container__flex-box {
    padding: 0px 50px;
    max-width: 50%;
}

.p-container__flex-box--ttl {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.p-container__flex-box--text {
    font-size: 20px;
    line-height: 40px;
}


section.award {
    background: rgb(0 0 0 / 35%);
}

.award .p-container__item-ttl {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    margin-bottom: 100px;
}

.award .p-container__item-ttl:before {
    content: "";
    display: inline-block;
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/08/laurel_gold.png);
    width: 34px;
    height: 106px;
    position: absolute;
    top: -10%;
    left: -10%;
}

.award .p-container__item-ttl:after {
    content: "";
    display: inline-block;
    background: url(https://www.pc-koubou.jp/wp/wp-content/uploads/2025/08/laurel_gold.png);
    width: 34px;
    height: 106px;
    position: absolute;
    top: -10%;
    right: -10%;
    transform: scale(-1, 1);
}

.about .p-container__item-ttl {
    font-size: 40px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    line-height: 70px;
    align-items: baseline;
    gap: 20px;
}

.about .p-container__item-text {
    padding-bottom: 50px;
}

.p-container__item--logo {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

p.p-container__item-text {
    font-size: 24px;
    line-height: 50px;
    font-weight: 500;
}

.campaign .p-container__item-img {
    text-align: center;
    margin-top: -30px;
    padding-bottom: 50px;
}

p.page-link.black.round {
    text-align: center;
}

.campaign .p-container__item-text {
    line-height: 40px;
    padding-bottom: 30px;
}

/* LINEUP
------------------------------------------------------------ */
section.lineup {
    background: #fff;
}

.p-inner {
    background: #fff;
    text-align: center;
}

.p-inner__item {
    color: #bf0000;
    margin: 0 auto;
    padding: 80px 0;
}

p.p-inner__item-ttl--sub {
    font-size: 20px;
    font-weight: 600;
}

h2.p-inner__item-ttl {
    font-size: 60px;
    font-weight: 600;
    font-family: Orbitron;
    letter-spacing: 0.05em;
}

h2.p-lineup__heading {
    text-align: center;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
    background: #bf0000;
}

.p-lineup__container {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    padding: 20px 0;
}
/*///template
------------------------------------------------------------ */

/*SP
------------------------------------------------------------ */
@media screen and (max-width: 768px){
.p-container {
    padding: 70px 10px;
}

p.p-container-text {
    font-size: 20px;
    line-height: 50px;
}

p.p-container__item-ttl--sub {
    font-size: 14px;
    padding-bottom: 10px;
}

h2.p-container__item-ttl {
    font-size: 48px;
    line-height: 50px;
    line-height: 60px;
    margin-bottom: 50px;
}

.award .p-container__item-ttl:after {
    top: -5%;
    right: -20%;
}

.award .p-container__item-ttl:before {
    top: -5%;
    left: -20%;
}

.award .p-container__item-ttl {
    margin-bottom: 50px;
    line-height: 50px;
}

.p-container__flex {
    flex-direction: column;
    gap: 50px;
}

.p-container__flex-box {
    max-width: 100%;
    padding: 0;
}

.p-container__flex-box--ttl {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
}

.p-container__flex-box--text {
    font-size: 14px;
    padding: 0 10px;
    line-height: 30px;
}

.about .p-container__item-ttl {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 24px;
}

.about .p-container__item-ttl img {
    width: 80%;
}

.p-container__item--logo div {
    width: 50%;
}

.p-container__item--logo {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0px;
    margin-left: -6%;
}

.about .p-container__item-text {
    padding-bottom: 30px;
}

p.p-container__item-text {
    font-size: 16px;
    line-height: 35px;
}

h2.p-container__item-ttl {}

.campaign .p-container__item-img {
    margin-bottom: 40px;
    margin-top: -20px;
}

.campaign .p-container__item-text {
    font-size: 16px;
    line-height: 30px;
}

h2.p-inner__item-ttl {
    font-size: 40px;
}

p.p-inner__item-ttl--sub {
    padding-bottom: 20px;
}

.p-inner__item {
    padding: 60px 0;
}

h2.p-lineup__heading {
    font-size: 16px;
}
}
/*///SP///
------------------------------------------------------------ */
/*///main///
------------------------------------------------------------ */