@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap');

/* ============================================================================================================== */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  margin:0;
  padding:0;
  
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ============================================================================================================== */



/* =================================================TOPPAGE====================================================== */

#top_contents {
	max-width:80%;
	min-width:1000px;
	width:100%;
	margin:0 auto;
}
.it_2 span{
	margin-right:15px;
}
.link_h {
}
link_h:hover {
  filter: saturate(200%);
}



.slide {
	position:relative;
	height:400px;
}
.slide img {
	position:absolute;
	opacity:0;
	transition:all 1s ease-in-out;
	height:100%;
	object-fit:contain;
}



.gray_fld_1 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	margin-bottom:2px;
	padding:15px;
	color:#000;
}
.gray_fld_2 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display: flex;
	padding:15px;
	margin-bottom:2px;
	font-size:14px;
	align-items: center;
	min-height:100px;
	color:#000;
}
.gray_fld_3 {
	background-color:#E6E6E6;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	display: flex;
	padding:15px;
	margin-bottom:60px;
	font-size:14px;
	align-items: center;
	min-height:100px;
	color:#000;
}

.menu_3 {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display: flex;
	margin-top:20px;
	margin-bottom:120px;
}

.it_1 {
	width:180px;
	text-align:center;
	font-weight:bold;
}
.it_2 {
	width:820px;
	border-left:1px solid #323233;
	padding-left: 20px;
	line-height:20px;
}
.line_up {
	width:490px;
	margin:5px;
	position: relative;
}
.line_up img{
	width:100%;
}
.line_up p{
	position: absolute;
	top: 18%;
	left: 30%;
	text-align:center;
	color:#fff;
}
.pt_1 {
	font-size:14px;
	letter-spacing: 5px;
	font-weight: lighter;
}
.pt_2 {
	font-size:28px;
	letter-spacing: 3px;
	font-weight: lighter;
}
.pt_3 {
	font-size:14px;
}

.c_area {
	margin-top:40px;
	margin-bottom:40px;
}



.colorfilter_1 {
	background-color: #000; /* カラーフィルタ効果の色を指定 */
}
.colorfilter_2 {
	background-color:#000;
	opacity: 0.6;
	transition: 0.5s;
}
.colorfilter_2:hover {
    opacity: 0.4;
}



.link_h{
	border:1px solid white;
}
.link_h:hover{
	border:1px solid #aaa;
}



.brand {
	width:490px;
	margin:5px;
	position: relative;
}
.brand img{
	width:100%;
}
.brand p{
	position: absolute;
	top: 18%;
	left: 42%;
	text-align:center;
	color:#fff;
}

.in_1 {
	height:200px;
	background-color:#E6E6E6;
	text-align:center;
	padding:40px 0 30px 0;
}

.fnt_1 {
	color:#000;
	font-size:18px;
	margin-bottom:10px;
}
.fnt_2 {
	color:#000;
	font-size:14px;
	margin-bottom:25px;
}
.fnt_3 {
	background-color:#000;
	color:#fff;
	font-size:10px;
	padding:12px 20px 12px 20px;
	display:inline-block
}
.topic {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:120px;
	display:flex;
	flex-wrap: wrap;
	position:relative
}
.topic_top {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
}
.topic_con {
	margin:5px;
	position: relative;
}
.topic_con p{
	position: absolute;
	left: 0;
	top: 97px;
	height:120px;
	color:#fff;
	background-color: rgba(0,0,0,0.6);
	padding:10px;
	width:190px;
	text-align:center;
}
.topic_con1 {
	margin:5px;
	position: relative;
}
.topic_con1 p{
	position: absolute;
	left: 0;
	top: 97px;
	padding:10px;
	width:190px;
	text-align:center;
}
.tp_top {
	
}
.tp_top_text {
	font-size:25px;
	border-bottom:1px solid #707070;
}
.tp_img {
	width:190px;
}
.flt {
	background-color: rgba(0,0,255,0.5)
}

.main_menu {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width:1000px;
	width:100%;
	margin:0 auto;
	margin-top:60px;
	margin-bottom:120px;
}
.main_1 {
	display:inline-block;
	margin:0 5px 5px 0;
}
.main_2 {
	display:inline-block;
	margin:0px;
}
.main_3 {
	display:inline-block;
	margin:0 0 0 5px ;
}
.main_4 {
	display:inline-block;
	margin:0 5px 5px 0;
}
.main_5 {
	display:inline-block;
	margin:0px;
}
.main_6 {
	display:inline-block;
	margin:0 0 0 5px ;
}
.main_0 {
	width:330px;
}
.ct_top_text {
	font-size:28px;
	border-bottom:1px solid #707070;
}
.btm_menu {
	background-color:#F5F5F5;
	width:100%;
	padding:20px 0 60px 0;
}
.btm_con {
	max-width:1000px;
	width:100%;
	margin:0 auto;
	display:flex;
}
.sns_1 {
	width:200px;
	border-radius: 30px;
	margin:0 20px 20px 0;
}


.cp_eria {
	border-top:1px solid #444;
	text-align:center;
	font-size:12px;
	padding:20px 0 20px 0;
	color:#eee;
}


.btn_hb {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn_hb:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.date_1 {
	clear: both;
	float:left;
	margin-right:10px;
}
.news_1 {
	display: table-cell;
	float:left;
}


/* ============================================================================================================== */

.exterior1{
	width: 50%;

}
.interior4 {
	
}
.interior4{
    margin-bottom: 5rem;
}
.interior4 .flex_item{
    width: 50%;
    height: auto;
}
.interior4_img1{
    width: 100%;
	margin:0;
    margin-bottom: 5rem;
}


body{
	font-family: 'Arsenal', sans-serif;
    color: #555;
    font-size: 14px;
}

.content{
    margin: 0 auto;
}
.content2{
    margin: 0 auto;
    width: 90%;
	max-width: 1000px;
}
.content3{
    margin: 0 auto;
}




.gray_e{
	width:880px;
    color: #fff;
    font-weight: 300;
    text-align: center;
	vertical-align: middle;
	font-size:14px;
	margin:0 auto;
}

.g_dt_1{
	clear:both;
	height:60px;
	line-height:35px;

}
.g_dd_1{
	height:60px;
	width:100％;
}
.g_dd_1 span {
	border:1px solid #ccc;
	
}

.pc {
	display: inline;
}
.sp {
	display: none;
}



.sp_101 {
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:60px;
	line-height:40px;
    width: 280px;
	background: #333;
	float:left;
	box-sizing: border-box;
	font-size:16px;
}
.sp_102 {
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
    width: 280px;
	background: #333;
	float:left;
	box-sizing: border-box;
	line-height:10px;
}
.sp_201 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:60%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_202 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_203 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:40%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_204 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:60%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_05 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}
.sp_05 {
	border:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px;
	height:30px;
	width:20%;
	line-height:8px;
	background: #666;
	float:left;
	box-sizing: border-box;
}

.eq_101 {
	color:#fff;
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
	width: 100%;
	text-align:center;
	background: #333;
	box-sizing: border-box;

}

.eq_102 {
	color:#fff;
	clear: both;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 100%;
	background: #666;
	box-sizing: border-box;
}
.eq_103 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 15%;
	background: #666;
	box-sizing: border-box;
}
.eq_104 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
    width: 70%;
	background: #666;
	box-sizing: border-box;
	font-size:14px;
}
.eq_105 {
	text-align:center;
	color:#fff;
	border:1px solid #ccc;
	padding:10px;
	height:30px;
	line-height:10px;
    width: 15%;
	background: #666;
	box-sizing: border-box;
}

.cl {
	clear:both;
}

.g_cl{
	clear:both;
}
.g_dt_2{
	height:30px;
	line-height:8px;
}
.g_dd_2{
	height:30px;
	line-height:8px;
}
navi{
    padding: 1rem 0;
    width: 100%;
    height: 3rem;
    position: fixed;
	top: 4.5rem;
	z-index:700;
}
navi ul{
    width: 100%;
    text-align: left;
}
navi ul li{
    margin: 0 2rem 0 0;
    display: inline-block;
}
navi ul li a{
    color: #fff;
    font-weight: 500;
}


#main{
    padding: 5rem 0 0 0;
    width: 100%;
}
.page{
    margin: 0 auto 10rem;
}
.flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}

.flex_foot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
}


.overview{
    margin: 0 0 3rem;
    padding: 0.5rem 5rem;
    width: 100%;
    border-top: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
    display: flex;
    justify-content: space-around;
}
.overview li {
    text-align: center;
    font-weight: 500;
	line-height: 200%;
	font-size:16px;
}
.catch{
    margin: 0 0 2rem;
    text-align: center;
	line-height: 300%;
}
.catch br{
    display: block;
}

@keyframes fade_in { 
  0% {opacity: 0} 
  100% {opacity: 1} 
}

.fadeIn {
	opacity: 0;
	transition: 1.5s;
	text-align:center;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-50%, 0);
	transition: 2s;
	text-align:center;


}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}




.top_image{
    margin: 2rem 0 0;
    width: 80%;
    height: auto;
}

h2{
    font-size:20px;
	border-bottom:1px solid #555;
	max-width:800px;
	width:100%;
	margin:0 auto;
	padding-bottom:5px;
}
.page_top_image {
	width: 80%;
	position:rerative;
	z-index:1000;
}

img.page_top_image{
    margin: 0 0 3rem;
    width: 100%;
    height: auto;
}



h3{
    margin:0 auto;
    font-size: 20px;
	text-align:center;
}
h3 span{
    font-size: 0.75rem;
}
.h3_text{
    font-size: 0.8rem;
    line-height: 180%;
}

.exterior1{
    width: 50%;
}
.exterior1 .h3_text{
    margin-bottom: 2rem;
}
.exterior1_img1{
    width: 46%;
    height: auto;
}
.exterior2{
	margin-bottom: 5rem;
}

.exterior2 .img1{
    width: 100%;
    height: auto;
}

.exterior3{
    margin-bottom: 1rem;
}

.exterior3 .flex_item{
    width: 50%;
    height: auto;
}

.exterior3_img1{
    width: 46%;
    height: auto;
}
.exterior3_img2{
    width: 100%;
	height: auto;
}
.exterior3_2 {
	width: 96%;
	margin:0 2% 0 2%;
	margin:0 auto;
	margin-bottom: 4rem;
}
.exterior4_2 {
	width: 96%;
	margin:0 2% 0 2%;
	margin:0 auto;
	margin-bottom: 4rem;
}
.exterior4{
    margin-bottom: 4rem;
}

.exterior4 .flex_item{
    width: 50%;
    height: auto;
}

.exterior4_img1{
    width: 46%;
    height: auto;
		}
		
.exterior4_img2{
    width: 100%;
    height: auto;
}
.exterior4_2 {
	
}

.interior1{
    margin-bottom: 5rem;
}
.interior1 .flex_item{
    width: 50%;
    height: auto;
}
.interior1_img1{
    width: 46%;
	height: auto;
	margin-bottom:1rem;
}
.interior1_img2{
    width: 100%;
	margin-top:3rem;
}

.interior2{
    margin-bottom: 5rem;
}
.interior2 .flex_item{
    width: 50%;
    height: auto;
}
.interior2_img1{
    margin: 1rem 0 0;
    width: 100%;
    height: auto;
}
.interior2_img2{
    width: 46%;
    height: auto;
}

.interior3{
    margin-bottom: 9rem;
}
.interior3 .flex_item{
    width: 50%;
    height: auto;
}
.interior3_img1{
    margin: 2rem 0 0;
    width: 100%;
    height: auto;
}
.interior3_img2{
    width: 46%;
    height: auto;
}

#spec{
}
#spec .page_top_image{
    margin: 0;
}
.spec_table{
	margin:0 auto;
	display:block;
	text-align:center;
}
.eq_box {
	margin:0 auto;
	width:100%;
	max-width:1000px;
}

#equipment{
}


.equipment_table1{
    margin-bottom: 9rem;
	align-items: flex-start;
	width:400px;
	float:left;
}
.equipment_table2{
    margin-bottom: 9rem;
	align-items: flex-start;
	width:600px;
	float:left;
}


.price{
	width:100%;
    max-width: 700px;
    text-align: center;
	margin:0 auto;
	margin-bottom:120px;
}
.price_0 {
	font-size:16px;

}
.price_a {
	font-size:16px;
	font-weight:bold;

}
.price_1{
	display: inline-block;
    width: 200px;
	padding:10px;
	margin:;10px;
}
.price_2{
	display: inline-block;
    width: 120px;
	padding:10px;
	margin:;10px;
}
.price_3{
	display: inline-block;
    width: 140px;
	padding:10px;
	margin:;10px;
}
.price_4{
	display: inline-block;
    width: 180px;
	padding:10px;
	margin:;10px;
}
.bd_in {
	border-bottom:1px solid #555;
}

.sns_box {
	width:670px;
}

.bnr_item2{
	
}
.gr_01 {
	display:flex;
	justify-content: space-between;
	width:100%;
	max-width:600px;
	margin:0 auto;
	flex-wrap:wrap;
}
.gr_01 img{
	width:200px;
}

.l_area {
	max-width:340px;
	font-size:18px;
	padding:10px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:60px;
	background-color:#0C40A2;
	color:#fff;
	text-align:center;
}
.q_area {
	max-width:340px;
	font-size:18px;
	padding:10px;
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #555;
	color:#555;
	text-align:center;
}

.b_st {
	margin-bottom:40px;
}

footer{
    padding-bottom: 2rem;
    margin: 0 auto;
	max-width: 1000px;
    background: #222;
}


.btn_shop{
    padding: 1.75rem 0;
    width: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background: #323232;
    display: block;
}
.btn_shop span{
    font-size: 1rem;
    font-weight: 300;
}
.btn_rental{
    padding: 1.75rem 0;
    width: 50%;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background: #009DBF;
    display: block;
}
.btn_rental span{
    font-size: 1rem;
    font-weight: 300;
}

.vantech_logo_w{
    margin: 0 0 2rem;
    padding: 1.75rem 0;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px #444 solid;
}
.vantech_logo_w img{
	width: 12%;
	min-width:120px;
    height: auto;
	margin:0 auto;
}


.ft_all {
	font-size:16px;
	width:100%;
	margin:0 5% 0 5%;
	margin:0 auto;
	background-color:#222;
}
.ftm_all {
	display:flex;
	width:80%;
	max-width:1000px;
	margin:0 auto;
}
.footer_menu{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu_1{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu_2{
	font-size:16px;
	width:20%;
	max-width:1000px;
	display:flex;
	margin:0 5% 0 5%;
	margin:0 auto;
}
.footer_menu ul{
    color: #fff;
}
.footer_menu_1 ul{
    color: #fff;
}
.footer_menu_2 ul{
    color: #fff;
}
.footer_menu li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_1 li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_2 li{
    margin: 6px 0 6px 0;
    padding: 6px 0 6px 0;
}
.footer_menu_title {
	font-weight:bold;
	padding:10px 10px 10px 0;
	font-size:18px;
	color:#fff;
}


.footer_item{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}





/*〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
.header1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
	background: #fff;

}

.logo {
  font-size: 24px;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2000;/* 重なり順を一番上に */
	cursor: pointer;
	position: fixed;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #333;
  transition: 0.5s;
	position: absolute;
	
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
	width: 80%;
	color:#555;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;/* メニューを画面の外に飛ばす */
	z-index: 1900;
	background: #fefefe;
	line-height:40px;
	padding:30px;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
	left: 0;/* メニューを画面に入れる */

}
.sm_box {
	width:96%;
	max-width:800px;
	margin:0 auto;
}


header1 .vantech_logo{
    margin: 0 0 0 0;
    display: block;
    position: absolute;
}
header1 .vantech_logo img{
    width: 140px;
    height: auto;
}
.drawer-item {
	border-bottom:1px solid #aaa;
	font-weight:bold;
}
.drawer-item_b {
	font-weight:normal;
}

.arrow_1{
    position: relative;
    display: block;
    padding: 0 0 0 16px;
    color: #aaa;
    vertical-align: middle;
    text-decoration: none;
	font-size: 15px;
	margin:0 0 0 auto;
	float:right;
	top:20px;
	right:15px;
}
.arrow_1::before,
.arrow_1::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
	vertical-align: middle;

}


.ar_1::before{
    width: 12px;
    height: 12px;
    border-top: 2px solid #555;
    border-right: 2px solid #555;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top:-2;
}
.dl_1 {
	display:block;
	width:100%;
	padding-left:15px;
}
.dl_2 {
	display:block;
	width:100%;
	padding-left:15px;
}
.vantech_logo{
    position: absolute;
}

h1 {
	font-size:30px;
	margin:0 auto;
}
.t_1 {
	font-size:36px;
	margin-bottom:10px;
}
.t_2 {
	font-size:32px;
}
.t_3 {
	font-size:20px;
}

.main_contents {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}
.tb_area {
	max-width:600px;
	width:100%;
	margin:0 auto;
	font-size:14px;
}
.tb_0 {
	display:flex;
	justify-content:center;
	width:320px;
	margin:0 auto;
}
.tb_1 {
	width:100px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #555;
	padding:10px;
}
.tb_2 {
	border-top:1px solid #555;
	border-right:1px solid #555;
	width:220px;
	padding:10px;
}
.tb_3 {
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	width:100px;
	padding:10px;
}
.tb_4 {
	border-top:1px solid #555;
	border-right:1px solid #555;
	border-bottom:1px solid #555;
	width:220px;
	padding:10px;
}

.mein_image {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	margin-top:90px;
	margin-bottom:50px;
	text-align:center;
}
.tp_box {
	max-width:800px;
	width:96%;
	margin:0 auto;
	margin-bottom:30px;
}
.tp_box img{
	width:100%;
}

.top_bl_eria {
	max-width:800px;
	width:96%;
	margin:0 auto;
}
.top_bl_eria p{
	max-width:800px;
	width:100%;
	padding:20px 0;
	font-size:16px;
	line-height:30px;
	margin:0 auto;
}
.p_ct {
	margin-top:40px;
}

.v_s {
	text-align:center;
	font-size:20px;
	color:#fff;
	padding-top:60px;
}
.v_s_0 {
	text-align:center;
	font-size:26px;
	color:#fff;
	padding-bottom:40px;
}
.v_s_eria {
	font-size:16px;
	color:#fff;
	max-width:1200px;
	width:100%;
	display:flex;
	margin:0 auto;
	padding-left:80px;
}
.l_h{

}
.v_s_list {
	display: inline-block;
	width:200px;
	height:350px;
	margin:10px;
	line-height:25px;
}
.v_s_list p{
	padding:10px 10px 10px 0;
	margin-top:15px;
}
.tate_l{
	padding: 1px 16px;
	border-left: 1px solid #fff;
	margin-top:10px;
	letter-spacing: 1px;
}
.sp_t_0 {
	font-size:20px;
	font-weight:bold;
	letter-spacing: 1px;
}
.sp_t_1 {
	font-size:10px;
	
}
.sp_t_2 {
	font-size:16px;
}

.h_a {
	padding-top:150px;
	text-align:center;
	width:40%;
	background-color:#0C40A2;
	color:#fff;
}
.h_b {
	margin-top:40px;
	width:60%;
}
.ht_1 {
	font-size:35px;
	font-weight:bold;
}
.ht_2 {
	font-size:22px;
	letter-spacing:0px;
	font-weight:bold;
	margin:10px 0;
}
.ht_3 {
	font-size:16px;
	border-bottom:1px solid #FFF338;
	width:200px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:5px;
	padding-bottom:5px;
}
.ht_4 {
	font-size:16px;
}
.ct_tx {
	text-align:center;
	font-size:18px;
}
.logo_box {
	width:100%;
	max-width:130px;
	margin:0 auto;
	padding-top:70px;
	padding-bottom:40px;
}
.logo_box img{
	width:100%;
}
.im_box {
	width:96%;
	max-width:800px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:20px;
	margin-bottom:10px;
}
.im_box img{
	width:100%;
}
.h_style {
	margin-top:40px;
	font-size:22px;
	font-weight:bold;
}



.img_area_1 {
	margin:0 auto;
	max-width:600px;
	width:100%;
	padding-top:40px;
	padding-bottom:10px;
}
.img_area_1 img{
	width:100%;
}
.img_area_2 {
	max-width:600px;
	width:100%;
	padding-top:40px;
	padding-bottom:10px;
	display:flex;
	flex-wrap:nowrap;
	margin:0 auto;
	justify-content:space-between;
}
.img_area_2 img{
	width:280px;
	height:217px;
}

.lineup_list {
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding-top:40px;
	padding-bottom:40px;
}
.series_title {
	margin-top:60px;
	border-bottom:1px solid #555;
	font-size:30px;
}

.series_i {
	display:flex;
	margin-top:10px;
}
.series_i0 {
	margin:0 auto;
	margin-top:80px;
	max-width:800px;
	width:90%;
}
.series_i0 img{
	max-width:800px;
	width:100%;
}
.series_i_1 {
	width:435px;
}
.series_i_1 img{
	width:100%;
}
.series_i_2 {
	position:relative;
	width:565px;
	font-size:20px;
}
.series_i_2 img{

	width:100%;
}
.t1{
	position: absolute;
	left:50px;
	bottom:20px;
	font-size:20px;
	color:#888;
}
.t2{
	position: absolute;
	left:220px;
	bottom:20px;
	font-size:18px;
	color:#888;
}
.t3{
	position: absolute;
	left:400px;
	bottom:20px;
	font-size:18px;
	color:#888;
}



@media screen and (min-width: 1200px){
}

@media screen and (max-width: 1199px){
	.v_s_eria {
		padding-left:40px;
	}
}
@media screen and (max-width: 1099px){
	.v_s_eria {
		font-size:16px;
		color:#fff;
		width:100%;
		display:flex;
		margin:0 auto;
		flex-wrap:nowrap;
	}
	.v_s_list {
		width:180px;
		flex-shrink: 0;
		margin:10px 20px 10px 20px;
	}
	.horizontal-list {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }
}
@media screen and (min-width: 1199px){
	.tdimg {
		display:none;
	}
}
@media screen and (max-width: 999px){
	.it_2 {
		padding-left:10px;
		white-space: nowrap;
	}
	.btm_con {
		width:100%;
		padding:0 1% 0 1%;
	}
	.sns_1 {
		width:32%;
		margin:0 1px 5px 0;
	}
	.menu_3 {
		display: flex;
		justify-content:center;
	}
	.main_menu {
		display:block;
	}
	.main_1 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_2 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_3 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_4 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_5 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_6 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_0 {
		width:100%;
	}
	.topic_top {
		width:96%;
		margin:0 auto;
		margin:30px 2% 30px 2%;
	}
	footer .flex_box{
		align-items: flex-start;
	}
	.brand {
		width:400px;
	}
	.brand img{
		width:100%;
	}
	.line_up p{
		top: 16%;
		left: 26%;
	}
	.brand p{
		top: 16%;
		left: 40%;
	}
	.in_1 {
		height:170px;
		background-color:#E6E6E6;
		text-align:center;
		padding:30px 0 10px 0;
	}
	.topic {
		display:flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.line_up {
		width:400px;
	}
	.line_up img{
		width:100%;
	}
	#top_contents {
		max-width:100%;
		min-width:100%;
	}
	.tpimg {
		display:none;
	}
	.logo{
		display: inline-block;
    }
	.header2 {
        margin: 0 auto;
		text-align:center;
		padding:0;
    }

	navi{
		top: 4rem;
	}
	navi ul{
		display: flex;
		justify-content: center;
		
	}
	navi li{
		margin: 0 1rem 0;
		text-align:center;
	}
	.header2 .vantech_logo{
		position: static;
	}
	#main{
		padding: 5rem 0 0 0;
	}
	body {
		font-size:18px;
	}
	.content{
		width: 98%;
		margin:0 1% 0 1%;
	}
	navi ul li{
		margin: 0 2rem 0 0;
	}
	h1 img {
		margin: 0 0 1rem;
	}
	.exterior1{
		width: 96%;
		margin:0 2% 0 2%;
	}

	.exterior1_img1{
		width: 100%;
		margin:2rm 0 0 0;
	}

	.exterior2{
		margin-bottom: 2rem;
	}

	.exterior3 .flex_item{
		width: 96%;
		padding:0 2% 0 2%;
	}
	.exterior3_img1{
		margin: 2rem 0 0;
		width: 100%;

	}
	.exterior3_img2{
			width: 100%;
		margin-bottom: 5rem;
	}
	.exterior3_2{
		margin-bottom: 5rem;
	}
	.exterior4_2{
		margin-bottom: 5rem;
	}
	.exterior4 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.exterior4_img1{
		width: 100%;
		margin:2rem 0 0;
	}
	.exterior4_img2{
		width: 100%;
		margin:2rem 0 0;
	}
	.interior1 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior1_img1{
		margin: 2rem 0 2rem 0;
		width: 100%;
	}
	.interior1_img2{
		margin: 1rem 0 0;
		width: 100%;
		margin:1rem 0 0 0;
	}
	.interior2_h{
		width: 96%;
		margin:0 2% 16px 2%;
	}
	.interior2 .flex_item{
		width: 100%;
	}
	.interior2 p{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior2_img1{
		width: 100%;
		height: auto;
		margin:1rem 0 4rem 0;
	}
	.interior2_img2{
		margin: 2rem 0 0;
		width: 100%;
		height: auto;
	}
	.interior3 .flex_item{
		width: 100%;
	}
	.interior3_img1{
		margin: 2rem 0 0;
		width: 100%;
		height: auto;
	}
	.interior3_img2{
		width: 100%;
		height: auto;
		margin:1rem 0 0 0;
	}
	.interior3 p{
		width: 96%;
		margin:0 2% 0 2%;
	}
	.interior4 .flex_item{
		width: 96%;
		margin:0 2% 0 2%;
	}

	.eq_103 {
		font-size:14px;
		line-height:10px;
		width: 10%;
	}
	.eq_104 {
		font-size:14px;
		line-height:10px;
		width: 70%;
	}
	.eq_105 {
		font-size:14px;
		line-height:10px;
		width: 20%;
	}
	.gray_fld_1 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.gray_fld_2 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.gray_fld_3 {
		width:96%;
		margin:0 2% 2px 2%;
		padding:10px;
	}
	.footer_menu{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.footer_menu_1{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.footer_menu_2{
		font-size:16px;
		width:98%;
		display:flex;
		padding:0 1% 0 1%;
		margin:0 auto;
		font-size:14px;
	}
	.ftm_all {
		width:100%;
		margin:0 auto;
	}
	.sp_101 {
		width: 280px;
	}
	.sp_102 {
		width: 280px;
	}
	.sp_201 {
		width:600px;
	}
	.sp_202 {
		width:200px;
	}
	.sp_203 {
		width:400px;
	}
	.sp_204 {
		width:600px;
	}
    .item {
      /* 横スクロール用 */
		display: inline-block;
		width: 90%;

	/* 見た目調整 */
		height: 400px;
		margin: 16px;
		font-size: 48px;
		background: rgba(255, 0, 0, 0.4);
    }
	.mein_image {
		display:block;
		width:100%;
	}
	.h_a {
		padding-top:100px;
		padding-bottom:80px;
		width:100%;
	}
	.h_b {
		width:100%;
		padding-top:0px;
		margin-top:0px;
	}
	.h_c {
		font-size:25px;
		color:#fff;
		text-shadow: 1px 2px 3px #000;
		text-align:center;
	}
	
	.lineup_list {
		width:100%;
		max-width:1000px;
		margin:0 auto;
		padding-top:40px;
		padding-bottom:40px;
	}
	.series_title {
		margin:0 auto;
		margin-top:60px;
		border-bottom:1px solid #555;
		font-size:30px;
		width:565px;

	}
	.series_i {
		display:block;
		margin-top:10px;
	}
	.series_i_1 {
		margin:0 auto;
		width:565px;
	}
	.series_i_1 img{
		width:100%;
	}
	.series_i_2 {
		position:relative;
		margin:0 auto;
		width:565px;
		font-size:20px;
	}
	.series_i_2 img{
		width:100%;
	}
}
@media screen and (max-width: 949px){

}
@media screen and (max-width: 899px){
	.sns_1 {
		width:48%;
		margin:0 1px 5px 0;
	}
	.menu_3 {
		display: flex;
		justify-content:center;
	}
	.main_menu {
		display:block;
		margin-bottom:60px;
	}
	.main_1 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_2 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_3 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_4 {
		width:32%;
		display:inline-block;
		margin-left:1%;
		margin-right:1px;
	}
	.main_5 {
		width:32%;
		display:inline-block;
		margin:0px;
	}
	.main_6 {
		width:32%;
		display:inline-block;
		margin-left:1px;
		margin-right:1%;
	}
	.main_0 {
		width:100%;
	}
	
	.footer_menu{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu_1{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu_2{
		font-size:16px;
		width:90%;
		max-width:1000px;
		display:flex;
		margin:0 5% 0 5%;
		margin:0 auto;
	}
	.footer_menu ul{
		color: #fff;
	}
	.footer_menu_1 ul{
		color: #fff;
	}
	.footer_menu_2 ul{
		color: #fff;
	}
	.footer_menu li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_1 li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_2 li{
		margin: 6px 0 6px 0;
		padding: 6px 0 6px 0;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
	}
	.footer_menu_title_1 {
		font-weight:bold;
		padding:10px;
	}
	.footer_menu_title_2 {
		font-weight:bold;
		padding:10px;
	}
	.footer_item{

	}
	.h_a {
		font-size:60px;
	}
	.h_b {
		font-size:20px;
	}
	.v_s_list {

		height:auto;

	}
	.v_s {
		padding-top:30px;
	}
}
@media screen and (max-width: 799px){
	.menu_3 {
		width:100%;
		display: block;
		margin:0 auto;
		margin-top:20px;
	}
	.line_up {
		width:490px;
		margin:0 auto;
		margin-bottom:40px;
	}
	.line_up img{
		width:490px;
	}
	.line_up p{
		top: 18%;
		left: 30%;
	}
	.brand {
		width:490px;
		margin:0 auto;
		margin-bottom:10px;
	}
	.brand img{
		width:490px;
	}
	.brand p{
		top: 18%;
		left: 42%;
	}
	.content2{
		font-size:12px;
		line-height:20px;
	}
	.gray_fld_1 {
		font-size:12px;
	}
	.gray_fld_2 {
		font-size:12px;
	}
	.gray_fld_3 {
		font-size:12px;
	}
	.main_1 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 1%;
	}
	.main_2 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 0;
	}
	.main_3 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 1%;
	}
	.main_4 {
		width:48%;
		display:inline-block;
		margin:0 1% 5px 0;
	}
	.main_5 {
		width:48%;
		display:inline-block;
		margin:0 1% 0 1%;
	}
	.main_6 {
		width:48%;
		display:inline-block;
		margin:0 1% 0 0;
	}
	.footer_menu{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_1{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu_2{
		font-size:16px;
		width:100%;
		display:block;
	}
	.footer_menu ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_1 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu_2 ul{
		color: #fff;
		width:100%;
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		margin:0 auto;
	}
	.footer_menu li{
		width:33%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_1 li{
		width:50%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_2 li{
		width:25%;
		margin: 0;
		padding: 20px 12px 20px 12px;
		text-align:center;
		border:1px solid #333;
	}
	.footer_menu_title {
		font-weight:bold;
		padding:10px;
		width:100%;
		border-bottom:1px solid #555;
		
	}
	.footer_item{
		width:100%;
	}
	.vantech_logo_w{
		clear:both;
		margin: 0;
	}
	.footer_menu_1{
		clear:both;
		margin: 0;
	}
	.footer_menu_2{
		clear:both;
		margin: 0;
	}
	.ftm_all {
		display:block;
	}
	.pl01 {
		position:relative;
	}
	.pa01 {
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:100%;
		line-height:40px;
	}
	.arrow_a{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color: transparent transparent #fff #fff;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}
	.arrow_b{
		position:absolute;
		width: 10px;
		height: 10px;
		border: 2px solid;
		border-color:#fff #fff transparent transparent ;
		transform: rotate(-45deg);
		display:inline-block;
		right:30px;
	}

	.price {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
    }
    .item {
      /* 横スクロール用 */
		display: inline-block;
		width: 90%;

	/* 見た目調整 */
		height: 400px;
		margin: 16px;
		font-size: 48px;
		background: rgba(255, 0, 0, 0.4);
    }
	.sp_hide {
		display:none;
	}
	.h_a {
		top: 40%; /* 追記 */
	}
	.h_b {
		top: 70%; /* 追記 */
	}
}
	
@media screen and (max-width: 699px){
	.topic {
		margin-bottom:60px;
	}
	.content{
		margin: 0 auto;
		width: 98%;
		margin:0 1% 0 1%;
	}
	.catch{
	font-size:16px;
	}
	navi li{
		font-size:16px;
		line-height:10px;
	}
	navi{
		top: 4rem;
	}
	navi{
		height: 2.5rem;
		background: #222;
		position: fixed;
		top: 4.5rem;
	}
	.exterior2{
		margin-bottom:2rem;
	}
	h1 img {
		margin: 0 0 0.5rem;
	}
	.overview {
		padding: 0;
	}

	.interior4_img1{
		margin-bottom: 2rem;
	}
	.h_a {
		font-size:50px;
	}
	.h_b {
		top:60%;
	}
}
@media screen and (max-width: 649px){
	navi ul li{
		margin: 0 1.5rem 0 0;
	}
}


@media screen and (max-width: 599px){
	.gr_01 {
		justify-content: space-evenly;
		width:100%;
		max-width:600px;
		margin:0 auto;
		flex-wrap:wrap;
	}
	.gr_01 img{
		width:150px;
		margin-bottom:20px;
	}
	.h_a {
		padding-top:40px;
		padding-bottom: 30px;
	}
	.ht_1 {
		font-size:30px;
	}
	.ht_2 {
		font-size:20px;
	}
	.ht_3 {
		margin-top: 20px;
	}
	h2 {
		padding:0;
		padding-bottom:10px;
	}
	.h_style {
		width:96%;
	}
	.h_style {
		
	}
	.logo_box {
		width:100%;
		padding-top:30px;
		padding-bottom:20px;
	}
	.im_box {
		padding-top:0;
		padding-bottom:0;
	}
	.img_area_1 {
		padding:10px;
		display:block;
		margin:0 auto;
	}
	.img_area_2 {
		padding:10px;
		display:block;
		margin:0 auto;
	}
	.img_area_2 img{
		width:100%;
		height:auto;
		margin:0 auto;
		margin-top:10px;
	}

	.btm_con {
		display:block;
	}
	.sns_box {
		width:100%;
	}
	.sns_1 {
		width:32%;
		margin:0 1px 5px 0;
	}
	.fb_box {
		text-align:center;
		margin:0 auto;
		margin-top:20px;
	}
	navi ul li{
		margin: 0 1rem 0 0;
	}
	navi li{
		font-size:14px;
	}
	.overview li{

	}
	.catch{
		font-size:14px;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: inline;
	}
	.eq_102 {
		line-height:20px;
		height:60px;
		padding:10px;
	}
	.eq_103 {
		font-size:14px;
		line-height:15px;
		width: 15%;
		height:60px;
		padding:5px;
	}
	.eq_104 {
		font-size:14px;
		line-height:15px;
		width: 65%;
		height:60px;
	}
	.eq_105 {
		font-size:14px;
		line-height:15px;
		width: 20%;
		height:60px;
	}
	
	.series_title {
		margin:0 auto;
		margin-top:60px;
		border-bottom:1px solid #555;
		width:300px;

	}
	.series_i {
		display:block;
		margin-top:10px;
	}
	.series_i_1 {
		margin:0 auto;
		width:300px;
	}
	.series_i_1 img{
		width:100%;
	}
	.series_i_2 {
		position:relative;
		margin:0 auto;
		width:300px;
		font-size:16px;
	}
	.series_i_2 img{
			width:100%;
	}
	.t1{
		left:10px;
		bottom:14px;
		font-size:12px;
	}
	.t2{
		position: absolute;
		left:90px;
		bottom:14px;
		font-size:12px;
	}
	.t3{
		position: absolute;
		left:200px;
		bottom:14px;
		font-size:12px;

	}
}

@media screen and (max-width: 499px){

	navi ul li{
		margin: 0 0.7rem 0 0;
	}
	navi li{
		font-size:14px;
	}
	.overview li{

	}
	.catch{
		font-size:14px;
	}
	body{
		font-size:14px;
	}
	.line_up {
		width:400px;
	}
	.line_up img{
		width:100%;
	}
	.brand {
		width:400px;
	}
	.brand img{
		width:100%;
	}
	.content2{
		font-size:10px;
		line-height:20px;
	}
	.footer_menu li{
		width:50%;
		padding: 20px 12px 20px 12px;
	}
	.footer_menu_1 li{
		width:50%;
		padding: 20px 12px 20px 12px;
	}
	.footer_menu_2 li{
		width:50%;
		padding: 20px 12px 20px 12px;
	}

}
@media screen and (max-width: 449px){
	navi ul li{
		margin: 0 0.5rem 0 0;
	}
	navi li{
		font-size:14px;
	}
	.overview li{
		font-size: 14px;
	}
	.line_up {
		width:300px;
	}
	.line_up p{
		top:30px;
		left:60px;
	}
	.brand {
		width:300px;
	}
	.brand p{
		top:30px;
		left:110px;
	}
	.in_1 {
		height:133px;
		padding:10px 0 10px 0;
	}
	.fnt_1 {
		font-size:16px;
		margin-top:10px;
	}
	.fnt_2 {
		font-size:12px;
		margin-bottom:10px;
	}
	.fnt_3 {
		font-size:14px;
	}
	.catch{
		font-size:12px;
	}
}
@media screen and (max-width: 399px){
	.main_1 {
		width:98%;
		margin:0 1% 5px 1%;
	}
	.main_2 {
		width:98%;
		margin:0 1% 5px 1%;
	}
	.main_3 {
		width:98%;
		margin:0 1% 5px 1%;
	}
	.main_4 {
		width:98%;
		margin:0 1% 5px 1%;
	}
	.main_5 {
		width:98%;
		margin:0 1% 5px 1%;
	}
	.main_6 {
		width:98%;
		margin:0 1% 5px 1%;
	}
	.fb_box {
		width:100%;
	}
	.catch{
		font-size:10px;
	}
	.h_b {
		top: 66%; /* 追記 */
		font-size:16px;
		}
	.tb_area {
		max-width:600px;
		width:100%;
		margin:0 auto;
		font-size:12px;
	}
	.tb_0 {
		width:270px;
		margin:0 auto;
	}
	.tb_2 {
		width:170px;
	}
	.tb_4 {
		width:170px;
	}
	h3 {
		font-size:18px;
	}
}