@charset "utf-8";

/* 共通 */
.maincontents {
    position: relative;
    background-image: url(../img/main-bg.jpg);
    background-repeat: repeat;
    background-size: 1100px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.error,
.special-contents,
.news-contents {
    border-top: none;
}

.maincontents::before {
    position: absolute;
    content: "";
    background-image: url(../img/bg-dot.png);
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    z-index: 0;
    background-repeat: repeat-y;
}

.maincontents::after {
    position: absolute;
    content: "";
    background-image: url(../img/bg-dot.png);
    left: 0;
    top: 0;
    width: 200px;
    height: 100%;
    transform: scaleX(-1);
    z-index: 0;
    background-repeat: repeat-y;
}

section {
    margin-top: 5em;
}

#top {
    margin-top: 0;
}

.big_title {
    font-size: clamp(3.75rem, 2.5229rem + 5.2356vw, 6.875rem);
    width: fit-content;
    margin: auto;
}

.prev {
    position: absolute;
    content: "";
    background-image: url(../img/slick_arrow.png);
    left: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.next {
    position: absolute;
    content: "";
    background-image: url(../img/slick_arrow.png);
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.movie-prev {
    position: absolute;
    content: "";
    background-image: url(../img/news_arrow.png);
    left: -20px;
    top: 0;
    bottom: -153%;
    margin: auto;
    width: 20px;
    height: 20px;
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.movie-next {
    position: absolute;
    content: "";
    background-image: url(../img/news_arrow.png);
    right: -20px;
    top: 0;
    bottom: -153%;
    margin: auto;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.text-kome {
    font-size: 0.8em;
}

.sub-img {
    border: #fff solid 1px;
}

#loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFCC33;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-inner {
    color: #282828;
    font-size: clamp(1.25rem, -0.0449rem + 5.5249vw, 4.375rem);
    text-align: center;
}

.top_loading_logo {
    max-width: 1000px;
    width: 80%;
    margin: 0 auto 0.4em;
}

@media only screen and (max-width: 768px) {
    .maincontents::before {
        width: 130px;
        background-size: contain;
        right: -6%;
    }

    .maincontents::after {
        width: 130px;
        background-size: contain;
        left: -6%;
    }

    .maincontents {
        background-size: 800px;
    }

    .prev {
        left: -14px;
        width: 40px;
        height: 40px;
    }

    .next {
        width: 40px;
        height: 40px;
        right: -14px;
    }

}

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

    .maincontents {
        background-size: 500px;
    }

    .prev {
        left: -14px;
        width: 30px;
        height: 30px;
    }

    .next {
        width: 30px;
        height: 30px;
        right: -14px;
    }

    .top_loading_logo {
        margin: 0 auto 0.7em;
    }
}

/* トップ */
.top-fv {
    width: 100%;
    position: relative;
}

.top-mainvisual {
    width: 100%;
    position: relative;
    background-color: #ffcc33;
    max-height: 100vh;
}

.top-chara_img {
    display: block;
    width: 90%;
    max-width: 1800px;
    margin: auto;
}

.top-chara_img img {
    margin-top: 1em;
}

.top-mainlogo_img {
    position: absolute;
    max-width: 1150px;
    width: 62%;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: auto;
}

.top-logo {
    width: 100%;
    justify-content: space-between;
    display: flex;
    position: absolute;
    z-index: 999;
}

.top-machine_img {
    width: 30%;
    max-width: 330px;
    padding: 1em;
}

.top-sns_img,
.top-menu_img {
    width: 10%;
    max-width: 150px;
}

.top_nav {
    width: 100%;
    background: linear-gradient(90deg, #000001, #000067);
    border-bottom: #fff 1px solid;
    position: relative;
    z-index: 99;
    box-shadow: 0px 4px 7px 0px #32373c6e;
}

.top_nav .top_nav-links {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: auto;
    gap: 2em;
}

.top_nav a {
    color: #fff;
    font-size: 25px;
    margin: 0.5em auto;
    line-height: 1;
}

.top_nav a:hover {
    filter: brightness(0.9);
}

.top_nav .button_link:last-child {
    padding-left: 1em;
    border-left: #fff solid 1px;
    color: #fbec7d;
}

.menu_button_sp {
    display: none;
}

.menu_button_sp.menu_visible {
    height: 100lvh;
    background: #ffcc33;
}

.top-product-logo {
    position: absolute;
    bottom: 3%;
    right: 3%;
    max-width: 400px;
    width: 30%;
}

.top-product-logo:hover {
    filter: brightness(0.9);
}

@media only screen and (max-width: 768px) {
    .top-chara_img img {
        margin-top: 0;
    }

    .top-chara_img {
        width: 100%;
        padding-top: 2em;
    }

    .top-machine_img {
        width: 50%;
        max-width: 250px;
        padding: 0em;
    }

    .top-sns_img,
    .top-menu_img {
        width: 20%;
        max-width: 100px;
    }

    .top_menu_sp {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
    }

    .top-menu_img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .menu_button_contents {
        width: 100%;
        position: absolute;
        font-size: 24px;
        top: 20%;
        bottom: 0;
        margin: auto;
        overflow-y: auto;
        padding: 0 30px;
    }

    .button_link {
        width: 100%;
        color: #282828;
        display: block;
        position: relative;
        margin: auto;
        margin: 0.3em auto;
        padding-bottom: 0.3em;
        border-bottom: 1px #fbec7d solid;
    }

    .button_link::before {
        position: absolute;
        bottom: -3px;
        content: "";
        background-color: #fbec7d;
        width: 5px;
        height: 5px;
        left: 0;
        transform: rotate(45deg);
    }

    .button_link::after {
        position: absolute;
        bottom: -3px;
        content: "";
        background-color: #fbec7d;
        width: 5px;
        height: 5px;
        right: 0;
        transform: rotate(45deg);
    }

    .button_link:nth-last-child(-n+3)::before {
        content: none;
    }

    .button_link:nth-last-child(-n+3)::after {
        content: none;
    }


    .button_link:nth-last-child(3) {
        border-bottom: none;
    }

    .button_link:nth-last-child(2) {
        text-align: center;
        padding-top: 0.3em;
        border: none;
        outline: 1.5px solid #282828;
        outline-offset: 0px;
    }

    .button_link:last-child {
        width: 50px;
        margin: 2em auto;
        border-bottom: none;
    }

    .top-mainlogo_img {
        width: 88%;
        bottom: 10%;
    }

    .top-mainvisual {
        max-height: none;
    }

    .top-product-logo {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    .top-mainlogo_img {
        width: 92%;
        bottom: 12%;
    }
}

/* バナー */
.banner_area {
    padding-top: 5em;
    margin: auto;
    max-width: 1000px;
}

.slick_banner {
    display: flex;
    justify-content: center;
}

.banner_contents {
    padding: 0 10px;
}

.banner_contents img {
    border: #000066 2px solid;
}

@media only screen and (max-width: 768px) {
    .banner_area {
        padding-top: 3em;
    }
}

@media only screen and (max-width: 480px) {
    .banner_contents {
        padding: 0 5px;
    }
}

/* 導入 */
.contents-lead_text_detail {
    font-size: clamp(1rem, 0.8282rem + 0.733vw, 1.4375rem);
    font-weight: bold;
    transform: skewX(-7deg);
}

.contents-lead_text_title {
    background-color: #000;
    width: fit-content;
    padding: 0.8em 2em;
    margin-bottom: 3em;
    margin-top: 3em;
    position: relative;
}

.contents-lead_text_title::before {
    height: 0%;
    display: block;
    position: absolute;
    right: -69px;
    content: "";
    border-top: solid 138px #000000;
    border-right: solid 70px transparent;
    top: 0;
}

.contents-lead_text_date {
    font-size: 100px;
    line-height: 0.8;
    color: #E36F56;
    width: 100%;
    text-align: center;
}

.contents-lead_text_sale {
    color: #ffffff;
    width: 100%;
    text-align: center;
    line-height: 0.8;
    font-size: 40px;
    position: relative;
    max-width: 450px;
    margin: auto;
}

.contents-lead_text_sale::before {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #fff;
    width: 30%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.contents-lead_text_sale::after {
    position: absolute;
    content: "";
    height: 1px;
    background-color: #fff;
    width: 30%;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.contents-lead_text_detail span {
    font-size: clamp(1.5rem, 1.2151rem + 1.2155vw, 2.1875rem);
}

#contents-lead .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contents-lead_text {
    width: 40%;
}

.contents-lead_img {
    width: 70%;
    margin-right: -20%;
}

.contents-lead_img_drawing {
    width: 100%;
}

.contents-lead_imgs {
    display: flex;
    gap: 2em;
    justify-content: center;
    margin-top: -8em;
    position: relative;
    z-index: 2;
}

.contents-lead_imgs_pic {
    transform: rotate(-4deg);
    width: 33.3%;
    max-width: 600px;
    border: #ffffff 4px solid;
    border-radius: 4px;
}

.contents-lead_imgs_pic:nth-child(2n) {
    transform: rotate(4deg);
}

.contents-lead_text_sale-inner {
    position: relative;
}

.contents-lead_text_sale-inner::before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 5px;
    height: 5px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

.contents-lead_text_sale-inner::after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 5px;
    height: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}

@media only screen and (max-width: 1200px) {
    .contents-lead_text_date {
        font-size: 70px;
    }

    .contents-lead_text_title::before {
        right: -69px;
        border-top: solid 112px #000000;
        border-right: solid 70px transparent;
    }

    .contents-lead_text_title {
        margin-bottom: 1em;
    }

    .contents-lead_imgs {
        margin-top: -6em;
    }

    .contents-lead_text_sale::before {
        width: 23%;
    }

    .contents-lead_text_sale::after {
        width: 23%;
    }
}

@media only screen and (max-width: 960px) {
    .contents-lead_img {
        width: 100%;
        margin: auto;
    }

    .contents-lead_text_title::after {
        left: -69px;
        border-bottom: solid 112px #000000;
        border-left: solid 70px transparent;
        height: 0%;
        display: block;
        position: absolute;
        content: "";
        top: 0;
    }

    .contents-lead_text {
        width: fit-content;
        margin: auto;
    }

    .contents-lead_text_sale::before {
        width: 20%;
    }

    .contents-lead_text_sale::after {
        width: 20%;
    }
}

@media only screen and (max-width: 480px) {
    .contents-lead_text_detail {
        text-align: center;
        transform: skewX(-7deg);
        margin: 1em auto;
    }

    .contents-lead_text {
        width: 100%;
    }

    .contents-lead_text_date {
        font-size: 45px;
    }

    .contents-lead_text_sale {
        font-size: 30px;
    }

    .contents-lead_img {
        width: 100%;
        margin-right: 0%;
    }

    .contents-lead_text_title {
        margin: auto;
    }

    .contents-lead_text_title::before {
        right: -42px;
        border-top: solid 83px #000000;
        border-right: solid 43px transparent;
    }

    .contents-lead_text_title::after {
        left: -42px;
        border-bottom: solid 83px #000000;
        border-left: solid 43px transparent;
        height: 0%;
        display: block;
        position: absolute;
        content: "";
        top: 0;
    }

    .contents-lead_imgs {
        margin-top: -2em;
        flex-wrap: wrap;
        gap: 2em;
    }

    .contents-lead_imgs_pic {
        width: 85%;
        border: #ffffff 3px solid;
    }

    .contents-lead_imgs {
        margin-top: -2em;
    }

    .contents-lead_img_drawing {
        width: 160%;
        margin-left: -30%;
    }
}

/* ニュース */
.news-movie {
    width: 100%;
    padding-bottom: 8em;
}

.news-movie .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2em;
}

#news {
    width: 45%;
}

.news_links {
    background-color: #FFFAEB;
    padding: 5em 3em;
    border-radius: 5px;
    border: 1.5px solid #878788;
    position: relative;
}

.movie-thumb_contents img {
    display: block;
    aspect-ratio: 1300 / 724;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.thumbnail .slick-initialized .slick-slide {
    padding: 0 7px;
    margin-top: 14px;
}

.dec1::before {
    content: "";
    top: 0.5em;
    left: 0.5em;
    background-image: url(../img/card-dec.png);
    aspect-ratio: 1 / 1;
    width: 6em;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.dec1::after {
    content: "";
    bottom: 0.5em;
    right: 0.5em;
    background-image: url(../img/card-dec.png);
    aspect-ratio: 1 / 1;
    transform: rotate(-180deg);
    width: 6em;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}

.news_scroll {
    width: 100%;
    height: 170px;
    overflow-y: auto;
    padding-right: 1em;
}

.news_scroll table {
    width: 100%;
}

.news_link {
    width: 100%;
    border-top: #000066 1px solid;
}

.news_tag {
    width: 100%;
    display: block;
    padding: 1em 0;
    position: relative;
}

.news_tag a {
    z-index: 99;
    position: relative;
    width: 90%;
    display: block;
}

.news_link_date {
    display: block;
    width: fit-content;
    background-color: #000066;
    padding: 0 1em;
    line-height: 1;
    color: #fff;
}

.news_tag::after {
    content: "";
    background: url(../img/news_arrow.png);
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    bottom: 0;
    top: -16px;
    margin: auto;
    background-size: contain;
}

@media only screen and (max-width: 1000px) {
    .news-movie .wrapper {
        flex-wrap: wrap;
    }

    #news {
        width: 100%;
        max-width: 768px;
        margin: 5em auto 0;
    }

    #news {
        width: 100%;
        max-width: 690px;
        margin: 5em auto 0;
    }

    .contents-lead_imgs {
        margin-top: -3em;
    }
}

@media only screen and (max-width: 480px) {
    .news_links {
        padding: 3em 2em;
    }

    .news-movie {
        padding-bottom: 5em;
    }
}

/* MOVIE */
#movie {
    width: 55%;
    background-color: #FFFAEB;
    border-radius: 5px;
    border: 1.5px solid #878788;
    position: relative;
}

.movie_contents {
    max-width: 700px;
    padding: 3em;
}

.youtube {
    position: relative;
}

#movie .youtube_ctrl {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#movie .youtube_play {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 5;
    width: 160px;
}

#movie .youtube_ctrl_img {
    margin: auto;
    aspect-ratio: 66 / 38;
    object-fit: cover;
    width: 100%;
}

.slick_movie {
    width: 100%;
    cursor: pointer;
}

.youtube::before {
    content: "";
    background: #0000008c;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.youtube_ctrl:has(iframe) {
    padding-top: 56.25%;
}

#movie .youtube_ctrl iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.thumbnail {
    margin-top: 0.5em;
}

.movie-thumb_contents {
    padding: 0 0.25em;
}

@media only screen and (max-width: 1000px) {
    #movie {
        width: 100%;
        max-width: 690px;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    #movie .youtube_play {
        width: 80px;
    }

    .movie_contents {
        padding: 2em;
    }
}

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

    .movie_contents {
        padding: 2em;
    }
}

/* ストーリー */
#story {
    margin-top: 9em;
    margin-bottom: 10em;
    position: relative;
}

#story .wrapper {
    position: unset;
}

.story_imgs {
    position: absolute;
    left: -5%;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30%;
    height: fit-content;
    z-index: -1;
    max-width: 500px;
    opacity: 0.9;
}

.story_imgs:nth-child(2n) {
    left: auto;
    right: -5%;
    top: 0;
    bottom: 0;
    margin: auto;
}

#story .big_title {
    color: #fff;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
    border-bottom: 1px solid #fff;
    position: relative;
}

#story .big_title::before {
    position: absolute;
    content: "";
    background: url(../img/story_title-dec-tri.png);
    background-size: contain;
    width: 30px;
    height: 10px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
}

#story .big_title .story_title-dec {
    position: absolute;
    width: 130px;
    left: -126px;
    bottom: 4px;
}

#story .big_title .story_title-dec:nth-child(2) {
    right: -126px;
    left: auto;
    transform: scale(-1, 1);
}

.story_bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

.story_text span {
    display: block;
}

.story_text {
    margin-bottom: 1em;
}

.story_text_area {
    text-align: center;
    font-size: clamp(0.9375rem, 0.8148rem + 0.5236vw, 1.25rem);
    color: #fff;
    line-height: 2.2;
    width: fit-content;
    margin: auto;
}

@media only screen and (max-width: 1200px) {
    .story_imgs {
        left: -15%;
        width: 50%;
    }

    .story_imgs:nth-child(2n) {
        left: auto;
        right: -15%;
        width: 50%;
    }
}

@media only screen and (max-width: 640px) {
    #story .big_title .story_title-dec {
        width: 90px;
        left: -88px;
    }

    #story .big_title .story_title-dec:nth-child(2) {
        right: -88px;
        left: auto;
    }

    .story_text_area {
        text-align: left;
    }

    .story_text span {
        display: inline;
    }
}

@media only screen and (max-width: 480px) {
    #story {
        margin-top: 5em;
        margin-bottom: 5em;
    }

    .story_imgs {
        top: -22%;
        bottom: auto;
        width: 50%;
        transform: rotate(12deg);
    }

    .story_imgs:nth-child(2n) {
        left: auto;
        right: -14%;
        top: auto;
        bottom: -22%;
        margin: auto;
        transform: rotate(12deg);
    }

    #story .big_title .story_title-dec {
        width: 70px;
        left: -70px;
        bottom: 3px;
    }

    #story .big_title .story_title-dec:nth-child(2) {
        right: -70px;
        left: auto;
    }
}


/* CHARACTERS */
.text__bg {
    display: block;
    width: 100%;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #000000;
    transform-origin: left;
    transform: scaleX(0);
}

.vertical-text .text__bg {
    height: 100%;
    display: block;
    transform-origin: top center;
    transform: scaleY(0);
}

.text__word {
    opacity: 0;
}

.vertical-text .text__word {
    font-size: clamp(0.875rem, 0.6541rem + 0.9424vw, 1.4375rem);
    background-color: #282828;
    padding: 0.5em 0.15em;
    letter-spacing: 0.13em;
    font-weight: 500;
}

.text {
    color: #fff;
    position: relative;
    margin-bottom: 0.3em;
    margin-left: 1em;
    display: block;
    height: fit-content;
}

.comment_area {
    writing-mode: vertical-rl;
    text-orientation: upright;
    -ms-writing-mode: tb-rl;
}

.vertical_word_2col {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    line-height: 1 !important;
}

.text_area {
    width: 100%;
    margin: auto;
    height: fit-content;
    position: relative;
}

.vertical-text {
    display: none;
}

.vertical-text.show {
    display: flex;
    opacity: 1;
}

.vertical-text .img {
    width: 100%;
}

.comment_area {
    position: absolute;
    top: 0em;
    left: 44%;
}

.info_area {
    width: 40%;
    z-index: 2;

}

.chara_img {
    width: 60%;
    position: relative;
}

.sub-img {
    width: 80%;
    margin-bottom: 1em;
}

.info_chara {
    background-color: #282828;
    width: fit-content;
    padding: 0.8em 3em 0.8em 10em;
    margin-bottom: 3em;
    margin-top: 3em;
    position: relative;
    color: #fff;
}

.info_chara.gwendol {
    padding: 0.8em 3em 0.8em 8em !important;
}

.info_chara::before {
    height: 0%;
    display: block;
    position: absolute;
    right: -66px;
    content: "";
    border-top: solid 107px #282828;
    border-right: solid 67px transparent;
    top: 0;
}

.info_chara_name {
    font-size: 50px;
    width: 230px;
    letter-spacing: 0.15em;
    font-weight: bold;
    position: relative;
}

.info_chara_voice-name {
    position: absolute;
    color: #000;
    bottom: -1em;
    right: -2.5em;
    background-color: #FBEC7D;
    font-weight: bold;
    letter-spacing: 0.15em;
    padding: 0 1em;
    font-size: 20px;
}

.info_chara_voice-name::before {
    height: 0%;
    display: block;
    position: absolute;
    right: -20px;
    content: "";
    border-top: solid 34px #FBEC7D;
    border-right: solid 20px transparent;
    top: 0;
}

.info_chara_voice-name::after {
    height: 0%;
    display: block;
    position: absolute;
    left: -20px;
    content: "";
    border-bottom: solid 34px #FBEC7D;
    border-left: solid 20px transparent;
    top: 0;
}

.gwendol .info_chara_name {
    width: 360px;
}

.info_chara_voice-name.gwendol {
    background-color: #19A8C6 !important;
    color: #fff;
}

.info_chara_voice-name.gwendol::before {
    border-top: solid 34px #19A8C6 !important;
}

.info_chara_voice-name.gwendol::after {
    border-bottom: solid 34px #19A8C6 !important;
}

.info_chara_voice-name.badger {
    background-color: #0E64AC !important;
    color: #fff;
}

.info_chara_voice-name.badger::before {
    border-top: solid 34px #0E64AC !important;
}

.info_chara_voice-name.badger::after {
    border-bottom: solid 34px #0E64AC !important;
}

.info_chara_voice-name.makobo {
    background-color: #73799B !important;
    color: #fff;
}

.info_chara_voice-name.makobo::before {
    border-top: solid 34px #73799B !important;
}

.info_chara_voice-name.makobo::after {
    border-bottom: solid 34px #73799B !important;
}

.info_chara_voice-name.zarom {
    background-color: #66AB53 !important;
    color: #fff;
}

.info_chara_voice-name.zarom::before {
    border-top: solid 34px #66AB53 !important;
}

.info_chara_voice-name.zarom::after {
    border-bottom: solid 34px #66AB53 !important;
}

.info_chara_voice-name.marie {
    background-color: #C2667B !important;
    color: #fff;
}

.info_chara_voice-name.marie::before {
    border-top: solid 34px #C2667B !important;
}

.info_chara_voice-name.marie::after {
    border-bottom: solid 34px #C2667B !important;
}

.characters_info_voice {
    display: flex;
    width: 87%;
    margin-bottom: 1em;
    max-width: 470px;
}

.characters_info_voice-btn {
    width: 31%;
}

.voice-control {
    cursor: pointer;
}

.voice-control:hover {
    filter: brightness(0.9);
}

.voice-btn.mute {
    opacity: 0.8;
}

.characters_linkitems {
    display: flex;
    gap: 1em;
    max-width: 730px;
    margin: -3em auto 0;
    z-index: 2;
    position: relative;
}

.characters_info_text {
    background-color: #282828;
    display: inline;
    color: #fff;
    padding: 0em 0.5em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.characters_info_text-tag {
    font-size: 0.8em;
    margin-top: 0.5em;
}

.linkitem {
    position: relative;
    cursor: pointer;
}

.linkitem:hover {
    filter: brightness(0.9);
}

.linkitem.active-chara::before {
    position: absolute;
    content: "";
    background: #0000008f;
    background-image: url(../img/active_select.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chara_slick {
    border: 1px solid #fff;
    width: 100%;
    margin-bottom: 1em;
}

#characters .slick-slide img {
    aspect-ratio: 700 / 394;
}

.info_chara_en-name {
    position: absolute;
    left: 15px;
    letter-spacing: 0.3em;
    top: 5px;
    color: #FBEC7D;
    font-size: clamp(0.6875rem, 0.5839rem + 0.442vw, 0.9375rem);
}

.gwendol .info_chara_en-name {
    color: #19A8C6 !important;
}

.badger .info_chara_en-name {
    color: #0E64AC !important;
}

.makobo .info_chara_en-name {
    color: #73799B !important;
}

.zarom .info_chara_en-name {
    color: #66AB53 !important;
}

.marie .info_chara_en-name {
    color: #C2667B !important;
}

.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

@media only screen and (max-width: 1300px) {
    .characters_linkitems {
        margin: 0em auto 0;
    }
}

@media only screen and (max-width: 1200px) {
    .info_chara_name {
        font-size: 40px;
    }

    .info_chara {
        padding: 0.8em 0em 0.8em 5em;
    }

    .info_chara_voice-name {
        font-size: 15px;
    }

    .info_chara::before {
        right: -66px;
        border-top: solid 92px #282828;
        border-right: solid 67px transparent;
    }

    .info_chara_voice-name::before {
        border-top: solid 26px #FBEC7D;
        border-right: solid 20px transparent;
    }

    .info_chara_voice-name::after {
        border-bottom: solid 26px #FBEC7D;
        border-left: solid 20px transparent;
    }

    .info_chara_voice-name.gwendol::before {
        border-top: solid 26px #19A8C6 !important;
    }

    .info_chara_voice-name.gwendol::after {
        border-bottom: solid 26px #19A8C6 !important;
    }

    .info_chara_voice-name.badger {
        background-color: #0E64AC !important;
        color: #fff;
    }

    .info_chara_voice-name.badger::before {
        border-top: solid 26px #0E64AC !important;
    }

    .info_chara_voice-name.badger::after {
        border-bottom: solid 26px #0E64AC !important;
    }

    .info_chara_voice-name.makobo {
        background-color: #73799B !important;
        color: #fff;
    }

    .info_chara_voice-name.makobo::before {
        border-top: solid 26px #73799B !important;
    }

    .info_chara_voice-name.makobo::after {
        border-bottom: solid 26px #73799B !important;
    }

    .info_chara_voice-name.zarom {
        background-color: #66AB53 !important;
        color: #fff;
    }

    .info_chara_voice-name.zarom::before {
        border-top: solid 26px #66AB53 !important;
    }

    .info_chara_voice-name.zarom::after {
        border-bottom: solid 26px #66AB53 !important;
    }

    .info_chara_voice-name.marie {
        background-color: #C2667B !important;
        color: #fff;
    }

    .info_chara_voice-name.marie::before {
        border-top: solid 26px #C2667B !important;
    }

    .info_chara_voice-name.marie::after {
        border-bottom: solid 26px #C2667B !important;
    }

    .characters_linkitems {
        margin: 2em auto 0;
    }

    .vertical-text.show {
        align-items: flex-end;
    }

    .info_chara.gwendol {
        padding: 0.8em 0em 0.8em 3em !important;
    }

    .gwendol .info_chara_name {
        width: 280px;
    }
}

@media only screen and (max-width: 768px) {
    .vertical-text.show {
        flex-direction: column-reverse;
    }

    .chara_img {
        width: 100%;
        max-width: 550px;
        margin: auto;
    }

    .info_area {
        width: 100%;
    }

    .comment_area {
        left: 64%;
    }

    .chara_slick {
        max-width: 400px;
        width: 100%;
    }

    .info_chara {
        margin-top: 0;
        margin-top: -9em;
        position: relative;
        z-index: 2;
    }

    .vertical-text .img {
        width: 100%;
    }

    .info_chara_name {
        font-size: 30px;
    }

    .info_chara::before {
        right: -49px;
        border-top: solid 68px #282828;
        border-right: solid 50px transparent;
    }

    .characters_linkitems {
        flex-wrap: wrap;
    }

    .linkitem {
        width: 14%;
    }
}

@media only screen and (max-width: 480px) {
    .vertical-text .img {
        width: 120%;
    }

    .info_chara::before {
        height: 0%;
        display: block;
        position: absolute;
        right: -49px;
        content: "";
        border-top: solid 58px #282828;
        border-right: solid 50px transparent;
        top: 0;
    }

    .text {
        margin-left: 0.5em;
    }

    .comment_area {
        left: 54%;
        top: -1em;
    }

    .info_chara_name {
        width: 130px;
        font-size: 25px;
    }

    .gwendol .info_chara_name {
        width: 180px;
    }


    .characters_info_voice {
        width: 100%;
    }

    .info_chara_voice-name {
        right: -7.5em;
    }

    .linkitem {
        width: 21%;
    }
}

/* SYSTEM */
#system .battle .sub-img::before,
#system .level-up .sub-img::before {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

#system .battle .sub-img::after,
#system .level-up .sub-img::after {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    z-index: 1;
}

.system_sub-contents_img-dec {
    position: relative;
}

.system_sub-contents_img-dec::before {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    z-index: 1;
}

.system_sub-contents_img-dec::after {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    z-index: 1;
}

.system_sub-lead_text {
    width: 42%;
}

.system_sub-lead_img {
    width: 56%;
}

.system_sub-lead.flex_sb {
    align-items: center;
}

.yoko_word {
    font-size: clamp(1.5625rem, 1.3171rem + 1.0471vw, 2.1875rem);
    background: #282828;
    display: inline;
    font-weight: bold;
    color: #fff;
    padding: 0em 0.5em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    letter-spacing: 0.17em;
    opacity: 0;
}


.yoko_word .word_red {
    color: #E36F56;
}

#system .text {
    margin-left: 0;
    width: fit-content;
}

#system .text_yoko_bg {
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: #282828;
    transform-origin: left;
    transform: scaleX(0);

}

.system_sub-text {
    font-size: clamp(0.9375rem, 0.8639rem + 0.3141vw, 1.125rem);
    line-height: 2;
    margin-top: 1em;
}

.battle .system_sub-content {
    width: 31.5%;
}

#system .sub-img {
    width: 100%;
}

#system .slick-slide {
    aspect-ratio: 700 / 393;
}

#system .big_title {
    margin: 0;
}

.level-up .system_sub-contents {
    width: 100%;
}

.level-up .system_sub-content {
    width: 48%;
}

.system_content.col2 {
    background: #282828;
    padding: 3em;
    color: #fff;
    margin-top: 4em;
    position: relative;
    box-shadow: 0px 4px 7px 0px #32373c6e;
}

.system_content.col2::before {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_col2-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    transform: rotate(-90deg);
    z-index: 1;
}

.system_content.col2::after {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_col2-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    z-index: 1;
}

.col2 .yoko_word {
    background: #fff;
    color: #000;
}

.col2 .text_yoko_bg {
    background: #fff !important;
}

.system_content_col2-dec {
    position: relative;
}

.system_content_col2-dec::before {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_col2-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
    z-index: 1;
}

.system_content_col2-dec::after {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_col2-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -10px;
    right: -10px;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
    z-index: 1;
}

.system_sub-contents_title {
    background: #282828;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 0 1em 0 0.5em;
    letter-spacing: 0.1em;
    width: fit-content;
    margin-top: 2em;
    margin-bottom: 0.5em;
    position: relative;
}

.system_sub-contents_title::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    z-index: 1;
    width: 35px;
    height: 34px;
    background: url(../img/sub_contents_title-dec.png);
    background-size: cover;
}

.system_content {
    margin-bottom: 5em;
}

.system_sub-contents {
    margin-top: 3em;
}

.slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.slide-dots li {
    display: inline-block;
    margin: 0 10px;
}

.slide-dots li button {
    position: relative;
    text-indent: -9999px;
}

.slide-dots li button::before {
    background: #fff;
    transform: rotate(45deg);
    content: "";
    cursor: pointer;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 15px;
    width: 8px;
}

.slide-dots li.slick-active button::before {
    background: #E36F56;
}

button {
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .system_sub-lead_text {
        width: 100%;
    }

    .system_sub-lead_img {
        width: 100%;
    }

    #system .big_title {
        margin: auto;
    }

    .battle .system_sub-lead {
        flex-direction: column-reverse;
    }

    .battle .system_sub-content {
        width: 48%;
    }

    .battle .system_sub-lead.flex_sb {
        flex-direction: column-reverse;
    }

    #system .big_title {
        margin: auto;
    }

    .system_content_col2-dec .system_sub-lead.flex_sb {
        gap: 1em;
    }

    #system .text_yoko_bg {
        height: 50px;
    }

    .slide-dots li {
        margin: 0 8px;
    }

    .slide-dots li button::before {
        background: #fff;
        transform: rotate(45deg);
        content: "";
        cursor: pointer;
        height: 6.5px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 10px;
        width: 6.5px;
    }
}

@media only screen and (max-width: 480px) {
    .battle .system_sub-content {
        width: 100%;
        margin-bottom: 3em;
    }

    #system .text_yoko_bg {
        height: 40px;
    }

    .system_content.col2 {
        padding: 2em;
    }

    .level-up .system_sub-content {
        width: 100%;
        margin-bottom: 3em;
    }

    .system_content.col2::before {
        top: -6px;
        left: -6px;
        width: 40px;
        height: 40px;
    }

    .system_content.col2::after {
        top: -6px;
        right: -6px;
        width: 40px;
        height: 40px;
    }

    .system_content_col2-dec::before {
        bottom: -6px;
        left: -6px;
        width: 40px;
        height: 40px;
    }

    .system_content_col2-dec::after {
        bottom: -6px;
        right: -6px;
        width: 40px;
        height: 40px;
    }

    .system_sub-contents_title {
        margin-top: 1.5em;
    }
}


/* PRODUCT */
#product {
    margin-bottom: 10em;
}

.product-lead_img {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 3em;
    display: block;
}

.product-lead_img img {
    border: 2px solid #fff;
}

.product-lead_text {
    width: fit-content;
    margin: auto;
    text-align: center;
    margin-bottom: 3em;
}

.shop-list_main {
    margin-bottom: 5em;
}

.product-lead_style {
    background: #282828;
    color: #fff;
}

.product-lead_title {
    width: fit-content;
    margin: auto;
    letter-spacing: 0.18em;
    font-weight: bold;
}

.sub-big_title {
    font-size: clamp(2.1875rem, 1.6967rem + 2.0942vw, 3.4375rem);
}

.shop-list_contents {
    width: 30%;
    margin-bottom: 3em;
}

.shop-list_main {
    gap: 2em;
}

.shop-list_goods-name {
    font-weight: bold;
    font-size: clamp(1.25rem, 1.1273rem + 0.5236vw, 1.5625rem);
    text-align: center;
    margin: 0.5em auto;
}

.shop-list_link_contents:hover {
    filter: brightness(0.8);
}

.shop-list_link_contents {
    background: url(../img/btn_bg.jpg);
    background-position: center;
    position: relative;
    width: 100%;
    padding: 0.9em 1em 0.9em;
    margin-bottom: 0.7em;
    color: #fff;
    font-size: clamp(1rem, 0.9018rem + 0.4188vw, 1.25rem);
    font-weight: bold;
    line-height: 1;
    --radius: 16px;
    clip-path: polygon(var(--radius) 0,
            100% 0,
            100% calc(100% - var(--radius)),
            calc(100% - var(--radius)) 100%,
            0 100%,
            0 var(--radius));
}

.shop-list_link_contents::after {
    position: absolute;
    content: "";
    background: url(../img/shoplist_link.png);
    width: 20px;
    height: 20px;
    right: 15px;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

.shop-list_contents-img {
    border: 2px solid #fff;
}

.dl_contents {
    background: #fffaeb;
    padding: 3em;
    width: fit-content;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.dl_contents-btn {
    width: 80%;
    margin: auto;
}

.dl_contents_title {
    background: #282828;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: fit-content;
    margin: auto;
    padding: 0 1.5em;
    margin-bottom: 1.5em;
    position: relative;
}

.dl_contents_title::before {
    content: "";
    position: absolute;
    left: -35px;
    top: 0;
    z-index: 1;
    width: 35px;
    height: 34px;
    background: url(../img/sub_contents_title-dec.png);
    background-size: cover;
}

.dl_contents_title::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    z-index: 1;
    width: 35px;
    height: 34px;
    background: url(../img/sub_contents_title-dec.png);
    background-size: cover;
}

.dl_contents-btn {
    position: relative;
}

.dl_contents-btn.comingsoon::before {
    position: absolute;
    content: "COMING SOON";
    font-size: 0.8em;
    background-color: #282828;
    color: #fff;
    font-weight: bold;
    padding: 0 1em;
    top: 8px;
    left: -4px;
    letter-spacing: 0.1em;
    transform: rotate(-6deg);
}

@media only screen and (max-width: 768px) {
    .shop-list_contents {
        width: 47%;
        margin-bottom: 2em;
        max-width: 350px;
    }

    .shop-list_main {
        gap: 1em;
    }
}

@media only screen and (max-width: 480px) {
    .shop-list_contents {
        width: 80%;
        margin-bottom: 2em;
    }

    .dl_contents {
        padding: 4em 2em;
    }

    .dl_contents-btn.comingsoon::before {
        top: 0px;
        left: -4px;
    }

    .dl_contents-btn {
        width: 100%;
    }
}

/* footer */

.totop_button.totop_button_stop {
    position: absolute;
    top: -80px;
    height: fit-content;
}

.totop_button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    aspect-ratio: 100 / 109;
    z-index: 2;
}

.footer_spec {
    background: url(../img/footer_bg.jpg);
    background-size: cover;
    background-position: bottom;
    max-width: 1400px;
    padding: 5em 0;
    margin: auto;
    position: relative;
}

footer {
    background-color: #000;
    color: #fff;
    position: relative;
}

.footer_spec tr {
    border-top: #ffcc33 solid 1px;
}

.footer_spec th {
    display: block;
    background-color: #ffcc33;
    padding: 0.4em 1em;
    width: 110px;
    text-align: center;
    line-height: 1;
    color: #282828;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.footer_spec td {
    padding: 0px 2em 1em;
}

.footer_spec-img {
    width: 38%;
}

.footer_spec_table {
    width: 58%;
}

.footer_spec_info {
    max-width: 800px;
    margin: auto;
}

.footer_share {
    font-size: clamp(2.1875rem, 1.3285rem + 3.6649vw, 4.375rem);
    color: #FFCC33;
    line-height: 1;
    margin-bottom: -34px;
}

.footer_sns_area {
    width: fit-content;
    margin: auto;
    position: relative;
    margin-bottom: 5em;
}

.footer_sns_area::before {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    z-index: 1;
}

.footer_sns_area::after {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    transform: rotate(90deg);
    z-index: 1;
}

.footer_detail {
    text-align: center;
    font-size: 0.8em;
    margin-top: 5em;
    padding-bottom: 3em;
}

.footer_link {
    color: #fff;
}

.footer_text_links .flex_cn {
    gap: 1em;
    text-decoration: underline;
    margin-top: 4em;
}

.footer_sns {
    gap: 25px;
    padding: 4em 6em;
}

.footer_sns::after {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    transform: rotate(0deg);
    z-index: 1;
}

.footer_sns::before {
    position: absolute;
    content: "";
    background-image: url(../img/syetem_slide-dec.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
    transform: rotate(-90deg);
    z-index: 1;
}

.footer_icon img {
    height: 40px;
}

.footer_icon.tate img {
    height: 70px;
}

.footer_icon.tate.ikinagames img {
    height: 57px;
}

.footer_company {
    gap: 35px;
    align-items: center;
    margin-bottom: 50px;
}

.footer_game {
    gap: 35px;
    align-items: center;
    margin: 35px 0;
}

.footer_copy_text img {
    padding: 0em 0.5em 0.3em;
    height: 12px;
}

@media only screen and (max-width: 768px) {
    .footer_share {
        margin-bottom: -25px;
    }

    .footer_sns {
        padding: 4em 4em;
    }

    .footer_spec_info {
        gap: 1em;
    }

    .footer_spec-img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 640px) {
    .footer_spec_table {
        width: 100%;
    }

    .footer_spec-img {
        margin: 0 auto 2em;
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .footer_spec-img {
        width: 60%;
    }

    .footer_spec_table {
        width: 100%;
    }

    .footer_spec th {
        width: 90px;
    }
}

/* NEWS */
#single-news {
    margin-top: 0em;
    margin-bottom: 5em;
    padding-top: 3em;
}

#single-news .single-news_outline {
    background: #fffaeb;
    padding: 3em;
    border-radius: 5px;
    position: relative;
}

.single-news_title {
    font-weight: bold;
    font-size: 20px;
}

.single-news_title,
.single-news_date {
    text-align: center;
}

.single-news_contents-maintext {
    margin-top: 2em;
}

.contents_back {
    max-width: 280px;
    margin: 3em auto 0;
    display: block;
    text-align: center;
    font-weight: bold;
    background: url(../img/btn_bg.jpg);
    background-position: center;
    margin-bottom: 0.7em;
    color: #fff;
    font-size: 20px;
    padding: 0.9em 1em 0.9em;
    font-weight: bold;
    line-height: 1;
    --radius: 16px;
    clip-path: polygon(var(--radius) 0, 100% 0, 100% calc(100% - var(--radius)), calc(100% - var(--radius)) 100%, 0 100%, 0 var(--radius));
}

@media only screen and (max-width: 768px) {
    #single-news {
        margin-top: 0em;
        padding-top: 2em;
        margin-bottom: 5em;
    }

    .contents_back {
        font-size: 16px;
    }

    #single-news .single-news_outline {
        padding: 3em 2em;
    }

    #single-news .dec1::before,
    #single-news .dec1::after {
        width: 4em;
    }
}

/* SPECIAL */
#single-special {
    margin-top: 0em;
    padding-top: 3em;
    margin-bottom: 5em;
}

.special_area.flex_sb {
    justify-content: flex-start;
}

.special_area {
    gap: 1%;
}

.special_contents {
    width: 32.5%;
    background: #fffaeb;
    border-radius: 5px;
    margin-bottom: 5em;
}

.special_content_inner {
    padding: 3em;
    cursor: pointer;
}

.special_contents_title {
    text-align: center;
    font-weight: bold;
    margin-top: 1em;
}

@media only screen and (max-width: 1000px) {
    .special_content_inner {
        padding: 2em;
    }

    .special_area.flex_sb {
        justify-content: center;
    }

    .special_contents {
        width: 48%;
    }
}

@media only screen and (max-width: 768px) {
    #single-special {
        padding-top: 2em;
        margin-top: 0;
        margin-bottom: 5em;
    }

    .special_contents {
        width: 90%;
        max-width: 400px;
        background: #fffaeb;
        border-radius: 5px;
        margin-bottom: 3em;
    }

    .special_content_inner {
        padding: 1em;
    }
}

/* error */
.error_content {
    text-align: center;
    margin-bottom: 5em;
    margin-top: 0em;
    padding-top: 3em;
}

@media only screen and (max-width: 768px) {
    .maincontents.error::before {
        width: 100px;
        background-size: contain;
        right: -6%;
    }

    .maincontents.error::after {
        width: 100px;
        background-size: contain;
        left: -6%;
    }
}