@charset "UTF-8";
#mv::after {background-color: rgba(255,255,255,.3);	content: "";	width: 100%;	height: 100%;	position: absolute;	top: 0;	left: 0;	z-index: 123;
}
#top-header-wrap { position: absolute; bottom: 20%; left: 30px; z-index: 123;
}
#top-h1 { color: #ffffff; font-size: 350%;
}
#top-bottom-text {font-size: 180%; color: #ffffff;
}
#text-box { background-color: #fff; border-top: 1px solid #222; border-left: 1px solid #222; position: absolute; top: 0; left: 20px; z-index: 1234;
}
#greeting,
#content { position: relative; padding: 8vw 0; overflow: hidden;
}
#greeting {background-image: url("../img/bg-greeting.jpg");	background-position: center center;	background-size: cover;	background-repeat: no-repeat;	background-attachment: fixed;
}
#greeting::after {background-color: rgba(255,255,255,.7);	content: "";	width: 100%;	height: 100%;	position: absolute;	top: 0;	left: 0;	z-index: 123;
}
#greeting > div { position: relative; z-index: 150;
}
#greeting h2 {font-size:140%;
}
#content:before { position: absolute; content: ""; left: 0; top: 0; width: 120%; height: 100%; background-image: -webkit-gradient(linear, left top, right bottom, from(#004ab0), to(#3d7ed9)); background-image: linear-gradient(to right bottom, #004ab0, #3d7ed9); -webkit-transform: skew(-80deg); transform: skew(-80deg); opacity: 1;
}
#greeting-text,
#content-text { transition: .6s ease-out; transform: translateY(40px); opacity: 0;
}
#greeting-text.delighter.started,
#content-text.delighter.started { transform: translateY(0); opacity: 1;
}
#content h2 {font-size:140%;	border-bottom:1px solid #fff;
}
#content img {border-radius: 10px;
}
.to-list { position: absolute; right: 1vw; top: 1vw; font-size: 80%;
}
.list-box { min-height: 12vw; overflow: auto;
}
.list-box li { border-bottom: dotted 1px ; margin-top: .8vw; padding-bottom: .8vw;
}
a.list-link { text-decoration: underline; color: #004ab0;
}
a.list-link:hover { text-decoration: none;
}
.date-box { background-color: #004ab0; padding-top: .3vw; color: ;
}
.cont-photo { background-repeat: no-repeat; background-size: cover; background-position: center center; height: 50vw;
}
#top-contents { padding-top:7vw; padding-bottom:7vw;
}
#top-contents h2 { color: #ed9a00;
}
#top-contents p { line-height: 2.3;
}
.h2-jp { font-size: 120%;
}
#text-box {background-color: #fff;	border-top: 1px solid #222;	border-left: 1px solid #222;	position: absolute;	top:0;	left: 20px;	z-index: 1234;
}
a.bnr-link { position: relative; overflow: hidden; height: 20vw; padding: 1vw;
}
.bnr-link::after { content: ''; position: absolute; top: 0; left: 0; background-color: rgb(255,255,255,.4); width: 100%; height: 100%; z-index: 12; opacity: .3; transition: 0.4s ease-out;
}
a.bnr-link:hover::after { opacity: .6;
}
.bnr-bg,
.bnr-bg2 { transition: transform 0.3s ease-out; position: absolute; top: 50%; left: 50%; width: 100%; transform: scale(1) translate(-50%, -50%);
}
.bnr-link:hover .bnr-bg,
.bnr-link:hover .bnr-bg2 { transform: scale(1.02) translate(-50%, -50%);
}
.h2-banner { position: absolute; top: 50%; left: 25%; width: 100%; max-width: 50%; text-align: center; z-index: 123; font-size: 100%; transition: 0.4s ease-out;
}
/*.bnr-link:hover .h2-banner { top: 55%;
}*/
.bnr-ttl-jp { color: #ffffff; padding-top: 0.1vw;
}
.bnr-ttl-en { color: #ffffff; padding-top: 0.4vw;
}
@media (min-width: 1200px){ #top-header-wrap, .list-box { font-size: 1.1rem; }
}
@media (max-width: 991px){ .bnr-link::after { opacity: .6; }
}
@media (max-width: 767px){ #header,#mv { height: 100vw; } #top-header-wrap { height: 100vw; } #top-h1 { font-size: 200%; } #top-bottom-text { font-size: 140%; } #greeting { line-height: 5.3vw; } #g-header-wrap { width: 100%; } a.bnr-link { height: 55vw; } .bnr-ttl-jp, .bnr-ttl-en { height: 5vw; } .bnr-line { display: none; } .bnr-ttl-en { padding-top: 1.1vw; } .index-header::after { top: 2vw; } .to-list { top: 5.5vw; } .list-box { min-height: 30vw; } .list-box li { margin-top: 4vw; padding-bottom: 4vw; }
}
@media (max-width: 575px){ #greeting { line-height: 6vw; }
#top-header-wrap { top: 5%; left: 10px;
}
#greeting,
#content { padding: 13vw 0;
}
#content:before { -webkit-transform: skew(0deg); transform: skew(0deg);
}
#greeting h2 {font-size:160%;
}
}