@charset "UTF-8";

/*---------------------------------------------

	全ページ共通

---------------------------------------------*/
/* ↓ 色とテキストの定義 ------------------------*/
html {
    scroll-behavior: smooth;
    font-size: 15px;
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

@media screen and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 540px) {
    html {
        font-size: 3.3vw;
        /*文字量L-3.3vw/文字量M-3.5vw  */
    }
}

body {
    color: #000;
    letter-spacing: 0.075rem;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-family: 'Zen Maru Gothic', serif;
    font-weight: 500;
    /*bold700 Medium 500 regular400 light 300*/
    position: relative;
    background: white;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

.noto {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.noto_b {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}

.source {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 500;
}

footer {
    margin-top: auto;
}

/* ↓ 共通アニメーション------------------------*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ↓ 共通コンテンツ横幅とマージン ------------------------*/
/*pcの横幅*/
.pcWidth-xl {
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
}

.pcWidth-l {
    max-width: 1200px;
    width: 85%;
    margin: 0 auto;
}

.pcWidth-m {
    max-width: 900px;
    width: 85%;
    margin: 0 auto;
}

.pcWidth-s {
    max-width: 720px;
    width: 85%;
    margin: 0 auto;
}

@media screen and (min-width: 1450px) {
    .pcWidth-xl {
        max-width: 1600px;
    }

    .pcWidth-l {
        max-width: 1400px;
    }

    .pcWidth-m {
        max-width: 1100px;
    }

    .pcWidth-s {
        max-width: 960px;
    }
}

/*セクションの上下のマージン*/
.secOuter-s {
    padding: 4rem 0px 5rem 0px;
}

.secOuter-m {
    padding: 5rem 0px 6.5rem 0px;
}

.secOuter-l {
    padding: 7rem 0px 8rem 0px;
}

@media screen and (max-width: 540px) {
    .secOuter-s {
        padding: 3rem 0px 4.2rem 0px;
    }

    .secOuter-m {
        padding: 3.5rem 0px 4.8rem 0px;
    }

    .secOuter-l {
        padding: 4.2rem 0px 4.8rem 0px;
    }
}

/* ↓ リンクと共通パーツ ------------------------*/
.textalign-center {
    text-align: center;
}

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

.textalign-right {
    text-align: right;
}

a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

a:hover {
    color: #FFD600;
    opacity: 0.7;
    transition: 0.3s ease;
}

img {
    width: 100%;
}

/* ↓ ナビゲーションバー ------------------------*/
.globalmenu {
    height: 5.5rem;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

@media screen and (max-width: 540px) {
    .globalmenu {
        height: 4.5rem;
    }
}

.header_logo {
    height: 5rem;
    padding-bottom: 0.3rem;
    padding-left: 0.75rem;
}

@media screen and (max-width: 540px) {
    .header_logo {
        height: 4.5rem;
    }
}


.globalmenu-left img {
    height: 100%;
    width: auto;
}

.globalmenu-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding-right: 2rem;
}

.globalmenu-right ul .item {
    margin-left: 2.5rem;
    font-size: 1.1rem;
}

.globalmenu-right ul .item a {
    display: flex;
    align-items: center;
}

.globalmenu-right ul .item a:hover {
    opacity: 1;
}

.globalmenu-right ul .item a:hover svg {
    fill: #FFD600;
    transition: 0.3s ease;
}

.globalmenu-right ul .item svg {
    width: 1.2rem;
    margin-left: 0.25rem;
    margin-top: -0.2rem;
    transition: 0.3s ease;
}

@media screen and (max-width: 540px) {
    .globalmenu-right ul {
        display: none;
    }

}



/*　ハンバーガーボタン　*/
.hamburger {
    display: none;
}

@media screen and (max-width: 540px) {
    .hamburger {
        display: block;
        position: relative;
        z-index: 3;
        right: 0;
        top: 0;
        margin-right: 1rem;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
        transform: scale(0.8, 0.8);
        transform: scale(0.6, 0.6);
    }
}

.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin: 0.5rem;
}

.hamburger span:nth-child(1) {
    top: 5px;
}

.hamburger span:nth-child(2) {
    top: 15px;
}

.hamburger span:nth-child(3) {
    top: 25px;
}

.hamburger.active span:nth-child(1) {
    top: 16px;
    /*    left: 6px;*/
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ↓ スマホメニュー ------------------------*/
nav.globalmenu-sp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(000, 000, 000, 1);
    text-align: center;
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    height: 100dvh;
}

.globalmenuSp-inner {
    height: 100%;
    color: #333;
    text-align: left;
    text-align: center;
    padding-top: 8rem;
}

.globalmenuSp-inner .item {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}


nav.globalmenu-sp.active {
    display: block;
    opacity: 10;
}

.flex {
    display: flex;
}

/*---------------------------------------------

	テストコード

---------------------------------------------*/
/* ↓ セクション ｜ ファーストビュー ------------------------*/

.fv {
    background-color: #fff;
    height: 100dvh;
    position: relative;
    z-index: 0;
    background-image: url(../img/warning-burning/back_line_w.png);
    background-size: cover;
    overflow-x: hidden;
    min-height: 100vh;
    /* カスタムプロパティ未対応ブラウザ用のフォールバック */
    min-height: calc(var(--vh, 1vh) * 100);
}

.fv .flex {
    align-items: center;

}

.fv .logo {
    left: 3rem;
    top: 50%;
    width: 37%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
}


@media screen and (max-width: 1024px) {
    .fv {
        height: 50dvh;
        min-width: 700px;
    }

    .fv .logo {
        left: 50%;
        transform: translateX(-50%);
        width: 30rem;
    }
}

@media screen and (max-width: 540px) {
    .fv {
        min-width: initial;
        background-color: #fff;
        height: 100dvh;
        position: relative;
        z-index: 0;
        background-image: url(../img/warning-burning/back_line_w_sp.png);
        background-size: cover;
        overflow-x: hidden;
        min-height: 800px;
    }

    .fv .logo {
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        width: 90%;
    }
}




.fv .chara {
    position: absolute;
    height: 85%;
    right: 0;
    bottom: 0;
    z-index: 5;
}


@media screen and (max-width: 1024px) {
    .fv .chara {
        position: absolute;
        height: 90%;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: 5;
    }
}



.fv .chara img {
    width: auto;
    height: 100%;

}

@media screen and (max-width: 540px) {
    .fv .chara {
        position: absolute;
        height: initial;
        width: 120%;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        z-index: 5;
    }

    .fv .chara img {
        width: 100%;
        height: auto;

    }

}



.fv_bar {
    width: 100%;
    height: 5.5rem;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 7;
}

.bomb {
    height: 75dvh;
    bottom: 5.5rem;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    z-index: 0;
}

@media screen and (max-width: 1024px) {
    .bomb {
        height: 35rem;
    }
}

@media screen and (max-width: 540px) {
    .bomb {
        min-width: initial;
        height: 50dvh;
        bottom: 5.5rem;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        z-index: 0;
    }

}

.bomb img {
    height: 100%;
    width: auto;
}

.sec_padding {
    padding: 8rem 0 11rem;
}

@media screen and (max-width: 540px) {
    .sec_padding {
        padding: 8rem 0 8rem;
    }

}

/*---------------------------------------------

	story

---------------------------------------------*/
.story {
    background-color: #FFD600;
    position: relative;
}

.story .label {
    position: absolute;
    z-index: 1;
}

.story .label_top {
    top: 0;
    left: 0;
    width: 40vw;
    min-width: 20rem;
}

.story .label_bottom {
    bottom: 0;
    right: 0;
    width: 40vw;
    min-width: 20rem;
}

.sec_head {
    height: 5.5rem;
    text-align: center;
    margin-bottom: 3rem;
}

@media screen and (max-width: 540px) {
    .sec_head {
        height: 3.8rem;
        margin-bottom: 3rem;
    }
}

.sec_head img {
    height: 100%;
    width: auto;
}

.story_contents {
    position: relative;
    background-color: #fff;
    padding: 5rem 7rem;
    max-width: 530px;
}

@media screen and (max-width: 540px) {
    .story_contents {
        position: relative;
        background-color: #fff;
        padding: 4rem 2.5rem;
        width: 65%;
    }
}


.story_contents .neji {
    position: absolute;
    width: 3.5rem;
}

.story_contents .left_top {
    left: 0;
    top: 0;
}

.story_contents .right_top {
    right: 0;
    top: 0;
}

.story_contents .left_bottom {
    left: 0;
    bottom: 0;
}

.story_contents .right_bottom {
    right: 0;
    bottom: 0;
}

.story_contents .read {
    margin-bottom: 3rem;
}

@media screen and (max-width: 540px) {
    .story_contents .read {
        margin-bottom: 1.5rem;
    }
}

.story_contents .text {
    text-align: center;
    line-height: 1.8;
    font-size: 1.1rem;
    font-weight: bold;
}

.story .back_chara {
    position: absolute;
    width: 40vw;
}

.story .back_chara.left {
    left: 0;
    bottom: 0;
}

.story .back_chara.right {
    right: 0;
    top: 0;
}

.story .border {
    position: absolute;
    width: 2.5rem;
    height: 100%;
    z-index: 0;
    background-image: url(../img/warning-burning/border_wraning.svg);
    background-repeat: repeat-y;
    background-size: 2.5rem;
}

@media screen and (max-width: 540px) {
    .story .border {
        position: absolute;
        width: 1rem;
        height: 100%;
        z-index: 0;
        background-image: url(../img/warning-burning/border_wraning.svg);
        background-repeat: repeat-y;
        background-size: 1.4rem;
    }
}

.story .border img {
    height: 100%;
    object-fit: cover;
}

.story .border.left {
    top: 0;
    left: 0;
}

.story .border.right {
    right: 0;
    top: 0;
}

/*---------------------------------------------

	charactor

---------------------------------------------*/

.charactor {
    background-color: #fff;
    position: relative;
    z-index: 0;
    background-image: url(../img/warning-burning/line_pattern_b.png);
    background-size: 100%;
    background-repeat: repeat-y;
    padding-bottom: 6rem;
}

.charactor .sec_head {
    margin-bottom: 6rem;
}

.charactor_contetnts {
    background-color: #fff;
    overflow-x: clip;
    width: 100%;
    background-image: url(../img/warning-burning/back_charactor.jpg);
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 540px) {
    .charactor_contetnts {
        background-color: #fff;
        overflow-x: clip;
        width: 100%;
        background-image: url(../img/warning-burning/back_charactor_sp.jpg);
        background-size: 100%;
        background-position: bottom;
        background-repeat: no-repeat;
        position: relative;
    }
}

.charactor_contetnts .bar_top {
    position: absolute;
    height: 1.5rem;
    width: 100%;
    background-image: url(../img/warning-burning/chara_bar.svg);
    top: 0;
    background-repeat: repeat-x;
}

.charactor_contetnts .bar_bottom {
    position: absolute;
    height: 1.5rem;
    width: 100%;
    background-image: url(../img/warning-burning/chara_bar.svg);
    bottom: 0;
    background-repeat: repeat-x;
    background-size: auto 100%;
}


.charactor_contetnts .inner {
    width: 80%;
    max-width: 1024px;
    margin: auto;
    height: 38rem;
    display: flex;
    position: relative;
    padding-top: 4rem;
}

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

    .charactor_contetnts .inner {
        width: 85%;
        height: 50rem;
    }
}

.charactor_info {
    width: 47%;
    z-index: 10;
    position: relative;

}

@media screen and (max-width: 540px) {
    .charactor_info {
        width: 66%;

    }
}

.chara_type {
    width: 9rem;
    margin-bottom: 1.25rem;
}

@media screen and (max-width: 540px) {
    .chara_type {
        width: 7rem;
        margin-bottom: 1.25rem;
    }
}

.chara_name {
    height: 3.5rem;
    display: flex;
    align-items: baseline;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 540px) {
    .chara_name {
        height: 2.5rem;
        display: block;
        margin-bottom: 3rem;
    }
}

.chara_name img {
    height: 100%;
    width: auto;
    margin-right: 1.5rem;
}

.chara_disc {
    line-height: 2;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
}

@media screen and (max-width: 1000px) {
    .chara_disc {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 540px) {
    .chara_disc {
        font-size: 0.9rem;
    }
}


.line {
    height: 1px;
    background-color: #000;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.line .left {
    line-height: 0;
    left: 0;
    width: 4px;
    top: 0;
}

.line .right {
    line-height: 0;
    right: 0;
    width: 4px;
    top: 0;
}

.chara_img {
    position: absolute;
    height: 115%;
    right: -2rem;
    bottom: 0;
}

.chara_img img {
    height: 100%;
    width: auto;
}

@media screen and (max-width: 1000px) {
    .chara_img {
        height: 95%;
        right: -5%;
        bottom: 0;
    }
}

@media screen and (max-width: 900px) {
    .chara_img {
        height: 85%;
    }
}

@media screen and (max-width: 540px) {
    .chara_img {
        position: absolute;
        height: 100vw;
        right: -15%;
        bottom: 0;
    }
}

.chara_serif {
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 2;
    top: -3rem;
    right: -4.5rem;
}

@media screen and (max-width: 1000px) {
    .chara_serif {
        top: -5rem;
    }
}


@media screen and (max-width: 540px) {
    .chara_serif {
        right: -1.5rem;
    }
}


.chara_serif p {
    background-color: #000;
    margin: 1rem;
    display: block;
    padding: 1rem 0.3rem;
    color: #FFD600;
    border: 1px solid #fff;
    height: fit-content;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
}

@media screen and (max-width: 1000px) {
    .chara_serif p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 540px) {
    .chara_serif p {
        font-size: 1.4rem;
    }
}

.zoom {
    position: absolute;
    bottom: 3rem;
    right: -1.5rem;
    width: 2.5rem;
    cursor: pointer;
}

.zoom {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 75%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.modal-content img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.close {
    color: white;
    font-size: 30px;
    ;
    position: absolute;
    top: 1rem;
    right: 2.5rem;
    cursor: pointer;
}

.other_chara {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.other_chara .other_chara_item {
    margin: 0 1.5rem;
    width: 10rem !important;
}

@media screen and (max-width: 540px) {
    .close {
        right: 1.5rem;
    }

    .other_chara .other_chara_item {
        margin: 0 0.5rem;
        width: 7rem !important;
    }

}

/*==================================================
スライダーのためのcss
===================================*/




/*メイン画像下に余白をつける*/

.gallery {
    margin: 0 0 5px 0;
}

@media screen and (max-width: 540px) {
    .gallery {
        margin: 0 0 5px 0;
        min-width: initial;
    }
}

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
    position: absolute;
    /*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;
    /*矢印の色*/
    border-right: 2px solid #ccc;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {
    /*戻る矢印の位置と形状*/
    left: 2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    /*次へ矢印の位置と形状*/
    right: 2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li {
    cursor: pointer;
    outline: none;
}

.choice-btn li img {
    opacity: 0.7;
    /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
    opacity: 1;
    /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
    transform: unset !important;
    /*画面幅サイズ変更に伴うサムネイル固定*/
}

/*========= レイアウトのためのCSS ===============*/

/*エリア全体を中央寄せ*/
.wrapper {
    width: 94%;
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 540px) {
    .concept_contents .flex {
        display: block;
    }
}

.concept_contents .read {
    text-align: center;
    font-size: 1.85rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

@media screen and (max-width: 540px) {
    .concept_contents .read {
        font-size: 1.3rem;
        margin-bottom: 3rem;
    }
}

.concept_contents .flex .left {
    width: 50%;
    padding-right: 2.5rem;
}

.concept_contents .flex .left .head {
    height: 3.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 540px) {
    .concept_contents .flex .left .head {
        height: 2.8rem;
        margin-bottom: 1rem;
    }
}

.concept_contents .flex .left .sentence {
    line-height: 2.2;
}


.concept_contents .flex .left .head img {
    height: 100%;
    width: auto;
}

.concept_contents .flex .right {
    width: 50%;
    padding-left: 2.5rem;
}

@media screen and (max-width: 540px) {
    .concept_contents .flex .left {
        width: 100%;
        padding-right: 0rem;
        margin-bottom: 2rem;
    }

    .concept_contents .flex .right {
        width: 100%;
        padding-left: 0rem;
    }
}

.concept_contents .flex .right img {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.35);
}

.concept_contents .flex.reverse {
    flex-direction: row-reverse;
    margin-top: 7rem;
}

.concept_contents .flex.reverse .left {
    padding-right: initial;
    padding-left: 2.5rem;
}

.concept_contents .flex.reverse .right {
    padding-left: initial;
    padding-right: 2.5rem;
}

@media screen and (max-width: 540px) {
    .concept_contents .flex.reverse .left {
        padding-right: initial;
        padding-left: 0rem;
    }

    .concept_contents .flex.reverse .right {
        padding-left: initial;
        padding-right: 0rem;
    }

}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.footer-menu {
    background: #000;
    text-align: center;
    padding: 2rem 1rem;
}

.footerMenu-logo img {
    width: 29rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 540px) {
    .footerMenu-logo img {
        width: 20rem;
    }
}

.footerMenu-menus {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: white;
}

.sponcer_logo {
    width: 10rem;
    margin: auto;
    margin-bottom: 1.5rem;
    margin-top: 0.5rem;
}

@media screen and (max-width: 540px) {
    .sponcer_logo {
        width: 8rem;
    }
}

.footerMenu-copy {
    font-size: 0.8rem;
    letter-spacing: normal;
    color: white;
}

footer .sns {
    display: flex;
    justify-content: center;
}

footer .sns a {
    width: 2rem;
    margin: 0.5rem;
}

/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
    display: block;
}

.spArea {
    display: none;
}

@media screen and (max-width: 540px) {
    .pcArea {
        display: none;
    }

    .spArea {
        display: block;
    }
}