@charset "utf-8";
/* CSS Document */

/***** reset *****/
* {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/***** feature *****/

.feature {
	position: relative;
	width: 100%;
	font-family: 'Noto Sans Japanese' !important;
	font-size:10pt;
	line-height:2em;
	text-align: left;
	text-decoration: none;
}
.feature .en{
	font-family: 'Oswald' !important;
}

.feature p {
	margin: 0 0 1em;
}

.feature img {
	max-width: 100%;
}
.feature .stxt{
	font-size:75%;
	line-height:1.4;
}
.feature.light {
	color: #333;
	background-color: #fff;
}
.feature.light strong{
	color: #000;
}
.feature.dark {
	color: #aaa;
	background-color: #000;
}
.feature.dark strong{
	color: #fff;
}

article.container {
	padding: 1em;
}

@media (min-width:475px){
.feature {
	font-size: 12pt;
}
}
@media (min-width:1200px){
article.container {
	max-width:1200px;
	padding: 0;
}
.feature {
	font-size: 14pt;
}
}
@media (min-width:1600px){

}
/***** mij-junior 独自CSS *****/
.feature{
	color: #5b4a3d;
}

.feature h1{
	margin:1em auto;
	padding:1em;
	font-size: 2.5em;
	line-height:1em;
	text-align: center;
	color: #009576;
}

.feature h2{
	margin: 1em auto;
	padding:1em 0;
	color: #009576;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.feature .h2 span{
	display: block;
	font-size:50%;
	font-weight: 300;
	letter-spacing: 2px;
}
.feature h3{
	color:#000;
}

/***** btn *****/
.block-btn{
	margin:0.4em 0.6em;
	text-align:center;
}
.inline-btn{
	display: inline-block;
}
.block-btn a,
.inline-btn a{
	display:block;
	padding:0.6em;
	color:#f33;
	background:#fff;
	transition: .3s;
	text-decoration: underline !important;
	border:1px solid #f33;

}
/*.block-btn a:visited,
.inline-btn a:visited{
	color:#fff !important;
	background:#f33 !important;
	transition: .3s;
}*/
.block-btn a:hover,
.inline-btn a:hover{
	color:#f33 !important;
	background:#ffcdcd !important;
	transition: .3s;
}
.link-base{
	margin:1.5em auto;
	padding:1.5em;
	text-align: center;
	background:#711313;
}
/***** color *****/

/***** bg *****/

/***** toplink-log *****/
.toplink-logo{
	position: fixed;
	top:10px;
	left: 10px;
	width:60px;
	height:60px;
	max-width:33%;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	z-index: 1000;
	transition-duration: 0.5s;
}
.toplink-logo:hover{
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}
.toplink-logo .corplogo{
	margin:auto;
	vertical-align: middle;
}
@media screen and (min-width:475px) {
.toplink-logo{
	top:15px;
	left: 15px;
	width:75px;
	height:75px;
}
}
@media screen and (min-width:1200px) {
.toplink-logo{
	top:20px;
	left: 20px;
	width:100px;
	height:100px;
}
}

/***** visual *****/

.visual {
	width: 100%;
	margin: 0 auto;
	padding: 3em 0 0;
	background: #000;
}

.visual img {
	width: 100%;
	max-width: 100%;
}
.visual-img.pc {
	display:none;
}
.visual-img.sp {
	display:block;
}
@media screen and (min-width:800px) {
.visual {
	padding: 0;
}
.visual-img.pc {
	display:block;
}
.visual-img.sp {
	display:none;
}
}
/***** col-box *****/
.col-box{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.col-box.reverse{
	flex-direction: row-reverse !important;
}
.col-box.alignitems-center{
	align-items: center;
}
.col-box.alignitems-end{
	align-items: flex-end;
}
.col-box img{
	max-width:100%;
}
.col-box > div{
	margin:0;
	padding:2%;
}
.col-box > div.pd0{
	padding:0;
}
.col-box > div.pd1{
	padding:1%;
}
.col12{
	width:33.33%;
}
.col16,
.col20,
.col25,
.col33,
.col50.sm{
	width:50%;
}
.col66,
.col50{
	width:100%;
}
@media (min-width:768px) {
.col12{
	width:25%;
}
.col16,
.col20,
.col25,
.col33{
	width:33.33%;
}
.col50{
	width:50%;
}
.col66{
	width:66.66%;
}
}
@media (min-width:1024px) {
.col12,
.col16{
	width:16.66%;
}
.col20{
	width:20%;
}
.col25{
	width:25%;
}
.col33{
	width:33.33%;
}
.col66{
	width:66.66%;
}
}

@media (min-width:1280px) {
.col12{
	width:12.5%;
}
}
/***** responsive *****/

@media (max-width:1600px) {

}

@media (max-width:1400px) {

}

@media (max-width:1200px) {

}

@media (max-width:1024px) {

}

@media (max-width:834px){

}

@media (max-width:768px){

}

@media (max-width:475px) {

}

@media (max-width:375px) {

}

@media (max-width: 320px) {

}


/***** base *****/

* {
	padding: 0;
	margin: 0 auto;
}

body {
	width: 100%;
	text-align: center;
}

/***** shtmlHeader1 *****/

.shtmlHeader1 {
	position: fixed;
	z-index: 100;
	top: -100%;
	left: unset;
	right: 0;
	width: 100%;
	height: 70px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1.act1 {
	top: 0;
}

.shtmlHeader1-inner1 {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1600px;
	padding: 0px 50px 0px 50px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-inner2 {
	position: fixed;
	z-index: 10;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
	transition: .5s;
	overflow: hidden;
}

.shtmlHeader1-inner2.act1 {
	right: 0;
}



/***** shtmlHeader1-img1 *****/

.shtmlHeader1-img1 {
	width: 50%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.shtmlHeader1-img1 img {
	width: 100%;
	max-width: 75px;
	margin: 0px 0px 0px 0px;
}



/***** shtmlHeader1-btn1 *****/

.shtmlHeader1-btn1 {
	width: 50%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .7s;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: center;
}

.shtmlHeader1-btn1 p {
	width: auto;
	color: #000 !important;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #aeaeae;
	cursor: pointer;
	display: inline-block;
}


/***** header1-menu1 *****/

.shtmlHeader1-menu1 {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 50px 50px 50px 50px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #e8e8e8;
	transition: .5s;
}

.shtmlHeader1-menu1.act1 {
	right: 100%;
}

.shtmlHeader1-menu1-btn1 {
	position: absolute;
	z-index: 50;
	top: 30px;
	right: 30px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-btn1 p {
	width: 100%;
	color: #000 !important;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	cursor: pointer;
}

.shtmlHeader1-menu1-btn1 p:hover {
	color: #d52b1e !important;
}

.shtmlHeader1-menu1 ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1 ul li {
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-title1 {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-title1::before {
	content: "";
	position: absolute;
	top: 45%;
	bottom: 0;
	right: 0px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #c2c2c2 transparent transparent transparent;
	border-width: 7px 5px 0px 5px;
	transform: rotate(90deg);
	transition: .3s;
}

.shtmlHeader1-menu1-title1:hover::before {
	border-color: #cc001d transparent transparent transparent;
}

.shtmlHeader1-menu1-title1::after {
	content: "";
	position: absolute;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #e8e8e8;
	transition: .3s;
}

.shtmlHeader1-menu1-title1:hover::after {
	height: 2px;
	background-color: #d52b1e;
}

.shtmlHeader1-menu1-title1 p {
	width: 100%;
	color: #000 !important;
	font-size: 14pt;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}



/***** header1-menu1-category1 *****/

.shtmlHeader1-menu1-category1 {
	position: absolute;
	z-index: 50;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #e8e8e8;
	transition: .5s;
	overflow-y: scroll;
}

.shtmlHeader1-menu1-category1.act1 {
	right: 0;
}

.shtmlHeader1-menu1-category1-inner1 {
	width: 100%;
	height: auto;
	padding: 50px 50px 50px 50px;
}

.shtmlHeader1-menu1-category1-title1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 0px solid #d52b28;
}

.shtmlHeader1-menu1-category1-title1 p {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	transition: .5s;
}

.shtmlHeader1-menu1-category1-title1 p:hover {
	color: #d52b28;
}

.shtmlHeader1-menu1-category1-list1 {
	width: 100%;
	height: auto;
	padding: 20px 0px 20px 0px;
}

.shtmlHeader1-menu1-category1-list1-title1 {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.shtmlHeader1-menu1-category1-list1-title1 a {
	width: auto;
	display: inline-block;
}

.shtmlHeader1-menu1-category1-list1-title1 a p {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	transition: .3s;
}

.shtmlHeader1-menu1-category1-list1-title1 a:hover p {
	color: #d52b1e;
}

.shtmlHeader1-menu1-category1-list1 ul {
	width: 95%;
	height: auto;
	padding: 0px 0px 0px 5%;
	margin: 0px 0px 0px 5%;
	border-left: 1px solid #e8e8e8;
	display: block;
}

.shtmlHeader1-menu1-category1-list1 ul li {
	width: 100%;
	height: auto;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.shtmlHeader1-menu1-category1-list1 ul li a {
	width: auto;
	display: inline-block;
}

.shtmlHeader1-menu1-category1-list1 ul li a p {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 2px;
	transition: .3s;
}

.shtmlHeader1-menu1-category1-list1 ul li a:hover p {
	color: #d52b1e;
}

.shtmlHeader1-menu1-category1-btn1 {
	position: absolute;
	z-index: 50;
	top: 30px;
	right: 30px;
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shtmlHeader1-menu1-category1-btn1 p {
	width: 100%;
	color: #000 !important;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	transition: .5s;
	cursor: pointer;
}

.shtmlHeader1-menu1-category1-btn1 p:hover {
	color: #d52b28 !important;
}


/***** grid *****/

.grid-main {
	width: 100%;
	height: auto;
}

@media (min-width:1200px){
.grid-main {
	width: 100%;
}

}

/***** visual1 *****/

.visual {
	width: 100%;
}

.visual img {
	display: block;
}


/***** intro1 *****/

.intro {
	width: 100%;
}

/***** responsive *****/

@media ( max-width: 1024px ) {

.shtmlHeader1-inner2 {
	right: -50%;
	width: 50%;
}

}


@media ( max-width: 767px ) {

.shtmlHeader1-inner1 {
	padding: 0px 30px 0px 30px;
}

.shtmlHeader1-inner2 {
	right: -100%;
	width: 100%;
}

.shtmlHeader1-menu1 {
	padding: 60px 30px 60px 30px;
}

.shtmlHeader1-menu1-category1 {
    padding: 0px 0px 0px 0px;
}

.shtmlHeader1-menu1-category1-inner1 {
	padding: 60px 30px 60px 30px;
}

.shtmlHeader1-menu1-category1-list1 {
	padding: 15px 0px 15px 0px;
}


}


.intro{
	padding:2em 1em;
	text-align: left;
}
.intro .right{
	text-align: right;
}
.feature .center{
	text-align: center;
}
.intro .intro-lead{
	font-weight: bold;
	text-align: center;
	padding:0.6em 1em;
	color: #111;
}
.intro .intro-lead span{
	padding:0.6em 1em;
	color: #fff;
	background:#111;
}

.feature p.lead{
	margin:2em 0;
}
@media (min-width:1200px){
/*
.intro{
	max-width:1200px;
}
*/
.intro .intro-lead{
}
}


.movie{
	position:relative;
	width:100%;
	height:auto;
	margin:20px auto;
	background-color: #000;
}
.movie:after{
	content:"";
	display:block;
	padding-top:56.25%;
}
.movie img{
	cursor:pointer;
}
.movie img,
.movie iframe{
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	margin:auto;
}
.text-danger{
	font-size:0.75em;
	color:#c00;
}
.specs{
	font-size: 0.9em;
	line-height:1.8;
}

.menu a{
	display: block;
}
.menu a img{
	transform: scale(0.95);
	transition: 0.4s;
}
.menu a:hover img{
	transform: scale(1);
	transition: 0.2s;
}
.series-name,
.model-name,
.model-spec,
.model-price{
	font-family: 'Oswald' !important;
	margin: 0 !important;
	text-align: center;
	line-height: 1.4em;
}
.series-name{
	/*font-size:50%;*/
}
.model-name{
	font-size:120%;
	font-weight: 600;
	letter-spacing: 1px;
	color: #009576;
}
.model-spec-table tr{
}
.model-spec-table th,
.model-spec-table td{
	padding: 0.2em;
	font-size:85%;
	line-height: 1.4em;
	border-bottom: 1px dotted #999;
}
.model-spec-table th{
	width: 35%;
	text-align:right;
}
.model-spec-table td{
	width: 65%;
	text-align:left;
}
.model-price{
	letter-spacing: 1px;
	color: #ff2020;
}
.model-price span{
	font-size:80%;
	color:#333;
}
.recommend{
	font-size:80%;
	line-height:1.4em;
}
.recommend{
	font-size:80%;
	line-height:1.4em;
	text-align: center;
	background: #c6c6c6;
}
.recommend .col-box > div{
	padding: 1%;
}
.recommend a{
	color:#333 !important;
	text-decoration: none !important;
}
.recommend a img{
	border-radius: 8px;
}
.recommend a:hover img{
	border-radius: 16px;
}
@media (min-width:600px){
.recommend a img{
	border-radius: 10px;
}
}
@media (min-width:1200px){
.recommend a img{
	border-radius: 12px;
}
}
.storeinfo{
	font-size:80%;
	line-height: 1.4em;
}
.storeinfo h3{
	padding: 1em 0;
}

.storeinfo span{
	line-height: 1em;
}

/***** bc-navi *****/
.bc-navi{
	position: absolute;
	top:0;
	right: 1em;
	width:calc(100% - 100px);
	height:3em;
	font-size:12px;
	text-align: right;
}
.bc-navi li{
	display: inline-block;
	line-height:1.2;
	color: #ddd;
}
.bc-navi li a::after{
	content: " > ";
}
.bc-navi li a{
	display: block;
	padding:0.5em 0.7em;
	text-decoration: none;
	color: #ddd;
}
.bc-navi li a:hover{
	color: #211;
	background: rgba(255,255,255,0.6);
}
@media screen and (min-width:475px) {
.bc-navi{
}
}
@media screen and (min-width:1200px) {
.bc-navi{
}
}
img#gretsch{
	width:400px;
	max-width:50vw;
	margin:auto;
}
