@charset "UTF-8";
/*Basestyle
**************************************************************/
body {
	background-image: url(../images/azukiwave/contents-roop.png);
	padding-top: 50px; /*navbar fixed*/
	color: #2A2B2E;
	background-color: #C29C75;
	background-position: center;
}
hr.footer {
	visibility: hidden;
	margin: 0px;
}
h3 {
	color: #6C0C07;
}
.hashtag {
	color: #E19B3A;
}
.star, .app-sample, .app-info{
	padding-top: 60px;
	padding-bottom: 60px;
}
.separate-line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/azukiwave/separate-roop.png);
	height: 19px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
 @media screen and (max-width: 640px) {
.star, .app-sample, .app-info{
	padding-top: 60px;
	padding-bottom: 60px;
}
}
/*jumbotron
*************************************************************
.jumbotron {
	background-image: url(../images/zenbrush/mainvisual-background-roop.png);
}*/


/*Star
**************************************************************/
.star {
	background-image: url(../images/azukiwave/mainvisual-background.png);/*	padding-bottom: 60px;*/
	font-size: 0.9em;
	background-position: top;
	padding-top: 60px;
	background-repeat: repeat-x;
	background-color: #6C0C07;
	color: #F1EFF2;
}
.separate-star-top {
	background-image: url(../images/azukiwave/kagoobi-top.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 60px;
/*	margin-top: 50px;*/
}
.separate-star-bottom {
	background-image: url(../images/azukiwave/kagoobi-bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 60px;
}
.star h3 {
	margin-bottom: 2em;
}
img.mainvisual {
	width: 100%;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.appname img {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.storelink {
	text-align: center;/*margin: auto;
	width: auto;*/
}
.storelink a {
	vertical-align: middle;
/*	text-indent: -9999px;*/
	float: right;
	margin-right: 6px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.storelink:first-child {
	margin-left: 0px;
}
.storelink img {
	height: 44px;
	width: auto;
}
.fig-img {
	float: right;
	max-width: 120px;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
}
.text-warning {
	color: #FC0;
}

/*text new 追加 */
.text-new {
	font-weight: bold;
	color: #ff3333;
}
		
 @media screen and (max-width: 640px) {
.fig-img {
	max-width: 100px;
	margin-left: 1em;
	margin-bottom: 0em;
}
.separate-star-top, .separate-star-bottom {
	height: 30px;
}
.star {
	padding-top: 0px;
}
}
@media screen and (min-width: 992px) {
.appname img {
	width: 100%;
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
}
/*1200以上のとき
@media screen and (min-width: 1200px) {
.star {
	font-size: 1em;
}
.appname img {
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
}*/

/*縦並び用*/
@media screen and (max-width: 991px) {
.star {
	padding-top: 50px;
	background-size: cover;
}
img.mainvisual {
	width: 90%;
	margin-top: 0px;
	margin-bottom: 30px;
}
.appname img {
	width: 70%;
}
.appname {
	margin-top: 0px
}
h1 {
	margin-bottom: 30px;
}
}

/*ipadの縦表示調整*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
.star {
	padding-top: 50px;
}
img.mainvisual {
	width: 50%;
}
.appname img {
	width: 50%;
}
.appname {
	margin-top: 0px
}
h1 {
	margin-bottom: 60px;
}
}
/*iphoneの縦表示調整*/
@media screen and (max-width: 640px) {
.storelink {
/*width: 320px;
	width: 320px;
	background-color: #0F0;*/
}
.storelink img {
	height: 40px;
	margin-right: 20px;
}
.star {
	padding-top: 30px;
}
}
/*App-Sample and Movie
**************************************************************/
.app-sample {
	padding-bottom: 0px;
	padding-top: 30px;
	background-image: url(../images/azukiwave/sub-background-center.png);
	background-position: 60% top;
	background-repeat: no-repeat;
}
.app-sample .container {
}
 @media screen and (max-width: 640px) {
.sampleimages img {
	width: 57px;
	height: auto;
}
.app-sample {
	padding-top: 0px;
}
}
/*App info
**************************************************************/
.app-info {
	padding-bottom: 20px;
}
.app-info .row.rounded {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 35px;
	padding-left: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0;
	background-color: #DACD95;
}
.kadomaru {
}
.app-info p, .app-info li {
	font-size: 0.9em;
}
/*ipadの縦表示め調整
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}*/


.app-info p, .app-info li {
	font-size: 0.9em;
}
.app-info .bnr {
	margin-bottom: 20px;
}
.app-info p {
	margin-left: 1em;
}
iframe.twitter-timeline {
	width: 100%;
	margin-top: 0px;
}
.app-info h4 {
	margin-left: 1em;
}
.app-info div h3 {
	margin-top: 2em;
}
.followmelink {
	float: left;
}
.sendsupportlink {
/*float: left;*/
}
.followmelink img, .sendsupportlink img {
}
 @media screen and (max-width: 640px) {
.app-info .row {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
}
/*.app-info h3:first-child {
	margin-top: 1em;
}*/
iframe.twitter-timeline {
	margin-top: 0px;
	height: 400px;
}
}
/*footer
*********************************************************************/

footer a, footer a:hover, footer a:visited {
	color: #437135;
	text-decoration: none;
}
.social a, .social a:hover, .social a:visited {
	color: #513517;
	text-decoration: none;
}
