@charset "shift_jis";
/*==============================================
common
============================================= */

.headerIn,
.footerIn {
width: 930px;
margin: 0 auto;
}
.copyRight { border-top: 1px solid #ededed; }
#footer { margin-top: 10px; }
.pageTop { border-radius: 50%; }

/*==============================================
ŠÅ”Â
============================================= */

h1 {
font-size: 29px;
line-height: 1.4;
font-weight: bold;
border-left: #6589bb 8px solid;
box-sizing: border-box;
padding-left: 20px;
margin-bottom: 40px;
z-index: 1;}

h1 span {
font-size: 22px;
display: block;
margin-bottom: 10px;}


/*==============================================
#mainContents
============================================= */
.mainwrap {
background-color: #f0f0f0;
padding:50px 0 60px; }

.maininner {
width: 930px;
margin: 0 auto;
padding: 90px 125px 100px;
background-color: #fff;
box-sizing: border-box;}

/*---- •¶Žš@ ----*/
#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;}

#mainContents p {
font-size:  124%;
line-height: 1.8;
margin-top: 20px;}

/*----@youTube@----*/
.youTubeBox {
width: 680px;
text-align: center;
margin: auto;
}
.youtubeThum {
width: 100%;
text-align: center;
cursor: pointer;
transition: .2s;
position: relative;
margin: auto;
}
.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: 0.7;
transition: .2s;
}
.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: 680px;
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 a{
display: block;
width: 460px;
padding: 40px;
box-sizing: border-box;
border: #dbdbdb 1px solid;
margin: 40px auto 0;
transition: 0.1s ease-in-out;}

.productBox a:hover{
opacity: 0.7;
filter: alpha(opacity=70);}

.productBox .img {
text-align: center;}

.productBox .info {
margin-top: 15px;
text-align: center;}

.productBox .info .catch {
font-size: 17px;
line-height: 1.6;}

.productBox .info .name {
font-size: 23px;
line-height: 1.4;
font-weight: bold;
margin-top:5px;}

.productBox .info .name span{
	display: block;
	font-size: 20px;
}


.productBox .info .btn{
margin-top: 15px;
color: #fff;
font-size: 14px;
line-height: 42px;
text-align: center;
height: 42px;
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: 11px; 
color: #333;
width: 930px; 
margin: 30px auto 0; 
padding-bottom: 50px;
text-align: right;
}

