@charset "UTF-8";
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito';
    src: url('/fonts/Nunito-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: bold;
}
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("/fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'MPLUSRounded1c';
	src: url("/fonts/MPLUSRounded1c-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: bold;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],input[type="password"],textarea,select{
	-webkit-appearance: none;
	border-radius: 0;
	font-size: 16px;
}
html {
	width: 100%;
	height: 100%;
	background-color: #54AE3E;
}
body {
	font-family: 'Nunito','MPLUSRounded1c', 'メイリオ', 'Arial';
	margin: 0px auto;
	font-size: 18px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}
body::before {
	background: url("/images/background.png") no-repeat center;
	background-size: cover;
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
}
#wrap {
    max-width: 1200px;
    margin: 0 auto;
	height: 100%;
	position: relative;
}
#wrap::before {
	content: '';
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	left: calc(50% + 600px);
	/*background: url("/images/bg_wrap_r.png") repeat-y;*/
	background-color: rgba(0, 0, 0, 0.65);
}
#wrap::after {
	content: '';
	width: 50%;
	height: 100%;
	position: fixed;
	top: 0;
	right: calc(50% + 600px);
	/*background: url("/images/bg_wrap_l.png") repeat-y;*/
	background-position: right;
	background-color: rgba(0, 0, 0, 0.65);
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
	-khtml-user-select: none;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	font-size: 14px;
	color: #143324;
	font-weight: bold;
	text-decoration: underline;
}
a:link {color:#143324;}
a:visited {color:#143324;}
a:hover {color:#143324;}
a:active {color:#ECB74E;}
.button {
	display: block;
    width: calc(100% - 20px);
	max-width: 400px;
	height: 45px;
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
	margin: 20px auto;
	position: relative;
	cursor: pointer;
}
.button.btn_green {
	background-image: url("/images/button/btn_bg_center_green.png");
	background-repeat: repeat-x;
}
.button.btn_green::before {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_left_green.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}
.button.btn_green::after {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_right_green.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -9px;
}
.button.btn_pink {
	background-image: url("/images/button/btn_bg_center_pink.png");
	background-repeat: repeat-x;
}
.button.btn_pink::before {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_left_pink.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}
.button.btn_pink::after {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_right_pink.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -9px;
}
.button.btn_lightgreen {
	background-image: url("/images/button/btn_bg_center_lightgreen.png");
	background-repeat: repeat-x;
}
.button.btn_lightgreen::before {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_left_lightgreen.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}
.button.btn_lightgreen::after {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_right_lightgreen.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -9px;
}
.button.btn_red {
	background-image: url("/images/button/btn_bg_center_red.png");
	background-repeat: repeat-x;
}
.button.btn_red::before {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_left_red.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}
.button.btn_red::after {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_right_red.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -9px;
}
.button.btn_blue {
	background-image: url("/images/button/btn_bg_center_blue.png");
	background-repeat: repeat-x;
}
.button.btn_blue::before {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_left_blue.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -9px;
}
.button.btn_blue::after {
	content: '';
	width: 10px;
	height: 45px;
	background-image: url("/images/button/btn_bg_right_blue.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -9px;
}
#contents_header {
	background: #568875;
	height: 88px;
}
#contents_header.notmember {
	height: 40px;
	background: #8CD65F;
    padding: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	border-bottom: 6px solid #9CCC79;
}
#contents_header.notmember::after {
	content: '';
	width: 100%;
	height: 4px;
	background: #568875;
	position: absolute;
	bottom: -6px;
	left: 0;
}
#header_upper_box, #header_lower_box {
	height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	background: #8CD65F;
	padding: 0 4px;
	color: #FFF;
	font-weight: bold;
}
#header_lower_box {
	margin: 4px 0;
	border-top: 2px solid #9CCC79;
	border-bottom: 2px solid #9CCC79;
}
#app_logo {
	width: 65px;
	height: auto;
	cursor: pointer;
}
.base {
	background: #66B53D;
	height: 30px;
	border-radius: 15px;
	padding: 0 15px;
	line-height: 30px;
}
.base_heart {
	background: #66B53D;
	height: 24px;
	border-radius: 12px 12px 12px 0;
	padding: 0;
	padding-right: 10px;
	line-height: 24px;
}
.base_star {
	background: #66B53D;
	height: 24px;
	border-radius: 0 12px 12px 5px;
	padding: 0;
	padding-right: 18px;
	line-height: 24px;
}
#h_points {
	padding-left: 35px;
	padding-right: 50px;
	position: relative;
}
#h_points > p {
	min-width: 50px;
	text-align: right;
}
#h_points > p::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("/images/icon/coin.png");
	background-repeat: no-repeat;
	line-height: 32px;
}
#add_point {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#h_profile {
	width: 65px;
	height: 30px;
	position: relative;
}
#icon_inquiry {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
#icon_notice {
	position: absolute;
	top: 0;
	left: 35px;
	cursor: pointer;
}
/*
#icon_prof {
	position: absolute;
	top: 0;
	right: 0;
	width: 26px;
	height: 26px;
	border-radius: 15px;
	background: #CCC;
	border: 2px solid #FFF;
}
*/
#icon_prof {
	width: 46px;
	height: 46px;
	background: #CCC;
	position: absolute;
	border-radius: 25px;
	z-index: 1;
	left: calc(50% - 23px);
	border: 3px solid #568875;
	cursor: pointer;
}
#h_level, #h_levelgage {
	position: relative;
}
#h_level {
	margin-left: 15px;
}
#gage_heart, #gage_exp {
	width: 80px;
	height: 16px;
	background: #396F2A;
	margin: 2px 10px;
	border-radius: 10px;
	border: 2px solid #468933;
	background-image: url("/images/bg_bar_round_pink.png");
	background-repeat: no-repeat;
	background-position: -81px;
}
#gage_exp {
	margin-right: 3px;
	background-image: url("/images/bg_bar_round.png");
}
#gage_heart > p, #gage_exp > p {
	height: 16px;
	line-height: 17px;
	font-size: 11px;
	text-align: center;
	text-shadow:
	   1px  1px 0px #333,
	  -1px  1px 0px #333,
	   1px -1px 0px #333,
	  -1px -1px 0px #333,
	   1px  0px 0px #333,
	   0px  1px 0px #333,
	  -1px  0px 0px #333,
	   0px -1px 0px #333;
}
#gage_exp::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: -4px;
	left: -15px;
	background-image: url("/images/icon/star.png");
	background-repeat: no-repeat;
}
#gage_heart::after {
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	top: -4px;
	left: -15px;
	background-image: url("/images/icon/heart.png?aac");
	background-repeat: no-repeat;
}
#gage_guidance {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	right: -4px;
	background-image: url("/images/icon/question.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
#level_guidance {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	right: -4px;
	background-image: url("/images/icon/question.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
#level {
	width: 20px;
	position: absolute;
	top: 4px;
	left: -10px;
	height: 16px;
	line-height: 17px;
	font-size: 11px;
	text-align: center;
	color: #000;
}
#contents_main {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	padding-bottom: 90px;
}
#contents_main.index {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	padding-bottom: 90px;
}
#contents_main.notmember {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#badge1 {
	width: 8px;
    height: 8px;
    background: #F00;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    left: 50px;
	display: none;
}
#badge3 {
	width: 8px;
    height: 8px;
    background: #F00;
    border-radius: 4px;
    position: absolute;
    top: 6px;
    left: 17px;
	display: none;
}
.button_box {
    width: calc(100% - 20px);
    margin: 10px auto;
}
#loadingGif {
	width: 100%;
	text-align: center;
}
.noitem {
	width: 100%;
	text-align: center;
    margin: 10px auto;
}
.img_center {
	text-align: center;
	margin: 20px auto;
}
