@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767px) {
	html {
    	font-size: 56%;
	}
}
body{
	color: #333;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
	-webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
img * {
    border: none;
}
*:focus {
    outline: none !important; /* Bootstrapのボタンのスタイルを無効化 */
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
    margin: 0 auto;
    border-bottom: 0.1rem solid #DCDCDC;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 16.0rem;
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767px){
	#head > div > div > a > img{
		width: 18.0rem;
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
		margin-left: 2.0rem;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
		margin-left: 2.0rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	#head > div > div > a > img{
		width: 22.0rem;
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
		margin-left: 2.0rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 25.0rem;
		margin-top: 1.0rem;
		margin-bottom: 1.0rem;
		margin-left: 2.5rem;
	}
}
#title{
    padding: 0;
}
#lead{
    margin: 6.0rem auto;
    padding-bottom: 1.5rem;
    font-weight: 500;
    border-bottom: 0.1rem dashed #999;
}
#lead h1{
    font-size: 2.0rem;
    font-weight: 700;
}
@media screen and (max-width : 575.98px) {
	#lead h1{
		font-size: 1.7rem;
	}
}
#model-info{
    margin-bottom: 6.0rem;
}
#model-info h1{
    font-family: 'Manrope', sans-serif;
	font-size: 3.0rem;
    font-weight: 800;
	letter-spacing: -0.22rem;
    line-height: 1.0;
	color: #1B1B1B;
}
@media screen and (max-width : 575.98px) {
	#model-info h1{
		font-size: 2.8rem;
	}
}
#model-info h2{
    margin: 1.5rem auto;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
}
#model-info p{
	margin-top: 2.0rem;
    font-size: 1.4rem;
    font-weight: 500;
}
#model-info p.price{
	font-size: 2.8rem;
	font-weight: 500;
	color: #FF7600;
}
#model-info p.price span{
    font-size: 1.6rem;
    color: #666;
}
.go a, .go-nolink{
    display: inline-block;
    width: 100%;
    margin-top: 1.5rem;
    padding: 0.3rem 0 0.5rem 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    background-color: #333;
    border: 0.2rem solid #333;
    border-radius: 3.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go a:hover{
    background-color: transparent;
    border: 0.2rem solid #FF7600;
    color: #FF7600;
    border-radius: 0.5rem;
}
.photo{
	overflow: hidden;
	margin: 0;
}
.photo a img{
	cursor: zoom-in;
	-webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.photo a img:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.detail-photo{
    border: 0.1rem solid #666;
    margin-top: 3.0rem;
    margin-bottom: 1.5rem;
}
.spec1{
	margin-top: 3.0rem;
    border-bottom: 0.1rem solid #666;
	font-family: 'Manrope', sans-serif;
    font-size: 2.0rem;
    font-weight: 800;
	letter-spacing: -0.15rem;
}
.spec2{
	display: flex;
	align-items: center;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 0;
	padding-right: 0;
	border-bottom: 0.1rem dashed #666;
	font-family: 'Manrope', sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: -0.1rem;
	line-height: 1.2;
}
.spec2 > .container > .row > [class*="col-"] {
    padding-left: 0;
}
.spec2 span{
	color: #FF7600;
}
.line {
	margin-top: 12.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #ccc;
	border-bottom:0.1rem solid #999;
}
#shop{
    margin-top: 12.0rem;
    padding: 9.0rem 0 0 0;
    background-color: #1C1C1C;
}
#shop h1{
    margin-bottom: 9.0rem;
    font-weight: 400;
    font-size: 2.0rem;
    text-align: center;
    color: #FFF;
}
#shop h1 > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 5.0rem;
    font-weight: 400;
}
.shopinfo{
    margin-bottom: 9.5rem;
}
@media screen and (max-width:575.98px) {
    .shopinfo{
        max-width: 85%;
        margin-bottom: 4.5rem;
        margin-left: auto;
        margin-right: auto;
    }
}
#shop h2{
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.0;
}
#shop h2 a{
	color: #BABABA;
	transition: color .3s ease-out;
}
.shopinfo > p{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #FFFACD;
    color: #FFF;
    font-size: 1.4rem;
}
.shopinfo > p > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 2.0rem;
	font-weight: 400;
    color: #FFF;
}
.shopinfo > p > a{
    color: #BABABA;
    transition: color .3s ease-out;
}
#shop h2 a:hover, .shopinfo > p > a:hover{
    color: #FF7600;
}
.copyright{
    color: #999;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.0rem;
}
.clr{
	clear:both;
}
/*youtube動画レスポンシブ対策 */
.youtube-container{
	max-width: 640px;
}
.movie-wrap{
	position: relative; padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/ height: 0; overflow: hidden;
}
.movie-wrap iframe{
	position: absolute; top: 0; left: 0; width: 100%; height: 100%;4
}
.dashed-border{
	border-top:  1px dashed #202020;
	border-bottom:  1px dashed #202020;
}
