@charset "utf-8";
body{
    background:#fff;
    font-family: 'Zen Antique', serif;
	color: #fff;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    letter-spacing: 0.2em;
}

body.appear{
    background:#fff;
}


ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
	text-decoration: none;
    outline: none;
}

img{
    width:100%;
    height: auto;
    vertical-align: bottom;
}

*{
    box-sizing: border-box
}

/* font-family */

#menu h2,
#splash-logo{
    font-family: 'Zen Antique', serif;
}

h1,
#g-nav-list li:nth-child(1),
#blog h2,
#footer dl dd{
    font-family: 'Zen Antique', serif;
}

/* heading */
#menu h2{
    font-size: 4rem;
    text-align: center;
    margin: 0 0 50px 0;
    font-weight: normal;
    color: #e2a2b1;
}

@media screen and (max-width:768px) {
#menu h2,
#blog h2{
    font-size: 3rem;
    }
    
}

/* area */

#container{
    overflow-x: hidden;
}

.inner{
    width:100%;
    margin:0 auto;
    padding:70px;
}

.inner_top{
    width:100%;
    margin:0 auto;
    padding:70px;
}

.inner_ura{
    width:100%;
    margin:0 auto;
}


@media screen and (max-width:940px) {
.inner{
    padding:30px;
}

.inner_top{
    padding:10px;
}
}

/* splash */

#splash-logo p{
    font-size:1.8rem;
    font-weight: normal;
    white-space: nowrap;
}

/* header */

.header-area{
    position:fixed;
    left:15%;
    top:70%;
    z-index: 0;
    color: #fff;
}

.header-area h1{
    display: inline;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
    padding: 0 10px;
}

#logo-image{
    position:fixed;
    top:5%;
    left:5%;
    z-index: 2;
    color: #fff;
}

#logo-image img{
    width:13%;
}


@media screen and (max-width:960px) {
.header-area{
    left:10%;
    top:80%;
}

.header-area h1{
    display: block;
    font-size:3rem;
}
.header-area p{
    font-size:1rem;
    margin-left: 15px;
    padding-bottom: 30px;
}

.header-area p br{
    display: block;
}

#text-area{
    width:70%;
    top:72%;
}
#text-area p{
    font-size: 0.8rem;
}

}

/* gnavi */

#g-nav-list li:nth-of-type(1){
    font-size: 1.5rem;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    white-space: nowrap;
    margin: 0 0 20px 0;
}

#g-nav-list li:nth-of-type(2){
    animation-delay: .2s;
}
#g-nav-list li:nth-of-type(3){
    animation-delay: .4s;
}
#g-nav-list li:nth-of-type(4){
    animation-delay: .6s;
}
#g-nav-list li:nth-of-type(5){
    animation-delay: .8s;
}
#g-nav-list li:nth-of-type(6){
    animation-delay: 1.1s;
}
#g-nav-list li:nth-of-type(7){
    animation-delay: 1.3s;
}


/* contact */

#contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#contact .contact-img{
    width:50%;
    min-height: 400px;
    background:url("../img/logo.png") no-repeat center;
    background-size: 25%;
}

#contact .contact-area{
    width:50%;
    padding-right: 10%;
    text-align: left;
}

@media screen and (max-width:1190px) {
#contact .contact-img{
    width:50%;
    }
#contact .contact-area{
    width:50%;
    }
}

@media screen and (max-width:600px) {
#contact .contact-img{
    width:100%;
    background-size: 30%;
    }
#contact .contact-area{
    width:100%;
    padding: 10%;
    }
}

#contact .contact-area h2{
  position: relative;
     font-size:1.3rem;   
    margin:0 0 10px 0;
}

#contact .contact-area p{
     font-size:1.0rem;   
    margin:20px 0 30px 0;
}


/* footer */

#footer{
    border-top: 1px solid #454545;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#footer .logo-image{
    position:relative;
    left:10%;
    z-index: 2;
    color: #fff;
}

#footer .logo-image img{
    width:13%;
}

@media screen and (max-width:900px) {
#footer .logo-image{
    text-align: center;
    left:0;
}
}

#footer dl{
     width:30%;   
}

#footer dl dt{
    font-size: 1rem;
}

#footer dl dd{
    font-size: 0.8rem;
}

@media screen and (max-width:900px) {
    #footer dl{
        margin: 50px 0;
    }
}

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

#footer dl dd{
    font-size: 0.7rem;
}
    
}

#footer .footer-list{
     width:65%; 
    text-align: right;
}

#footer ul li{
    display: inline-block;
    padding: 0 10px;
    font-size: 0.8rem;
    line-height: 3;
}

#footer small{
    text-align: right;
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}

#footer #page-top span{
    display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}


@media screen and (max-width:900px){
#footer dl,
#footer .footer-list,
#footer small{
    width:100%;
    text-align: center;
}
    
}
