@charset "utf-8";
/*/////////// ページ共通項目 ///////////*/
html {
	overflow: auto;
	font-size: 62.5%; /* 10px */
	scroll-behavior: smooth;
}
@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 #ccc;
	border-bottom: 0.3rem solid #ccc;
	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 #ccc;
	border-left: 0.3rem solid #ccc;
	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 #ccc;
	border-right: 0.3rem solid #ccc;
	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 #ccc;
	border-right: 0.3rem solid #ccc;
	transform: rotate(45deg);
	vertical-align: 0.2rem;
}
/*/////////// header部 ///////////*/
#header{
	position: relative;
	padding: 0;
	background-color: #1a1a1a;
	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;
}
}
.small-header{
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #1a1a1a;
}
.small-header-open{ /* 小デバイスのメニュー */
	height: 100%;
	overflow-y: scroll;
}
.scroll-prevent { /* メニューを開いたときに後ろのスクロールを止める 小デバイス body、html 用 */
/*動き固定*/
  position: fixed;
  /*奥行きを管理*/
  z-index: -1;
  /*下2つで背景を元のサイズのまま表示することができる*/
  width: 100%;
  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: #ccc;
	text-align: left;
	line-height: 1.0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.navBtn2{
	padding-top: 0.5rem;
	font-size: 1.3rem;
	color: #ccc;
	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: #fff;
}
.navArea{
	display: none;
}
.small-header-menu > div > div{
	margin-bottom: 3.0rem;
}
/*/////////// ページ本体部分 ///////////*/
#header a:hover img,#topics a:hover img{
	opacity: 0.7;
}
#title{
	padding: 0;
}
#lead{
	padding-bottom: 1.5rem;
	font-weight: 500;
	background-color: #1a1a1a;
	width: 100%;
}
#lead h1{
	font-size: 2.2rem;
	font-weight: 700;
}
#lead h2{
	font-size: 3rem;
	line-height: 1.6;
	color: #FFFFFF;
}
#lead p{
	color: #ffffff;
	line-height: 1.8;
}
#topics img{
	width: 100%;
	height: auto;
}
#topics h2{
	font-size: 4.5rem;
	color: #666666!important;
}
/*/////////// 商品画像部分 ///////////*/
.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;
}
.photo p{
	font-size: 2.4rem;
	font-weight: 700;
}
.color {
	width: 35px!important;
}
.color img{
	width: 100%!important;
	border: solid 1px #999!important;
	border-radius: 17.5px!important;
}
.thumbnail img:hover{
	cursor: pointer;
}
.model-info{
	margin-bottom: 1.6rem;
}
.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;
}
.thumbnail{
	display: flex!important;
  flex-direction: row!important;
	justify-content: center!important;
}
.photo p{
	text-align: center!important;
}
}
.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;
}
p.price{
	font-size: 2.4rem;
	font-weight: 500;
	color: #DC143C;
}
p.price span{
	font-size: 1.4rem;
	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: #222;
	background-color: #FFA500;
	border: 0.2rem solid #FFA500;
	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;
}
.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;
}
/*/////////// footer取扱店舗部分 ///////////*/
#shop{
	margin-top: 12.0rem;
	padding: 9.0rem 0 0 0;
	background-color: #ECECA7;
}
#shop h1{
	margin-bottom: 9.0rem;
	font-weight: 400;
	font-size: 2.0rem;
	text-align: center;
	color: #333;
}
#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: #333;
	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: #27b6bb;
}
.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: 0 auto;
	font-size: 1.2rem;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 1.0rem;
}
.clr{
	clear:both;
}
/*/////////// テスト用 ///////////*/
.red{
	background-color: red;
}
.blue{
	background-color: blue;
}
