@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 {
  /*scroll-behavior:smooth;*/
  font-size: 62.5%;
}
h1 {
  font-size: 2.5rem;
}
p {
  margin: 0;
  padding: 0;
}
h1,h2,h3{
  text-decoration: none;
}
/**pre部のスクリプトの色分け********/
.cgly {
 	color: #9a9a9a;/*ｸﾞﾚｰ ｺﾒﾝﾄ*/
}
.clbu {
 	color: #5e83c5;/*Lﾌﾞﾙｰ ﾀｸﾞ*/
}
.clgn {
 	color: #236e25;/*Lｸﾞﾘｰﾝ ﾌﾟﾛﾊﾟ*/
}
.cdoj {
 	color: #e88501;/*Dｵﾚﾝｼﾞ名前指定*/
}
.cdbt {
 	color: #8757ad;/*dﾊﾞｲｵﾚｯﾄ cssﾌﾟﾛﾊﾟ*/
}
.ckbuw {
	color: #05a2b3;/*D基本ﾌﾞﾙｰ　cdojw　　*/
	font-weight: bold; 
}
.cdrd {
	color: #ff2222;/*赤*/
}
.cwlbu {
	color: #3b1af4;/*Lﾌﾞﾙｰ ﾀｸﾞ*/
	font-weight: bold;	
}
.cpred {
	color: #ff6464;/*赤*/
}
p.fntms {
		font-size: .8rem;
		text-align: left;
	margin: 0;
	padding: 0;
}
#stptaitol {
	display: none;
	position: fixed;
	top: 57px;
  width: 170px;
	height: 20px;
	margin: 0 auto;
	left: calc((100vw - 1038px) / 2 );
	padding-top: 0px;
	text-align: center;
	color: #d1fcff;
	border-radius: 4px;
	background-color: rgba(24, 65, 61, 0.57);
	z-index: 20;
}
.logomrk {
  content: url('../img/index/logomrk.png');
}
#stptaitol p {
	font-size: 1.2em;
	margin-top: -19px;
}
/*- メヘッダーのメインメニュー部 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;
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  height: 56px;
  margin: 0 auto;
  background-color: #18413d;
  z-index: 40;
}
.gnav-area a {
  font-size: 1.4rem;
}
.shadow {
	display: flex;
    -moz-box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
	max-width: 100%;
	margin: 20px auto;
}
.gnav {
  justify-content: center;
}
.logo {
  margin: 0 auto 0 5px;
}
.logo_pc{
  width: 111px;  
  height: 44px;
  display: block !important;
}
.logo_sp{
  width: 91px;  
  height: 44px;
  display: none !important; 
}
.gnav_menu{
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: .1rem;
  margin: 10px auto 0 auto;
  padding: 0;
}
.gnav_menu_item{
  margin-right: 5rem;
}
.gnav_menu_item a{
  text-decoration: none;
  color: #06B4A6;  
  background-color:#18413d;
  transition: 0.4s;
}
.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;
  margin: -21px 3px 0 auto;
  line-height: .8rem;
  text-align: center;
}
/* jsでホバー処理を実行 */
#side-menu-inf-p {
  width: 60px;
  font-size: 1.0em;
  color: #06B4A6;
  margin: 10px 50px 0px -20px;  
}
.pagetop-btn {
  pointer-events: none;
  display: block;
  /*font-size: 1em;*/
	margin-top: -3px;;
  margin-right: 5px;
	margin-left: 0;
	text-align: center;
  line-height: 10px;  
  color: #06B4A6;
  background-color: #18413d;
 /* border: solid 1px #18413d;
  border-radius: 3px;*/
}
.pagetop-btn img {
  position: relative;  
  pointer-events: auto;
  margin: 9px 0 -0px 3px;
}
.pagetop-btn-inf {
  pointer-events: none;
  display: block;
  font-size: 1em;
  color: #06B4A6;
  position: relative;
}
.pagetop-btn img:hover {
  background-color: #d5fffc;
  cursor: pointer;
  border: solid 1px #0f9ada;
  border-radius: 3px;
  transition: .2s ease;
}
.pagetop-btn:hover .pagetop-btn-inf {
  color: #d5fffc;
  transition: .2s ease;
}
.pagetop_btn: active {
  position: relative;
}
.ass {
	font-size: 1.1rem;
	line-height: 1.3rem;
	padding-bottom: 5px;
  color: #00ddca;
}
/************************/
/* ドロワーメニュー部　 開始 */
/************************/
.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%;
  text-align: left;
  font-size: 13px;
  background: #278591;
  z-index: 50;
  transition: .5s ease;
}
.side-menu-navarea {
	margin: 5px 3px 5px 5px;
	background: rgb(230, 255, 255);
	position:relative;	
}
.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;
  width: 28%;
	line-height: 1.2rem;
  padding: .25em .25em .25em 1.4em;
  text-decoration: none;
  font-style: normal;
  margin: 0 0 5px 20px;
  color: #FFF;
  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-video-onoff,.btn-Toppage {
  width: 28%;
}
/*保護され・/閲覧は・*/
.btn-jamp-naibu1 {
	width: 50%;
	min-width: 170px;
	font-size: 1.4rem;
	margin: 1px auto;
}
/*保護され・/閲覧は・*/
.btn-jamp-naibu1:before {
	content: url('../img/index/link_closem.png');
  position: absolute;
  top: -3px;	
  left: 2px;
}
.btn-jamp-naibu1:hover {
  box-shadow: none;
  text-shadow: none;
  background-color: #ffd3c8;
  border: solid 1px #278591;
	color: #278591;
}
/*ビデオ　トップページ ジャンプ*/
.btn-video-onoff,.btn-Toppage,.btn-jamp-naibu,.btn-jamp-gaibu,.btn-jamp-naibu1 {
  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:before {
	content: url('../img/index/link_closem.png');
  position: absolute;
  top: -3px;	
  left: 2px;
}
/*ジャンプ*/
.btn-jamp-gaibu {
	font-size: 1.4rem;
	line-height: 1.5rem;
	width: 50%;
	min-width: 50px;
}
/*ジャンプ*/
.btn-jamp-gaibu:before {
	content: url('../img/index/link_openm.png');
  position: absolute;
  top: 0;	
  left: 5px;
	margin-right: 5px;
}
/*ビデオ*/
.btn-video-onoff:hover {
  box-shadow: none;
  text-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;/*70*/
  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 {
	margin-top: 10px;
	font-size: 0.9em;	
  text-decoration: none;
  color: #06B4A6;
  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 20px;　
}
ul {
	margin-left: .5em;
 	padding: 0 0 0 0;
}
li {
	margin-left: 0.5em;
 	list-style-position: outside;
 	list-style-type: none;
 	font-size: 10pt;
}
/*reaf=葉  */
li.reaf {
	list-style-image: url('../img/index/sankaku_s.png');
  cursor: pointer;
  margin-right: 0.5em;
}
/* 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 {
  margin: -5px 0 0 17px;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  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;
  padding:0px;
}
#body-bk2 {
  max-width: 1024px;
  margin: 0 auto;
  background: url('../img/index/sun_xs0.png') no-repeat; 
  background-attachment: fixed;
  background-size: 1024px;
  background-position: center top -80px;
  z-index: 1;
}
#body-bk-panel {
  width: 1024px;
  margin: 0 auto;
  z-index: 20; 
}
/* =========================
 *初期画面タイトル部　ロゴとスクロールボタン
===========================*/
#article-panel {
  display: flex;
  flex-direction: row;
  height: 56px;
  margin-top: 0;
  background-color: #092950;
}
.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 {
  margin: 30px -3px 8px auto;
  font-size: 1.1em;
  color: #05a2b3;
}
.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 {
  background-color: #f0ffff;
  cursor: pointer;
}
#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;
  margin: -160px auto 13px auto;
  text-align: center;
  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 {
  font-size: 1rem;
  line-height: 1.6;
  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カラム*/
/*===========================*/
.content1 {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  z-index: 0;
}
.content1 h1, h2, h3, a{
  font-weight: 100;
  line-height: 2rem;
  color: #05a2b3;
}
.intoroduction-pic{
  width: 300PX;
  margin: 50px auto 0 auto;
}
.title-area{
  display: flex;
  justify-content: center; 
  margin: 30px auto 10px auto;
  opacity: .7;
}
.Fsizs {
	font-size: 1.8rem;
}
.category-outer {
  display: flex;
}
/*** 左サイドの始まり  ***/
.sa {
  opacity: 0;
  transition: all 2.5s ease;
	transform: rotateY( 0deg );
}
.sa.show {
  opacity: .1;
	  transform: rotatey(0deg);
}
.sa--rotateL {
  opacity :.5;
  transform: rotatey(-359deg);
}
.sa--rotateR {
  opacity :.5;
  transform: rotatey(-359deg);
}
.side-outer{
  flex-direction: row;
  max-width: 170px;
  margin-right: 25px;
  background-color: #fffdf9;
}
.side-outer img {
  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;
}
/***メイン中枠の開始******/
.category-wrap {
  display: flex;
  flex-direction: column;
  flex-basis: 62%;
  margin-right: 30px;
  word-wrap: break-word;
}
/**今日は、ページの閲覧あり**/
.content-text{
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 2rem 2rem 1rem; 
}
.content-text p{
  font-size: 1.35rem;
  text-indent: 1rem;
  text-align: center;
  opacity: .8;
}
/***  カテゴリー　**/
.category-area{
  margin-top: 25px;
}
.category-area p{
  font-size: 1.1rem;
  text-align: right;
  opacity: .8;
}
/*--- カテゴリー概略 ---*/
.category-info {
  height: 50px;
  text-align: center;
}
.category-info p {
  font-size: 2.1rem;
  text-align: center;
  line-height: 4.5rem;
  color: #05a2b3;
}
/****文と写真*********/
.category {
  display: flex;
  flex-direction: column;
}
/**一回目の２カラム分け**/
.category-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 5rem;
}
/*****本田宗一郎氏の遺産*****/
/**1. カテゴリのホバー 親の設定  */
.category-linkbox {
  display: flex;
  text-align: center;
  pointer-events : none;
  position : relative;
  min-width: 50px;
  height: 28px;
  padding: 3px;
  border-bottom: 2px solid rgba(24,65,61,0.2);
  border-top: 3px solid rgba(24,65,61,0.4);
  margin-bottom: 20px;
  background: url('../img/index/link_close.png') no-repeat;
  background-position: left 3px top 4px;
  transition : 0.2s ease-in-out;
}
.category-linkboxpc {
  display: flex;
  text-align: center;
  pointer-events : none;
  position : relative;
  min-width: 50px;
  height: 28px;
  padding: 3px;
  border-bottom: 1px solid rgba(24,65,61,0.2);
  border-top: 3px solid rgba(24,65,61,0.4);
  margin-bottom: 20px;
  background: url('../img/index/link_close.png') no-repeat;
  background-position: left 3px top 4px;
}
/*2、親のホバー 本田宗宗一郎  */
.category-linkbox:hover {
  margin-bottom: 0;
}
.category-linkbox:hover 
.namebottomline {
  width: 100%;
}
.namebottomline {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 4px;
  background-color: #fff;
  transition : .2s ease-in-out;  
}
/*３、　兄の設定   */
.linkicon img {
  position: relative;
  margin: 4px 0 0 3px;
  transition: .3s ease-in-out;
}
/* 4, 　兄のホバー   */
.category-linkbox:hover 
.linkicon img {
  margin: 0 2px 0 -1px;
}
/*  5､　私の設定 */
.category-linkbox h2 {
  pointer-events : auto; 
  display:inline-block;
  font-size: 1.8rem;
  line-height: 12px;
  padding: 2px 15px 0 10px;
  margin: 7px 10px  3px 20px;
  transition: .3s ease-in-out;
}
.category-linkbox a {
  text-decoration: none;
}
.category-linkbox h2:hover {
  margin-left: 5px;
  padding-right: 32px;
  border-radius: 2px;
}
/*************************************/
 /***カテゴリーを枠で囲む　java制御あり
 各タイトルのホバー状態で
  top-lin～right-linの width/ heigh へ
   0% 及び 100% を　代入する。
***************************************/
.category-lap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0;
  padding: 0 0 5px 25px;
  border-left: 6px solid #f2f2f2;
  transition: .5s ease-in-out;
  background-color: #fffdfb;  
}
.color-box2 {
	width: 95%;
	line-height: 1.55rem;
	margin: 0 auto 10px 0;
	padding: 10px 10px 8px 10px;
	background-color: #e3fbff;/*#fff6e8;*/
}
.categoryname {
  padding: 3px 10px 5px 0;
  color: #fff;
  background: #f5f5f5;
  border-radius: 3px;
}
.categorynamepc {
  padding: 3px 10px 5px 0;
  color: #fff;
  background: #f5f5f5;
  border-radius: 3px;
}
/**各カテゴリ　説明枠へ****/
.category-text {
  display: flex;
  display: block;
  max-width: 100%;
  height: auto;  
  margin-right: 20px;
}
.category-text a {
 text-decoration: none;
}
.category-text a:hover {
   background-color: #ffc4b9;
}
.category-text h3 {
  display:inline-block;
  text-decoration: none;
  font-size: 1.5rem;
  margin: -30px 0 7px 5px;  
  padding: 0 1rem 0 .7rem;
}
.category-text p {
  font-size: 1.3rem;
  text-align: left;
  opacity: .8;
}
.linkicon1 {
  position:relative;
  display: block;
  top: 12px;
  left: -10px;
  width: 14px;
  margin-right: 5px;
  height: 15px;
  background: url('../img/index/link_open2.png') no-repeat;
  opacity: .5;
}

/*****  画像全体  *****/
.article-area {
  flex-basis: 39%;
  flex-basis: 20%;	
  height: 20%;
  color: #8e8e8e;
  margin: 20px 0 20px 0; 
  background-color:#fff;
  z-index: 50;
}
.article-area p {
  text-align: center;  
}
/**画像2/4上枠**/
.article-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 20px;
  background-color: #fff;
}
/*--- 画像上左 ---*/
.article-s {
　display: table-cell;
  width: 100px;
  height: 56px;
  vertical-align: middle;
  margin: 0 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;
}	
.item-1-1 :hover, .item-1-2 :hover, 
.item-1-3 :hover, .item-1-4 :hover, .item-5 :hover{
  transform: scale(.8, .8);
  background-color: #ca4d11;
  cursor: pointer;
}
/*サンプル画像のクリック間の処理*/
.item-1-1 :active, .item-1-2 :active, .item-5 :active {
  background-color: #18413d;
  transform: scale(4, 4) rotate(-360deg) translate(-60px, 20px);
  cursor: pointer;
}
.item-1-3 :active, .item-1-4 :active {
  background-color: #18413d;
  transform: scale(4, 4) rotate(-360deg) translate(-60px, -25px);
  cursor: pointer;
}
/**お知らせとお気に入りの概要*/
.category-group2 {
  display: flex;
  flex-direction: column;
  position: relative;
   widows: 100%;
  height: auto;
  margin-bottom: 5rem;
  text-align: center;
  background-color: rgba(239, 236, 236, 0.4);
  padding: 2px;
}
#set5 {
  display: block;
  height: 35px;
  text-align: center;
  margin: 0 auto;
  color: cadetblue;
}
#set5 p{
  font-size: 1.5rem;
margin-top: 8px
}
.category-lap2 {
  display: flex;
  justify-content: space-between;
  position: relative;
	margin-bottom: 4px;
  border-left: 4px solid #f2f2f2;
  border-right: 4px solid #f2f2f2;  
  background-color: space-between;  
}
/*****お知らせ*****/
.category-text2 {
  display: flex;
  flex-direction: column;
  flex: none;
  max-width: 50%;
  height: auto;
  border-left: 2px solid #f2f2f2;
  border-right: 2px solid #f2f2f2;
  background-color: #fffdfb;
}
.category-text2 a {
 text-decoration: none;
}
.category-text2 a:hover {
   background-color: #ffc4b9;
}
.category-lap2 h2{
 margin: 10px auto;
  padding: 2px 10px;
  border-radius: 2px;
 background-color: antiquewhite; 
}
.category-text2 p {
      text-align: center;
  margin: 0 10px;
}
.favor-link {
  padding: 0 7px;
  border: 4px solid #d0d0d0;
  margin: 2px 5px;
  text-align: center;
}
.favor-link h3 {
margin: 3px 0 0 0;
}
.favor-link p {
    text-align: left;
  margin: 0 -3px;
}
.linkicon2:before {
  content: url('../img/index/link_close2.png');
  margin-right: 5px;
  opacity: .5;
}
.crdw {
	color: #ff7f59;/*赤太字*/
	font-weight: bold;
	font-size: 1.1rem;
	margin: 0 auto;
}
/*******右サイドバー*********/
.favorite-erea {	
  flex-direction: row;
  justify-content: flex-end;
  max-width: 170px;
  text-align: center; 
  margin: 50px 0 ;
  padding: 10px 4px;
  color: antiquewhite;
  background-color: #1d1d1d;  
}
.favorite-erea a {
  display: inline-block;
}
.favorite-erea h2 {
  font-size: 1.25rem;
}
.favorite-erea p {
  margin: 0 0 5px 0;
}
.box {
  position: relative;  
  border: 3px solid #031021;
  width: calc(164px * 1);
  height: calc(68px * 1);
  margin-top: 3px;
}
.box img{
  width: 100%;
  height: 100%;
  opacity: .2;
}
.box img:hover {
  opacity: 1;
  transition: opacity .5s ease;
}
.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 {
  max-width: 100%;
}
#end-spc-coverfig img{
  position: fixed;
  left: calc((100vw - 1038px) / 2 );  
  height: calc(100vh - 1024px * .563 - 40px);
  bottom: 0;  
  width: 1022px;
  text-align: center;  
  z-index: -1;
}
/***copyright*******/
#end-copyright{
  position: fixed;
  left: 0;
  text-align: center;
  width: 100%;
  
  display: none;
  bottom: 45px;
  height: calc(100vh - 550px);
  margin-bottom: 0;
  opacity: .5;
}
#end-copyright-fig{
  display: inline-block;
  width: 480px;
  margin-top: -20px;
}
/****************/
/* フッターの固定 */
.footer-fixed {
  position: fixed;
  left: 0;  
  bottom: -56px;
  width: 100%;
  height: 100px;
  z-index: 20;
}
#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-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;
}
.nav-box {
  display:inline-block;
  position: relative; 
  width: 85px;
  height: 18px;
  font-size: 1rem;  
  text-decoration: none;
  font-style: normal;
  color: #FFF;
  padding: .25em .5em .25em 1.4em;
  margin: 10px 5px 52px 0; 
  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');
}
/*   Go Home 指定部　*/
#logo-box {
	position: relative;
	width: 130px;
	height: 29px;
	text-align: end;	
	margin: -35px 3px -2px 90px;
	padding: 2px;
	background-color: #18413d;
	border-radius: 4px;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	color: #06b45d;
}
#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;
	/*opasity はjsで変更*/
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
/*------4/4-----------------
4/4 1199  max-width: 1024px ←--青
3/4 1626  max-width:  768px ←-茶
2/4 1750  max-width:  600px　赤　
1/4 1651  max-width:  480px
0/4 1836  max-width:  350px
*/ 
/*------4/4 1761-----------------**/
@media screen  and (max-width: 1024px) {	
.gnav_menu {
  line-height: .1rem;
} 
.gnav_menu_item {
  margin-right: 2.7rem;
}
.side-menu-btn-area {
  width: 15px;
  padding: 0; 
  margin: -30px 3px 0 auto;
  line-height: .8rem;
}
/* jsでホバー処理を実行 */
#side-menu-inf-p {
  width: 15px;
  margin: 9px 5px 3px auto;
}
.pagetop-btn {
  margin-right: 1px;
  width: 20px;
  margin: 0 20px -3px 30px;
}
.pagetop-btn img{
	margin-top: -2px;
	margin-bottom: 1px;
}
.pagetop-btn p {
  margin-top: -2px;
  margin-left: 7px;
}	
.logo_pc {
  display: none !important;  
  width: 135px;
  height: 40px;
}
.logo_sp {
  display: block !important;
  width: 65px;  
  height: 35px;
} 	
/*****  画像全体  *****/
.article-wrap {
  margin-top: 5px; 
} 
.article-s {
    margin: 2px auto 0 auto;;
}
#stptaitol {
	margin: 0 auto;
	left: 0;
}	
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(4, 4) rotate(-360deg) translate(-60px, 10px);
}
.item-1-2 :active {
  transform: scale(4, 4) rotate(-360deg) translate(-60px, 0px);
}
.item-1-3 :active {
  transform: scale(4, 4) rotate(-360deg) translate(-60px, -10px);
}
.item-1-4 :active {
  transform: scale(4, 4) rotate(-360deg) translate(-60px, -20px);
}  
/**右サイドバー **/  
.favorite-erea {
  max-width: 153px;
}
.box {
  width: calc(164px * .9);
  height: calc(68px * .9);
}
#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);
}
}
/*------3/4-----------------
4/4 1199  max-width: 1024px ←--青
3/4 1263  max-width:  768px ←-茶
2/4 1750  max-width:  600px　赤　
1/4 1651  max-width:  480px
0/4 1836  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;
}
.side-menu-btn-area {
	margin-left: -10px;		
}
.side-menu-btn-area{
  width: 10px;
  padding: 0px;
  line-height: 0.8rem;  
  margin: -28px 37px 0px 0px;
}
.pagetop-btn {
  display: none;
}
.gnav_menu_item {
  margin-right: 1.2rem;
}
 #article-panel {
  display: flex;
  flex-direction: row;
} 
.content1 {
  padding-left: 2px;
  padding-right: 2px;
}  
/*** 左サイドの始まり  ***/
.side-outer{
  margin-right: 5px;
  width: 130px;
}
.side-outer img {
  width: 100%;
}  
/***メイン中枠の開始******/
.category-wrap {
  margin-right: 10px;
}
/**各カテゴリ　説明枠へ****/
.category-text {
  max-width: 67%;
  margin-right: 1rem;
}  
/*****  画像全体  *****/
.article-area{
  max-width: 102px;
}
.article-s {
  padding: 1px 1px 1px 1px;
}
 /*サンプル画像のクリック間の処理*/
.item-1-1 :active{
transform: scale(4,4) rotate(-360deg) translate(-50px,15px);
}
.item-1-2 :active{
transform: scale(4,4) rotate(-360deg) translate(-50px,5px);
}
.item-1-3 :active{
transform: scale(4,4) rotate(-360deg) translate(-50px,-10px);
}
.item-1-4 :active{
transform: scale(4,4) rotate(-360deg) translate(-50px,-25px);
}   
/**右サイドバー**/  
.favorite-erea {
  max-width: 134px;
  min-width: 110px;
}
.box {
  width: calc(164px * 0.7);
  height: calc(68px * 0.8);
  margin-top: 3px;
}
#end-spc-coverfig img {
  height: calc(100vh - 100vw * 0.563 - 30px);
}
/***copyright*******/
#end-copyright{
  bottom: 45px;
  height: calc(100vh - 100vw * 0.563 + 0px);
  opacity: .5;
}
#end-stop-fig {
  height: calc(100vh - 100vw * 0.563 - 30px);
}  
}
/*------2/4-----------------
4/4 1199  max-width: 1024px ←--青
3/4 1263  max-width:  768px ←-茶
2/4 1384  max-width:  600px　赤　
1/4 1651  max-width:  480px
0/4 1836  max-width:  350px
*/ 
/******** 2/4 ****************/
@media screen and (max-width: 600px) {

.gnav {
  justify-content: center;
  margin-top: 3px;
}
.gnav-area a {
  font-size: 1.2rem;
}  
.gnav_menu{
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: .1rem;
  margin: 10px 5px 0 auto;
  padding: 0;
} 
.gnav_menu_item{
  margin-right:1.2rem;
}
/* jsでホバー処理を実行 */
#side-menu-inf-p {
  width: 15px;
  margin: 9px 0 3px 0;
}
/****video****************/ 
.article-video-area {
   height: 100%;
}  
.video-img img {
  margin: 0 auto 120px auto;
}
#video-msgon {
  margin-top: -165px;
    z-index: 1;
}
#video-msgon img {
  width: 80%;
} 
#video-msgoff {
  margin-top: -40px;
}
#video-msgoff img {
width: 35%;
}  
#videonav-btn {
  padding: 2px 0;  
  margin-top: 5px;
  margin-bottom: 5px;
}
#videonav-btn p {
  line-height: 1.0rem;
}
/**コンテンツ全体**/ 
.content1 {
  padding-left: 2px;
  padding-right: 2px;
}
/**3列の大枠**/  
.category-outer{
  flex-wrap: wrap; 
}
/**メイン中枠の開始**/
.category-wrap {
  min-width: 98%;
  margin-right: 10px;
  order: -1;
}
/**画面左ガラクタ展示の始まり**/
.sa {
  opacity: 0;
  transition: all 2.5s ease;
	  transform: rotateY( 0deg );
}
.sa.show {
  opacity: .5;
	  transform: rotatey(0deg);
}	
.sa--rotateL {
  opacity: .1;
  transform: rotatey(-359deg);
}
.sa--rotateR {
  opacity: .1;
  transform: rotatey(-359deg);
}
.side-outer{
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 10px 0; 
  min-width:100%;
  color: rgba(255, 187, 94, 0.47);
  background-color: #1d1d1d;
}
.article-yoshi {
  display:flex;
  width: 50%;
  height: auto;
  margin: 0 auto 0 0;  
}  
.side-outer img {
  display: flex;
  width: 70%;
  margin: 10px auto 10px auto;
  opacity: 0.1;
} 
/**画面右サイドの始まり**/
/**画面右サイドバー **/  
.favorite-erea{
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 98.2%;
  margin: 10px auto 0 auto;  
}
.box {
  width: 164px;
  height: 68px; 
}
.category-text {
  max-width: 75%;
  margin-right: 5px;
} 
/** カテゴリ画像全体　**********/
.article-area {
  margin-top: 20px;
  margin-bottom: 0;
}
/*サンプル画像のクリック間の処理*/
.item-1-1 :active{
transform: scale(3.8,3.8) rotate(-360deg) translate(-60px,15px);
}
.item-1-2 :active{
transform: scale(3.8,3.8) rotate(-360deg) translate(-60px,10px);
}
.item-1-3 :active{
transform: scale(3.8,3.8) rotate(-360deg) translate(-60px,-10px);
}
.item-1-4 :active{
transform: scale(3.8,3.8) rotate(-360deg) translate(-60px,-25px);
} 
#end-spc-coverfig {
   display: none;
}
#end-spc-coverfig img{
  height: calc(100vh - 100vw * 0.563 - 30px);
}
/***copyright*******/
#end-copyright{
  display: none;  
  bottom: 45px;
  height: calc(100vh - 100vw * 0.563 - 35px);  
  opacity: 0.5;
}
#end-copyright-fig{
  width: 300px;
}
#end-stop-fig {
  height: calc(100vh - 100vw * 0.563 - 30px);
}  
}
/*------1/4-----------------
4/4 1199  max-width: 1024px ←--青
3/4 1263  max-width:  768px ←-茶
2/4 1384  max-width:  600px　赤　
1/4 1623  max-width:  550px
0/4 1836  max-width:  350px
*/ 
/******** 1/4 ****************/
@media screen and (max-width: 550px) {
.logo_pc{
  display: none !important;
}
.logo_sp{
  display: block !important;  
  width: 55px;
  height: 25px;
  margin-top: 0;
  margin-bottom: 30px;
}
.gnav{
  justify-content: center;
  margin-top: 3px;
}
.gnav-area a {
  font-size: 1.1rem;
}  
.gnav_menu{
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: .1rem;
  margin: 10px 5px 0 auto;
  padding: 0;
} 
.gnav_menu_item{
  margin-right:1.2rem;
}
.side-menu-btn-area{
  width: 10px;
  padding: 0px; 
  margin: -28px 37px 0 0;
  line-height: 0.8rem;
}
.pagetop-btn {
  display: none;
}
/* jsでホバー処理を実行 */
#side-menu-inf-p {
  width: 15px;
  margin: 9px 0 3px 0;
}
/****video****************/ 
.article-video-area {
    height: 100%;
}  
.video-img img {
  margin: 0 auto 120px auto;
}
#video-msgon {
  margin-top: -165px;
  z-index: 1;
}
#video-msgon img {
  width: 80%;
} 
#video-msgoff {
  margin-top: -40px;
}
#video-msgoff img {
width: 80%;
}  
#videonav-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px 0;
}
#videonav-btn p {
  line-height: 1.0rem;
}
/**コンテンツ全体**/ 
.content1 {
  padding-left: 2px;
  padding-right: 2px;
}
/**3列の大枠**/  
.category-outer{
  flex-wrap: wrap; 
}
/**メイン中枠の開始**/
.category-wrap {
  min-width: 98%;
  margin-right: 10px;
  order: -1;
}
/**画面左サイドの始まり**/
.sa {
  opacity: 0;
  transition: all 2.5s ease;
	transform: rotateY( 0deg );
}
.sa.show {
  opacity: .5;
	transform: rotatey(0deg);
}	
.sa--rotateL {
  opacity: .1;
  transform: rotatey(-359deg);
}
.sa--rotateR {
  opacity: .1;
  transform: rotatey(-359deg);
}
.side-outer{
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;
  justify-content: space-around;
  min-width:100%;
  padding: 10px 0;  
  color: rgba(255, 187, 94, 0.47);
  background-color: #1d1d1d;
}
.article-yoshi {
  display:flex;
  margin: 0px auto 0 0;
  width: 50%;
  height: auto;
}  
.side-outer img {
  display: flex;
  width: 70%;
  margin: 10px auto 10px auto;
  opacity: 0.1;  
}
.side-outer img:hover {
	opacity: 1;
}
/**画面右サイドの始まり**/
/**画面右サイドバー **/  
.favorite-erea{
  display: flex;
  flex-direction: row;  
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px auto 0 auto;
  min-width: 98.2%;
}
.box {
  width: 164px;
  height: 68px; 
}
.category-text {
  max-width: 75%;
  margin-right: 5px;
} 
/** カテゴリ画像全体　**********/
.article-area {
  margin-top: 20px;
  margin-bottom: 0;
}
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-50px, -5px);
}
.item-1-2 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-50px, -25px);
}
.item-1-3 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-50px, -45px);
}
.item-1-4 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-50px, -60px);
} 
.box img{
  opacity: .2;
}  
#end-spc-coverfig {
   display: none;
}
#end-spc-coverfig img {
  height: calc(100vh - 100vw * .563 - 31px);
}
/***copyright*******/
#end-copyright {
  display: none;
  height: calc(100vh - 100vw * .563 - 35px); 
  bottom: 45px;
  opacity: 0.5;
}
#end-copyright-fig {
  width: 300px;
}
#end-stop-fig {
  height: calc(100vh - 100vw * .563 - 31px);
}   
}

