@charset "UTF-8";

/*common*/
html {
    height: 100%;
}

body {
    color: #1b1e33;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #e3f4fd;
}


a:link {
    text-decoration: none;
    color: #ff3b89;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #ff3b89;
}

a:hover {
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 1em;
}

#wrap {
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    z-index: 10;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    background: #fff;
}


/*PC--------------------------------------------------------------------------------------*/


/*navi*/

nav {
    display: block;
    position: fixed;
    top: 0;
    right: -900px;
    bottom: 0;
    width: 450px;
    background-color: #5c6ab1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 999;
    opacity: 0;
    padding-top: 50px;
}

.open nav {
    right: 0;
    opacity: 1;
}

nav .inner {
    padding: 0 25px 25px 25px;
}

nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .inner ul li {
    display: flex;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #000000;
    justify-content: center;
    align-items: center;
}

nav .inner ul li a {
    display: block;
    width: 100%;
    color: #ffffff;
    font-size: 2em;
    font-weight: blod;
    text-align: center;
    padding: 20px;
    text-decoration: none;
    transition-duration: 0.2s;
}

nav .inner ul li a:hover {
    opacity: 0.7;
}

nav a.nav__logo {
    width: 200px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a.nav__mu {
    width: 80% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav__logo a,
.nav__logo img,
.nav__mu img {
    width: 100%;
    padding: 0;
}

.toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    transition: all .5s;
    cursor: pointer;
    z-index: 1000;
    background-color: #5c6ab1;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 25%;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 4px;
    transition: all .5s;
}

.toggle_btn span:nth-child(1) {
    top: 30%;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
}

.toggle_btn span:nth-child(3) {
    top: 70%;
}

.open .toggle_btn {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.open .toggle_btn span {
    background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
}

#mask {
    display: none;
    transition: all .5s;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 998;
    cursor: pointer;
}

@media screen and (max-width: 900px) {

    nav {
        width: 100%;
    }

    nav a.nav__logo {
        width: 200px !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav .inner ul li a {
        display: block;
        width: 100%;
        color: #ffffff;
        font-size: 1.4em;
        font-weight: blod;
        text-align: center;
        padding: 15px;
        text-decoration: none;
        transition-duration: 0.2s;
    }

    .toggle_btn {
        top: 10px;
        right: 10px;
    }
}

/*header*/


#header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/header/header.jpg) no-repeat;
    background-size: cover;
}

@media screen and (max-width: 900px) {
    
    #header {
        margin-bottom: 3%;
    }
}

#header h1{
    display: none;
}

#header .yuzu-logo-pos {
    position: absolute;
    top: 2.604167%;
    left: 2.083333%;
    width: 10%;
    z-index: 20;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    animation: yuzu-logoFadeIn 2s ease 0s 1 normal;
    -webkit-animation: yuzu-logoFadeIn 2s ease 0s 1 normal;
}

#header .yuzu-logo-pos .yuzu-logo a {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 60%;
    position: relative;
    width: 100%;
    background: url("../images/header/yuzulogo.png") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

/*pc navi*/

ul.pc-navi {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #5c6ab1;
    margin-bottom: 3%;
    padding: 2%;
}

@media screen and (max-width: 900px) {
    
    ul.pc-navi {
        display: none;
    }
}

ul.pc-navi li {
    font-size: 1.4em;
    font-weight: bold;
    margin: 0 0.5em;
    -moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);

}

ul.pc-navi li a{
    color: #fff;
    display: block;
}

/*banner*/

ul.banner {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.banner li {
    margin: 0 5px;
}

/*contents*/

.frame{
    padding: 0 3% 3% 3%;
}

h2{
    color: #fff;
    -moz-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    text-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(92,106,177,1) 50%, rgba(255,255,255,1) 100%);
    text-align: center;
    margin: 3% 0;
    padding: 2%;
    font-size: 1.4em;
}

h2.h2bg{
    background: url(../images/common/h2bg.jpg) center;
}

@media only screen and (max-width: 400px) {
h2 img{
    width: 100%;
}
}

h3{
    margin: 1.3em 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
}

p.pic{
    margin-bottom: 3%;
}

p:last-child.pic{
    margin-bottom: 0;
}

.pic50{
    max-width: 1000px;
    width: 50%;
    margin: 3% auto!important;
}

.pic50 img{
    width: 100%;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
border-radius: 10px;
}

.link-btn a{
    display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background:#f60;
    padding: 0.5em;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 3% auto!important;
}

/*movie*/

.movie-wrap{
    max-width: 700px;
    width: 100%;
    margin: 0 auto 3% auto;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    -moz-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    -webkit-box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
    box-shadow: 0px 0px 4px rgba(50, 50, 50, 0.7);
}

/*spec*/

dl.spec-list {
    display: table;
    margin: 0 auto;
}

dl.spec-list dt {
    float: left;
    color:#666;
    width: 15em;
    font-weight: bold;
}

dl.spec-list dd {
    margin: 0 1em 0 15em;
}

/*event cg*/

ul.event-list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
}

ul.event-list li{
    flex-basis: 25%;
    padding: 0 1.5%;
    margin-bottom: 3%;
    box-sizing: border-box;
}

ul.event-list li img{
    width: 100%;
}

/*chara*/

.swiper-wrapper {
	width: 100%;
    list-style: none;
}

.swiper-slide {
	width: 100%;
	height: 100%;
}

.chara-wrap{
    position: relative;
    padding: 0 5%;
}

.chara01{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara01.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.chara02{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara02.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.chara03{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara03.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.chara04{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara04.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.chara05{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara05.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}



.chara06{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara06.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.chara07{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara07.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}


.chara08{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara08.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}

.chara09{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara09.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}


.chara10{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara10.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}


.chara11{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara11.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}


.chara12{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara12.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}


.chara13{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 66.6666%;
    position: relative;
    width: 100%;
    background: url("../images/chara/chara13.jpg") no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    margin: 0 auto;
}



h4.chara-name{
    display: none;
}

.chara-text{

    position: absolute;
    bottom: 5%;
    left: 8%;
    width: 40%;
    background: rgba(92,106,177,0.8);
    color: #fff;
    padding: 1em;
line-height: 1.2em;
    box-sizing: border-box;
border-radius: 10px;
}

.subchara-text{

    position: absolute;
    bottom: 12%;
    left: 8%;
    width: 40%;
    background: rgba(92,106,177,0.8);
    color: #fff;
    padding: 1em;
line-height: 1.2em;
    box-sizing: border-box;
border-radius: 10px;
}


/*footer*/

footer {
    text-align: center;
    padding: 30px;
    background: rgba(92,106,177,0.8);
    color: #fff;
}

footer ul.sns {

    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 1em;
}

footer ul.sns li {
    width: 40px;
    margin: 0 5px;
}

footer ul.banner li img,
footer ul.sns li img {
    width: 100%;
}



/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 900px) {

    .chara-text{
    
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 1em;
text-shadow: 1px 1px 0px #000;
    }

    .subchara-text{
    
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        background: rgba(0,0,0,0.7);
        color: #fff;
        padding: 1em;
text-shadow: 1px 1px 0px #000;
    }



}





/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 700px) {

    body {
        font-size: 14px;
    }

    .pic50{
        margin: 1.5em auto!important;
    }

    .link-btn a{
        margin: 1.5em auto!important;
    }

    #header {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 142.85714%;
        position: relative;
        width: 100%;
        display: block;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/header/hesder2.jpg) no-repeat;
        background-size: contain;
        margin-bottom: 1.5em;
    }

    #header .yuzu-logo-pos {
        width: 20%;
    }

    h2{
        margin: 1.5em 0!important;
    }

    ul.banner {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 5px;
    }

    ul.banner li {
        margin: 0;
        flex-basis: 50%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    
    ul.banner li img{
        width: 100%;
    }

    .frame{
        padding: 0 10px 2em 10px;
    }

    ul.event-list li{
        flex-basis: 33.333%;
        padding: 0 1.5%;
        margin-bottom: 3%;
        box-sizing: border-box;
    }

    dl.spec-list dt {
        float: none;
        width: 100%;
    }
    
    dl.spec-list dd {
        margin: 0;
    }
    
    

}

