@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: #fafafa;
    -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;
}
#title > h1{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
@media screen and (max-width : 575.98px) {
    #title img{
        width: 75%;
        max-width: 31.5rem;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    #title img{
        width: 60%;
        max-width: 34.0rem;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #title img{
        width: 50%;
        max-width: 37.0rem;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    #title img{
        width: 40%;
        max-width: 40.0rem;
    }
}
@media screen and (min-width:1200px) {
    #title img{
        width: 55%;
    }
}
.fadeimg{
    opacity: 0;
}
.fadeimg_in{
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#anchormenu{
    margin: 0 auto;
}
#anchormenu::before{
    content: "";
    display: block;
    background: url("../img/down.svg") no-repeat;
    background-size: contain;
    width: 2.5rem;
    height: 2.5rem;
}
#anchormenu::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) {
    #anchormenu::before{
        margin:2.5rem auto;
    }
    #anchormenu::after{
        margin: 2.5rem auto 9.0rem auto;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #anchormenu::before{
        margin: 3.0rem auto;
    }
    #anchormenu::after{
        margin: 3.0rem auto 10.0rem;
    }
}
@media screen and (min-width : 992px) {
    #anchormenu::before{
        margin: 4.5rem auto;
    }
    #anchormenu::after{
        margin: 4.5rem auto 12.0rem;
    }
}
#anchormenu p{
	margin-top: 0.3rem;
	margin-bottom: 0.15rem;
	font-family: 'Poppins', sans-serif;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.4rem, 1.6rem); /* 375px - 767.98px */
	font-weight: 600;
	letter-spacing: -0.1rem;
	line-height: 1.1;
	text-align: center;
}
.item{
    margin: 0 auto 12.0rem;
}
@media screen and (min-width:768px){
    .item{
        margin: 0 auto 15.0rem;
    }
}
.info{
    margin-top: 6.0rem;
    text-align: center;
}
.info img.logo{
    width: 8.0rem;
}
.info img.logo-fender{
    width: clamp(16.0rem, (100vw - 37.5rem) * 2.0 / 39.298 + 16.0rem, 18.0rem); /* 375px - 767.98px */
}
.info img.logo-zon{
    width: clamp(13.0rem, (100vw - 37.5rem) * 2.0 / 39.298 + 13.0rem, 15.0rem); /* 375px - 767.98px */
}
.info img.logo-fencs{
    width: clamp(18.0rem, (100vw - 37.5rem) * 2.0 / 39.298 + 18.0rem, 20.0rem); /* 375px - 767.98px */
}
.model-name-1{
    margin: 3.0rem auto 1.0rem auto;
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(5.5rem, (100vw - 37.5rem) * 1.5 / 39.298 + 5.5rem, 7.0rem); /* 375px - 767.98px */
    letter-spacing: -0.3rem;
    line-height: 1.0;
}
.model-name-1 img{
    display: inline-block;
    width: clamp(3.0rem, (100vw - 37.5rem) * 1.0 / 39.298 + 3.0rem, 4.0rem); /* 375px - 767.98px */
    height: clamp(3.0rem, (100vw - 37.5rem) * 1.0 / 39.298 + 3.0rem, 4.0rem); /* 375px - 767.98px */
    vertical-align: 0.2rem;
	margin-right: 0.5rem; 
}
.model-name-1b{
    margin: 1.8rem auto;
    font-family: "Libre Baskerville", serif;
	font-size: clamp(4.0rem, (100vw - 37.5rem) * 2.0 / 39.298 + 4.0rem, 6.0rem); /* 375px - 767.98px */
	font-weight: 400;
    letter-spacing: -0.2rem;
	line-height: 1.2;
}
.model-name-1b img{
    display: inline-block;
    width: clamp(3.0rem, (100vw - 37.5rem) * 1.0 / 39.298 + 3.0rem, 4.0rem); /* 375px - 767.98px */
    height: clamp(3.0rem, (100vw - 37.5rem) * 1.0 / 39.298 + 3.0rem, 4.0rem); /* 375px - 767.98px */
    vertical-align: -0.6rem;
	margin-right: 0.5rem; 
}
.model-name-1c{
    margin: 1.8rem auto;
    font-family: "Libre Baskerville", serif;
	font-size: clamp(2.7rem, (100vw - 37.5rem) * 2.3 / 39.298 + 2.7rem, 5.0rem); /* 375px - 767.98px */
	font-weight: 400;
    letter-spacing: -0.2rem;
	line-height: 1.2;
}
.model-name-1c img{
    display: inline-block;
    width: clamp(2.5rem, (100vw - 37.5rem) * 1.5 / 39.298 + 2.5rem, 4.0rem); /* 375px - 767.98px */
    height: clamp(2.5rem, (100vw - 37.5rem) * 1.5 / 39.298 + 2.5rem, 4.0rem); /* 375px - 767.98px */
    vertical-align: -0.4rem;
	margin-right: 0.5rem; 
}
.model-name-2{
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.8rem, (100vw - 37.5rem) * 0.2 / 39.298 + 1.8rem, 2.0rem); /* 375px - 767.98px */
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.2;
}
.status{
	margin-bottom: 2.5rem;
    font-family: "Libre Baskerville", serif;
	font-size: clamp(2.2rem, (100vw - 37.5rem) * 0.4 / 39.298 + 2.2rem, 2.6rem); /* 375px - 767.98px */
	font-weight: 700;
    letter-spacing: -0.1rem;
}
.status2{
	display: inline-block;
	margin-top: 1.0rem;
	margin-bottom: 2.5rem;
    font-family: 'Raleway', sans-serif;
	font-size: clamp(2.0rem, (100vw - 37.5rem) * 0.4 / 39.298 + 2.0rem, 2.2rem); /* 375px - 767.98px */
	font-weight: 900;
    letter-spacing: -0.1rem;
	line-height: 1.0;
	border-bottom: 2px solid;
}
.go {
    margin: 0 auto 1.5rem auto;
}
.go > a{
    display: inline-block;
    padding: 0.3rem 1.0rem 0.5rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #1a1a1a;
    border: 2px solid #1a1a1a;
    border-radius: 1.0rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.go > a:hover{
    background-color: transparent;
    color: #FFA114;
    border: 2px solid #FFA114;
    border-radius: 2.0rem;
}
.go > a > span{
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 1.7rem;
}
.location{
    font-size: 1.5rem;
    font-weight: 700;
}
.location::before{
    content: "";
    display: inline-block;
    background: url("../img/icn_shop.svg") no-repeat;
    background-size: contain;
    width: 2.3rem;
    height: 2.3rem;
    vertical-align: -0.4rem;
}
@media screen and (max-width:767.98px){
    .photo-main, .photo-grid{
        padding-left: 0; 
        padding-right: 0;
    }
}
.photo-grid{
    margin: 6.0rem auto 3.0rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
}
@media screen and (max-width:767.98px){
    .photo-grid{
        gap: 0.3rem;
    }
}
@media screen and (min-width:768px){
    .photo-grid{
        gap: 0.6rem;
    }
}
.photo-grid > div > a > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: opacity .2s ease-out;
}
.photo-grid > div > a > img:hover{
    opacity: 0.8;
}
.photo-grid > div:nth-child(2){
    grid-column: 2/3;
    grid-row: 1/3;
}
.photo-grid > div:nth-child(3){
    grid-column: 3/5;
    grid-row: 1/2;
}
.photo-grid > div:nth-child(7){
    grid-column: 1/3;
    grid-row: 3/4;
}
.photo-grid > div:nth-child(12){
    grid-column: 3/5;
    grid-row: 4/5;
}
.specification{
    margin-bottom: 6.0rem;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.06rem;
    color: #9e7f65;
}
@media screen and (max-width : 767.98px) {
    .specification{
        padding-right: 3.0rem;
        padding-left: 3.0rem;
    }
}
.spec1{
    margin-bottom: 0;
}
.spec1 > p{
    margin-bottom: 0;
    border-bottom: 0.1rem solid #9e7f65;
    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 #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;
}
.spec2 img{
    display: inline-block;
    width: 1.6rem;
    height: auto;
    margin-left: 0.75rem;
    vertical-align: -0.2rem;
}
.sns {
    margin: 12.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;
}
.sns #twt::after {
    border-color: #333 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #333;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #333;
}
.sns #fb::after {
    border-color: #333 transparent transparent transparent;
}
.sns #line .img {
    background-color: #333;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #333;
}
.sns #line::after {
    border-color: #333 transparent transparent transparent;
}
@media (min-width: 576px) {
    .sns {
        width: 280px;
    }
}
#shop{
    color: saddlebrown;
}
.shopinfo {
	padding: 0;
}
.shopinfo a, .shopelement a{
    color: saddlebrown;
    transition: color .2s ease-out;
}
.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;
}