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/pc/img/campaign/retorogamesoft_kaitori/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/pc/img/campaign/retorogamesoft_kaitori/mv_bg_item.png) center bottom / 1200px no-repeat,
        url(/v2/pc/img/campaign/retorogamesoft_kaitori/mv_bg.png) center / 2000px no-repeat;
}

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

/* lead
-----------------------------------------------------------*/
.lead {
    padding: 97px 0 64px;
    background: url(/v2/pc/img/campaign/retorogamesoft_kaitori/fusen.png) no-repeat calc(50% + 394px) 50px / 67px;
}

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

/* items
-----------------------------------------------------------*/
.items {
    padding: 100px 0 0;
    background:
        url(/v2/pc/img/campaign/retorogamesoft_kaitori/cloud1.png) no-repeat calc(50% - 722.5px) 460px / 415px,
        url(/v2/pc/img/campaign/retorogamesoft_kaitori/cloud2.png) no-repeat calc(100% + 42px) 807px / 816px;
}

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

.item_list>li {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(/v2/pc/img/campaign/retorogamesoft_kaitori/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);
}

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

.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: 102px 0 190px;
    background:
        url(/v2/pc/img/campaign/retorogamesoft_kaitori/fusen.png) no-repeat calc(50% - 373px) 80px / 67px,
        url(/v2/pc/img/campaign/retorogamesoft_kaitori/ground.png) repeat-x bottom / 100%;
}

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

.example_item_wrap {
    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/pc/img/campaign/retorogamesoft_kaitori/dot_top_left.png) no-repeat center / contain;
    z-index: 1;
}

.example_item_wrap.bg_top::after {
    left: initial;
    right: 0;
    background: url(/v2/pc/img/campaign/retorogamesoft_kaitori/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/pc/img/campaign/retorogamesoft_kaitori/dot_bottom_left.png) no-repeat center / contain;
    z-index: 1;
}

.example_item_wrap.bg_bottom::after {
    left: initial;
    right: 0;
    background: url(/v2/pc/img/campaign/retorogamesoft_kaitori/dot_bottom_right.png) no-repeat center / contain;
}

.example_list {
    display: flex;
    justify-content: space-between;
}

.example_item {
    width: 460px;
    padding: 40px;
    background-color: white;
    border: 5px solid black;
    text-align: center;
}

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

.example_name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 30px;
}

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

.example_price {
    font-size: 56px;
    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;
}

.btn_store {
    width: 397px;
    height: 96px;
    background: url(/v2/pc/img/campaign/retorogamesoft_kaitori/btn_store.png) no-repeat center / contain;
    display: flex;
    justify-content: center;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 1;
    padding-top: 25px;
    margin: 0 auto;
    margin-top: 45px;
    cursor: pointer;
    text-decoration: none;
}

.btn_store:hover {
    color: #FFF;
    text-decoration: none;
    opacity: 0.6;
}

/* comment
-----------------------------------------------------------*/
.comment {
    background-color: #FFFFFF;
    padding: 0 0 96px;
}

.title_comment_wrap {
    background-color: #FE4971;
    padding: 33px 0;
}

.title_comment {
    background-color: #FE4971;
    color: #FFF;
    font-weight: bold;
    font-size: 56px;
    line-height: 1.3;
    width: fit-content;
    margin: 0 auto;
}

.title_comment span {
    font-size: 86px;
    color: #FFFF00;
}

.banner {
    background-color: #FFFFFF;
    padding: 0 0 96px;
}

.banner>li {
    width: 700px;
    margin: 0 auto;
}

.banner>li:hover {
    opacity: 0.6;
}