/*
　スマホメインのレイアウト

　1.ヘッダー
　2.メインコンテンツ

*/

/*

　1.ヘッダー

*/
.header {
    background-color: transparent;
    position: relative;
    z-index: 1000;
}

.header__inner {
    max-width: 1440px;
    margin-inline: auto;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__logo a {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    display: block;
    height: 36px;
}

.header__logo img {
    height: 100%;
    width: auto;
}
/* --- ハンバーガーボタン --- */
.header__toggle {
    width: 28px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.header__bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.3s;
    position: absolute;
    left: 0;
}

.header__bar:nth-child(1) {
    top: 0;
}

.header__bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}

.header__bar:nth-child(3) {
    bottom: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header__nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #191923;
    z-index: 1000;
}

.header__menu {
    flex-direction: column;
    padding: 20px 16px;
    gap: 0;
    list-style: none;
}

.header__menu a {
    display: block;
    padding: 16px 0;
    color: #2f2f2f;
    text-decoration: none;
    transition: opacity 0.2s;
}

/* メニューが開いている状態のクラス */
.header__nav.is-open {
    display: block !important;
}

/* ハンバーガーアイコンが開いている状態 */
.header__toggle.is-open .header__bar:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.header__toggle.is-open .header__bar:nth-child(2) {
    opacity: 0;
}

.header__toggle.is-open .header__bar:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (min-width: 1024px) {
    .header__inner {
        padding: 16px 40px;
    }

    .header__toggle {
        display: none;
    }

    .header__nav {
        display: block !important;
        position: static;
        background: none;
    }

    .header__menu {
        display: flex;
        flex-direction: row;
        gap: 32px;
        padding: 0;
    }

    .header__menu li {
        border-bottom: none;
    }

    .header__menu a {
        color: #2f2f2f;
        font-weight: 500;
        padding: 0;
    }

    .header__menu a:hover {
        opacity: 0.7;
    }
}

/*

　2.メインコンテンツ

*/
body {
}

.container {
    max-width: 600px;
    width: 100%;
    height: 100vh;
    margin-inline: auto;
    padding-inline: 16px;
    background-color: white;
}

.inner {
    background-color: blue;
    padding: 24px;
}

@media (min-width: 600px) {
    .container {
        padding-inline: 40px;
    }
}

.mod_header .pclogo,
.mod_header .pcheaderRow01,
.mod_header .pcheaderRow02 {
    opacity: 0;
}

.mvanimationend .mod_header .pclogo,
.mvanimationend .mod_header .pcheaderRow01,
.mvanimationend .mod_header .pcheaderRow02 {
    opacity: 1;
    -webkit-transition: opacity 0.8s ease 0.4s, width 0.8s;
    -o-transition: opacity 0.8s ease 0.4s, width 0.8s;
    transition: opacity 0.8s ease 0.4s, width 0.8s;
}

@media print,
screen and (min-width: 641px) {
    .mod_header .menubg {
        width: 0rem;
        min-width: 0rem;
    }
}

@media print,
screen and (min-width: 641px) {
    .mod_header .menubg .mark {
        margin-right: 0px;
        opacity: 0;
    }
}

@media print,
screen and (min-width: 641px) {
    .mvanimationend .mod_header .menubg {
        width: 2rem;
        min-width: 2rem;
    }
}

@media print,
screen and (min-width: 641px) {
    .mvanimationend .mod_header .menubg .mark {
        margin-right: -15px;
        opacity: 1;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
    }
}

.mvanimationend body {
    height: auto !important;
    overflow: visible !important;
}

.mod_header .spheader {
    top: -0.6rem;
}

.mvanimationend .mod_header .spheader {
    -webkit-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
    top: 0;
}

.mainvisualInview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
}

@media print,
screen and (min-width: 641px) {
    .mainvisualInview {
        height: 35vh;
    }
}

@media screen and (max-width: 640px) {
    .mainvisualInview {
        height: 10vh;
    }
}

@media print,
screen and (min-width: 641px) {
    .mainvisual {
        position: -webkit-sticky;
        position: sticky;
        width: calc(100% + 2rem);
        margin-bottom: 100vh;
        top: 0;
        height: 0;
    }

    .ie .mainvisual {
        position: relative;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual {
        position: relative;
        height: 100vh;
    }
}

@media print {
    .mainvisual {
        position: relative !important;
        height: 700px !important;
    }
}

.os-iOS .mainvisual {
    height: -webkit-fill-available;
}

.mainvisual .mainvisualBG {
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .mainvisualBG {
        position: absolute;
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .mainvisualBG {
        position: fixed;
        width: 100vw;
        height: 100vh;
    }
}

.os-iOS .mainvisual .mainvisualBG {
    height: -webkit-fill-available;
}

.mainvisual video,
.mainvisual iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mainvisual video {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    background-size: cover;
    background-position: center center;
}

.mainvisual .vidcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.mainvisual .vidcover_change {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.0;
    pointer-events: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.mainvisual .mainvisualIn {
    position: relative;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .mainvisualIn {
        height: 100vh;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .mainvisualIn {
        height: 100%;
    }
}

@media print,
screen and (min-width: 641px) {
    .mvanimationend .mainvisual {
        width: calc(100% + 0px);
        -webkit-transition: width 0.8s;
        -o-transition: width 0.8s;
        transition: width 0.8s;
    }
}

.mainvisual .logowrap {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .logowrap {
        width: 2.38rem;
        height: 3.30rem;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .logowrap {
        width: 1.7rem;
        height: 2.40rem;
    }
}

.mainvisual .logo {
    position: relative;
    display: block;
    overflow: visible;
    width: 100%;
    height: 100%;
}

.mainvisual .kirinuki {
    fill: #FFF;
    stroke: #FFF;
    stroke-width: 2px;
}

.mainvisual .kata {
    fill: #FFF;
    stroke: #000;
    stroke-width: 1.0px;
}

.mainvisual .mark {
    position: absolute;
    fill: none;
    stroke: #E7380D;
    stroke-width: 1.5px;
    opacity: 0;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .mark {
        top: 1.83rem;
        right: 0.07rem;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .mark {
        top: 1.33rem;
        right: 0.02rem;
        width: 0.17rem;
        height: 0.17rem;
    }
}

.mainvisual .mark.active {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mainvisual .maintxt {
    position: absolute;
    -webkit-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .maintxt {
        top: -0.4rem;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: left;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        max-width: 12.00rem;
        width: 80%;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .maintxt {
        bottom: 32vh;
        left: 1rem;
    }
}

.mainvisual .en {
    color: #B2B2B2;
    font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .en {
        font-size: 0.32rem;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .en {
        font-size: 0.20rem;
    }
}

.mainvisual .en.active {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.mainvisual .tit {
    color: #B2B2B2;
    font-weight: bold;
    color: #FFF;
    line-height: 1.6;
    opacity: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .tit {
        margin-top: 0.30rem;
        font-size: 0.60rem;
        line-height: 1.5;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .tit {
        margin-top: 0.10rem;
        font-size: 0.40rem;
    }
}

.mainvisual .tit.active b {
    -webkit-transition: 1s ease 0.7s;
    -o-transition: 1s ease 0.7s;
    transition: 1s ease 0.7s;
    color: #C1151B !important;
}

.mainvisual .tit.active {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.mainvisual .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    -webkit-transition: 1.0s;
    -o-transition: 1.0s;
    transition: 1.0s;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .news {
        position: absolute;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .news {
        position: fixed;
    }
}

.mvanimationend .mainvisual .news {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.mainvisual .newstype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Work Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    background-color: #E7380D;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .newstype {
        width: 1.4rem;
        height: 0.6rem;
        font-size: 0.15rem;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .newstype {
        width: 0.7rem;
        height: 44px;
        font-size: 0.13rem;
    }
}

.mainvisual .newstitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .newstitle {
        width: 3.0rem;
        height: 0.6rem;
        font-size: 0.15rem;
        padding-left: 0.3rem;
        padding-right: .60rem;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .newstitle {
        width: 1.9rem;
        height: 44px;
        font-size: 0.12rem;
        padding-left: 0.14rem;
    }
}

.mainvisual .newstitle:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .newstitle:after {
        right: 0.4rem;
        width: 0.14rem;
        height: 0.14rem;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .newstitle:after {
        right: 0.2rem;
        width: 0.08rem;
        height: 0.08rem;
    }
}

.mainvisual .newstitle>span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: justify;
    overflow: hidden;
}

@media print,
screen and (min-width: 641px) {
    .mainvisual .newstitle>span {
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 640px) {
    .mainvisual .newstitle>span {
        -webkit-line-clamp: 1;
    }
}

.no-touchevents .mainvisual .newstitle:hover {
    text-decoration: none;
}

.no-touchevents .mainvisual .newstitle:hover:after {
    right: 0.3rem;
}

.aboutArea {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

@media print {
    .aboutArea {
        padding-top: 1rem !important;
        background-color: #F2F2F2 !important;
    }
}

.ie .aboutArea {
    padding-top: 1rem;
    background-color: #F2F2F2;
}

@media print,
screen and (min-width: 641px) {
    .aboutArea {
        padding-bottom: 1.6rem;
    }
}

@media screen and (max-width: 640px) {
    .aboutArea {
        padding-bottom: 0.4rem;
    }
}

.aboutArea .bg {
    position: absolute !important;
    left: 0;
    width: 100%;
    fill: #FFF !important;
    stroke: #FFF !important;
    stroke-width: 2px;
    opacity: 0.3;
}

@media print,
screen and (min-width: 641px) {
    .aboutArea .bg {
        bottom: 0;
    }
}

@media screen and (max-width: 640px) {
    .aboutArea .bg {
        top: 15.5rem;
    }
}

.aboutArea .row01 {
    position: relative;
}

@media print,
screen and (min-width: 641px) {
    .aboutArea .row01 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.aboutArea .tit {
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 400;
    color: #FFF;
    text-align: center;
}

.os-android .aboutArea .tit {
    font-family: yu-mincho-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ie .aboutArea .tit {
    color: inherit;
}

@media print,
screen and (min-width: 641px) {
    .aboutArea .tit {
        font-size: 0.75rem;
        letter-spacing: 14px;
        line-height: 1.6;
    }
}

@media print,
screen and (min-width: 641px) and (max-width: 1050px) {
    .aboutArea .tit {
        font-size: 0.60rem;
        letter-spacing: 12px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 640px) {
    .aboutArea .tit {
        font-size: 0.40rem;
        letter-spacing: .15em;
        line-height: 1.7;
        margin: auto;
    }
}

.aboutArea .tit b {
    font-weight: 400;
}

.aboutArea .tit.active b {
    -webkit-transition: 1s ease 0.7s;
    -o-transition: 1s ease 0.7s;
    transition: 1s ease 0.7s;
    color: #C1151B !important;
}

.aboutArea .txt {
    font-weight: 600;
    color: #FFF;
    letter-spacing: 0.05em !important;
    font-family: "Noto Sans JP",
        "游ゴシック",
        "游ゴシック体",
        "Yu Gothic",
        YuGothic,
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic ProN",
        "Hiragino Kaku Gothic Pro",
        verdana,
        "メイリオ",
        "Meiryo",
        "Osaka",
        sans-serif;
}

.ie .aboutArea .txt {
    color: inherit;
}

@media print {
    .aboutArea .txt {
        color: #000 !important;
    }
}

@media print,
screen and (min-width: 641px) {
    .aboutArea .txt {
        text-orientation: upright;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-font-feature-settings: "pkna";
        font-feature-settings: "pkna";
        font-size: 0.19rem;
        line-height: 2.3;
        margin-right: 0.6rem;
    }
}

@media print,
screen and (min-width: 641px) and (max-width: 1050px) {
    .aboutArea .txt {
        font-size: 0.17rem;
        line-height: 2.0;
        margin-right: 0.3rem;
    }
}

@media screen and (max-width: 640px) {
    .aboutArea .txt {
        font-size: 0.13rem;
        line-height: 1.9;
        letter-spacing: 0;
        text-align: center;
        margin: auto;
        margin-top: 0.36rem;
    }
        [data-imgloop05] {
            height: 91px;
        }
}

.aboutArea .txt b {
    color: #E7380D;
}

.aboutArea .txt>span {
    display: block;
}

@media print,
screen and (min-width: 641px) {
    .aboutArea .txt>span+span {
        margin-right: 0.4rem;
    }
}

@media screen and (max-width: 640px) {
    .aboutArea .txt>span+span {
        margin-top: 1rem;
    }
}

.aboutArea .row02 {
    position: relative;
    text-align: center;
}

@media print,
screen and (min-width: 641px) {
    .aboutArea .row02 {
        margin-top: 0.8rem;
    }
}

@media screen and (max-width: 640px) {
    .aboutArea .row02 {
        margin-top: 0.8rem;
    }
}

.aboutArea .row02:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

@media print,
screen and (min-width: 641px) {
    .aboutArea .row02:after {
        top: -0.7rem;
    }
}

@media screen and (max-width: 640px) {
    .aboutArea .row02:after {
        top: -0.5rem;
    }
}

.aboutArea .link {
    margin: auto;
    min-width: 2.12rem;
}