@charset "utf-8";
/*
Theme Name:
Version: 1.0.2
UpDate	:2021/09
*/

*{
	margin: 0;
	padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}
body{
	color:#686868;
	font-size:14px;
  font-family:"Sawarabi Mincho";
	line-height:1.80857;
	background:url(https://poche-popino.com/popino/images/banner.jpg) no-repeat center top;
	background-attachment:fixed;
	background-size:cover;
	text-align: center;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none !important;
}



.container {
	margin: 0 auto;
	width: 100%;
	max-width: 350px;
	padding-top: 5%;
	text-align: center;
}

.flex-container {
  flex-direction: column;
}



.bxTop {
	width: 100%;
	max-width: 350px;
	text-align: center;
	height: 20%;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 20px;
}

.bnTop {
	width: 100%;
	max-width: 280px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.bnMid {
	width: 60%;
	max-width: 280px;
	padding-bottom: 30px;
}

.bnBtm {
	width: 100%;
	max-width: 280px;
	padding-top: 20px;
	padding-bottom: 10px;
}


/* EDIT */
@media screen and (min-width: 680px){
.pcHide {display: none;}
.banner img,
.banner2 img{
	padding-top: 5%;
	width: 30%;
}

}



@media screen and (max-width: 480px){
.banner img,
.banner2 img{
	padding-top: 20%;
	max-width: 100%;
}
}


/* EDIT */
