@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
@media screen and (max-width : 767.98px) {
	html {
    	font-size: 56%;
	}
}
body{
    color: #e1e1e1;
    font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 1; /* プロポーショナルメトリクス 基本ツメ組み*/
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #000;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: "palt" 0; 
    letter-spacing: -0.05rem;
    text-align: justify;
    text-justify: inter-ideograph;
}
img{
    /*-webkit-backface-visibility: hidden;*/
    image-rendering: -webkit-optimize-contrast;
    border: none;
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#head{
	margin: 0 auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#head > div > div > a > img{
		width: 16.0rem;
		margin-top: 1.2rem;
		margin-bottom: 1.2rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	#head > div > div > a > img{
		width: 18.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	#head > div > div > a > img{
		width: 18.0rem;
		margin-top: 1.4rem;
		margin-bottom: 1.4rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 1.7rem;
		margin-bottom: 1.7rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 20.0rem;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
	}
}
#title{
	margin:0 auto 8.0rem auto;
    text-align: center;
}
@media screen and (max-width : 575.98px) {
	#title{
		margin-top: 0;
	}
    #title > div > div{
        padding: 0;
    }
}
#description{
    margin-bottom: 10.0rem;
    background-color: #121212;
    background: url(../img/blackmamba.png);
}
#description > div > div{
    margin: 10.0rem auto;
    position: relative;
}
#description > div > div::before {
    position:absolute;
	left:0;
	content:"";
	display:inline-block;
	background:url("../img/quot.svg") no-repeat;
	background-size:contain;
}
@media screen and (max-width : 575.98px) {
    #description > div > div{
        padding-left: 7.0rem;
    }
    #description > div > div::before{
        width:6.0rem;
        height:6.0rem;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    #description > div > div{
        padding-left: 10.0rem;
    }
    #description > div > div::before{
        width:8.0rem;
        height:8.0rem;
    }
}
@media screen and (min-width:768px) {
    #description > div > div{
        padding-left: 12.0rem;
    }
    #description > div > div::before{
        width:10.0rem;
        height:10.0rem;
    }
}
.item{
    margin: 0 auto 20.0rem auto;
    padding: 0;
}
.info{
    margin: 0 auto;
}
@media screen and (max-width : 575.98px) {
    .info{
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
.model-name{
    position: relative;
}
.model-name::before{
    content: "";
	background: #6666dd;
    height: 100%;
    width: 0.6rem;
	border-radius: 0.5rem;
    position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.model-name h1{
    margin-left: 2.0rem;
    font-family: 'Lora', serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: -0.07rem;
}
.model-name-2{
    font-family: 'Sorts Mill Goudy', serif;
    font-size: 7.0rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5rem;
}
.model-name-3{
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style:italic;
}
@media screen and (max-width : 575.98px) {
    .model-name-2{
        font-size: 6.6rem;
    }
    .model-name-3{
        font-size: 2.2rem;
    }
}
.model-name h2{
    margin-top: -1.0rem;
    margin-left: 2.0rem;
    padding-top: 0.4rem;
    border-top: 1px solid #888888;
	font-family: 'Raleway', sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
}
.model-name h1 span, .model-name h2 span{
	display: inline-block;
}
.link{
	margin-top: 3.0rem;
}
.go{
    margin: 0 auto 1.5rem auto;
}
.go a{
    display: inline-block;
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.55rem;
    text-align: center;
    color: #06BCC1;
    font-weight: 500;
    background-color: transparent;
    border: 0.2rem solid #06BCC1;
    border-radius: 3.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go a:hover{
    background-color: #06BCC1;
    color: #e1e1e1;
    border: 0.2rem solid #e1e1e1;
    border-radius: 0.5rem;
}
.go span{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
}
.iclef{
    text-align: center;
}
.iclef img{
    width: 15.0rem;
}
.photo{
    margin: 3.0rem auto;
}
@media screen and (max-width : 575.98px) {
    .photo{
        padding: 0;
    }
}
.photo img{ /*iOSで画像の下に隙間ができるのを解消*/
    display: block;
}
.photo a > img{
    transition: opacity .3s ease-out;
}
.photo a > img:hover{
    opacity: 0.5;
}
.note{
    margin-top: 0.75rem;
    color: #ccc;
    font-size: 1.5rem;
    font-weight: 300;
}
.specification{
    margin-bottom: 6.0rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.06rem;
}
@media screen and (max-width : 575.98px) {
    .specification{
        padding-right: 3.0rem;
        padding-left: 3.0rem;
    }
}
.spec1{
    margin-bottom: 0;
}
.spec1 > p{
    margin-bottom: 0;
    border-bottom: 0.1rem solid #4d4d4d;
    font-size: 2.0rem;
}
.spec2 {
    display: flex;
}
.spec2 > div{
    display: table;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.2;
    border-bottom: 0.1rem dashed #4d4d4d;
}
.spec2 > div > div{
    display: table-row;
}
.spec2 > div > div > div{
    display: table-cell;
    vertical-align: middle;
}
.spec2 > div > div > div:first-child{
    width: 33.3%;
}
.spec2 > div > div > div:nth-child(2){
	color: #FF7600;
}
.spec2 a{
    color: #FF7600;
}
.spec2 img{
    display: inline-block;
    width: 1.6rem;
    height: auto;
    margin-left: 0.75rem;
    vertical-align: -0.2rem;
}
.sns {
    margin: 16.0rem auto;
    width: 238px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sns #twt, .sns #fb, .sns #line {
    position: relative;
}
.sns #twt .img, .sns #fb .img, .sns #line .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    transition: .4s;
}
.sns #twt:hover .img, .sns #fb:hover .img, .sns #line:hover .img {
    transform: scale(1.2);
}
.sns #twt::before, .sns #fb::before, .sns #line::before {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    color: #FEFEFE;
    height: 25px;
    border-radius: 5px;
}
.sns #twt::after, .sns #fb::after, .sns #line::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
}
.sns #twt a, .sns #fb a, .sns #line a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}
.sns #twt .img {
    background-color: #1DA1F2;
}
.sns #twt::before {
    content: "Twitterでつぶやく";
    background-color: #1DA1F2;
}
.sns #twt::after {
    border-color: #1DA1F2 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #1877F2;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #1877F2;
}
.sns #fb::after {
    border-color: #1877F2 transparent transparent transparent;
}
.sns #line .img {
    background-color: #00B900;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #00B900;
}
.sns #line::after {
    border-color: #00B900 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
.line {
	margin-top: 9.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #999;
	border-bottom:0.1rem solid #666;
}
#shop{
    padding: 6.0rem 0 0 0;
    color: #ccc;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: #ccc;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: -0.2rem;
    line-height: 1.0;
}
.shopinfo-txt2{
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.0;
    letter-spacing: -0.1rem;
}
@media screen and (min-width:576px) and (max-width : 991.98px) {
	.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:1199.98px) {
	.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 #FFA114;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
}
.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 : 991.98px) {
	.mapimg img{
		width: 85%;
		margin: 4.5rem auto 0 auto;
	}
}
@media screen and  (min-width : 1400px) {
	.mapimg img{
		width: 87%;
		margin: -3.0rem auto 0 auto;
	}
}
.mapimg img{
    transition: opacity .3s ease-out;
}
.mapimg img:hover{
    opacity: 0.7;
}
.copyright{
	color: #666;
	width:100%;
	margin:3.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}