@charset "utf-8";
/* レイアウトのためのCSS */
body{
    background:#000000;
    font-family: 'Noto Serif JP', serif;
	color: #333;
	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:#000;
    z-index:-1;
}


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

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

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

*{
    box-sizing: border-box;
}

/* font-family */

h1,
#g-nav-list li:nth-child(1),
#program h2,
#menu h2,
#artist h2,
#blog h2,
#footer dl dd,
#menu h3,
#splash-logo{
    font-family:'Oswald', sans-serif;
}

/* heading */
#menu h2,
#program h2,
#artist h2,
#blog h2{
    font-size: 200%;
    text-align: center;
    margin: 150px 0;
    font-family:'Oswald';
    color:#fff; 
    font-weight:bold;
    color: #fff;
    padding-bottom:100px;
}

#art h2{
    width:100%;
    text-align:center;
    margin:50px auto 100px auto;
    font-size:200%;
    font-weight:bold;
    font-family:'Oswald';
    color:#fff;
}

@media screen and (max-width:768px) {
#menu h2,
#program h2,
#artist h2,
#blog h2{
    font-size: 140%; margin: 70px 0 -100px 0;
    padding-bottom:50px;
    }
#menu h3{
    font-size:100%;
    color:#fff; 
    font-weight:bold; 
    margin: 0 0 10px 10px; 
    left:50%;
}
#menu .profile .prof h3{
    font-size:110%;
    color:#fff; 
    font-weight:bold; 
    margin: 10px 0 25px 0px; 
    left:50%;}
}

#art h2{
    font-size: 140%; 
    margin: 20px 0 50px 0;
    }


/* area */

#container{
    overflow-x: hidden;
}

#sub-container{
    overflow-x: hidden;
}

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

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

/* splash */

#splash-logo p{
    font-size:1.8rem;
    font-weight: normal;
    white-space: nowrap;
}
@media screen and (max-width:768px) {
#splash-logo p{
    font-size:1.5rem;
    font-weight: normal;
    white-space: nowrap;
}
}

/* header */

.header-area{
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    color: #ff0077;
    text-align: center;
}

.header-area h1{
    display: block;
    font-size: 6vw;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.15em;
    padding: 0 10px;
    width:100%;
    margin:auto;
    color:#ff0077;
}

.header-area p{
    display: block;
    font-size: 2vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.15em;
    padding: 0 10px;
    width:100%;
    margin:auto;
    color:#ff0077;
}

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

.header-area img:hover{opacity:1;}

@media screen and (max-width:960px) {
.header-area h1{
    font-size:5.5vw;
}
.header-area p{
    font-size: 3vw;
    whitewhite-space:nowrap;
}

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


/* gnavi */

#g-nav-list li:nth-of-type(1) a{
    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;
}


/* poet */

#poet{
    padding-top:50px;
    margin:50px auto;
    width:90%;
    height:auto;
    max-width:2000px;
}

#poet section{
    background: #090909;
    margin: auto auto;
}

#poet .poet-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    writing-mode: vertical-rl;
    color:#fff;
    font-family: 'Oswald', Osaka;
    font-size: 1rem;
    font-weight:bold;
    padding-bottom: 50px;
    width:100%;
}

#poet .poet-area2{
    width:90%;
    margin:30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    color:#fff;
    font-family: 'Oswald', Osaka;
    font-size: 0.7rem;
    font-weight:bold;
    padding: 0px;
    width:100%;
    letter-spacing:0.2em;
    line-height:2.6em;
}

#poet .poet-area .sentence{
align-items:top;
margin:0 auto 150px auto;
}

#poet .poet-area .sentence p{
font-size:150%;
letter-spacing:0.7em;
line-height:3em;
}

#poet .line{
 border-bottom:1px solid #fff;
 width:100%;
 max-width:2000px;
 margin:50px auto 100px auto;
}

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



#poet .poet-area .sentence p{
font-size:105%;letter-spacing:0.3em; line-height:2.5em;
}
}
@media screen and (max-width:1200px) {
#poet .poet-area .sentence p{
font-size:100%;letter-spacing:0.3em; line-height:2em;margin:30px auto;
}
}
@media screen and (max-width:950px) {
#poet .poet-area .sentence p{
font-size:95%;letter-spacing:0.3em; line-height:2em;
}
}

@media screen and (max-width:768px) {
#poet .poet-area .sentence p{
font-size:90%;letter-spacing:0.5em; line-height:1.5em;
}
#poet .line{
margin:50px auto 30px auto;
}

}

@media screen and (max-width:480px) {
#poet .poet-area .sentence p{
font-size:90%;
letter-spacing:0.5em;
line-height:1.35em;
}

#poet .poet-area{
padding:10px;
}

#poet .poet-area2{
width:95%;margin:auto;
}
}


@media screen and (max-width:350px) {
#poet .poet-area .sentence p{
font-size:75%;letter-spacing:0.5em;line-height:1.1em;
}
}



/* menu */

#menu{
    padding: 0;
    width:90%;
    max-width:2000px;
    margin:50px auto 50px auto;
}

#menu section{
    background: #e0e0e0;
    margin: 0 0 10px 0;
}

#menu section h3{
    font-size: 0.9rem;
    margin: 0 0 10px 0;
}

#menu section p{
    font-size: 0.8rem;
    letter-spacing: 0.5em;
}

#menu .menu-area{
    padding: 20px;
    box-shadow: 5px 0 10px #ccc;
}

#menu .menu-btn{
    text-align: center;
    margin: 50px 0 0 0;
}

 .schedule{
    font-size:180%; font-weight:bold;
    }
 .schedule2{
    font-size:200%; font-weight:bold;
    }
 .schedule3{
    font-size:200%; font-weight:bold; padding:70px;
    }
#menu .program{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:50px;
    margin:0 auto 50px auto;
    max-width:2000px;
    width:100%;
    font-family:'Oswald'; font-weight:bold;
    color:#fff;
}

#menu .program .jp{
    width:48.5%;
    display: flex;
    flex-wrap: wrap;
    margin:0 1.5% 0 0;
}

#menu .program .en{
    width:48.5%;
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 1.5%;
}

#menu .profile{
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: space-between;
    padding-top:0px;
    padding-bottom:20px;
    margin:0 auto 0px auto;
    max-width:2000px;
    width:100%;
    height:auto;
    font-family:'Oswald';
    font-weight:bold;
    color:#fff;
}

#menu .profile .logo{
    width:30%;
    margin:0 5%;
    background:url("../img/muda.png") no-repeat center;
    background-size: contain;
}

#menu .profile .logo2{
    width:30%;
    margin:0 5%;
    background:url("https://blog.peatix.com/wp-content/uploads/2019/07/PeatixLogo_Horizontal.png") no-repeat center;
    background-size: contain;
}


#menu .profile .prof{
    width:50%;
    margin:0 5%;
}

#menu .program .jp p{
    text-align:left;
    width:100%;
    font-family:'Oswald';
    color:#fff; 
    font-weight:bold;
    letter-spacing: 0.15em;
}

#menu .program .prof p{
    text-align:left;
    width:100%;
    font-family:'Oswald';
    color:#fff; 
    font-weight:bold;
    letter-spacing: 0.15em;
}

#menu .program .en p{
    text-align:right;
    width:100%;
    font-family:'Oswald';
    color:#fff; 
    font-weight:bold;
    letter-spacing: 0.15em;
}

#menu .reserve{
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: space-between;
    padding-top:0px;
    padding-bottom:20px;
    margin:0 auto 0px auto;
    max-width:2000px;
    width:100%;
    height:auto;
    font-family:'Oswald';
    font-weight:bold;
    color: #5eff00;
}

#menu .reserve .peatix{width:30%;vertical-align:center;margin:auto auto; text-align:left;}
#menu .reserve .peatix p{font-weight:bold; font-size:200%;text-align:right;}
#menu .reserve .peatixlogo{width:50%;vertical-align:center; margin:0 20% 0 0;text-align:left;}

#menu h2{
    font-size: 4rem;
    text-align: center;
    font-weight: normal;
    margin-bottom:-30px;
    font-family:'Oswald';
    color:#fff;
}

#menu h3{
    font-size:1.5rem;
    text-align:center;
    font-family:'Oswald';
    color:#fff;
    font-weight:bold;
    margin:20px 0;
}

#menu .program .jp h2{text-align:center;}


#menu .program .covid{
    font-family:'Oswald';
    color:#fff; 
    font-weight:bold; 
    text-align: justify;
    border:solid 1px #fff;
    padding:50px;
    width:100%;
    height:auto;
}

#menu .program .covid p{
    font-size:100%;
}


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

.schedule{
    letter-spacing:0.2em;
}

.minispace{
    letter-spacing:0.15em;
}
#menu .reserve .peatix h1{font-weight:bold; font-size:180%;}

#menu .program .jp,
#menu .program .prof{
    width:100%;
    margin:50px auto;
    text-align:left;
}

#menu .program .en{
    width:100%;
    margin:0;
    text-align:left;
}
#menu h2{
    margin:0px auto -100px auto;
    }

#menu .profile .logo{
    display:none;
}

#menu .profile .prof{
    width:100%;
}
}

@media screen and (max-width:950px) {
   #menu{
   width:90%;
   }

   #menu p{
   font-size: 100%;
   }

.schedule{
    font-size:130%; font-weight:bold;
    }

 .schedule2{
    font-size:180%; font-weight:bold;
    }

 .schedule3{
    font-size:180%; font-weight:bold; padding:50px;
    }

#menu .reserve{
    width:100%;
    padding:0;
}
#menu .reserve .peatix p{font-weight:bold; font-size:150%;}
}

@media screen and (max-width:768px) {
   #menu .program .en{display:none;}
   #menu{
   width:95%;
   }
 .schedule{
    font-size:100%; font-weight:bold;
    }
 .schedule2{
    font-size:140%; font-weight:bold; 
    }

 .schedule3{
    font-size:140%; font-weight:bold; padding:50px;
    }

 .minispace{letter-spacing:0.1em;}

#menu .profile .prof{
    width:100%;
    margin:0;
}

   #menu .program .jp p,
   #menu .profile .prof p{
   font-size: 85%;
   letter-spacing:0.05em;
}

#menu .reserve .peatix{width:40%;vertical-align:center;margin:auto auto; text-align:left;}
#menu .reserve .peatix p{font-weight:bold; font-size:120%;text-align:right;}
#menu .reserve .peatixlogo{width:50%;vertical-align:center; margin:0 10% 0 0;text-align:left;}

#menu .program .en p{
   text-align:left;
}
#menu h3{
   text-align:center;
   font-size:1.5rem;
   margin:50px auto 50px auto;

}
#menu .program .covid{
   padding:20px;
}

#menu .program .covid p{
    font-size:90%;
}
#menu .program{
    padding-top:0px;
}
#menu .reserve .peatix p{font-weight:bold; font-size:120%;}
}
}

@media screen and (max-width:480px) {
#menu h3{
   text-align:center;
   font-size:1rem;
   margin:-30px auto 50px auto;
}
#menu .reserve .peatix{width:60%; vertical-align:center;margin:auto auto; text-align:left;}
#menu .reserve .peatix p{font-weight:bold; font-size:90%;text-align:right;}
#menu .reserve .peatixlogo{width:40%;vertical-align:center; margin:0; text-align:left;}
}


/* art */

#art{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top:70px;
}

#art .art-img1{
    width:50%;
    height:auto;
    background: url("../img/quick.jpg") no-repeat center;
    background-size: cover;
}

#art .art-img2{
    width:50%;
    height:auto;
    background: url("../img/aki.jpg") no-repeat center;
    background-size: cover;
}
#art .art-img3{
    width:50%;
    height:auto;
    background: url("../img/mura.jpg") no-repeat center;
    background-size: cover;
}

#art .art-area{
    width:48%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    flex-direction: row;
}

#art .art-area p{
    letter-spacing:0.5px;
}

@media screen and (max-width:1060px) {
#art .art-img1,
#art .art-img2,
#art .art-img3{
     width:50%;
    height:auto;
}

#art .art-area{
    width:45%;
}
}

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

#art{
    flex-direction: column;
}

#art .art-img1,
#art .art-img2,
#art .art-img3,
#art .art-area{
    width:100%;
    min-height:500px;
} 
    
#art .art-img1,
#art .art-img2,
#art .art-img3{
    margin-bottom:35px;
    }
    
#art .art-area{
    width:100%;
    margin: 0px 0 50px 0;
    min-height: 20em;
    justify-content: center;
}
}

#art .art-area h3,
#art .art-area p,
#art .art-area .art-btn a{
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;    
}

#art .art-area h3{
    width:100%;
    line-height:2;
    font-size:1.4rem;
}

#art .art-area p{
     width:100%;   
    padding: 30px 0 0 0;
    line-height: 2;
}

#art .art-area .art-btn{
    width:10%; 
    position: relative;
    top: 240px;
}

#art .btn04{
    padding:20px 15px;
}


@media screen and (max-width:1300px) {
#art .art-area h3{
    line-height:1.8;
}
#art .art-area p{
    line-height: 2;
}    
}

@media screen and (max-width:768px) {
#art .art-area .art-btn{
    width:100%;
    top: 50px;
    text-align: center;
}
    
    .btn04{
        width:250px;
    }
    
#art .art-area h3,
#art .art-area p{
    width:auto;
} 
    
#art .art-area h3{
    margin:0 0 0 20px;
    line-height: 2.2;
}
    
#art .art-area p{
    line-height: 2;
}  
    
#art .art-area .art-btn a{
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#art .btn04{
    padding: 10px 30px;
}
    
}

@media screen and (max-width:470px) {
#art .art-area h3{
    line-height: 1.5;
}
#art .art-area p{   
    height: 23em;
}
    
_:-ms-lang(x)::-ms-backdrop, #art .art-area p{
    width:8em;
}
    
#art .art-area p br{
    display: none;
}
}

@media screen and (max-width:350px) {
#art .art-area h3{
    line-height: 1.4;
}
#art .art-area p {
    line-height: 1.5;
}
}

/* greeting */

#greeting{
    width:90%;
    margin:0 auto 100px auto;
    max-width:2000px;
}

#greeting .heading01{
    position: relative;
    font-weight: normal;
    font-size: 2rem;
    letter-spacing: 0.1em;
    padding: 50px 0 50px 5px;
    line-height: 1;
}

#greeting .heading01 span{
    position: absolute;
}

#greeting .heading01:first-letter{
    font-size: 2rem;
}

@media screen and (max-width:1400px) {
    #greeting .heading01{
    padding: 0px 0 50px 0;
        font-size:2rem;
    }
 #greeting .heading01:first-letter{
    font-size: 2rem;
   } 
}
@media screen and (max-width:960px) {
   #greeting .heading01{
    padding: 0px 0 30px 0;
        font-size:1rem;
    }
 #greeting .heading01:first-letter{
    font-size: 1rem;
   } 
}

@media screen and (max-width:768px) {
    #greeting .heading01{
    padding: 25px 0 25px 0;
}
}
    

@media screen and (max-width:960px) {
#greeting{
    margin:0 auto 50px auto;
}  
}

.greeting-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.greeting-area p{
    margin: 0 0 30px 0;
    
}

.greeting-area .txt-r{
     text-align: right;
}

.greeting-lead{
    font-weight: normal;
    font-size: 1rem;
}

@media screen and (max-width:768px) {
.greeting-lead{
    font-weight: normal;
    font-size: 0.8rem;
   }
}

.greeting-img{
    width:50%;
    margin:auto auto;
}

.greeting-img img{
    animation: fluidrotate 30s ease 0s infinite;
}

.greeting-content{
    width:45%;
}

@media screen and (max-width:768px) {
.greeting-area{
    display: block;
    }
.greeting-img{
    width: 80%;
    margin:0 auto;
    }
.greeting-content{
    width:100%;
    padding: 0 30px 0 30px;
}
   
}

@media screen and (max-width:550px) {
.greeting-content{
    padding:0;
} 
.greeting-img{
    width:100%;
}
}

/*　画像の縮小　*/
#greeting .zoomOut img{
  transform: scale(0.8);
  transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

#greeting .zoomOut a:hover img{/*hoverした時の変化*/
  transform: scale(0.7);/*拡大の値を変更したい場合はこの数値を変更*/
}


/*　画像のマスク　*/

#greeting .mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
}


/*========= レイアウトのためのCSS ===============*/

#greeting a{
  color: #333;
  text-decoration: none;
}

#greeting .lead{
  text-align: center;
  padding: 50px 20px;
}

#greeting .h2{
  padding: 50px 20px;
}
/*画像のレスポンシブ*/

#greeting img{
  width:100%;
  height: auto;
}

/*　横幅　*/

#greeting .zoomOut{
    width:90%;
    margin: 0 auto;/*中央揃え*/
}

/* contact */

#contact{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align:center;
    justify-content: center;
    flex-direction: row;
    margin:100px 5% 140px 5%;
    padding:0 0 50px 0; 
    width:90%;
}

.circle {	
  position: relative;
  display: inline-block;
  width: 500px;
  height: 500px;
  background-color: rgba(255,255,255,0.2);
  border-radius:50%;
  margin: 100px auto 0 auto;
  z-index:4;
}

.circle:hover{
 border:1px #ffff00 solid;
 transition:all 0.2s ease-in-out;
 background-color: rgba(255,255,255,0.1);
}

.circle:activ::before,
.circle:activ::after{
 border:1px #ffff00 solid;
}

.circle span{
 position:absolute;
 top:50%;
 left:50%;
 transform: translate(-50%,-50%);
 font-family:'Oswald';
 line-height:1.5em;
 font-size:2rem;
 z-index:5;
}

.con{font-size:140%;line-height:0.1;font-family:'Oswald';font-weight:bold;}

@media screen and (max-width:768px) {
.circle::before,
.circle::after{
  width:100%;
  height:100%;
  transition:all 0.3s ease-in-out;
}
.con{font-size:120%;line-height:0.1;}

}

@media screen and (max-width:550px) {
.circle {
  width: 400px;
  height: 400px;
}
.con{font-size:100%;}
}

@media screen and (max-width:450px) {
.circle {
  width: 280px;
  height: 280px;
}
.circle span {font-size:1rem;}
}

@media screen and (max-width:380px) {
.circle {
  width: 250px;
  height: 250px;
}
.circle span {font-size:1rem;}
}

/* blog */

#blog{
    margin:0 auto 50px auto;
    max-width:2000px;
    width:100%;
    height:auto;
    text-align: center;
}
.blog-area{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    overflow: hidden;
}


.blog-area .blog-block{
    width:97%;
    padding:0 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.blog-area .blog-block article{
     margin:0 10px;   
}

.blog-area .blog-block article:nth-of-type(1){ 
    width:48%;
    max-width:500px;
    animation-delay: 0.5s;
}
.blog-area .blog-block article:nth-of-type(2){ 
    width:48%;
    max-width:500px;
    animation-delay: 1.5s;
}


@media screen and (max-width:1300px) {
    .blog-area .blog-block article:nth-of-type(n+1){ 
        width:48%;
    }
}

@media screen and (max-width:820px) {
    .blog-area article:nth-of-type(1),
    .blog-area article:nth-of-type(2){
        width:48%;
        margin:0 auto 3vh auto;
    }

    .blog-area .blog-block article:nth-of-type(1),
    .blog-area .blog-block article:nth-of-type(2){
            width:48%;
            margin: 0 auto 3vh auto;
    }

    .blog-area .blog-block{
            width:100%;
    }
}

@media screen and (max-width:768px){
    .blog-area .blog-block article:nth-of-type(n+1){ 
        animation-delay: .5s;
    }

    .blog-area article:nth-of-type(1){
        width:100%;
    }
}

@media screen and (max-width:450px){
.blog-area .blog-block article:nth-of-type(n+1) {
    width:100%;
    animation-delay: 0s!important;
    }
}


.blog-area h3{
    font-size:1rem;
    margin: 0 0 20px 0;
}

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

  .blog-area h3{
   font-size:0.9rem;
}
    
  .blog-area p{
  display: visible;
    }
}

.blog-area time{
     font-size: 0.8rem;   
}

.blog-area img{
    width: auto;
    height:auto;   
}

.blog-area article:nth-of-type(1) img{
    height:auto;   
}
  
.blog-area .blog-block article:nth-of-type(1) img{
    height:auto;   
}


@media screen and (max-width:820px) {
.blog-area article:nth-of-type(1) img{
    width:100%;
    height:auto;
} 
.blog-area .blog-block article:nth-of-type(1) img,
.blog-area .blog-block article:nth-of-type(2) img,{
    width:100%;
    height:auto;
    }
}


  
@media screen and (max-width:450px){
.blog-area img,
.blog-area .blog-block article:nth-of-type(1) img,
.blog-area .blog-block article:nth-of-type(2) img,{
    width:100%;
    height:auto;
}
}

.blog-area figure time{
    position: absolute;
    top:0%;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    color:#fff;
    overflow:hidden;
    max-width:500px;
    left:50%;
    transform:translateX(-50%);
}

.blog-area figure time p{
    position: absolute;
    text-align:center;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-family:YuMincho,'Yu Mincho',serif;
    font-weight:bold;
    font-size:4rem;
}

.blog-area p{
    width:100%;
    text-align: left;
    font-size: 0.8rem;
}

.blog-area span{
    border:1px solid rgba(255,255,255,0.7);
    display: inline-block;
    padding:5px 10px;
    text-align: center;
    font-size: 0.8rem;
    white-space: nowrap;
    margin-top:30px;
}

.blog-area span:hover{
    background-color:rgba(255,255,255,0.7);
    transition: .5s ease-in-out;
}

/* footer */

#footer{
    color:#fff;
    border-top: 1px double #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: none;
    width:90%; margin:0 5%;
}

#footer dl{
     width:30%;   
}

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

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

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

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

#footer dl dd{
    font-size: 1.8rem;
}
#footer dl dt{
    font-size: 0.6rem;
}
    
}

#footer .footer-list{
     width:65%; 
    text-align: center;
    color:#fff;
}

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

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

#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;
}
    
}