@charset "UTF-8";

/*------------------------------------------------------
 Base (Mobile First)
------------------------------------------------------*/
body{
    color: #000;
    background: #FFF;
    width: 100%;
    line-height: 2em;
    -webkit-text-size-adjust: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
    font-size: 14px;
}
 
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.4;
}
 
img{
    max-width: 100%;
    vertical-align: bottom;
	height: auto;
}
 
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
 
.clearfix:after {
    clear: both;
}
 
/* For IE 6/7 only */
.clearfix {
    *zoom: 1;
}

.fade {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}

.fade:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

a {
	color: #575757;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mb24 {
	margin-bottom: 24px;
}


/* header
================================================ */
header {
	border-bottom: 1px solid #B60F17;
	background: #FFF;
	padding-bottom: 8px;
	padding-top: 8px;
}

header h1 img {
	width: 40%;
	text-align: center;
	display: block;
	margin: 0 auto;
}


/* nav
================================================ */
 
/* contents
================================================ */

	main {
		width: 100%;
	}
	
	.contents {
		border-top: 2px solid #E26630;
		padding-bottom: 24px;
	}
	
	.contents h2 {
		background-image: url(../images/contents-title-bg@3x.png);
		background-size: 100%;
		height: 66px;
		background-color: #FFF;
	}
	
	.contents.bg-pink {
		background: #FFEFEF;
	}
	
	.contents h2 img {
		display: block;
		width: 200px;
		margin: 0 auto;
	}
	
	.playerArea {
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 24px;
	}
	
	.playerBox {
		margin-bottom: 24px;
	}
	
	.name {
		background: #D86161;
		border-radius: 16px;
		color: #FFF;
		padding: 12px;
		text-align: center;
		margin-bottom: 12px;
	}
	
	.name h3 {
		font-size: 26px;
	}
	
	.name h3 span {
		font-size: 14px;
	}
	
	.name p {
		font-size: 11px;
	}
	.commentBox img {
		width: 20px;
		margin-left: 15px;
	}
	
	.commentBox .commentTxt {
		background: #FFF;
		border-radius: 16px;
		padding: 12px;
	}
	
	.commentBox .commentTxt dl dt {
		color: #D86161;
		font-size: 13px;
	}
	
	.commentBox .commentTxt dl dd {
		color: #707070;
		font-weight: normal;
		font-size: 13px;
		line-height: 1.8em;
	}
	
	.playerArea .note {
		text-align: right;
		font-size: 11px;
	}
	
	.functionArea {
		width: 90%;
		margin: 0 auto;
		padding-top: 24px;
		border-bottom: 1px solid #CCC;
	}
	
	.functionArea:last-child {
		border-bottom: none;
	}
	
	.functionArea h3 {
		font-size: 23px;
		color: #E26630;
	}
	.functionBox {
		margin-bottom: 12px;
	}
	
	.functionBox img {
		width: 80%;
		margin: 0 auto;
		border: 1px solid #CCC;
		display: block;
		margin-bottom: 12px;
	}
	
	.functionTxt dl {
		font-size: 13px;
		line-height: 1.8em;
	}
	
	.functionTxt dl dt span {
		color: #E26630;
	}
	
	.functionTxt dl dt .logo {
		width: 130px;
		height: auto;
		border: none;
		display: inline-block;
		margin-left: 12px;
		padding-top: 8px;
	}
	
	.functionTxt dl dd {
		color: #707070;
		font-size: 12px;
	}
	
	.lineupArea {
		width: 90%;
		margin: 0 auto 24px;
		padding-top: 24px;
	}
	
	.lineupArea .lineup-Box {
		margin-bottom: 24px;
	}
	
	.lineupArea .lineup-Box h3 {
		font-size: 23px;
		color: #E26630;
	}
	
	.lineupArea .lineup-Box ul {
		margin-bottom: 24px;
	}
	
	.lineupArea .lineup-Box ul li {
		font-size: 12px;
		line-height: 1.5em;
		color: #707070;
	}
	
	.lineupArea .lineup-Box .itemBox {
		width: 70%;
		margin: 0 auto 12px;
		text-align: center;
	}
	
	.lineupArea .lineup-Box .itemBox p {
		font-size: 12px;
		color: #707070;
	}
	
	.lineupArea .lineup-Box .shopbtn {
		border: 1px solid #0B3190;
		text-align: center;
		background: #FFF;
		color: #0B3190;
	}
	
	.lineupArea .lineup-Box .shopbtn a {
		display: block;
		padding: 10px;
		color: #0B3190;
		text-decoration: none;
		font-weight: bold;
	}
	.lineupArea .lineup-Box .shopbtn a:hover {
		background: #D8E3FD;
	}
		
	.present-btn {
		width: 90%;
		margin: 0 auto;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
		
/* footer
================================================ */
	footer {
		text-align: center;
		padding-top: 12px;
		padding-bottom: 24px;
		text-align: center;
		color: #FFF;
		background: #0B3190;
	}
	#footArea p {
		font-size: 11px;
	}

 
/*------------------------------------------------------
 Tablet ~
------------------------------------------------------*/
@media screen and (min-width:600px) {
    /* タブレット端末以上から効くスタイル */   

	/* header
	================================================ */

	/* contents
	================================================ */
	
	
/* footer
================================================ */	

}

/*------------------------------------------------------
 PC ~
------------------------------------------------------*/

@media (min-width:920px)  {
    /* PC以上から効くスタイル */

	/* header
	================================================ */
	header h1 img {
		width: 20%;
	}
	
	/* contents
	================================================ */
	.contents h2 {
		height: 110px;
	}
	.contents h2 img {
		display: block;
		width: 360px;
		margin: 0 auto;
	}

	.playerArea {
		width: 1056px;
		overflow: hidden;
		margin: 0 auto;
		padding-left: 24px;
		padding-right: 24px;
	}
	
	.playerArea .playerBox {
		width: 312px;
		float: left;
		margin-right: 24px;
	}
	.playerArea .playerBox:last-child {
		margin-right: 0;
	}
	.playerArea .note {
		clear: both;
	}
	
	.functionArea {
		width: 1100px;
		overflow: hidden;
		margin: 0 auto;
		padding-left: 24px;
		padding-right: 24px;
		overflow: hidden;
	}
	
	.functionBox {
		width: 502px;
		float: left;
		margin-right: 48px;
	}
	
	.functionBox:nth-child(even) {
		margin-right: 0;
	}
	
	.lineupArea {
		width: 1056px;
		overflow: hidden;
		margin: 0 auto;
		padding-left: 24px;
		padding-right: 24px;
	}
	.lineupArea .lineup-Box {
		width: 474px;
		float: left;
		margin-right: 48px;
	}
	.lineupArea .lineup-Box:last-child {
		margin-right: 0;
	}
	
	.present-btn {
		width: 364px;
		margin: 0 auto;
		margin-top: 24px;
		margin-bottom: 24px;
	}
	
/* footer
================================================ */	

}