about@charset "utf-8";
/* CSS Document */

/* reset *************************************************************/
body {line-height:1; margin:0; font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;}
h1, h2, h3, h4, h5, h6, p {margin:0; font-weight:normal; display:block;}
article,footer,header {display:block;}
ul,li {list-style:none; padding:0;margin:0;}
dl,dt,dd {padding:0; margin:0;}
table,tr,td {border:0;padding:0;margin:0;}
a {color:#3c68c3;}
img {vertical-align:baseline; border:0; padding:0; margin:0;}
div {margin:0;padding:0;}
button {background: transparent;border: 0; outline: none;}
/* //reset *************************************************************/

*{
  box-sizing: border-box;
}
body,html {
  height: 100%;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
    padding-top: 76px;
    min-height: 100vh;
    font-size: 1.4rem;
    color: #343434;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
     font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
header,
.popup_bana h2 {
    background: #f9f9f9;
    color: #FFF;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 750px;
    height: 50px;
    text-align: center;
    z-index: 300;
}
header h1 img {
    height: 100%;
}
h1 {
    /*display: inline-block;*/
    height: 100%;
    margin: 0;
    line-height: 0;
    
    padding: 6px 10px;
}
p {
  margin-top: 1rem;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}

#wrapper {
  position: relative;
  width: 100%;
    max-width: 750px;
    margin: 0 auto;
  overflow: hidden;
}
header .online {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 300% 300%;
	animation: gradientBG 6s ease infinite;
    width: 100%;
    color: #fff;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 3px 0;
}
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/***************************/

.inner {
  padding: 0 2.6666%;
}

em {
  font-weight: bold;
  color: #9241ad;
  font-style: normal;
}

.list {
    display: flex;
    padding: 0 0.5%;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.3s;
    animation: list 1s ease 0.2s 1 alternate both;
}
@keyframes list {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.list div {
    position: relative;
    max-width: 33%;
    margin-bottom: 0.5%;
    overflow: hidden;
}
.list span.info {
    position: absolute;
    bottom: 2%;
    color: #FFF;
    font-size: 1.2rem;
    text-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}
.list span.name {
    left: 4%;
}
.list span.area {
    right: 4%;
    text-align: right;
}
.list .hashtag {
    position: absolute;
    left: 4%;
    bottom: 13%;
    color: #FFF;
    font-size: 0.0rem;
    display: flex;
    max-width: 100%;
}
.list .hashtag span {
    background: rgba(0,0,0,0.3);
    font-size: 0.9rem;
    white-space: nowrap;
    display: inline-block;
    padding: 0 1px;
    margin-right: 3px;
}
.list .star {
    position: absolute;
    right: 3%;
    top: 2%;
    width: 20px;
    height: 20px;
    animation: star 1.5s linear infinite;
    transform-origin: 50% 50% 0;
    line-height: 0;
    background: url("../img/star.png") no-repeat center;
    background-size: 20px 20px;
}
@keyframes star {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
.list .r18 {
    position: absolute;
    right: 2%;
    top: 2%;
    width: 25px;
    height: 25px;
    animation: r18 2.5s linear infinite;
    transform-origin: 50% 50% 0;
    line-height: 0;
    background: url("../img/r18.png") no-repeat center;
    background-size: 25px 25px;
}
@keyframes r18 {
0% {transform: rotate(0deg);}
60% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
.list .keepout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 0;
    min-width: 100%;
    height: 100%;
    background: url(../img/keepout.png) no-repeat center top rgba(0,0,0,0.7);
    background-size: cover;
    animation: keepout 2s linear 0s infinite;
}
@keyframes keepout {
50% {background-color: rgba(0,0,0,0.7);}
60% {background-color: rgba(0,0,0,0.1);}
70% {background-color: rgba(0,0,0,0.7);}
80% {background-color: rgba(0,0,0,0.1);}
90% {background-color: rgba(0,0,0,0.7);}
}
.list .seisi {
    position: absolute;
    top: 0;
    right: -200%;
    margin: auto;
    line-height: 0;
    background: url(../img/seisi.png) no-repeat center top;
    min-width: 100%;
    height: 100%;
    background-size: contain;
    animation: seisi 2s linear 0s infinite;
} 
@keyframes seisi {
0% {top:-20%;right: -200%;}
100% {top:50%;right: 200%;}
}

.list .torikomi {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    line-height: 0;
    background: url(../img/torikomi.png) no-repeat center 50%;
    min-width: 100%;
    height: 100%;
    background-size: 80%;
    animation: torikomi 1s linear 0s infinite;
} 
@keyframes torikomi {
0% {opacity: 0;}
49% {opacity: 0;}
50% {opacity: 1;}
100% {opacity: 1;}
}

.fadein span {
    border: 1px solid #b11313;  
    color: #b11313;
    width: 20%;
}

.btn {
  margin: 8% 0 10.6666%;
  text-align: center;
}
.slide {
    margin-bottom: 5.2%;
}
.slider li {
    margin: 0 5px;
    border-radius: 10px;
    overflow: hidden;
}

.app_footer {
    margin-top: 6.2%;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eeeeee;
}

#footer {
    position: relative;
    width: 100%;
    padding: 6.2% 0;
    text-align: center;
}


@media screen and (min-width: 600px) {
  html { font-size: 80%; }
  .btn_fixed p {
    font-size: 1.4rem;
  }

}
@media screen and (min-width: 750px) {
  html { font-size: 100%; }
  #wrapper {width:750px;margin:auto;}
  .btn_fixed {
    padding: 20px 0 0 !important;
  }
  .btn_fixed img {
    margin: 20px auto;
  }
}

/*-------------------
 popup
--------------------*/
.list_item {
    cursor: pointer;
    position: relative;
}
.popup_img {
    display: none;
}
.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: 0.1;
    z-index: 500;
}
.popup .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}
.popup_bana {
    position: relative;
    /*width: 80%;*/
    max-width: 600px;
    border-radius: 6px;
    background: #FFF;
    text-align: center;
    overflow: hidden;
    z-index: 1500;
}
.popup_bana h2 {
    padding: 8px 20px;
    line-height: 1;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    
    background:#f9f9f9;
    color: #e73c7e;
}
.popup_bana img {
    display: block;
}
.popup_bana a.btn {
    position: relative;
    display: inline-block;
    margin: 10px 0;
    padding: 10px 10px 10px 30px;
    text-decoration: none;
    font-weight: bold;
    color: #242424;
    box-shadow: 0 0 5px 0 #bababa;
    border-radius: 4px;
    background: #fff;
}
.popup_bana a.btn:before {
    position: absolute;
    left: 10px;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    height: 20px;
    background: url(../img/icon.gif) no-repeat;
    background-size: contain;
}
.popup_image_wrap {
    position: relative;
}
.popup_image_wrap .text {
    position: absolute;
    bottom: 10px;
    margin: 0 4%;
    padding: 10px;
    width: 92%;
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    background: rgba(255,255,255, 0.8);
    border-radius: 6px;
}
.prof {
    font-weight: bold;
    margin-bottom: 5px;
}
.comment {
    position: relative;
    display: flex;
}
.comment .appicon {
    width: 12%;
}
.comment_text {
    width: 88%;
    padding-left: 5px;
}



.ochiba {
    animation: hirahira 8s linear;
    display: inline-block;
    height: 1em;
    line-height: 1em;
    position: fixed;
    top: -1em;
    z-index: 1000;
    opacity: 0.6;
}

@keyframes hirahira {
    0% {
        transform:translateY(calc(100vh + 1em)) rotateY(0);
        opacity: 0.6;
    }
    25% {
        opacity: 0.2;
    }
    75% {
        opacity: 0.2;
    }
    100% {
        transform:translateY(0) rotateY(0);
        opacity: 0.6;
    }
}