@charset "UTF-8";


html{
    font-size: 625%;
}
body {
	position: relative;
	width: 100%;
	color: #111;
	text-align: left;
    font-size: .16em;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, "Segoe UI", sans-serif;
    line-height: 1.5;
    overscroll-behavior: none;
	/* font-feature-settings:"palt"; */
}

.sans-serif {
	font-family: 'Oswald', sans-serif;
}
.serif {
	font-family: Times New Roman, Georgia, serif;
}
.mincho {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
figure {
    display: block;
    margin: 0;
    padding: 0;
}

.keycolor1 {
    color: #00c4d2;
}
.keycolor2 {
    color: #04ba73;
}
.bgcolor1 {
    background-color: #00c4d2;
}
.bgcolor2 {
    background-color: #04ba73;
}

.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

.is-hide {
	display: none;
}
sup {
    font-size: 60%;
    vertical-align: top;
    position: relative;
    top: 0;
}
sub {
    font-size: 60%;
    vertical-align: bottom;
    position: relative;
    top: 0.1em;
}

@media only screen and (max-width: 920px) {
    .is-pc {
        display: none !important;
    }
    .is-sp {
        display: block !important;
    }
}



/* ===================== */
/* body
/* ===================== */
body {
    background-color: #d50000;
}

/* ================================================= */
/* header */
/* ================================================= */
.tu__header {
    position: relative;
    z-index: 300;
}
/* ================================================= */
/* footer */
/* ================================================= */
.tu__footer {
    background-color: #fff;
    padding-top: 40px;
    position: relative;
    z-index: 300;
}

/* ===================== */
/* wrapper
/* ===================== */

#tu__wrapper {
	width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

#tu__wrapper .__bg {
    background: url(bg1.jpg) center left no-repeat;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#tu__wrapper .__ad {
    display: table;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
#tu__wrapper .__ad a {
    display: block;
    background-color: #da0008;
    padding: 5px;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

#tu__wrapper > .__mainvisual {
    max-width: 920px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
}

#tu__wrapper > .__mainvisual .__mainvisual__inner {
    width: 100%;
    position: relative;
    z-index: 2;
    transform: translateY(-1px);
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__mainvisual__bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner img {
    width: 100%;
}

#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    opacity: 0;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1 div,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2 div,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3 div {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide1.active {
    animation: slidefadeIn1 5s ease 1s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide2.active {
    animation: slidefadeIn1 5s ease 5.6s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__slide3.active {
    animation: slidefadeIn1 5s ease 10.1s 1 forwards;
}
@keyframes slidefadeIn1 {
    0% {opacity: 0; transform: scale(1.1)}
    15% {opacity: 1; transform: scale(1)}
    85% {opacity: 1; transform: scale(1)}
    100% {opacity: 0; transform: scale(.95)}
}

#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head {
    width: 100%;
    margin: 0 auto;
    padding-top: 480px;
    z-index: 200;
    position: relative;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body {
    background: url(bg3.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body::before,
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body::after {
    content: "";
    display: block;
    background: url(bg5.png) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body::after {
    top: auto;
    bottom: 0;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img1 {
    width: 30%;
    position: absolute;
    left: 15%;
    top: 5%;
    opacity: 0;
    z-index: 210;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img2 {
    width: 12%;
    position: absolute;
    left: 5%;
    top: 5%;
    opacity: 0;
    z-index: 220;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img3 {
    width: 46.63043%;
    position: absolute;
    right: 7%;
    top: 0;
    opacity: 0;
    z-index: 230;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img4 {
    width: 48%;
    position: absolute;
    right: 5%;
    top: 48%;
    opacity: 0;
    z-index: 230;
}

#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img1 {
    animation: slidefadeIn3 1s ease 15s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img2 {
    animation: slidefadeIn2 .8s cubic-bezier(.35,0,.31,1) 15.5s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img3 {
    animation: slidefadeIn4 .5s ease 15s 1 forwards;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img4 {
    animation: slidefadeIn4 .5s ease 16s 1 forwards;
}

#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body h1 {
    display: block;
    width: 100%;
    padding: 13% 5% 0;
    opacity: 0;
    z-index: 240;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active h1 {
    animation: slidezoomIn .6s cubic-bezier(.35,0,.31,1) 16.2s 1 forwards;
}
@keyframes slidefadeIn2 {
    0% {opacity: 0; transform: scale(1.1)}
    100% {opacity: 1; transform: scale(1)}
}
@keyframes slidefadeIn3 {
    0% {opacity: 0; transform: translateY(-20px)}
    100% {opacity: 1; transform: translateY(0)}
}
@keyframes slidefadeIn4 {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes slidezoomIn {
    0% {opacity: 0; transform: scale(1.4)}
    100% {opacity: 1; transform: scale(1)}
}

#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__read {
    width: 100%;
    padding: 3% 0 4%;
    position: relative;
    z-index: 300;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__read .readtext {
    font-size: 17px;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
    line-height: 2.2;
    text-align: center;
    color: #fff;
}
#tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__read .readtext_notes {
    padding-top: 1em;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}



#tu__wrapper .__contents {
    background: url(bg4.png) center top repeat-y;
    background-size: 100% auto;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 100;
}
#tu__wrapper .__contents::before,
#tu__wrapper .__contents::after {
    content: "";
    display: block;
    background: url(bg5.png) center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
}
#tu__wrapper .__contents::after {
    top: auto;
    bottom: 0;
}


#tu__wrapper .__contents.__matome {
    background: url(bg6.png) center top repeat-y;
    background-size: 100% auto;
}

#tu__wrapper .__contents .__title1 {
    max-width: 550px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    z-index: 20;
}
#tu__wrapper .__contents .__title2 {
    max-width: 650px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    z-index: 20;
}
#tu__wrapper .__contents .__title3 {
    max-width: 840px;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    z-index: 20;
}
#tu__wrapper .__contents .__title1 h2,
#tu__wrapper .__contents .__title2 h2,
#tu__wrapper .__contents .__title3 h2 {
    display: block;
    width: 100%;
}

#tu__wrapper .__contents .__contents__body {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 40px 20px;
    position: relative;
    z-index: 20;
}
#tu__wrapper .__contents .__contents__body .__text1 {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 2;
    color: #fff;
}
#tu__wrapper .__contents .__contents__body .__text1 span {
    font-weight: bold;
}
#tu__wrapper .__contents .__contents__body .__text1 span.notes {
    font-weight: normal;
    font-size: 60%;
    display: block;
}
#tu__wrapper .__contents.__matome .__contents__body .__text1 {
    font-weight: bold;
    color: #000000;
}

#tu__wrapper .__contents .__contents__body .__img1 {
    width: 600px;
    margin: 0 auto 2em;
    position: relative;
}
#tu__wrapper .__contents .__contents__body .__img1 figure {
    width: 100%;
    margin: 0 auto;
}
#tu__wrapper .__contents .__contents__body .__img1 .cap {
    padding-top: 5px;
    font-size: 14px;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

#tu__wrapper .__contents .__contents__body .__img2 {
    width: 100%;
}

#tu__wrapper .__contents .__contents__body .__flexbox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#tu__wrapper .__contents .__contents__body .__flexbox .__flexbox__text {
    width: 78%;
}
#tu__wrapper .__contents .__contents__body .__flexbox .__flexbox__img {
    width: 17%;
}

#tu__wrapper .__movie {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    z-index: 300;
}
#tu__wrapper .__movie h2 {
    display: block;
    width: 100%;
}
#tu__wrapper .__movie .__movie__item {
    display: block;
    width: 100%;
}

#tu__wrapper .__link {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0 40px;
    position: relative;
    z-index: 300;
}
#tu__wrapper .__link a {
    display: block;
    transition: all ease .3s;
}
#tu__wrapper .__link a:hover {
    filter: brightness(1.1);
}

#tu__wrapper .__notes {
    width: 500px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 300;
}
#tu__wrapper .__dfflogo {
    width: 300px;
    margin: 0 auto 40px;
    position: relative;
    z-index: 300;
}




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

    #tu__wrapper {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        position: relative;
        overflow: hidden;
    }
    
    #tu__wrapper .__bg {
        background: url(bg1.jpg) center left no-repeat;
        background-size: cover;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    
    #tu__wrapper .__ad a {
        padding: 4px;
        font-size: 10px;
    }
    
    #tu__wrapper > .__mainvisual {
        max-width: inherit;
        width: 100%;
        margin: 0 auto 20px;
        position: relative;
    }
    
    #tu__wrapper > .__mainvisual .__mainvisual__inner {
        width: 100%;
        position: relative;
        z-index: 2;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__mainvisual__bg {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner img {
        width: 100%;
    }
    
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head {
        width: 100%;
        margin: 0 auto;
        padding-top: 100vw;
        z-index: 200;
        position: relative;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body {
        background: url(bg3_sp.jpg) center top no-repeat;
        background-size: cover;
        width: 100%;
        margin: 0 auto;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img1 {
        width: 42vw;
        position: absolute;
        left: 15vw;
        top: 21vw;
        opacity: 0;
        z-index: 240;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img2 {
        width: 18vw;
        position: absolute;
        left: 3vw;
        top: 5vw;
        opacity: 0;
        z-index: 220;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img3 {
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        z-index: 230;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__img4 {
        width: 80vw;
        position: absolute;
        right: 10vw;
        top: 106vw;
        opacity: 0;
        z-index: 230;
    }
    
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img1 {
        animation: slidefadeIn3 1s ease 15s 1 forwards;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img2 {
        animation: slidefadeIn2 .8s cubic-bezier(.35,0,.31,1) 15.5s 1 forwards;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img3 {
        animation: slidefadeIn4 .5s ease 15s 1 forwards;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active .__img4 {
        animation: slidefadeIn4 .5s ease 16s 1 forwards;
    }
    
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body h1 {
        display: block;
        width: 100%;
        padding: 28vw 4vw 0;
        opacity: 0;
        z-index: 240;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body.active h1 {
        animation: slidezoomIn .6s cubic-bezier(.35,0,.31,1) 16.2s 1 forwards;
    }
    
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__read {
        width: 100%;
        padding: 4vw;
        position: relative;
        z-index: 300;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__read .readtext {
        font-size: 15px;
        font-weight: bold;
        font-feature-settings: "palt";
        letter-spacing: 0.03em;
        line-height: 2;
        text-align: left;
        color: #fff;
    }
    #tu__wrapper > .__mainvisual .__mainvisual__inner .__main__head__body .__read .readtext_notes {
        padding-top: 1em;
        font-size: 10px;
        line-height: 1.4;
        text-align: left;
        color: #fff;
    }
    
    #tu__wrapper .__contents .__title1 {
        max-width: 550px;
        width: 90vw;
        margin: 0 auto;
        padding: 36px 0;
        position: relative;
        z-index: 20;
    }
    #tu__wrapper .__contents .__title2 {
        max-width: 650px;
        width: 90vw;
        margin: 0 auto;
        padding: 36px 0;
        position: relative;
        z-index: 20;
    }
    #tu__wrapper .__contents .__title3 {
        max-width: 500px;
        width: 84vw;
        margin: 0 auto;
        padding: 30px 0 20px;
        position: relative;
        z-index: 20;
    }
    #tu__wrapper .__contents .__title1 h2,
    #tu__wrapper .__contents .__title2 h2,
    #tu__wrapper .__contents .__title3 h2 {
        display: block;
        width: 100%;
    }
    
    #tu__wrapper .__contents .__contents__body {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
        padding: 0 7vw 20px;
        position: relative;
        z-index: 20;
    }
    #tu__wrapper .__contents .__contents__body .__text1 {
        margin-bottom: 2em;
        font-size: 15px;
        line-height: 2;
        color: #fff;
    }
    #tu__wrapper .__contents .__contents__body .__text1 span {
        font-weight: bold;
    }
    #tu__wrapper .__contents .__contents__body .__text1 span.notes {
        font-weight: normal;
        font-size: 60%;
        display: block;
    }
    
    #tu__wrapper .__contents .__contents__body .__img1 {
        max-width: 600px;
        width: 100%;
        margin: 0 auto 2em;
        position: relative;
    }
    #tu__wrapper .__contents .__contents__body .__img1 figure {
        width: 100%;
        margin: 0 auto;
    }
    #tu__wrapper .__contents .__contents__body .__img1 .cap {
        padding-top: 5px;
        font-size: 12px;
        font-feature-settings: "palt";
        line-height: 1.5;
        color: #fff;
        text-align: center;
    }
    
    #tu__wrapper .__contents .__contents__body .__img2 {
        width: 100%;
    }
    
    #tu__wrapper .__contents .__contents__body .__flexbox {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #tu__wrapper .__contents .__contents__body .__flexbox .__order1 {
        order: 1;
    }
    #tu__wrapper .__contents .__contents__body .__flexbox .__order2 {
        order: 2;
    }
    #tu__wrapper .__contents .__contents__body .__flexbox .__flexbox__text {
        width: 100%;
    }
    #tu__wrapper .__contents .__contents__body .__flexbox .__flexbox__img {
        width: 100%;
        margin-bottom: 2em;
    }
    #tu__wrapper .__contents .__contents__body .__flexbox .__flexbox__img figure {
        width: 50%;
        margin: 0 auto;
    }
    
    #tu__wrapper .__movie {
        max-width: 800px;
        width: 86vw;
        margin: 0 auto;
        padding: 20px 0;
        position: relative;
        z-index: 300;
    }
    #tu__wrapper .__movie h2 {
        display: block;
        width: 100%;
    }
    #tu__wrapper .__movie .__movie__item {
        display: block;
        width: 100%;
    }
    
    #tu__wrapper .__link {
        max-width: 800px;
        width: 86vw;
        margin: 0 auto;
        padding: 20px 0 40px;
        position: relative;
        z-index: 300;
    }
    #tu__wrapper .__link a {
        display: block;
        transition: all ease .3s;
    }
    #tu__wrapper .__link a:hover {
        filter: brightness(1.1);
    }
    
    
    #tu__wrapper .__notes {
        max-width: 500px;
        width: 90vw;
        margin: 0 auto 20px;
        position: relative;
        z-index: 300;
    }
    #tu__wrapper .__dfflogo {
        max-width: 300px;
        width: 60vw;
        margin: 0 auto 40px;
        position: relative;
        z-index: 300;
    }
}
