@charset "UTF-8";

#container {
    min-width: initial;
    max-width: initial;
}

.text-indent {
    text-indent: -1em;
    padding-left: 1em;
}

.hover-opacity:hover {
    opacity: 0.6;
}

@keyframes blink {
    75% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    75% {
        opacity: 0.0;
    }
}

.-blink {
    animation: blink 1s step-end infinite;
    -webkit-animation: blink 1s step-end infinite;
}

.inversion {
    display: inline-block;
    transform: scale(-1, 1);
}

.backgroundImage {
    position: relative;
}

.backgroundImage>*:not(img) {
    position: absolute;
}

.btn {
    text-align: center;
    width: 460px;
    margin: 20px auto 0;
}

.-hide {
    display: none !important;
}

.purchase-campaign-video-game .contents_wrapper {
    width: 1080px;
    margin: 0 auto;
}

.purchase-campaign-video-game {
    min-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.purchase-campaign-video-game h2 {
    white-space: nowrap;
}

.purchase-campaign-video-game img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.fit_img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.fit_img img {
    width: fit-content;
    margin: 0 auto;
}

.full_img {
    height: 664px;
    left: 50%;
    margin: 0 auto -5px;
    position: absolute;
    transform: translateX(-50%);
    width: 1920px;
}

.flex_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
}

.-heading {
    text-align: center;
    height: 209px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-weight: bold;
    background: #777dff;
    color: #FFFFFF;
    font-size: 50px;
}

.margin_top10 {
    margin-top: 10px !important;
}

.margin_bottom10 {
    margin-bottom: 10px !important;
}

.margin_bottom20 {
    margin-bottom: 20px !important;
}

.inner {
    width: 1400px;
    margin: 0 auto;
}

#pagetopBtn {
    z-index: 20;
}


/* mv
-----------------------------------------------------------*/
.mv {
    position: relative;
    height: 550px;
}

.mv h1 {
    height: 550px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translateX(-50%);
    width: 1400px;
}

.mv .desc_text {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1000px;
    font-size: 14px;
    line-height: 1.3;
    color: #FFF;
    margin-left: 1em;
    text-indent: -1em;
}


/* campaignBnr
-----------------------------------------------------------*/
.campaignBnr a {
    width: 830px;
    margin: 45px auto 16px;
    display: block;
    text-decoration: none;
}

.campaignBnr a img {
    width: 830px;
    margin: 45px auto 16px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
    display: block;
}

.campaignBnr a p:hover,
.campaignBnr a img:hover {
    opacity: 0.6;
}

.campaignBnr a p {
    text-align: center;
    font-size: 20px;
    color: #00f;
    white-space: nowrap;
    letter-spacing: -0.01em;
    margin: 0 auto 44px;
    font-weight: bold;
}

.campaignBnr p::after {
    content: "";
    background-color: #00f;
    height: 1px;
    width: 508px;
    display: block;
    margin: auto;
}

/* summary
-----------------------------------------------------------*/
.summary {
    position: relative;
    max-width: 1400px;
    height: 619px;
    margin: 0 auto;
}

.summary h2 {
    color: #e6007d;
    padding: 44px 0 0;
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
    z-index: 11;
    text-align: center;
}

.summary h2 span {
    display: block;
    font-size: 60px;
    font-weight: bold;
}

.summary p {
    color: #000;
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
    position: relative;
    z-index: 11;
    text-align: center;
    white-space: nowrap;
}

.summary img {
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    top: 0;
    z-index: 10;
}

/* pagenavi
-----------------------------------------------------------*/
.pagenavi {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 60px;
}

.pagenavi ul {
    width: 614px;
    margin: 0 auto;
}

.pagenavi li+li {
    margin-top: 10px;
}

.pagenavi li a {
    display: block;
}

.pagenavi li a:hover {
    opacity: 0.7;
}

/* information
-----------------------------------------------------------*/
.information {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

.information .-heading {
    height: 137px;
    z-index: 1;
    background-color: unset;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}

.information img {
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    background: #777dff;
    padding-top: 70px;
    min-height: 1041px;
}

.information_text {
    position: absolute;
    width: 1200px;
    left: 50%;
    right: 50%;
    bottom: 35px;
    transform: translate(-50%, 0);
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
}

/* targetItem
-----------------------------------------------------------*/
.targetItem {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    background: #EEEEEE;
    padding-bottom: 60px;
    overflow: hidden;
}

.target_detailWrap {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 790px;
    margin: 50px auto 0;
    text-align: left;
}

.target_detail {
    width: 320px;
}

.target_detail h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.2;
    text-align: center;
    background-color: #777dff;
    border-radius: 30px;
    margin-top: 20px;
}

.target_detail h3:first-child {
    margin-top: 0;
}

.target_detail ul {
    margin-top: 10px;
}

.target_detail ul li {
    font-size: 16px;
    line-height: 2.2;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 0 15px;
    margin-top: 5px;
    font-weight: bold;
}

.target_detail ul li span {
    color: #FF0000;
    font-size: 12px;
    vertical-align: super;
}

.targetItem .note {
    font-size: 14px;
    margin-top: 20px;
}

.targetItem .note span {
    color: #FF0000;
}

.targetItem .note+.note {
    margin-top: 0;
}

/* 買取価格
-----------------------------------------------------------*/
/* achievement & retro */
.achievement_link-btn,
.retro_link-btn {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    width: 242px;
    padding-right: 0.5em;
    margin: 0 auto;
    border-radius: 6px;
    text-decoration: none;
}

.achievement_link-btn::after,
.retro_link-btn::after {
    content: "\025bc";
    position: absolute;
    top: 0;
    right: 13px;
    display: block;
    transform: rotate(30deg);
}

.achievement_link-text,
.retro_link-text {
    color: #003A58;
    font-size: 27px;
    text-align: center;
    position: relative;
    width: 400px;
    margin: 0 auto;
    font-weight: bold;
}

.achievement_link-text::after,
.retro_link-text::after {
    content: "\025bc";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.achievement_link-text+a,
.retro_link-text+a {
    margin-top: 10px;
}

/* achievement */
.achievement {
    margin: 56px auto 0;
    max-width: 1400px;
}

.achievement>.achievement_note {
    font-size: 14px;
    max-width: 980px;
    margin: 60px auto 0;
}

.achievement_titleBand h2 {
    font-weight: bold;
}

.achievement_update {
    color: #FFF;
    font-size: 16px;
    text-align: center;
}

.achievement_titleBand .achievement_note {
    position: absolute;
    top: -27px;
    left: 1000px;
}

.achievement_title {
    font-size: 26px;
    line-height: 80px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.achievement_titleBand+.achievement_title,
.achievement_link+.achievement_title {
    margin-top: 75px;
}

.achievement_title.-switch2,
.achievement_link-btn.-switch2 {
    color: #FFFFFF;
    background-color: #E21B0F;
}

.achievement_title.-switch,
.achievement_link-btn.-switch {
    color: #E21B0F;
    border: 2px solid #E21B0F;
}

.achievement_title.-ps5,
.achievement_link-btn.-ps5 {
    color: #231815;
    border: 2px solid #231815;
}

.achievement_title.-retro,
.achievement_link-btn.-retro {
    color: #FFFFFF;
    background-color: #69c3fa
}

.achievement_link-btn.-switch2 {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.achievement_link-btn.-switch {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.achievement_link-btn.-ps5 {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.achievement_link-btn.-retro {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.achievement_link-btn.-hard_accessory {
    color: #FFFFFF;
    background-color: #E60C67;
    box-shadow: 0 6px 0 #B82064;
}

.achievement_list+.achievement_link {
    margin-top: 60px;
}

.achievement_comment+.achievement_link {
    margin-top: 20px;
}

.achievement_list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 0;
    width: 1080px;
    margin: 40px auto 0;
}

.achievement_list li {
    text-align: center;
    width: 25%;
}

.achievement_list li img {
    max-width: 180px;
}

.achievement_list li:not(:nth-child(4n+1)) {
    border-left: 1px solid #808080;
}

.achievement_name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: calc(3em * 1.6);
    margin-top: 5px;
    letter-spacing: -0.04em;
}

.achievement_name span {
    font-weight: bold;
}

.achievement_priceLabel {
    color: #FFFFFF;
    font-size: 16px;
    line-height: calc(24/16);
    width: fit-content;
    padding: 0 0.75em;
    margin: 5px auto 0;
    background-color: #333333;
}

.achievement_priceNum {
    color: #DA232D;
    font-size: 50px;
    line-height: 1.3;
    font-weight: bold;
}

.achievement_priceNum .-yen {
    font-size: calc(22/36*1em);
    padding-right: 0.25em;
}

.achievement_comment {
    color: #E60C67;
    font-size: 56px;
    text-align: center;
    margin-top: 80px;
}

/* campaign */
.campaign {
    max-width: 1400px;
    margin: 70px auto;
    position: relative;
}

.campaign h2 {
    display: block;
    height: 800px;
    left: 50%;
    margin: 0 auto 40px;
    position: relative;
    transform: translateX(-50%);
    width: 1400px;
}

.campaign h2 img {
    margin: 0 auto;
    position: relative;
    min-height: 801px;
}

.campaign .campaign_mv-text {
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 621px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
}


.campaign_flow {
    background-image: url(/pc/img/feature/purchase-campaign-video-game/cp_flow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 655px;
    width: 1400px;
}

.campaign_flow h3 {
    background-color: #fcda08;
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    margin: 196px 16px 0;
    text-align: center;
    padding: 10px 0;
}

.campaign_flow .flow_step {
    top: 119px;
    left: 312px;
    display: flex;
    position: absolute;
    width: 776px;
    justify-content: space-between;
}

.campaign_flow .flow_step li {
    width: 242px;
}

.campaign_flow .flow_step-number {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    width: fit-content;
    padding: 0;
    font-weight: bold;

}

.campaign_flow .flow_step-text {
    font-size: 14px;
    width: auto;
    margin: 12px 20px 0;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.campaign_flow .flow_text {
    position: absolute;
    top: 545px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 14px;
    margin: auto;
    width: 800px;
}

.campaign_flow .flow_step-note {
    position: static;
    font-size: 14px;
    margin: 8px 16px 0;
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.06em;
    font-weight: 500;
}

.campaign_example {
    margin: 45px auto 0;
    min-height: 1340px;
}


.campaign_example h2 {
    font-size: 40px;
    color: #003a58;
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    height: auto;
}

.campaign_exampleSell {
    width: 950px;
    margin: auto;
    text-align: center;
    color: #000;
    height: 639px;
    position: relative;
}

.campaign_exampleSell .product_name {
    font-size: 22px;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    font-weight: bold;
}

.campaign_exampleSell .price {
    font-size: 22px;
    position: absolute;
    top: 278px;
    left: 0;
    right: 0;
    font-weight: bold;
}

.campaign_exampleSell .price span {
    font-size: 35px;
    font-weight: bold;
    margin: 0 calc(6 / 750* 100vw);
}

.campaign_exampleBuy {
    width: 720px;
    margin: -82px auto 0;
    position: relative;
    height: 585px;
    z-index: -1;
}

.campaign_exampleBuy .condition {
    font-size: 28px;
    position: absolute;
    top: 40px;
    left: 46px;
    font-weight: bold;
    padding: 1px 8px;
    background-color: #ffff60;
    color: #ff3264;
}

.campaign_exampleBuy .product_name {
    font-size: 22px;
    position: absolute;
    top: 100px;
    left: 45px;
    font-weight: bold;
    color: #FFF;
}

.campaign_exampleBuy .price {
    font-size: 58px;
    position: absolute;
    top: 224px;
    font-weight: bold;
    color: #FFF;
    left: 45px;
    line-height: 1.3;
}

.campaign_exampleBuy .price span {
    font-size: 0.6em;
    font-weight: bold;
}

.campaign_example .note {
    font-size: 14px;
    width: 940px;
    margin: 30px auto 50px;
}

.campaign .store_title strong {
    font-weight: 40px;
    letter-spacing: -0.06em;
    color: #ff4d69;
}

.campaign .store_title strong:nth-of-type(1) {
    color: #003a58;
    letter-spacing: -0.01em;
}

.campaign .store_search.-ps5 .store_searchContent {
    width: 528px;
}

/* retro */
.retro_titleBand {
    text-align: center;
    max-width: 1400px;
    height: 462px;
    padding-top: 40px;
    background: url(/pc/img/feature/purchase-campaign-video-game/retro_title.jpg) no-repeat bottom center / 1400px auto;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.retro_titleBand h2 img {
    width: 661px;
}

.retro_titleBand-text {
    color: #000000;
    font-size: 20px;
    margin-top: 27px;
    background: #FFF;
    padding: 6px 10px;
    display: inline-block;
    font-weight: bold;
    width: 920px;
}

.retro_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 15px;
}

.retro_link-text {
    margin: 30px auto;
}

.retro_link-btn+.retro_link {
    margin-top: 80px;
}

.retro_link .retro_link-btn {
    margin: 0
}

.retro_purchaseTarget+.retro_link-btn {
    margin-top: 20px;
}

.retro_link-btn.-retorogamedevice {
    color: #000;
    background-color: #fff046;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.retro_link-btn.-retro {
    color: #FFFFFF;
    background-color: #787dff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.retro_link-btn.-junk {
    color: #787dff;
    border: 2px solid #787dff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.retro_note {
    font-size: 14px;
    width: 720px;
    margin: 80px auto 0;
}

/* confident */
.confident {
    margin: 70px auto 90px;
    text-align: center;
    max-width: 1400px;
}

.confident h3 {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
    padding: 38px 0;
    font-weight: bold;
}

.confident h3 span {
    color: #ff0000;
    font-size: 60px;
    font-weight: bold;
}

.confident .backgroundImage {
}

.confident .confident_img {
    width: 596px;
    position: relative;
    margin: auto;
}

.confident .backgroundImage .confident_note {
    position: absolute;
    top: 550px;
    left: 854px;
    font-size: 14px;
}

.confident .confident_list {
    width: 894px;
    margin: 50px auto 0;
    position: relative;
}

.confident .backgroundImage .confident_list li:nth-of-type(2) {
    margin: 11px 0 16px;
}

/* flow */
.flow {
    margin: 40px auto 0;
    max-width: 1400px;
}

.flow .-flow h2 {
    margin-bottom: 10px;
}

.flow .-flow .flow-imgWrap {
    right: 50%;
    left: 50%;
    margin: 0 auto;
    position: relative;
    transform: translateX(-50%);
    width: 1400px;
}

.flow .-flow {
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.flow .backgroundImage.-flow .flow_text {
    top: 215px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: 32px;
    text-align: center;
}

.flow .backgroundImage.-flow .flow_text span {
    color: #FCDA08;
    font-size: 59px;
    padding: 0 0.15em;
}

.flow .backgroundImage.-store {
    height: 948px;
    background: #ffe4e9 url(/pc/img/feature/purchase-campaign-video-game/flow_tenpo.png) no-repeat center top / 1400px auto;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    position: relative;
    transform: translateX(-50%);
    width: 1400px;
}

.flow .backgroundImage.-store h2 {
    top: 90px;
    left: 370px;
    color: #ff4d69;
    font-size: 70px;
    font-weight: bold;
}

.flow .backgroundImage.-store .flow_step {
    top: 232px;
    left: 205px;
    display: flex;
    width: 995px;
    justify-content: space-between;
}

.flow .backgroundImage.-store .flow_step>li {
    position: relative;
    width: 310px;
    height: 520px;
}

.flow .backgroundImage.-store .flow_step>li:nth-of-type(2) {
    margin-left: 30px;
}

.flow_step-note {
    position: absolute;
    bottom: 30px;
    font-size: 14px;
    margin: 0 30px;
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: -0.03em;
    font-weight: bold;
}

.flow_step-note li {
    font-weight: bold;
}

.flow .backgroundImage.-store .flow_step>li:nth-of-type(3) {
    margin-left: 30px;
}

.flow .backgroundImage.-store .flow_step h3 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 2;
    text-align: center;
    width: 87%;
    padding: 12px 25px;
    margin: 253px 20px 0;
    background-color: #ff4d69;
    font-weight: bold;
    line-height: 1.2;
}

.flow .backgroundImage.-store .flow_step-number {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #FFFFFF;
    font-size: 16px;
    width: fit-content;
    padding: 0;
    font-weight: bold;
}

.flow .backgroundImage.-store .flow_step-number span {
    display: block;
    font-size: 30px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.flow .backgroundImage.-store .flow_step-text {
    font-size: 17px;
    width: auto;
    margin: 15px 20px 0;
    font-weight: bold;
}

.flow .backgroundImage.-store .flow_text {
    top: 818px;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
    color: #003a58;
}

.flow .backgroundImage.-store .flow_text span {
    color: #fff046;
    font-weight: bold;
    padding: 0 0.2em;
    background-color: #003a58;
}

.flow .backgroundImage.-store .flow_link-btn {
    top: 870px;
    left: 0;
    right: 0;
    display: block;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 63px;
    text-align: center;
    width: 530px;
    margin: 0 auto;
    background-color: #003A58;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.3);
}

.flow .backgroundImage.-store .flow_link-btn::after {
    content: "\025b6";
    display: inline-block;
    font-size: 0.8em;
    margin-left: 0.5em;
}

.flow .backgroundImage.-store .flow_link-btn:hover {
    opacity: 0.8;
}

.flow .backgroundImage[class$="Recommend"] h3 {
    left: 0;
    right: 0;
    color: #0D335B;
    font-size: 37px;
    text-align: center;
}

.flow .backgroundImage[class$="Recommend"] h3 span {
    font-size: 49px;
}

.flow .backgroundImage[class$="Recommend"] .flow_recommend-list {
    width: 100%;
    height: 100%;
}

.flow .backgroundImage[class$="Recommend"] .flow_recommend-list li {
    position: absolute;
    color: #003A58;
    font-size: 26px;
    text-align: center;
}

.flow .backgroundImage[class$="Recommend"] .flow_recommend-list li span {
    font-size: 34px;
    line-height: 1.3;
    padding: 0 5px;
    background: linear-gradient(transparent 0%, #FCDA08 0%, #FCDA08 95%, transparent 95%);
}

.flow .backgroundImage.-delivery {
    height: 930px;
    background: url(/pc/img/feature/purchase-campaign-video-game/flow_takuhai.png) no-repeat center top / 1400px auto;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    position: relative;
    transform: translateX(-50%);
    width: 1400px;
    background-color: #d9f2ef;
}

.flow .backgroundImage.-delivery h2 {
    top: 70px;
    left: 750px;
    color: #00a693;
    font-size: 70px;
    font-weight: bold;
}

.flow .backgroundImage.-delivery .flow_step {
    top: 256px;
    left: 205px;
    display: flex;
    flex-direction: row;
    gap: 0;
    width: 994px;
}

.flow .backgroundImage.-delivery .flow_step>li {
    position: relative;
    width: 220px;
    height: 423px;
}

.flow .backgroundImage.-delivery .flow_step>li:nth-of-type(2),
.flow .backgroundImage.-delivery .flow_step>li:nth-of-type(3) {
    margin-left: 22px;
}

.flow .backgroundImage.-delivery .flow_step>li:nth-of-type(4) {
    margin-left: 26px;
    width: 282px;
}

.flow .backgroundImage.-delivery .flow_step h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 2;
    text-align: center;
    margin: 253px 20px 0;
    background-color: #00a693;
    font-weight: bold;
}

.flow .backgroundImage.-delivery .flow_step-number {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #FFFFFF;
    font-size: 16px;
    width: fit-content;
    padding: 0;
}

.flow .backgroundImage.-delivery .flow_step-number span {
    display: block;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.flow .backgroundImage.-delivery .flow_step-text {
    font-size: 17px;
    width: auto;
    margin: 15px 20px 0;
    line-height: 1.3;
    font-weight: bold;
}

.flow .backgroundImage.-delivery .flow_step-comment {
    color: #003A58;
    font-size: 18px;
    text-align: center;
    position: absolute;
    top: 220px;
    left: 0;
    right: 0;
    font-weight: bold;
}

.flow .backgroundImage.-delivery .flow_step-comment span:not(.inversion) {
    color: #ff0000;
    font-size: 22px;
    font-weight: bold;
}

.flow .backgroundImage.-delivery .btn {
    width: fit-content;
    bottom: 60px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.delivery {
    margin-top: 60px;
}

.delivery .flow_link-btn {
    position: relative;
    display: block;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 139px;
    text-align: center;
    width: 665px;
    margin: 0 auto;
    background: linear-gradient(90deg, #3942c5 0%, #243c82 100%);
    border-radius: 20px;
    box-shadow: 0 15px 0 #334491;
}

.delivery .flow_link-btn::after {
    content: "\025bc";
    position: absolute;
    top: 0;
    right: 60px;
    display: block;
    transform: rotate(30deg);
}

.delivery .flow_link-btn:hover {
    box-shadow: none;
    transform: translateY(15px);
}

.delivery_note {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}

.flow .shoplist_wrap {
    margin: 0 auto;
    max-width: 1400px;
    background: #ffe4e9;
}

.flow .shoplist_wrap .store {
    margin: 0 auto;
    padding: 40px 0 110px;
}

.flow .shoplist_wrap .store_search-wrap dd {
    background-color: unset;
}

.flow .shoplist_wrap .store_search .selectCustom {
    background: #FFF;
}

.store {
    margin-top: 70px;
}

.store_title {
    color: #003A58;
    font-size: 50px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}

.store_title strong {
    color: #FF0000;
    font-size: 70px;
    font-weight: bold;
}

.store_title strong.-pink {
    color: #ff3264;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.store_search-wrap {
    width: 1000px;
    margin: 0 auto;
}

.store_title+.store_search-wrap {
    margin-top: 12px;
}

.store_search-wrap dt {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 64px;
    text-align: center;
    width: 528px;
    margin: auto;
}

.store_search-wrap dd {
    padding: 30px 0 10px;
    background-color: #FFFFFF;
}

.store_search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 800px;
    margin: 0 auto;
}

.store_search.-av .store_searchContent,
.store_search.-av .selectCustom {
    display: block;
    width: 50%;
}

.store_search.-av .store_searchContent {
    font-size: 16px;
}

.store_search.-game .store_searchContent,
.store_search.-game .selectCustom {
    display: block;
    width: 620px;
}

.store_search.-game .selectCustom,
.store_search.-ps5 .selectCustom {
    margin-top: 10px;
    width: 524px;
}

.store_search .store_searchTitle {
    font-size: 14px;
}

.store_search .store_searchText {
    margin-top: 10px;
    font-size: 14px;
}

.store_search .store_searchNotes {
    margin-top: 10px;
}

.store_search .store_searchNotes li {
    font-size: 14px;
    letter-spacing: -0.03em;
}

.store_search .selectCustom {
    position: relative;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #c1c1c1;
}

.selectCustom::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: block;
    border-left: 1px solid #c1c1c1;
}

.selectCustom::before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 0;
    margin: -10px 17px 0 0;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store_search .selectCustom span {
    padding-left: 1em;
    font-size: 16px;
    line-height: 50px;
}

.store_search .selectCustom select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #192b5b;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
}

.hideItem {
    display: none;
}

.store_list {
    width: 800px;
    margin: 30px auto 0;
}

.store_list .store_listTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.shopList li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    margin: -1px 0 0 0;
    position: relative;
    width: 50%;
}

.shopList li a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.shopList li a::after {
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}

.detail-bottom_btn {
    background: #eee;
    padding: 40px 0;
}

.detail-bottom_btn a {
    background: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 800px;
}

.detail-bottom_btn+.category {
    margin: 0 auto 80px;
}

.detail-bottom_btn+.category .geoselection_title {
    border-top: 0;
}

.store_note {
    font-size: 15px;
    text-align: center;
    margin-top: 5px;
}

/* about */
.about {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.about h2 img {
    width: 100%;
    height: auto;
}

.about a {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 580px;
}

.about a img {
    width: 100%;
}

/* dvdBlurayCp */
.dvdBlurayCp {
    margin-top: 80px;
}

.dvdBlurayCp_comment {
    color: #0089E9;
    font-size: 34px;
    text-align: center;
}

.dvdBlurayCp_bnr {
    width: 880px;
    padding: 0 0 90px;
    margin: 10px auto 0;
    background: url(/pc/img/feature/purchase-campaign-video-game/furthermore_bg_s.jpg) no-repeat center top / 100% 1064px;
    position: relative;
}

.dvdBlurayCp_bnr h2 img {
    width: 100%;
    height: auto;
}

.dvdBlurayCp_note {
    display: flex;
    justify-content: center;
    color: #333;
    font-size: 13px;
    margin-top: 10px;
}

.dvdBlurayCp_links {
    text-align: center;
    margin-top: 20px;
}

.dvdBlurayCp_links-text {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.dvdBlurayCp_links-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.dvdBlurayCp_links-btn li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    width: 240px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.dvdBlurayCp_links-btn li a::after {
    content: "\025b6";
    position: absolute;
    right: 15px;
    font-size: 14px;
}

.dvdBlurayCp_links-btn li a:hover {
    opacity: 0.7;
}

.dvdBlurayCp_links-btn li a span {
    font-size: 14px;
}

.dvdBlurayCp .store {
    margin-top: 20px;
}

.dvdBlurayCp .store_listTitle {
    margin: 100px auto 0;
}

.dvdBlurayCp .store_title span {
    font-weight: bold;
}

.dvdBlurayCp .store_search-wrap {
    width: 809px;
}

.dvdBlurayCp .store_search-wrap dt {
    text-align: center;
}

.dvdBlurayCp .store_search-wrap dd {
    padding: 15px 0 0;
    background: unset;
}

.dvdBlurayCp .store_search-wrap .selectCustom {
    background: #FFF;
}

.dvdBlurayCp .store_search,
.dvdBlurayCp .store_list {
    width: calc(100% - 60px);
}

.dvdBlurayCp .store_note {
    position: absolute;
    width: 800px;
    top: 990px;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.dvdBlurayCp .store_note,
.dvdBlurayCp .store_search div {
    color: #FFF;
}

/* faq */
.faq {
    padding-bottom: 60px;
    margin-top: 130px;
    background-color: #FCDA08;
}

.faq h2 {
    color: #003A58;
    font-size: 60px;
    line-height: 209px;
    text-align: center;
}

.faq_list {
    width: 1009px;
    margin: 0 auto;
}

.faq_list li+li {
    margin-top: 40px;
}

.faq_Q {
    position: relative;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 90px;
    padding: 0 0 0 134px;
    background: #003A58 url(/pc/img/feature/purchase-campaign-video-game/icon_Q.png) no-repeat center left 30px / 90px auto;
    cursor: pointer;

}

.faq_Q::after {
    content: '＋';
    position: absolute;
    right: 20px;
    color: #FFFFFF;
    font-size: 50px;
}

.faq_Q.-open::after {
    content: '－';
}

.faq_A {
    background: #FFFFFF url(/pc/img/feature/purchase-campaign-video-game/icon_A.png) no-repeat top 37px left 56px / 39px auto;
    font-size: 20px;
    font-weight: bold;
    padding: 45px 80px 45px 150px;
}

.faq_A .green {
    color: #2CA96C;
}

.faq .qa_btn {
    display: flex;
    gap: 14px;
}

.faq .qa_btn a {
    color: #FFF;
    text-decoration: none;
    background: #2CA96C;
    display: block;
    width: fit-content;
    border-radius: 6px;
    position: relative;
    padding: 3px 30px 2px 10px;
}

.faq .qa_btn a span {
    color: #FFF;
    text-align: right;
    display: inline-block;
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/* kaitoriCP_banner */
.kaitoriCP_banner {
    margin-top: 50px;
    text-align: center;
}

.kaitoriCP_banner a {
    display: block;
    margin: 0 auto 50px;
    width: 700px;
}

.kaitoriCP_banner img {
    width: 700px;
    display: block;
}