@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;
	margin-left: 20px;
	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 {
  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;
}
ul.gnav {
  justify-content: center;
}
.gnav {
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	margin-left: 0:
}
.gnav_menu {
  display: flex;
	justify-content: space-around;
  list-style: none;
	max-width: 100%;
	margin: 7px auto 0 auto;
  padding: 0;
}
.gnav_menu_item a {
  text-decoration: none;
  color: #06B4A6;
  background-color: #18413d;
  transition: 0.4s;
	margin-top: 10px;
}
.ass {
	font-size: 1rem;
	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: 57px;
  margin: -21px -2px 0 auto;
  line-height: 1em;
  text-align: center;
}
/* jsでホバー処理を実行 */
#side-menu-inf-p {
  width: 60px;
  font-size: 1em;
  color: #06B4A6;
  margin: 10px 50px 0px -20px;
}
.pagetop-btn {
  pointer-events: none;
  display: block;
  font-size: 1em;
  margin-left: 5px;
	margin: 3px 3px 0 5px;
  line-height: 10px;
	text-align: center;
  color: #06B4A6;
  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 {
  background-color: #d5fffc;
  cursor: pointer;
  border-radius: 3px;
  transition: .2s ease;
}
.pagetop-btn:hover .pagetop-btn-inf {
  color: #d5fffc;
  transition: .2s ease;
}
.pagetop_btn: active {
  position: relative;
}
#stptaitol {
	display: none;
	position: fixed;
	top: 57px;
	left: calc((100vw - 1038px) / 2 + 10px);
	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;
}
.logomrk {
  content: url('../img/index/logomrk.png');
}
#stptaitol p {
	font-size: 1.2em;
	margin-top: -19px;
}
/************************/
/* ドロワーメニュー部　 開始 */
/************************/
.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 5px;
	background: rgb(230, 255, 255);
}
.side-menu-navarea p {
	color: #06B4A6;
}
/*-- トップページ    ---*/
.btn-video-onoff,.btn-Toppage,.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-jamp-naibu1 {
	width: 180px;
	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{
	color: #278591;	
  background-color: #ffd3c8;
  border: solid 1px #278591;
  box-shadow: none;
  text-shadow: none;
}
/*ビデオ　トップページ*/
.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-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;
}
/*ジャンプ*/
.btn-jamp-naibu {
	font-size: 1.6rem;
	line-height: 1.8rem;
}
/*ジャンプ*/
.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;
}
#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 10px;
}
ul {
	margin-left: 0.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;
}
#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カラム*/
/*===========================*/
.content-bk {
  display: flex;
  flex-direction: column;
	justify-content: space-between;
  background-color: #fff;
  z-index: 0;
}
.content-bk h1, h2, h3, a{
  font-weight: 100;
  color: #05a2b3;
}
.intoroduction-pic{
  width: 300PX;
  margin: 50px auto 0 auto;
}
/* 3カラムの大枠*/
.category-outer {
  display: flex;
  flex-direction: row;
	max-width: 1024px;
}
/*** 左Aout回転画像**/
.side-outer {
  flex-direction: row;
	flex-shrink: 2;	
  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 {
  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);
}
/*ページの閲覧ありがとう*/
.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;
}
.content-text{
  max-width: 100%;
  padding: 2rem 4rem 1rem;
	text-align: center;
	line-height: 2em;
  margin-bottom: 50px;
}
.content-text p {
  font-size: 1.2rem;
  opacity: .8;
}

/***  中枠全体　**/
.category-wrap {
  display: flex;
	flex-direction: column;
	flex-shrink: 5;
	max-width: 690px;
	margin-top: -70px;
}
/**各カテゴリー**/
.category-group {
  display: flex;
  flex-direction: column;
margin-top: 50px;
}
.category-lap {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: -20px;
  padding: 0 0 5px 25px;
  border-left: 6px solid #f2f2f2;
  background-color: #fffdfb;  
}
.uetuke {
	margin-top: -30px;
}
.insert {
	margin-top: 0;
}
.insert2 {
	margin-top: -50px;
}

/**C100への想い****/
/******************/
.category-text {
  display: flex;
  display: block;
  max-width: 110%;	
  height: auto;  
  margin-right: 20px;
	text-align: left;
}
.category-text a:hover {
	background: #ffacac;
}
.category-text h3 {
  display:inline-block;
  font-size: 1.7rem;
  padding: .7rem 1rem .3rem 1rem;
  background: #ede8e8;
  border-radius: 2px;
}
.category-text h4 {
  display:block;
  font-size: 1.5rem;
  margin: 0 0 0px -1rem; 
  padding: .7rem 1rem .3rem 1rem;
  color: #676767;
}
.category-text h5 {
  display:block;
  font-size: 1.4rem;
  margin: 0 0 0px -1rem; 
  padding: .7rem 1rem .3rem 1rem;
  color: #676767;
}
.category-text p {
  font-size: 1.4rem;
  text-align: left;
	margin-left: 1rem;
	margin-bottom: 3px;
  opacity: .8;
}
/*  クリック拡大画像全体 */
.article-area {
	width: 125px;
  color: #626262;
  z-index: 50;
}
.sayou {
	width: 120px;
  color: #8e8e8e;
  margin: 0px 0 20px 0; 
  z-index: 50;
}
.echituki {
	margin-top: 100px;
}
.echinasi {
	margin-top: 0px;
}
.article-area p {
  text-align: center;
	font-size: 1.2rem;
	line-height: 1.35rem;
	margin-top: 3px;
	margin-bottom: 0;
}
/**画像2/4上枠**/
.article-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 20px;
  padding: 10px;
}
/*--- 画像上左 ---*/
.article-s {
　display: table-cell;
  width: 100px;
  height: 56px;
  vertical-align: middle;
  margin: 7px auto 0 auto;
  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, .item-1-6 :hover, 
.item-1-10 :hover {
  transform: scale(.8, .8);
  background-color: #ca4d11;
  cursor: pointer;
}
/*サンプル画像のクリック間の処理*/
.item-1-1 :active, .item-1-2 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, 10px);
  cursor: pointer;
}
.item-1-3 :active, .item-1-4 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, -35px);
  cursor: pointer;
}
.item-1-5 :active, .item-1-6 :active {
  background-color: #18413d;
  transform: scale(5, 5) rotate(-360deg) translate(-60px, -35px);
  cursor: pointer;
}
.item-1-10 :active {
  transform: scale(5, 5) rotate(-360deg) translate(-30px, -20px);
}	
.item-1-0 {
	background-color: #fff;
}
.youtube-note {
	margin: 0 10px 10px 30px;
}
.youtube-box,.youtube-box2 {
  display: flex;
  flex-direction: row;
	width: 100%;
	height: auto;
	margin-right: 10px;
	padding: 5px 0 5px 5px;
}
.youtube-box2 {
	height: auto;
}
.youtube-inf {
	text-align: center;
	color: #05a2b3;/*D基本ﾌﾞﾙｰ　*/
	line-height: 1.35rem;
  max-width: 150px;
  margin: 30px auto 0 auto;
	z-index: 10;
}
.youtube-inf p {
	line-height: 1rem;
line-height: 1.35rem;
}
.midasi p {
	font-size: 1.2rem;
	line-height: 1.2rem;
}
/*文字の色*/
.ckbuw {
	color: #05a2b3;/*D基本ﾌﾞﾙｰ　*/
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.35rem;
}
.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.35rem;
}
.crd {
	color: #ff2222;/*赤太字*/
}
/*文字のサイズドロワーメニュー用*/
p.fntms {
	font-size: .8rem;
	text-align: left;
	margin: 0;
	padding: 0;
}
/*ｽﾞｰﾑのﾏｰｼﾞﾝ*/
.zume-margin {
	width: 125px;	
 margin-top: 20px;
 margin-bottom: 30px;	
}
p.pleft {
	text-align: left;
}
/*****お知らせ*****/
/*お知らせとお気に入りの概要*/
.favorit-textgroup {
  display: flex;
	flex-direction: column;
	max-width: 100%;
  height: auto;
	margin: 50px 5px 50px 5px;
  text-align: center;
  background-color: rgba(239, 236, 236, 0.4);
  padding: 2px;
}
.favorit-textgroup h2 {
	line-height: 1rem;
}
.favorit-textgroup2 {
  display: flex;
	margin-bottom: 4px;
}
.favorit-textgroup2 h2 {
font-size: 1.6rem;
  margin: 3px 5px 3px 5px;
  padding: 2px 10px;
  border-radius: 2px;
	line-height: 3rem;
 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;
}
/* 右サイドバーネオン管*/
.favorite-outer {
	display: flex;
	flex-direction: column;
  max-width: 170px;
  padding: 10px 4px 0 4px;
	background-color: #1d1d1d;
	border-bottom: solid 50px #fff;
	flex-shrink: 2;
}
.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;
	line-height: 1.3rem;
	background-color: #1d1d1d;
}
.favorite-erea p {
  margin: 0 0 5px 0;
}
.box {
  position: relative;  
  border: 3px solid #031021;
  max-width: calc(164px * 1);
  max-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 {
	 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;
}
/*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;
	width: 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;
	width: 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: 10px;
	text-align: center;
	margin-left: 10px;
}
.zumewaku p {
	line-height: .3em;
}
.zume {
	height: 67px;
	padding: 2px 2px;
	margin: 7px auto 5px auto;
	background-color:#18413d;
}
.zume img:hover{
	transform: scale(.8, .8);
  background-color: #ca4d11;
  cursor: pointer
}
#pixel-viewer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  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;
  width: 24px;
  height: 3px;
  background: #eee;
  border-radius: 4px;
  position: fixed;
  top: 20px;
  right: 12px;
  z-index: 12;
}
#pixel-viewer::before {
  transform: rotate(45deg);
}
#pixel-viewer::after {
  transform: rotate(-45deg);
}
#pixel-viewer__img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: calc(100% - 44px);
  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);
  }
}
h2 {
	font-size: 2.2rem;
	text-align: center;
	max-width: 100%;
  background: #f5f5f5;
	line-height: 6.6rem;
	margin: 20px 10px 35px 10px;
	border-radius: 5px;
}
/*------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:  500px
1/4 1623  max-width:  420px
1/4 1623  max-width:  360px
/******** 1/4 ****************/
@media screen  and (max-width: 1024px) {	
#stptaitol {
	left: 4px;
}
/*左 Auot回転画像*/ 
.side-outer {
	max-width: 90%;
}
/*サンプル画像のクリック間の処理*/
.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);
}
}
/*------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:  500px
1/4 1623  max-width:  420px
1/4 1623  max-width:  360px
/******** 1/4 ****************/
@media screen and (max-width: 768px) {
.logo {
  width: 45px;
	height: 22px;
	margin-right: -20px;
	margin-bottom: 30px;
}	
.logo_pc {
  width: 45px;
	height: 22px;
	margin-bottom: 30px;
	margin-right: 0;
}	
.gnav_menu {
	max-width: 100%;
}		
.gnav_menu_item {
  margin-right: 1.2rem;
}
.side-outer {
	display: flex;
	flex-direction: column;
	max-width: 19%;
	flex-shrink: 10;
}	
.Youtube-box {
	flex-wrap: wrap;	
}	
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(4.6, 4.6) rotate(-360deg) translate(-58px, 10px);
}
.item-1-2 :active {
  transform: scale(4.6, 4.6) rotate(-360deg) translate(-58px, 0px);
}
.item-1-3 :active {
  transform: scale(4.6, 4.6) rotate(-360deg) translate(-58px, -10px);
}
.item-1-4 :active {
  transform: scale(4.6, 4.6) rotate(-360deg) translate(-58px, -20px);
} 
.item-1-10 :active {
  transform: scale(4.6, 4.6) rotate(-360deg) translate(-30px, -20px);
}	
.category-outer {
	flex-wrap: wrap;
	max-width: 768px;
}	
.category-wrap {
	display: flex;
	max-width: 80%;;
}
.category {
	margin-left: 5px;
	margin-right: 5px;
}	
.category-text {
  margin-right: 15px;
}	
.article-area {
	width: 120px;
	margin: 0 4px 0 0;	
}	
.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;
}	
#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;	
	}
}
/*------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:  500px
1/4 1623  max-width:  420px
1/4 1623  max-width:  360px
/******** 1/4 ****************/
@media screen and (max-width: 600px) {
.gnav-area {
	padding-right: 0;
	padding-left: 0px;
}
.gnav-area a {
  font-size: 1.3rem;
}
.gnav {
  justify-content: center;
  margin-top: 5px;
}
.gnav-area a {
  font-size: 1.2rem;
}  
.gnav_menu{
  display: flex;
  justify-content: center;
  list-style: none;
  line-height: 2.2rem;
  margin: 0px 0px 0 auto;
  padding: 0;
} 
.gnav_menu_item{
  margin-right:1.2rem;
}
.pagetop-btn {
  display: none;
}
/* jsでホバー処理を実行 */
#js__sideMenuBtn {
    margin: -5px 0px 0 0;
}
/**メイン中枠の開始**/
.category-wrap {
  max-width: 99%;
  order: -1;
}
.category {
	margin-right: 0;
	margin-left: 0;
}	
/*********************/  
/**画面左ガラクタ展示の始まり**/
.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{
	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%;
} 
/**********************/  
/**画面右サイドの始まり**/
/**画面右サイドバー **/  
.category-text {
  margin-right: 5px;
} 
/** カテゴリ画像全体　**********/
.article-area {
  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);
}
.item-1-10 :active {
  transform: scale(4, 4) rotate(-360deg) translate(-20px, -20px);
}		
}
/*------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:  500px
1/4 1623  max-width:  420px
1/4 1623  max-width:  360px
/******** 1/4 ****************/
@media screen and (max-width: 500px) {
.side-menu-btn-area{
  width: 10px;
  padding: 5px 20px 0; 
  margin: -28px 37px 0 auto;
  line-height: 0.8rem;
}
.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;
}	
/****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 img {
width: 40%;
	margin-bottom: 6px;
}  
#videonav-btn {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px 0;
}
#videonav-btn p {
  line-height: 1.0rem;
}
/**コンテンツ全体**/ 
.content-bk {
  padding-left: 2px;
  padding-right: 2px;
}
/**画面左サイドの始まり**/
.side-outer img {
  display: flex;
  width: 70%;
  margin: 10px auto 10px auto;
  opacity: 0.1;  
}
.side-outer img:hover {
	opacity: 1;
}
/** カテゴリ画像全体　**********/
.youtube-box,.youtube-box2 {
	flex-wrap: wrap;
	width: 100%;
	margin-right: 10px;
}
.category-lap {
  padding: 0 0 5px 10px;
}
.youtube-inf {
  margin: 0 auto 0 auto;
}	
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-70px, -5px);
}
.item-1-2 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-70px, -25px);
}
.item-1-3 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-70px, -45px);
}
.item-1-4 :active {
  transform: scale(3, 3) rotate(-360deg) translate(-70px, -60px);
} 
.item-1-10 :active {
  transform: scale(4, 4) rotate(-360deg) translate(-25px, -20px);
}		
.box img {
  opacity: .2;
} 
.favorit-textgroup2 {
	display: flex;
	flex-direction: column;
	max-width: 100%;
}	
.favorit-text {
	max-width: 100%;	
}	
}
/*------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:  520px
1/4 1623  max-width:  420px
1/4 1623  max-width:  360px
/******** 1/4 ****************/
@media screen and (max-width: 420px) {
/*サンプル画像のクリック間の処理*/
.item-1-1 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-65px, -5px);
}
.item-1-2 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-65px, -25px);
}
.item-1-3 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-65px, -45px);
}
.item-1-4 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-65px, -60px);
} 
.item-1-10 :active {
  transform: scale(2.6, 2.6) rotate(-360deg) translate(-50px, -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:  520px
1/4 1623  max-width:  360px
/******** 1/4 ****************/
@media screen and (max-width: 360px) {
/*サンプル画像のクリック間の処理*/
.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, -25px);
}
.item-1-3 :active {
  transform: scale(2, 2) rotate(-360deg) translate(-70px, -45px);
}
.item-1-4 :active {
  transform: scale(2, 2) rotate(-360deg) translate(-70px, -60px);
} 
.item-1-10 :active {
  transform: scale(2, 2) rotate(-360deg) translate(50px, -50px);
}	
}

