@charset "UTF-8";

body {
    background-image: url(../img/main/main_bg.png);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    margin: 0;
}

@media screen and (max-width:599px) {
    body {
        background-image: url(../img/main/sp-main_bg.png);
    }
}

a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

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

/* common */

h2 {}

h3 {
    margin-bottom: 38px;
}

h4 {
    background-image: linear-gradient(to right, #b80000, #e6002e, #b80000);
    line-height: 0;
    text-align: center;
    padding: 14px;
}

p {
    font-size: 14px;
    line-height: 1.7;
}

.text-area {
    text-align: left;
}

table {
    border-collapse: separate;
    border-spacing: revert;
    color: #fff;
    font-size: 14px;
}

table th {
    background-color: #0f2b96;
    padding: 12px 0;
    text-align: center;
    vertical-align: middle;
}

table td {
    background-color: #3d56ba;
    padding: 12px 25px;
    vertical-align: middle;
}

.flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 59px;
    justify-content: center;
}

.flex-box__text {
    margin-top: 20px;
    text-align: left;
    width: 42%;
}

@media screen and (max-width:599px) {
    .flex-box {
        gap: 30px;
    }

    .flex-box__text {
        width: unset;
    }
}

.package .flex-box__text img {
    margin-bottom: 30px;
}

.package .flex-box {
    justify-content: space-between;
    font-size: 14px;
    text-align: left;
}

@media screen and (max-width:929px) {
    .package .flex-box {
        justify-content: center;
    }
}


.package .flex-box__img {
    width: 50%;
    padding-left: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width:929px) {
    .package .flex-box__text {
        margin: 0 auto;
        width: 50%;
        margin-top: 20px;
    }

    .package .flex-box__text img {
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }

    .package .flex-box__img {
        width: 100%;
        padding-left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 35px;
    }
}

@media screen and (max-width:599px) {

    .rule .container-box__title img,
    .package .container-box__title img {
        width: 95%;
    }

    .rule .flex-box__text,
    .package .flex-box__text,
    .about .about__text {
        width: 100%;
    }

    .package .flex-box__img {
        width: 100%;
        padding-left: 0;
        flex-direction: column;
    }
}

.flex-box__text span {
    color: #ff7200;
}

.container-box {
    margin: 70px 10px 0;
}

.container-box__title {
    background-image: url(../img/common/container-box__title-background.png), linear-gradient(to right, #00147a, #0f5abf, #00147a);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-image: linear-gradient(to right, #b80000, #e6002e, #b80000) 1;
    text-align: center;
    padding: 16px;
    position: relative;
}

.container-box__main {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url(../img/common/container-box_background.png);
    text-align: center;
    padding: 7%;
}

.l-inner {
    margin: 0 auto;
    max-width: 1020px;
    min-width: 1000px;
}

@media screen and (max-width:599px) {
    .l-inner {
        min-width: 0;
    }
}

@media screen and (max-width:599px) {
    .container-box__title::before {
        display: none !important;
    }
}




/* ring */

.ring {
    animation: moveUpDown 1.5s infinite alternate;
    position: fixed;
    z-index: -999;
    width: 100%;
}

.ring img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

@keyframes moveUpDown {
    from {
        top: 0;
    }

    to {
        top: -20px;
    }
}





/* main */

.main {
    min-width: 1000px;
}

@media screen and (max-width:599px) {
    .main {
        min-width: unset;
    }
}

.main-img {
    width: 100%;
}




/* intro */

@media screen and (max-width:599px) {
    .intro {
        margin-top: 30px;
    }
}

.intro-img {
    width: 100%;
}




/* point */

.point .container-box__title::before {
    content: "";
    display: block;
    width: 105px;
    height: 169px;
    background-image: url(../img/point/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -58px;
    right: 249px;
}





/* howto */

.howto .container-box__title::before {
    content: "";
    display: block;
    width: 91px;
    height: 147px;
    background-image: url(../img/howto/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    right: 331px;
}





/* beginners */

.container-box__main .banner img {
    margin-bottom: 59px;
}

.flex-box__content {
    max-width: 400px;
}

.p-beginners__ss {
    margin-bottom: 10px;
}

.beginners .container-box__title::before {
    content: "";
    display: block;
    width: 91px;
    height: 178px;
    background-image: url(../img/beginners/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -73px;
    left: 214px;
}

.flex-box__content-arrow {
    position: relative;
}

.flex-box__content-arrow::before {
    content: "";
    display: block;
    width: 55px;
    height: 61px;
    background-image: url(../img/beginners/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 204px;
    left: -53px;
}

@media screen and (max-width:599px) {
    .flex-box__content-arrow::before {
        display: none !important;
    }
}

.notion {
    margin-top: 20px;
    text-align: left;
}




/* rule */

.rule a {
    color: #fff;
    text-decoration: none;
}

.rule-table {
    margin-bottom: 64px;
}

.rule-table th {
    width: 33%;
}

.image01 {
    margin: -50px 0 43px;
}

.rule__text {
    margin-bottom: 40px;
    text-align: left;
}

.character-table {
    margin-top: 20px;
    width: 100%;
}

.character-table td {
    text-align: center;
    width: 9px;
    padding: 0;
}

.character-table .left {}

.rule-table td img {
    display: block;
    height: auto;
}


/* .character-table td:last-child {
    text-align: unset;
}

.character-table tbody img {
    display: block;
}

.character-table tbody tr {
    border-top: solid 2px rgba(255, 255, 255, 1);
}

.character-table tr:nth-of-type(-n + 2) td:nth-of-type(2) {
    border-right: solid 2px rgba(255, 255, 255, 1);
}

@media screen and (max-width:599px) {
    .character-table tr:nth-of-type(-n + 2) td:nth-of-type(2) {
        padding: 0 10px;
    }
}

.character-table tr:nth-of-type(n + 3) td:nth-of-type(3) {
    border-right: solid 2px rgba(255, 255, 255, 1);
}

.character-table tr:nth-of-type(n + 3) td:nth-of-type(2) {
    padding-left: 20px;
}

.character-table td:last-child {
    width: 30%;
}  */

.rule .container-box__title::before {
    content: "";
    display: block;
    width: 98px;
    height: 156px;
    background-image: url(../img/rule/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    right: 90px;
}





/* package */

.package a {
    color: #fff;
    text-decoration: none;
}

.img-ss p {
    margin: 0;
    text-align: center;
}

.map {
    width: 350px;
    height: 270px;
    margin-right: 40px;
}

@media screen and (max-width:599px) {
    .map {
        object-fit: contain;
        margin-right: 0;
    }
}

.package-content {
    background-color: #fff;
    padding: 5px;
    margin-top: 48px;
}

.package-content .package-content__main .flex-box {
    justify-content: normal;
    gap: 20px;
}

.flex-box__text a {
    color: unset;
    text-decoration: underline;
}

.package-content .package-content__main .flex-box .item-details {
    margin-top: 12px;
}

/* .package-content .package-content__main .item {
    width: 100px;
    object-fit: contain;
    padding: 25px;
    border: 1px solid #c9c9c9;
    aspect-ratio: 1 / 1;
} */
.package-content .package-content__main .item {
    width: 148px;
    height: 148px;
    aspect-ratio: 112 / 130;
    object-fit: none;
    border: 1px solid #c9c9c9;
    object-position: center;
}

.package-table {
    margin-bottom: 10px;
    width: 100%;
}

.package .container-box__title::before {
    content: "";
    display: block;
    width: 174px;
    width: 90px;
    height: 148px;
    background-image: url(../img/package/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -55px;
    left: 12px;
    left: 90px;
}

.item-details img {
    display: block;
    margin: 10px 0;
}





/* story */

.story .container-box__title::before {
    content: "";
    display: block;
    width: 93px;
    height: 154px;
    background-image: url(../img/story/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -53px;
    right: 351px;
}





/* about */

.about {
    margin-bottom: 190px;
}

.about__text {
    text-align: left;
    width: 58%;
}

.about__text .button {
    margin-top: 25px;
}

.about .container-box__title::before {
    content: "";
    display: block;
    width: 97px;
    height: 156px;
    background-image: url(../img/about/character.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -57px;
    left: 284px;
}




/* footer */

.copyright-sega {
    width: 75px;
}