@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: antiquewhite;
    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;
    background: url(../img/brickwall5.png);
    -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;
}
#banner{
    margin-top: 12.0rem;
}
@media screen and (max-width:575.98px) {
    #banner{
        width: 100%;
        margin-top: 9.0rem;
    }
}
@media screen and (min-width:576px) and (max-width:767.98px) {
    #banner{
        width: 90%;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #banner{
        width: 80%;
    }
}
@media screen and (min-width : 992px) {
    #banner{
        width: 70%;
    }
}
#banner img{
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#banner a img:hover{
    opacity: 0.75;
}
#banner p{
    margin-top: 1.0rem;
    text-align: center;
    font-weight: 700;
}
.item-txt{
    margin-top: 10.0rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    background:url(../img/bar.svg) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width:575.98px) {
    .item-txt{
        margin-top: 7.0rem;
    }
}
.brand{
    margin-bottom: 3.0rem;
    background-color: #000;
    border-top-right-radius: 6.0rem;
    border-bottom-right-radius: 6.0rem;
}
.model{
    margin-bottom: 3.0rem;
    background-color: #000;
    border-bottom-left-radius: 6.0rem;
    border-top-left-radius: 6.0rem;
    padding-left: 4.5rem;
}
.brand p, .model p{
    margin-top: 1.2rem;
    font-family: 'Bebas Neue', cursive;
	font-size: 5.0rem;
    color: #FFF500;
    line-height: 1.0;
}
.go a, .go-nolink{
    display: inline-block;
    padding: 0 1.5rem 0.2rem;
    text-align: center;
    color: #FFF500;
    background-color: #000;
    border: 0.2rem solid #000;
    border-radius: 6.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go a:hover{
    background-color: transparent;
    border: 0.2rem solid #ED254E;
    color: #ED254E;
    border-radius: 0.5rem;
}
.go span{
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
	font-size: 1.8rem;
	display: inline-block;/*ひとまとめで改行（単語間で改行しない）*/
}
.note{
    color:coral;
    font-size: 1.4rem;
    font-weight: 700;
}
@media screen and (max-width:575.98px) {
    .brand p, .go, .note{
        margin-left: 0.5rem;
    }
    .brand p, .model p{
        font-size: 4.0rem;
    }
}
@media screen and (min-width:576px) and (max-width:767.98px) {
    .brand p, .go, .note{
        margin-left: 1.5rem;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    .brand p, .go, .note{
        margin-left: 3.0rem;
    }
}
@media screen and (min-width : 992px) {
    .brand p, .go, .note{
        margin-left: 4.5rem;
    }
}
.item-photo{
    padding-top: 9.0rem;
    padding-left: 0; 
    padding-right: 0;
}
.item-photo > div > div{
    padding-left: 0; 
    padding-right: 0;
}
.photo-l{
    margin-bottom: 9.0rem;
}
.trim{
    position: relative;
    width: 100%;
}
.trim::before{
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 */
}
.trim > p{
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    ↓とどちらでも可
    */
}
.trim img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
/*
.item-photo a img{
    border: 0.1rem solid darkslategray;
}
*/
.photo a img, .photo-l a img{
	cursor: zoom-in;
	-webkit-transition: -webkit-opacity 0.2s linear;
    -o-transition: -o-opacity 0.2s linear;
    -ms-transition: -ms-opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.photo a img:hover{
	opacity: 0.5;
}
.detail-photo{
    padding-left: 0; 
    padding-right: 0;
}
.line {
    margin-bottom: 7.5rem;
    height: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0.1rem solid #ccc;
    border-bottom: 0.1rem solid #333;
}
.sns {
    margin: 20.0rem auto 10.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: #333;
}
.sns #twt::before {
    content: "Xでポスト";
    background-color: #333;
    color: #fff;
}
.sns #twt::after {
    border-color: #333 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.2rem solid #ccc;
	border-bottom:0.2rem solid #999;
}
#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:6.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clr{
	clear:both;
}