@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 > p.title-whole{
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
#title p.title-top{
    display: flex;
    justify-content: center;
    align-items: center;
}
#title h1.title-bottom{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (max-width : 575.98px) {
    #title p.title-top{
        height: 50vh;
    }
    #title h1.title-bottom{
        height: 50vh;
    }
    #title img{
        max-height: 50vh;
    }
}
@media screen and (min-width : 576px) and (max-width:767.98px){
    #title p.title-top{
        height: 100vh;
    }
    #title h1.title-bottom{
        height: 100vh;
    }
    #title img{
        max-height: 100vh;
    }
}
@media screen and (min-width:768px) and (max-width:991.98px) {
    #title p.title-top{
        height: 100vh;
    }
    #title h1.title-bottom{
        height: 100vh;
    }
    #title img{
        max-width: 100%;
    }
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
    #title p.title-top{
        height: 100vh;
    }
    #title h1.title-bottom{
        height: 100vh;
    }
    #title img{
        max-width: 85%;
    }
}
@media screen and (min-width:1200px) {
    #title p.title-top{
        height: 100vh;
    }
    #title h1.title-bottom{
        height: 100vh;
    }
    #title img{
        max-width: 100%;
    }
}
.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}
}
#headline h2{
    font-family: 'Bebas Neue', cursive;
    font-size: clamp(3.5rem, (100vw - 37.5rem) * 2.0 / 82.498 + 3.5rem, 5.5rem); /* 375px - 1199.98px */
    letter-spacing: -0.2rem;
    line-height: 0.85;
}
#headline h2 span{
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.6 / 82.498 + 1.4rem, 2.0rem); /* 375px - 1199.98px */
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.5;
}
@media screen and (min-width : 768px) {
    #headline h2 span{
        line-height: 1.0;
    }
}
#headline h3{
    margin: 0 auto 1.5rem auto;
    font-size: clamp(1.4rem, (100vw - 37.5rem) * 0.2 / 82.498 + 1.4rem, 1.6rem); /* 375px - 1199.98px */
	font-weight: 600;
}
#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;
    }
}
.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;
}
.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-2{
    font-family: 'Poppins', sans-serif;
    font-size: 2.0rem;
    font-weight: 800;
    letter-spacing: -0.1rem;
    line-height: 1.2;
}
.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 .3s ease-out;
}
.photo-grid > div > a > img:hover{
    opacity: 0.5;
}
.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{
    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: 2.0rem;
    text-align: center;
    color: #ccc;
}
.shop-txt1 > span{
    display: block;
    font-family: 'Bebas Neue', cursive;
    font-size: 5.0rem;
}
.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;
}