@charset "UTF-8";


/*  ipad
===================================*/
body,html{
	min-width:1000px;
}



/*  header
===================================*/
header {
	position: relative;
    width: 100%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.hed-are {
    margin: 0 auto;
}
.hed-are .phobg {
    /*height: 850px;*/
    background-image: url("../img/top_mainbg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hed-are .top-are {
    position: relative;
    height: 850px;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    text-align: center;
}
.hed-are .top-are .blk {
    display: inline-block;
    text-align: center;
    margin-top: 50px;
}
.hed-are .top-are h2 {
    font-size: 2.4rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    position: absolute;
    top: 80px;
    right: 13%;
}
.hed-are .top-are h2 span {
    font-size: 1.2rem;
    letter-spacing: -1px;
    font-feature-settings : "palt";
}

.hed-are .top-are .logo {
    position: absolute;
    top: 30px;
    left: 0;
}
.hed-are .top-are .mrk {
    width: auto;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hed-are .top-are .mrk .alnk {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.hed-are .top-are .mrk a.one {
    width: 50%;
    height: 200px;
    position: absolute;
    top: 0;
    right: 0;
}
.hed-are .top-are .mrk a.two {
    width: 50%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.hed-are .top-are .mrk a.onetxt {
    position: absolute;
    right: 45px;
    top: 220px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 30px;
    color: #1d2087;
}
.hed-are .top-are .mrk a.twotxt {
    position: absolute;
    left: 15px;
    top: 75px;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 30px;
    color: #ffffff;
}
.hed-are .top-are .mrk a.twotxt span {
    text-shadow:
        rgba(0, 0, 0, 0.5) 1px 1px 8px, rgba(0, 0, 0, 0.5) -1px -1px 8px,
        rgba(0, 0, 0, 0.5) -1px 1px 8px, rgba(0, 0, 0, 0.5) 1px -1px 8px,
        rgba(0, 0, 0, 0.5) 0px 1px 8px, rgba(0, 0, 0, 0.5) 0-1px 8px,
        rgba(0, 0, 0, 0.5) -1px 0 8px, rgba(0, 0, 0, 0.5) 1px 0 8px;
}


.page .hed-are .phobg {
    background-image: url(../img/page_mainbg.png);
}

.page .hed-are .top-are .blk {
    margin-top: 40px;
}
.page .hed-are .top-are h2 {
}
.page .hed-are .top-are h2.shadow {
    text-shadow:
        rgba(0, 0, 0, 0.7) 1px 1px 8px, rgba(0, 0, 0, 0.7) -1px -1px 8px,
        rgba(0, 0, 0, 0.7) -1px 1px 8px, rgba(0, 0, 0, 0.7) 1px -1px 8px,
        rgba(0, 0, 0, 0.7) 0px 1px 8px, rgba(0, 0, 0, 0.7) 0-1px 8px,
        rgba(0, 0, 0, 0.7) -1px 0 8px, rgba(0, 0, 0, 0.7) 1px 0 8px;
}







/*  contebody
===================================*/
.smt-pusher {
    position: relative;
}
.contebody {
    width: 100%;
	max-width: 1060px;
    padding-left: 30px;
    padding-right: 30px;
	margin: 0 auto;
    min-height: 500px;
}


/*  footer
===================================*/
footer {
    margin-top: 120px;
    background-color: #f0f0f0;
}
.fot-are {
	max-width: 1040px;
    padding-left: 30px;
    padding-right: 30px;
	margin: 0 auto;
    padding: 10px 0;
}
.fot-are ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fot-are li {
    margin: 0 20px;
}
.fot-are li a {
    font-size: 1.4rem;
}

.fot-bm {
	max-width: 1040px;
    padding-left: 30px;
    padding-right: 30px;
	margin: 0 auto;
    text-align: center
}
.fot-bm h6 {
    text-align: center;
    color: #aaa;
    padding-bottom: 5px;
}








/*  lsen
===================================*/
.lsen {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.lsen:after {
	content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #ff6b9d;
    -webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
    height: 0;
}

.lsen:hover:after,
.lsen:focus:after,
.lsen:active:after {
    height: 2px;
}


/*  Pop Animation
===================================*/
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}













