@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;
    margin-top: 20px;
}

.-hide {
    display: none !important;
}

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

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

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

.purchase-campaign-game img {
    width: fit-content;
    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: 643px;
}

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

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

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

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

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

.summary p {
    color: #004856;
    font-size: 22px;
    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: 50px 0;
}

.pagenavi ul {
    width: 614px;
    margin: 0 auto;
}
.pagenavi li + li {
    margin-top: 10px;
}

.pagenavi li a {
    display: block;
}

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

.information img {
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
    margin-top: -20px;
}

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

/* 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: 980px;
    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;
}

.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: 14px;
    height: calc(3em * 1.6);
    margin-top: 5px;
}

.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: 40px;
    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;
}

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

.retro_titleBand h2 img {
    width: 661px;
}

.retro_titleBand-text {
    color: #000000;
    font-size: 18px;
    margin-top: 13px;
    background: #FFF;
    padding: 3px 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: #45AAE8;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.retro_link-btn.-junk {
    color: #45AAE8;
    border: 2px solid #45AAE8;
    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 0;
    text-align: center;
    max-width: 1400px;
}

.confident .backgroundImage {
    width: 1360px;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0);
}

.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_note {
    position: absolute;
    top: 690px;
    left: 1027px;
    font-size: 14px;
}

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

.confident .backgroundImage .confident_list li {
    margin: 20px auto 0 auto;
}

/* 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: 1570px;
    background: #ffe4e9 url(/pc/img/feature/purchase-campaign-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: 295px;
    left: 385px;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 630px;
}

.flow .backgroundImage.-store .flow_step > li {
    position: relative;
    width: 610px;
    height: 260px;
    padding: 40px 0 40px 290px;
}

.flow .backgroundImage.-store .flow_step > li:nth-of-type(2) {
    margin-top: 60px;
    height: 390px;
}

.flow_step-note {
    position: absolute;
    left: 30px;
    bottom: 40px;
    font-size: 14px;
}

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

.flow .backgroundImage.-store .flow_step h3 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 2;
    text-align: center;
    width: 100%;
    padding: 0 25px;
    margin: 0;
    background-color: #FF6B8A;
}

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

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

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

.flow .backgroundImage.-store .flow_text {
    top: 1390px;
    left: 0;
    right: 0;
    font-size: 24px;
    text-align: center;
}

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

.flow .backgroundImage.-store .flow_link-btn {
    top: 1450px;
    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: 1820px;
    background: url(/pc/img/feature/purchase-campaign-game/flow_takuhai.png) no-repeat center top / 1400px auto;
    right: 50%;
    left: 50%;
    margin: 0 auto;
    position: relative;
    transform: translateX(-50%);
    width: 1400px;
}

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

.flow .backgroundImage.-delivery .flow_step {
    top: 285px;
    left: 385px;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 630px;
}

.flow .backgroundImage.-delivery .flow_step > li {
    position: relative;
    width: 620px;
    height: 260px;
    padding: 40px 0 40px 290px;
}

.flow .backgroundImage.-delivery .flow_step > li:nth-of-type(2) {
    margin-top: 60px;
    height: 320px;
}

.flow .backgroundImage.-delivery .flow_step > li:nth-of-type(4) {
    margin-top: 60px;
    height: 320px;
}

.flow .backgroundImage.-delivery .flow_step h3 {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 2;
    text-align: center;
    width: 100%;
    padding: 0 25px;
    margin: 0;
    background-color: #2CA96C;
}

.flow .backgroundImage.-delivery .flow_step-number {
    position: absolute;
    top: 15px;
    left: 15px;
    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 0 0;
}

.flow .backgroundImage.-delivery .flow_step-comment {
    color: #003A58;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
}

.flow .backgroundImage.-delivery .flow_step-comment span:not(.inversion) {
    color: #FF4872;
    font-size: 30px;
    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;
}

.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: 47px;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
}

.store_title strong {
    color: #FF0000;
    font-size: 50px;
    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: 30px;
}

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

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

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

.store_search div,
.store_search .selectCustom {
    display: block;
    width: 50%;
}

.store_search div {
    font-size: 16px;
    line-height: 50px;
}

.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 30px;
    margin: 10px auto 0;
    background: url(/pc/img/feature/purchase-campaign-game/furthermore_bg_s.jpg) no-repeat center top / 100% 1090px;
    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_note {
    margin-top: 20px;
}

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

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

.dvdBlurayCp .store_search-wrap dd {
    padding: 15px 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: 1013px;
    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-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-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;
}

/* 店舗リスト radioボタン */
.kaitoriCP_store-list {
    width: fit-content;
    margin: 0 auto 30px;
    font-weight: bold;
}

.kaitoriCP_store-list li {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.kaitoriCP_store-list li label {
    cursor: pointer;
}

.kaitoriCP_store-list li label input {
    margin: 0;
    margin-right: 10px;
}
