body , html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
    font-family:
            '游明朝',
            YuMincho,    /* Mac用 */
            'Yu Mincho', /* Windows用 */
            'Hiragino Mincho Pro',
            serif;
}
body{
    margin:0;
    padding:0;
    overflow-x: hidden;
}
header,
footer {
    -webkit-print-color-adjust: exact;
    width: 100%;
    color: #222222;
    font-family: "NotoSansCJKjp", "Yu Gothic", sans-serif !important;
    font-weight: 700;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    cursor: default;
    letter-spacing: .03em;
    background: #fff;
    line-height: 1;
}
.l-header .header__main .header__logo {
    margin-top: 10px;
}
.c-text-link {
    color: #222222 !important;
    font-family: "NotoSansCJKjp", "Yu Gothic", sans-serif !important;
}
a.link {
    font-family: "NotoSansCJKjp", "Yu Gothic", sans-serif !important;
}
.c-btn {
    font-family: "NotoSansCJKjp", "Yu Gothic", sans-serif !important;
}
li.item {
    line-height: 15px;
}
.l-header .header__main .header__sub-nav__area .header__sub-nav .header__sub-nav__item {
    margin-top: 1px;
}
.l-footer {
    letter-spacing: 0.5px;
    padding-bottom: 48px;
    box-sizing: border-box;
}
.footer-nav__list u-pc-only {
    height: 252px;
}
.footer-nav__item__list {
    margin: 2px 0 -2px;
}

h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li{margin:0;padding:0;}
ul{list-style: none}
.clearfix:after	{
height: 0;
visibility: hidden;
content: ".";
display: block;
clear: both;
}
img{
max-width: 100%;
height: auto;
display:block;
}
/*a:link { color: #000;text-decoration: none; }*/
/*a:visited { color: #000;text-decoration: none; }*/
/*a:hover { color: #000; text-decoration: none;}*/
/*a:active { color: #000; text-decoration: none;}*/
input[type="checkbox"]{display: none}
.l-footer {
    padding-bottom: 48px;
    box-sizing: border-box;
}

button {
    font-family:
            '游明朝',
            YuMincho,    /* Mac用 */
            'Yu Mincho', /* Windows用 */
            'Hiragino Mincho Pro',
            serif;
}


.pc {
    display: block;
}
.sp {
    display: none;
}

/*スクロール*/
.scroll_up {
    transition: 1s ease-in-out;
    transform: translateY(20px);
    opacity: 0;
}
.scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
}

/*背景動画*/
.bg{
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    z-index: -5;
}
.bg001 {
    opacity: 0.6;
}
.bg002 {
    opacity: 0.6;
}
.bg003 {
    opacity: 0.6;
}
.bg004 {
    opacity: 0.6;
}
.bg005 {
    opacity: 0.2;
}
.bg006 {
    opacity: 0.3;
}
.bg007 {
    opacity: 0.4;
}
.bg .video{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.bg .video video{
    position: fixed;
    /*top: 62.5%;*/
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}
.bg_cover_white001,
.bg_cover_white002,
.bg_cover_white003,
.bg_cover_white004,
.bg_cover_black005,
.bg_cover_white006,
.bg_cover_black007 {
    position: fixed;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    width: 100%;
    height: 100vh;
    z-index: -1;
}
.bg_cover_white001 {
    background-image: url("../img/001/back_cover_white.png") ;
}
.bg_cover_white002 {
    background-image: url("../img/002/back_cover_white.png") ;
}
.bg_cover_white003 {
    background-image: url("../img/003/back_cover_white.png") ;
}
.bg_cover_white004 {
    background-image: url("../img/004/back_cover_white.png") ;
}
.bg_cover_black005 {
    background-image: url("../img/005/back_cover_black.png") ;
}
.bg_cover_white006 {
    background-image: url("../img/006/back_cover_white.png") ;
}
.bg_cover_black007 {
    background-image: url("../img/007/back_cover_black.png") ;
}
/*.bg_cover_white::before{*/
/*    content: '';*/
/*    display: block;*/
/*    padding-top: 50%;*/
/*}*/

/*BGM*/
.audio_button {
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    right: -9px;
    z-index: 100;
}
.sound {
    position: relative;
}
.sound_on {
    opacity: 0;
}
.sound_off {
    position: absolute;
    top: 0;
}
.play,
.play2 {
    opacity: 0;
}



/*全体*/
.container {
    font-family:
            '游明朝',
            YuMincho,    /* Mac用 */
            'Yu Mincho', /* Windows用 */
            'Hiragino Mincho Pro',
            serif;
    position: relative;
    overflow-x: hidden;
}

.top_movie {
    position: relative;
    width: 100%;
    height: 90vh;
    margin-top: 100px;
}
.video-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.video-box .video {
    position: absolute;
    /*top: 62.5%;*/
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

/*メイン部分*/
.wrap {
    width: 1240px;
    margin: 0 auto 222px;
    /*padding: 0 0 0 100px;*/
    box-sizing: border-box;
    /*background-color: #7abaff;*/
}
.wrap_mini {
    width: 1000px;
    margin: 0 auto;
    /*background-color: #4DC7A0;*/
}

/*タイトル部分*/
.tittleBox {
    justify-content: space-between;
    margin-bottom: 111px;
    display: none;
}
.tittleBox_on {
    display: flex;
}
.tittle {
    font-size: 3.4rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    padding-top: 88px;
}
.sub_tittleBox001 {
    display: flex;
    margin-right: 70px;
}
.sub_tittleBox005 {
    display: flex;
    margin-right: -5px;
}
.sub_tittleBox006 {
    display: flex;
    margin-right: 85px;
}
.lineBox,
.lineBox_white {
    position: relative;
}
.lineBox:before,
.lineBox_white:before {
    content: '';
    position: absolute;
    left: 0;
    animation: border_anim 0.8s linear forwards;
}
.lineBox:before {
    border-left: solid 1px #707070;
}
.lineBox_white:before {
    border-left: solid 1px white;
}
@keyframes border_anim {
    0%{
        height: 0;
    }
    100%{
        height: 100%;
    }
}
.sub_tittle {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.8;
    padding-left: 30px;
    padding-top: 88px;
}
/*表示順序*/
.fadein {
    opacity: 0;
    animation: fadein 4s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
.tittle {animation-delay: 0.3s;}
.sub_tittle {animation-delay: 1s;}


/*sec01*/
.sec01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
}
.imageBox01 {
    /*width: 712px;*/
}
.imageBox01 img {
    width: 100%;
}
.imgText {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-top: 18px;
    line-height: 1.8;
}
.sec01_text {
    writing-mode: vertical-rl;
    -webkit-writing-mode:vertical-rl;  /* Safari用 */
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 2.5;
    margin-right: -130px;
}
.sec01_text span {
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 4;
}

/*sec02*/
.sec02 {
    width: 825px;
    margin: 0 0 150px auto;
}

/*sec03*/
.sec03 {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 165.6px;
}
.sec03_text {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 2;
    margin-left: 50px;
    margin-top: -10px;
}
.sec03 video {
    width: 749px;
}

/*sec04*/
.sec04 {
    display: flex;
    margin-bottom: 135px;
    padding: 48px 0 45px 50px;
    box-sizing: border-box;
    background-repeat:no-repeat;
    background: linear-gradient(to right, rgba(200,200,200,0.3) 0%, rgba(34,34,34,0) 40%, rgba(40,40,40,0) 60%, rgba(200,200,200,0.3) 100%);
    border-radius: 30px 30px 30px 0;
    align-items: center;
}
.sec04_white {
    display: flex;
    margin-bottom: 135px;
    padding: 48px 0 45px 50px;
    box-sizing: border-box;
    background-repeat:no-repeat;
    background: linear-gradient(to right, rgba(110,110,110,0.6) 0%, rgba(34,34,34,0) 40%, rgba(40,40,40,0) 60%, rgba(110,110,110,0.6) 100%);
    border-radius: 30px 30px 30px 0;
    align-items: center;
}
.sec04_tittle,
.sec04_tittle_sora {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: 0.17em;
    /*margin-bottom: 32px;*/
    line-height: 1.4;
}
.sec04_textBox,
.sec04_textBox_white {
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    margin-left: 40.5px;
}
.sec04_textBox {
    border-left: 1px solid #707070;
}
.sec04_textBox_white {
    border-left: 1px solid #FFFFFF;
}
.sec04_text {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 2.1;
    padding-left: 51.5px;
    margin-top: -7.8px;
    margin-bottom: -7.8px;
}

/*hr*/
hr {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.hr {
    border-top: 2px solid #707070;
    margin-bottom: 100px;
}

/*sec05*/
.sec05 {
    margin-bottom: 123px;
}
.sec05_tittle {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.1;
    margin-bottom: 7px;
}
.sec05box {
    display: flex;
    justify-content: space-between;
}
table {
    width: 500px;
    border-spacing: 0;
    margin-bottom: 35px;
}
td {
    border-bottom: 1px solid #707070;
    padding: 35px 0 10px;
    box-sizing: border-box;
}
.td_tittle {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.8em;
    /*padding-right: 62px;*/
    box-sizing: border-box;
}
.td_tittle2 {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    /*padding-right: 62px;*/
    box-sizing: border-box;
}
.td_text {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 200;
}
.sec05_text {
    font-family: "Noto Sans JP";
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin-bottom: 65px;
}
.sec05_btn {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding: 17px 39px;
    box-sizing: border-box;
    border-radius: 100vh;
    background-color: white;
    border: 1px solid #000;
}
.sec05_btn:hover {
    cursor: pointer;
    opacity: 0.7;
}
.sec05box img {
    width: 400px;
    height: 400px;
    margin-top: 36px;
}

/*footer_btn*/
.footer_btn {
    display: flex;
    justify-content: space-between;
}
.ft_topbtn {
    width: 257px;
    height: 48px;
    line-height: 48px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    /*padding: 0 76px;*/
    box-sizing: border-box;
    border-radius: 100vh;
    color: white;
    background-color: black;
    text-align: center;
}
.pagenation {
    display: flex;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    width: 450px;
}
.back_btn {
    display: flex;
}
.back_text {
    font-size: 1.8rem;
    margin-left: 18px;
}
.next_btn {
    display: flex;
}
.next_text {
    font-size: 1.8rem;
    margin-right: 18px;
}
.back_btn:hover,
.next_btn:hover {
    cursor: pointer;
    opacity: 0.7;
}
.ft_topbtn:hover {
    color: white;
    opacity: 0.7;
}

/*右からスライド部分*/

/*共通フッター背景色(透けないように)*/
.l-footer {
    background-color: white;
}

@media screen and (max-width:1000px) {
    #container::-webkit-scrollbar {
        display: none;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .bg001 {
        opacity: initial;
    }
    .bg002 {
        opacity: 0.6;
    }
    .bg003 {
        opacity: 0.5;
    }
    .bg004 {
        opacity: 0.7;
    }
    .bg005 {
        opacity: 0.2;
    }
    .bg006 {
        opacity: 0.3;
    }
    .bg007 {
        opacity: 0.4;
    }
    .bg_cover_white001,
    .bg_cover_white002,
    .bg_cover_white003,
    .bg_cover_white004,
    .bg_cover_black005,
    .bg_cover_white006,
    .bg_cover_black007 {
        position: initial;
        background-size: initial;
        background-attachment: initial;
        background-position: initial;
        width: initial;
        height: initial;
        z-index: initial;
    }
    .bg_cover_white001 {
        background-image: initial;
    }
    .bg_cover_white002 {
        background-image: initial;
    }
    .bg_cover_white003 {
        background-image: initial;
    }
    .bg_cover_white004 {
        background-image: initial;
    }
    .bg_cover_black005 {
        background-image: initial;
    }
    .bg_cover_white006 {
        background-image: initial;
    }
    .bg_cover_black007 {
        background-image: initial;
    }
    .bg_cover_white001:before,
    .bg_cover_white002:before,
    .bg_cover_white003:before,
    .bg_cover_white004:before,
    .bg_cover_black005:before,
    .bg_cover_white006:before,
    .bg_cover_black007:before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-size:cover;
    }
    .bg_cover_white001:before {
        background-image: url("../img/001/back_cover_white.png") ;
    }
    .bg_cover_white002:before {
        background-image: url("../img/002/back_cover_white.png") ;
    }
    .bg_cover_white003:before {
        background-image: url("../img/003/back_cover_white.png") ;
    }
    .bg_cover_white004:before {
        background-image: url("../img/004/back_cover_white.png") ;
    }
    .bg_cover_black005:before {
        background-image: url("../img/005/back_cover_black.png") ;
    }
    .bg_cover_white006:before {
        background-image: url("../img/006/back_cover_white.png") ;
    }
    .bg_cover_black007:before {
        background-image: url("../img/007/back_cover_black.png") ;
    }

    /*BGM*/
    .audio_button {
        /*top: 500px;*/
        /*bottom: initial;*/
    }
    .sound img {
        /*width: 35px;*/
    }

    /*動画*/
    .top_movie {
        position: relative;
        width: 100%;
        height: initial;
        margin-top: 60px;
    }
    .video-box {
        position: initial;
    }
    .video-box .video {
        position: initial;
        transform: initial;
    }

    /*メイン部分*/
    .wrap {
        width: 80%;
        margin: 0 auto 87px;
        padding: 0 30px 0;
        box-sizing: border-box;
        /*background-color: #7abaff;*/
    }
    .wrap_mini {
        width: 100%;
        margin: 0 auto;
        /*background-color: #4DC7A0;*/
    }

    /*タイトル部分*/
    .tittleBox,
    .tittleBox2 {
        justify-content: space-between;
        margin-bottom: 111px;
        display: none;
    }
    .tittleBox_on {
        display: initial;
    }
    .tittle {
        padding-top: 50px;
    }
    .tittle img {
        height: 25px;
    }
    .sub_tittleBox001 {
        margin-right: 0;
    }
    .sub_tittleBox005 {
        display: flex;
        margin-right: -5px;
    }
    .sub_tittleBox006 {
        display: flex;
        margin-right: 85px;
    }
    .lineBox,
    .lineBox_white {
        position: relative;
    }
    .lineBox:before,
    .lineBox_white:before {
        content: '';
        position: absolute;
        left: 0;
        animation: initial;
    }
    .lineBox:before {
        border-left: initial;
    }
    .lineBox_white:before {
        border-left: initial;
    }
    @keyframes border_anim {
        0%{
            height: 0;
        }
        100%{
            height: 100%;
        }
    }
    .sub_tittle,
    .sub_tittle04,
    .sub_tittle06 {
        padding-left: 0;
        padding-top: 45px;
        padding-bottom: 70px;
    }
    .sub_tittle img {
        height: 150px;
    }
    .sub_tittle04 img {
        height: 123px;
    }
    .sub_tittle06 img {
        height: 177px;
    }
    /*表示順序*/
    .fadein {
        opacity: 0;
        animation: fadein 4s ease forwards;
    }
    @keyframes fadein {
        100% {  opacity: 1;}
    }
    .tittle {animation-delay: 0.3s;}
    .sub_tittle, .sub_tittle04, .sub_tittle06 {animation-delay: 1s;}


    /*sec01*/
    .sec01 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 60px;
    }
    .imageBox01 {
        /*width: 712px;*/
    }
    .imageBox01 img {
        width: 100%;
    }
    .imgText {
        font-size: 1.6rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        margin-top: 10px;
        line-height: 1.8;
    }

    /*sec02*/
    .sec02 {
        width: 100%;
        margin: 0 0 60px;
    }

    /*sec03*/
    .sec03 {
        display: initial;
        /*justify-content: space-between;*/
        margin-bottom: 165.6px;
    }
    .sec03_text {
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        line-height: 2;
        margin-left: initial;
        margin-top: 26.7px;
        margin-bottom: 90px;
    }
    .sec03 video {
        width: 100%;
    }

    /*sec04*/
    .sec04 {
        display: block;
        margin-bottom: 108.7px;
        padding: 33.5px 25px 38.8px;
        box-sizing: border-box;
        background-repeat:no-repeat;
        background: linear-gradient(to top, rgba(200,200,200,0.3) 0%, rgba(34,34,34,0) 40%, rgba(40,40,40,0) 60%, rgba(200,200,200,0.3) 100%);
        border-radius: 0 30px 30px 30px;
        align-items: center;
    }
    .sec04_white {
        display: block;
        margin-bottom: 108.7px;
        padding: 33.5px 25px 38.8px;
        box-sizing: border-box;
        background-repeat:no-repeat;
        background: linear-gradient(to top, rgba(110,110,110,0.6) 0%, rgba(34,34,34,0) 40%, rgba(40,40,40,0) 60%, rgba(110,110,110,0.6) 100%);
        border-radius: 0 30px 30px 30px;
        align-items: center;
    }
    .sec04_tittle,
    .sec04_tittle_sora {
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: 0.17em;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 29px;
    }
    .sec04_textBox,
    .sec04_textBox_white {
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        margin-left: 0;
    }
    .sec04_textBox {
        border-top: 1px solid #707070;
        border-left: initial;
    }
    .sec04_textBox_white {
        border-top: 1px solid #FFFFFF;
        border-left: initial;
    }
    .sec04_text {
        font-size: 1.3rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.1;
        padding-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }

    /*hr*/
    hr {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .hr {
        border-top: 2px solid #707070;
        margin-bottom: 100px;
    }

    /*sec05*/
    .sec05 {
        margin-bottom: 60px;
    }
    .sec05_tittle {
        font-size: 2.6rem;
        font-weight: 500;
        letter-spacing: 0.2em;
        line-height: 1.1;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .sec05box {
        display: initial;
        justify-content: space-between;
    }
    .sec05box_sp {
        border-bottom: solid 1px #707070;
        margin-bottom: 25px;
    }
    .sec05box_white_sp {
        border-bottom: solid 1px white;
        margin-bottom: 25px;
    }
    .td_tittle {
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0.8em;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
    .td_tittle2 {
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
    .td_text {
        font-family: "Noto Sans JP";
        font-size: 1.4rem;
        font-weight: 200;
        margin-bottom: 17px;
    }
    .sec05_text {
        font-family: "Noto Sans JP";
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        margin-bottom: 50px;
    }
    .sec05_btn {
        width: 200px;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        padding: 16px 36px;
        box-sizing: border-box;
        border-radius: 100vh;
        background-color: white;
        border: 1px solid #000;
        margin: 0 auto;
        display: block;
    }
    .sec05_btn:hover {
        cursor: pointer;
        opacity: 0.7;
    }
    .sec05box img {
        width: 100%;
        height: initial;
        margin-top: 36px;
    }

    /*footer_btn*/
    .footer_btn {
        display: initial;
        justify-content: space-between;
        text-align: center;
    }
    .ft_topbtn {
        width: 257px;
        height: 48px;
        line-height: 48px;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        /*padding: 0 76px;*/
        box-sizing: border-box;
        border-radius: 100vh;
        color: white;
        background-color: black;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .ft_topbtn img {
        margin-top: 16px;
    }
    .pagenation {
        display: block;
        justify-content: space-between;
        height: initial;
        line-height: 48px;
        width: 181px;
        margin: 0 auto;
    }
    .pagenation a img {
        margin-bottom: 22px;
    }

}


@media screen and (max-width:640px) {
    #container::-webkit-scrollbar {
        display: none;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    .bg001 {
        opacity: initial;
    }
    .bg002 {
        opacity: 0.6;
    }
    .bg003 {
        opacity: 0.5;
    }
    .bg004 {
        opacity: 0.7;
    }
    .bg005 {
        opacity: 0.2;
    }
    .bg006 {
        opacity: 0.3;
    }
    .bg007 {
        opacity: 0.4;
    }
    .bg_cover_white001,
    .bg_cover_white002,
    .bg_cover_white003,
    .bg_cover_white004,
    .bg_cover_black005,
    .bg_cover_white006,
    .bg_cover_black007 {
        position: initial;
        background-size: initial;
        background-attachment: initial;
        background-position: initial;
        width: initial;
        height: initial;
        z-index: initial;
    }
    .bg_cover_white001 {
        background-image: initial;
    }
    .bg_cover_white002 {
        background-image: initial;
    }
    .bg_cover_white003 {
        background-image: initial;
    }
    .bg_cover_white004 {
        background-image: initial;
    }
    .bg_cover_black005 {
        background-image: initial;
    }
    .bg_cover_white006 {
        background-image: initial;
    }
    .bg_cover_black007 {
        background-image: initial;
    }
    .bg_cover_white001:before,
    .bg_cover_white002:before,
    .bg_cover_white003:before,
    .bg_cover_white004:before,
    .bg_cover_black005:before,
    .bg_cover_white006:before,
    .bg_cover_black007:before {
        content:"";
        display:block;
        position:fixed;
        top:0;
        left:0;
        z-index:-1;
        width:100%;
        height:100vh;
        background-size:cover;
    }
    .bg_cover_white001:before {
        background-image: url("../img/001/back_cover_white.png") ;
    }
    .bg_cover_white002:before {
        background-image: url("../img/002/back_cover_white.png") ;
    }
    .bg_cover_white003:before {
        background-image: url("../img/003/back_cover_white.png") ;
    }
    .bg_cover_white004:before {
        background-image: url("../img/004/back_cover_white.png") ;
    }
    .bg_cover_black005:before {
        background-image: url("../img/005/back_cover_black.png") ;
    }
    .bg_cover_white006:before {
        background-image: url("../img/006/back_cover_white.png") ;
    }
    .bg_cover_black007:before {
        background-image: url("../img/007/back_cover_black.png") ;
    }

    /*BGM*/
    .audio_button {
        /*top: 500px;*/
        /*bottom: initial;*/
    }
    .sound img {
        width: 35px;
    }

    /*動画*/
    .top_movie {
        position: relative;
        width: 100%;
        height: initial;
        margin-top: 60px;
    }
    .video-box {
        position: initial;
    }
    .video-box .video {
        position: initial;
        transform: initial;
    }

    /*メイン部分*/
    .wrap {
        width: 100%;
        margin: 0 auto 87px;
        padding: 0 30px 0;
        box-sizing: border-box;
        /*background-color: #7abaff;*/
    }
    .wrap_mini {
        width: 100%;
        margin: 0 auto;
        /*background-color: #4DC7A0;*/
    }

    /*タイトル部分*/
    .tittleBox,
    .tittleBox2 {
        justify-content: space-between;
        margin-bottom: 111px;
        display: none;
    }
    .tittleBox_on {
        display: initial;
    }
    .tittle {
        padding-top: 30px;
    }
    .tittle img {
        height: 15px;
    }
    .sub_tittleBox001 {
        margin-right: 0;
    }
    .sub_tittleBox005 {
        display: flex;
        margin-right: -5px;
    }
    .sub_tittleBox006 {
        display: flex;
        margin-right: 85px;
    }
    .lineBox,
    .lineBox_white {
        position: relative;
    }
    .lineBox:before,
    .lineBox_white:before {
        content: '';
        position: absolute;
        left: 0;
        animation: initial;
    }
    .lineBox:before {
        border-left: initial;
    }
    .lineBox_white:before {
        border-left: initial;
    }
    @keyframes border_anim {
        0%{
            height: 0;
        }
        100%{
            height: 100%;
        }
    }
    .sub_tittle,
    .sub_tittle04,
    .sub_tittle06 {
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .sub_tittle img {
        height: 115px;
    }
    .sub_tittle04 img {
        height: 88px;
    }
    .sub_tittle06 img {
        height: 142px;
    }
    /*表示順序*/
    .fadein {
        opacity: 0;
        animation: fadein 4s ease forwards;
    }
    @keyframes fadein {
        100% {  opacity: 1;}
    }
    .tittle {animation-delay: 0.3s;}
    .sub_tittle, .sub_tittle04, .sub_tittle06 {animation-delay: 1s;}


    /*sec01*/
    .sec01 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .imageBox01 {
        /*width: 712px;*/
    }
    .imageBox01 img {
        width: 100%;
    }
    .imgText {
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        margin-top: 10px;
        line-height: 1.8;
    }
    .sec01_text {
        writing-mode: vertical-rl;
        -webkit-writing-mode:vertical-rl;  /* Safari用 */
        font-size: 2rem;
        font-weight: 400;
        letter-spacing: 0.3em;
        line-height: 2.5;
        margin-right: -130px;
    }
    .sec01_text span {
        font-size: 3rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        line-height: 4;
    }

    /*sec02*/
    .sec02 {
        width: 100%;
        margin: 0 0 40px;
    }

    /*sec03*/
    .sec03 {
        display: initial;
        /*justify-content: space-between;*/
        margin-bottom: 165.6px;
    }
    .sec03_text {
        font-size: 1.1rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        line-height: 2;
        margin-left: initial;
        margin-top: 26.7px;
        margin-bottom: 90px;
    }
    .sec03 video {
        width: 100%;
    }

    /*sec04*/
    .sec04 {
        display: block;
        margin-bottom: 108.7px;
        padding: 33.5px 25px 38.8px;
        box-sizing: border-box;
        background-repeat:no-repeat;
        background: linear-gradient(to top, rgba(200,200,200,0.3) 0%, rgba(34,34,34,0) 40%, rgba(40,40,40,0) 60%, rgba(200,200,200,0.3) 100%);
        border-radius: 0 30px 30px 30px;
        align-items: center;
    }
    .sec04_white {
        display: block;
        margin-bottom: 108.7px;
        padding: 33.5px 25px 38.8px;
        box-sizing: border-box;
        background-repeat:no-repeat;
        background: linear-gradient(to top, rgba(110,110,110,0.6) 0%, rgba(34,34,34,0) 40%, rgba(40,40,40,0) 60%, rgba(110,110,110,0.6) 100%);
        border-radius: 0 30px 30px 30px;
        align-items: center;
    }
    .sec04_tittle,
    .sec04_tittle_sora {
        font-size: 2.2rem;
        font-weight: 400;
        letter-spacing: 0.17em;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 29px;
    }
    .sec04_textBox,
    .sec04_textBox_white {
        border-top: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 1px solid rgba(0, 0, 0, 0);
        margin-left: 0;
    }
    .sec04_textBox {
        border-top: 1px solid #707070;
        border-left: initial;
    }
    .sec04_textBox_white {
        border-top: 1px solid #FFFFFF;
        border-left: initial;
    }
    .sec04_text {
        font-size: 1.1rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        line-height: 2.1;
        padding-left: 0;
        margin-top: 18px;
        margin-bottom: 0;
    }

    /*hr*/
    hr {
        height: 0;
        margin: 0;
        padding: 0;
        border: 0;
    }
    .hr {
        border-top: 2px solid #707070;
        margin-bottom: 100px;
    }

    /*sec05*/
    .sec05 {
        margin-bottom: 60px;
    }
    .sec05_tittle {
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 0.2em;
        line-height: 1.1;
        margin-top: 52px;
        margin-bottom: 46px;
    }
    .sec05box {
        display: initial;
        justify-content: space-between;
    }
    .sec05box_sp {
        border-bottom: solid 1px #707070;
        margin-bottom: 25px;
    }
    .sec05box_white_sp {
        border-bottom: solid 1px white;
        margin-bottom: 25px;
    }
    .td_tittle {
        font-family: "Noto Sans JP";
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0.8em;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
    .td_tittle2 {
        font-family: "Noto Sans JP";
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        box-sizing: border-box;
        margin-bottom: 12px;
    }
    .td_text {
        font-family: "Noto Sans JP";
        font-size: 1.2rem;
        font-weight: 200;
        margin-bottom: 17px;
    }
    .sec05_text {
        font-family: "Noto Sans JP";
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.2em;
        margin-bottom: 40px;
    }
    .sec05_btn {
        width: 200px;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: 0.1em;
        padding: 16px 36px;
        box-sizing: border-box;
        border-radius: 100vh;
        background-color: white;
        border: 1px solid #000;
        margin: 0 auto;
        display: block;
    }
    .sec05_btn:hover {
        cursor: pointer;
        opacity: 0.7;
    }
    .sec05box img {
        width: 100%;
        height: initial;
        margin-top: 36px;
    }

    /*footer_btn*/
    .footer_btn {
        display: initial;
        justify-content: space-between;
        text-align: center;
    }
    .ft_topbtn {
        width: 257px;
        height: 48px;
        line-height: 48px;
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        /*padding: 0 76px;*/
        box-sizing: border-box;
        border-radius: 100vh;
        color: white;
        background-color: black;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .ft_topbtn img {
        margin-top: 16px;
    }
    .pagenation {
        display: block;
        justify-content: space-between;
        height: initial;
        line-height: 48px;
        width: 181px;
        margin: 0 auto;
    }
    .pagenation a img {
        margin-bottom: 22px;
    }

}