@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*****************************************************************/

header {
	min-width: 1200px !important;
}

footer {
	min-width: 1200px !important;
}

@media screen and (max-width: 639px) {
	
header {
	min-width: inherit;
}

footer {
	min-width: inherit;
}	
	
}

/*****************************************************************/


body {
	color: #000;
	word-wrap: break-word;
	background: #FFF;
	position: relative;
	font: 0.88em/1.5em;
}

#wrapper {
    background: #fff !important;
}

#contents {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url(../img/bg.jpg) repeat center top;
	width: 100%;
	padding: 0px;
	margin: 0px;
	min-width: 1200px;
}

#mc_category_type {
	margin: 0px auto;
	width: 1100px;
}

#mc_contents {
	margin: 0px auto;
	padding: 0px 20px 20px;
	width: 1000px;
	background: #FFF;
}

#mc_main {
	margin: 63px 0px 20px;
	position: relative;
}

#carousel {
	height: 63px;
	width: 100%;
	background: url(../img/bg_obi.png) repeat-x;
	position: absolute;
	left: 0px;
	top: 72px;
	z-index: 100;
	overflow: hidden;
	min-width: 1200px;
}

#carousel ul li {
	margin: 10px 0px 10px 10px;
	float: left;
	height: 39px;
	width: 70px;
}

#carousel ul li a {
	height: 39px;
	width: 70px;
	display: block;
}

#carousel ul li img {
	width: 70px;
}

@media screen and (max-width: 639px) {

#contents {
	width: 100%;
	padding: 0% 3% 3%;
	min-width: inherit;
	background: url(../img/bg.jpg) repeat-y center top;
}

#mc_category_type {
	margin: 38px 0px 0px;
	width: 100%;
	background: #FFF;
}

#mc_contents {
	padding: 3%;
	margin: 0% auto;
	width: 94%;
}

#mc_main {
	margin: 0px;
	position: relative;
}	

#carousel {
	height: 38px;
	left: 0px;
	top: 50px;
	min-width: inherit;
}

#carousel ul li {
	margin: 5px 0px 5px 5px;
	height: 28px;
	width: 50px !important;
}

#carousel ul li a {
	height: 28px;
	width: 50px;
	display: block;
}

#carousel ul li img {
	width: 100% !important;
} 

}

#btn_top {
	position: absolute;
	top: 5px;
	right: 32px;	
}

#mc_list {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#mc_list li {
	float: left;
	width: 240px;
	text-align: center;
	margin: 0px 0px 70px;
	position: relative;
}

#mc_list li img {
	margin: 0px 0px 20px;
}

#mc_list li .mc_buy {
	height: 35px;
	margin: 0px 0px 20px;
}

#mc_list li .new {
	width: 25%;
	position: absolute;
	right: 0px;
	top: 0px;
}

.mc_name {
	font-size: 1.3em;
	font-weight: 900;
	text-align: center;
	letter-spacing: -0.1em;
}

.mc_en_name {
	font-size: 0.95em;
	color: #999;
	text-align: center;
}

.mc_release {
	font-size: 0.9em;
	font-weight: 500;
	text-align: center;
}

.mc_price {
	font-size: 0.9em;
	font-weight: 900;
	margin: 0px 0px 10px;
	text-align: center;
}

.mc_price span {
	font-size: 0.8em;
	font-weight: normal;
}

@media screen and (max-width: 639px) {
	 
#btn_top {
	position: inherit;
	top: inherit;
	right: inherit;
	text-align: right;	
	margin: 0px 0px 5%;
}

#btn_top img {
	width: 35%;
}

#mc_list {
	/*display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;*/
}

#mc_list li {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0px 0px 10%;
}

#mc_list li img {
	margin: 0px 0px 10%;
	width: 100%;
}


#mc_list li .mc_buy {
    width: 80%;
	max-width: 136px;
	height: inherit;
    margin: 0px 0px 10%;
}

#mc_list li .new {
	width: 30%;
	position: absolute;
	right: 0px;
	top: -15px;
}

.mc_name {
	font-size: 1.1em;
	font-weight: 900;
	text-align: center;
	letter-spacing: -0.15em;
	padding: 0px 1% 0px;
}

.mc_name span {
	display: block;
}

.mc_en_name {
	font-size: 0.8em;
	color: #999;
	text-align: center;
	padding: 0px 1% 0px;
}

.mc_release {
	font-size: 1.05em;
	font-weight: 500;
	text-align: center;
	padding: 0px 1% 0px;
}

.mc_price {
	font-size: 1.05em;
	font-weight: 900;
	margin: 0px 0px 15px;
	text-align: center;
	padding: 0px 1% 0px;
}

.mc_price span {
	font-size: 0.95em;
	font-weight: normal;
}
}


#mc_contents h2 {
	margin: 0px 0px 50px;
}


#mc_contents h3 {
	margin: 0px 0px 20px;
}

#mc_lineup {
	margin: 0px 0px 0px;	
	
}

#mc_lineup li {
	margin: 0px 10px 10px 0px;
	float: left;
	position: relative;
}

#mc_lineup li .new {
	width: 15%;
	position: absolute;
	right: 5px;
	top: 5px;
}


#mc_lineup li:nth-child(3n) {
	margin: 0px 0px 10px 0px;	
}

#mc_left {
	width: 717px;
	margin: 0px 0px 30px;
	float: left;
}

.credit {
	font-size: 0.8em;
}

#mc_right {
	margin: 30px 0px 0px 767px;
	width: 193px;	
}

#mc_banner li {
	margin: 0px 0px 10px;
}
	
	
@media screen and (max-width: 639px) {
	
#mc_contents h2 {
	margin: 0px 0px 3%;
}

#mc_contents h2 img {
	width: 100%;
}

#mc_contents h3 {
	margin: 0px 0px 3%;
}

#mc_contents h3 img {
	width: 100%;
}

#mc_lineup {
	width: 100%;
	margin: 0px 0px 0%;	
	
}

#mc_lineup li {
	width: 48%;
	margin: 0px 2% 2% 0px;
}

#mc_lineup li .new {
	width: 15%;
	position: absolute;
	right: 5px;
	top: 5px;
}

#mc_lineup li:nth-child(3n) {
	margin: 0px 2% 2% 0px;	
}

#mc_lineup li:nth-child(2n) {
	margin: 0px 0% 2% 0px !important;	
}

#mc_lineup li img {
	width: 100%;	
}



#mc_left {
	width: 100%;
	margin: 0px 0px 5%;
	float: inherit;
}

#mc_right {
	margin: 0px 0px 5%;
	width: 100%;	
}

#mc_banner li {
	margin: 0px 2% 3% 0px;
	float: left;
	width: 48%;
} 

#mc_banner li:nth-child(2n) {
	margin: 0px 0px 3%;
} 

#mc_banner li img {
	width: 100%;
} 

#btn_top_bottom {
	text-align: right;
	margin: 0px;
	clear: both;
}

#btn_top_bottom img {
	width: 35%;
}

}


/*****************************************************************/


#mc_detail_slider{
	float: left;
	/*height: 500px;*/
	width: 500px;
	overflow: hidden;
	position: relative;
}
/**/
#mc_detail_slider .flex-control-thumbs {
	position: absolute;
	left: 0px;
	top: 0px;
}

#mc_detail_slider .flex-control-thumbs li {
	width: 58px;
	margin: 0px 0px 5px;
}

#mc_detail_slider .flex-control-thumbs li img {
	width: 56px;
}

#mc_detail_slider .new {
	width: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
}

#mc_explane {
	padding: 75px 0px 0px 0px;
	margin: 0px 0px 0px 530px;
	width: 420px;	
}

#mc_explane .mc_name {
	font-size: 2.0em;
	margin: 0px 0px 10px;	
}

#mc_explane .mc_en_name {
	font-size: 1.2em;
}

#mc_explane .mc_release {
	font-size: 1.2em;
	font-weight: 500;
}

#mc_explane .mc_price {
	font-size: 1.2em;
	font-weight: 900;
	padding: 0px 0px 10px;
}

#mc_explane div span {
	font-size: 1.0em;
	font-weight: normal;
}

#mc_explane p {
	font-size: 1.3em;
	margin: 0px 0px 10px;
	font-weight: 500;
}

#mc_explane .mc_buy {
	margin: 50px 0px;
	text-align: center;
}


/*#mc_explane .mc_buy a {
	width: 136px;
	margin: 50px 142px;
	display: block;
	height: 35px;	
}
*/
#btn_back {
	margin: 0px 0px 50px;
	width: 930px;
	text-align: right;
}

@media screen and (max-width: 639px) {

#mc_detail_slider{
	float: inherit;
	height: inherit;
	width: 100%;
	overflow: hidden;
	position: relative;
}

#mc_detail_slider .slides li {
	float: left;
}

#mc_detail_slider .slides li img {
	width: 100%;
}

#mc_detail_slider .flex-control-thumbs {
	position: inherit;
	left: inherit;
	top: inherit;
	margin: 5% 0px 30%;
}

#mc_detail_slider .flex-control-thumbs li {
	width: 18%;
	margin: 0%  1% 1%;
	float: left;
}

#mc_detail_slider .flex-control-thumbs li img {
	width: 100%;
}

#mc_detail_slider .new {
	width: 20%;
	position: absolute;
	right: 0px;
	top: 0px;
}

#mc_explane {
	padding: 5% 0px 0px 0px;
	margin: 0px;
	width: 100%;	
}

#mc_explane .mc_name {
	font-size: 2.2em;
	margin: 0px 0px 3%;	
}

#mc_explane .mc_en_name {
	font-size: 1.2em;
	color: #999;
	text-align: center;
}

#mc_explane .mc_release {
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
}

#mc_explane .mc_price {
	font-size: 1.2em;
	font-weight: 900;
	padding: 0px 0px 3%;
	margin: 0px 0px 3%;
	text-align: center;
}

#mc_explane div span {
	font-size: 0.8em;
	font-weight: normal;
}

#mc_explane p {
	font-size: 1.3em;
	margin: 0px 0px 10%;
	font-weight: 500;
}

#mc_explane .mc_buy {
	text-align: center;
}
	
#mc_explane .mc_buy {
	margin: 10% 0px;
	text-align: center;
}


/*#mc_explane .mc_buy a {
	width: 136px;
	margin: 0px auto;
}*/

#btn_back {
	margin: 0px 0px 10%;
	width: 100%;
	text-align: right;
}

#btn_back img {
	width: 35%;
}

}