@charset "UTF-8";
/**************************************
							共 通 項 目
**************************************/
body.fixed { position: fixed; width: 100%; height: 100%; left: 0; }

.wrapper { width: 100%; max-width: 1920px; margin: auto; /*background-color: #EFEBE7;*/ }

a:hover img { opacity: 1; transform: scale(1.1); cursor: zoom-in; }

hr { border: none; width: 100%; height: 2.0rem; background-image: linear-gradient(45deg, transparent 25%, #EFEBE7 25%, #EFEBE7 50%, transparent 50%, transparent 75%, #EFEBE7 75%, #EFEBE7); background-size: 2.0rem 2.0rem; }
@media (min-width: 1200px) { hr { height: 4.0rem; background-size: 4.0rem 4.0rem; } }

#topcontrol { z-index: 9999; }

/**************************************
					ナ ビ ゲ ー シ ョ ン
**************************************/
.open { position: fixed; top: 5px; left: 5px; z-index: 999; transition: .4s; opacity: 0.8; }
.open #open-btn { display: inline-block; position: relative; width: 3.5rem; height: 3.5rem; background-color: #D25C78; border-radius: 1.75rem; }
.open #open-btn #open-btn-icon { display: block; position: absolute; top: 50%; left: 50%; width: 15px; height: 2px; margin: -1px 0 0 -7.5px; background: #FFF; }
.open #open-btn #open-btn-icon:before, .open #open-btn #open-btn-icon:after { display: block; content: ""; position: absolute; top: 50%; left: 0; width: 15px; height: 2px; background: #FFF; }
.open #open-btn #open-btn-icon:before { margin-top: -7.5px; }
.open #open-btn #open-btn-icon:after { margin-top: 5px; }
.open:hover { opacity: 1; cursor: pointer; }

.close { width: 100%; max-width: 3.5rem; height: 100%; background-color: rgba(0, 0, 0, 0.8); position: fixed; top: 0; right: 0; z-index: 99999; display: none; }
@media (min-width: 768px) { .close { max-width: calc(100% - 365px); } }
.close #close-btn { display: inline-block; position: relative; width: 3.5rem; height: 3.5rem; }
.close #close-btn #close-btn-icon { display: block; position: absolute; top: 50%; left: 50%; width: 15px; height: 2px; margin: -1px 0 0 -7.5px; background-color: transparent; }
.close #close-btn #close-btn-icon:before, .close #close-btn #close-btn-icon:after { margin-top: 0; display: block; content: ""; position: absolute; top: 50%; left: 0; width: 15px; height: 2px; background: #EEE; }
.close #close-btn #close-btn-icon:before { transform: rotate(-45deg); }
.close #close-btn #close-btn-icon:after { transform: rotate(-135deg); }
.close #close-btn:hover { cursor: pointer; }

.drawer { width: calc(100% - 3.5rem); height: 100%; position: fixed; top: 0; left: 0; z-index: 99999; background-color: transparent; transform: translateX(-100%); transition: ease .3s; background-color: #FFF; }
@media (min-width: 768px) { .drawer { max-width: 365px; } }
.drawer.on { transform: translateX(0); }
.drawer .logo { /*height: 60px;*/ padding: 1.0rem 2.0rem; background-color: #ebad38; display: flex; align-items: center; justify-content: center; /*@include sm { height: 80px;}*/ }
.drawer .logo img { width: 70%; height: auto; }
.drawer .menu { height: calc(100% - 60px); overflow-y: auto; }
@media (min-width: 768px) { .drawer .menu { height: calc(100% - 80px); } }
.drawer .menu li { color: #333; position: relative; }
.drawer .menu li a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }
.drawer .menu li.new::after { position: absolute; top: 50%; right: 2.0rem; transform: translateY(-50%); content: "new"; font-size: 1.0rem; color: #D66E86; opacity: 0.8; }
.drawer .menu .accordion-title { font-size: 2.0rem; font-weight: 700; border-top: solid 1px #CCC; padding: 0.3rem 2.0rem; margin-bottom: -0.3rem; margin-top: 0.3rem; }
.drawer .menu .accordion-title:first-child { margin-top: 0; border-top: none; }
.drawer .menu .accordion-item { /*display: none;*/ /*@include md { display: block;}*/ }
.drawer .menu .accordion-item ul li { font-size: 1.4rem; padding: 0.3rem 2.0rem; }
.drawer .menu .accordion-item ul li:hover { background-color: #EBEBEB; }
.drawer .menu .shop-menu { font-size: 1.4rem; padding: 0.3rem 2.0rem; margin: 2.0rem 0; border-top: solid 1px #CCC; font-weight: 700; }
.drawer .menu .shop-menu:hover { background-color: #EBEBEB; }

/**************************************
						コ ン テ ン ツ
**************************************/
.title { width: 100%; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.title .logo { width: 20%; max-width: 120px; }
.title .logo img { width: 100%; height: auto; }
.title h1 { width: 80%; max-width: 900px; font-size: 0; }
.title h1 img { width: 100%; height: auto; }
.title .intro { width: 80%; max-width: 900px; font-size: 1.0rem; line-height: 1.6; }
.title .scroll { font-size: 1.4rem; font-weight: 500; text-align: center; line-height: 1.2; color: #F4B233; }

.block { background-color: #EFEBE7; /*@include xl { border-radius: 0 3.0rem 0 3.0rem; box-shadow:  1.0rem 1.0rem 2.0rem #cbc8c4, -1.0rem -1.0rem 2.0rem #ffffff;}*/ }
.block .mainimg { font-size: 0; position: relative; z-index: +2; overflow: hidden; }
.block .mainimg img { width: 100%; height: auto; }
.block .modelname { position: relative; padding-left: 2.0rem; }
.block .modelname::before { position: absolute; top: 0; left: 0; width: 1.5rem; height: 100%; display: block; content: ""; background-color: #F4DD4E; }
.block .modelname h2 { font-size: 2.4rem; font-family: Georgia, "Times New Roman", Times, serif; font-weight: 700; color: #929295; line-height: 1.2; }
@media (min-width: 576px) { .block .modelname h2 { font-size: 3.0rem; } }
@media (min-width: 1200px) { .block .modelname h2 { font-size: 5.0rem; } }
.block .caption { position: relative; padding-left: 2.0rem; display: flex; flex-wrap: wrap; align-items: center; }
.block .caption::before { position: absolute; top: 0; left: 0; width: 1.5rem; height: 100%; display: block; content: ""; background-color: #F4DD4E; }
.block .caption p { font-size: 1.0rem; font-weight: 400; line-height: 1.6; }
@media (min-width: 1200px) { .block .caption p { font-size: min(1vw, 1.3rem); } }
.block .caption .btn { width: 90%; margin: auto; text-align: center; font-size: 1.6rem; line-height: 2.4rem; border-radius: 1.2rem; font-family: Georgia, "Times New Roman", Times, serif; color: #D25C78; border: solid 2px #D25C78; position: relative; transition: .4s; }
.block .caption .btn:hover { background-color: #D25C78; color: #EFEBE7; }
.block .caption .btn a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; text-indent: -9999px; }
.block .caption .sold { font-family: Georgia, "Times New Roman", Times, serif; color: #D25C78; font-size: 1.6rem; text-align: center; }
@media (min-width: 1200px) { .block .caption .inner-block { transform: translateY(-1rem); } }
.block .gallery { width: 90%; background-color: #929295; position: relative; z-index: +1; }
.block .gallery::after { width: 10%; height: 100%; content: ""; display: block; position: absolute; top: 1.0rem; right: calc(-10% + 0.5rem); background: url("../img/gallery.svg") top/contain no-repeat; }
.block .gallery ul { display: flex; flex-wrap: wrap; padding: 1.0rem; }
.block .gallery ul li { width: calc(100% / 3); padding: 0.5rem; }
.block .gallery ul li .trim { overflow: hidden; }
.block .gallery ul li img { width: 100%; height: auto; }
@media (min-width: 768px) { .block .gallery ul li { width: 25%; } }
@media (min-width: 1200px) { .block .gallery::before { width: 100%; height: 2.0rem; position: absolute; top: -2.0rem; left: 0; content: ""; display: block; background-color: #929295; }
  .block .gallery ul { padding: 3.0rem; padding-top: 1.0rem; }
  .block .gallery ul li { width: 25%; } }
.block .video { width: 90%; background-color: #F4DD4E; position: relative; margin-left: 10%; }
.block .video::after { width: 10%; height: 100%; content: ""; display: block; position: absolute; top: 1.5rem; left: calc(-10% + 0.5rem); background: url("../img/video.svg") top/contain no-repeat; }
.block .video::before { width: 100%; height: 2.0rem; position: absolute; top: -2.0rem; left: 0; content: ""; display: block; background-color: #F4DD4E; }

/**************************************
						フ ッ タ ー
**************************************/
#shop { background: #1A1A1A; color: #FEFEFE; }
#shop .row { align-items: center; }

.shopinfo { text-align: center; }
.shopinfo .shopinfo-txt1 { font-family: 'Open Sans', sans-serif; font-size: 3.0rem; font-weight: 800; letter-spacing: -0.1rem; line-height: 1.0; }
.shopinfo .shopinfo-txt2 { font-size: 1.24rem; font-weight: 700; line-height: 2.0rem; }
.shopinfo p.shopelement { padding-top: 0.5rem; margin: 1.0rem auto 0 auto; border-top: 0.1rem solid #FEFEFE; font-size: 1.0rem; text-align: left; width: 80%; }
.shopinfo p.shopelement span { display: block; margin-bottom: 0.3rem; font-family: 'Open Sans', sans-serif; font-size: 1.4rem; font-weight: 800; letter-spacing: -0.1rem; }
.shopinfo a { color: #FEFEFE; transition: color .3s ease-out; }
@media (min-width: 992px) { .shopinfo { text-align: left; }
  .shopinfo p.shopelement { width: 100%; } }

.shopelement a { color: #FEFEFE; transition: color .3s ease-out; }

.shopinfo a:hover, .shopelement a:hover { color: #F7931E; }

.mapimg { text-align: center; }
.mapimg img { width: 100%; height: auto; }

.copyright { color: #CCC; width: 100%; font-size: 1.0rem; text-align: center; font-family: Georgia, "Times New Roman", Times, serif; }
