@charset "UTF-8";
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}

body{
	width:100%;
	font-size: 16px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
/*	font-family: 'a-otf-ud-shin-go-pr6n' 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';*/
	background:  #fff;
	margin:0 auto 0 auto;
	padding:0;
	color: #000;
	line-height:1.5rem;
	}
h1,h2,h3,h4,h5,h6{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
/*	font-family: a-otf-ud-shin-go-pr6n, sans-serif;*/
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color:#4D4B4B;
	}
p { 
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #1A1311;
}
p { 
	line-height:1.7rem;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
/*	font-family: a-otf-ud-shin-go-pr6n, sans-serif;*/
font-weight: 300;
font-style: normal;
}
/* ~~ ソリッド線にフロートクリア要素を追加 ~~ */
hr{
	height: 1px;
	border: none;
	border-top: 1px #999999 solid;
	clear:both;
	}
/* ~~ img調整 ~~ */
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color:#414958;
	text-decoration:none; 
	padding-bottom:1px;
}
a:visited {
	color: #4E5869;
}
a:hover, a:active, a:focus { 
	text-decoration:none;
}
a{
	text-decoration: none;
}
/* 見出し
-----------------------------------------*/
h2{
	font-size: 3.1vw;
	line-height: 180%;
}
h3{
	
	font-size: 2.125rem;
	line-height: 180%;
}
h4{
	font-size: 1.5rem;
	line-height: 180%;
}
p{
	font-size: 0.9375rem;
}

/* ~~ ヘッダー　メインビジュアル ~~ */
header {
	width: 100%;
	margin: 0 auto;
	height: 100vh;
	display: block;
	background: #fff url("../images/top_bg.jpg") no-repeat;
	background-size: cover;
  	background-blend-mode: multiply;
	background-position: center center;
}
.cuble_main{
	width: 90%;
	height: 100vh;
	max-width: 1100px;
	margin: 0 auto;
	position: relative
}
.cb_logo{
	position: absolute;
	width: 200px;
	height: auto;
	top:90px;
	left: auto;
  	right: 2vw;
	margin: 0 ;
	padding: 0;
}
.cb_logo img{
	width: 100%;
}
.cuble_main h1{
	position: absolute;
	width: 100%;
	top:25vh;
	left:3vw;
  	right: auto;
	bottom: 0;
	margin: 0 ;
	padding: 0;
	text-align: left;
	line-height: 2em;
	font-size: 41px;
	color : #FFF;
}
.cuble_main .play_button {
	position: absolute;
    width: 90px;
	top:46vh;
	left: 0;
  	right: 0;
	margin: 0 auto;
    display: block;
    filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.6));
	opacity: 0.8;
}
.cuble_main a:hover .play_button{
	opacity: 1;
}
.remodal {
    box-sizing: border-box;
    width: 85vw;
    max-width: 1920px;
	height: calc(85vw * 0.5625);
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #2b2e38;
}
.remodal iframe{
	width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

/* グローバルナビゲーション
-----------------------------------------*/
.header_name{
	width: 45%;
	font-size: 1.47em;
	padding-left: 20px;
}
.header_name p{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
}
.header_logo{
	width: 10%;
}
.header_logo figure{
/*	width: 80px;*/
	margin: 0 auto;
}
.header_logo figure img{
	width: 100%;
}
.right_nav{
	width: 45%;
}
.obi{
	width:100%;
	height:80px;
	background-color:rgba(250,250,250,0.85);
	position: fixed;
	margin:0;
	z-index:10;
}
.head_waku{
	width:100%;
	max-width:1100px;
	height:80px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
	color:#4D4B4B;
}
/* グローバルナビゲーション */
 .Nav {
  	position: static;
	text-align: right;
}
.Nav ul{
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}
.Nav > ul > li a{
	font-size: 17px;
	color:#1A1311;
}
/* コンテンツ
-----------------------------------------*/
section{
	width: 100%;
	margin:0 auto;
	padding:10vh 0;
	margin-bottom: 0;
}
section img{
	height: auto;
}

/* セクション背景色 */
.g_bg{
	background : #F3EFE9;
	background : rgba(243, 239, 233, 1);
}
.b_bg{
	background : #C6DEE7;
  	background : rgba(198, 222, 231, 1);
}

/* ~~ 1カラム */
.one{
	display: block;
    margin: 0 auto;
    z-index: 5;
    max-width: 800px;
    width: 70%;
    min-width: 320px;
}
/* ~~ 2カラム */
.two{
	display: flex;
	justify-content: center;
}
.two h3{
	margin-top: 30px;
	margin-bottom:20px; 
}
.two figure{
	margin: 0;
}
.two p{
	margin-top: 10px;
}
.two .two_innner{
	width: 50%;
}
/* flexbox縦並びクラス */
.flex-column{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-end;
}

/* ラインナップ */
section#lineup {
	max-width: 1100px;
}
#lineup .flex-column{
	width: 40%;
}
#lineup .two{
	flex-wrap: wrap;
	margin: 0 auto;
	align-items: baseline;
	text-align: center;
}
#lineup .two .two_innner figure{
	width: 85%;
	margin: 0 auto;
}
#lineup .two .two_innner figure:last-child{
	margin-top: 2em;
}
/* 特徴 */
section#feature {
/*	max-width: 2000px;*/
}
#feature h2{
	margin-bottom: 0;
}
#feature .two{
	justify-content: space-between;
	align-items: baseline;
	padding-bottom:40%;
}
#feature .two .two_innner{
	width: 49.5%;
}
#feature .two_innner:first-child{
	background: #fff url("../images/100v_200s.jpg") no-repeat;
	background-size:120% auto;
	background-position: right center;
	padding-bottom:40%;
}
#feature .two_innner:last-child{
	background: #fff url("../images/100v_500s.jpg") no-repeat;
	background-size:120% auto;
	background-position: left center;
	padding-bottom:40%;
}
#feature p{
	text-align: center;
}
/* すべての端子 */
section#all_terminal {
/*	max-width: 2000px;*/
/*	padding:50px 0 30px;*/
}
#all_terminal .g_wrapper{
	width: 100%;
	margin: 0 auto;
	display: grid;
/*
	grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
*/
	grid-template-columns: 50% 50%;
	text-align: center;
	grid-template-areas: "bg title"
						"bg types";
}
#all_terminal .bg_block{
	grid-area: bg;
}
#all_terminal .title_block{
	grid-area: title;
}
#all_terminal .types_block{
	grid-area: types;
}
#all_terminal .title_block,
#all_terminal .types_block{
	width: 80%;
	max-width: 800px;
	margin: 0 auto 0 3em;
}
#all_terminal .bg_block{
	background: #fff url("../images/all_t_left.jpg") no-repeat;
	background-size:120% auto;
	background-position: right center;
	padding-bottom:40%;
}
#all_terminal .title_block{
	text-align: left;
}
#all_terminal .title_block h2{
	text-align: left;
	margin: 0.5em auto 0em;
}
#all_terminal .title_block p{
	margin-top: 0;
}
.t_types{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t_types div{
	width: 26%;
	padding-bottom: 2em;
}
.t_types div figure{
	margin: 0;
}
.t_types div h5{
	text-align: center;
	margin: 0;
	line-height: 20px;
}
.t_types div p{
	text-align: center;
	margin: 0;
	line-height: 20px;
}
.t_types img{
	width: 100%;
	border-radius: 5px;
}


 
/* 急速充電規格 */
section#fast_charge{
	padding-top:0;
}
#fast_charge .fc_title{
	width: 45%;
	position: relative;
	left: 54%;
	top:100px;
}
#fast_charge .fc_title h2{
	text-align: left;
	margin: 0;
}
#fast_charge .fc_title p{
	margin-top: 0;
}
#fast_charge .fc_bg_img{
	background: #fff url("../images/f_charge.jpg") no-repeat;
	background-size:130% auto;
	background-position: right 35% center;
	padding-bottom:50%;
}
/* LEDライト */
#led_light .led_bg_img{
	background: #fff url("../images/led.jpg") no-repeat;
	background-size:140% auto;
	background-position: left 50% center;
}
#led_light .two{
	height: 0;
	padding-bottom:50%;
}
#led_light .two_innner:last-child h2{
	text-align: left;
	color: #FFF;
	line-height: 1.5em;
	margin: 2.5em auto 0.5em;
}
#led_light .two_innner:last-child p{
	color: #FFF;
	margin-top: 0;
}
#led_light .two_innner:last-child .wrapper{
	width: 80%;
	max-width: 600px;
	margin: 0 auto 0 3em;
}
/* 4つのポイント */
#point .two{
	width: 80%;
	max-width: 1100px;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}
#point .two .two_innner{
	width: 45%;
	margin-bottom: 4em;
}
#point .two .two_innner img{
	width: 100%;
}
#point .two .two_innner h2{
	text-align: left;
	margin: 0 auto;
}
/* 専用オプション */
section#option{
	background: #E0E0E0;
}
#option .g_wrapper{
	width: 80%;
	max-width: 1100px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 40% 60%;
	text-align: center;
	grid-row-gap: 3em;
    align-items: flex-start;
	grid-template-areas: "area1 area2"
						"area3 area4";
	margin-top: 3em !important;
}
#option .area1{
	grid-area: area1;
}
#option .area2{
	grid-area: area2;
}
#option .area2 p{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
}
#option .area3{
	grid-area: area3;
}
#option .area4{
	grid-area: area4;
}
#option .g_wrapper div .o_title{
	margin: 0 auto;
	width: 99%;
}
#option .g_wrapper > div:nth-child(2),
#option .g_wrapper > div:last-child{
	text-align: right;
}
#option .g_wrapper > div:nth-child(4) figcaption{
	text-align: center;
}

#option .g_wrapper div figure{
	margin: 0;
}
#option .g_wrapper div:nth-child(3) figure{
	margin: 0 auto;
	width: 40%;
}
#option .g_wrapper img{
	width: 100%;
}
#option .g_wrapper > div:last-child img{
	width: 90%;
}
#option .two{
	justify-content: flex-start;
	align-items: center;
}
#option .g_wrapper h3,
#option .two_innner h4{
	margin: 0;
	text-align: left;
}
#option .g_wrapper h3{
	font-size: 2.1vw;
}
#option .two_innner h4{
	font-size: 2.6vw;
}
#option .two_innner:last-child{
	text-align: left;
}
#option .two_innner small{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
}
/* 製品仕様 */
section#specs {
  width: 80%;
  max-width: 1100px;
}
#specs h3{
  width: 90%;
	font-size: 1.5rem;
	margin: 60px auto 30px;
	text-align: center;
}
#specs p{
  width: 90%;
	font-size: 1rem;
	margin: 10px auto 30px;
	text-align:left;
}

/* 製品仕様テーブル */
.specseat {
	width: 100%;
  	margin: 20px auto;
	border-collapse: collapse;
  	border-spacing: 0;
}
.specseat{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
}

.specseat tr {
/*  border-bottom: solid 1px #707070;*/
}
.specseat th {
  background : #E0E0E0;
  color: #1A1311;
  font-weight: normal;
  padding:2%;
  border-bottom: solid 1px #fff;
}
.specseat td {
  padding: 0.5em 0.5em;
  border-left: solid 1px #707070;
  border-bottom: solid 1px #707070;
}
.specseat td:nth-of-type(1) {
  border-left: none;
}
.specseat td span{
  min-width: 95px;
	display: inline-block;
}

/* ダウンロード */
section#d_load {
	width: 80%;
	max-width: 1100px;
	padding-top:8vh;
}

#d_load .d_flex{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#d_load .d_flex a {
	text-decoration: none;
	text-align:center;
	width: 22%;
	background-color: #eee;
	border-radius: 10px;
	padding: 2em 0em;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
#d_load .d_flex a img{
	width: 29%;
	margin: 0 auto;
	display: block;
}

#d_load .d_flex a:hover{
	background-color: #ccc;
}

.br_sp { display:none; }

/* フッター
-----------------------------------------*/
footer{
	background : #535252 !important;
	position: relative;
	padding: 30px 0 30px 0;
	margin-top: 3em;
}
footer dd,
footer address,
.copyright{
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif' !important;
}

/* トップへ戻るボタン*/
.top-arrow{
	position: absolute;
	width: 100px;
	height: 100px;
	bottom:10vh;
	right: 10vw;
}
/* 免責事項*/
footer div dl{
	width: 100%;
	max-width: 900px;
	margin-bottom: 30px;
}
footer div dl dt{
	font-size: 1.2rem;
	margin-bottom: 10px;
}
footer div dl dd{
	font-size: 0.6875rem;
}
footer p{
	text-align: center;
	font-size: 0.6875rem;
	line-height: 1rem
}
/* 会社住所*/
footer address{
	font-size: 0.6875rem;
	text-align: center;
	padding-top: 4vh;
}
footer address img{
	width: 50px;
}
footer .copylight{
	color: #FFF;
	font-size: 0.6875rem;
}
/* アニメーション
-----------------------------------------*/
.fadeInRight{
	animation: SlideIn_From_Right 0.8s 1;
}
.fadeInLeft{
	animation: SlideIn_From_Left 0.8s 1;
}
.fadeUp{
	animation: SlideIn_Down_Up 0.8s 1;
}
/*アニメーションの設定*/
@keyframes SlideIn_From_Right {
  0% {
    opacity: 0;
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideIn_From_Left {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideIn_Down_Up {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* 横長表示の場合 */
@media (min-aspect-ratio: 16/9) {
	/* メインビジュアル */
/*
	.cuble_main h1{
		background: #000;
	}
*/

}

@media screen and (min-width: 1300px) {
	h2{
		font-size: 40px;
	}
	#option .g_wrapper h3{
		font-size: 27px;
	}
	#option .two_innner h4{
		font-size: 33px;
	}
}

@media screen and (min-width: 1400px) {
	/* 100Vコンセプト */
	#feature .two_innner:first-child,
	#feature .two_innner:last-child{
		background-size:100% auto !important;
	}
	/* すべての端子 */
	#all_terminal .bg_block{
		background-size:100% auto !important;
	}
	/* 急速充電器 */
	#fast_charge .fc_bg_img{
		background-size:100% auto !important;
	}
	/* LEDライト */
	#led_light .led_bg_img{
		background-size:100% auto !important;
	}
	#led_light .two{
		padding-bottom:calc(550 / 1565 * 100%) !important;
	}
}

@media screen and (min-width: 1100px) {
	/* 100Vコンセプト */
	#feature .two_innner:first-child,
	#feature .two_innner:last-child{
		background-size:calc(120% + 550px - 50vw) auto;
	}
	/* すべての端子 */
	#all_terminal .bg_block{
		background-size:calc(120% + 550px - 50vw) auto;
	}
	/* 急速充電器 */
	#fast_charge .fc_bg_img{
		background-size:calc(130% + 1100px - 100vw) auto;
	}
	/* LEDライト */
	#led_light .led_bg_img{
		background-size:calc(140% + 1100px - 100vw) auto;
	}
	#led_light .two{
		padding-bottom:calc(550px + 1vh);
	}
}

@media screen and (max-width: 1024px){
	/* メインビジュアル */
	.cuble_main h1{
		width: 100%;
	}
	/* グローバルナビゲーション */
	.Nav .navbtn a::before, .Nav .navbtn a.close::before, .Nav .navbtn a span::after, .Nav .navbtn a.close span::after, .Nav .navbtn a::after, .Nav .navbtn a.close::after {
		background-color: #707070 !important;
	}
	.Nav > ul{
		top: 80px;
	}
	.Nav > ul > li a{
		color: #fff;
	}
	/* すべての端子 */
	section#all_terminal{
		padding: 1em 0 0.5em;
	}
	/* 製品仕様 */
	section#specs {
		padding-bottom: 3em;
	}
	
}

@media screen and (max-width: 768px) {
	
	/* セクション */
	section{
		width:100%;
		margin:0 auto;
		margin-bottom: 0;
		padding:4em 0;
	}
	.two div{
		width:100%;	
	}
	.two .two_innner{
		width: 60%;	
	}
	
	/* グローバルナビゲーション */
  	.Nav {
  		border-top:none;
	  	top:0;
		right: 0;
	  	width: 100%;
  	}
	.head_waku{
		width:100%;
	}
	.header_name{
		font-size: 1em;
	}
	/* すべての端子 */
	section#all_terminal{
		padding-top: 3em;
	}
	#all_terminal .g_wrapper{
		grid-template-columns: 100%;
		grid-template-areas: "title"
							 "bg"
			                 "types";
	}
	#all_terminal .bg_block{
		background: #fff url("../images/all_t_left_sp.jpg") no-repeat;
		background-size:contain;
		background-position: center center;
		padding-bottom:60%;
	}
	#all_terminal .types_block{
		margin: 0 auto;
		margin-top: 4em;
	}
	#all_terminal .title_block{
		width: 90% !important;
		max-width: 90% !important;
		padding: 0 5vw 0 !important;
		margin: 0 auto !important;
	}
	#all_terminal .title_block p{
		margin-bottom: 2em;
	}
	/* 専用オプション */
	#option .two{
		flex-direction: column;
	}
	#option .two .two_innner{
		width: 100%;
	}
	/* 製品仕様 */
	section#specs{
		width: 90%;
	}
	
	/* フッター */
	footer{
		padding-top: 50px;	
	}
	/* 改行調整 */
	.br_sp { display:block; }
	/* アニメーション
	-----------------------------------------*/
	.fadeInRight{
		animation: none;
	}
	.fadeInLeft{
		animation: none;
	}
	.fadeUp{
		animation: none;
	}
	
}

@media screen and (max-width: 640px) {
	/* 横幅90%指定 */
	.w90_640{
		width: 90% !important;
		max-width: 90% !important;
		padding: 0 5vw 0 !important;
		margin: 0 auto !important;
	}
	/* 見出し */
	h2{
		font-size: 4.8vw;
		text-align: left;
	}
	/* メインビジュアル */
	.cb_logo{
		width: 100px;
	}
	.cuble_main h1{
		font-size: 1.5em;
	}
	/* ラインナップ */
	section#lineup{
		width: 90%;
		padding: 4em 0 0;
	}
	#lineup .two .two_innner{
		width: 80%;
	}
	#lineup .two .two_innner:first-child{
		margin-bottom: 4em;
	}
	/* 特徴 */
	#feature .flex-column{
		flex-direction: column-reverse;
	}
	#feature p{
		text-align: left;
		margin-bottom: 3em;
	}
	/* 急速充電 */
	section#fast_charge{
		padding-top: 6em;
	}
	#fast_charge .fc_title{
		position: static;
	}
	#fast_charge .fc_bg_img{
		padding-top: 2em;
	}
	.br_pc{
		display: none;
	}
	/* LEDライト */
	#led_light .led_bg_img{
		background: #fff url("../images/led_sp.jpg") no-repeat;
		background-size:120% auto;
		background-position: center top;
	}
	#led_light .two{
		flex-direction: column-reverse;
		padding-bottom: 120%;
	}
	#led_light .led_bg_img .two .two_innner{
		width: 100%;
	}
	#led_light .two_innner:last-child .wrapper{
		padding: 0 !important;
		margin:15em auto 0 !important;
	}
	/* 4つのポイント */
	#point .two{
		flex-direction: column;
	}
	#point .two .two_innner{
		width: 100%;
	}
	#point .two .two_innner figure{
		width: 80%;
		margin: 0 auto;
		position:relative;
		left:9%;
	}
	/* 専用オプション */
	#option h2{
		text-align: center;
	}
	#option .g_wrapper{
		display: grid;

		grid-template-columns: 100%;
		text-align: center;
		grid-row-gap: 3em;
		align-items: flex-start;
		grid-template-areas: "area1"
							"area3"
							"area4"
							"area2";
		margin-top: 5em !important;
		
	}
	#option .g_wrapper h3{
		font-size: 5vw;
	}
	#option .two_innner h4{
		font-size: 6vw;
	}
	#option .two{
		flex-direction: row;
		justify-content: center;
	}
	#option .two_innner small{
		font-size: 2vw;
	}
	#option .g_wrapper div .o_title{
		width: 75%;
	}
	#option .g_wrapper h3,
	#option .two_innner h4{
		text-align: center;
	}
	#option .two_innner:last-child{
		text-align: right;
	}
	#option .g_wrapper div:nth-child(3) figure{
		width: 35%;
	}
	#option .g_wrapper > div:nth-child(2),
	#option .g_wrapper > div:last-child{
		text-align: center;
	}
	/* 製品仕様 */
	#specs h2{
		text-align: center;
	}
	#specs .specseat{
		margin: 2em auto;
	}
	#d_load h2{
		text-align: center;
	}
	.top-arrow{
		width: 60px;
		bottom: 5vh;
	}
	/* ダウンロード */
	section#d_load{
		padding-top: 4vh;
	}
	#d_load .d_flex{
		flex-wrap: wrap;
		margin-top: 2em;
	}
	#d_load .d_flex a {
		width: 32%;
		margin-bottom: 0.5em; 
	}
}


@media screen and (max-width: 480px) {
	/* 見出し */
	h2{
		font-size: 1.5rem;
		line-height: 180%;
	}
	h3{
		font-size: 1.4rem;
		line-height: 180%;
	}
	h4{
		font-size: 1.2rem;
		line-height: 180%;
	}
	p{
		font-size: 0.625rem;
		line-height: 180%;
	}
	/* ロゴ */	
	.logo{
		width: 150px;
		padding: 5px 0 12px;
		top: 16px;
	}
	/* グローバルメニュー */	
	.obi{
		height:60px;
	}
	.Nav .navbtn{
		margin: 10px auto;
		right: 0px;
	}
	.Nav > ul{
		top: 60px;
	}
	.head_waku{
		height: 60px;
	}
	.header_name{
		padding-left: 10px;
	}
	.header_name p{
		font-size: 0.6em;
	}
	/* メインビジュアル */
	/* ~~ ヘッダー　メインビジュアル ~~ */
	header {
		background: #fff url("../images/top_bg_sp.jpg") no-repeat;
		background-size: cover;
		background-position: center center;
	}
	header{
		padding-bottom: 0px;	
	}
	header h1{
		width: 90%;
		margin-top: 60px;
	}
	/* メインビジュアル */
	.cuble_main{
		width: 100%;
	}
	.cuble_main h1{
		width: 100%;
		text-align: center;
		font-size: 1.5em;
		bottom: 10%;
		top:30vh;
		left: 0;
	}
	.cb_logo{
		width: 90px;
		top: 60px;
	}
	/* セクション */	
	section{
		width:100%;
		margin:0 auto;
	}
	/* ラインナップ */
	#lineup .two .two_innner figure{
		width: 80%;
	}
	#lineup .two .two_innner:first-child figure:first-child img{
		width: 80%;
	}
	#lineup .two .two_innner:last-child figure:first-child img{
		width: 100%;
	}
	#lineup .two .two_innner figure:last-child{
		margin-top: 1.5em;
	}
	
	/* すべての端子 */
	section#all_terminal{
		padding-top: 1em;
	}
	/* 特徴 */
	#feature_1 figure{
		width: auto;
	}
	/* 急速充電 */
	section#fast_charge{
		padding-top: 3em;
	}
	/* LEDライト */
	section#led_light{
		padding-top: 2em;
	}
	#led_light .two_innner:last-child .wrapper{
		margin: 12em auto 0 !important;
	}
	/* ポイント */
	section#point{
		padding:1.5em 0 1em;
	}
	/* 専用オプション */
	section#option{
		padding: 2em 0 
	}
	#option .g_wrapper{
		margin-top: 4em !important;
	}
	
	/* 製品仕様テーブル */
	.scroll_table table {
	  display: block;
	  overflow-x: scroll;
	  white-space: nowrap;
	  -webkit-overflow-scrolling: touch;
		font-size: 0.625rem;
	}
	section#specs {
		padding-bottom: 1em;
	}
	/* ダウンロード */
	
	#d_load .d_flex a {
		width: 49%; 
	}
	
	/* フッター */
	footer{
		padding-top: 30px;
	}
	/* トップへ戻る */
	.top-arrow{
		width: 60px;
		bottom:8vh;
		right: 5vw;
	}
	.top-arrow img{
		width:100%;
	}
	/* 免責事項 */
	footer div dl dd,
	footer p,
	footer address,
	footer .copylight
	{
		font-size: 0.75rem;
	}
}

@media screen and (max-width: 320px) {
	h2{
		font-size: 1.2rem;
	}
	/* グローバルメニュー */
	.header_name p{
		font-size: 0.5em;
	}
	/* メインビジュアル */
	.cb_logo{
		width: 70px;
	}
	.cuble_main h1{
		font-size: 1.2em;
	}
	.play_button{
		width: 70px;
	}
	/* ラインナップ */
	#lineup .two .two_innner figure:last-child{
		margin-top: 1em;
	}
	/* すべての端子 */
	#all_terminal .types_block{
		width: 85%;
		margin-top: 2em;
	}
	/* 急速充電器 */
	section#fast_charge{
		padding: 2em 0;
	}
	/* LEDライト */
	#led_light .two_innner:last-child .wrapper{
		margin: 10em auto 0 !important;
	}
	section#led_light{
		padding-bottom: 2em;
	}
	/* 4つのポイント */
	#point .two .two_innner{
		margin-bottom: 3em;
	}
	/* 専用オプション */
	#option h2{
		margin-top: 0;
	}
	#option .g_wrapper{
		margin-top: 3em !important;
	}
	#option .g_wrapper{
		grid-row-gap: 2em;
	}
	/* 製品仕様 */
	section#specs{
		padding-bottom: 1em;
	}
	/* ダウンロード */
	.app_download a{
		font-size: 14px;
	}
	/* トップへ戻る */
	.top-arrow{
		bottom:12vh;
	}
	
}