html {
    scroll-padding-top: 80px;
    scroll-behavior: smooth;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

/*__________________________________________________

  common
  __________________________________________________*/
@media (max-width: 768px) {
    .pconly {
        display: none;
    }
}

@media (min-width: 769px) {
    .sponly {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .br-sp {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .br-pc {
        display: none;
    }
}

body {
    /* 画像ファイルの指定 */
    /* background-image: url(../images/01.webp); */

    /* 画像を常に天地左右の中央に配置 */
    background-position: center center;

    /* 画像をタイル状に繰り返し表示しない */
    background-repeat: no-repeat;

    /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
    background-attachment: fixed;

    /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
    background-size: contain;

    /* 背景画像が読み込まれる前に表示される背景のカラー */
    background-color: black;

    /* max-width: 1100px; */
    margin: 0 auto;
}

main {
    width: 100%;
    overflow: hidden;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.img-wrap {
    width: 100%;
    /* height: 90dvh; */
}

@media only screen and (max-width:768px) {
    .img-wrap {
        height: auto;
    }
}


.img-wrap img {
    width: inherit;
    height: inherit;
    object-fit: contain;
    object-position: top center;
}

.img-wrap {
    opacity: 0;
}

.img-animation {
    animation: img-opacity 7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    overflow: hidden;
    position: relative;
}

.img-animation::before {
    animation: img-animation 6s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #000;
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

@keyframes img-opacity {
    100% {
        opacity: 1;
    }
}

@keyframes img-animation {
    100% {
        transform: translateX(100%);
    }
}

.primary {
    width: 100%;
    margin: 0 auto;

    max-width: 1100px;
}

.a-Box {
    width: 55%;
    max-width: 1100px;
    margin: 1.5em auto 0;
    color: white;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.4;
    position: relative;
}

.b-Box {
    width: 90%;
    margin: 43px auto 0;
    position: relative;
}

.cloud-a {
    width: 65%;
    position: absolute;
    top: -5px;
    left: -210px;
}

.cloud-b {
    width: 59%;
    position: absolute;
    top: -250px;
    right: -200px;

}

.cloud-a2 {
    width: 69%;
    position: absolute;
    top: -145px;
    left: -268px;
}

.cloud-a3 {
    width: 72%;
    position: absolute;
    top: -200px;
    left: -377px;
}

.cap_img {
    display: block;
    margin: 0 auto;
    width: 62%;
}


.menu-gold {
    position: absolute;
    width: 59%;
    bottom: -58px;
    right: -29px;
    rotate: -38deg;
    opacity: 0.8;
}

@media only screen and (max-width: 899px) {
    .a-Box {
        width: 65%;
    }
}


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

    .a-Box {
        width: 70%;
    }

    .cap_img {
        width: 100%;
    }


    .menu-gold {
        position: absolute;
        width: 82%;
        bottom: -58px;
        right: -29px;
        rotate: -38deg;

    }
}

.menu-cloud {
    position: absolute;
    /* width: 74%;
    bottom: 0;
    left: -45px; */
    width: 92%;
    bottom: 6px;
    left: 3px;
}

.vertical {
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: initial;
    letter-spacing: 12px;
    color: #a07021;
    text-orientation: upright;
}

.combine {
    text-combine-upright: all;
}

.c-Box {
    width: 66%;
    margin: 0 auto 14em;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    line-height: 2.1;
    color: white;
}

/* blur */
.blurAnime.visible {
    animation: blurAnime 1.5s ease 0s 1 normal;
}

@keyframes blurAnime {
    0% {
        opacity: 0;
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}


/* scroll_fadein */
.scroll_fadein {
    opacity: 0;
}

.fadein_animation_start {
    /*キーフレームアニメーションを指定*/
    animation-name: fadein_animation;
    /*アニメーションの開始時間の遅延*/
    animation-delay: 0.3s;
    /*アニメーションの時間を指定*/
    animation-duration: 2s;
    /*アニメーション再生後のスタイルを指定*/
    animation-fill-mode: both;
}

@keyframes fadein_animation {
    0% {
        opacity: 0;
        filter: blur(10px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}

.slideup {
    transform: translateY(50px);
}

.slideright {
    transform: translateX(30px);
}

.slideleft {
    transform: translateX(-50px);
}

.slideleft_c_a {
    transform: translateX(-10px);
}

.slideleft_c_b {
    transform: translateX(-20px);
}

.slideleft_c_c {
    transform: translateX(-30px);
}

.slideleft_c_d {
    transform: translateX(-40px);
}

.slideleft_c_e {
    transform: translateX(-50px);
}

.slideleft_c_f {
    transform: translateX(-10px);
}

.slideleft_c_g {
    transform: translateX(-20px);
}

.slideleft_c_h {
    transform: translateX(-30px);
}

.slideleft_c_i {
    transform: translateX(-40px);
}



/* chara fade */
.fadeInAnime1s {
    animation-name: fadeIn1s;
}

.fadeInAnime1500ms {
    animation-name: fadeIn1500ms;
}

.fadeInAnime500ms {
    animation-name: fadeIn500ms;
}

.fadeInAnime2s {
    animation-name: fadeIn2s;
}

.block {
    width: 20%;
}

.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 100ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}

@keyframes fadeIn1s {
    0% {}

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.fadeIn2s {
    animation-name: fadeIn2s;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateX(-50px);
    opacity: 0;
}

@keyframes fadeIn2s {
    0% {}

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



.movieWrap {
    width: 100%;
    margin-bottom: 14em;
    padding-bottom: 11em;
    position: relative;
    background-image: url(../images/gold_back.webp);
    /* height: 100vh; */
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: left bottom 0%;
}

.titleBox {
    width: 90%;
    font-family: trajan-color, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    text-align: center;
    margin: 4em auto 2em;
}



/* video */
.video-tabs {
    max-width: 90vw;
    width: 100%;
    margin: 0 auto;
}

.video-wrapper {
    position: relative;
    width: 100%;
    /* padding-top: 56.25%; */
    /* 16:9 ratio */
    margin-bottom: 10px;
}

.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

.video-container.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}

.tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    gap: 10px;
}

.tab-button {
    padding: 10px 20px;
    background: #000;
    /* border-radius: 5px; */
    cursor: pointer;
    transition: background 0.3s ease;
    font-size: 16px;
    text-align: center;
    border: 1px solid #a07021;
    width: 48%;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #a07021;
    letter-spacing: 4px;
}

.tab-button.active {
    background: #000;
    color: #a07021;
}


iframe {
    width: 100%;
    height: 100%;
    border: none;
}

@media only screen and (max-width: 899px) {
    .c-Box {
        width: 70%;
        font-size: 1.2em;
    }
}


@media only screen and (max-width: 768px) {
    .tab-button {
        padding: 8px 12px;
        font-size: 14px;
    }
}


/* news */
.newsArea {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15em;
}

.newsBox {
    width: 100%;
    height: 500px;
    overflow: auto;
    overflow-x: hidden;
    margin: 50px auto 50px;
}

.newsWrap {
    width: 75%;
    margin: 2em auto 6em;
}

.n-Wrap {
    width: 95%;
    margin: 0 auto;
    padding: 1.5em 0;
    border-bottom: 1px solid #ffffff4f;
}

.n-Wrap_end {
    width: 95%;
    margin: 0 auto;
    padding: 1.5em 0;
    border-bottom: none;
}

.dateBox {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #a07021;
    letter-spacing: 1px;
}

.newsTitle {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: white;
}

.popup-box {
    position: relative;
    width: 50%;
    max-width: 640px;
    height: 640px;
    /* border: 3px solid #c09a47; */
    /* border-radius: 10px; */
    background: url(../images/p_back.webp) center center no-repeat;
    background-size: contain;
    background-color: black;
    /* padding: 100% 2em 2em 2em; */
    margin: 0 auto;
    color: white;
    display: flex;
    align-items: center;
}

.popup-content .date {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #c09a47;
    margin-bottom: 1em;
}

.popup-content .text {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #c09a47;
    margin-bottom: 1em;
}

.popup-box_i {
    position: relative;
    width: 65%;
    max-width: 800px;
    border: 1px solid #c09a47;
    background-color: black;
    padding: 2em;
    margin: 0 auto;
    color: white;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    /* font-size: 15px;
        text-align: justify;
        word-break: break-all; */
}

.popup-box_i a {
    color: white;
    text-decoration: underline;
}


.popup-content,
.popup-box_i {
    color: white;
}

.box_box {
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    position: absolute;
    width: 74%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(0.875rem, 0.3522rem + 1.105vw, 1.25rem);
    text-align: justify;
    word-break: break-all;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

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

    .newsWrap {
        width: 80%;
    }

    .newsTitle {
        font-size: 18px;
    }

    .popup-box {
        width: 85%;
    }

    .popup-box_i {
        width: 75%;
    }

    .box_box {
        font-size: 20px;
    }
}

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

    .newsBox {
        width: 100%;
        height: 500px;
        overflow: auto;
        overflow-x: hidden;
        margin: 0 auto 50px;
    }

    .popup-box {
        position: relative;
        width: 100%;
        height: 0;
        /* border: 7px solid #be91c0;
        border-radius: 10px; */
        background-color: black;
        /* padding: 4.5em 3em 4em 3.5em; */
        margin: 0 auto;
        /* font-size: 15px;
        text-align: justify;
        word-break: break-all; */
        padding-top: 100%;
        background-size: contain;
    }

    .popup-box_i {
        position: relative;
        width: 90%;
        border: 1px solid #c09a47;
        background-color: black;
        padding: 2em;
        margin: 0 auto;
        color: white;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        /* font-size: 15px;
        text-align: justify;
        word-break: break-all; */
    }

    .popup-box_i a {
        color: white;
        text-decoration: underline;
    }

    .box_box {
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        position: absolute;
        width: 74%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: clamp(0.75rem, 0.2955rem + 2.0202vw, 1.25rem);
        text-align: justify;
        word-break: break-all;
        letter-spacing: 0.5px;
    }


}

/* cast */
.castArea {
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/cast_back.webp), linear-gradient(#000000 5%, transparent 30%, transparent 0%);
    background-repeat: repeat;
    background-size: 5%;
    background-blend-mode: multiply;
    position: relative;
}

.castWrap {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.castWrap_b {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 2em auto 0;
}

.n-cast {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5em;
}

.n-1 {
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    color: #c09a47;
    letter-spacing: 5px;
}

a.open-popup:link,
a.open-popup:visited,
a.open-popup:hover,
a.open-popup:active {
    color: #c09a47;
}

.n-2 {
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 6px;
    line-height: 2.3;
}

.n-cast_b {
    width: 22%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5em;
}

.n-1_b {
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #c09a47;
    letter-spacing: 5px;
}

.n-2_b {
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 6px;
    line-height: 2.3;
}


/* staff */
.staffArea {
    width: 100%;
    margin: 17em auto 17em;
    position: relative;
}

.n-staff {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 3em;
}

.s-1 {
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    color: #c09a47;
    letter-spacing: 5px;
}

.s-2 {
    text-align: center;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 6px;
    line-height: 2.3;
}


/* charactor */
.charaArea {
    width: 100%;
    margin: 0 auto;
}

.chara-Box {
    width: 20%;
}

.charaBox {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    width: 100%;
    margin-bottom: 5em;
}

.charaBox ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.charaBox li {
    width: 20%;
    line-height: 0;
    margin: 0;
}

.charaBox a {
    display: block;
    position: relative;
}

.charaBox img {
    display: block;
}

.charaBox_b {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    width: 100%;
    margin-bottom: 5em;
}

.charaBox_b ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.charaBox_b li {
    width: 20%;
    line-height: 0;
    margin: 0;
}

.charaBox_b a {
    display: block;
    position: relative;
}

.charaBox_b img {
    display: block;
}



.personalArea {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}

.personalArea::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(#000000 3%, transparent 15%),
        url(../images/chara_back_pc2.webp);
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
}

/* .personalArea::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(transparent 85%, #000000 98%);
    z-index: -1;
    pointer-events: none;
}
 */

.personalArea img {
    width: 90%;
    margin: 0 auto 3em;
    display: block;
}

.personal-Area {
    width: 100%;
    margin: 0 auto;
}

.personalArea img {
    width: 70%;
    max-width: 880px;
    margin: 0 auto 3em;
    display: block;
}


.snsArea {
    width: 16%;
    margin: 6em auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 2em;
}

.snsArea a {
    width: 20%;
}

.snsArea img {
    display: inline;
    width: 100%;
}

footer {
    width: 100%;
    background-color: #000000;
    padding: 2em;
    margin: 0 auto;
    font-family: yu-mincho-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    color: #ffffff;
}

.bar {
    width: 30% !important;
}

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

    .n-1 {
        font-size: 16px;
    }

    .n-2 {
        font-size: 23px;
    }

    .cloud-a3 {
        width: 65%;
        position: absolute;
        top: -56%;
        left: -12%;
    }

    .personalArea img {
        width: 80%;
    }

    .bar {
        width: 40% !important;
    }

}


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

    .b-Box {
        width: 90%;
        margin: 0 auto;
        position: relative;
    }

    .cloud-a {
        width: 84%;
        position: absolute;
        top: 40px;
        left: -121px;
    }

    .cloud-b {
        width: 59%;
        position: absolute;
        top: -118px;
        right: 0px;

    }

    .cloud-a2 {
        width: 77%;
        position: absolute;
        top: -53px;
        left: -140px;
    }

    .cloud-a3 {
        width: 65%;
        position: absolute;
        top: -56%;
        left: -12%;
    }

    .c-Box {
        width: 90%;
        margin: 0 auto;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1em;
        line-height: 2.1;
        color: white;
    }

    .movieWrap {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 10em;
        position: relative;
        background-image: url(../images/gold_back.webp);
        /* height: 100vh; */
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: left bottom 27%;
    }

    .titleBox {
        width: 90%;
        font-family: trajan-color, serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2em;
        text-align: center;
        margin: 4em auto 1em;
    }



    /* video */
    .video-tabs {
        max-width: 90vw;
        width: 100%;
        margin: 0 auto;
    }

    .video-wrapper {
        position: relative;
        width: 100%;
        /* padding-top: 56.25%; */
        /* 16:9 ratio */
        margin-bottom: 10px;
    }

    .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.6s ease;
    }

    .video-container.active {
        opacity: 1;
        pointer-events: auto;
        z-index: 1;
    }

    .tab-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 15px;
        gap: 10px;
    }

    .tab-button {
        padding: 8px 12px;
        font-size: 14px;
    }

    .tab-button.active {
        background: #000;
        color: #a07021;
    }


    iframe {
        width: 100%;
        height: 100%;
        border: none;
    }


    /* news */
    .newsArea {
        width: 100%;
        position: relative;
        overflow: revert;
        margin-bottom: auto;
    }

    .newsWrap {
        width: 90%;
        margin: 2em auto;
    }

    .n-Wrap {
        width: 95%;
        margin: 0 auto;
        padding: 1.5em 0;
        border-bottom: 1px solid #ffffff4f;
    }

    .n-Wrap_end {
        width: 95%;
        margin: 0 auto;
        padding: 1.5em 0;
        border-bottom: none;
    }

    .dateBox {
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #a07021;
        letter-spacing: 1px;
    }

    .newsTitle {
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: white;
    }

    /* cast */
    .castArea {
        width: 100%;
        margin: 0 auto;
        background-image: url(../images/cast_back.webp), linear-gradient(#000000 5%, transparent 30%, transparent 0%);
        background-repeat: repeat;
        background-size: 12%;
        background-blend-mode: multiply;
        position: relative;
    }

    .castWrap {
        width: 90%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .n-cast {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3em;
    }

    .n-1 {
        text-align: center;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #c09a47;
        letter-spacing: 5px;
    }

    .n-2 {
        text-align: center;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 6px;
        line-height: 2.3;
    }

    .castWrap_b {
        width: 90%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
    }

    .n-cast_b {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 3em;
    }

    .n-1_b {
        text-align: center;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #c09a47;
        letter-spacing: 5px;
    }

    .n-2_b {
        text-align: center;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 6px;
        line-height: 2.3;
    }



    /* staff */
    .staffArea {
        width: 100%;
        margin: 0 auto 10em;
        position: relative;
    }

    .n-staff {
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 0 auto 3em;
    }

    .s-1 {
        text-align: center;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        color: #c09a47;
        letter-spacing: 5px;
    }

    .s-2 {
        text-align: center;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        color: #ffffff;
        letter-spacing: 6px;
        line-height: 2.3;
    }


    /* charactor */
    .charaArea {
        width: 100%;
        margin: 0 auto;
    }

    .personalArea {
        position: relative;
        width: 100%;
        margin: 0 auto;
        z-index: 0;
    }

    .personalArea::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image:
            linear-gradient(#000000 3%, transparent 15%),
            url(../images/chara_back.webp);
        background-repeat: repeat-y;
        background-size: 100% auto;
        background-blend-mode: multiply;
        z-index: -1;
        pointer-events: none;
    }

    .personalArea img {
        width: 90%;
        margin: 0 auto 1em;
    }

    .snsArea {
        width: 29%;
        margin: 6em auto 0;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        padding-bottom: 2em;
    }

    .snsArea img {
        width: 100%;
    }

    footer {
        width: 100%;
        background-color: #000000;
        padding: 2em;
        margin: 0 auto;
        font-family: yu-mincho-pr6n, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 13px;
        color: #ffffff;
    }

}

@media only screen and (max-width:470px) {
    .cloud-a3 {
        width: 77%;
        position: absolute;
        top: -125px;
        left: -100px;
    }
}

/* メニューの初期状態 */
.fsmenu {
    display: none;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 3.4s ease, visibility 3.8s ease;
}

/* メニューが開いている状態 */
.fsmenu.is-active {
    display: block;
    pointer-events: auto;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
}

/* メニューを閉じるアニメーション中 */
.fsmenu.close-menu {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

/* メインコンテンツが確実にクリック可能になるように */
main {
    position: relative;
    z-index: 1;
}

/* アニメーション用のクラス */
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
    /* 背景の暗さ */
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.3s ease;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
}

.newsBox::-webkit-scrollbar {
    width: 10px;
    scrollbar-color: black #606060;
}

.newsBox::-webkit-scrollbar-thumb {
    opacity: 0.4;
}

.scroll_bar {
    scrollbar-width: auto;
    scrollbar-color: black #606060;
}