@charset "utf-8";
/* CSS Document */

/***** reset *****/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body{
	color: #ccc3bb;
	background-color: #151212;
}
h1{
	word-break: break-all;
}
.font1,
.amulv h2.feature-title{
	font-family: futura-pt, sans-serif;
	font-weight: 900;
	font-style: normal;
}
.font1-2{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style:normal;
}
.color1{
	color: #d22;
}
span.new{
	display: inline-block;
	margin: 0.2em auto;
	padding: 0 0.4em;
	font-size: 70%;
	color: #fff;
	background: #ff6969;
}
/***** feature *****/

.feature {
	position: relative;
	width: 100%;
	font-family: 'Noto Sans Japanese' !important;
	font-size:16px;
	line-height:2em;
	text-align: left;
	text-decoration: none;
}
.amulv-header{
	position: relative;
	height: 80px;
}
.feature p {
	margin: 0 0 1em;
	word-break: break-all;
}

.feature img {
	max-width: 100%;
}
.feature .stxt{
	font-size:75%;
	line-height:1.4;
}
.feature.light {
	color: #777;
	background-color: #fff;
}
.feature.light strong{
	color: #322;
}
.feature.dark {
	color: #ccc3bb;
	background-color: #151212;
}
.feature.dark strong{
	color: #fff;
}

article.container {
	padding: 1em;
}

@media (min-width:475px){
}
@media (min-width:1280px){
.feature {
	font-size: 18px;
}
article.container {
	max-width:1280px;
	padding: 1em 0;
}
}
@media (min-width:1600px){
}

/***** btn 
.block-btn{
	margin:0.4em 0.6em;
	text-align:center;
}*****/
.block-btn{
	margin:0.4em auto;
	width:85%;
	font-size: 85%;
	text-align:center;
}
.inline-btn{
	display: inline-block;
}
.block-btn a,
.inline-btn a{
	display:block;
	padding:0.2em;
	color:#fff;
	border-radius: 4px;
	background:#ff3e3e;
	transition: .3s;
	text-decoration: none !important;
}
.block-btn a:visited,
.inline-btn a:visited{
	color:#fff !important;
	background:#ff3e3e !important;
	transition: .3s;
}
.block-btn a:hover,
.inline-btn a:hover{
	color:#963333 !important;
	background:#ffbcbc !important;
	transition: .3s;
}
.block-btn.sold a,
.block-btn.sold a:hover,
.inline-btn.sold a,
.inline-btn.sold a:hover{
	color:#505050 !important;
	cursor: default;
	background:#c5c5c5 !important;
}
@media (min-width:800px){
.block-btn{
	width:88%;
	font-size: 100%;
}
.block-btn a,
.inline-btn a{
	padding:0.4em;
}
}
.link-base{
	margin:1.5em auto;
	padding:1.5em;
	text-align: center;
	background:#711313;
}
/***** color *****/

/***** bg *****/

/***** toplink-logo *****/
.toplink-logo{
	position: fixed;
	top:10px;
	left: 10px;
	width:60px;
	height:60px;
	max-width:33%;
	background: #fff;
	box-shadow: 0 0 16px rgba(0,0,0,0.2);
	z-index: 100;
	transition-duration: 0.5s;
}
.toplink-logo:hover{
	transform: scale(1.2,1.2);
	transition-duration: 0.5s;
}
.toplink-logo .corplogo{
	margin:auto;
	vertical-align: middle;
}
@media screen and (min-width:475px) {
.toplink-logo{
	top:15px;
	left: 15px;
	width:75px;
	height:75px;
}
}
@media screen and (min-width:1200px) {
.toplink-logo{
	top:20px;
	left: 20px;
	width:100px;
	height:100px;
}
}

/***** bc-navi *****/
.bc-navi{
	position: absolute;
	top:0;
	right: 1em;
	width: calc(100% - 100px);
	height:3em;
	font-size:12px;
	text-align: right;
	word-wrap: break-word;
}
.bc-navi li{
	display: inline-block;
	line-height:1.2;
}
.bc-navi li a::after{
	content: " > ";
}
.bc-navi li a{
	display: block;
	padding:0.5em 0.2em;
	text-decoration: none;
	color: #ff3e3e;
}
.bc-navi li a:hover{
	color: #fff;
	background: #ff3e3e;
}
@media screen and (min-width:475px) {
}
/***** visual *****/

.visual {
	width: 100%;
	margin: 0 auto;
}

.visual h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.visual img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	display: block;
}
.visual-img.pc,
.visual-img.smt {
}
.visual-img.pc,
.feature-img.pc {
	display:none;
}
.visual-img.smt,
.feature-img.smt {
	display:block;
}
.amulv h2.feature-title{
	padding:1em 0;
	font-size:3em;
	text-align: left;
	line-height:1em;
	color: #000;
}
@media screen and (min-width:800px) {
.visual-img.pc,
.feature-img.pc {
	display:block;
}
.visual-img.smt,
.feature-img.smt {
	display:none;
}
}
@media screen and (min-width:1024px) {
.feature-body{
	max-width:50%;
	margin:0;
}
}
/***** col-box *****/
.col-box{
	width:100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.col-box.lead{
	margin:2em auto;
	align-items: center;
}
.col-box.lineup{
	margin:2em auto;
	justify-content: center;
}
.col-box.lineup > div{
	margin-bottom:2em;
}
.col-box.reverse{
	flex-direction: row-reverse !important;
}
.col-box.alignitems-center{
	align-items: center;
}
.col-box.alignitems-start{
	align-items: flex-start;
}
.col-box.alignitems-end{
	align-items: flex-end;
}
.col-box.g{
	justify-content: right;
}
.col-box.b{
	justify-content: right;
}
.col-box img{
	max-width:100%;
}
.col-box img.rh{
}
.col-box img.lh{
}
.col-box > div{
	margin:0;
	padding:2%;
}
.col-box.visual > div{
	line-height:0;
}
.model-select .col-box > div{
	text-align: center;
}


.col-box > div.pd0{
	padding:0;
}
.col-box > div.pd0 img{
	vertical-align: top;
}
.col-box > div.pd1{
	padding:1%;
}
.col-box > div.pd4{
	padding:4%;
}
.model-select .col20,
.col12{
	width:33.33%;
}
.col16,
.col20,
.lineup .col20,
.col25,
.col33.sm,
.col50.sm{
	width:50%;
}
.col33,
.col66,
.col50{
	width:100%;
}
@media (min-width:800px) {
.col16,
.vmd .col20,
.col20,
.lineup .col20,
.col12{
	width:25%;
}
.col25,
.model-select .col20,
.col33.sm{
	width:33.33%;
}
.col25.order1,.col25.order3,
.col33,
.col50{
	width:50%;
}
.col50.order2{
	width:100%;
}
.col66{
	width:66.66%;
}
}
@media (min-width:1024px) {
.col12,
.col16{
	width:16.66%;
}
.vmd .col20,
.model-select .col20,
.col20{
	width:20%;
}
.col33{
	width:33.33%;
}
.col66{
	width:66.66%;
}
.col25.order1{
	width:25%;
	order: 1;
}
.col50.order2{
	width:50%;
	order: 2;
}
.col25.order3{
	width:25%;
	order: 3;
}
.col-box.g{
	justify-content: left;
}
}

@media (min-width:1280px) {
.col12{
	width:12.5%;
}
.lineup .col20{
	width:20%;
}
.col25{
	width:25%;
}
}

/***** responsive *****/

@media (max-width:1600px) {

}

@media (max-width:1400px) {

}

@media (max-width:1200px) {

}

@media (max-width:1024px) {

}

@media (max-width:834px){

}

@media (max-width:768px){

}

@media (max-width:475px) {

}

@media (max-width:375px) {

}

@media (max-width: 320px) {

}


/***** base *****/

* {
	padding: 0;
	margin: 0 auto;
}

body {
	width: 100%;
	text-align: center;
}

/***** grid *****/

.grid-main {
	width: 100%;
	height: auto;
}

@media (min-width:1200px){
.grid-main {
	width: 100%;
}

}

/***** visual1 *****/

.visual {
	width: 100%;
}


/***** responsive *****/

@media ( max-width: 1024px ) {

.shtmlHeader1-inner2 {
	right: -50%;
	width: 50%;
}

}


@media ( max-width: 767px ) {

.shtmlHeader1-inner1 {
	padding: 0px 30px 0px 30px;
}

.shtmlHeader1-inner2 {
	right: -100%;
	width: 100%;
}

.shtmlHeader1-menu1 {
	padding: 60px 30px 60px 30px;
}

.shtmlHeader1-menu1-category1 {
    padding: 0px 0px 0px 0px;
}

.shtmlHeader1-menu1-category1-inner1 {
	padding: 60px 30px 60px 30px;
}

.shtmlHeader1-menu1-category1-list1 {
	padding: 15px 0px 15px 0px;
}


}

/***** amulv 独自CSS *****/
section.trgt{
	padding-bottom: 6em;
/*
	display: none;
*/
}
.open-section,
.close-section{
/*
	margin: 2em auto;
	text-align: center;
	width: 85%;
	max-width: 600px;
*/
	display: none;
}
.open-section-btn,
.close-section-btn{
	display: block;
	padding: 0.6em 1em;
	border: 1px solid #454545;
	cursor: pointer;
	transition: 0.2s;
}
.open-section-btn:hover,
.close-section-btn:hover{
	color: #fff;
	background: #454545;
	transition:0.5s;
}
.gap{
	height:65vh;
}
.foot-menu{
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background: rgba(138, 43, 43, 0.9);
}
.foot-menu .scrollbox{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
ul.foot-menu-list{
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;
}
ul.foot-menu-list li{
}
ul.foot-menu-list li a{
	display: block;
	padding: 0.8em;
	color:#fff;
	text-decoration: none;
}
ul.foot-menu-list li a:hover{
	color:#fff;
	text-decoration: none;
}
.amulv{
	color: #ccc3bb;
}

.amulv h1{
	padding:0 0 1em 0;
	letter-spacing: 0.2rem;
	font-family: futura-pt, sans-serif;
	font-size:2em;
	text-align: center;
	line-height:1.8em;
	color: #717171;
}
.amulv h1 img{
	width:400px;
	max-width: 80%;
	vertical-align: middle;
}
.amulv h1 span{
}
.amulv h2{
	padding:3em 0;
	color: #ff3e3e;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.amulv h2 div{
	display: block;
	max-width:1280px;
	margin: 0 auto;
	padding:0 0 0 1em;
	letter-spacing: 0.1em;
}
.amulv h2 div span{
	display: block;
	margin: 0 auto;
	font-size: 0.5em;
	letter-spacing: 0;
}
.amulv h2.modeltitle{
	margin-top: 2em;
	padding:3em 0;
	font-size: 2em;
	line-height: 1em;
	text-align: left;
	word-break: keep-all;
	color: #ffffff;
}
.amulv h2#feat{
	text-align: center;
	color: #333;
}
.amulv h2#st50{
	background: url(../images/h2-st50.jpg?1) no-repeat 80% 50%;
	background-size: cover;
}
.amulv h2#st60{
	background: url(../images/h2-st60.jpg?1) no-repeat 80% 50%;
	background-size: cover;
}
.amulv h2#sthss{
	background: url(../images/h2-sthss.jpg?1) no-repeat 80% 50%;
	background-size: cover;
}
.amulv h2#tl50{
	background: url(../images/h2-tl50.jpg?1) no-repeat 80% 50%;
	background-size: cover;
}
.amulv h2#tl60c{
	background: url(../images/h2-tl60c.jpg?1) no-repeat 80% 50%;
	background-size: cover;
}

/*2025C*/

@media screen and (min-width:800px) {
.amulv h1{
	font-size:4em;
}
.amulv h2.modeltitle{
	padding:2em 0;
	font-size: 3em;
}
}
.amulv h2.visual{
	padding:0;
}
.amulv h2.modeltitle,
.amulv .model-select div{
	font-family: futura-pt, sans-serif;
}
.amulv h2.modeltitle span,
.amulv .model-select h2,
.amulv .model-select span{
	font-family: 'Noto Sans Japanese';
}
.amulv h3{
	margin:2em auto;
	text-align: center;
	color:#313131;
}
.amulv .col-box h3{
	text-align: center;
}


.intro {
	width: 100%;
	max-width: 1400px;
	padding: 4em 1em;
}

.amulv .intro h2 {
	padding:2em 0;
	text-align: left;
	font-size:3em;
	line-height:1.1em;
	letter-spacing: 0.1em;
	word-wrap: normal;
}
.intro p {
	width: 100%;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 2em;
	text-align: center;
}

.movie{
	position:relative;
	width:100%;
	height:auto;
	margin:20px auto;
	background-color: #000;
}
.movie:after{
	content:"";
	display:block;
	padding-top:56.25%;
}
.movie img{
	cursor:pointer;
}
.movie img,
.movie iframe{
	position:absolute;
	top:0; left:0;
	width:100%;
	height:100%;
	margin:auto;
}
.text-danger{
	font-size:0.75em;
	color:#c00;
}
.specs{
	font-size: 0.9em;
	line-height:1.8;
}
.menu{
	background-color: #000;
}

.menu a{
	display: block;
}
.menu a img{
	filter: contrast(150%) saturate(0%) opacity(0.8);
	transition: 0.4s;
	vertical-align: top;
}
.menu a:hover img{
	filter: contrast(100%) saturate(100%) opacity(1);
	transition: 0.2s;
}
.model-select{
	margin:2em auto;
}
.model-select div{
	text-align: center;
	letter-spacing: 0;
	line-height: 1em;
}
.model-select div a{
	display: block;
	text-decoration: none;
	color: #867171;
}
.model-select div a img{
	border-radius: 30%;
	transform: scale(95%);
	transition-duration: 0.2s;
}
.model-select div a:hover img{
	transform: scale(100%);
	transition-duration: 0.5s;
}
.model-select div a span{
	font-size:  0.75em;;
}

.feature .lineup p{
	margin: 0 auto;
	text-align: center;
	line-height: 1.2em;
	word-break: keep-all;
}
.lineup .notice{
	font-size:0.8em;
	color: #cab8b8;
}
.lineup .notice1{
	font-size:0.8em;
	color: #ff6969;
}
.series-name{
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:75%;
	color: #000;
}
.model-name{
	font-family: futura-pt, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size:120%;
	color: #000;
}
.series-name.new,
.model-name.new{
	color: #ff3e3e;
}
.feature .lineup .model-info{
	margin: 0.6em auto;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-size:80%;
	font-style: normal;
}
.model-info.new{
	color: #ff6969;
}
.img-box{
	position:relative;
	width:100%;
	height:auto;
	line-height: 1.2em;
}
.img-box:after{
	content:"";
	display:block;
	padding-top:50%;
}
.img-box img{
	position:absolute;
	top: 50%;
	left: 50%;
	max-height:100%;
	margin:auto;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.featuredspec{
	align-items:center;
}
.featuredspec h3{
	margin: 0 auto 1em;
}
.model-spec-table th,
.model-spec-table td{
	padding: 0.2em;
	font-size:80%;
	line-height: 1.4em;
}
.model-spec-table th{
	width: 31%;
	text-align:right;
	vertical-align: top;
	color: #fff;
}
.model-spec-table td{
	width: 69%;
	text-align:left;
	border-bottom: 1px dotted #999;
}
.recommend{
	font-size:80%;
	line-height:1.4em;
}
.recommend{
	font-size:80%;
	line-height:1.4em;
	text-align: center;
	background: #c6c6c6;
}
.recommend .col-box > div{
	padding: 1%;
}
.recommend a{
	color:#333 !important;
	text-decoration: none !important;
}
.recommend a img{
	border-radius: 8px;
}
.recommend a:hover img{
	border-radius: 16px;
}
@media (min-width:1024px){
.recommend a img{
	border-radius: 10px;
}
}
@media (min-width:1200px){
.recommend a img{
	border-radius: 12px;
}
.foot-menu .scrollbox{
	overflow-x: visible;
}
.gap{
	height:80vh;
}
}
.othermodels{
	background:#ddd;
}
.storeinfo{
	font-size:80%;
	line-height: 1.4em;
}
.storeinfo h3{
	padding: 1em 0;
}

.storeinfo span{
	line-height: 1em;
}
.storeinfo iframe{
	height: 180px;
}
.footer {
	width: 100%;
}

.footer_copyright {
	width: 100%;
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
}

.footer_copyright p {
	font-size: 12px;
	font-weight: 500;
	text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
	margin: 0px 0px 0px 0px;
}

#slide-menu{
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	padding:0;
	z-index:110;
}
nav#nav{
	position: absolute;
	bottom:0;
	width:100%;
	padding:4em 1em;
	background: rgba(21, 21, 21, 0.95);
}
/*#slide-menu .menu2{
	display: flex;
}
#slide-menu .menu2 li{
	width: 50%;
}*/
#slide-menu li{
	list-style: none;
	text-align: center;
}
#slide-menu ul{
	display: flex;
	flex-wrap: wrap;
}
#slide-menu .menu1 li{
	width:33.33%;
	font-size: 80%;
	line-height: 0.8em;
}
#slide-menu .menu2 li{
	width:100%;
}
@media (min-width:600px){
#slide-menu .menu1 li{
	width:16.66%;
	font-size: 100%;
}
}
@media (min-width:800px){
.storeinfo iframe{
	height: 220px;
}
}
@media (min-width:1280px){
#slide-menu .menu1 li{
	width:12.5%;
}
}
#slide-menu li a{
	display: block;
	padding: 0.2em;
	font-size: 90%;
	text-decoration: none;
	color: #cc3a52;
	transition: 0.2s;
}
#slide-menu li a:hover{
	color:#fff;
	transform: scale(104%);
	transition: 0.2s;
}
#slide-menu li a img{
	max-width: 100%;
	height: auto;
	margin-bottom: 0.5em;
	border-radius: 50%;
}
#togglebtn{
	padding:0.8em;
	position: fixed;
	bottom:10px; right:10px;
	color: #cc3a52;
	border: none;
	background: #202020;
	transition: 0.2s;
	z-index:120;
}
#slide-menu ul.menu2 li a{
	padding: 0.8em;
	border-top: 1px solid #cc3a52;
	border-bottom: 1px solid #cc3a52;
	transition: 0.2s;
}
#togglebtn:hover{
	cursor: pointer;
	padding:1em;
	color:#fff;
	background: #483d3d;
	transition: 0.2s;
}
#slide-menu ul.menu2 li a:hover{
	color:#fff;
	transition: 0.2s;
}
nav[aria-hidden="true"]{
	right:-100%;
	transition: 0.2s;
}
nav[aria-hidden="false"]{
	right:0%;
	transition: 0.2s;
}
.hidden{
	display: none;
}
#overlay{
	display: none;
	z-index: 1000;
	position:fixed;
	top:0; left:0;
	right:0; bottom:0;
	background:rgba(0,0,0,0.75);
}
#overlay img.overlayimg{
	position:fixed;
	top:0; left:0;
	right:0; bottom:0;
	margin:auto;
	max-width:100%;
	max-height:100%;
	transition: 0.2s;
}
#overlay img.close,
#ytO img.close{
	position:fixed;
	bottom:4em;
	right:2em;
	max-width:24px;
	cursor: pointer;
	z-index: 10;
}
.floatimage{
	cursor: pointer;
	opacity: 1;
	transition: .3s;
}
.floatimage:hover{
}
.xstxt{
	font-size:0.6em;
	text-align: center;
	letter-spacing: 1px;
	color: #cab8b8;
}

.vmd {
	text-align:center;
	font-size: 0.9em;
	font-weight:bold;
}
.vmd > div img{
	width:100%;
	max-width:110px;
	height:110px;
	object-fit:cover;
}
.yttn {
	cursor: pointer;
	opacity: 1;
	transition: .3s;
}
.yttn:hover {
	opacity: 0.8;
	filter: brightness(1.5);
	transition: .3s;
}
.ytO {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}
.ytOIframe-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #fff;
}
.ytOIframe-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-width:500px){
.vmd > div img{
	max-width:150px;
	height:150px;
}
}
@media (min-width:800px){
.vmd > div img{
	max-width:200px;
	height:200px;
}
#overlay img.close,
#ytO img.close{
	top:2em;
	max-width:30px;
}
}
@media (min-width:1200px){
.vmd > div img{
	max-width:230px;
	height:230px;
}
.ytOIframe-box {
	width: 80%;
	padding-bottom: 45%;
}
}


/* SE */

.slideshow-container-pc {
	width: 100%;
	max-width: 2000px;
	min-height: 66vh;
	margin: auto;
	overflow: hidden;
	position: relative;
}

.slideshow-container-smt {
	width: 100%;
	max-width: 768px;
	min-height: 66vh;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 2s ease-in-out;
}

.active {
	opacity: 1;
}
