@charset "shift_jis";
/*==============================================
 common
============================================= */
.lead {
display:none;
}
#header {
border-bottom: #ededed solid 1px;
}
.copyRight { border-top: 1px solid #ededed; }
.pageTop {
width: 40px;
height: 40px;
right: 10px;
background-size: 40px;
border-radius: 50%;
}
img {
width: 100%;
height: auto;
}

#footer {
	margin-top: 30px;
}

/*==============================================
 ΕΒ
============================================= */
h1 {
font-size: 1.6rem;
line-height: 1.4;
font-weight: bold;
border-left: #6589bb 8px solid;
box-sizing: border-box;
margin-bottom: 30px;
padding-left: 10px;}

h1 span {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 5px;}


/*==============================================
 #mainContents
============================================= */
/*----- Ά -----*/
#mainContents{
font-family:'ΰSVbN Medium', 'ΰSVbNΜ', 'Yu Gothic Medium', YuGothic, 'qMmpS ProN', 'Hiragino Kaku Gothic ProN', 'CI', Meiryo, 'lr oSVbN', 'MS PGothic', sans-serif;
font-feature-settings: "palt" 1;
letter-spacing: 0.05em;}

.paragraph p {
font-size: 16px;
line-height: 1.8;
margin-top: 25px;}


/*----@paragraph@----*/
.paragraph {
padding: 30px 25px;}

/*----- youTube -----*/
.youTubeBox {
margin: auto;
}
.youTubeBox img {
max-width: 100%;
height: auto;
}
.youtubeThum {
width: 100%;
cursor: pointer;
transition: .2s;
position: relative;
}
.youtubeThum::before,
.youtubeThum::after {
content: '';
display: block;
position: absolute;
top: 50%;
left: 50%;
z-index: 2;
}
.youtubeThum::before {
width: 40px;
height: 40px;
border-radius: 50%;
background: rgba(0, 0, 0, 0.65);
margin: -20px 0 0 -20px;
}
.youtubeThum::after {
width: 0px;
height: 0px;
border: 8px solid transparent;
border-left: 13px solid #fff;
margin: -7px 0 0 -4px;
}
.youtubeThum:hover {
opacity: 1;
transition: none
}
.youtubeModalOverlay {
z-index: 100;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 120%;
background-color: rgba(0, 0, 0, 0.75);
}
.youtubeModalCon {
width: 90%;
margin: 0;
padding: 0;
background: #fff;
position: fixed !important;
display: none;
z-index: 311;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.youtubeModalConIn {
position: relative;
width: 100%;
padding-top: 56.25%;
overflow: hidden;
}
.youtubeModalConIn iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.youtubePlayerWrp {
display: none;
}


/*==============================================
 .productBox
============================================= */
.productBox {
	padding: 30px 25px 15px;
	background-color: #f0f0f0;
}

.productBox a{
background-color: #fff;
display: block;
padding: 35px 30px;
margin-bottom: 15px;
box-sizing: border-box;
border: #dbdbdb 1px solid;
transition: 0.1s ease-in-out;}

.productBox a:last-child{
	margin-bottom: 0px;
}

.productBox .img {
text-align: center;}

.productBox .img img {
	width: 80%;}

.productBox .info {
margin-top: 10px;
text-align: center;}

.productBox .info .catch {
font-size: 14px;
line-height: 1.6;}

.productBox .info .name {
font-size: 18px;
line-height: 1.5;
font-weight: bold;
margin-top: 5px;}

.productBox .info .name span{
	display: block;
	font-size: 14px;}

.productBox .info .btn{
margin-top: 15px;
color: #fff;
font-size: 14px;
line-height: 44px;
text-align: center;
height: 46px;
background-color: #6589bb;
border-radius: 46px;
position: relative;}

.productBox .info .btn:after {
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 2px #fff;
border-right: solid 2px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 0;
bottom: 0;
right: 20px;
margin: auto;
}

/*==============================================
.releasedate
============================================= */
.releasedate {
	font-size: 0.85rem; 
	padding: 0 25px 30px;
	color: #333;
	background-color: #f0f0f0;
}
