@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767px) {
	html {
    	font-size: 50%;
	}
}
body{
    color: #666;
    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: #7F1940;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
img * {
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#title{
	padding: 0;
}
#title p{
    width: 75%;
    margin: 0 auto 15rem auto;
    color: #BBBBBB;
    font-size: 1.5rem;
}
@media screen and (max-width:575.98px) {
    #title p{
        margin: 0 auto 3.0rem auto;
    }
}
.info{
	margin: 4.5rem auto;
	text-align: center;
}
.model{
    padding: 3.0rem;
    font-family: 'Henny Penny', cursive;
    font-size: 7.0rem;
    color: #CC9900;
    text-align: center;
	line-height: 1.1;
}
@media screen and (max-width:575.98px) {
	.model{
		font-size: 5.0rem;
	}
}
.model span, .long-color-name-2 span{
    display: inline-block;
}
.long-color-name-2{
    margin-top: -3.0rem;
    margin-bottom: 4.5rem;
    font-family: 'Henny Penny', cursive;
    font-size: 5.5rem;
    color: #CC9900;
    text-align: center;
	line-height: 1.1;
}
@media screen and (max-width:575.98px) {
    .long-color-name{
        font-size: 4.0rem;
    }
    .long-color-name-2{
        font-size: 3.0rem;
    }
}
.spec{
    font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.8rem;
    font-weight: 700;
    color: #BBBBBB;
	text-align: center;
    margin-top: -3.0rem;
}
.go{
    display: inline-block;
    width: 50%;
    margin: 2.0rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border: 1px solid #FFAE00;
    border-radius: 2.0rem;
    text-align: center;
    color: #E9E9E9;
    background-color: #CC9900;
    -webkit-transition: color .3s ease-out, background-color .3s ease-out;
    -moz-transition: color .3s ease-out, background-color .3s ease-out;
    -o-transition: color .3s ease-out, background-color .3s ease-out;
    transition: color .3s ease-out, background-color .3s ease-out;
    position: relative;
}
.go-sold{
    display: inline-block;
    width: 50%;
    margin: 2.0rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    border: 1px solid #FFAE00;
    border-radius: 2.0rem;
    text-align: center;
    color: #E9E9E9;
    background-color: #CC9900;
    position: relative;
}
@media screen and (max-width:575.98px) {
	.go, .go-sold{
		width: 100%;
	}
}
@media screen and (max-width:767px) {
	.go, .go-sold{
		width: 80%;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	.go, .go-sold{
		width: 70%;
	}
}
.go span{
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.9rem;
	font-weight:400;
	display: inline-block;/*ひとまとめで改行（単語間で改行しない）*/
}
.go:hover{
    background-color: #E3E3E3;
    color: #DD6E00;
    border: 1px #DD6E00 solid;
}
.go a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:left;
	text-indent:-999px;
	background-color:#fff;/*IE7、8に適用するハック*/
	filter:alpha(opacity=0);/*フィルターで透明に*/
	opacity:0;
}
.item{
	padding: 0;
	margin-bottom: 20.0rem;
}
@media screen and (max-width:575.98px) {
    .item{
        margin-bottom: 10.0rem;
    }
}
.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);
}
.line {
	margin-top: -4.5rem;
	margin-bottom: 7.5rem;
	height:0;
	border:0;
	border-top:0.1rem solid #CC9900;
	border-bottom:0.1rem solid #000;
}
#shop{
	padding: 4.5rem 0 0 0;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: #CEC7F1;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    color: #CEC7F1;
    font-family: 'Open Sans', sans-serif;
    font-size: 4.0rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	color:#CEC7F1;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.1rem;
}
@media screen and (max-width : 991px) {
	.shopinfo-txt1, .shopinfo-txt2{
		text-align: center;
	}
}
@media screen and (max-width:575.98px) {
	.shopinfo-txt1 {
		font-size: 3.6rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199px) {
	.shopinfo-txt1 {
		font-size: 3.7rem;
	}
	.shopinfo-txt2 {
		font-size: 2.2rem;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #CC9900;
    color: #CEC7F1;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    color: #151515;
}
.mapimg{
	text-align: center;
}
@media screen and  (max-width : 575.98px) {
	.mapimg img{
		width: 90%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width:576px) and (max-width : 991px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
.copyright{
	color: #999;
	width:100%;
	margin:6.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}