@charset "UTF-8";
/* CSS Document */
.title {
    position: fixed;
    z-index: 5;
    width: 100%;
    text-align: center;
}
.titleimg {
    width: 220px;
    margin-top: 20px;
    margin-right: 20px;
}
.icon {
    widows: 60px;
    padding: 0 20px;
    margin-top: 20px;
}
.navfield {
    display: none;
}
.navfieldpage {
    display: none;
}
.wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
}
.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}
.open img {
}
main {
    max-height: 1080px;
    min-height: 720px;
    padding: 0;
    background: url("../images/TOP01.jpg");
    background-repeat: no-repeat;
    background-position: 30% 50%;
    background-size: cover;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
main.open {
    transform: translateX(-0%);
}
main h1 {
    text-align: center;
    font-weight: 500;
}
main p {
    text-align: center;
}
.menu-trigger {
    display: inline-block;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100;/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #707070;
    transition: all .5s;
}
.menu-trigger.active span {
    background-color: #707070;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    opacity: 1;
}
.menu-trigger span:nth-of-type(2) {
    top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    opacity: 1;
}
nav {
    width: 100%;
    height: 100%;
    padding-top: 150px;
    background-color: rgba(255, 255, 255, 1.0);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(100%);
    transition: all .5s;
}
nav.open {
    transform: translateZ(0);
}
nav li {
    color: #fff;
    text-align: center;
    padding: 20px 0;
}
* {
    box-sizing: border-box;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.titletop {
    position: fixed;
    z-index: 5;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 10px;
}
.titlepage {
    position: fixed;
    z-index: 5;
    width: 100%;
    background-color: rgba(255, 255, 255, 1.0);
    padding-bottom: 10px;
	padding-left: 20px;
}
.mainpage {
    height: 640px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.mainpage2 {
    height: 640px;
    background-image: url("../images/TOP02.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainpage3 {
    height: 640px;
    background-image: url("../images/TOP03.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainpage4 {
    height: 640px;
    background-image: url("../images/TOP04.jpg");
    background-position: 62% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.mainpage5 {
    height: 640px;
    background-image: url("../images/TOP05.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
.title {
    position: fixed;
    z-index: 5;
    width: 100%;
    text-align: left;
    margin-left: 100px;
}
.titleimg {
    width: 220px;
    margin-top: 20px;
}
.navTxt {
    padding: 10px;
    margin-top: 30px;
    height: 35px;
}
.navfield {
    display: block;
    position: absolute;
    top: 0;
    right: 150px;
}
.navfieldpage {
    display: block;
    position: absolute;
    top: 0;
    right: 50px;
}
.icon {
    padding: 0px;
    margin: 30px 0 0 10px;
}
.wrapper {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}
.overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .5s;
}
.overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
}
main {
    height: 100%;
    padding: 0;
    background-color: #eee;
    transition: all .5s;
    display: none;
    flex-direction: column;
    justify-content: center;
    background: auto;
}
main.open {
    transform: translateX(-0%);
}
main h1 {
    text-align: center;
    font-weight: 500;
}
main p {
    text-align: center;
}
.menu-trigger {
    display: none;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 100;/*   transform: translateX(0);
	  transition: transform .5s;
	 */}
/* .menu-trigger.active {
	  transform: translateX(-250px);
	}
	 */.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #707070;
    transition: all .5s;
    display: none;
}
.menu-trigger.active span {
    display: none;
}
.menu-trigger span:nth-of-type(1) {
    display: none;
}
.menu-trigger.active span:nth-of-type(1) {
    display: none;
}
.menu-trigger span:nth-of-type(2) {
    display: none;
}
.menu-trigger.active span:nth-of-type(2) {
    display: none;
}
.menu-trigger span:nth-of-type(3) {
    display: none;
}
.menu-trigger.active span:nth-of-type(3) {
    display: none;
}
nav {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    background-color: rgba(16, 69, 153, 0.8);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(100%);
    transition: all .5s;
    display: none;
}
nav.open {
    transform: translateZ(0);
    display: none;
}
nav li {
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: none;
}
* {
    box-sizing: border-box;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.titletop {
    position: fixed;
    z-index: 5;
    width: 100%;
    text-align: left;
    padding-left: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
}
.titlepage {
    position: fixed;
    z-index: 5;
    width: 100%;
    text-align: left;
    padding-left: 100px;
    background-color: rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
}
.mainpage {
    height: 455px;
    width: 100%;
    margin-top: 85px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainpage2 {
    height: 455px;
    width: 100%;
    margin-top: 85px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainpage3 {
    height: 455px;
    width: 100%;
    margin-top: 85px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 42%;
}
.mainpage4 {
    height: 455px;
    width: 100%;
    margin-top: 85px;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainpage5 {
    height: 455px;
    width: 100%;
    margin-top: 85px;
    background-size: cover;
    background-repeat: no-repeat;
}
}
