@charset "utf-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 390;
}
@font-face {
  font-family: "YuMincho";
  src: local("YuMincho Medium");
  font-weight: 390;
}

/* WEBフォント */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.nsj {
    font-family: 'Noto Sans Japanese', serif;
}
.tsk {
	font-family: 'TsukuARdGothic-Bold',sans-serif;
}
@-webkit-keyframes wave__s {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 260px bottom; } }
@keyframes wave__s {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 260px bottom; } }
@-webkit-keyframes wave__m {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
@keyframes wave__m {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
@-webkit-keyframes wave__l {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
@keyframes wave__l {
  0% {
    background-position: 0 bottom; }
  100% {
    background-position: 812px bottom; } }
/*----HTML再定義--------------------------------------------------*/
/*全ての要素のマージンを0にする*/
* { margin: 0;	padding: 0 }
html{
	font-size: 62.5%;
	margin:0!important;
	padding:0!important;
}
body {
	width:100%;
    position: relative;
	font-size: 1.4rem;
	overflow-x: hidden;
	-webkit-text-size-adjust:100%;
	word-wrap:break-word
	height : 100%;
	color: #333333;
	font-family: 'Noto Sans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
img {
  width: 100%;
  display: block;
	object-fit: contain;
}
input,textarea,select {
	font-family: 'Noto Sans',"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
div#login {
    width: 100%;
    height: 100vh;
    background: url(../img/bk.jpg) no-repeat top center;
    object-fit: contain;
    padding: 10% 0;
	background-size: cover;
	background-color: rgba(0,0,0,0.5);
}
div#login.mem {
    background: url(../img/bk_m.jpg) no-repeat top center;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
p.logo {
    max-width: 798px;
    margin: 0 auto;
    width: 30%;
}
ul.login {
    margin: 15% auto 5%;
}
ul.login li {
    margin: 0 auto 5%;
    text-align: center;
}
ul.login li input {
    width: 80%;
    height: 40px;
    padding: 2%;
    border: solid 1px #333;
    font-size: 1.8rem;
}
.exchk input.checkbox {
    display: inline-block;
}
p.loginbtn input[type="submit"] {
    width: 100%;
    padding: 3% 0%;
    color: #0b2eca;
    font-weight: 700;
    background: #d5d4d4;
    border: solid 1px #333;
}
p.loginbtn {
    width: 80%;
    margin: 0 auto;
}
._auth {
    margin: 0 auto 3%;
}
.exchk {
    width: 80%;
    margin: 0 auto 10%;
}
.exchk label {
    margin-left: 5px;
}
.liston {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
p.fb a i {
    font-size: 4em;
}
p.fb {
    margin: 0 auto 5%;
}
ul.authbox {
    border-bottom: 1px solid #fff;
    margin: 0 auto 10%;
}
ul.authbox li {
    margin: 0 auto 5%;
}
ul.authbox li a {
    color: #333;
}
p.btn a {
    display: block;
    color: #ff0000;
    text-decoration: none;
}
p.btn {
    border: solid 1px #333;
    background: #d5d4d4;
    padding: 4% 0;
    width: 80%;
    margin: 0 auto;
}
div#regist {
    width: 100%;
    padding: 10% 0;
}
header {
    padding: 5% 0;
    border-bottom: 1px solid #CFCFCF;
    width: 100%;
}
header p.logo {
    padding: 0% 0;
    width: 40%;
}

/* マイページヘッダー */
.my_header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.my_header li{
	width:10%;
	margin:0 auto;
}
.my_header li:nth-child(2) {
    width: 50%;
    padding: 0;
}
header .my_header li:nth-child(2) p.logo {
    width: 70%;
}

/* マイページヘッダー */

/* フッター */
.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}
ul.listbtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #B2B2B2;
    padding: 2% 0;
    background: #ffffff;
}
ul.listbtn li {
    width: 20%;
}
ul.listbtn li a {
    display: block;
    width: 50%;
    margin: 0 auto;
}
/* フッター */

.search_header li {
    width: 10%;
    margin: 0 auto;
    font-size: 2.4em;
}
/* マイページヘッダー */
.search_header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.search_header li{
	width:10%;
	margin:0 auto;
}
.search_header li:nth-child(3) {
    width: 50%;
    padding: 0;
    FONT-SIZE: 1.2EM;
}
header .search_header li:nth-child(2) p.logo {
    width: 100%;
}
.search_header li {
    width: 10%;
    margin: 0 auto;
    font-size: 2.4em;
}