@charset "utf-8";

html {
    overflow: auto;
    font-size: 62.5%; /* 10px */
}
body{
    color: #1a1a1a;
    font-family: YakuHanJP, "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: #fff;
    -webkit-text-size-adjust: 100%; /* モバイルで文字が勝手に大きくなるのをリセット */
}
.betagumi{ /*ベタ組用クラス*/
    font-family: YakuHanJPs, "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: 18.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: 20.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: 22.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: 24.0rem;
		margin-top: 1.7rem;
		margin-bottom: 1.7rem;
	}
}
@media screen and (min-width : 1200px) {
	#head > div > div > a > img{
		width: 24.0rem;
		margin-top: 2.0rem;
		margin-bottom: 2.0rem;
	}
}
#title{
	margin:0 auto 6.0rem auto;
}
#title h1{
	margin-bottom: 3.0rem;
}
#title h2{
	margin-bottom: 1.5rem;
	font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.4 / 61.698 + 1.6rem, 2.0rem); /* 375px - 991.98px */
	font-weight: 800;
}
.description{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
    font-weight: 600;
}
@media screen and (max-width : 575.98px) {
	.title-img{
		padding: 0;
	}
	.headline > div{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	#anchor{
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
}
#anchor{
	margin: 0 auto;
}
#anchor::before{
    content: "";
    display: block;
    background: url("../img/down.svg") no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
}
#anchor::after{
    content: "";
    display: block;
    background: url("../img/down.svg") no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
}
@media screen and (max-width : 767.98px) {
    #anchor::before{
        margin:2.5rem auto;
    }
    #anchor::after{
        margin: 2.5rem auto 6.0rem auto;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #anchor::before{
        margin: 3.0rem auto;
    }
    #anchor::after{
        margin: 3.0rem auto 6.0rem;
    }
}
@media screen and (min-width : 992px) {
    #anchor::before{
        margin: 4.5rem auto;
    }
    #anchor::after{
        margin: 4.5rem auto 9.0rem;
    }
}
.model{
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.item h3{
    margin: 0 auto;
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(4.5rem, (100vw - 37.5rem) * 2.5 / 39.298 + 4.5rem, 7.0rem); /* 375px - 767.98px */
    letter-spacing: -0.2rem;
    line-height: 1.0;
}
.item h3::before{
    content: "";
    display: block;
    background: url("../img/fgn_logo.svg") no-repeat;
    background-size: contain;
    width: 10.0rem;
    height: 5.5rem;
}
@media screen and (min-width : 768px) {
	.item h3::before{
		content: "";
		display: block;
		background: url("../img/fgn_logo.svg") no-repeat;
		background-size: contain;
		width: 12.0rem;
		height: 6.5rem;
	}
}
.color{
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.0rem, (100vw - 37.5rem) * 0.4 / 39.298 + 2.0rem, 2.4rem); /* 375px - 767.98px */
    font-weight: 700;
    letter-spacing: -0.1rem;
    line-height: 1.2;
}
.price{
	font-size: clamp(1.8rem, (100vw - 37.5rem) * 10 / 39.298 + 1.8rem, 2.8rem); /* 375px - 767.98px */
	font-weight: 900;
	letter-spacing: -0.1rem;
	text-align: right;
	color: tomato;
}
.price span{
	display: inline-block;
	font-size: 55%;
	vertical-align: 0.2rem;
}
.go {
    margin: 0 auto;
	text-align: center;
}
.go > a{
    display: inline-block;
	width: 100%;
	height: auto;
	padding-top: 0.1rem;
	padding-bottom: 0.3rem;
	text-align: center;
	line-height: clamp(1.4rem, (100vw - 37.5rem) *1.0 / 39.298 + 1.4rem, 2.4rem); /* 375px - 767.98px */
    color: #120f0e;
    background-color: #96b09d;
    border: 2px solid #96b09d;
    border-radius: 1.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go > a:hover{
    background-color: transparent;
    color: #b096a9;
    border: 2px solid #b096a9;
    border-radius: 2.0rem;
}
.go > a > span{
    font-family: 'Raleway', sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.3 / 39.298 + 1.4rem, 1.7rem); /* 375px - 767.98px */
}
#KNSTtab, #KNTEtab{
	margin: 3.0rem auto;
}
#KNSTtab li, #KNTEtab li{
	width: 50%;
}
#KNSTtab li > button, #KNTEtab li > button{
	width: 100%;
	color: inherit;
	font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	font-weight: 800;
}
.active{
	background-color: oldlace !important;
}
.feat [class^="col-"]{
	display: flex;
	flex-direction: column;
	margin-bottom: 3.0rem;
}
.feat-txt1{
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	font-weight: 700;
	height: 3.0rem;
	margin-top: 0.45rem;
}
.feat-txt2{
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.3rem, 1.5rem); /* 375px - 991.98px */
	font-weight: 500;
	margin: 0.6rem auto;
	flex-grow: 1;
}
.specification{
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.06rem;
    color: #9e7f65;
}
.factory{
	display: flex;
	justify-content: center;
	align-items: center;
}
.factory p{
	background: url("../img/factory2.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width : 767.98px) {
	.factory p{
		width: 85%;
		height: 100%;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	.factory p{
		width: 75%;
		height: 100%;
	}
}
@media screen and (min-width:992px) and (max-width:1399.98px) {
	.factory p{
		width: 80%;
		height: 100%;
	}
}
@media screen and (min-width : 1400px) {
	.factory p{
		width: 100%;
		height: 75%;
	}
}
.hamafgn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.hamafgn p{
	width: 65%;
}
.spec1{
    margin-bottom: 0;
}
.spec1 > p{
    margin-bottom: 0;
    border-bottom: 0.1rem solid #9e7f65;
    font-size: clamp(1.6rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.6rem, 1.8rem); /* 375px - 991.98px */
}
.spec2 {
    display: flex;
	font-size: clamp(1.5rem, (100vw - 37.5rem) * 0.1 / 61.698 + 1.5rem, 1.6rem); /* 375px - 991.98px */
}
.spec2 > div{
    display: table;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.2;
    border-bottom: 0.1rem dashed #9e7f65;
}
.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;
}
.movie {
	width: 100%;
	margin:6.0rem auto;
	padding-top: 56.25%;
	position: relative;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.sns {
    margin: 15.0rem auto 12.0rem;
    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: #242424;
}
.sns #twt::before {
    content: "Xでポスト";
    background-color: #242424;
}
.sns #twt::after {
    border-color: #242424 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #242424;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #242424;
}
.sns #fb::after {
    border-color: #242424 transparent transparent transparent;
}
.sns #line .img {
    background-color: #242424;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #242424;
}
.sns #line::after {
    border-color: #242424 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
.line {
	margin-bottom: 6.0rem;
	height:0;
	border:0;
	border-top:0.1rem solid #999;
	border-bottom:0.1rem solid #666;
}
#shop{
    color: rosybrown;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: rosybrown;
    transition: color .3s ease-out;
}
.shopinfo a:hover, .shopelement a:hover, .reserv_caution_1line a:hover{
    color: #FF5555;
}
.shopinfo-txt1{
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(4.0rem, (100vw - 37.5rem) * 1 / 82.498 + 4.0rem, 5.0rem); /* 375px - 1199.98px */
    line-height: 1.0;
    letter-spacing: -0.1rem;
}
.shopinfo-txt2{
	font-size: clamp(2.1rem, (100vw - 37.5rem) * 0.4 / 82.498 + 2.1rem, 2.5rem); /* 375px - 1199.98px */
	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;
	}
}
.shopelement{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid sandybrown;
    font-size: 1.5rem;
}
.shopelement span{
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: -0.1rem;
}
@media screen and  (max-width : 991.98px) {
	.mapimg{
        margin-top: 3.0rem;
		height: 40.0rem;
	}
}
.copyright{
	color: #999;
	width:100%;
	margin:9.0rem auto 1.0rem auto;
	font-size:1.2rem;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.pagetop{
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 4.5rem;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}
.clr{
	clear:both;
}