@charset "UTF-8";

/**********************************
共通レイアウト
**********************************/
html {
	font-size:16px;
}
body {
  color: #333333;
  background-color: #ffffff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Meiryo UI', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*全体*/
.wrap {
	width:90%;
	margin:0 auto;
}


/**********************************
フォーム共通
**********************************/
input[type=text],input[type=password]{
	color:#555555;
	background-color:#eeeeee;
	width:100%;
	font-size:1.3rem;
	line-height:3rem;
	height:3rem;
	padding:3px;
	margin-bottom:10px;
	box-sizing:border-box;
	border: 2px solid #aaaaaa;
	border-radius: 3px;
}
input[type=radio],input[type=checkbox] {
	display:inline-box;
	width:auto;
}
select {
	background-color:#eeeeee;
	color: #555555;
	width:auto;
	display:inline-block;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	box-sizing: border-box;
	font-size:1.4em;
	line-height:2.2em;
	height:2.2em;
	text-align:right;
}
::placeholder {
  color: #888888;
}
label{
	display:inline-block;
	width:100%;
	text-align:left;
	margin-top:6px;
	box-sizing:border-box;
}


/**********************************
フィールドセット
**********************************/
fieldset{
	width:94%;
	margin-left:3%;
	margin-bottom:8px;
}
fieldset label{
	width:60%;
}


/**********************************
フォーム UI
**********************************/
.form_alert{
	color:#b71115;
	font-size:0.8em;
	margin-top:-6px;
}
.save_message {
	color:#2b90ed;
	font-size:0.8em;
	margin-top:-6px;
	text-align:center;
}
.alert{
	color:#b71115;
}
.input_condition{
	font-size:0.8em;
	text-align:right;
	margin-top:-10px;
}

/**********************************
占い１ｐボタン・リンク
**********************************/
/*ボタンのみエリア*/
.btn1p {
	 width:90%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn1p a, .btn1p button, .form_sct a, .form_sct button{
	background: linear-gradient(45deg, #f28226, #f9f9f9);
	color: #555555;
	font-size:1.4em;
  font-weight:bold;
	line-height:1.4em;
	display:block;
	width:100%;
	margin-top:14px;
	margin-bottom:24px;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
}


/**********************************
ボタン・リンク
**********************************/
/*ボタンのみエリア*/
.btn {
	 width:90%;
	 margin:0 auto;
	 text-align:center;
}
/*ボタン・リンク*/
.btn a, .btn button, .form_sct a, .form_sct button, input[type=submit]{
	background: linear-gradient(45deg, #ffffff, #f9f9f9);
	color: #555555;
	font-size:1.4em;
  font-weight:bold;
	line-height:1.4em;
	display:block;
	width:100%;
	margin-top:14px;
	margin-bottom:24px;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	padding:0.4em 0;
	text-align:center;
	text-decoration:none;
}

/**********************************
ヘッダー
**********************************/
header {
	width:98%;
	height:28px;
	margin:4px 1%;
	position:relative;
}
/*ロゴ*/
.header_left{
	position:absolute;
	left:0;
	height:100%;
	width:40%;
}
.header_left img {
	height:100%;
}

/*会員メニュー*/
.header_right{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:60%;
	color:#54aefb;
}
.header_right a {
	width:35%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	display:block;
	border-radius:4px;
	padding:3px;
	box-sizing:border-box;
	font-weight:bold;
	font-size:0.7em;
	line-height:22px;
	text-align:center;
	margin:0;
}
/*ログイン・マイページ*/
.header_right a.header_login{
	background-color:#fea32c;
	color:white;
}
/*登録*/
.header_right a.header_register{
	background-color:#ee4040;
	color:white;
	right:36%;
}
/*ポイント表示*/
.header_nickname{
	position:absolute;
	top:0;
	right:35%;
	display:block;
	height:10px;
	padding-right:4px;
	font-size:8px;
	line-height:10px;
}
.header_point{
	position:absolute;
	top:10px;
	right:35%;
	display:block;
	height:18px;
	padding-right:4px;
	font-size:16px;
	line-height:18px;
}
.header_unit{
	font-size:10px;
	margin-left:4px;
}
/*罫線*/
.header_hr {
	margin:0px;
	margin-bottom:4px;
	border:none;
	border-bottom:1px solid #cccccc;
}
/*ヘッダーバナー*/
.header_banner{
	width:100%;
	margin-bottom:12px;
}
.header_banner img{
	width:100%;
}


/**********************************
タイトル
**********************************/
/*ヘッダー直下*/
h1 {
	margin-bottom:6px;
	background-color:#4bb600;
	color:#ffffff;
	padding:4px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align:center;
	border-bottom:2px solid #4bb600;
}
/*整理対象*/
h2 {
	width:96%;
	margin:0 auto;
	margin-bottom:4px;
	background-color:#4bb600;
	color:#ffffff;
	padding:4px;
	font-size: 1em;
	line-height:1em;
	text-align:center;
	border-radius:2px;
	font-weight:normal;
}


/**********************************
フッター
**********************************/
footer {
	margin-top:6px;
	padding:6px;
	text-align:center;
	border-top:1px solid #555555;
}

.footer_tab{
	position:fixed;
	z-index:99;
	bottom:0;
	width:100%;
	background-color:#ffffff;
	text-align:center;
}

.footer_tab a{
	width:20%;
	display:inline-block;
}
.footer_tab a img{
	width:100%;
}


@media (min-width: 768px) {
.footer_tab{
	display:none;
}
}

/**********************************
リスト
**********************************/
/*チェックリスト*/
ul.check_list, ol.check_list {
  background: #fffde8;
  box-shadow: 0px 0px 0px 10px #fffde8;/*線の外側*/
  border: dashed 2px #ffb03f;
  border-radius: 9px;
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0.5em 0.5em 0.5em 1em;
	width: 80%;
	margin: 7vw auto;
}
ul.check_list li, ol.check_list li {
  line-height: 1.5;
  list-style-type: none;
}
ul.check_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 2.8em;
  color: #ffb03f;
  font-weight: 900;
}
ul.check_list p, ol.check_list p{
	text-align:center;
	color:#f75000;
}

/*プレゼントキャンペーン要項*/
ul.campaign_rule{
  background: #ffffff;
  font-size:0.9em;
}
ul.campaign_rule li, ol.campaign_rule li {
  line-height: 1.2em;
}
ul.campaign_rule p{
	background-color: #6b6b6b;
	text-align:center;
	color:#ffffff;
}

/*アラートリスト*/
ul.alert_list, ol.alert_list {
  background: #ffffff;
  box-shadow: 0px 0px 0px 10px #ffffff;/*線の外側 #ffe8f9 */
  border: dashed 2px #ff3e84;
  border-radius: 9px;
	width:84%;
  margin-left: 8%;
  margin-right: 8%;
  padding: 0.5em 0.5em 0.5em 1.5em;
	box-sizing:border-box;
}
ul.alert_list li, ol.alert_list li {
  line-height: 1.5;
  list-style-type: none;
}
ul.alert_list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 2.5em;
  color: #ff3e84;
  font-weight: 900;
}
ul.alert_list p, ol.alert_list p{
	text-align:center;
	color:#ff3e84;
	margin:4px 0;
}
ul.alert_list input[type=text], ol.alert_list input[type=text]{
	color:#555555;
	background-color:#ffffff;
	width:90%;
	margin-left:5%;
	font-size:1.3rem;
	line-height:3rem;
	height:3rem;
	padding:3px;
	box-sizing:border-box;
	border: 2px solid #aaaaaa;
	border-radius: 3px;
}
ul.alert_list a, ol.alert_list a{
	background: linear-gradient(45deg, #ffffff, #f9f9f9);
	color: #555555;
	width:90%;
	margin-left:5%;
	display:block;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	font-size:1.1em;
  font-weight:bold;
	line-height:1.1em;
	padding:0.3em 0;
	text-decoration:none;
	text-align:center;
}


/**********************************
ページング
**********************************/
ul.history_paging{
	list-style-type: none;
	text-align:right;
	margin-right:5%;
	color:#999999;
	font-size:0.7em;
}
ul.history_paging li{
	display: inline-block;
	width:10%;
	text-align:center;
}
ul.history_paging li a{
	width:96%;
	margin:0 3%;
	background-color:#fff1c6;
	border-radius:3px;
	padding:2px;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}


/**********************************
メッセージ表示
**********************************/
/*通常メッセージ*/
.announce_normal {
	width:90%;
	margin:8px auto;
	color:#FD2264;
	box-sizing:border-box;
	text-align:center;
	font-size:0.9em;
}
/*強調メッセージ*/
.announce_attention{
	text-align:center;
	padding:8px 0;
	background-color:#eeeeee;
	border: 1px dotted #999999;
	width:80%;
	margin-left:10%;
	box-sizing:border-box;
}
/*変更対象*/
.status_message {
	background-color:#c9f1ff;
	width:90%;
	margin-left:;
	margin:10px 5%;
	color:#003481;
	padding:8px;
	box-sizing:border-box;
}

/*変更対象*/
.announce_notice {
	width:90%;
	margin:10px auto;
	color:#003481;
	font-size:0.8em;
}

.announce_kuma {
	background:url("/portal/img/top/announce_kuma.png") center center/cover no-repeat;
	height:50px;
	line-height:50px;
	text-align:center;
	padding-left:15%;
	font-weight:bold;
	font-size:1.2em;
	color:black;
}

.cts-list-post a .more {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("https://cdn.clipkit.co/tenants/530/resources/assets/000/000/040/original/ico-more.png?1544581644") center center/cover no-repeat;
}

/**********************************
ガチャ・応募 獲得履歴表示
**********************************/
h3.history {
  width:85%;
  margin-left:10%;
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  font-size: 16px;
  color: #474747;
  border-radius: 0 4px 4px 0;
  box-sizing:border-box;
}
h3.history:before {
  font-family: "Font Awesome 5 Free";
  content: "\f274";
  display: inline-block;
  line-height: 30px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #54aefb;
  font-weight: 400;
  width: 30px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}


/**********************************
会員情報
**********************************/
/*SNSログイン*/
.sns_login{
	width:90%;
	margin:6px auto;
}
.sns_login a, .sns_login a img{
	width:100%;
}
/*登録・パスワード忘れ*/
.regist_now, .forgot_pass{
	margin-top:4px;
	margin-bottom:4px;
	padding:6px 0;
}
.regist_now a, .forgot_pass a{
	width:90%;
	margin:0 auto;
}
.regist_now {
	background-color:#f7f9b9;
}
.forgot_pass {
	background-color:#eeeeee;
}
/*利用規約*/
.regist_agreement {
	text-align:center;
}
.agreement_label{
	text-align:center;
}
.agreement{
	height:320px;
	width:90%;
	overflow-y:scroll;
	color:#777777;
	background-color:#fcfcfc;
	padding:6px;
	margin:10px auto;
	border:solid 2px #999999;
	border-radius: 4px;
	font-size:0.7em;
	/*text-align:justify;*/
}
.agreement_full{
	width:90%;
	color:#777777;
	margin:10px auto;
	font-size:0.7em;
	/*text-align:justify;*/
}

/*会員ランク比較表*/
.member_class {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size:12px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 10px;
	border-spacing: 1px 0;
	border-collapse: separate;
}
.member_class th, .member_class td {
	padding: 4px;
}
.member_class th {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	border-radius: 5px 5px 0 0;
	background: #eee;
	font-weight:normal;
}
.member_class th.group0 {
	background: #ffffff;
	width:40%;
}
.member_class th.group1 {
	background: #949494;
	width:30%;
}
.member_class th.group2 {
	background: #FF0063;
	width:30%;
	font-weight:bold;
}

.member_class tr td {
	text-align: center;
	border: none;
	height:40px;
}
.member_class tr:first-child td.group0 {
	border-radius: 5px 0 0 0;
}
.member_class tr:last-child td.group0 {
	border-radius: 0 0 0 5px;
}
.member_class tr:last-child td.group2 {
	border-radius: 0 0 5px 0;
}
.member_class tr:nth-child(2n+1) td.group0 {
	background: #e7e7e7;
}
.member_class tr:nth-child(2n+0) td.group0 {
	background: #f8f8f8;
}
.member_class tr:nth-child(2n+1) td.group1 {
	background: #e7e7e7;
}
.member_class tr:nth-child(2n+0) td.group1 {
	background: #f8f8f8;
}
.member_class tr:nth-child(2n+1) td.group2 {
	background: #ffc7dd;
	font-weight:bold;
}
.member_class tr:nth-child(2n+0) td.group2 {
	background: #ffdbe9;
	font-weight:bold;
}

/**********************************
トップページ（整理対象）
**********************************/
/*もっと見る*/
.top_see_more{
	display:block;
	background-color:#000080;
	border-radius:0 0 4px 4px;
	width:80%;
	padding:3px;
	margin:0 auto 20px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
}

/*ガチャメニュー*/
.top_gacha_menu{
	text-align:center;
	width:100%;
	border-top:1px solid #000080;
	border-bottom:1px solid #000080;
	padding:5px 0;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	margin-bottom:12px;
	margin-top:6px;
}
.top_gacha_menu span{
	display:inline-block;
	color:#FD2264;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 8px;
	background-color:rgba(255,255,255,0.6);
}
.top_gacha_menu a{
	display:inline-block;
	width:23%;
	margin:-1px;
}
.top_gacha_menu a img{
	width:100%;
	border-radius:2px;
}
.top_gacha_menu a.gacha_see_more{
	color:#FD2264;
	width:5%;
	height:34px;
	line-height:34px;
}


/*キャンペーンメニュー*/
.top_campaign_menu {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	width:100%;
  border-top:1px solid #000080;
	border-bottom:1px solid #000080;
	margin:10px 0 0 0;
	box-sizing:border-box;
	padding:6px 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.top_campaign_menu p{
	width:100%;
	background-color:#2da0ff;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 0;
	margin-bottom:10px;
}
.top_campaign_menu span.attention{
	width:100%;
	text-align:center;
	font-size:0.6em;
}

.top_campaign_limit{
	margin:0 2.5%;
	width:25%;
	padding:10px 0;
	box-sizing:border-box;
	font-size:0.6em;
	line-height:1.7em;
	text-align:center;
	color:#777777;
	background-color:rgba(255,255,255,0.6);
	border-radius:6px;
}
.top_campaign_limit span{
	color:#2da0ff;
	display:block;
	font-weight:bold;
	font-size:1.7em;
	margin-top:3px;
}
.top_campaign_limit span.time{
	color:#FD2264;
  font-size:1.2em;
}

.top_campaign_limit span.top_campaign_new{
	color:#FD2264;
}
.top_campaign_limit span.top_campaign_end{
	color:#717171;
}
.top_campaign_banner{
	display:inline-block;
	margin:5px 2.5%;
	width:65%;
	padding:0;
	max-height:90px;
	box-sizing:border-box;
}
.top_campaign_banner a, .top_campaign_banner a img{
	max-width:100%;
	max-height:90px;
}

@media (min-width: 768px) {

	.top_campaign_limit{
		margin:5px 1%;
		width:12.5%;
		padding:0;
		border-radius:4px;
	}

	.top_campaign_banner{
		margin:5px 1%;
		width:31%;
		padding:0;
		max-height:90px;
		box-sizing:border-box;
	}
}


/*会員限定キャンペーンメニュー*/
.member_campaign_menu {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	width:100%;
	border-top:1px solid #000080;
	border-bottom:1px solid #000080;
	margin:10px 0 0 0;
	box-sizing:border-box;
	padding:6px 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.member_campaign_menu p{
	width:100%;
	background-color:#FD2264;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 0;
	margin-bottom:10px;
}
.member_campaign_menu span.attention{
	width:100%;
	text-align:center;
	font-size:0.6em;
}

/*未成年など限定注意文*/
.limited_campaign{
	width:100%;
	color:#f73b00;
	text-align:right;
	font-size:0.7em;
	margin-top:-8px;
	margin-bottom:10px;
}

/*お知らせメニュー*/
.top_announce_menu{
	text-align:center;
	width:100%;
	border-top:1px solid #fea32c;
	border-bottom:1px solid #fea32c;
	padding:5px 0;
	box-sizing:border-box;
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	margin:0;
	margin-bottom:12px;
}
ul.top_announce_list{
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
}
ul.top_announce_list li{
	border:1px solid #a4a4a4;
	border-radius:4px;
	display:block;
	width:98%;
	margin:5px 1%;
	padding:0;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.5);
}
.top_announce_title, .top_announce_banner{
	width:100%;
}
.top_announce_menu span{
	display:inline-block;
	color:#fea32c;
	background-color:rgba(255,255,255,0.5);
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 8px;
}
.top_announce_menu a img{
	width:90%;
	margin:6px auto;
}


/*バナーリスト*/
.banner_list{
	width:90%;
	margin:6px auto;
}
.banner_list a img{
	width:100%;
	margin:5px 0;
}

/*バナーリスト ストライプタイプ*/
.banner_list_striped {
	background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 2px, #eeeeee 0, #eeeeee 4px);
	width:100%;
	border-top:1px solid #000080;
	border-bottom:1px solid #000080;
	margin:10px 0 0 0;
	box-sizing:border-box;
	padding:6px 2%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.banner_list_striped p.everyone{
	width:100%;
	background-color:#2da0ff;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:0.9em;
	margin:0;
	padding:5px 0;
	margin-bottom:10px;
}
.banner_list_striped span.attention{
	width:100%;
	text-align:center;
	font-size:0.6em;
}
.banner_list_striped a img{
	width:100%;
	margin:6px 0;
}


/*コーナーバナーなど*/
.corner_banner{
	width:90%;
	margin:6px auto;
}
.corner_banner a, .corner_banner a img{
	width:100%;
}


/*Twitterバナーなど*/
.top_sns_banner{
	width:90%;
	margin:8px auto;
}
.top_sns_banner a img{
	width:100%;
	margin:4px 0;
}

/*今週のイチオシ*/
.weekly_recommend{
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;
  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;
  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;
  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
	width:90%;
	background-color:#000080;
	margin:6px auto;
}
.weekly_recommend .weekly_item{
	width:45%;
	margin:6px 2%;
	position:relative;
}
.weekly_recommend img{
	width:100%;
}

.weekly_recommend img.weekly_product{
	position:absolute;
	z-index:2;
	width:50%;
	left:25%;
	top:13%;
}
.weekly_recommend .weekly_item span{
	display:block;
	position:absolute;
	z-index:2;
	width:100%;
	text-align:center;
}
.weekly_name{
	top:55%;
	font-size:0.9em;
	color:black;
}
.weekly_condition{
	top:70%;
	font-size:0.9em;
	color:black;
}
.weekly_point{
	top:82%;
	font-size:1.4em;
	font-weight:bold;
	color:#ec5035;
}


/*登録バッジ*/
.top_badge{
	width:35%;
	position:fixed;
	bottom:8%;
	right:0;
	z-index:3;
}
.top_badge a{
	width:100%;
}
.top_badge a img{
	width:100%;
}

/**********************************
バッジ動き
**********************************/

@keyframes badge {
  0% { transform:translateX(0) rotate(-10deg);}
  2% { transform:translateX(-2px) rotate(-10deg); }
  4% { transform:translateX(0) rotate(-10deg); }
  6% { transform:translateX(-2px) rotate(-10deg); }
  8% { transform:translateX(0) rotate(-10deg);}
  10% { transform:translateX(-2px) rotate(-10deg); }
  12% { transform:translateX(0) rotate(-10deg); }
  14% { transform:translateX(-2px) rotate(-10deg); }
  16% { transform:translateX(0) rotate(-10deg); }
  84% { transform:translateX(0) rotate(-10deg); }
}

/**********************************
ガチャ
**********************************/
.gacha_detail, .gacha_icon {
	width:100%;
	text-align:center;
	position:relative;
}
.gacha_icon img{
	width:50%;
}
.gacha_icon a{
	background: linear-gradient(45deg, #ffffff, #f9f9f9);
	color: #555555;
	width:80%;
	margin-left:10%;
	margin-top:6px;
	margin-bottom:6px;
	display:block;
	border: 2px solid #aaaaaa;
	border-radius: 4px;
	-webkit-border-radius:4px;
  -moz-border-radius:4px;
  box-shadow:0px 2px 2px 1px #DEDEDE ;
	box-sizing: border-box;
	font-size:1.4rem;
  font-weight:bold;
	line-height:3rem;
	height:3rem;
	text-decoration:none;
	text-align:center;
}
/*無効ボタン 整理対象*/
a.disabled, button.disabled {
	background: linear-gradient(45deg, #bdbdbd, #bdbdbd);
	background-color:#bdbdbd;
	color:#666666;
	pointer-events: none;
}

/*装飾リセット*/
.no_deco{
	background:none;
	width:100%;
	margin:0;
	border:none;
	border-radius: 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	box-shadow:none;
	box-sizing: border-box;
	text-decoration:none;
	text-align:center;
}
/*ガチャポイント獲得*/
.gacha_result_point{
	width:80%;
	margin:12px auto;
	background-color:#ffeacc;
	padding:5px;
	border-radius:3px;
	box-sizing:border-box;
	text-align:center;
}
.gacha_result img{
	width:80%;
	margin:0 auto;
	display:block;
}
/*ガチャ本日終了*/
.gacha_icon img.gacha_over{
	opacity:0.5;
}
.gacha_icon .gacha_over_message{
  position: absolute;
  color: white;
  background: rgba(100, 100, 100, 0.8);
  width: 70%;
  left:15%;
  text-align: center;
  padding:8px 0;
  box-sizing:border-box;
  font-size: 16px;
  line-height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

/*ガチャ獲得賞品リスト*/
.gacha_prize_list {
	width:90%;
	margin:10px auto;
  background: linear-gradient(to bottom,#f6f0bf,#fff9cb 50%,#f6f0bf);
	border-radius: 12px;
	height:100px;
	padding:6px 2%;
	box-sizing:border-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position:relative;
}
.gacha_prize_list_image{
	width:90%;
	margin:6px auto;
}
.gacha_prize_list_image img{
	width:100%;
}
.list_rank_sp{
	background: linear-gradient(to bottom,#d8c385,#fff9cb 50%,#d8c385);
}
.gacha_prize_circle{
	position:absolute;
	z-index:2;
	width:28px;
	height:28px;
	border-radius:100%;
	background-color:white;
}
.circle_tl{
	top:-14px;
	left:-14px;
}
.circle_tr{
	top:-14px;
	right:-14px;
}
.circle_bl{
	bottom:-14px;
	left:-14px;
}
.circle_br{
	bottom:-14px;
	right:-14px;
}
.gacha_prize_tag{
	width:9%;
	text-align:center;
	display:table;
	box-sizing:border-box;
}
.gacha_prize_tag span{
	height:100%;
	display:table-cell;
	vertical-align:middle;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.15);
}
.gacha_prize_rank{
	width:11%;
	height:100%;
	padding-right:3%;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	display:table;
	border-right: 2px solid #ffc366;
	box-sizing:border-box;
}
.gacha_prize_rank span{
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.rank_sp span{
	color:#9c741f;
}
.rank_1 span{
	color:#fd3274;
}
.rank_2 span{
	color:#1987e4;
}
.rank_3 span{
	color:#00af00;
}

.rank_4 span{
	color:#ff8c00;
}

.gacha_prize_name{
	width:48%;
	padding-left:14px;
	box-sizing:border-box;
}
.gacha_prize_image{
	width:32%;
	height:78px;
	margin:5px 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index:3;
}

/*ガチャ獲得賞品リスト*/
.gacha_won_item, .apply_history {
	text-align:left;
	margin-bottom:10px;
	background-color:rgba(200,200,200,0.3);
	width:90%;
	font-size:0.9em;
	margin-left:5%;
	padding:5px;
	box-sizing:border-box;
}
.gacha_won_item a {
	margin-bottom:4px;
	width:90%;
	margin-left:5%;
}
.won_image{
	width:30%;
	margin:0 auto;
}
.won_image img{
	width:100%;
}
.won_date{
	font-size:0.7em;
}
.won_date span{
	background-color:#cccccc;
	padding:3px;
}
.won_limit{
	display:block;
	text-align:center;
	margin:3px 0;
	color:#b71115;
	background-color:white;
	width:100%;
	font-size:0.9em;
}
/*使用期限切れ*/
.expired {
	text-decoration: line-through;
}


/**********************************
マイページ
**********************************/
input.mypage_edit[type="text"]{
	display:inline-block;
	width:50%;
	margin:6px 0;
	border-radius:3px;
	padding:3px;
	font-size:1.2rem;
	line-height:1.2rem;
	box-sizing:border-box;
}


/**********************************
ポイント表示
**********************************/
.info_point {
    position: relative;
    margin: 2em 0 1em 0;
    padding: 0.5em 1em;
    border: solid 2px #54aefb;
    border-radius: 4px;
}
.info_point .box_title {
    position: absolute;
    display: inline-block;
    top: -12px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #54aefb;
}
.info_point p {
    margin: 0;
    padding: 0;
	text-align:right;
}
.info_point .point_display{
	font-size:2em;
}
.info_point_small {
    color: #54aefb;
    border-bottom: 1px solid #54aefb;
	width:100%;
	text-align:right;
	font-size:0.8em;
	margin-bottom:10px;
}


/**********************************
応募
**********************************/
.lottery_title{
	width:90%;
	margin-left:5%;
	border-radius:3px;
	padding:6px;
	font-size:1.2em;
	ligne-height:1.2em;
	box-sizing:border-box;
	background-color:#fcf5c5;
	color:#333333;
	text-align:center;
	margin-bottom:4px;
	margin-top:4px;
}
.lottery_image{
	width:90%;
	margin:0 auto;
}
.lottery_image img{
	width:100%;
}
/*応募ポイント*/
.apply_point{
	border: 1px solid #fe8551;
	border-radius:4px;
	padding:3px;
	font-size:0.9em;
	text-align:center;
	width:60%;
	margin-left:20%;
	color:#fe8551;
	margin-top:10px;
	margin-bottom:8px;
}
.apply_option{
	width:100%;
	text-align:center;
	margin:6px 0;
}
.apply_option_text {
	text-align:center;
}
.apply_option span{
	font-size:1.3em;
	line-height: 2.2em;
	height:2.2em;
	background-color:#eeeeee;
	width:45%;
	display:inline-block;
	box-sizing:border-box;
	text-align:center;
}
.apply_option select{
	display:inline-block;
	width:45%;
}
.apply_option select option{
	text-align:right;
}
/*閲覧中*/
.campaign_looking{
	text-align:center;
	color:#555555;
}

.lottery_info{
	padding:4px;
	font-size:0.8em;
	background-color:#f1f1f1;
	border: 1px dotted #999999;
	width:90%;
	margin:0 auto;
	box-sizing:border-box;
}
.lottery_info_title{
	text-align:center;
	margin:4px 0;
}


/*応募履歴*/
.apply_history {
	padding-top:6px;
	padding-bottom:0;
}
.apply_history ul {
  margin-left: 10px;/*はみ出ないように調整*/
  margin-right: 10px;/*はみ出ないように調整*/
  padding: 0 0.5em 0 1em;
  margin-top:0;
  margin-bottom:0;
}
.apply_history ul li {
  line-height: 1;
  list-style-type: none!important;
}
.apply_history ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  left : 2em;
  color: #ffb03f;
  font-weight: 900;
}
.apply_history .applied_count{
	text-align:right;
}
.apply_history hr{
	border-top: 1px dashed #bbb;
}


/**********************************
編集対象
**********************************/
.result_lose, .result_win {
	margin:4px 0;
	padding:6px;
	box-sizing:border-box;
}
.result_lose p, .result_win p{
	width:100%;
	padding:2px;
	text-align:center;
	margin:0;
}
.result_lose span.result_title, .result_win span.result_title{
	display:block;
	text-align:center;
	font-size:1.2em;
	margin:3px 25%;
	width:50%;
}

.result_lose {
	background-color:#eeeeee;
}
.result_win {
	background-color:#fffdc4;
}
.result_lose p{
	background-color:#cccccc;
}
.result_win p{
	background-color:#fbf65f;
}
.result_win span{
	color:#b71115;
}
.result_win .result_product_image{
	width:50%;
	max-width:50vw;
	margin:6px auto;
}
.result_win .result_product_image img{
	width:100%;
}
span.result_limit{
	display:block;
	text-align:center;
	margin:3px 0;
	background-color:white;
	width:100%;
	font-size:1em;
}


/**********************************
ポイント交換所
**********************************/
.catalog_list{
	padding: 2%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size:0.7em;
  line-height:1em;
}
.catalog_item {
  width: 48%;
  height:48vw;
  margin: 1%;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  background-color:#eeeeee;
}
 .catalog_item .catalog_thmb {
	width:100%;
	height:70%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog_item a{
	width:100%;
	height:100%;
  text-decoration:none;
  color: #767676;
}
.catalog_item a.catalog_exe{
	display:block;
	margin:3px auto;
	width:90%;
	background-color:#54aefb;
	color:#ffffff;
	text-align:center;
	padding:3px;
	height:auto;
}

.catalog_item .catalog_product{
	margin:6px 0;
	background-color:#dddddd;
	color:#333333;
	text-align:left;
	box-sizing: border-box;
	display:block;
	display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog_item .catalog_point{
	display:block;
	width:50%;
	margin:3px auto;
	background-color:#555555;
	color:#ffffff;
	text-align:center;
	padding:3px;
}


/**********************************
プロモーション
**********************************/
.promo_prize{
	width:90%;
	margin-left:5%;
	background-color:#ffcfff;
	padding:10px;
	margin-bottom:20px;
	box-sizing:border-box;
}
.prize_name{
	margin-bottom:10px;
}
.promo_point{
	text-align:center;
}


/**********************************
利用規約・プライバシーポリシー
**********************************/
.info_title{
	text-align:center;
	margin:16px 0 8px 0;
	font-size:0.8em;
	font-weight:bold;
}
.info_subtitle{
	width:90%;
	margin:4px 5%;
	font-size:0.7em;
	font-weight:bold;
}
.info_sign{
	width:90%;
	margin:4px 5%;
	font-size:0.7em;
	text-align:right;
	font-size:0.7em;
}
.info_small{
	width:90%;
	margin:4px 5%;
	font-size:0.7em;
	/*text-align:justify;*/
}
.info_small ul, .info_small ol{
	padding-left:5%;
	margin-top:0;
}
.info_small ol li ol{
  list-style-type:lower-roman;
}


/**********************************
当選者発表
**********************************/
span.result_alert{
	display:inline-block;
	color:#b71115;
}

h2.announce_lottery_title {
	width:96%;
	margin:0 auto;
	margin-bottom:4px;
	background-color:#777777;
	color:#ffffff;
	padding:4px;
	font-size: 1em;
	line-height:1em;
	text-align:center;
	border-bottom:2px solid #555555;
	border-radius:2px;
	font-weight:normal;
}
.announce_lottery_block {
	width:96%;
  border: dashed 2px #777777;/*破線*/
  border-radius: 3px;
  margin:10px auto;
	margin-bottom:18px;
	box-sizing:border-box;
	padding:2px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: top;
	-webkit-align-items: top;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.announce_lottery_block .item{
	display:inline-block;
	width:100%;
	margin:0;
	padding:0;
}
.announce_lottery_block .item_1_2{
	width:48%;
	margin-left:1%;
	margin-right:1%;
}
.announce_lottery_block .item_1_3{
	width:31%;
	margin-left:1%;
	margin-right:1%;
}
ul.announce_lottery, ol.announce_lottery {
	width:100%;
	padding:2px;
	margin:0;
}
ul.announce_lottery li, ol.announce_lottery li {
  line-height: 1.2em;
  list-style-type: none;
	width:100%;
	display:block;
	vertical-align: middle;
	background:#ffffff;
	text-align:left;
	box-sizing:border-box;
	font-size:0.7em;
	overflow: hidden;
	text-overflow: ellipsis;
}
ul.announce_lottery li::after, ol.announce_lottery li::after {
    content: "様";
		color:#999999;
		font-size:0.6em;
}

.announce_lottery_block .announce_lottery_link a{
	font-size:1em;
	line-height:1em;
	width:80%;
	margin:12px auto;
	box-shadow:0px 1px 3px 2px #DEDEDE ;
	background: linear-gradient(153deg, #eff342, #f3b142);
	background-size: 400% 400%;
	box-sizing:border-box;
	-webkit-animation: link_flame 1.5s ease infinite;
	-moz-animation: link_flame 1.5s ease infinite;
	animation: link_flame 1.5s ease infinite;
}

@-webkit-keyframes link_flame {
    0%{background-position:29% 0%}
    50%{background-position:72% 100%}
    100%{background-position:29% 0%}
}
@-moz-keyframes link_flame {
    0%{background-position:29% 0%}
    50%{background-position:72% 100%}
    100%{background-position:29% 0%}
}
@keyframes link_flame {
    0%{background-position:29% 0%}
    50%{background-position:72% 100%}
    100%{background-position:29% 0%}
}

/**********************************
FAQ
**********************************/
.faq_category {
  width:90%;
  margin-left:5%;
  margin-bottom:16px;
}
.faq_category_title {
  color:#fea32c;
	text-indent:-9px;
	padding-left:9px;
}
.faq_category_body{
	background: #f5f5f5;
	padding:6px;
	border-radius:3px;
	box-sizing:border-box;
}
.faq_category_body p{
	text-align:center;
}
.faq_category details {
	padding-left:1em;
	font-size:0.9em;
}
.faq_category details p{
	margin:0;
	padding:0;
}
.faq_category details input[type=text]{
	color:#555555;
	background-color:#ffffff;
	width:90%;
	margin-left:5%;
	font-size:1.1em;
	line-height:2em;
	height:2em;
	padding:3px;
	box-sizing:border-box;
	border: 2px solid #aaaaaa;
	border-radius: 3px;
}
.faq_category details p{
	text-align:center;
}
.faq_category details ul{
	width:100%;
  margin: 0;
  padding: 0;
}
.faq_category details ul li{
  line-height: 1.5;
  list-style-type: none;
	padding:3px 0 3px 16px;
	text-indent:-10px;
	box-sizing:border-box;
}
.faq_category summary {
  display: block;
  outline: none;
  color:#444444;
	text-indent:-20px;
}
.faq_category summary::-webkit-details-marker {
	display:none;
}
.faq_category summary:before {
  display: inline-block;
  content: ">";
	color:#ff3e84;
  margin-left: 0.5em;
  margin-right: 0.5em;
  text-indent: 0em;
  font-weight: bold;
  font-size: 1em;
  transition: all 300ms ease;
}
/*答え部分が開いている場合の処理*/
.faq_category details[open] summary {
  color: #444444;
  transition: all 150ms ease;
}
.faq_category details[open] div {
  background: #f5f5f5;
  padding:4px;
	border-radius:3px;
}
.faq_category details[open] summary::before {
  transform: rotate(90deg);
}


/**********************************
紹介ページ（整理対象）
**********************************/
.manual{
	width:90%;
	margin-left:5%;
}
.manual img{
	width:100%;
	margin:12px 0;
}


/**********************************
整理対象
**********************************/
.flexbox{
  /* Internet Explorer 10 */
  display:-ms-flexbox;
  -ms-flex-pack:center;
  -ms-flex-align:center;
  /* Firefox */
  display:-moz-box;
  -moz-box-pack:center;
  -moz-box-align:center;
  /* Safari, Opera, and Chrome */
  display:-webkit-box;
  -webkit-box-pack:center;
  -webkit-box-align:center;
  /* W3C */
  display:box;
  box-pack:center;
  box-align:center;
}
.item_1_2{
	width:50%;
	box-sizing:border-box;
}
.item_1_2 button{
	width:90%;
	margin-left:5%;
}


/**********************************
広告
**********************************/
/*i-mobile*/
.ad_imobile{
	background-color:#ffffff;
}

/**********************************
clipkit
**********************************/
.ttlA {
  color:#999999;
	border:none;
	background-color:#ffffff;
  font-size:1em;
  font-weight:normal;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.ttlA:after {
  content: '';
  width: 100px;
  height: 1px;
  display: block;
  background: #767676;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
}
.cts-list-post {
  background: #dadada;
  padding: 2%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  font-size:0.7em;
  line-height:1em;
}

.cts-list-post a {
  width: 48%;
  height: 180px;
  margin: 1%;
  padding: 5px;
  color: #767676;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  text-decoration:none;
}

.cts-list-post a .cat {
  padding: 4px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #000; }

.cts-list-post a .tmb {
  height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.cts-list-post a strong {
  display: block;
  padding: 6px 2px 0 2px; }

.cts-list-post a .date {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px; }

.cts-list-post a .more {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("https://cdn.clipkit.co/tenants/530/resources/assets/000/000/040/original/ico-more.png?1544581644") center center/cover no-repeat;
}

.catA {
  background: #fe639a !important; }

.catB {
  background: #a03dc3 !important; }

.catC {
  background: #2F4F4F !important; }

.catD {
  background: #47ad30 !important; }

.catE {
  background: #ed3f5a !important; }

.catF {
  background: #828282 !important; }

.catG {
  background: #6666FF !important; }

.catH {
  background: #298bd2 !important; }

.catI {
  background: #483D8B !important; }

.catJ {
  background: #FF8C00 !important; }

/*フッター clipkit*/
.ft-list-menu {
  border-top: 1px solid #d7d7d7;
  font-size:0.7em;}

.ft-list-menu ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  list-style:none;
  padding:0;}

.ft-list-menu ul li {
  width: 50%;
  box-sizing: border-box;
  border-right: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }

.ft-list-menu ul li:nth-of-type(2n) {
  border-right: none; }

.ft-list-menu ul li a {
  color: #aaa;
  background: #fff;
  padding: 12px 20px;
  display: block;
  position: relative;}

.ft-list-menu ul li:nth-of-type(1) a,
.ft-list-menu ul li:nth-of-type(2) a {
  color: #fea32c; }

.ft-list-menu ul li a:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url("https://cdn.clipkit.co/tenants/530/resources/assets/000/000/038/original/ico-menu-more.png?1544581644") center center/cover no-repeat;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -5px; }


.ft-sns {
  text-align: center;
  color: #fff;
  background: #fea32c;
  padding: 4px; }

.ft-sns img {
  width: 100%; }

.ft-sns strong {
  display: block;
  font-size: 1em;
  letter-spacing: 0.075em;
  margin-bottom: 8px; }

.ft-sns ul {
  padding:0;
  margin:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between; }

.ft-sns ul li {
  margin: 0 2px;
  list-style-type: none;
  width: 22%;
 }


 /*フォーム*/
 .form_sct, .form_sct_text {
 	width:90%;
 	margin:0 auto;
 }

 /**********************************
ログインシート
 **********************************/
 ul.login_sheet{
 width:96%;
 margin:20px auto;
 background-color: rgba(226,226,226,1);
     border: solid 2px #32aca5;
     box-shadow: 0px 0px 0px 6px #6cb3bb;
   box-sizing:border-box;
   text-align:center;
 }
 ul.login_sheet div.title{
   width:80%;
   margin:0 auto;
   margin-bottom:14px;
   background-color: #ffffe0;
   color:#32aca5;
   padding:3px;
   text-align:center;
 }
 ul.login_sheet li{
   list-style-type: none;
   display:inline-block;
   width:18%;
   height:24vw;
 	padding:0;
 	margin:4px 0;
 }

 ul.login_sheet li p.date{
   width:100%;
   height:8vw;
   line-height:8vw;
   margin:0 auto;
   text-align:center;
   color:#000000;
   display:block;
   vertical-align:bottom;
 }

 ul.login_sheet li p.image{
   width:80%;
   background-color: #eeeeee;
   margin:auto;
 }

 ul.login_sheet li p.image img{
 	width:100%;
 	height:100%;
 }



 /**********************************
 整理対象
 **********************************/

 .item{
 	display:inline-block;
 }


 .form_sct label{
 	font-size:1.1rem;
 }

 .form_sct input{
 	color:#555555;
 	background-color:#eeeeee;
 	width:100%;
 	font-size:1.3rem;
 	line-height:3rem;
 	height:3rem;
 	padding:3px;
 	margin-bottom:10px;
 	box-sizing:border-box;
 	border: 2px solid #aaaaaa;
 	border-radius: 3px;
 }

/**********************************
広告
**********************************/

.ad_center{
text-align:center;

}










/*TOPレイアウト*/
img {
	width: 100%;
}

.box2 {
background: #fffde8;
box-shadow: 0px 0px 0px 5px #fffde8;
border: dashed 2px #ffb03f;
border-radius: 20px;
padding: 0.5em 0.5em 0.5em 0.5em;
margin: 2vw;
text-align: center;
font-size: 0.8rem;
}

.ttl{
width: 100%;
height: 6.25vw;
position: relative;
background: no-repeat center center;
background-size: cover;
}
.ttl a {
	width: 16.25%;
	height: 4.275vw;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3vw;
	margin: auto;
}
ul.menu_1_2 {
width: 100%;
margin: 6px 0;
padding: 0;
text-align: center;
}
ul.menu_1_2 li {
	width: 45%;
	margin: 4px 1%;
	display: inline-block;
}

ul.list_stamp, ul.list_future {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 94%;
margin: 3vw;
list-style: none;
}
ul.list_stamp a {
position: relative;
}
ul.list_stamp li {
border: 1px solid #a0a0a0;
margin-bottom: 1.25vw;
}

ul.list_stamp li a{
	position: relative;
}
ul.list_stamp li a img{
	width: 22.1875vw;
}
ul.list_stamp li a img.new{
	position: absolute;
	top: 0;
	left: 0;
	width: 7.2vw;
}
ul.list_stamp li a img.rank{
	position: absolute;
	right: 0;
	width: auto;
	height: 7.03125vw;
}

/*スタンプリスト*/
.menu_title{
	margin:2px 0;
	padding-left:2vw;
	font-weight:bold;
}

ul.stamp_1_3{
	width:96%;
	margin:6px auto;
	padding:0;
}
ul.stamp_1_3 li{
	width:29%;
	margin:4px 1%;
	display:inline-block;
	border:1px solid #d4d4d4;
}
ul.stamp_1_3 li img{
	width:100%;
}

ul.stamp_1_4{
	width:96%;
	margin:6px auto;
	padding:0;
	text-align:center;
}
ul.stamp_1_4 li{
	width:22%;
	margin:4px 0.5%;
	display:inline-block;
	position:relative;
	border:1px solid #d4d4d4;
}
ul.stamp_1_4 li img{
	width:100%;
}

ul.stamp_1_4 li img.new{
	width:7.2vw;
	position:absolute;
	top:0;
	left:0;
}

ul.stamp_1_4 li img.rank{
	width:7.2vw;
	position:absolute;
	top:0;
	right:0;
}

ul.stamp_rank_1_3{
	width:94%;
	height:30vw;
	margin:6px auto;
	padding:0;
	background-image:url("../images/top/icon_rank01.png");
	background-size: contain;
	position:relative;
	list-style-type: none;
}
ul.stamp_rank_1_3 li{
	width:22%;
	position:absolute;
	top:7vw;
}
ul.stamp_rank_1_3 li:nth-child(1){
	left:5%;
}
ul.stamp_rank_1_3 li:nth-child(2){
	left:40%;
}
ul.stamp_rank_1_3 li:nth-child(3){
	left:75%;
}

ul.stamp_rank_1_3 li img{
	width:100%;
}

.see_more{
	text-align:right;
	padding-right:2vw;
}
.see_more img{
	width:30%;
}


.app_menu{
	width:94%;
}



/*新着*/
ul.stamp_1_3 li.stamp_new {
		position: relative;
}
ul.stamp_1_3 li.stamp_new:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 7vw 7vw 0 0;
		border-color: #f6403a transparent transparent transparent;
		animation:blink 1.5s ease-in-out infinite alternate;
		-webkit-animation:blink 1s ease-in-out infinite alternate;
}
ul.stamp_1_3 li.stamp_new:after {
		position: absolute;
		content: "new";
		transform: rotate(315deg);
		display: block;
		font-size: 0.5em;
		white-space: pre;
		color: #fff;
		top: 1.2vw;
		left: 0;
		text-align: center;
		z-index: 2;
		line-height: 1.2;
		animation:blink 1.5s ease-in-out infinite alternate;
		-webkit-animation:blink 1s ease-in-out infinite alternate;
}

/* 点滅 */
@keyframes blink{
		0% {opacity:0;}
		100% {opacity:1;}
}

/*スタンプ予告*/
.stamp_preview{
	width:100%;
	height:66vw;
	margin:6px 0;
	position:relative;
}
.stamp_preview img.stamp_preview_1{
	position:absolute;
	top:1vw;
	left:2vw;
	max-width:64vw;
	height:64vw;
}
.stamp_preview img.stamp_preview_2{
	position:absolute;
	top:1vw;
	right:2vw;
	max-width:30vw;
	max-height:30vw;
	opacity:0.5;
}
.stamp_preview img.stamp_preview_3{
	position:absolute;
	bottom:1vw;
	right:2vw;
	max-width:30vw;
	max-height:30vw;
	opacity:0.3;
}
.stamp_preview span.stamp_sample{
	position:absolute;
	bottom:2vw;
	left:6vw;
	color:#999999;
	font-size:1.5em;
	font-weight:bold;
}


/*案内文*/
.info_message{
  background-color:#ffffff;
  display:block;
  width:80%;
  margin:10px auto;
  padding:4px;
  box-sizing:border-box;
}
.info_bold{
  width:96%;
  margin:12px auto;
  font-weight:bold;
  text-align:center;
}
.info_normal{
  width:96%;
  margin:12px auto;
  text-align:center;
}

/*ガチャ*/
.gacha_image img{
  display:block;
  width:80%;
  margin:6px auto;
}
.gacha_result_block{
  width:100%;
  height:100vw;
  margin-bottom:20px;
  position:relative;
  text-align:center;
}
.gacha_result_block #gacha_playing{
  height:100%;
  vertical-align:middle;
  position:absolute;
  top:0;
}
.gacha_result_block #gacha_result{
  height:100%;
  vertical-align:middle;
  position:absolute;
  top:0;
}
.gacha_result_block .gacha_prize_contents{
  height:65%;
  vertical-align:middle;
  position:absolute;
  top:25%;
  width:100%;
  text-align:center;
  z-index:99;
}
.gacha_result_block .gacha_prize_contents img{
  /*height:100%;*/
	width: 40%;
}
.gacha_result_block .gacha_prize_point{
  height:65%;
  vertical-align:middle;
  position:absolute;
  top:32%;
  width:100%;
  text-align:center;
  z-index:99;
}
.gacha_result_block .gacha_prize_point span{
  display:block;
  width:100%;
  text-align:center;
  color:#75acb0;
  font-size:8vw;
  font-weight:bold;
}
.gacha_result_block .gacha_prize_point img{
  /*height:60%;*/
	width: 80%;
}
.gacha_result_block .gacha_prize_ticket{
  height:65%;
  vertical-align:middle;
  position:absolute;
  top:30%;
  width:100%;
  text-align:center;
  z-index:99;
}
.gacha_result_block .gacha_prize_ticket img{
  width:80%;
}

.gacha_daily_sheet{
  list-style:none;
  text-align:left;
  width:90%;
  margin:10px auto;
  background-color:white;
}
.gacha_daily_sheet li{
  width:15%;
  display:inline-block;
  background-color:grey;
  text-align:center;
}
.gacha_daily_sheet li.done{
  background-color:#bcd789;
}

.gacha_premium_sheet{
  list-style:none;
  width:90%;
  margin:10px auto;
  background-color:#ede8dd;
}
.gacha_premium_sheet li{
  width:23%;
  display:inline-block;
  text-align:center;
}
.gacha_premium_sheet li img{
  width:90%;
}
/*アニメーションで動かすために必ず入れてください。*/
.animation {
  display: inline-block;
}
.fade_in_effect{
	-webkit-animation: fadein 2s linear 0s 1;
}
@keyframes fadein {
	0%{
		opacity:0;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:1;
	}
}
.fade_out_effect{
	-webkit-animation: fadeout 1s linear 0s 1;
}
@keyframes fadeout {
	0%{
		opacity:1;
	}
	75%{
		opacity:0.5;
	}
	100% {
		opacity:0;
	}
}


/*レイアウト*/
.menu_full{
  margin:6px 0;
}
.menu_full img{
  width:100%;
}
.menu_1_1{
  text-align:center;
  margin:12px 0;
}
.menu_1_1 img{
    width:94%;
}
.menu_1_1 a.btn{
    display:block;
    width:94%;
    margin:8px auto;
    font-size:5vw;
}


/*マイページ*/
.welcome_message, .mypage_point{
  text-align:center;
  font-weight:bold;
}
.welcome_message span, .mypage_point span{
  color:#75acb0;
}
.mypage_image{
  width:60%;
  margin:6px auto;
}
.mypage_image img{
  width:100%;
}

.point_history_navi{
  text-align:center;
  background-color:#f9d148;
  margin:6px 0;
  position:relative;
  height:20vw;
  line-height:20vw;
  font-size:5vw;
}

.point_history_navi span.actual img, .point_history_navi span.previous img, .point_history_navi span.next img{
  display:inline-block;
  position:absolute;
}
.point_history_navi span.previous img{
  width:10%;
  left:5%;
}
.point_history_navi span.next img{
  width:10%;
  right:5%;
}
.point_history_navi span.actual img{
  width:60%;
  left:20%;
}


ul.point_history{
  width: 94%;
  border:1px solid #000000;
  margin:6px auto;
  text-align:center;
}

ul.point_history li{
  display:inline-block;
  text-align: center;
  width:30%;
}
