@font-face {
	font-family: 'coop-logo';
	src: url(../font/logotypejp_mp_m_1.1.ttf);
}

.break:before {
	content: "\A";
	white-space: pre;
}

.page-title {
	font-family: 'coop-logo';
	font-size: 3rem;
	letter-spacing: 10px;
	color: #ff6699;
	font-weight: bold;
}

.form-title {
	font-size: 5rem;
}

body {
	height: 100vh;
	width: 100%;
}

body, #wrapper, #app {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* 認証 */
img {
	width: 50%;
}

/* ショップ */
.shoplist > a, .chatlist > a {
	margin-top: 1.5rem;
}
.shoplist > a > img, .chatlist > a > img{
	width: 100%;
}

@media screen and (min-width: 992px) {
	img {
		width: 25%;
	}

	.shoplist > a > img, .chatlist > a > img {
		max-width: 500px;
	}
}

/* ショップ購入、ユーザー情報テキスト部分 */
.back-btn {
	width: 25%!important;
}

.shop p, .userinfo p {
	margin-left: 1.5rem;
}

@media screen and (min-width: 992px) {
	.shop {
		width: 50%;
	}
	.back-btn {
		width: 10%;
	}

	.userinfo p {
		text-align: center;
	}
}

/* フォーム */
.login {
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 100vh;
}

.login-form, .regist-form {
	width: 75%;
}

button {
	outline: none;
	border: none;
}

.err-message {
	color: #00B900;
	margin-top: 15px;
}

.form-text input{
	outline: none;
	border: none;
	background-color: #c4c4c4;
	width: 90%;
}

.form-text label {
	width: 100%;
	font-family: 'coop-logo';
	font-size: 0.8rem;
	letter-spacing: 5px;
	color: #535353;
	font-weight: bold;
	position: relative;
}

.form-text img {
	width: 0.8rem;
	height: 1.1rem;
}

.form-text p {
	font-size: 0.8rem;
	font-weight: bold;
}

.form-text > .page-title {
	font-size: 2.3rem;
}

.form-text .mail-form:focus {
  font-size: 20px;
}


.form-text .ph-form {
	padding-right: 45px;
}

.form-text .ph-text {
	color: #666;
	position: absolute;
	right: 6%;
	top: 28px;
}

.terms-text {
	width: 90%;
	height: 150px;
	overflow: scroll;
	letter-spacing: 1px !important;
	font-size: 12px !important;
	font-family: "ＭＳ ゴシック", sans-serif !important;
	font-weight: normal !important;
	text-align: left !important;
}

.terms-check {
	width: 10% !important;
	background-color: #535353
}

@media screen and (min-width: 992px) {
	.login-form, .regist-form {
		width: 30%;
	}

	.form-text input{
		outline: none;
		border: none;
		background-color: #c4c4c4;
		width: 90%;
	}

	.form-text label {
		width: 100%;
		font-family: 'coop-logo';
		font-size: 1rem;
		letter-spacing: 10px;
		color: #535353;
		font-weight: bold;
	}

	.form-text img {
		width: 1rem;
		height: 1.3rem;
	}

	.form-text p {
		font-size: 1rem;
		font-weight: bold;
	}
}

/* モーダル */
#overlay{
	z-index:10;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	background-color:rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}

#modal{
	z-index:2;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	height: 70vh;
	width: 80%;
  }

@media screen and ( min-width: 992px) {
	#modal{
		width: 50%;
	  }
}

.ok-btn {
	max-width: 300px;
}

.back-btn-modal {
	max-width: 100px;
}

.buy-candy-modal, .err-modal-contents {
	margin-bottom: 15%;
}

.having-candy {
	width: 200px;
	height: 200px;
}

/* 最下部ボタン類 */
footer {
	margin-top: auto;
}

footer a {
	width: 33%;
	text-align: center;
}

footer img {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.under-btn {
		width: 50%;
	}
	footer img {
		max-width: 250px;
	}
}

.l-wrap {
	background: #fff;
	background-image: none;
}

/* 登録ページ  */
.regist {
	background: url("../img/regist/bg-register.png") no-repeat center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding-bottom: 3rem;
}

.regist-frame {
	text-align: center;
	margin: 3rem auto;
	width: 75%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.regist-step {
	width: 100%;
	margin: auto;
	text-align: center;
}

.regist-step img {
	width: 100%;
	height: auto;
}

.regist-step-sub {
	font-size: 16px!important;
	font-weight: bold;
	color: #00ddff;
	text-align: center;
	margin: 4px auto 0;
}

/* チュートリアル */
.registered {
	position: relative;
}

.registered img {
	width: 100%;
}

.registered-comment {
	width: 56%;
	position: absolute;
	top: 18%;
	left: 10px;
}

.registered-info {
	width: 90%;
	position: absolute;
	bottom: 3%;
	left: 0;
	right: 0;
	margin: auto;
}

.registered-info a,
.registered-info img {
	display: block;
	padding: 0;
}

/* チャットリスト */
.c-chatlist {
	background: url("../img/bg/bg-pool.png") no-repeat center top;
  background-size: 100%;
  padding-bottom: 20%;
}

.c-chatlist img {
	width: 100%;
}

.c-chatlist__tit {
	width: calc(170px / 2);
	margin: auto;
	padding: 10% 0 18%;
	text-align: center;
}

.c-chatlist__chara {
	width: 90%;
	margin: 20px auto 0;
}

.c-chatlist__tw {
	width: 92%;
	margin: 20px auto;
	border: 1px #ccc solid;
	border-radius: 5px;
}

.c-chatlist__bnr {
	width: 100%;
	margin: 40px auto;
}

.c-chatlist__bnr ul {
	margin: 0;
	padding: 0;
}

.c-chatlist__bnr li {
	padding: 0 0 20px 0;
	list-style: none;
}

.c-chatlist__btn-chat {
	width: calc(560px / 2);
	margin: 20px auto 40px;
}

.c-chatlist-intro {
	width: 95%;
	margin: auto;
}

.c-chatlist-intro__tit {
	width: calc(450px / 2);
	margin: auto;
	padding-bottom: 40px;
}

.c-chatlist-intro__thumb {
	padding-bottom: 40px;
}

.c-chatlist-intro__frame {
	background: #f05a78;
	border-radius: 20px;
	padding: 20px 0;
	width: calc(710px / 2);
	margin: auto;
	position: relative;
	z-index: 1;
}

.c-chatlist-intro__text {
	background: #fff;
}

.c-chatlist-intro__text::before {
	background: url("../img/chat/img-circle-top.png") no-repeat top -0.5px center;
	background-size: 100%;
	content: "";
	display: block;
	padding-top: 10%;
	position: relative;
	z-index: 5;
}

.c-chatlist-intro__text::after {
	background: url("../img/chat/img-circle-bottom.png") no-repeat bottom -0.5px center;
	background-size: 100%;
	content: "";
	display: block;
	padding-bottom: 10%;
	position: relative;
	z-index: 5;
}

.c-chatlist-intro__frame p {
	font-family: "Noto Sans JP";
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	margin: 0;
	padding: 0 20px;
}

.c-chatlist-intro__chara {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}

/* チャットページモーダル */
.c-chatpage-modal {
	font-family: "Noto Sans JP";
	background-image: none!important;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	text-align: center;
}

.c-chatpage-modal__close {
	position: absolute;
	left: 10px;
	top: 20px;
	width: calc(52px / 1.5);
}

/* チャットLP */
.c-chatlp {
	padding-bottom: 100px;
}

.c-chatlp__num {
	text-align: right;
	font-size: 14px;
}

.c-chatlp__num span {
	font-size: 20px;
}

.c-chatlp__btn-chat {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.c-chatlp__btn-chat img,
.c-chatlp__btn-chat input {
	width: 90%;
	margin: 0 auto;
}

.c-chatlp__thumb {
	width: 100%;
}

.c-chatlp__thumb img {
	width: 100%;
}

.c-chatlp__info {
	width: 90%;
	margin: 20px auto;
}

.c-chatlp__info-caption {
	font-size: 24px;
	font-weight: bold;
}

.more-look-btn {
	margin: auto;
	padding-bottom: 15px;
	text-align: center;
	width: 50%;
	max-width: 150px;

}

/* 特商法 */
.c-tokusho {
	font-family: "Noto Sans JP";
	background: url("../img/bg/bg-room.png") no-repeat center top;
	background-size: 100%;
	font-size: 13px;
	padding: 50% 20px 20px;
	position: relative;
}

.c-tokusho--nav {
	padding-bottom: 20%;
}

.c-tokusho__back {
	position: absolute;
	left: 10px;
	top: 20px;
	width: calc(68px / 1.5);
}

/* 遊び方 */
.c-howto {
	font-family: "Noto Sans JP";
	background: url("../img/bg/bg-room.png") no-repeat center top;
	background-size: 100%;
	font-size: 13px;
	padding: 50% 20px 20px;
	position: relative;
}

.c-howto p span {
	color: #f05a78;
}

.c-howto__sample {
	text-align: center;
	margin: 30px auto 18%;
}

.c-howto__sample img {
	width: 80%;
	max-width: 280px;
}

.c-howto__back {
	position: absolute;
	left: 10px;
	top: 20px;
	width: calc(68px / 1.5);
}

/* ユーザー情報 */
.c-userinfo {
	font-family: "Noto Sans JP";
	background: url("../img/bg/bg-room.png") no-repeat center top;
	background-size: 100%;
	font-size: 13px;
	padding: 50% 20px 20px;
	position: relative;
}

.c-userinfo--nav {
	padding-bottom: 20%;
}

.c-userinfo__back {
	position: absolute;
	left: 10px;
	top: 20px;
	width: calc(68px / 1.5);
}

/* その他 */
.c-other {
	background: url("../img/bg/bg-room.png") no-repeat center top;
  background-size: 100%;
  padding-bottom: 20%;
}

.c-other img {
	width: 100%;
}

.c-other__tit {
	width: calc(215px / 2);
	margin: auto;
	padding: 10% 0 30%;
	text-align: center;
}

.c-other__btn {
	width: 160px;
	padding-top: 20px;
	margin: auto;
}

.c-other .other {
	max-width: 250px;
	margin: auto;
}

.c-other__link {
	text-align: center;
	padding-top: 20px;
	margin: auto
}

.c-other__link a {
	color: #282828;
	font-size: 12px;
	text-decoration: underline;
}

/* ショップリスト */
.c-shoplist {
	font-family: "Noto Sans JP";
	background: url("../img/bg/bg-park.png") no-repeat center top;
  background-size: 100%;
  padding-bottom: 20%;
}

.c-shoplist img {
	width: 100%;
}

.c-shoplist__tit {
	width: calc(170px / 2);
	margin: auto;
	padding: 10% 0 18%;
	text-align: center;
}

.c-shoplist__txt {
	color: #282828;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}

.c-shoplist__txt span {
	font-size: 24px;
}

.c-shoplist__present {
	color: #282828;
	font-size: 14px;
	margin: 0 auto 5px;
	width: 90%;
}

.c-shoplist__sub {
	color: #282828;
	font-size: 16px;
	text-align: center;
}

.c-shoplist__candy {
	min-width: 300px;
	max-width: 350px;
	width: 95%;
	margin: auto;
	padding: 0;
}

.c-shoplist__candy li {
	background: url('../img/shop/img-candy.png') no-repeat left top;
	background-size: 100px;
	list-style: none;
	margin: 20px 0;
	padding: 0 10px 20px;
	padding-left: 120px;
}

.c-shoplist__candy li:not(:last-child) {
	border-bottom: 2px #f05a78 solid;
}

.c-shoplist__num {
	color: #f05a78;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}

.c-shoplist__num span {
	font-size: 20px;
}

.c-shoplist__money {
	color: #282828;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}

.c-shoplist__money span {
	font-size: 20px;
}

/* モーダル */
.c-shoplist-modal {
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.c-shoplist-modal img {
	width: 100%;
}

.c-shoplist-modal__buy10:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-shoplist-modal__buy10:target{
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-shoplist-modal__list {
	background: #fff;
	height: 80vh;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	overflow: scroll;
}

.c-shoplist-modal__pos {
	position: relative;
}

.c-shoplist-modal__candy {
	text-align: center;
	width: 100px;
	margin: auto;
	padding: 50px 0 10px;
}

.c-shoplist-modal__info {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.c-shoplist-modal__info span {
	font-size: 24px;
	text-align: center;
}

.c-shoplist-modal__btn {
	width: 280px;
	margin: auto;
}

.c-shoplist-modal__txt {
	color: #f05a78;
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
}

.c-shoplist-modal__flow {
	width: 280px;
	margin: auto;
	padding-bottom: 50px;
}

.c-shoplist-modal__close {
	position: absolute;
	left: 10px;
	top: 15px;
	width: calc(35px / 1.5);
}

/* 共通フッターナビ */
.c-nav {
	position: fixed;
	display: flex;
	bottom: 0;
	width: 100%;
	z-index: 8;
}

.c-nav img {
	width: 100%;
}

.c-nav div {
	width: 100%;
}
