@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;
}
.fadeimg{
	opacity: 0;
    -webkit-animation: fadeIn 3s ease 0s 1 forwards;
    animation: fadeIn 2s ease 0s 1 forwards;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#wrapper {
    overflow: hidden;
}
#wrapper a{
	text-decoration: none;
	outline:none;
}
#title{
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
	height: 100vh;
}
#title img{
	display: block;
	fill:#fff!important;
}
@media screen and (max-width : 575.98px) {
    #title img{
		width: 90%;
		height: auto;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    #title img{
		width: 80%;
		max-width: 50.0rem;
		height: auto;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #title img{
		width: 70%;
		max-width: 60.0rem;
		height: auto;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    #title img{
		height: 50%;
		width: 100%;
    }
}
@media screen and (min-width:1200px) {
    #title img{
		height: 55%;
		width: 100%;
    }
}
#lead{
	margin-bottom: 15.0rem;
}
.joezon{
	font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.4rem, 1.6rem); /* 375px - 991.98px */
	line-height: 1.8;
	color: #525252;
    font-weight: 600;
}
.joezon > div{
	margin-bottom: -1.5rem;
}
.joezon > div > span{
	display: block;
	margin: 2.5rem auto;
    font-weight: 900;
    font-size: clamp(1.5rem, (100vw - 37.5rem) * 0.2 / 61.698 + 1.5rem, 1.7rem); /* 375px - 991.98px */
}
.belt{
	width: 100%;
	margin-bottom: 9.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.belt img{
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width : 575.98px) {
	.joezon{
		width: 90%;
		margin-bottom: 7.5rem;
	}
	.belt{
		margin-bottom: 4.5rem;
	}
}
@media screen and (min-width : 576px) and (max-width:767.98px){
	.joezon{
		width: 90%;
		margin-bottom: 9.0rem;
	}
	.belt{
		margin-bottom: 6.0rem;
	}
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	.joezon{
		width: 90%;
		margin-bottom: 11.0rem;
	}
	.belt{
		margin-bottom: 8.0rem;
	}
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.joezon{
		width: 90%;
		margin-bottom: 12.0rem;
	}
	.belt{
		margin-bottom: 9.0rem;
	}
}
@media screen and (min-width:1200px) {
	.joezon{
		width: 90%;
		margin-bottom: 12.0rem;
	}
	.belt{
		margin-bottom: 9.0rem;
	}
}
.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-zon{
    width: clamp(11.0rem, (100vw - 37.5rem) * 1.0 / 39.298 + 11.0rem, 12.0rem); /* 375px - 767.98px */
	display: block;
	margin: 0 auto 4.0rem;
}
.info img.legacy{
    width: clamp(18.0rem, (100vw - 37.5rem) * 5.0 / 39.298 + 18.0rem, 23.0rem); /* 375px - 767.98px */
	display: block;
	margin: 0 auto 4.0rem;
}
.model-name-1b{
    margin: 1.8rem auto;
    font-family: "Libre Baskerville", serif;
	font-size: clamp(3.3rem, (100vw - 37.5rem) * 2.0 / 39.298 + 3.3rem, 5.3rem); /* 375px - 767.98px */
	font-weight: 700;
    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-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;
}
.model-name-2 span{
	display: inline-block;
}

.model-name-1{
    margin: 2.0rem auto 0 auto;
    font-family: 'Bebas Neue', cursive;
    font-size: 7.0rem;
    letter-spacing: -0.3rem;
    line-height: 1.0;
    color: #000;
}
.model-name-1::before{
    content: "";
    display: inline-block;
    background: url("../img/clef.svg") no-repeat;
    background-size: contain;
    width: 4.0rem;
    height: 4.0rem;
    vertical-align: 0.2rem;
    margin-right: 0.5rem;
}
.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; 
}
.go {
    margin: 2.5rem 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;
}
#shop{
    padding-top: 12.0rem;
    padding: 9.0rem 0 0 0;
    background-color: #121212;
}
@media screen and (min-width:1200px) {
    #shop > div.container{
        max-width: 80%;
    }
}
.shop-txt1{
    margin-bottom: 9.0rem;
    font-weight: 400;
    font-size: clamp(1.8rem, (100vw - 37.5rem) * 0.2 / 82.498 + 1.8rem, 2.0rem); /* 375px - 1199.98px */
    text-align: center;
    color: #ccc;
}
.shop-txt1 > span{
    display: block;
    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{
    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;
    }
}
.shopinfo > div{
	font-size: 1.6rem;
	line-height: 1.2;
}
.shopinfo > div > a{
	color: #ccc;
	transition: color .3s ease-out;
}
.shopinfo > p{
    padding-top: 0.5rem;
    margin-top: 1.0rem;
    border-top: 0.1rem solid #FF7600;
    color: #ccc;
    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: #ccc;
    transition: color .3s ease-out;
}
.shopinfo > div > a:hover, .shopinfo > p > a:hover{
    color: #FF7600;
}
.copyright{
    color: #999;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-bottom: 1.0rem;
}
.pagetop{
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    width: 4.5rem;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}
.clr{
	clear:both;
}