@charset "UTF-8";
/* CSS Document */

/* Reset -------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;box-sizing: border-box;}
:focus {outline: 0;}

ol, ul {list-style: none outside none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html {overflow-y: scroll;}
body{
font:80%/1.5 "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

color:#000;
-webkit-text-size-adjust: 100%;
background:#fff;
}
html>/**/body {}
* + html body {font-family: "メイリオ","Meiryo";}

object, embed	{vertical-align: top;}
hr, legend	{display: none;}
img {-ms-interpolation-mode: bicubic; }
li	{list-style-type: none;}
p, dd, blockquote {text-align: justify;text-justify: inter-ideograph;}
a	{overflow: hidden;outline: none;}

strong {font-weight: bold;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* -------------------------------------------- */


/* Style -------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
	color: #333;
	font-size: 1.6em;
	line-height: 1.7;

    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    
    position: relative;
}
body.show{
    background-image: url("img/bg.jpg");
}

a{
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #333;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}



.sprash{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;

    width: 100%;
    height: 100vh;

    background-color: #fff;
    
    overflow: hidden;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    opacity: 1;
    transition: opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sprash.ended{
    opacity: 0;
    z-index: 10;
}
.sprash .movieArea{
    width: 100%;
    position: relative;
    z-index: 100;
}
video{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    
    position: relative;
    z-index: 1010;
}
video::-webkit-media-controls{
    display: none;
}

.sprash .skip{
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1020;

    font-size: 2.0rem;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3em;
    color: #145abe;
    
    cursor: pointer;

    transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sprash .skip:hover{
    opacity: 0.5;
}

.teaser{
    width: 100%;
    height: 100vh;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;

    position: relative;
    z-index: 100;

    opacity: 0;
    transition: opacity 1.5s 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);

/*
	filter: drop-shadow(3px 3px 8px rgba(0, 59, 137, 0.8));
    will-change: filter;
*/
}
.teaser.show{
    opacity: 1;
}

.sprash{min-height: 820px;}
.teaser{min-height: 820px;}
@media only screen and (max-width: 899px){
    .sprash{min-height: 702px;}
    .teaser{min-height: 702px;}
}
@media only screen and (max-width: 699px){
    .sprash{min-height: 574px;}
    .teaser{min-height: 574px;}
}
@media only screen and (max-width: 499px){
    .sprash{min-height: 512px;}
    .teaser{min-height: 512px;}
}


.logo{
    width: 90%;
    max-width: 820px;
    margin: 38px auto;


	filter: drop-shadow(3px 3px 8px rgba(0, 59, 137, 0.8));
    will-change: filter;
}
.logo img{
    width: 100%;
    height: auto;
}



.contactNavi{
    box-sizing: border-box;
    position: absolute;
    z-index: 120;
    right: 0;
    top: 260px;
    
    width: 60px;

    border-radius: 10px 0 0 10px;
    
/*	background-color: #fbd246;*/
	background-color: #fff;

    background-image: url("img/icon_linkBtn.png");
    background-repeat: no-repeat;
    background-position: center bottom 5px;
    background-size: 24px auto;

	opacity: 0;
    transition: opacity 1.5s 1.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.contactNavi.show{
    opacity: 1;
}
.contactNavi a{
    box-sizing: border-box;
    display: block;
    padding: 8px 5px 32px;
    
    text-align: center;

    font-size: 1.2rem;
    line-height: 1.3;
    color: #333;

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    
    white-space: nowrap;
    letter-spacing: -0.01em;
}

@media only screen and (max-width: 899px){
.contactNavi{ 
    top: 260px;
}
}
@media only screen and (max-width: 699px){
.contactNavi{
    top: 240px;
    width: 50px;
    background-size: 20px auto;
}
.contactNavi a{
    padding: 7px 3px 28px;
    font-size: 1.1rem;
}
}
@media only screen and (max-width: 499px){
.contactNavi{
    top: 180px;
}
}


.info{
    width: 90%;
    margin: 0 auto;
    
    color: #fff;

    text-align: center;
    line-height: 1.0;
    white-space: nowrap;


	filter: drop-shadow(3px 3px 8px rgba(0, 59, 137, 0.8));
    will-change: filter;
}
.info .date{
    font-size: 15.8rem;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    
    letter-spacing: 0.02em;
    
    margin-bottom: -3rem;
}
.info .date .svd{
    display: inline-block;
    position: relative;
}
.info .date .svd .icon{
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    
    width: 150px;
    height: 132px;
    margin: -100px 0 0 -95px;
    
    overflow: hidden;
    padding-left: 100%;
    color: #fff;
    
    background-image: url("img/icon-save-the-date.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 150px auto;
}
.info .venue{
    font-size: 1.8rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    letter-spacing: 0.03em;
    
    margin-bottom: 20px;
}
.info .venue br{
    display: none;
}
.info .title{
    font-size: 3.0rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    letter-spacing: 0.10em;

/*    margin-bottom: 8px;*/
    margin-bottom: 12px;
}
.info .sub{
    font-size: 1.5rem;
    font-family: 'Noto Sans JP', sans-serif;
/*    font-weight: 300;*/
    font-weight: 800;
    letter-spacing: 0.03em;
}
.info .sub br{
    display: none;
}

@media only screen and (max-width: 899px){
.info{
    padding-top: 50px;
}
.info .date{
    font-size: 12.64rem;
    margin-bottom: -2.4rem;
}
.info .date .svd .icon{
    width: 130px;
    height: 114px;
    margin: -90px 0 0 -80px;
    background-size: 130px auto;
}
.info .venue{
    font-size: 1.44rem;
    margin-bottom: 16px;
}
.info .title{
    font-size: 2.4rem;
/*    margin-bottom: 6.5px;*/
    margin-bottom: 10px;
}
.info .sub{
    font-size: 1.2rem;
}
}
@media only screen and (max-width: 699px){
.info .date{
    font-size: 10.112rem;
    margin-bottom: -1.92rem;
}
.info .date .svd .icon{
    width: 100px;
    height: 88px;
    margin: -75px 0 0 -60px;
    background-size: 100px auto;
}
.info .venue{
    font-size: 1.152rem;
    margin-bottom: 12.8px;
}
.info .title{
    font-size: 1.92rem;
/*    margin-bottom: 5px;*/
    margin-bottom: 8px;
}
.info .sub{
    font-size: 1.0rem;
    letter-spacing: -0.01em;
}
}
@media only screen and (max-width: 499px){
.info .date{
    font-size: 7.0784rem;
    margin-bottom: -1.344rem;
}
.info .date .svd .icon{
    width: 80px;
    height: 70px;
    margin: -70px 0 0 -20px;
    background-size: 80px auto;
}
.info .venue{
/*    font-size: 0.8064rem;*/
    font-size: 1.15rem;
    margin-bottom: 12px;
    line-height: 1.3;
}
.info .venue br{
    display: block;
}
.info .title{
    font-size: 1.33rem;
/*    margin-bottom: 4px;*/
    margin-bottom: 6px;
}
.info .sub{
    font-size: 1.0rem;
    line-height: 1.3;
}
.info .sub br{
    display: block;
}
}


.digest{
/*    padding-top: 20px;*/
    padding-top: 60px;
    text-align: center;


	filter: drop-shadow(3px 3px 8px rgba(0, 59, 137, 0.8));
    will-change: filter;
}
.digest ul{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.digest ul li{
	width: 100%;
}
.digest a.link{
    display: inline-block;
	width: 100%;
    
    font-size: 1.6rem;
    line-height: 1.0;
    white-space: nowrap;
    
    color: #fff;
    padding: 10px 25px;
    border: 1px solid #fff;
    
    margin-top: 20px;
}
.digest a.link:hover{
    color: #333;
    background-color: #fff;
}

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

.digest{
    padding-top: 50px;
}
.digest a.link{
    font-size: 1.3rem;
    padding: 8px 15px;
    margin-top: 15px;
}

}



.links{
    width: 100%;
    padding-top: 60px;
}
.links ul{
    width: 90%;
	max-width: 800px;
    margin: 0 auto;
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.links li{
    width: 25%;
    padding: 8px 8px;
}
.links li a{
    display: block;
    line-height: 0;

    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}
.links li a:hover{
    opacity: 0.8;
}
.links li a img{
    width: 100%;
    height: auto;
}

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

.links ul{
    max-width: 280px;
}
.links li{
    width: 50%;
    padding: 5px 5px;
}

}




.movieBox{
    width: 90%;
    max-width: 1200px;
    
    background-color: transparent;
    border-radius: 20px;
        
    display: none;
}
.movieDetail{
    width: 100%;
    margin: 40px auto;

    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    
    text-align: center;
}
.movieDetail a.link{
    display: inline-block;
    
    font-size: 1.4rem;
    line-height: 1.0;
    white-space: nowrap;
    
    color: #333;
    font-weight: bold;
    background-color: #fff;
    padding: 8px 25px;
    
    margin-top: 20px;
}
.movieDetail a.link:hover{
    background-color: rgba(255, 255, 255, 0.8);
}
.movieDetail .movie{
	position: relative;
    width: 100%;
	padding-top: 56.25%;
	
	margin-bottom: 15px;
}
.movieDetail .movie iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.fancybox-bg{
    background-color: rgba(0, 0, 0, 0.6);
}
.fancybox-slide--html{
    padding-top: 100px;
    padding-bottom: 80px;
}
.fancybox-button svg path{
    fill: #fff;
}
.fancybox-content{
    padding: 0;
}

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

.movieDetail a.link{
    font-size: 1.2rem;
    margin-top: 15px;
}

}





.credit{
    width: 90%;
    margin: 40px auto 3px;
    
    color: #fff;
    line-height: 1.3;
    font-size: 1.2rem;
    font-family: 'Noto Sans JP', sans-serif;
    
    text-align: center;
    letter-spacing: 0.02em;
}
.credit .main{
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 7px;
}
.credit .sub{
    font-size: 1.1rem;
    font-weight: 300;
}

@media only screen and (max-width: 699px){
.credit .main{
    font-size: 0.8rem;
    margin-bottom: 6px;
}
.credit .sub{
    font-size: 0.7rem;
}
}

@media only screen and (max-width: 499px){
.credit{
    margin-bottom: 10px;
}
.credit .main{
    font-size: 0.7rem;
    margin-bottom: 5px;
}
.credit .sub{
    font-size: 0.6rem;
}
}








