@charset "utf-8";
/* CSS Document */

/*-----------------------------
マイページ
------------------------------*/
html,body {
	margin: 0;
	padding: 0;
}
body {
  background-repeat:
   no-repeat, /* 最前面の背景レイヤーに対応 */
	repeat;

  background-position:
   50% 0%, /* 最前面の背景レイヤーに対応 */
	center
}
img{
	vertical-align: bottom;
}

/* ハイライトカラー無効化 */
a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

/*プロフィール部分
------------------*/

.profile {
	width:100%;
	height:160px;
}

/*左部分*/
.profile-left {
	width:35%;
	padding-left:5px;
	height:140px;
	position:relative;
	display:inline-block;
}

.profile_photo {
	width:100px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}

.photo {
	width:110px;
	border-radius:15px;
	position:relative;
}

.camera {
	width:25px;
	position:absolute;
	top:-5px;
	left:-5px;
}

/*右部分*/
/*ニックネーム*/

.profile-right {
	width:62%;
	height:140px;
	display:inline-block;
	float:right;
	margin-left:5px;
}

.name {
	width:100%;
	padding:10px 3px 8px 7px;
	border-bottom:#ffa800 2px solid;
	color:#FFF;
}

.name img {
	width:20px;
	vertical-align:middle;
}

.name_right {
	float:right;
}


/*都道府県*/
.detail {
	width:100%;
	padding:10px 5px 5px;
}

.detail-box {
	background:#777;
	width:46%;
	margin-right:5px;
	float:left;
	padding:5px;
	font-size:12px;
	border-radius:5px;
	color:#FFF;
}

.detail-box img {
	width:18px;
	vertical-align:middle;
	margin-right:3px;
}

/*コイン*/

.coin {
	width:100%;
	height:50px;
	position:relative;
	padding-left:5px;
}

.coin-text {
	width:65%;
	padding:8px 0px 8px 3px;
	background:#FFF;
	border-radius:5px;
	border:#666 1px solid;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}


.coin-text img {
	width:22px;
	vertical-align:middle;
	margin-left:5px;
}


.coin-box {
	width:32%;
	float:right;
}

.coin-box img{
	width:55px;;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
}



/*新着とあしあと部分
------------------*/

#mypage_contents  .message_footprints {
	margin: 0 5px;
	margin-bottom: 15px;
}
#mypage_contents  .message_footprints dl {
	height: 62px;
	position: relative;
	text-align: left;
	border: #4e3018 1px solid;
	box-sizing: border-box;
	border-radius:8px;	
	background-color:#fff;
}

#mypage_contents  .message_footprints dl dt {
	width: 65px;
	height: 60px;
	float: left;
	padding-top: 11px;
	padding-left: 15px;
	box-sizing: border-box;
}
#mypage_contents  .message_footprints dl dd {
	margin-left: 40px;
	font-size: 10px;
	padding-top: 15px;
}
#mypage_contents  .message_footprints dl dd span {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

#mypage_contents  .message_footprints dl dd.btn_contents {
	width: 85px;
	height: 50px;
	background-color:#ffa800;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 5px;
	right: 5px;
	border-radius: 8px;
	box-sizing: border-box;
	padding-top: 10px;
	display: inline-block;
 	color: #555;
}

#mypage_contents  .message_footprints dl dd.btn_contents:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -25px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 25px solid #ffa800;
}

#mypage_contents  .message_footprints dl dd.btn_contents a {
	color: #FFF;
	font-weight: bold;
}


/*4つ並びメニュー部分
------------------*/

.mypage_menu {
	width: 100%;
}

.mypage_menu img {
	width: 100%;
	height: 100%;
}

.mypage_menu a {
	width:25%;
	float: left;
	padding:3px;
}


/*　Common
==============================================*/
/*戻るボタン*/
.back {
	display: block;
	width: 200px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	border-radius: 50px 50px 50px 50px / 50px 50px 50px 50px;
	background: #36ad4c;
}
/* TOPへのpadding */
.backBx {
	box-sizing: border-box;
	padding: 5% 0;
}

/*　ユーザープロフィール
==============================================*/
.userProfile {
	position: relative;
	box-sizing: border-box;
	padding: 10% 0 7% 0;
	background: url('../img/profBg.png') ;
	background-size: 60%;
}
.photoBx {
	position: relative;
	width: 35%;
	margin: 0 auto 5%;
}
.userPhoto {
	position: relative;
	display: block;
	z-index: 1;
}
.userPhoto img {
	width: 100%;
	border-radius: 17px;
}
.cameraIcon {
	position: absolute;
	left: -8%;
	bottom: -8%;
	display: block;
	width: 20%;
	z-index: 1;
}
.cameraIcon img {
	width: 100%;
}
.userName {
	margin: 0 0 3% 0;
	font-size: 16px;
	color: #424242;
	text-align: center;
}
/* コイン */
.coinAdd {
	width: 230px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	border-radius: 50px 50px 50px 50px / 50px 50px 50px 50px;
	background: #ffff49 url(../img/coinIcon.png) left 10px center / 30px no-repeat;
}
.coinAdd span {
	font-size: 16px;
}
.coinAdd a {
	display: block;
	box-sizing: border-box;
	padding: 12px 0;
}
/* あしあと */
.ashiato {
	position: absolute;
	right: 2%;
	top: 17%;
	width: 50px;
}
.ashiato a {
	position: relative;
	display: block;
}
.ashiato a img {
	width: 100%;
}
/* おみくじバナー */
.userProfile > a {
	position: absolute;
	left: 3%;
	top: 17%;
	display: block;
	width: 20%;
}
.userProfile > a img {
	width: 100%;
}

/*---- ナビ ----*/
.menu {
	padding: 2% 0 10%;
}
.menu > .daily_m {
	display: block;
	width: 80%;
	margin: 0 auto 2%;
}
.menu > .daily_m img {
	width: 100%;
	vertical-align: bottom;
}
.menu ul, .menu ul li {
	margin: 0;
	padding: 0;
}

.menu ul li {
	position: relative;
	width: 80%;
	margin: 0 auto 6%;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
	border-radius: 50px 50px 50px 50px / 50px 50px 50px 50px;
	border: 1px solid #8e8e8e;
	//overflow: hidden;
}
.tap {
	box-shadow: none !important;
}
.menu ul li:nth-of-type(1),
.menu ul li:nth-of-type(2) {
	width: 42%;
	display: inline-block;
	margin: 0 3.54% 6%;
}
.menu ul li a {
	display: block;
	box-sizing: border-box;
	padding: 15px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	vertical-align: middle;
}

/*Buttons_icon*/
.menu ul li::before {
	content: '';
	position: absolute;
	left: 12px;
	top: 50%;
	display: block;
	width: 22px;
	height: 22px;
	transform: translateY(-50%);
}
.menu ul li:nth-of-type(1)::before {
	background: url('../img/chatIcon.png') no-repeat;
	background-size: 100%;
}
.menu ul li:nth-of-type(2)::before {
	background: url('../img/infomationIcon.png') no-repeat;
	background-size: 100%;
}
.menu ul li:nth-of-type(3)::before {
	background: url('../img/profEditIcon.png') no-repeat;
	background-size: 100%;
}
.menu ul li:nth-of-type(4)::before {
	background: url('../img/coinIcon.png') no-repeat;
	background-size: 100%;
}
.menu ul li:nth-of-type(5)::before {
	background: url('../img/contactIcon.png') no-repeat;
	background-size: 100%;
}

/*バッチ*/
.number {
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 50% 50%;
	background: #ff455c;
}

.menu .number {
	position: absolute;
	right: 3px;
	top: -6px;
}


/*　コンタクトページ
==============================================*/
.infomation {
	box-sizing: border-box;
	padding: 10% 0;
}
.infomation .back {
	text-decoration: none;
}
form h3 {
	margin-top: 100px;
}

/*　コインリスト
==============================================*/
.coinHeader img, .coinList img {
	width: 100%;
	vertical-align: bottom;
}
.coinHeader {
	margin: 0 0 8% 0;
}
.coinList {
	width: 88%;
	margin: 0 auto;
}
.coinList a {
	display: block;
	margin: 0 0 5% 0;
}
.coinTap {
	opacity: 0.8;
}

/* 規約
==============================================*/
.kiyaku {
	width: 94%;
	margin: 0 auto;
}
.kiyaku h1 {
	margin: 10% 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.kiyaku h2 {
	margin: 3% 0 3% 0;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.kiyaku p {
	box-sizing: border-box;
	padding: 0 0 3% 0;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	line-height: 1.6;
	border-bottom: 1px dotted #aaa;
}


/* おみくじ
==============================================*/
.kiyaku h1 {
	width: 80%;
	margin: 20px auto 0;
}
.kiyaku h1 img {
	width: 100%;
}
#main {
	margin: 0 auto 0;
	width: 100px;
	position: relative;
}
#omikuji {
	position: relative;
}
#bou {
	height: 208px;
	top: 0;
	left: 38px;
	overflow: hidden;
	position: absolute;
}
#bou img {
	margin: 208px 0 0 -28px;
}
#hako {
	top: 194px;
	left: 0;
	position: absolute;
}
#hako img {
	width: 100px;
}
#startBtn img {
	width: 100%;
}
#startBtn {
	width: 160px;
	margin-left: -80px;
	position: absolute;
	top: 0;
	left: 50%;
	cursor: pointer;
}
#startBtn:hover {
	opacity: 0.8;
}
#icon {
	width: 1px;
	position: absolute;
	top: 160px;
	left : 40px;
}
#icon img {
	width: 100%;
}






