body {
    background-color: white;
}

body .retorogamesoft_kaitori * {
    font-family: "游ゴシック体";
}

#wrap {
    min-width: 1080px;
    max-width: 1920px;
}

#contents.singlePage {
    width: 100%;
}

.retorogamesoft_kaitori {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    background-color: #6ACFF4;
}

.retorogamesoft_kaitori section {
    width: 100%;
}

.retorogamesoft_kaitori .inner-lg {
    width: 1200px;
    margin: 0 auto;
}

.retorogamesoft_kaitori .inner-sm {
    width: 1000px;
    margin: 0 auto;
}

.retorogamesoft_kaitori .title_wrap {
    width: 100%;
    text-align: center;
}

.retorogamesoft_kaitori .title_wrap h2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 562px;
    height: 154px;
    margin: 0 auto;
    background: url(/v2/img/retrogame/bg_title.svg) no-repeat center / contain;
}

.retorogamesoft_kaitori .title_wrap h2 span {
    position: relative;
    top: -15px;
    font-size: 62px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.img-center {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.hideItem {
    display: none;
}

/* mv
-----------------------------------------------------------*/
.mv {
    position: relative;
    display: block;
    width: min(2000px, 100%);
    height: 623px;
    margin: 0 auto;
    background:
        url(/v2/img/retrogame/mv_bg_item.png) center bottom / 1200px no-repeat,
        url(/v2/img/retrogame/mv_bg.png) center / 2000px no-repeat;
}

.mv img {
    width: 757px;
    margin: 0 auto;
    padding-top: 50px;
}

.mv_main {
    width: 887px;
    margin: 0 auto;
    padding-top: 50px;
}


/* lead
-----------------------------------------------------------*/

.lead {
    padding: 64px 0;
    background: url(/v2/img/retrogame/fusen.png) no-repeat calc(50% + 424px) 20px / 67px;
}

.lead h1 {
    width: fit-content;
    margin: 0 auto;
}

/* items
-----------------------------------------------------------*/
.items {
    background: url(/v2/img/retrogame/cloud1.png) no-repeat calc(50% - 722.5px) 360px / 415px,
        url(/v2/img/retrogame/cloud2.png) no-repeat calc(100% + 42px) bottom / 816px;
    padding-bottom: 40px;
}

.items h2 {
    text-align: center;
}

.item_list {
    display: grid;
    gap: 20px 80px;
    grid-template-columns: repeat(2, 460px);
    grid-template-rows: repeat(10,54px);
    grid-auto-flow: column;
    margin-top: 50px;
}

.item_list>li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/v2/img/retrogame/base.png) no-repeat top left / cover;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -0.02rem;
    line-height: calc(44/20);
}

.item_list>li span {
    font-weight: bold;
}

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

.item_notes {
    width: fit-content;
    margin: 0 auto;
    margin-top: 45px;
}

.item_notes p {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    font-weight: normal;
    line-height: calc(27/16);
}

/* example
-----------------------------------------------------------*/
.example {
    padding: 62px 0 0;
    background: url(/v2/img/retrogame/fusen.png) no-repeat calc(50% - 405px) 37px / 67px
}

.example h2 {
    width: fit-content;
    margin: 0 auto;
    line-height: 0;
}

.example_item_wrap {
    display: flex;
    position: relative;
}

.example_item_wrap.bg_top::before,
.example_item_wrap.bg_top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(/v2/img/retrogame/dot_top_left.png) no-repeat center / contain;
    z-index: 1;
}

.example_item_wrap.bg_top::after {
    left: initial;
    right: 0;
    background: url(/v2/img/retrogame/dot_top_right.png) no-repeat center / contain;
}

.example_item_wrap.bg_bottom::before,
.example_item_wrap.bg_bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(/v2/img/retrogame/dot_bottom_left.png) no-repeat center / contain;
    z-index: 1;
}

.example_item_wrap.bg_bottom::after {
    background: url(/v2/img/retrogame/dot_bottom_right.png) no-repeat center / contain;
    bottom: -0.2px;
    left: initial;
    right: 0;
}

.example_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.example_item {
    background-color: white;
    border: 5px solid black;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 40px 33px;
    text-align: center;
    width: 235px;
}

.example_image img {
    display: block;
    margin: 0 auto;
}

.example_name {
    display: flex;
    flex: 1;
    font-size: 18px;
    font-weight: bold;
    justify-content: center;
    letter-spacing: -0.05em;
    line-height: 1.5;
    margin-top: 20px;
}

.example_priceLabel {
    width: fit-content;
    margin: 20px auto 5px;
    padding: 5px 20px;
    background-color: #F7224C;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: white;
}

.example_price {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #F7224C;
}

.example_price span {
    font-size: 25px;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.example_priceDate {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1;
}

.example_notes {
    margin-top: 45px;
    font-size: 16px;
}

/* buyhard
-----------------------------------------------------------*/
.hard {
    padding: 102px 0 190px;
    background: url(/v2/img/retrogame/ground.png) repeat-x bottom / auto 90px;
}

.hard .item_notes {
    margin: 25px auto 70px;
}

.buyhard  {
    text-align: center;
}

.buyhard > img {
    display: block;
    margin: 0 auto 40px;
}


/* step
-----------------------------------------------------------*/
.stepContents,
.stepSlide_wrapper {
    margin-top: 40px;
}

.stepSlede_inner p.-caption {
    font-size: 12px;
    margin-top: 10px;
}


/*btnCompliance
-----------------------------------------------------------*/
#btnCompliance.media {
    background: #AC2B2B;
    bottom: 10px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    box-sizing: border-box;
    height: 115px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    width: 160px;
    z-index: 1000;
}


#btnCompliance.media a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 24px 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    width: 100%;
    height: 100%;
}

#btnCompliance.media:hover {
    width: 165px;
}

#btnCompliance.media a::before {
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 22px;
    position: absolute;
    left: 50%;
    bottom: 40%;
    transform: translateX(-50%);
    width: 22px;
}


#btnCompliance.media a::after {
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    content: '';
    display: inline-block;
    height: 8px;
    margin: 0 0 2px 5px;
    transform: translateX(-50%) rotate(-45deg);
    width: 8px;
    bottom: 43%;
    left: 46%;
}