.game_campaign * {
    box-sizing: border-box;
    font-family: '游ゴシック体','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
    font-weight: normal;
}

.game_campaign b.red {
    font-weight: bold;
}

.game_campaign .not_txt {
    overflow: hidden;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
}

.game_campaign hr {
    display: block;
    width: 100%;
    margin: 40px 0;
    border-top: 1px #000 dashed;
    border-bottom: none;
}

/* top_section */
.game_campaign h1 {
    height: 430px;
    background: url(/v2/cmn/img/campaign/g_PlayStation5_info/kv_pc2.jpg) no-repeat center center;
}

.top_section {
    width: 100%;
    margin-bottom: 80px;
}

/* anchor */
.btn-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto 80px;
    padding: 0;
    background: transparent;
}

.btn-wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin: 0;
    background: #333;
    border-radius: 7px;
    font-size: 24px;
}

.btn-wrapper[data-item="3"] a {
    width: 320px;
}

.btn-wrapper[data-item="4"] a {
    width: 490px;
}

.btn-wrapper[data-item="4"] a:nth-of-type(n + 3) {
    margin-top: 20px;
}

.btn-wrapper a::before {
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%) rotate(45deg);
    width: 13px;
    height: 13px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
}

.btn-wrapper a.labelCampaignLink{
    position: relative;
}

/* campaign */
.game_campaign .campaign_wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

.game_campaign .campaign_wrap h2 {
    margin: 0 0 40px;
    padding-left: 15px;
    border-left: 15px solid #333;
    color: #333;
    font-size: 60px;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
}

.game_campaign .campaignSpan,
.game_campaign .campaignLead{
    font-size: 34px;
    padding: 0 20px;
    text-align: center;
}

.game_campaign .campaignSpan{
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto 20px;
}

.game_campaign .campaignLead{
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 30px;
}

.game_campaign .campaignLead span{
    color: #f80f0f;
    font-size: 54px;
    font-weight: bold;
}

.game_campaign .campaignImg{
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
}

.game_campaign .campaignImg.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}

.game_campaign .campaignImg.flex img {
    height: 300px;
    width: auto;
    margin: 20px;
}

.game_campaign .campaignImg.flex span {
    color: #fff;
    font-size: 30px;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-weight: bold;
    background: #222;
    border-radius: 50%;
}

.game_campaign .campaignImg picture{
    display: block;
}

.game_campaign .campaignImg img{
    width: 100%;
    height: auto;
}

.game_campaign .campaignImg img.bnr-ps5-2024{
    width: 599px !important;
}

.game_campaign .plusIcon{
    background: #000;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: relative;
    margin: 20px auto 30px;
}

.game_campaign .plusIcon:before,
.game_campaign .plusIcon:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 32px;
    height: 6px;
    background-color: #FFF;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.game_campaign .plusIcon::after {
    transform: rotate(90deg);
}

.game_campaign .listCaution,
.game_campaign .campaignCopyright{
    margin: 30px auto 0;
    text-align: center;
    width: 940px;
}

.game_campaign .listCaution li{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
}

.game_campaign .listCaution li + li{
    margin-top: 3px;
}

.game_campaign .campaignCopyright{
    font-size: 12px;
    font-weight: bold;
}

/* 囲みテキストデザイン */
.game_campaign .campaignProducts{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    max-width: 640px;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.2;
    padding: 10px;
    border: 1px solid #000;
}

.game_campaign .campaignProducts.-block{
    display: block;
}

.game_campaign .campaignProducts dt{
    flex-shrink: 0;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    font-weight: bold;
}

.game_campaign .campaignProducts.-block dt{
    margin-bottom: 10px;
}

.game_campaign .campaignProducts dd{
    flex-grow: 1;
    display: flex;
    padding: 0 20px;
    font-weight: bold;
}

.game_campaign .campaignProducts.-block dd{
    display: block;
}

.game_campaign .campaignProducts.-block li{
    margin-left: 1em;
    text-indent: -1em;
    font-weight: bold;
}

.game_campaign .campaignProducts.-block p{
    margin-top: 20px;
    font-weight: bold;
}

/* body */
.ps5Wrap h2 {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 40px;
    padding-left: 15px;
    border-left: 15px solid #333;
    color: #333;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.1;
}

.ps5Wrap h2 + p {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.ps5Wrap h3 {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: left;
}

.ps5Wrap h3 + p {
    margin-bottom: 20px;
}

.ps5Wrap h3,
.ps5Wrap .intro p {
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.ps5Wrap p {
    color: #333;
}

.body {
    padding-bottom: 80px;
}

.body .intro {
    width: 1000px;
    margin: 0 auto;
}

.itemsWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
}

.itemsWrap .item:nth-child(even) {
    margin-left: 20px;
}

.body .item_name {
    margin: 10px 0 20px;
}

.body .itemsWrap .item:nth-of-type(n+3) {
    margin-top: 40px;
}

/* peripheral */
.peripheral h2 {
    margin-bottom: 20px;
}

.peripheral .itemsWrap {
    padding: 40px 0;
}

.peripheral .item_headphones.item + .item,
.peripheral .item_controllers.item.half:nth-of-type(n+3) {
    margin-top: 40px;
}

.item.half.item_controllers .item_name {
    min-height: 60px;
}

.item.full {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.item.full .item_images {
    width: 100%;
    margin-right: 20px;
    text-align: center;
}

.item.full .item_contents {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-bottom: 5px;
}

.item.half {
    width: 490px;
}

.item.half .item_images {
    width: 100%;
}

.item_contents {
    width: 426px;
    margin: 0 auto 40px;
}

.item_images {
    position: relative;
}

.itemsWrap_pickup01 .item_name {
    margin: 3px 0;
    line-height: 1;
}

.itemsWrap_pickup01 .item_name > span {
    position: relative;
    bottom: -1px;
    vertical-align: sub;
    line-height: 1;
}

.item_name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -.04em;
    height: 46px;
}

.item_detail {
    font-size: 16px;
}

.item_color {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}

.store_btn,
.online_btn {
    display: block;
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0;
    border-radius: 6px;
    font-size: 20px;
    line-height: 80px;
    text-decoration: none;
    text-align: center;
}

.store_btn {
    margin-top: 30px;
}

.online_btn {
    margin-top: 10px;
}

.store_btn::after,
.online_btn::after {
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto 0;
    border-width: 10.5px 0 10.5px 18px;
    border-style: solid;
    content: '';
}

/* games */
.games {
    padding-bottom: 80px;
}

.ps5List_btn {
    display: flex;
    justify-content: center;
    width: 495px;
    height: 80px;
    margin: 40px auto 0;
    background: url(/v2/cmn/img/campaign/g_PlayStation5_info/logo_gos.png) no-repeat bottom center #192b5b;
    background-size: 170px auto;
    border-radius: 7px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-decoration: none;
}

/* attention */
.attention {
    text-align: center;
    font-weight: bold;
    padding: 0 30px;
    margin: 3% auto;
}

.attention p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1.2em;
}

.attention ul {
    font-size: 14px;
    list-style: none;
    text-indent: -1em;
    padding-left: 1em;
}

.attention ul li {
    font-size: 14px;
    font-weight: bold;
}

/* product_copyright */
.product_copyright {
    width: 1000px;
    margin: 50px auto 80px;
}

.product_copyright div {
    font-size: 12px;
    font-weight: bold;
    line-height: normal;
}

.spOnly {
    display: none !important;
}


/*camp20250528*/

.labelCampaignLink .labelCampaign {
        background: #F00;
        color: #FFF;
        display: inline-block;
        font-size: 18px;
        line-height: 30px;
        margin-right: 14px;
        margin-left: 0;
        padding: 0 .5em;
        position: absolute;
        top: -10px;
        left: -10px;
        page-break-after: always;
        white-space: nowrap;
        height: 30px;
}

.labelCampaignLink .labelCampaign::after {
    display: block;
    height: 0;
    position: absolute;
    left: -18px;
    bottom: -11px;
    content: "";
    width: 0;
    border-top: 6px solid #A23838;
    border-right: 6px solid #A23838;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
}

.labelCampaignLink .labelCampaign::before {
    border-bottom: 15.2px solid #f00;
    border-left: 7px solid #f00;
    border-right: 7px solid transparent;
    border-top: 15.1px solid #f00;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: -12px;
    top: 0;
    width: 0;
}


.campaign_wrap.camp20250528 .campaignSpan{
    text-align: left;
}

.campaign_wrap.camp20250528 .campaignLead {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.campaign_wrap.camp20250528 .campaignLead span {
    background: #FFC926;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    width: 60px;
    text-align: center;
    margin-right: 10px;
}

.ps5Wrap h2.camp20250528 {
    width: 100%;
    max-width: 1000px;
    margin: 80px auto 40px;
    padding-left: 20px;
    border: 0;
    background: #EEEEEE;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    line-height: 76px;
    height: 76px;
}

.sub_intro {
    width: 1000px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
}

.sub_intro p {
    font-size: 18px;
    margin: 0 0 40px;
}

.item_controllers + .sub_intro {
    margin-top: 80px;
}

.item_type{
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

span.item_new {
    background: #FFC926;
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: bold;
    width: 60px;
    text-align: center;
    margin-right: 0;
}

span.item_verPS4 {
    background: #0C45B8;
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: bold;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    height: 30px;
}

span.item_verPS5 {
    background: #fff;
    border: 3px solid #000;
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: bold;
    width: 60px;
    text-align: center;
    height: 30px;
    margin-right: 10px;
}

.itemPriceWrap{
    text-align: right;
}

.itemPriceWrap .item_price {
    font-weight: bold;
    font-size: 56px;
    position: relative;
     color: #FF0000;
    margin-top: 5px;
}

.itemPriceWrap .item_price .yen{
    font-weight: bold;
    font-size: 32px;
}

.itemPriceWrap .item_price:before {
        background: #FF0000;
        content: '税抜';
        color: #fff;
        display: flex;
        position: absolute;
        font-size: 14px;
        line-height: 1;
        font-weight: bold;
        height: 40px;
        width: 20px;
        padding: 0;
        word-wrap: break-word;
        align-items: center;
        justify-content: center;
        top: 14px;
        text-align: center;
        left: -30px;
}

.itemPriceWrap .item_priceInTax {
    display: block;
    color: #FF0000;
    font-weight: bold;
    font-size: 18px;
}

p.item_cation {
    text-align: center;
    height: 40px;
}

.game_campaign .campaignCopyright.camp20250528 {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}

.item_others_head{
    margin-top: 20px;
}

.item_others_head p.item_name {
    font-size: 28px;
}