@charset "utf-8";

:root{
	--blue: #27408B;
	--white: #f5f5f5;
	--black: #121212;
}
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: #f5f5f5;
    -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;
}
#wrapper a:hover, button:hover{
	color: #FF5555;
}
#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}
}
#headline{
	margin-bottom: 8.0rem;
}
@media screen and (max-width : 767.98px) {
	#headline > div > div > div{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
#headline 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;
}
#blue{
	background-color: var(--blue)
}
#white{
	background-color: var(--white)
}
#black{
	background-color: var(--black)
}
#blue, #white, #black{
	padding-top: 3.0rem;
}
@media screen and (max-width:767.98px){
    #blue, #white, #black{
		padding-top: 1.5rem;
	}
}
#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;
    }
}
.info{
    margin-top: 6.0rem;
    text-align: center;
	color: var(--white);
}
.info img.logo{
    width: clamp(18.0rem, (100vw - 37.5rem) * 2.0 / 39.298 + 18.0rem, 20.0rem); /* 375px - 767.98px */
}
#white .info{
	color: #333;
}
#white .info img.logo, #white .model-name-1 img{
	filter: brightness(0) saturate(100%) invert(19%) sepia(0%) saturate(0%) hue-rotate(316deg) brightness(98%) contrast(97%);
}
.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.1rem;
    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-2{
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2.2rem, (100vw - 37.5rem) * 0.3 / 39.298 + 2.2rem, 2.5rem); /* 375px - 767.98px */
	font-weight: 700;
    letter-spacing: -0.07rem;
}
.specbutton{
	background-color: transparent;
	border: none;
	color: lightseagreen;
	margin-top: 1.0rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.3 / 39.298 + 1.3rem, 1.6rem); /* 375px - 767.98px */
	font-weight: 400;
    letter-spacing: -0.07rem;
	transition: all .4s;
}
.go {
    margin: 3.0rem auto 1.5rem auto;
}
.go > a{
    display: inline-block;
    padding: 0.3rem 1.0rem 0.5rem;
    text-align: center;
    color: goldenrod;
    font-weight: 500;
    background-color: transparent;
    border: 2px solid;
    border-radius: 2.0rem;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.go > a:hover{
    color: limegreen !important;
    border: 2px solid;
    border-radius: 1.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 */
}
.photo-main{
	margin-top: 3.0rem;
}
.photo-grid{
    margin: 6.0rem auto 0;
	padding-bottom: 6.0rem; /*親要素に対して一番最後のmargin-bottomが消える対策*/
    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{
	background-color: #fff;
}
.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;
}
@media screen and (max-width:767.98px){
    .photo-main{
        padding-left: 0; 
        padding-right: 0;
		margin-top: 1.5rem;
    }
    .photo-grid{
        padding-left: 0; 
        padding-right: 0;
		padding-bottom: 3.0rem; /*親要素に対して一番最後のmargin-bottomが消える対策*/
    }
}
.specification{
    margin: 6.0rem auto;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.06rem;
    color: olivedrab;
}
@media screen and (max-width : 767.98px) {
    .specification{
        padding-right: 3.0rem;
        padding-left: 3.0rem;
    }
}
.specification-modal{
    margin:1.5rem auto;
	font-family: 'Poppins', sans-serif;
	letter-spacing: -0.06rem;
    color: olivedrab;
}
.spec1{
    margin-bottom: 0;
}
.spec1 > p{
    margin-bottom: 0;
    border-bottom: 0.1rem solid #9e7f65;
    font-size: 1.8rem;
}
.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;
}
.close-btn{
	background-color: transparent;
	border: none;
	margin-top: 1.0rem;
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1.3rem, (100vw - 37.5rem) * 0.3 / 39.298 + 1.3rem, 1.6rem); /* 375px - 767.98px */
	font-weight: 400;
    letter-spacing: -0.07rem;
}
.sns {
    margin: 18.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: .3s;
}
.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: #ededed;
    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: #222;
}
.sns #twt::before {
    content: "Xでポスト";
    background-color: #222;
}
.sns #twt::after {
    border-color: #222 transparent transparent transparent;
}
.sns #fb .img {
    background-color: #222;
}
.sns #fb::before {
    content: "Facebookでシェア";
    background-color: #222;
}
.sns #fb::after {
    border-color: #222 transparent transparent transparent;
}
.sns #line .img {
    background-color: #222;
}
.sns #line::before {
    content: "LINEで送る"; background-color: #222;
}
.sns #line::after {
    border-color: #222 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;
}