@charset "UTF-8";

html {
    -webkit-text-size-adjust: 100%;
}

img {
    vertical-align: bottom;
    width: 100%;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.kaitoriCP {
    overflow: hidden;
}

.kaitoriCP * {
    font-weight: bold;
    box-sizing: border-box;
}

@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;
}

/* mv */
.mv h1 {
    position:relative;
}
.mv h1::before {
    content: "※";
    font-size: 10px;
    position: absolute;
    top: calc(43/473*100%);
    left: calc(867/1300*100%);
    z-index:1000;
}
.mv h1::after {
    content: "※2024年全国実績";
    font-size: 10px;
    position: absolute;
    top: calc(443/473*100%);
    left: calc(1067/1300*100%);
}

.mv_anchor-ps5cp,
.mv_anchor-retro,
.mv_anchor-section {
}

.mv_anchor-ps5cp {
    text-align: center;
    height: 352px;
    padding-top: 40px;
    background: url(/pc/img/feature/kaitori-campaign/game/202602/ps5cp_bg01.png) no-repeat center center / 100% auto;
}

.mv_anchor-ps5cp h2{
    margin: 0 auto;
    text-align: left;
    width: 680px;
}


.mv_anchor-ps5cp h2 img {
    width: 750px;
}

.mv_anchor-ps5cp a {
    position: relative;
    display: block;
    color: #ff4872;
    font-size: 30;
    font-weight: bold;
    width: fit-content;
    padding: 0 2.5em 0 1.5em;
    margin: 0 auto;
    border-bottom: 3px solid #ff4872;
}

.mv_anchor-ps5cp a:after {
    background: #ff4872;
    color: #FFF;
    content: "\025bc";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    line-height: 27px;
    width: 30px;
    height: 30px;
    border: 3px solid #ff4872;
    border-radius: 100%;
    box-sizing: border-box;
    transform: translate( 0, -40%);
}

.mv_anchor-retro {
    text-align: center;
    height: 352px;
    padding-top: 100px;
    background: url(/pc/img/feature/kaitori-campaign/game/202602/retro_bg01.jpg) no-repeat center center / 100% auto;
}

.mv_anchor-retro h2 img {
    width: 683px;
}

.mv_anchor-retro a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    width: fit-content;
    padding: 0 2.5em 0 1.5em;
    margin: 15px auto 0;
    border-bottom: 3px solid;
}

.mv_anchor-retro a:after {
    content: "\025bc";
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 12px;
    line-height: 27px;
    width: 30px;
    height: 30px;
    border: 3px solid;
    border-radius: 100%;
    box-sizing: border-box;
    transform: translate( 0, -40%);
}

.mv_anchor {
    background-color: #FE1469;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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

.mv_anchor-section li {
    width: 25%;
    margin: 0 auto;
    background-color: #FE1469;
    height: 120px;
}

.mv_anchor-section li:nth-child(1) {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    background-image: 
        url(/pc/img/feature/game_purchase/jump_icon01.svg);
    background-repeat: no-repeat;
    background-position: top 20px left 30px, bottom 8px right 24px;
    background-size: 60px auto, 60px auto;
}

.mv_anchor-section li:nth-child(2) {
    border-right: solid 1px #fff;
    background-image: 
        url(/pc/img/feature/game_purchase/jump_icon02.svg);
    background-repeat: no-repeat;
    background-position: top 20px left 30px, bottom 8px right 24px;
    background-size: 60px auto, 60px auto;
}

.mv_anchor-section li:nth-child(3) {
    border-right: solid 1px #fff;
    background-image: 
        url(/pc/img/feature/game_purchase/jump_icon03.svg);
    background-repeat: no-repeat;
    background-position: top 20px left 30px, bottom 8px right 24px;
    background-size: 60px auto, 60px auto;
}

.mv_anchor-section li:nth-child(4) {
    border-right: solid 1px #fff;
    background-image: 
        url(/pc/img/feature/game_purchase/jump_icon04.svg);
    background-repeat: no-repeat;
    background-position: top 20px left 30px, bottom 8px right 24px;
    background-size: 60px auto, 60px auto;
}

.mv_anchor-section li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 20px;
    height: 120px;
    line-height: calc(20/16);
    padding-left: 80px;
    padding-top: 35px;
    text-align: center;
}

.mv_anchor-section li a span {
    display: inline-block;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    margin-right: 20px;
    background: #003A58;
    border-radius: calc(6/750*100vw);
}

.mv_anchor-section li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: calc(50% - 20px);
    display: block;
    border-top: 16px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translate( 0, -50%);
}

/* purchase */
.purchase {
    background: #FFD800;
    background-image:
        url(/pc/img/feature/game_purchase/green_arrow.png),
        url(/pc/img/feature/game_purchase/bg_achievement_softpng.jpg),
        url(/pc/img/feature/game_purchase/yellow_bg.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position:
        50% 380px,
        bottom,
        bottom;
    background-size:
        100px auto,
        100% auto,
        100% auto;
    height: 655px;
}

.purchase .backgroundImage h2 {
    top: 50px;
    left: 0%;
    right: 0;
    color: #333333;
    font-family: Noto Sans JP, sans-serif;
    font-size: 42px;
    font-weight: 900;
    text-align: center;
}

.purchase .backgroundImage h2 p {
    display: block;
    font-family: Noto Sans JP, sans-serif;
    font-size: 80px;
    font-weight: 900;
}

.purchase .backgroundImage h2 + img {
    display: block;
    position: relative;
    top: 315px;
    margin: auto;
    position: relative;
    top: 220px;
    width: 1200px
}

.purchase_target {
    text-align: center;
    height: 341px
    padding-top: 72px;
    background: #003A58;
}

.purchase_target-text {
    position: relative;
    width: 655px
    margin: 0 auto;
    border-top: 3px solid #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
}

.purchase_target-text dt {
    position: absolute;
    top: calc((-13.5/750*100vw)*1.6);
    left: 50%;
    color: #FFFFFF;
    font-size: 27px;
    padding: 0 0.75em;
    background-color: #003A58;
    transform: translateX(-50%);
}

.purchase_target-text dd {
    color: #FCDA08;
    font-size: calc(26/750*100vw);
    padding: 40px 0 30px;
}

.purchase_target-text dd span::before {
    content: "／";
    color: #FFFFFF;
    margin: 0 0.5em;
}

.purchase_target-note {
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 30px;
}

/* achievement & retro */
.achievement_link-btn,
.retro_link-btn {
    background: #fff;
    border: solid 4px #FE1469;
    box-shadow: 0px 6px 0px 0px #33333333;
    color: #FE1469;
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 450px;
    padding-right: 0.5em;
    margin: 0 auto;
    border-radius: 60px;
}

.achievement_link-btn::after,
.retro_link-btn::after {
    border: solid 20px transparent;
    border-left: solid 20px #FE1469;
    content: "";
    position: absolute;
    top: calc(50% -  20px);
    right: 10px;
    display: block;
    font-size: 24px;
}

.achievement_link-text,
.retro_link-text {
    color: #003A58;
    font-size: 34px;
    text-align: center;
}

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

/* achievement */
.achievement {
    background-image:
        url(/pc/img/feature/game_purchase/bg_achievement_hontai.png),
        url(/pc/img/feature/game_purchase/bg_border.png);
    background-repeat: no-repeat, repeat;
    background-position:
        bottom,
        bottom;
    background-size:
        100% auto,
        100% auto;
    padding-bottom: 120px;
}

.achievement.-hontai {
    background: #FFF3AD;
    padding-bottom: 120px;
}

.achievement > .achievement_note {
    font-size: 16px;
    line-height: calc(27/16*);
    width: 785px;
    margin: 20px auto 40px;
    text-indent: -1em;
    padding-left: 1em;
}

.achievement > .achievement_note::before {
    content: "※";
}

.achievement_titleBand {
    position: relative;
    top: -30px;
}

.achievement_titleBand h2 {
    color: #333333;
    display: flex;
    align-items: center;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    font-size: 48px;
    justify-content: center;
    line-height: 1.3;
    position: relative;
    text-align: center;
}

.achievement_titleBand h2 span {
    display: block;
    font-size: 36px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    margin: 0  15px;
}

.achievement_titleBand h2 img {
    width: 50px;
}

.achievement_update {
    color: #FCDA08;
    font-size: 29px;
    text-align: center;
    margin-top: 10px;
}

.achievement_title {
    background: #E60012;
    border: solid 1px #E60012;
    color: #fff;
    font-size: 24px;
    line-height: 45px;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.achievement_title.-junk {
    background: transparent;
    border: none;
    color: #333333;
    font-family: Noto Sans JP, sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: calc(29/20);
    margin-top: 80px;
    margin-bottom: 40px;
}

.achievement_title.-ps5 {
    background: #333333;
    border: solid 1px #333333;
}

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

.achievement_link {
    display: flex;
    margin-top: 40px;
    margin-bottom: 80px;
}

.-hontai .achievement_link {
    margin-bottom: 30px;
}

.achievement_link-underline {
    color: #333333;
    display: flex;
    align-self: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto calc(0/750*100vw);
}

.achievement_link-underline span {
    border-bottom: solid 1px #333;
    height: 29px;
    line-height: 29px;
}

.achievement_link-underline::after {
    content: "";
    display: inline-block;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent #ff646400 #333333;
    margin-left: 10px;
    margin-top: 4px;
}

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

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

.flexslider {
    background: #fff;
    border: solid 1px #E60012;
    /* padding: 20px; */
    /* padding-bottom: calc(0/750*100vw); */
    position: relative;
    margin: auto;
    width: 1000px;
}

.-switch2 + .flexslider {
    background: #E60012;
}

.-ps5 + .flexslider {
    border: solid 1px #333333;
}

.-hontai .flexslider {
    background: #fff;
    border: solid 1px #FFD900;
}

.flex-viewport {
    height: auto !important;
    margin: auto;
    width: calc(630/750*100vw);
}

.-switch2 + .flexslider .flex-viewport {
    background: #fff;
}

.-ps5 .flex-viewport {
    border: solid 1px #333;
}

.flexslider .flex-control-nav{
    display: none;
}

.flexslider .flex-control-nav li{
    height: 8px;
    width: 8px;
}

.flexslider .flex-control-nav li a{
    color: #E60012;
}

.flexslider .flex-control-nav li a::after{
    background: #E60012;
    border: solid 1px #E60012;
    height: 8px;
    width: 8px;
}

.flexslider .flex-control-nav li a.flex-active::after {
    background: #fff;
    border: solid 1px #E60012;
}

.flexslider .flex-direction-nav,
.flexslider .whiteBox {
    background: #E60012;
    /* position: absolute; */
    bottom: calc(-26/750*100vw);
    left: 0;
    right: 0;
    display: flex;
    height: calc(86/750*100vw);
    justify-content: space-between;
    margin: auto;
    width: 100%;
    z-index: 1;
}

.-switch + .flexslider .flex-direction-nav,
.-switch + .flexslider .flexslider .whiteBox {
    background: #fff;
    border-top: solid 1px #E60012;
}

.-ps5 + .flexslider .flex-direction-nav,
.-ps5 + .flexslider .flexslider .whiteBox {
    background: #fff;
    border-top: solid 1px #333333;
}

.-hontai .flexslider .flex-direction-nav,
.-hontai .flexslider .flexslider .whiteBox {
    background: #fff;
    border-top: solid 1px #FFD900;
}

.flexslider .whiteBox {
   transform: translateY(-50%); 
}

.flex-direction-nav .flex-nav-prev,
.flex-direction-nav .flex-nav-next,
.flexslider .whiteBox::before,
.flexslider .whiteBox::after {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}

.flex-direction-nav .flex-nav-prev {
    margin-left: calc(250/750*100vw);
}

.flex-direction-nav .flex-nav-next {
    margin-right: calc(250/750*100vw);
}

.flexslider .whiteBox::before,
.flexslider .whiteBox::after {
    content: "";
    height: 60px;
}

.flex-direction-nav .flex-nav-prev .flex-prev,
.flex-direction-nav .flex-nav-next .flex-next {
    border-style: solid;
}

.flex-direction-nav .flex-nav-prev .flex-prev {
    border-width: calc(24*100vw/750) calc(32*100vw/750) calc(24*100vw/750) 0;
    border-color: transparent #fff transparent transparent;
}

.flex-direction-nav .flex-nav-next .flex-next {
    border-width: calc(24*100vw/750) 0 calc(24*100vw/750) calc(32*100vw/750);
    border-color: transparent transparent transparent #fff;
}

.-switch + .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
    border-color: transparent #E60012 transparent transparent;
}

.-switch + .flexslider .flex-direction-nav .flex-nav-next .flex-next {
    border-color: transparent transparent transparent #E60012;
}

.-ps5 + .flexslider .flex-direction-nav .flex-nav-prev .flex-prev {
    border-color: transparent #333333 transparent transparent;
}

.-ps5 + .flexslider .flex-direction-nav .flex-nav-next .flex-next {
    border-color: transparent transparent transparent #333333;
}

.-hontai .flex-direction-nav .flex-nav-prev .flex-prev {
    border-color: transparent #0d335a transparent transparent;
}

.-hontai .flex-direction-nav .flex-nav-next .flex-next {
    border-color: transparent transparent transparent #0d335a;
}

.achievement_list {
    background: #fff;
    border: solid 2px #E60012;
    display: flex;
    margin: auto;
    padding: 0 30px;
    width: 1000px;
}
.-switch2 + .achievement_list_wap .achievement_list {
    background: #fff;
    border: solid 20px #E60012;
    border-top: none;
    padding: 0;
}
.-hontai .achievement_list {
    background: #fff;
    border: solid 2px #FFD900;
}

.achievement_list li {
    display: flex !important;
    flex-wrap: wrap;
    width: 235px;
    margin-top: 34px;
    margin-bottom: 34px;
}

.achievement_list li img + div {
    width: 100%;
}

.achievement_list li .item {
    text-align: center;
    width: 315px;
}

.achievement_title.-switch2 + .flexslider img {
    width: calc(222/750*100vw);
}

.achievement_title.-switch + .flexslider img {
    width: calc(238/750*100vw);
}

.achievement_title.-ps5 + .flexslider img {
    width: calc(265/750*100vw);
}

.achievement_title.-ps4 + .flexslider img {
    width: calc(267/750*100vw);
}

.achievement_name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    height: calc(4em * 1.6);
    line-height: calc(27/18);
    margin: 10px 20px 0;
    width: 195px;
    text-align: center;
    margin: 30px auto 0;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      max-height: 104px;
}

.achievement_name.-palt{
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.achievement_priceLabel {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    width: fit-content;
    padding: 0 22px;
    margin: 20px auto 0;
    background-color: #333333;
}

.achievement_priceNum {
    color: #FF0000;
    font-size: 42px;
    line-height: 1.1;
    width: fit-content;
    margin: 5px auto 0;
}

.achievement_priceNum .-yen {
    font-size: 32px;
    padding-right: 0.25em;
}

.achievement_comment {
    color: #E60C67;
    font-size: calc(65/750*100vw);
    line-height: calc(71/65*1em);
    text-align: center;
    margin: 60px auto 30px;
}

.achievement_app {
    background: #fff;
    border: solid 4px #4572FB;
    margin: auto;
    margin-top: 80px;
    width: 1000px;
}

.achievement_app h2 {
    background: #4572FB;
    color: #fff;
    font-size: 32px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    line-height: 32px;
    padding: 30px 0;
    text-align: center;
}

.achievement_app h2 span {
    display: block;
    font-size: 64px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
}

.achievement_app_inner {
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}

.achievement_app p {
    font-size: 32px;
    padding: 30px 0;
    text-align: center;
}

.achievement_app_inner p {
    font-size: 28px;
    text-align: left;
    width: 430px;
}

.achievement_app_inner p.achievement_app_txt {
    font-size: 20px;
}

.achievement_app img {
    display: block;
    width: 450px;
}

.achievement_app p.-downarrow::after {
    content: "";
    display: inline-block;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 13px;
    border-color: transparent transparent #ff646400 #333333;
    margin-left: 10px;
    position: relative;
    transform: rotate(90deg);
    top: 2px;
}

.achievement_app_btn_wrap {
    display: flex;
    margin: auto;
    width: 430px;
}

.achievement_app_btn_wrap a + a {
    margin-left: 20px;
}

.achievement_btn {
    height: 60px;
}

.achievement_btn img {
    height: 60px;
    width: auto;
}

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

.ps5cp_titleBand {
    position: relative;
    text-align: center;
    height: calc(1287/750*100vw);
    padding-top: calc(70/750*100vw);
    background: #ffff60 url(/pc/img/feature/kaitori-campaign/game/202602/ps5cp_bg02.png) no-repeat center bottom / 100% auto;
}

.ps5cp_titleBand img{
    display: block;
    margin: 0 auto;
    width: calc(690/750*100vw);
}

.ps5cp_desc{
    font-size: calc(23/750*100vw);
    line-height: calc(43/23*1em);
    text-align: center;
}

.ps5cp_step{
    background: #003a58;
    color: #FFF;
    padding: 50px 0 40px;
}

.ps5cp_step h3{
    text-align: center;
    margin: calc(25/750*100vw) auto 10px;
}

.ps5cp_step h3 img{
    display: block;
    margin: 0 auto;
    width: calc(624/750*100vw);
}

.ps5cp_step_head{
    font-size: calc(65/750*100vw);
    color: #ffff60;
    text-align: center;
}

.ps5cp_step_list {
    background: url(/pc/img/feature/kaitori-campaign/game/202602/ps5cp_step.png) no-repeat center top / 100% auto;
    margin: 20px auto 24px;
    list-style: none;
    width: 673px;
}

.ps5cp_step_list li {
    margin: 0 auto 30px;
    padding: calc(16/750*100vw);
    position: relative;
    height: calc(524/750*100vw);
}

.ps5cp_step_list li:nth-of-type(2) {
    height: calc(559/750*100vw);
}

.ps5cp_step_list li:nth-of-type(3) {
    height: calc(422/750*100vw);
}

.ps5cp_step_list h4 {
    color: #000;
    font-size: calc(38/750*100vw);
    line-height: calc(46/38*1em);
    text-align: center;
    padding: calc(16/750*100vw) 0 calc(16/750*100vw) 100px;
    margin: 0 auto;
}

.ps5cp_step_list .flow_step-number {
    color: #FFFFFF;
    font-size: calc(26/750*100vw);
    line-height: 1;
    padding: 20px;
    position: absolute;
    top: calc(9/750*100vw);
    left: calc(16/750*100vw);
    width: fit-content;
}

.ps5cp_step_list .flow_step-number span {
    display: block;
    font-size: calc(52/750*100vw);
    line-height: 1;
    text-align: center;
}

.ps5cp_step_list li .flow_step-text {
    color: #000;
    font-size: calc(25/750*100vw);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: calc(39/25*1em);
    margin: calc(215/750*100vw) auto 0;
    width: calc(605/750*100vw);
}

.ps5cp_step_list li .-note{
    color: #000;
    font-size: calc(18/750*100vw);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: calc(25/18*1em);
    padding-left: 1em;
    text-indent: -1em;
    width: calc(605/750*100vw);
    margin: 10px auto 0;
}

.ps5cp_step_note{
    font-size: calc(19/750*100vw);
    line-height: calc(30/19*1em);
    margin: 0 auto;
    padding-left: 1em;
    text-indent: -1em;
    width: calc(700/750*100vw);
}

.ps5cp_example{
    margin: 50px auto;
}

.ps5cp_example_head{
    color: #003a58;
    font-size: calc(52/750*100vw);
    text-align: center;
}

.ps5cp_example img{
    display: block;
    margin: 10px auto;
}

.ps5cp_example_note{
    font-size: calc(16/750*100vw);
    line-height: calc(26/16*1em);
    margin: calc(25/750*100vw) auto 0;
    width: 610px;
}

.ps5cp + .retro {
    margin-top: 60px;
}

/* retro */
.retro {
    background-image: 
        url(/pc/img/feature/game_purchase/retro_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 712px;
    padding: 80px 40px;
}
.retro h2 {
    margin: auto;
    width: 695px;
}

.retro_desc {
    font-size: 36px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    line-height: calc(52/36);
    margin: 50px 0 40px;
    text-align: center;
}

.retro_desc span {
    display: block;
    font-size: 42px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
}

.retro_btn_wrap {
    margin: auto;
    width: 397px;
}


/* shop_search */
.shop_search {
    background-image: url(/pc/img/feature/game_purchase/bg_border.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    padding: 80px 0 100px;
    text-align: center;
}

.shop_search h2 {
    display: flex;
    font-size: 40px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    justify-content: center;
    margin: 0 auto 40px;
}

.shop_search h2 p {
    margin: 0 10px;
}

.shop_search h2 span {
    color: #E8025F;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
}

.shop_search h2 img {
    width: 55px;
}

.shop_search_btn_wrap {
    margin-bottom: calc(0/750*100vw);
}

.flow .shop_search_btn_wrap {
    margin-bottom: 80px;
}

.flow .delivery_btn_wrap{
    top: 120px;
    position: relative;
    margin-bottom: 80px;
}

.flow .delivery_btn_wrap{
    
}

.shop_search_btn,
.delivery_btn{
    background: #FE1469;
    box-shadow: 0px 6px 0px 0px #33333333;
    color: #fff;
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 450px;
    padding-right: 0.5em;
    margin: 0 auto;
    border-radius: 50px;
}
.delivery_btn{
    line-height: calc(23/19);
    padding-top: 20px;
}

.shop_search_btn::after,
.delivery_btn::after{
    border: solid 16px transparent;
    border-left: solid 20px #fff;
    content: "";
    position: absolute;
    top: calc(50% -  16px);
    right: 30px;
    display: block;
    font-size: 24px;
}

/* worry */
.worry {
    background-image: 
        url(/pc/img/feature/game_purchase/worry_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 596px;
}

.worry h2 {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    font-size: 46px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 60px;
}

.worry h2 span {
    color: #E8025F;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
}

.worry_list li {
    color: #fff;
    font-size: 24px;
    position: absolute;
    width: 800px;
}

.worry_list li:nth-child(1) {
    left:  190px;
    top: 120px;
}

.worry_list li:nth-child(2) {
    left:  180px;
    top: 210px;
}

.worry_list li:nth-child(3) {
    left:  230px;
    top: 300px;
}

.worry_list li:nth-child(4) {
    left:  190px;
    top: 388px;
}

/* security */
.security {
    background-image: 
        url(/pc/img/feature/game_purchase/security_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 703px;
    position: relative;
}

.security::after {
    background-image: url(/pc/img/feature/game_purchase/arrow_pink_down.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: calc(-20/750*100vw);
    height: 94px;
    width: 52px;
}

.security h2 {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 60px;
}

.security h2 span {
    display: block;
    font-size: 48px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
}

.security_list li {
    color: #000000;
    font-size: 46px;
    line-height: calc(20/16);
    position: absolute;
    text-align: center;
    width: 200px;
}

.security_list li span {
    color: #ED0156;
    display: block;
    font-size: 28px;
    position: relative;
}

.security_list li:nth-child(1) {
    left:  290px;
    top: 110px;
}

.security_list li:nth-child(2) {
    left:  815px;
    top: 115px;
}

.security_list li:nth-child(3) {
    left: 150px;
    top: 280px;
}

.security_list li:nth-child(4) {
    left:  945px;
    top: 260px;
}

/* reason */
.reason {
    background-image: 
        url(/pc/img/feature/game_purchase/reason_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    height: 1522px;
}
.reason h2 {
    color: #333333;
    font-size: 52px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 180px;
}

.reason_list {
    left: 85px;
    padding: 60px;
    top: 255px;
    width: 1000px;
}

.reason_list li {
    position: absolute;
    left: 125px;
}

.reason_list li .reason_point {
    color: #192B5B;
    font-size: 24px;
    height: 150px;
    line-height: 1;
    text-align: center;
    padding-top: 40px;
    width: 150px;
}

.reason_list li .reason_point span {
    display: block;
    font-size: 56px;
    line-height: 1;
}

.reason_list li .reason_title {
    position: relative;
    font-size: 50px;
    left: 200px;
    line-height: calc(36/28);
    top:  -140px;
}

.reason_list li .reason_title p {
    font-size: 74px;
}

.reason_list li .reason_title span {
    color: #E43A0B;
}

.reason_list li .reason_text {
    position: relative;
    font-size: 18px;
    left: 200px;
    line-height: calc(21/14);
    top:  -120px;
    width: 700px;
}

.reason_rabel {
    color: #fff;
    display: flex;
    position: absolute;
    font-size: 46px;
    left: 105px;
    line-height: calc(21/14);
    top:  340px;
    width: 700px;
}

.reason_rabel li {
    position: relative;
}

.reason_rabel li + li {
    margin-left: 70px;
}

.reason_list > li:nth-child(1) {
    top:  60px;
}

.reason_list > li:nth-child(2) {
    top:  350px;
}

.reason_list li:nth-child(2) .reason_text {
    top:  -130px;
}

.reason_list li:nth-child(3) {
    top:  830px;
}

.reason_list li:nth-child(3) .reason_text {
    top:  -130px;
}

.reason_list li:nth-child(3) .reason_title span {
    font-size: 70px;
}

/* flow */
.flow {
    background-image: url(/pc/img/feature/game_purchase/bg_border_pink.png);
    background-repeat: repeat;
    background-position: bottom;
    background-size: 100% auto;
}

.flow_wrap.-flow {
    padding: 80px 40px;
}

.flow_wrap.-flow h2 {
    color: #333333;
    font-size: 52px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    text-align: center;
}

.flow_subtitle {
    font-size: 36px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    margin-bottom: 60px;
    text-align: center;
}

.flow_subtitle::before {
    background-image: url(/pc/img/feature/game_purchase/flow_text_parts.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 52px;
    margin-right: 15px;
    width: 94px;
    position: relative;
    top: 10px;
}

.flow_subtitle::after {
    background-image: url(/pc/img/feature/game_purchase/flow_text_parts.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    content: "";
    display: inline-block;
    height: 52px;
    width: 94px;
    transform: rotate(180deg);
    position: relative;
    top: 10px;
}

.flow_subtitle span {
    color: #E43A0B;
    font-size: 72px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    text-align: center;
}

.flow_kind_wrap {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1000px;
}

.flow_kind_wrap .flow_kind {
    background: #FFD900;
    border-radius: 40px;
    width: 490px;
}

.flow_kind_wrap .flow_kind p {
    color: #192B5B;
    font-size: 52px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    padding-top: 20px;
    text-align: center;
}

.flow_kind_wrap .flow_kind.-delivery {
    background: #23A96B;
}

.flow_kind_wrap .flow_kind.-delivery p {
    color: #fff;
}

.flow .backgroundImage.-flow h2 {
    top: 50px;
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: calc(58/750*100vw);
    text-align: center;
}

.flow .backgroundImage.-flow .flow_text {
    top: calc(180/750*100vw);
    left: 0;
    right: 0;
    color: #FFFFFF;
    font-size: calc(37/750*100vw);
    text-align: center;
}

.flow .backgroundImage.-flow .flow_text span {
    color: #FCDA08;
    font-size: calc(66/750*100vw);
    padding: 0 0.15em;
}

.flow .backgroundImage.-flow .flow_note {
    display: none;
}

.flow .backgroundImage.-store {
    height: 817px;
    background: url(/pc/img/feature/game_purchase/shop_flow.png) no-repeat center top / 1000px auto;
}

.flow .backgroundImage.-store > h3 {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    position: relative;
    top: 40px;
    color: #003A58;
    font-size: 56px;
    text-align: center;
}

.flow .backgroundImage.-store * {
    position: relative;
}

.flow .backgroundImage.-store .flow_step {
    display: flex;
    gap: 30px;
    margin: auto;
    top: 50px;
    width: 900px;
}

.flow .backgroundImage.-store .flow_step > li {
    width: 280px;
}

.flow .backgroundImage.-store .flow_step > li:nth-of-type(1) {

}

.flow .backgroundImage.-store .flow_step > li:nth-of-type(2) {

}

.flow .backgroundImage.-store .flow_step > li:nth-of-type(3) {

}

.flow .backgroundImage.-store .flow_step h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 200px auto 0;
    width: 240px;
}

.flow .backgroundImage.-store .flow_step-number {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.flow .backgroundImage.-store .flow_step-number span {
    font-size: 32px;
}

.flow .backgroundImage.-store .flow_step-text {
    font-size: 18px;
    margin: 10px auto 0;
    width: 240px;
}

.flow .backgroundImage.-store .flow_step-note {
    margin: 36px auto 0;
}

.flow .backgroundImage.-store .flow_step-note li {
    text-indent: -1em;
    padding-left: 1em;
}

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

.flow .backgroundImage.-store .flow_text span {
    color: #FFFFFF;
    padding: 0 0.2em;
    background-color: #192B5B;
}

.flow .backgroundImage.-store .flow_link-btn {
    background: #fff;
    border: solid 4px #FE1469;
    box-shadow: 0px 6px 0px 0px #33333333;
    color: #FE1469;
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: bold;
    height: 100px;
    line-height: 1.2;
    text-align: center;
    width: 450px;
    padding-right: 0.5em;
    padding-top: 20px;
    margin: 0 auto;
    border-radius: 60px;
    top: 100px;
}

.flow .backgroundImage.-store .flow_link-btn::after {
    border: solid 15px transparent;
    border-left: solid 20px#FE1469;
    content: "";
    position: absolute;
    top: calc(50% -  20px);
    right: 30px;
    display: block;
    font-size: 24px;
}

.flow .backgroundImage[class$="Recommend"] h3 {
    left: 0;
    right: 0;
    color: #000000;
    font-size: calc(47/750*100vw);
    text-align: center;
}

.store {
    margin-top: 40px;
}

.store_title {
    color: #003A58;
    font-size: calc(35/750*100vw);
    line-height: 1.3;
    text-align: center;
}



.flow .backgroundImage[class$="Recommend"] h3 span {
    display: block;
    font-size: 36px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    line-height: 1.3;
}

.flow .backgroundImage[class$="Recommend"] .flow_recommend-list {
    width: 100%;
    height: 100%;
}
.flow .backgroundImage[class$="Recommend"] .flow_recommend-list li {
    position: absolute;
    color: #000000;
    font-size: 20px;
    text-align: center;
}

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

.flow .store + .backgroundImage.-storeRecommend {
    margin-top: 40px;
}

.flow .backgroundImage.-storeRecommend {
    height: 639px;
    margin-bottom: 40px;
    background: url(/pc/img/feature/game_purchase/bg_purchase_shop.png) no-repeat center top / 1000px auto;
}

.flow .backgroundImage.-storeRecommend h3 {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin: auto;
    top: 10px;
    width: 630px;
}

.flow .backgroundImage.-storeRecommend .flow_recommend-list li:nth-of-type(1) {
    top: 435px;
    left: 300px;
}

.flow .backgroundImage.-storeRecommend .flow_recommend-list li:nth-of-type(2) {
    top: 220px;
    left: 220px;
}

.flow .backgroundImage.-storeRecommend .flow_recommend-list li:nth-of-type(3) {
    top: 405px;
    left: 760px;
}

.flow .backgroundImage.-storeRecommend .flow_recommend-list li:nth-of-type(4) {
    top: 185px;
    left: 890px;
}

.flow .backgroundImage.-delivery {
    height: 751px;
    background: url(/pc/img/feature/game_purchase/delivery_flow.png) no-repeat center top / 1000px auto;
}

.flow .backgroundImage.-delivery > h3 {
    position: relative;
    top: 40px;
    color: #fff;
    font-size: 56px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    text-align: center;
}

.flow .backgroundImage.-delivery * {
    position: relative;
}

.flow .backgroundImage.-delivery .flow_step {
    display: flex;
    gap: 30px;
    margin: auto;
    top: 50px;
    width: 900px;
}

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

.flow .backgroundImage.-delivery .flow_step > li:nth-of-type(1) {

}

.flow .backgroundImage.-delivery .flow_step > li:nth-of-type(2) {
    
}

.flow .backgroundImage.-delivery .flow_step h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 200px auto 0;
    width: 170px;
}

.flow .backgroundImage.-delivery .flow_step-number {
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
}

.flow .backgroundImage.-delivery .flow_step-number span {
    font-size: 32px;
}

.flow .backgroundImage.-delivery .flow_step-comment {
    top: 27px;
    right: 40px;
    color: #003A58;
    font-size: 19px;
    text-align: center;
    width: 170px;
}

.flow .backgroundImage.-delivery .flow_step-comment span:not(.inversion) {
    color: #FF4872;
    font-size: 29px;
}

.flow .backgroundImage.-delivery .flow_step-text {
    font-size: 18px;
    margin: 10px auto 0;
    width: 170px;
}

.delivery {
    margin-top: 80px;
}

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

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

.delivery_note {
    font-size: calc(18/750*100vw);
    text-align: center;
    margin-top: 40px;
}

.flow .delivery + .backgroundImage.-deliveryRecommend{
    margin-top: calc(106/750*100vw);
}

.flow .backgroundImage.-deliveryRecommend {
    height: 719px;
    background: url(/pc/img/feature/game_purchase/bg_purchase_delivery.png) no-repeat center top / 1000px auto;
}

.flow .backgroundImage.-deliveryRecommend h3 {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin: auto;
    top: 10px;
    width: 652px;
}

.flow .backgroundImage.-deliveryRecommend .flow_recommend-list li:nth-of-type(1) {
    top: 370px;
    left: 910px;
}

.flow .backgroundImage.-deliveryRecommend .flow_recommend-list li:nth-of-type(2) {
    top: 300px;
    left: 525px;
}

.flow .backgroundImage.-deliveryRecommend .flow_recommend-list li:nth-of-type(3) {
    top: 490px;
    left: 375px;
}

.flow .backgroundImage.-deliveryRecommend .flow_recommend-list li:nth-of-type(4) {
    top: 190px;
    left: 860px;
}

.flow .backgroundImage.-deliveryRecommend .flow_recommend-list li:nth-of-type(5) {
    top: 490px;
    left: 730px;
}

/* reason */
.reason .backgroundImage {
    height: calc(2462/750*100vw);
    margin-top: 0;
    background: url(/pc/img/feature/kaitori-campaign/game/202602/reason_bg.png) no-repeat center center / 100% auto;
}

.reason .backgroundImage h2 {
    top: 50px;
    left: 0;
    right: 0;
    color: #003A58;
    font-size: calc(68/750*100vw);
    text-align: center;
}

.reason .backgroundImage .reason_list {
    top: calc(663/750*100vw);
    left: 0;
    right: 0;
}

.reason .backgroundImage .reason_list li {
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
}

.reason .backgroundImage .reason_list li:nth-of-type(1) {
    height: calc(467/750*100vw);
}

.reason .backgroundImage .reason_list li:nth-of-type(2) {
    height: calc(695/750*100vw);
    margin-top: calc(16/750*100vw);
}

.reason .backgroundImage .reason_list li:nth-of-type(3) {
    height: calc(606/750*100vw);
    margin-top: calc(16/750*100vw);
}

.reason .backgroundImage .reason_list-number {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    font-size: 56px;
    width: fit-content;
    padding: calc(7/750*100vw) 0 0 20px;
}

.reason .backgroundImage .reason_list-type {
    position: absolute;
    top: calc(564/750*100vw);
    left: calc(63/750*100vw);
    display: flex;
    gap: calc(4/750*100vw);
    color: #003A58;
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    width: 610px;
}

.reason .backgroundImage .reason_list-type p {
    width: 100%;
}

.reason .backgroundImage .reason_list h3 {
    font-size: calc(61/750*100vw);
    width: 100%;
    padding: 0 0 0 calc(71/750*100vw);
}

.reason .backgroundImage .reason_list h3 * {
    line-height: 1;
}

.reason .backgroundImage .reason_list h3 strong {
    color: #E43B0B;
    font-size: calc(85/750*100vw);
}

.reason .backgroundImage .reason_list h3 small {
    display: inline-block;
    font-size: calc(51/750*100vw);
}

.reason .backgroundImage .reason_list h3 small:nth-of-type(1) {
    width: 1em;
}

.reason .backgroundImage .reason_list h3 small:nth-of-type(2) {
    width: 2em;
}

.reason .backgroundImage .reason_list h3 span {
    color: #E43B0B;
    font-size: calc(125/750*100vw);
}

.reason .backgroundImage .reason_list-text {
    font-size: 16px;
    width: 100%;
    padding: 0 calc(71/750*100vw);
    margin-top: 20px;
}

.reason .backgroundImage .reason_list li:nth-of-type(2) .reason_list-text {
    padding-bottom: calc(130/750*100vw);
}

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

.dvdBlurayCp_comment {
    color: #0089E9;
    font-size: calc(57/750*100vw);
    text-align: center;
}

.dvdBlurayCp_bnr {
    min-height: calc(1025/750*100vw);
    padding-bottom: 20px;
    margin: 20px auto 0;
    background: url(/pc/img/feature/kaitori-campaign/game/202602/furthermore_bg.jpg) no-repeat center center / cover;
}

.dvdBlurayCp_note {
    color: #FFFFFF;
    font-size: calc(18/750*100vw);
    width: calc(660/750*100vw);
    margin: 20px auto 0;
}

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

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

.dvdBlurayCp .store_search-wrap dt {
    background-color: #FF4872;
}

.dvdBlurayCp .store_search-wrap dd {
    padding: 0 0 calc(1/750*100vw);
}

.dvdBlurayCp .store_note {
    color: #FFFFFF;
}

/* faq */
.faq {
    padding-bottom: 90px;
    margin-top: 0px;
    background-color: #FCDA08;
    background: #FFD800;
    background-image:
        url(/pc/img/feature/game_purchase/bg_faq.png);
    background-repeat: no-repeat;
    background-position:
        top;
    background-size:
        100% auto;
}

.faq h2 {
    color: #003A58;
    font-size: 46px;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 900;
    line-height: 3;
    text-align: center;
}

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

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

.faq_Q::before {
    background: #FFE96A;
    content: "Q";
    font-size: 46px;
    position: absolute;
    left: 0;
    top:0;
    text-align: center;
    height: 88px;
    width: 110px;
    padding-top: 10px;
}

.faq_Q {
    box-shadow: 0px 6px 0px 0px #33333333;
    position: relative;
    color: #333333;
    cursor: pointer;
    font-size: 30px;
    line-height: calc(45/30);
    padding: 22px 110px 22px 130px;
    background: #FFF3AD;
}

.faq_Q::after {
    content: '＋';
    position: absolute;
    top: 50%;
    right: 40px;
    color: 80px;;
    font-size: 50px;
    transform: translateY(-50%);
}

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

.faq_A::before {
    content: "A";
    color: #FE1469;
    font-size: 46px;
    height: 88px;
    left: 0;
    padding-top: 10px;
    position: absolute;
    top:0;
    text-align: center;
    width: 110px;
}

.faq_A {
    box-shadow: 0px 6px 0px 0px #33333333;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    padding: 40px 40px 40px 130px;
    position: relative;
}

.faq_A small{
    font-size: 14px;
}

.faq_A .green{
    color: #E8025F;
}

.faq .qa_btn {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.faq .qa_btn a {
    color: #FFF;
    text-decoration: none;
    background: #E8025F;
    display: block;
    width: fit-content;
    border-radius: 40px;
    position: relative;
    padding: 4px 11px 4px 4px;
    text-align: center;
    width: 200px;
}

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

.faq .qa_btn a:nth-child(1) span {
    right: 33px;
}

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

.kaitoriCP_banner a {
    display: block;
    margin: 0 auto 50px;
    width: calc(680/750*100vw);
}

/* 店舗リスト radioボタン */
.kaitoriCP_store-list{
    margin: calc(24/375*100vw) auto calc(20/375*100vw);
    width: calc(524/750*100vw);
}

.kaitoriCP_store-list li {
    font-weight: bold;
    margin-bottom: calc(14 / 375 * 100vw);
}

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

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

.kaitoriCP_store-list li label {
    cursor: pointer;
    display: flex;
    align-items: center;
}
