@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;
}
.arrow-left {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-left: 0.3rem solid #ececec;
    border-bottom: 0.3rem solid #ececec;
    transform: rotate(45deg);
}
.arrow-top {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-top: 0.3rem solid #ececec;
    border-left: 0.3rem solid #ececec;
    transform: rotate(45deg);
}
.arrow-right {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-top: 0.3rem solid #ececec;
    border-right: 0.3rem solid #ececec;
    transform: rotate(45deg);
}
.arrow-bottom {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 0.5rem;
    border-bottom: 0.3rem solid #ececec;
    border-right: 0.3rem solid #ececec;
    transform: rotate(45deg);
    vertical-align: 0.2rem;
}
#header{
    position: relative;
    padding: 0;
    background-color: #444;
    text-align: center;
}
@media screen and (min-width : 992px) {
    .large-header > div > div > img, .large-header > div > div > a > img{
        padding-top: 3.0rem;
        padding-bottom: 3.0rem;
	}
}
.header { height: 60px; width: 100%;}
	@media screen and (min-width : 992px) {
    .header { height: 80px;}
}
.header .logo { width: 60%; height: 100%; max-width: 300px; display: flex; align-items: center;}
.header img { width: 100%; height: auto; transition: .4s;}
.header a:hover img { opacity: 0.8;}

.small-header{
    position: fixed;
    width: 100%;
    z-index: 999;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #444;
}
.small-header-open{ /* 小デバイスのメニュー */
	height: 100%; /* 100vhだと↓が効かなくなる */
	overflow-y: scroll;
}
.scroll-prevent { /* メニューを開いたときに後ろのスクロールを止める 小デバイス html用 iOSサファリ対応版 */
	position: fixed; /*動き固定*/
	z-index: -1; /*奥行きを管理*/
	width: 100%; /*下2つで背景を元のサイズのまま表示することができる*/
	height: 100%;
}
@media screen and (max-width : 767px) {
    .small-header > div > div > img{
        max-width: 45.0rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}
@media screen and (min-width : 768px) {
    .small-header > div > div > img{
        width: 40.0rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}
.navBtn{
    padding-top: 0.5rem;
    font-size: 1.3rem;
    color: #ececec;
    text-align: left;
    line-height: 1.0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navBtn2{
    padding-top: 0.5rem;
    font-size: 1.3rem;
    color: #ececec;
    line-height: 1.0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width : 767px) {
    .navBtn{
        padding-top: 0;
        padding-bottom: 1.5rem;
        text-align: center;
    }
}
.navBtn:hover, .navBtn2:hover{
    cursor: pointer;
    color: #ccc;
}
.navArea{
    display: none;
}
.small-header-menu > div > div{
    margin-bottom: 3.0rem;
}
#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.2rem;
    font-weight: 700;
}
#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{
    font-size: 1.4rem;
    font-weight: 500;
}
#model-info p.price{
	font-size: 2rem;
	font-weight: 700;
	color: #dc3545;
}
#model-info p.price span{
    font-size: 1.6rem;
    /*color: #666;*/
}

#model-info .color { width: 100%; display: flex; flex-wrap: wrap; font-size: 1.4rem; font-size: clamp(1.4rem, calc(1.4rem + ((1vw - 0.2rem) * 0.7273)), 1.8rem); line-height: 1.4; font-family: 'Manrope', "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
#model-info .color li:first-child { font-size: 1.2em; font-weight: 700; letter-spacing: -1px; margin-right: 0.75rem; display: flex; align-items: center; width: 100%; margin-bottom: 0.5rem; }
#model-info .color li:first-child span { font-weight: 400; }
#model-info .color li:nth-child(n+2) { width: 40px; margin-right: 0.5rem; border-radius: 50%; overflow: hidden; }
#model-info .color li:last-child { margin-right: 0; }
#model-info .color li img { width: 100%; height: auto;}
#model-info .color li:hover { cursor: pointer; }
#model-info .color .switchingBtn.active { border: solid 2px #999; }

#model-photo .switchingItem { display: none; }
#model-photo .switchingItem.active { display: block; -webkit-animation-name: fadeIn; animation-name: fadeIn; animation-duration: 1.0s; }
@keyframes fadeIn { 
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.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: #FF7600;
    border: 0.2rem solid #FF7600;
    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{
	/*padding: 9.0rem 0 0 0;*/
	margin-top: 12.0rem;
	padding: 9.0rem 0 0 0;
	background-color: #F4F4F4;
}
#shop h1{
    margin-bottom: 9.0rem;
    font-weight: 400;
    font-size: 2.0rem;
    text-align: center;
    color: #999;
}
#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: #424242;
	transition: color .3s ease-out;
}
.shopinfo > p{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #FF7600;
    color: #424242;
    font-size: 1.4rem;
}
.shopinfo > p > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 2.0rem;
	font-weight: 400;
    color: #999;
}
.shopinfo > p > a{
    color: #424242;
    transition: color .3s ease-out;
}
#shop h2 a:hover, .shopinfo > p > a:hover{
    color: #FF7600;
}
.copyright{
    color: #666;
    width: 100%;
    margin: 3.0rem auto 0 auto;
    font-size: 1.2rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.0rem;
}
.clr{
	clear:both;
}
