/*------0/4-----------------
6/4 1462  max-width: 1024px ←--青
5/4 1516  max-width:  768px ←-茶
4/4 1598  max-width:  600px　赤
3/4 1669  max-width:  500px
2/4 1773  max-width:  380px
1/4 1816  max-width:  350px
*/
@charset "utf-8";
/*全ての画面サイズで共通のCSSを書く*/
html, body{
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
  /* 固定ヘッダの高さ分 */
  vertical-align: super;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "小塚ゴシック Pro R", "メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "KozGoPro-Regular", "Meiryo", "MS PGothic", "MS UI Gothic", Osaka, sans-serif;
}
html {
  font-size: 62.5%;
}
h1 {
  font-size: 2.5rem;
	line-height: 1rem;
	margin-bottom: -20px;
}
p {
  margin: 0;
  padding: 0;
}
/*- メヘッダーのメインメニュー部 2 */
#header-area {
  position: fixed;
  top: -56px;
  left: 0;
  width: 100%;
  z-index: 50;
  transition: .5s ease;
}
.header-area-bk { 
  width:100%;
  z-index: 60;
}
.gnav-area {
  display: flex;
  align-items: center;
  max-width: 1024px;
  height: 56px;
  margin: 0 auto;
  background-color: #18413d;
  z-index: 40;
}
.gnav-area a {
  font-size: 1.4rem;
}
.logo {
	width: 62px;
	height: 50px;
	padding-left: 3px;
	padding-right: 20px;
}
.logomrk {
  content: url('../img/index/logomrk.png');
}

ul.gnav {
  justify-content: center;
}
.gnav {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	margin: 0 auto;
}
.gnav_menu {
  display: flex;
	justify-content: space-around;
  list-style: none;
	width: 100%;
	margin: 5px auto 0 auto;
}
.gnav_menu_item a {
  text-decoration: none;
  color: #06B4A6;
  background-color: #18413d;
  transition: 0.4s;
	margin-top: 10px;
}
.logo {
  margin: 0 auto 0 5px;
}
.logo_pc{
  width: 111px;  
  height: 44px;
  display: block !important;
}
.logo_sp{
  display: none !important;	
  width: 91px;  
  height: 44px;
 }

.sumaho{
  display: none !important;	
	width: 0;	
  font-size: 1.3em;
	margin-top: 25px;
  color: #06B4A6;
}

.ass {
	font-size: 1.2rem;
	line-height: 1.3rem;
	padding-bottom: 5px;
  color: #00ddca;
}
.gnav_menu_item a:hover {
  color: #008190;
  padding-left: 2px;
  padding-right: 2px;
  background-color: #d5fffc;  
  border-bottom: 2px solid #3bb9ac;
  border-top: 2px solid #3bb9ac;
}
.side-menu-btn-area {
  width: 60px;
  line-height: .8rem;
  text-align: center;
  margin: -21px 0 0 auto;	
}
/* jsでホバー処理を実行 */
#side-menu-inf-p {
  width: 60px;
  font-size: 1.0em;
  color: #06B4A6;
  margin: 10px 50px 0 -20px;
}
.pagetop-btn {
  pointer-events: none;
  display: block;
  font-size: 1em;
  color: #06B4A6;	
	margin-left: 10px;
  margin-right: 5px;
  line-height: 10px;  
  background-color: #18413d;
  border: solid 1px #18413d;
  border-radius: 3px;
}
.pagetop-btn img {
  position: relative;  
  pointer-events: auto;
  margin: 7px 0 2px 3px
}
.pagetop-btn-inf {
  pointer-events: none;
  display: block;
  font-size: 1em;
  color: #06B4A6;
  position: relative;
}
.pagetop-btn img:hover {
  cursor: pointer;
  border-radius: 3px;
  background-color: #d5fffc;	
  transition: .2s ease;
}
.pagetop-btn:hover .pagetop-btn-inf {
  color: #d5fffc;
  transition: .2s ease;
}
.pagetop_btn: active {
  position: relative;
}
.ppc {
	font-size: 1.1rem;
	color: #90f8f1;	
	margin-left: -10px;
}
/************************/
/* ドロワーメニュー部　 開始 */
/************************/
.side-open .wrapper,
.side-open .overlay {
}
.overlay {
  display: block;
  content: '';
  visibility: hidden;
  position: fixed;
  top: 56px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  z-index: 30;
}
.side-open .overlay {
  visibility: visible;
  background: rgba(0, 0, 0, .7);
  cursor: pointer;
}
.overlay::after {
  display: block;
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  width: 100%;
  height: 56px;
  color: rgba(255,255,255,0);
  text-align: center;
  transition: .5s ease;
}
.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, .8);
}
/* --- side menuのﾊﾞｯｸﾊﾟﾈﾙ1 ----*/
.side-menu {
  position: fixed;
  top: 56px;
  box-sizing: border-box;
  right: -280px;
  width: 280px;
  height: 100%;
  font-size: 13px;
	font-size: 13px;	
  text-align: left;
  background: #278591;
  z-index: 50;
  transition: .5s ease;
}
.side-menu-navarea {
	margin: 5px 5px;
	background: rgb(230, 255, 255);
}
.side-menu-navarea p {
color: #06B4A6;
}
/*-- トップページ    ---*/
.btn-video-onoff,.btn-Toppage,.btn-jamp-naibu,.btn-jamp-gaibu,.btn-jamp-naibu1 {
  display: inline-block;
  position: relative;
	line-height: 1.2rem;
  text-decoration: none;
  font-style: normal;
  color: #FFF;	
  padding: .25em .25em .25em 1.4em;	
  margin: 0 0 5px 20px;
  background: #60a5c4;
  border: solid 1px #0f9ada;/*線色*/
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
/*保護され・/閲覧は・*/
.btn-jamp-naibu1 {
	max-width: 230px;
	font-size: 1.2rem;
	text-align: center;
}
/*保護され・/閲覧は・*/
.btn-jamp-naibu1:before {
	content: url('../img/index/link_closem.png');
  position: absolute;
  top: -3px;	
  left: 2px;
}
.btn-jamp-naibu1:hover{
	color: #278591;	
  box-shadow: none;
  text-shadow: none;
  background-color: #c7e9ff;
  border: solid 1px #278591;
}
.btn-jamp-gaibu:hover:hover{
	color: #278591;	
  background-color: #ffd3c8;
  border: solid 1px #278591;
  box-shadow: none;
  text-shadow: none;
}
.btn-video-onoff,.btn-Toppage {
  width: 28%;
}
/*ビデオ　トップページ ジャンプ*/
.btn-video-onoff,.btn-Toppage,.btn-jamp-naibu,.btn-jamp-gaibu {
  text-align: center;
  font-size: 1.2rem;
}
/*ビデオ*/
.btn-video-onoff:before {
  content: url('../img/index/videostop.png');
  position: absolute;
  left: 5px;
  top: 2px;
}
/*トップページ*/
.btn-Toppage:before {
  content: url('../img/index/pagetopw.png');
  position: absolute;
  top: 0;	
  left: 5px;
}
/*ジャンプ*/
.btn-jamp-naibu {
	line-height: 1.8rem;	
	font-size: 1.6rem;
}
/*ジャンプ*/
.btn-jamp-naibu:before {
	content: url('../img/index/link_closem.png');
  position: absolute;
  top: -3px;	
  left: 2px;
}
/*ジャンプ*/
.btn-jamp-gaibu:before {
	content: url('../img/index/link_openm.png');
  position: absolute;
  top: 0;	
  left: 5px;
	margin-right: 5px;
}
/*ビデオ*/
.btn-video-onoff:hover {
  text-shadow: none;
  box-shadow: none;	
  background-color: #278591;
  border: solid 1px #ffd3c8;
}
/*トップページ*/
.btn-Toppage:hover {
  box-shadow: none;
  text-shadow: none;
  background-color: #278591;
  border: solid 1px #ffd3c8;
}
#syokikamsg {
  position: absolute;
  z-index: 20;
  padding: 0em .5em;
	margin: 5px 0 0 20px;
  color: #ff1b58;
  background: #b6eef5;
  border-radius: 0.1em;
	border: 2px solid #4a94de;
	opacity: 0;
	transition: .2s ease;
}
.turee {
	display: block;
	height: calc(100vh - 140px);
	margin: 0 auto;
	padding: 5px 0 5px 10px;
	font-size: 0.8em;	
  background-color: #18413d;
	overflow-y: scroll;
	transition: .7s ease;
}
.turee a {
	font-size: 0.9em;	
  text-decoration: none;
  color: #06B4A6;
	margin-top: 10px;	
  transition: 0.4s;
}
.turee a:hover {
  color: #008190;
  padding-left: 10px;
  padding-right: 2px;
  background-color: #d5fffc;
  border-bottom: 2px solid #3bb9ac;
  border-top: 2px solid #3bb9ac;
}
.turee p {
  color: #90f8f1;
	margin: 5px 0 2px 10px;
}
ul {
	margin-left: 0.5em;
 	padding: 0 0 0 0;
}
li {
 	list-style-position: outside;
 	list-style-type: none;
 	font-size: 10pt;
	margin-left: 0.5em;	
}
/*reaf=葉  */
li.reaf {
	list-style-image: url('../img/index/sankaku_s.png');
  margin-right: 0.5em;
  cursor: pointer;	
}
/* collapse=拡大できる*/
li.collapse {
  list-style-image: url('../img/index/sankaku_c.png');
	transition: .3s ease;
}
/*expand=拡大*/
li.expand {
	list-style-image: url('../img/index/sankaku_o.png');
	transition: .7s ease;
}
li.syokika {
	list-style-image: url('../img/index/retern_ch.png');
}
li.reaf > li, li.collapse > ul {
	display: none;
}
li.expand > ul {
  display: block;
}	
/*-- ドロワーメニューbtn部 --*/
#js__sideMenuBtn {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: -5px 0 0 8px;	
  padding: 0;
  cursor: pointer;
}
.ellipsis-v {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.ellipsis-v .point {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 4px;
  height: 4px;
  margin: auto;
  background: #06aeb4;
  transition: .2s;
}
.ellipsis-v .point.top {
  top: 0;
}
.ellipsis-v .point.mid {
  top: 0;
  bottom: 0;
}
.ellipsis-v .point.bot {
  bottom: 0;
}
#js__sideMenuBtn:hover .top {
  background-color: #d5fffc;
  transform: translateY(-5px);
}
#js__sideMenuBtn:hover .bot {
  background-color: #d5fffc;
  transform: translateY(5px);
}
.side-open .side-menu-btn:hover .top,
.side-open .top {
  width: 28px;
  height: 1px;
  background: #d5fffc;
  transform-origin: left top;
  transform: rotate(45deg);
}
.side-open .mid {
	opacity: 0;
}
.side-open .side-menu-btn:hover .bot,
.side-open .bot {
  width: 28px;
  height: 1px;
  background: #d5fffc;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.side-open .side-menu-btn:hover .bot,
.side-open .side-menu-btn:hover .top {
  background: #d5fffc;
}
/* ドロワーメニュー　部　終了 **/
/****  コンテンツ全体部 3 *** */
#body-bk{
  display: flex;
}
#body-bk-panel {
  max-width: 1024px;
  margin: 0 auto;
  z-index: 20; 
}
/* =========================
 *初期画面タイトル部　ロゴとスクロールボタン
===========================*/
#article-panel {
  display: flex;
  flex-direction: row;
  height: 61px;
  background-color: #092950;	
  margin-top: -5px;
	padding-top: 5px;
}
#stptaitol {
	display: none;
	position: fixed;
	top: 57px;
	left: calc((100vw - 1038px) / 2);
	height: 20px;
  width: 170px;	
	margin: 0 auto;
	text-align: center;
	color: #d1fcff;
	padding-top: 0;
	border-radius: 4px;
	background-color: rgba(24, 65, 61, 0.57);
	z-index: 20;
}
#stptaitol p {
	font-size: 1.2em;
	margin-top: -19px;
}
.logo2 {
  flex:10;
  margin: 5px 5px 0 0;
}
.logo2_pc {
  width: 62px;
  height: 18px;
  width: 100px;
  height: 38px;	
  margin: 8px 17px 5px 5px;
	text-align: center;
}
.logo2 p {
	margin: -35px 5px 2px 120px;
  font-size: 1.5rem;  
  color: #05a2b3; 
  font-weight: bold	
}
.scrollbutton-inf {
  font-size: 1.1em;
	color: #05a2b3;
  margin: 30px -3px 8px auto;	
}
.scrollbutton-inf p {
  margin: 10px -42px 8px auto;
}
#scrollbutton {
  width: 35px;
  height: 30px;
  margin: 12px 10px 1px 2px;
  background-color: #092950;
  border: solid 1px #092950;
  border-radius: 4px;
  z-index: 50;
}
#scrollbutton:hover {
  cursor: pointer;	
  background-color: #f0ffff;
}
#scrollbutton:active {
  position: relative;
}
/* =========================
     video
===========================*/
video { 
  position: fixed;
  max-width: 1024PX;
  width: 100%;
  transform: translateX(%);
  transition: 1s opacity;
  margin-top: -15px;
  z-index: -1;
}
#article-video-area {
  margin-top: 0;
  z-index: 5;
}
.video-img img {
  display: block;
  max-width: 1024px;
  width: 100%;
  margin: 0px auto 0 auto;
}
#video-msgon {
  flex-direction: column;
  width: 251px;
  text-align: center;
  margin: -160px auto 13px auto;	
  opacity: 0; 
  transition: 2s opacity;
  z-index: 5;
}
#video-msgoff {
  flex-direction: column;
  text-align: center;
  margin: -50px auto 0 auto;
  z-index: 10;
  transition: 1s opacity;
}
#videonav-btn {
  width: 80%;
  margin: 0 auto 15px auto;
  background: rgba(0, 0, 0, .5);  
  border-radius: 5px;
  z-index: 10;
}
#videonav-btn img {
  display: block;
  margin: -17px 0 0 273px;
}
#videonav-btn p {
  line-height: 1.6;
  font-size: 1rem;	
  text-align: center;
  color: #05a2b3;
  margin: .1em 0 0 0;
}
#videonav-btn button { 
  display: block;
  width: 40%;
  padding: 0.1rem;
  font-size: 1.3rem;
  color: #fff;
  margin: 0.5rem auto; 
  background: rgba(255, 255, 255, .2);
  border-radius: 3px;
  border: thin solid #3b1af4; 
  cursor: pointer;
  transition: .3s background;
}
#videonav-btn button:hover { 
  background-color: aquamarine;
}
 /*    SECTION 1*/
/*ビデオ下の3カラム*/
/*===========================*/
.content-bk {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 0;
}
.content-bk h1, h2, h3, a{
  font-weight: 100px;
  line-height: 2rem;
  color: #05a2b3;
}
.intoroduction-pic{
  width: 300PX;
  margin: 50px auto 0 auto;
}
/*ページの閲覧ありがとう*/
.intoro-text{
	display: flex;
	flex-direction: column;
 	max-width: 1024px;
	text-align: center;
	line-height: 2em;
	padding-bottom: 100px;
}
.intoro-text p {
  font-size: 1.2rem;
  opacity: .8;
}
.text-outer {
	max-width: 100%;
}	
.uetuke {
	margin-top: -50px;
}
.uetuke2 {
	margin-top: -50px;
}
.insert {
	margin-top: 0;
}
.insert2 {
	margin-top: -50px;
}
/* 3カラムの大枠*/
.category-outer {
  display: flex;
  flex-direction: row;
	max-width: 1024px;
}
/*** 左Aout回転画像**/
.side-outer {
  flex-direction: row;
  max-width: 270px;
	padding-top: 170px;
	background-color: #fffdf9;
	border-bottom: solid 50px #fff;	
}
.side-outer img {
	display: flex;
	max-width: 100%;
  text-align: center;
  margin-bottom: 10px;
  opacity: .1;
}
.side-outer img:hover {
  opacity: 1;
  transform: rotateY( 360deg );
}
.side-outer p {
  text-align: center;
  font-size: 1.4rem;
	color: #d69b55;
}
/*** 左Aout回転画像　Jis部**/
.sa {
  transition: all 2.5s ease;
	transform: rotateY( 0deg );
  opacity: 0;	
}
.sa.show {
  opacity: .1;
	transform: rotatey(0deg);
}
.sa--rotateL {
  opacity :.5;
  transform: rotatey(-359deg);
}
.sa--rotateR {
  opacity :.5;
  transform: rotatey(-359deg);
}
/***メイン中枠の開始******/
 h2 {
	font-size: 2.2rem;
}
/***  中枠全体　**/
.category-wrap {
  display: flex;
	flex-direction: column;
	flex-shrink: 5;
	max-width: 690px;
  word-wrap: break-word;
	margin-top: -70px;
}
.category-area {
	max-width: 690px;
}
.category-area p {
  font-size: 1.1rem;
  opacity: .8;
}
/*--- カテゴリー概略 ---*/
/****文と写真*********/
.category {
	margin-left: 10px;
	margin-right: 30px;
}
/**一回目の２カラム分け**/
.category-group {
	text-align: left;
	margin-top: 0px;
  margin-bottom: 70px;
}
.category h2 {
	font-size: 2.3rem;
	line-height: 0.5rem;
	margin-top: 30px;
  margin-bottom: 80px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 6px solid rgba(239, 239, 239, 0.77);
	border-bottom: 2px solid rgba(239, 239, 239, 0.77);	
}
/*ロゴ画像*/
h2.logosfs:before {
	content: url('../img/shield/shieldlogo1.png');
	margin-right: 10px;
}
.category-lap {
	display: flex;
	justify-content: space-between;
	max-width: 100%;	
	text-align: left;
  margin: -30px 0;
  padding: 0 0 15px 5px;
}
/**回転拡大写真を除く大枠****/
.category-text {
  max-width: 100%;	
	margin-top: 25px;
	margin-right: 30px;
	padding-left: 1rem;
	padding-bottom: 2rem;
  border-left: 7px solid rgba(239, 239, 239, 0.77);
}
/*.category-group h3 {*/
.category h3 {	
  font-size: 1.7rem;
	line-height: 2rem;
	margin-top: -70px;
	margin-bottom: 20px;
  padding: 2rem 0 0rem 2rem;
}
.category-text h4 {
  display:block;
  font-size: 1.35rem;
  color: #05a2b3;	
  margin: 0 0 0px -5rem; 
  padding: .7rem 1rem .3rem 6rem;

}
.category-text h5 {
  display:block;
  font-size: 1.4rem;
  margin: 0 0 0 -1rem; 
  padding: .7rem 1rem .3rem 1rem;
  color: #676767;
}
.category-text p {
  font-size: 1.3rem;
	margin-left: 1rem;
	margin-bottom: 3px;
  opacity: .8;
}
/*****  回転拡大画像全体  *****/
.article-area {
  flex-direction: row;
	width: 100px;
  color: #8e8e8e;
	margin: 0;
  z-index: 50;
}
.article-area p {
  text-align: center;
	font-size: 1.2rem;
	line-height: 1.35rem;
	margin-top: 3px;
	margin-bottom: 0;
}
/**回転拡大画像 先頭のタイトル以外全体**/
.article-wrap {
	width: 100%;
	text-align: center;
}
/*--- 画像用の緑範囲 ---*/
.article-s {
　display: table-cell;
  vertical-align: middle;	
  width: 100px;
  height: 56px;
  margin: 0px 2px 4px 0;
  padding: 4px 1px 4px 1px;
  background-color:#18413d;
  opacity: 1;
}
.article-s img {	
  display: block;
  width: 100%;
  height: auto; 
  margin: -3px 0 3px 0;
  transition: 0.3s;
}
.category-text img {
	float: right;
	margin-left: 10px;
}
.item-1-1 :hover, .item-1-2 :hover,
.item-1-3 :hover, .item-1-4 :hover,
.item-1-5 :hover {
  background-color: #ca4d11;
  transform: scale(.8, .8);	
  cursor: pointer;
}
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, 20px);	
  cursor: pointer;
}
.item-1-2 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, 5px);
  cursor: pointer;
}
.item-1-3 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, -10px);	
  cursor: pointer;
}
.item-1-4 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, -25px);	
  cursor: pointer;
}
.item-1-5 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, -42px);
  cursor: pointer;
}
.honda-youtube {
	max-width: 100%;
	margin: 0 0 10px 0;
}
.color-box {
	display: flex;
  flex-direction: row;
	max-width: 700px;
	margin: -60px 0 10px 10px;
	padding: 10px 15px 0 15px;
	background-color: rgba(239, 239, 239, 0.77);	
}
.color-box1 {
	line-height: 1rem;
	margin: 10px auto -5px auto;
}
.color-box2,.color-box3,.color-box4 {
	max-width: 97%;
	line-height: 1.3rem;
	margin: 0 auto 10px 0;
	padding: 10px 5px 2px 0;
	background-color: #fffbf4;
}
.color-box2 p,.color-box3 p {
	font-size: 1.1rem;
}
.color-box3 {
	max-width: 70%;
	padding: 0 10px;
}
.color-box4 {
	max-width: 330px;
	line-height: 1.5rem;
	padding-top: 10px;
	padding-right: 0;
}
.color-box4 p {
	font-size: 1.2rem;
	max-width: 300px;
}
.color-box5 {
	max-width: 100%;
	line-height: 1.5rem;
	margin: 0 auto -20px auto;
	padding-top: 5px;
}
.color-box5 p {
	font-size: 1.1rem;
}
.Youtube-inf {
  max-width: 50%;
  margin: 45px 30px 0 auto;
	z-index: 10;
}
/*拡大画像の説明文字*/
.setumeimoji {
	margin: -5px auto 7px auto;
}
/*文字の色*/
.ckbuw {
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.35rem;
	color: #05a2b3;/*D基本ﾌﾞﾙｰ　*/	
}
.ckb {
	font-size: .5rem;
	text-align:center;
	color: #05a2b3;/*D基本ﾌﾞﾙｰ　*/	
  padding: 10px 0;
}
.cblcw {
	font-size: 1.35rem;
	opacity: .75;/*黒太文字で透明度*/
	font-weight: bold;
}
.cblc {
	font-weight: bold;/*黒太文字*/
}
.cble {
	color: #223cff;/*青*/
	font-weight: bold;
}
.crdw {
	color: #ff7f59;/*赤太字*/
	font-weight: bold;
	font-size: 1.1rem;
}
.crd {
	color: #ff2222;/*赤太字*/
}
.crdw {
	font-weight: bold;
	font-size: 1.35rem;
	color: #ff7f59;/*赤太字*/	
}
/*文字のサイズドロワーメニュー用*/
p.fntms {
	font-size: .8rem;
	text-align: left;
	margin: 0;
	padding: 0;
}
/*ｽﾞｰﾑのﾏｰｼﾞﾝ*/
.zume-margin {
 margin-top: 20px;
 margin-bottom: 30px;	
}
p.pleft {
	text-align: left;
}
.linkicon2:before {
  content: url('../img/index/link_closem.png');
  margin-right: 5px;
  opacity: .5;
}
/**お知らせとお気に入りの概要*/
.favorit-textgroup {
  display: flex;
	flex-direction: column;
	max-width: 100%;
  height: auto;
	margin: 0 5px 50px 5px;
  text-align: center;
  background-color: rgba(239, 236, 236, 0.4);
  padding: 2px;
}
.favorit-textgroup2 {
  display: flex;
	margin-bottom: 4px;
}
.favorit-textgroup2 h2 {
	  font-size: 1.5rem;
  margin: 3px 5px 3px 5px;
  padding: 2px 10px;
  border-radius: 2px;
 background-color: antiquewhite; 
}
.favorit-text {
  max-width: 50%;
  height: auto;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  background-color: #fffdfb;
}
.favorit-text a {
 text-decoration: none;
}
.favorit-text a:hover {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #c7e9ff;
	border: solid 1px #278591;
	color: #278591;
}
.favorit-text p {
	text-align: center;
	font-size: 1.2rem;
	margin: 0 10px;
}
.favor-link {
  text-align: center;	
  padding: 0 7px;
  border: 4px solid #d0d0d0;
  margin: 2px 5px;
}
.favor-link h3 {
margin: 3px 0 0 0;
}
.favor-link p {
  margin: 0 -3px;
}
.linkicon2:before {
  content: url('../img/index/link_closem.png');
  margin-right: 5px;
  opacity: .5;
}
#set5 {
  display: block;
  height: 35px;
  text-align: center;
  color: cadetblue;	
  margin: 0 auto;
}
#set5 p{
  font-size: 1.5rem;
	margin-top: 8px
}
/* 右サイドバーネオン管*/
.favorite-outer {
	display: flex;
	flex-direction: column;
  max-width: 170px;
  padding: 10px 4px 0 4px;
	background-color: #1d1d1d;
	border-bottom: solid 50px #fff;
}
.favorite-erea {
	display: flex;
	flex-direction: column;	
  max-width: 170px;
  text-align: center;
  color: antiquewhite;
}
.favorite-erea a {
  display: inline-block;
}
.favorite-erea h2 {
  font-size: 1.25rem;
}
.favorite-erea p {
  margin: 0 0 5px 0;
}
.box {
  position: relative;  
  margin-top: 10px;
  max-width: calc(164px * 1);
  max-height: calc(68px * 1);
  border: 3px solid #031021;
}
.box img{
  max-width: 100%;
  max-height: 100%;
  opacity: .2;
}
.box img:hover {
  transition: opacity .5s ease;
  opacity: 1;	
}
.change-border::after, 
.change-border::before, 
.change-border__inner::after, 
.change-border__inner::before {
  background-color: #05a2b3;
  content: '';
  display: block;
  position: absolute;
  z-index: 50;
  transition: .2s ease;
}
/* 2 上*/
.change-border::after {
  width: 0;
  height: 3px;
  left: -3px;
  top: -3px;
}
/* 2 下*/
.change-border::before {
  bottom: -3px;
  height: 3px;
  right: -3px;
  width: 0;
}
/* 3 左*/
.change-border__inner::after {
  bottom: -3px;
  height: 0;
  left: -3px;
  width: 3px;
}
/* 4 右*/
.change-border__inner::before {
  height: 0;
  right: -3px;
  top: -3px;
  width: 3px;
}
/* hover1 上下*/
.change-border:hover::after, 
.change-border:hover::before {
  /*IE対応width: calc(100% + 3px);*/
  width: 103%;
}
/* hover1 左右*/
.change-border:hover .change-border__inner::after,
.change-border:hover .change-border__inner::before {
  height: 106%;
}
/**********************/
/*-- 下段　Video空白 --*/
#video-SP2-png {
	  display: flex;
  max-width: 100%;
}
#end-spc-coverfig img {
	display:flex;
  position: fixed;
  left: calc((100vw - 1024px) / 2 - 4);
  height: calc(100vh - 1024px * .563 - 40px);
  bottom: 0;  
	width: 1024px;
	margin: 0 auto;
  z-index: -1;
}
/**********************/
/*-- 下段　Video空白 --*/
#video-SP2-png {
  max-width: 100%;
}
/*Width　を　ピクセルで表示*/
#end-copyright{
  position: fixed;
  left: 0;
  text-align: center;
  bottom: 45px;	
  width: 100%;
  height: calc(100vh - 600px);
  margin-bottom: 0;
  opacity: .5;
}
#end-copyright img {
	width: 43%;
}
/*砂場のスクロール移動部*/
#end-stop-fig {
  display: flex;
  position: relative;
  width: 100%;
  height: calc(110vh - 690px);  
  z-index: 0;  
}
#end-stop-fig img {
  position: relative;
  width: 100%;
}
/****元１～２まで**************/
/* フッターの固定 */
.footer-fixed {
  position: fixed;
  left: 0;  
  bottom: -56px;
  width: 100%;
  height: 100px;
  z-index: 20;
}
.footer-bk {
  display: flex;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0);
}
.footer-panel { 
  display: flex;
  width: 1024px;  
  height: 100px;
  margin: 0 auto;
	
  background-color: rgba(0, 2, 2, .61);
}
.footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 90px;;
  margin: 0 auto;
}
#navpanel {
  display: none;
	width: 230px;
}
#navpanel2 {
  display: none;
	width: 0px;/*0320  windws*/
	margin-right: 150px;
}
.nav-box {
  display:inline-block;
  position: relative; 
  width: 85px;
  height: 18px;
  font-size: 1rem;  
  text-decoration: none;
  font-style: normal;
  color: #FFF;
  margin: 10px 5px 52px 0;
  padding: .25em .5em .25em 1.4em;	
  background: #676f72;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
  text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
  border: thin solid #3b1af4;
  z-index: 30;
}
.nav-box a {
  text-decoration: none;
  font-size: 1rem;  
  color: #FFF;
  margin-left: 20px;
}
.nav-box p{
  color: #FFF;
  margin: 3px 0 0 20px;
}
.nav-box:hover {
  background-color: rgba(255, 148, 134, 0.75);
}
#nav-box-navbtn:before {
  position: absolute;
  top: 4px;  
  left: 5px;
  width: 100%;
  font-size: 1.2rem;
  content: url('../img/index/videostop.png');
}
#nav-box-topbtn:before {
  position: absolute;
  top: 4px;  
  left: 5px;
  width: 100%;
  font-size: 1.2rem;
  content: url('../img/index/pagetopw.png');
}
#logo-box,#logo-box2 {
	position: relative;
	width: 130px;
	height: 29px;
	text-align: end;
	color: #06b45d;
	margin: -35px 3px -2px 90px;
	padding: 2px;
	background-color: #18413d;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
}
#logo-box2 {
	font-size: 1.3rem;
	text-align: center;
	background-color: #0091EA;
}
#logo-box2 p {
	margin-top: -8px;
}
#logo-box img {
	position: absolute;
	top: 0;
	left: 5px;
	widows: 120px;
	height: 14px;
  display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
#logo-box img:nth-of-type(1) {
	top: -32px;
}
#logo-box img:nth-of-type(2) {
  top: 2px;
}
#logo-box:hover img:nth-of-type(1) {
  top: 4px;
	widows: 120px;
	height: 14px;
	background-color: #051da0;
}
#logo-box:hover img:nth-of-type(2) {
  top: 100%;
	top: 32px
}
#logo-box p {
	text-align: center;
	margin-top: 15px;
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/***************************/
/*　クリックで画像を画面一杯にフェードイン */
.zumewaku {
	margin-top: 100px;
	text-align: center;
}
.zumewaku p {
	line-height: .3em;
}
.zume {
	height: 67px;
	margin: 7px auto 5px auto;	
	padding: 2px 2px;
	background-color:#18413d;
}
.zume img:hover{
	transform: scale(.8, .8);
  background-color: #ca4d11;
  cursor: pointer
}
#pixel-viewer {
  display: flex;
  flex-direction: column;
  top: 0;
  left: 0;	
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  position: fixed;
  z-index: 100;
  animation: fadein 0.2s ease-out both;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
#pixel-viewer.fadeout {
  animation: fadeout 0.2s ease-out both;
  pointer-events: none /* ← IE救済措置（IEでこれがないと画像を閉じた後にページ全体がクリックできなくなります...）*/
}
#pixel-viewer.fadeout #pixel-viewer__img {
  animation: scaledown 0.2s ease-out both;
}
#pixel-viewer::before,
#pixel-viewer::after {
  content: "";
	dispaly: block;
  top: 20px;	
  width: 24px;
  height: 3px;
  background: #eee;
  border-radius: 4px;
  position: fixed;
  right: 12px;
  z-index: 12;
}
#pixel-viewer::before {
  transform: rotate(45deg);
}
#pixel-viewer::after {
  transform: rotate(-45deg);
}
#pixel-viewer__img {
  max-width: 100%;
  max-height: calc(100% - 44px);	
  display: block;
  margin: auto;
  animation: scaleup 0.2s ease-out both;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scaleup {
  0% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaledown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
/*------0/4-----------------
6/4 1462  max-width: 1024px ←--青
5/4 1516  max-width:  768px ←-茶
4/4 1598  max-width:  600px　赤
3/4 1669  max-width:  500px
2/4 1773  max-width:  380px
1/4 1816  max-width:  350px
*/
@media screen  and (max-width: 1024px) {
/***メイン中枠の開始******/

#stptaitol {
	left: 4px;
}
/*左 Auot回転画像*/ 
.side-outer {
	max-width: 90%;
	margin-left: 4px;
}
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-50px, 20px);	
  cursor: pointer;
}
.item-1-2 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-50px, 5px);	
  cursor: pointer;
}
.item-1-3 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-50px, -10px);	
  cursor: pointer;
}
.item-1-4 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-50px, -25px);	
  cursor: pointer;
}	
#end-spc-coverfig img {
  height: calc(100vh - 100vw * .563 - 31px);
}
/***copyright*******/
#end-copyright {
  bottom: 45px;
  height: calc(100vh - 100vw * .563 - 5px);
  opacity: .5;
}
#end-stop-fig {
  height: calc(100vh - 100vw * .563 - 31px);
}	
}
/*------0/4-----------------
6/4 1462  max-width: 1024px ←--青
5/4 1516  max-width:  768px ←-茶
4/4 1598  max-width:  600px　赤
3/4 1669  max-width:  500px
2/4 1773  max-width:  380px
1/4 1816  max-width:  350px
*/
@media screen and (max-width: 768px) {
.logo {
  width: 0;
  margin-top: 0;
}
.logo_pc {
  display: none !important;
}
.logo_sp {
  display: block !important;
  width: 55px;  
  height: 25px;
  margin-top: 0;
  margin-bottom: 30px;
}	
#js__sideMenuBtn {
  margin: -5px 0 0 15px;
}	
.pagetop-btn {
	display: none;
}
.category-outer {
	flex-wrap: wrap;
	max-width: 768px;
}	
.category-wrap {
	display: flex;
	max-width: 80%;;
}
.category {
	margin-left: 5px;
	margin-right: 15px;
}	
.category-text {
  margin-right: 15px;
}	
.article-area {
	width: 115px;
}	
.side-outer {
	display: flex;
	flex-direction: column;
	max-width: 19%;
}	
#end-spc-coverfig img {
  height: calc(100vh - 100vw * .563 - 31px);
}
/***copyright*******/
#end-copyright {
  bottom: 45px;
  height: calc(100vh - 100vw * .563 - 5px);
  opacity: .5;
}
#end-stop-fig {
  height: calc(100vh - 100vw * .563 - 31px);
}	
.favorite-outer {
	order: 1;	
	display: flex;
	flex-direction: row;
	max-width: 786px;
	width: 100%;	
	padding: 30px 0;
	border-bottom: solid 0;
}	
.favorite-erea {
	width: 100%;
	margin: 0 auto;

}	
.favorit-textgroup {
  margin-bottom: 50px;	
	}
.btn-video-onoff,.btn-Toppage,.btn-jamp-naibu,.btn-jamp-gaibu,.btn-jamp-naibu1 {
	color: darkblue;
  background: #a4e3ff;
}	
}	
/*------0/4-----------------
6/4 1462  max-width: 1024px ←--青
5/4 1516  max-width:  768px ←-茶
4/4 1598  max-width:  600px　赤
3/4 1669  max-width:  500px
2/4 1773  max-width:  380px
1/4 1816  max-width:  350px
*/
@media screen and (max-width: 600px) {
/*ビデオの操作部をﾏｰｼﾞﾝで下げる*/	
#video-msgon {
  width: 251px;
  margin: -47px auto 13px auto;
}	
.category-wrap {
	max-width: 100%;
}	
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(2.8, 2.8) rotate(-360deg) translate(-65px, -5px);
}
.item-1-2 :active {
  transform: scale(2.8, 2.8) rotate(-360deg) translate(-66px, 0);
}
.item-1-3 :active {
  transform: scale(2.8, 2.8) rotate(-360deg) translate(-66px, -15px);
}
.item-1-4 :active {
  transform: scale(2.8, 2.8) rotate(-360deg) translate(-65px, -35px);
}
.item-1-5 :active {
  transform: scale(2.8, 2.8) rotate(-360deg) translate(-65px, -50px);
}
.side-outer {
	order: 3;	
	display: flex;
  flex-direction: row;
	flex-wrap: wrap;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	padding-top: 0;	
	background-color: #1d1d1d;
	border-bottom: solid 0;/*0317*/
}
.article-yoshi {
	display: flex;
	max-width: 300px;
	margin: 10px auto;
}	
.side-outer img{
	order: 3;	
	display: flex;
	flex-wrap: wrap;
	margin: 10px auto;
	max-width: 90%;
}	
.favorite-outer {
	max-width: 600px;
}	
.favorite-erea {
	width: 100%;
	margin: 0 auto;
}		
.favorit-textgroup {
  margin-bottom: 50px;	
}
.zume {
	margin-top: 100px;
}	
}
/*------0/4-----------------
6/4 1462  max-width: 1024px ←--青
5/4 1516  max-width:  768px ←-茶
4/4 1598  max-width:  600px　赤
3/4 1669  max-width:  500px
2/4 1773  max-width:  380px
1/4 1816  max-width:  350px
*/
@media screen and (max-width: 500px) {

.gnav{
	display: none;
}
.gnav-area a {
  font-size: 1.1rem;
}  
.side-menu-btn-area{
	margin: -20px 5px 0 auto;
}
.pagetop-btn {
  display: none;
}
.logo2_pc {
  width: 62px;
  height: 18px;
  width: 100px;
  height: 38px;	
  margin: 8px 17px 5px 5px;
	text-align: center; 
}
.logo2_sp {
  display: block !important;  
  width: 62px;
  height: 28px;
  margin: 0px 0 0 8px;
}
.sumaho{
  display: block !important;
	width: 300px;
}
.article-taitol p {
  margin: 32px 2px 2px auto;
  font-weight:100;
}
.article-taitol p {
  font-size: 1.2rem;
}
.scrollbutton-inf {
  margin: 32px 0px 8px auto;
  font-size: 1.1em;
}
.scrollbutton-inf {
	margin-top: 30px;
}  
/*video*/ 
#video-msgoff img {
	margin-bottom: -2px;
} 
.intoro-text {
	padding-left: 10px;
	padding-right: 10px;
}	
.category {
	margin-left: 0;
	margin-right: 10px;
} 	
.category-text {
	padding-left: 0;
}		
.category-text p {
	margin-left: 0.5rem;
}			
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-70px, -5px);
}
.item-1-2 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-70px, -20px);
}
.item-1-3 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-70px, -35px);
}
.item-1-4 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-70px, -50px);
}
.item-1-5 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-70px, -65px);
}
.color-box {
	margin: -60px 0 10px 0;
	padding: 10px 5px 0 5px;
}	
.honda-youtube {
	margin: 0 5px 10px 0px;
}
.color-box3 {
	padding: 0 5px;
} 
	
}
/*------0/4-----------------
6/4 1462  max-width: 1024px ←--青
5/4 1516  max-width:  768px ←-茶
4/4 1598  max-width:  600px　赤
3/4 1669  max-width:  500px
2/4 1773  max-width:  380px
1/4 1816  max-width:  350px
*/
@media screen and (max-width: 400px) {
.logo2_pc {
	width: 45px;
	height: 22px;
	margin-top: 0;
}	
.logo2 p {
	padding-top: 30px;
	margin-left: 20px;
}
.favorit-textgroup2 {
display: flex;
	flex-direction: column;
	max-width: 100%;
}	
.favorit-text {
		max-width: 100%;
	}
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(2, 2) rotate(-360deg) translate(-70px, -5px);
}
.item-1-2 :active {
  transform: scale(2, 2) rotate(-360deg) translate(-70px, -20px);
}
.item-1-3 :active {
  transform: scale(2, 2) rotate(-360deg) translate(-70px, -35px);
}
.item-1-4 :active {
  transform: scale(2, 2) rotate(-360deg) translate(-70px, -50px);
}
.item-1-5 :active {
  transform: scale(2, 2) rotate(-360deg) translate(-70px, -65px);
}
}
/*------0/4-----------------
6/4 1462  max-width: 1024px ←--青
5/4 1516  max-width:  768px ←-茶
4/4 1598  max-width:  600px　赤
3/4 1669  max-width:  500px
2/4 1773  max-width:  380px
1/4 1816  max-width:  350px
*/
@media screen and (max-width: 350px) {
.article-yoshi {
	max-width: 160px;
	margin: 10px auto;
}	
.side-outer img{
	margin: 10px auto;
	max-width: 100%;
}		
}