@charset "utf-8";
/* CSS Document */

/***** reset *****/
* {
	word-break: break-all;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

h1,h2,h3{
	word-break: break-all;
}
.font1,
.bluescube 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;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}
/***** feature *****/

.feature {
	position: relative;
	width: 100%;
	font-family: 'Noto Sans Japanese' !important;
	font-size:16px;
	line-height:2em;
	text-align: left;
	text-decoration: none;
}
.bluescube-header{
	position: relative;
	height: 80px;
}
.feature p {
	margin: 0 0 1em;
}

.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: #999;
	background-color: #151212;
}
.feature.dark strong{
	color: #fff;
}
.feature a,
.feature a:visited{
	color: #ff5a00;
}
.feature a:hover{
	color: #f33;
}

article.container {
	padding: 1em;
}

.staffchoice{
	display: flex;  align-items: center;
}
.aman {
	border-radius: 50%;
	width:80px;
  }
  
  .balloon1 {
	margin-right: 10px; /* Adjust the spacing as needed */
	position: relative;
	display: inline-block;
	margin: 1.5em 0 1.5em 15px;
	padding: 7px 15px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 15px;
  }
  
  .balloon1:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e0edff;
  }
  
  .balloon1 p {
	margin: 0;
	padding: 0;
  }
@media (min-width:475px){
}
@media (min-width:1200px){
.feature {
	font-size: 20px;
}
article.container {
	max-width:1200px;
	padding: 0;
}
article.container.s {
	max-width:600px;
	padding: 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;
}
.block-btn a{
	display: block;
	padding:0.2em;
}
.inline-btn a{
	display: inline-block;
	padding: 0.2em 1em;
}
.block-btn a,
.inline-btn a{
	color:#fff;
	background:#f33;
	transition: .3s;
	text-decoration: none !important;
}
.block-btn a:visited,
.inline-btn a:visited{
	color:#fff !important;
	background:#f33 !important;
	transition: .3s;
}
.block-btn a:hover,
.inline-btn a:hover{
	color:#f33 !important;
	background:#ffcdcd !important;
	transition: .3s;
}
.block-btn.sold a,
.inline-btn.sold a{
	color:#999 !important;
	border-radius: 4px;
	border: 1px solid;
	background:#fff !important;
}
.block-btn.sold a:hover,
.inline-btn.sold a:hover{
	color:#666 !important;
	border-radius: 4px;
	border: 1px solid;
	background:#ebebeb !important;
}
@media (min-width:800px){
.block-btn{
	width:88%;
	font-size: 100%;
}
.block-btn a{
	padding:0.4em;
}
.inline-btn a{
	padding:0.4em 1em;
}
}
.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: #888;
}
.bc-navi li a:hover{
	color: #211;
	background: rgba(255,255,255,0.6);
}
@media screen and (min-width:475px) {
}
/***** visual *****/

.visual {
	width: 100%;
	margin: 0 auto;
}

.visual h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.visual-slideshow{
	position: relative;
	overflow: hidden;
	min-height:45vh;
}
.visual-slideshow img{
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 30s 0s infinite;
	animation: anime 30s 0s infinite;
}
@media screen and (min-width:1200px) {
.visual-slideshow{
	min-height:50vh;
}
.visual-slideshow img{
	top: -10%;
}
}
@media screen and (min-width:1600px) {
.visual-slideshow img{
	top: -20%;
}
}
.visual-slideshow img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.visual-slideshow img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
.visual-slideshow img:nth-of-type(4) {
	-webkit-animation-delay: 18s;
	animation-delay: 18s;
}
.visual-slideshow img:nth-of-type(5) {
	-webkit-animation-delay: 24s;
	animation-delay: 24;
}
@-webkit-keyframes anime {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		z-index: 9;
	}
	100% {
		opacity: 0;
	}
}
.visual img {
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	display: block;
	transition: .5s;
}
.visual-img.pc,
.visual-img.smt {
}
.visual-img.pc,
.feature-img.pc {
	display:none;
}
.visual-img.smt,
.feature-img.smt {
	display:block;
}
.visual-img img {
	display: block;
}
.bluescube h2.feature-title{
	padding:1em 0;
	font-size:3em;
	text-align: left;
	line-height:1em;
	color: #000;
}
ul.features{
	font-size:0.9em;
}
ul.features li{
	margin: 0.4em;
	padding: 0.5em 0.6em;
	list-style: none;
	line-height: 1.8em;
	border: 2px dotted #999;
}
@media screen and (min-width:800px) {
.visual-img.pc {
	display:block;
}
.visual-img.smt {
	display:none;
}
}
@media screen and (min-width:1024px) {
.bluescube h2.feature-title{
	font-size:4em !important;
}
.feature-body{
	max-width:50%;
	margin:0;
}
.feature-img.pc {
	display:block;
}
.feature-img.smt {
	display:none;
}
}

.img-box{
	position:relative;
	width:100%;
	height:auto;
}
.img-box:after{
	content:"";
	display:block;
	padding-top:100%;
}
.img-box img{
	position:absolute;
	top:0; right:0; left:0; bottom:0;
	margin:auto;
	max-height:100%;
}
/***** 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;
	border-bottom: 1px dotted;
}
.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%;
}
.vmd .col20,
.lineup .col20,
.col16,
.col12{
	width:33.33%;
}
.col20,
.col25,
.col33.sm,
.col66.sm,
.col50.sm{
	width:50%;
}
.col33,
.col66,
.col50{
	width:100%;
}
@media (min-width:800px) {
.vmd .col20,
.col20,
.col25,
.lineup .col20,
.col12{
	width:25%;
}
.col33{
	width:33.33%;
}
.col25.order1,.col25.order3,
.col50{
	width:50%;
}
.col50.order2{
	width:100%;
}
.col66{
	width:66.66%;
}
}
@media (min-width:1024px) {
.col12,
.col16{
	width:16.66%;
}
.vmd .col20,
.col20{
	width:20%;
}
.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:1200px) {
.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;
}


}

/***** katana 独自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);
}
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;
}
.bluescube{
	color: #5b4a3d;
}

.bluescube h1{
}
.bluescube h1 img{
}
.bluescube h1 span{
}
.bluescube h2{
	padding:3em 0;
	color: #ff5a00;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
}
.bluescube h1.intro_h1{
	color: #ff5a00;
	font-family: 'futura-pt', sans-serif;
	font-size: 3em;
	font-weight: 600;
	line-height: 1.4em;
	text-align: center;
}
.bluescube h1.intro_h1 img{
	margin: 1em auto;
}
.bluescube h2.intro_h2{
	text-align: left;
	margin: 2em auto 1em;
	padding: 1em;
	font-size: 1.4em;
	border-left: 5px solid #ff5a00;
}
.bluescube h2 span{
	display: block;
	font-size:50%;
	font-weight: 300;
	letter-spacing: 2px;
}
.bluescube h2.modeltitle{
	margin-top: 2em;
	padding:1.5em 0;
	font-size: 3em;
	line-height: 1em;
	word-break: keep-all;
}
.bluescube h2#k{
	background: url(../img/h2_ktn-50-3.jpg) no-repeat 0 50%;
	background-size: cover;
}
.bluescube h2#sthss{
	color: #fff;
	background: url(../img/h2-sthss_pc.jpg) no-repeat 25% 50%;
	background-size: cover;
}
.bluescube h2#tl{
	background: url(../img/h2-tl_pc.jpg) no-repeat 25% 50%;
	background-size: cover;
}
.bluescube h2#mt{
	color: #fff;
	background: url(../img/h2-mt_pc.jpg) no-repeat 25% 50%;
	background-size: cover;
}
.bluescube h2#pb{
	color: #fff;
	background: url(../img/h2-pb_pc.jpg) no-repeat 25% 50%;
	background-size: cover;
}
.bluescube h2#jb{
	color: #fff;
	background: url(../img/h2-jb_pc.jpg) no-repeat 25% 50%;
	background-size: cover;
}
.bluescube h2#mtb{
	color: #fff;
	background: url(../img/h2-mtb_pc.jpg) no-repeat 25% 50%;
	background-size: cover;
}
@media screen and (min-width:800px) {
.bluescube h2.modeltitle{
	padding:2em 0;
}
}
.bluescube h2.visual{
	padding:0;
}
.bluescube h2.modeltitle,
.bluescube .model-select div{
	font-family: 'futura-pt', sans-serif;
}
.bluescube h2.modeltitle span,
.bluescube .model-select h2,
.bluescube .model-select span{
	font-family: 'Noto Sans Japanese';
}
.bluescube h3{
	margin:2em auto;
	text-align: center;
	color:#322;
}
.bluescube .col-box h3{
	text-align: center;
}


.intro {
	padding: 4em 0;
	width: 100%;
}
.intro-menu{
	text-align: center;
}
.intro-menu ul{
	display: inline-block;
	margin: 2em auto;
	padding: 0 1.4em 1.4em;
	list-style: none;
	text-align: left;
	border: 4px dotted #999;
	display: inline-block;
	background-color: #eee;
}
.intro-menu ul li.intro-menu-title{
	margin-top: 1em;
	font-weight:bold;
}
.intro-menu ul li a{
	display: block;
}
.bluescube .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:2rem 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 div{
	padding:2em 1em;
	text-align: center;
	letter-spacing: 0;
	line-height: 1em;
}
.model-select div a{
	display: block;
	text-decoration: none;
	color:#ff5a00;
}
.model-select div a img{
	border-radius: 50%;
	transform: scale(94%);
	transition-duration: 0.2s;
}
.model-select div.eg a img,
.model-select div.eb a img{
	border-radius: 24%;
}
.model-select div a:hover img{
	transform: scale(100%);
	transition-duration: 0.5s;
}
.model-select div a span{
	font-size:  0.75em;;
}
.model-select.button div{
}

.lineup .notice,
.lineup .notice1,
.series-name,
.model-name,
.model-spec,
.model-price{
	line-height: 1.4em;
	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: #322;
}
.series-name span{
	display: inline-block;
	margin-left:4px;
	padding:3px 6px;
	color: #fff;
	border-radius: 6px;
}
.series-name.ac span{
	background-color: #9b7053;
}
.series-name.cs span{
	background-color: #717685;
}
.series-name.pv span{
	background-color: #774a2c;
}
.series-name.as span{
	background-color: #9160ad;
}
.series-name.cu span{
	background-color: #d12e2e;
}
.series-name.nl span{
	background-color: #439b8c;
}
.series-name.cc span{
	background-color: #a09c9c;
}
.model-name{
	font-family: futura-pt, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size:120%;
	line-height:1.1em;
		color: #322;
}
.model-spec{
	font-size:85%;
}
.model-price{
	text-align: center;
	color: #ff2020;
}
.model-price span{
	font-size:80%;
	color:#333;
}

p.ranking{
	text-align:center;
}
.rank{
	margin:0 0.5em;
	padding: 0.5em 1em;
	font-size: 0.8em;
	display: inline-block;
	border-radius: 3em;
	color: #322;
	background:#eee;
}
.rank.first,.rank.second,.rank.third{
	font-weight:bold;
	color: #fff;
}
.rank.first{
	background: linear-gradient(45deg, #c0b283 0%, #c0b283 45%, #fee9a0 70%, #c0b283 85%, #c0b283 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
.rank.second{
	background: linear-gradient(45deg, #757575 0%, #9e9e9e 45%, #e8e8e8 70%, #9e9e9e 85%, #757575 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
.rank.third{
	background: linear-gradient(45deg, #a57e65 0%, #a57e65 45%, #f3cfb8 70%, #a57e65 85%, #a57e65 90% 100%);
	background-size: 800% 400%;
	animation: gradient 5s infinite cubic-bezier(.62, .28, .23, .99) both;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
.model-features{
	margin:2em 0;
	padding:0.6em;
	font-size:75%;
	line-height:1.4em;
	background: #eee;
}
.bluescube .col-box .model-features h3{
	margin:0.6em 0;
	text-align:left;
}
.detail-select{
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
}
.detail-select li{
	width:50%;
}
.detail-select li.current{
	border-bottom: 4px solid #eee;
}
.detail-select li a{
	display: block;
	padding:0.6em;
	text-decoration: none;
	text-align: center;
	color:#666;
}
.detail{
	overflow: auto;
	scroll-snap-type: x mandatory;
	display: flex;
}
.detail .description,
.detail .spec {
	scroll-snap-align: start;
	height: 100%;
	width: 100%;
	flex: none;
}
.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;
}
.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:600px){
.recommend a img{
	border-radius: 10px;
}
}
@media (min-width:1200px){
.recommend a img{
	border-radius: 12px;
}
.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: #dbae95;
}
nav.lineup-nav{
	width:100%;
	padding:1em;
}

#lineup-menu li,
#slide-menu li{
	list-style: none;
	text-align: center;
}
#lineup-menu ul,
#slide-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width:1200px;
}
#lineup-menu .menu1 li,
#slide-menu .menu1 li{
	width:33.33%;
	margin: 0;
	font-size: 80%;
	line-height: 0.8em;
}
@media (min-width:600px){
#lineup-menu .menu1 li,
#slide-menu .menu1 li{
	width:16.66%;
	font-size: 100%;
}
}
@media (min-width:800px){
.storeinfo iframe{
	height: 220px;
}
}
@media (min-width:1200px){
}
#lineup-menu li a,
#slide-menu li a{
	display: block;
	padding: 0.2em;
	font-size: 90%;
	text-decoration: none;
	transition: 0.2s;
}
#lineup-menu li a{
	color: #ff5a00;
}
#slide-menu li a{
	color: #915435;
}
#lineup-menu li a:hover,
#slide-menu li a:hover{
	transform: scale(104%);
	transition: 0.2s;
}
#lineup-menu li a:hover{
	color:#a89d91;
}
#slide-menu li a:hover{
	color:#fff;
}
#lineup-menu li a img,
#slide-menu li a img{
	max-width: 100%;
	height: auto;
	margin-bottom: 0.5em;
	border-radius: 10%;
}
#togglebtn{
	padding:0.8em;
	position: fixed;
	bottom:10px; right:10px;
	color: #ff5a00;
	border: none;
	background: #202020;
	transition: 0.2s;
	z-index:120;
}
#lineup-menu ul.menu2 li a,
#slide-menu ul.menu2 li a{
	padding: 0.8em;
	border-top: 1px solid #ff5a00;
	border-bottom: 1px solid #ff5a00;
	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;
}
.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;
}
.yt-box{
	position: relative;
	width:100%;
	height:auto;
}
.yt-box:after{
	content:"";
	display:block;
	padding-top:56.25%;
}
.yt-box img{
	position:absolute;
	top:0; left:0; bottom:0;
	margin:auto;
}
.yt-box svg{
	position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  opacity: 0.8;
  transform: translate(-50%,-50%);
}
.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%;
}
.scrollbox{
	width:100%;
	max-width:1200px;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
@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%;
}
.scrollbox{
	overflow-x: visible;
	scroll-snap-type: x mandatory;
}
}
table.comparison{
	width:800px;
	border-collapse: collapse;
	border-left: 1px solid #ddd;
	scroll-snap-align: start;
	border-bottom: 1px solid #ddd;
}
table.comparison th,
table.comparison th[rowspan],
table.comparison td[colspan],
table.comparison td{
	width:12.5%;
	font-size:65%;
}
table.comparison th{
	text-align:center;
	color: #bbb;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	background: #333;
}
table.comparison td{
	padding:0.8em 0.4em;
	text-align:center;
	line-height:1.2em;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
table.comparison th.c-title,
table.comparison td.c-title{
	position: sticky;
	left: -20px;
	color: #bbb;
	background: rgba(32,32,32,0.7);
}
table.comparison td.none{
	background: #eee;
}
@media (min-width:1200px){
table.comparison{
	width:1200px;
}
}

.overview img{
	margin: 0 0 0 -3em;
}
.overview.reverse img{
	margin: 0 -3em 0 0;
}
.show-btn{
	margin: 0 auto 1em auto;
  padding: 0.5em;
	font-size:0.8em;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #ddd;
}
.note{
	list-style: none;
	font-size: 0.8em;
}
.note li{
	padding: 0.4em;
  line-height: 1.5em;
}
.note li:nth-child(odd){
	background: #eee;
}
dl.spec{
	font-size:0.75em;
	line-height:1.5em;
	border-bottom: 1px solid #eee;
}
dl.spec dt,
dl.spec dd{
	padding:0.6em;
	border-top: 1px solid #eee;
}
dl.spec dt{
	float: left;
	clear: both;
	width:33.33%;
	text-align: right;
}
dl.spec dd{
	float: left;
	width:66.66%;
	border-left: 1px solid #eee;
}
.relativeitem{
	margin-bottom: 2em;
	padding: 0.5em;
	align-items: flex-end;
	border: 2px dotted #999;
}