/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html {
    font-size: 62.5%;
    font-family: 'Noto Sans JP', sans-serif;
    color: #1E1E1E;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3327vw;
  }
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul {
	list-style-type:none;
}
ol {
	list-style-type:decimal;
}



.forPC {
	display:block;
}
.forSP {
	display:none;
}




body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, "ＭＳＰゴシック", sans-serif;
	height:auto;
	position:relative;
}
body::after {
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
	background:url(../images/bg.jpg) no-repeat top center;
	animation-name: animation-body;
    animation-duration: 3s;
	animation-fill-mode: forwards;
	z-index:-1;
}
@keyframes animation-body {	
    0%{
        opacity: 0;
    }
	100%{
        opacity: 1;
	}
}
.birdTop {
	position:absolute;
	top: 284.36px;
	left:59%;
	width:288px;
	animation-name: animation-birdTop;
    animation-duration: 1s;
	animation-fill-mode: forwards;
	z-index:2;
}

@keyframes animation-birdTop {	
    0%{
        opacity: 0;
		width:260px;
		top:278px;
		left:59%;
		animation-timing-function: ease-out;
    }
    33%{
        opacity: 0;
		width:260px;
		top:278px;
		left:59%;
    }
    100%{
        opacity: 1;
		width:238px;
		top:288px;
		left:59%;
    }	
}
.birdTop img {
	width:100%;
	height:auto;
}

header {
	width:100%; /* 960px */
	height: 855px;
	margin:0 auto 0;
	box-sizing: border-box;
	padding:476px 0 0 13px;
	position:relative;
	display:block;
}
.logo {
	width:494px;
	height:146px;
	animation-name: animation-logo;
    animation-duration: 1s;
	animation-fill-mode: forwards;
	position:absolute;
	top: 500px;
    left: 16.5%;
}
@keyframes animation-logo {	
    0%{
        transform: translateY(20px);
        opacity: 0;
    }
    66%{
        transform: translateY(20px);
        opacity: 0;
		animation-timing-function: ease-out;
    }	
	100%{
        transform: translateY(0);
        opacity: 1;
	}
}
.logo img {
	width:100%;
	height:auto;
}
section.sec01 {
	width:100% !important;
	margin: 0 auto 0;
	box-sizing: border-box;
	padding:0 0 0 0;	
	height: 850px;
}
section.sec01 .sectionInner {
	width:960px;
	margin:0 auto 0;
	box-sizing: border-box;
	padding:0 0 0 290px;
}
@media screen and (max-width: 880px) {
section.sec01 .sectionInner {
	width:90%;
	padding:0 0 0 0;
}	
}


h1 {
	margin-bottom:40px;
}
p {
	font-size:20px;
	color:#4d4d4d;
	line-height:1.6;
	font-feature-settings: "palt";
	margin-bottom:1.5em;
	letter-spacing: 0.25em;
}
section.sec01 figure.texts {
	margin-left:5.7px;	
}
figure.logo2 {
	margin-top:50px;
	width:min(90%,485px);
	margin-left: 4.8px;
}
figure.logo2 img {
	width:100%;
	height:auto;
}
.movie {
	margin:0 auto;
	width:min(90%,960px);
	position:relative;
}
img#bird {
	position:absolute;
	top:-170px;
	left:-120px;
    opacity:1;
	z-index:2;
	width:188px;
	height:auto;
}
img#bird.is-active {
	animation-name: animation-bird;
    animation-duration: 1s;
	animation-fill-mode: forwards;
	z-index:2;
}
@keyframes animation-bird {	
    0%{
        opacity: 0;
		transform: scale(1.1,1.1);
        top:-70px;
        left:-110px;
		animation-timing-function: ease-out;
    }
    100%{
        opacity: 1;
		transform: scale(1.0,1.0);
        top:-40px;
        left:-120px;
    }	
}



.movie figure {
	width:100%;
}
.movie figure.is-active {
	animation-name: animation-btnMdl;
    animation-duration: 1s;
	animation-fill-mode: forwards;
	z-index:2;
}
@keyframes animation-btnMdl {	
    0%{
        opacity: 0;
        transform: translateY(20px);
		animation-timing-function: ease-out;
    }
    100%{
        opacity: 1;
    }	
}

.movie figure img {
	width:100%;
	height:auto;
}
.overlayInner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
section.sec02 {
    height: 680px;
    width: 100%;
}


/* モーダルと背景の指定 */
.modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background:rgba(0,0,0,0.7);
	padding: 40px 20px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index:100;
}

/* モーダルの擬似要素の指定 */
.modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
}

/* クラスが追加された時の指定 */
.modal.is-active{
	opacity: 1;
	visibility: visible;
}

/* モーダル内側の指定 */
.modal-container{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

/* モーダルを閉じるボタンの指定 */
.modal-close{
	position: absolute;
    top: -30px;
    right: 0;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    cursor: pointer;
}

/* モーダルのコンテンツ部分の指定 */
.modal-content{
	text-align: left;
	line-height: 1.8;
	padding: 0 0 0 0;
	height:60vh;
}

/* モーダルのコンテンツ部分のテキストの指定 */
.modal-content p{
	margin: 1em 0;
}
.modal-close::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: translateY(-50%);
}
.modal-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #fff;
    transform: translateX(-50%);
}
footer {
	width:100%;
	height:220px;
	background:#fff;
	text-align:center;
	padding:44px 0 0;
	box-sizing:border-box;
}
footer figure {
	margin-bottom:25px;
}
p.rights {
	font-size:12px;
	color:#666666;
	letter-spacing: 0;
}

ul.footLink {
	width:380px;
	margin:auto;
	display:flex;
	justify-content: space-between;
	margin-bottom:30px;
}
ul.footLink li {

	
}
ul.footLink li a {
	font-size:14px;
	font-weight:700;
	letter-spacing: 0.1em;
	text-decoration:none;
	border-bottom:2px solid #007abe;
	padding-bottom:0.15em;
	color:#007abe;	
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width: 767px) {
.forPC {
	display:none;	
}
.forSP {
	display:block;	
}	
	
htmi {
	overflow-x: hidden;	
}	
body {
	overflow-x: hidden;
}
body::after {
	background:url(../images/bg_sp.jpg) no-repeat top center;
	background-size:100vw;
	animation-name: animation-bodySP;
    animation-duration: 3s;
	animation-fill-mode: forwards;
	z-index:-1;
}

@keyframes animation-bodySP {	
    0%{
        opacity: 0;
    }
	100%{
        opacity: 1;
	}
}
.birdTop {
	position:absolute;
		width:65%;
		top: 59vw;
		left: 36vw;
	animation-name: animation-birdTopSP;
    animation-duration: 1s;
	animation-fill-mode: forwards;
	z-index:2;
}
@keyframes animation-birdTopSP {	
0% {
    opacity: 0;
    width: 70%;
    top: 57vw;
    left: 35vw;
}
40% {
    opacity: 0;
    width: 70%;
    top: 57vw;
    left: 35vw;
    animation-timing-function: ease-out;
}
60% {
    opacity: 1;
    width: 65%;
    top: 59vw;
    left: 36vw;
}
100% {
    opacity: 1;
}
}	
	
header {
    width: 100%;
    height: 215vw;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding: 114.8vw 0 0 6.6vw;
}	
.movie {
    margin: 0 auto;
    width: 74.6%;
    position: relative;
}	
figure.logo2 {
    margin-top: 5.7vw;
    width: 100%;
	margin-left:0.17vw;
}	
.logo {
    width: 61vw;
    height: auto;
    animation-name: animation-logo;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    top: 113vw;
    left: 6vw;
}	
	
section.sec01 {
    width: 73.4% !important;
    margin: 0 auto 0;
    box-sizing: border-box;
    padding: 0 0 0 0;
    top: 212.4vw;
    left: 0;
    height: 137.8vw;
}
section.sec01 h1 {
	margin-bottom:5vw;
}	
section.sec01 h1 img {
	width:100%;
	height:auto;
}
p {
    font-size: 3.4vw;
    color: #4d4d4d;
    line-height: 1.5;
    font-feature-settings: "palt";
    margin-bottom: 4.5vw;
    letter-spacing: 0.2em;
}	
section.sec01 figure.texts {
	width:70.53vw;
	margin-left:0.74vw;
}
section.sec01 figure img {
	width:100%;
	height:auto;
}	
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 40px 20px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 100;
}	
.modal iframe {
	width:90vw;
	height:40vw;
	margin:auto;
}	
section.sec01 .sectionInner {
    width: 73.2vw;
	margin:auto;
    padding: 0 0 0 0;
}	
section.sec02 {
    height: 70vw;
    width: 100%;
}	
img#bird {
    display:none;
}	
footer {
    width: 100%;
    height:50.3vw;
    background: #fff;
    text-align: center;
    padding: 10vw 0 0;
    box-sizing: border-box;
    z-index: 3;
}	
footer figure {
	width:29.4vw;
	margin:auto;
    margin-bottom:7.6vw;
}	
footer figure img {
    width: 100%;
    height:auto;
}	
p.rights {
    font-size: 3.2vw;
    letter-spacing: 0;
}	

ul.footLink {
    width: 80%;
    margin-bottom: 8vw;
}	
ul.footLink li a {
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-decoration: none;
    border-bottom: 1px solid #007abe;
	padding:0 0.2em 0.15em;
    color: #007abe;
}	
	

}
