@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
/*    display:block;*/
    color: #ddd;
    text-decoration-line: none;
	transition: .3s;
}
a:hover { 
  /*  opacity: 0.7;	*/	color: #999;
}
a img:hover {
	opacity: 0.8;	
}
.underline {
	border-bottom: double 3px #333;
	padding-bottom: 0.1rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;/*  color: #999;*/	
  background: -webkit-linear-gradient(0deg, #999, #a22041, #999);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.mini{
font-size:80%;
}

.about li {	margin-left: 1.4em;	text-indent: -1.4em;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 778px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 0 0 0 0px;/*1rem*/
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	/*background-image:url("../img/logo_switch.jpg");
	background-repeat: no-repeat;*/
}
.head img{margin: 0 0 0 0px;}

.head h1 { 
    padding: 1rem 0;
}
.telbox {
	margin-left: auto;	line-height: 120%;
/*	font-size: 3.0rem;	padding: 1rem 0 0 0;*/
	padding: 1.5em 0 0 0;font-size: 0.85rem;
	text-align: right;
}

.logo{ 
    padding: 0;	/*0.5rem*/
}
.logo img{ 
width:70px; height:auto;/*0.5rem*/
}

/*  width: 120px;*/

/* select{
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

select:hover{
    transform: translateY(2px);	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}*/

.sel_lang{ padding-top: 1rem;text-align: center;
}


nav{	width:80%;
		margin:0 auto;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin-bottom: 0.05rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.01deg);
}
nav li {
    display: block;
    flex: 1 0 auto;  text-align: center;
	letter-spacing: 0.1em;
}
nav li a {
	color: #fff; 
	text-decoration: none;
    text-align: center;
  position: relative;
  display: inline-block;
}
nav a:hover {
	color: #fff;	
    transform: translateY(2px);}

nav a {
    padding-bottom: 0.6rem;
}

nav a::before{   /* transform: translateY(2px);*/   
	
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:0;
	height:80%;
	border-bottom: 1px solid #fff;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
nav a:hover::before{
	content:"";
	display: block;
	width:100%;
	opacity: 1;
}
nav a::after{
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform:translate(40px,0);

}
nav a:hover::after{
	content:"";
	display: block;
	width:100%;
	opacity: 1;
}



@media screen and (min-width: 778px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 778px){
.logo{ 
    padding:0;	top: 0;
}
	
	.logo img{ 
	width: 50px; /* 最大幅     padding: 0.5rem 0;*/ 
}
	
	.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0px;
    margin-top: -50px;
		text-align: center;
}/*	text-align: center;*/	

	.head #open,#close  {
    position: absolute;
    top: 0px;
    right: 0px;
    }

	nav ul {
	flex-direction: column;
	}

	nav li {
	padding-top: 0;
   /* background: rgba(64, 48, 40, 0.5);
			border-bottom: 1px solid #ccc;
*/	margin-bottom: 0;  text-align: center;
}

	
	
	.dropdown{	
	margin:  0 auto; 
	}
	.dropdown li {
	display: flex;
	justify-content: center;
	}
	

	
	/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}



/*ドロップダウン対応*/

#navi > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#navi > ul > li > a {
  display: block;
/*  padding: 25.5px 1em 15.5px;*/
  transition: all .2s ease-in;
}
#navi > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
/*  background-color: #19192b;  */
}
#navi > ul .menu .menu_inner {
  padding: 0.5em 0;
}
#navi > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 .5em;
}
#navi > ul .menu a {
  color: #fff;
}



/*メイン画像
-------------------------------------*/
.mainimg img {
/*	width: 100vw;*/
	max-width: 100%;
	text-align: center;
    margin-left:auto;
    margin-right:auto;
    display:block;

/*		box-shadow:rgba(0,0,0,0.5) 1px 1px 5px 0;
	border-bottom-left-radius: 20% 20%;
        border-bottom-right-radius: 20% 20%;*/
}


/*メインコンテンツ
-------------------------------------*/
main {
margin: -10px 0 5rem 0; 
}
/*margin: -10px 0 5rem 0;*/

.main02 {
    color: #666;
	background-color: #f7f7f7;
/*	background-color:rgba(255,255,255,0.9);
	background-image: url("../img/bg_rockywall_02.png");
	background-repeat: repeat;*/
	padding: 1rem 0;
/*	margin-top:-10px;*/    margin: -10px 0 5rem 0;	padding-bottom: 2rem;
}
.top00 {
    color: #CCC;
/*	background-color:rgba(255,255,255,0.9);
	background-color: #f7f7f7;
	background-image: url("../img/bg_rockywall_02.png");
	background-repeat: repeat;*/
	padding: 1rem 0;
/*	margin-top:-10px; margin: -10px 0 5rem 0;	padding-bottom: 2rem;*/   
}

.infobox {
   height:270px; 
   overflow: auto;
   background-color:rgba(255,255,255,0.2); /* 背景色を追加 */
}

/*更新履歴*/

dl.update{
	display:flex;
	flex-wrap: wrap;
	width:100%;
}

dl.update dt{
	margin-top:5px;
	width:10%;
	border:none;
}

dl.update dd{
	margin-bottom:10px;
	width:95%;
}

dl.update dt:last-chil,dl.update dd:last-child{
	margin-bottom:0px;
}
.update a{
	padding: 0px 2px 0px 2px;
  font-weight: bold;
	
}

.small{font-size:80%}

/*新着情報
-------------------------------------*/
.news h4 {
    border-bottom: 1px solid #fff;
	padding-bottom: 0.5rem;
}

.news{
	width: 100%;
	min-width: 250px;
	height: 100%;
	padding: 10px;
	border-radius: 10px;
}

.news_base  {
    background: url(../img/bg_rockywall_02.png);
	overflow: auto;
	width: 100%;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	min-width: 280px;
	height: 180px;
	background-position: right 0%;
	/*color: #FFFFFF; 	border: 1px solid #333;*/
	margin-right: 0px;
	margin-left: 0px;
	background-color:rgba(174,194,176,0.05);  
    /*border: solid 1px #444;*/
}

.news_base a{   white-space: nowrap;
	color: #ffa500;
	filter: alpha(opacity=50);
	font-weight: bold;
}

.news_base a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}


.news_base strong{
	color: #daa520;
}

/*h2*/
.news_base dd {
	color: #ddd;
	font-size: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	border-bottom: solid 1px #cccccc;
}
.news_base dt {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.2em;
	border-left: groove 10px #b22222;
	padding-left: 5px;
}
/*product*/
.product dl{	text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;	line-height:1.3em;
/*	border: 1px solid #ccc;	background: #222;background: url(../img/ep_naturalblack.jpg);	border-bottom: none;*/	


}
.product dt{  float: left;
	font-size: 85%; 
	padding: 5px;
	width: 100px;
/*	background: #444;border-bottom: 1px dotted #777;
	border-right: 1px solid #ddd;	
	border-bottom: 1px solid #ccc;margin-top: 0.2rem;*/
}
.product dd{     
	/*background: #fff;font-weight: bold;background: #444;*/
	padding: 5px;	
	width: calc(100% - 100px);
/*	border-bottom: 1px solid #ccc;border-bottom: 1px solid #777;*/
}
	
.product h1, h3, h4{ 
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.copy{ 
/*background: rgba(0,0,0,0.5);*/background: url(../img/stbg01.png);
	background-repeat:no-repeat;
	background-position: center;
}
.copy h4{ text-align:center;
line-height: 1.8em;
padding: 100px 0 100px 0;
letter-spacing: 0.6em;
font-size:1.7em;	/*color: #DC143C;font-style: italic;*/
font-weight: bold;		
text-shadow:/*0px 0px 5px #990033,*/ 1px 1px 5px #dc143c;
transform: scale(0.8, 1);
    
}

.st{
 color: #fff;

}


.container_01 h3{ 
color: #d2b48c;
text-shadow:0px 0px 15px #000, 1px 1px 8px #000;
}
.st01{color: #ffa500;
	font-size:120%;
}

@media only screen and (max-width: 768px) {
.product dl dt{ 
		width: 100%;
	text-align: center;
		border-right: none;
	}
.product dl dd{
		width: 100%; 
text-align: center;	}
}

.product h3{	/*padding-top: 0px;*/
	border-bottom: 1px solid #ccc;
	font-size: 1.3em;
}

.about h3{	/*padding-top: 0px;*/
	border-bottom: 1px solid #ccc;
	font-size: 1.4em;padding-top: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	/*text-align: left;*/
	font-weight: bold;
}

.about h1{	/*padding-top: 0px;*/
padding-top: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	/*text-align: left;*/
	font-weight: bold;
}
.ab_text{	
	font-size: 0.9em;	padding-bottom:20px;
/*	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	text-shadow:0px 0px 1px #321d17, 1px 1px 5px #321d17;
			text-align: left;
}
/*.text img{float: right;	margin: 0 0 0 1em;}　line-height:1.5;*/
.ab_text p{padding: 0 10px;}

.about_cen {
    margin: 0 auto;
    margin-top: 0rem;
    padding: 0 20px;
    position: relative;
	text-align: center;
}


.about ul{padding-left: 20px;}

/*top*/
.top01{
	background-color:rgba(250,250,255,0.1);
	padding: 15px;	margin-bottom: 15px;	margin-top: 20px;
	
}
.top01 h1{	/**/text-align: center;font-weight: bold;
	border-bottom: 2px solid #ccc;
	font-size: 1.8em;
	text-shadow:2px 2px 10px #000;
	padding-top: 10px;	/*margin-top: 20px;*/
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.top01 h5{	/*"img/hana02.png"*/font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
	border-bottom: 1px solid #ccc;
	padding-top: 10px;	font-size: 1.2em;
/*    background: url(../img/petal_b.png);
	background-repeat: no-repeat;*/
	padding-left: 10px;	
}
.top01 p{
	text-align: center;/**/
}

.center{
	text-align: center;/**/
}
/*フッター
-------------------------------------*/
footer {	font-size: 0.8em;
    color: #CCC;
	padding: 5rem 0;
	/*background-color: #222;background: rgba(0,0,0,0.5);*/
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
footer h3{border-bottom: 1px solid #ccc;
		font-size: 1.3em;	font-weight: bold;
}
footer  dl{	text-align: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-bottom: none;
/*	background: #fff;	border: 1px solid #ccc;*/
}
footer  dt{  float: left;font-size: 80%; 
/*	background: #f5f5f5;	border-right: 1px solid #ddd;*/
	padding: 5px;
	width: 150px;
	border-bottom: 1px dotted #ccc;
}
footer  dd{ 
	/*background: #fff;font-weight: bold;*/	margin-left: 5px;
	padding: 5px;
	width: calc(98% - 150px);
	border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 765px) {
footer  dl dt{ 
		width: 100%;
		border-right: none;
	}
footer dl dd{
		width: 100%; 
	}

}

/*追加color: #87cefa;*/
.footer-lang	{ /*	text-align: center;　background-color: rgba(0,0,0,0.7);*/	padding: 5px;}
.footer-lang > a {text-decoration:none; }
.footer-lang > a:after {content:"|";  opacity:0.5; text-decoration:none; margin:1ex;}
.footer-lang > a:last-of-type:after {content:"";}
.footer-lang  a:hover{color: #FFE4B5; }


.box2 {
    padding: 0 0.5em;
    margin: 0.5em 0.5em;
    font-weight: bold;
    /*color: #87cefa;文字色background: #f5f5f5;*/
    background-color: rgba(255,255,255,0.2);
    /*border: solid 1px #888;線*/
    border-radius: 5px;/*角の丸み*/
}



/*コピーライト
-------------------------------------*/
.copyright { 
	font-size: 90%;
	text-align: center;
    padding: 1rem 0;
	padding-top: 0px;
	background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline-block;
}


/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-color: #cccccc;
/* border: 3px solid #aaaaaa;*/
  border-radius: 50vh;
  transition: 0.3s;
}
#pagetop a:hover {
  background-color: #333333;
}
.news_base
#pagetop span {
  width: 0px;
  height: 0px;
  visibility: hidden;
}

 #pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  transform: rotate(45deg);
  transition: 0.3s;
}

 #pagetop  a:hover::after {
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  transform: translateY(-5px) rotate(45deg);
}




/*パンくずリスト
-----------------------------------*/
.breadcrumb {    font-size: 85%;
    margin: 1em 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*追加*/
.box17{
    position: relative;
	margin:2em 0 0 0;
    padding: 0.5em 0.5em;
}
.container h5{font-weight: bold;	text-align: center;}
.container p{padding: 0 12px;	font-size: 0.8em;}

.box01{
  position: relative;
}
.center01 {color: #fff;  margin: 50px 0 50px 0;
}
.center01 h2{
font-weight: bold;letter-spacing: 0.25em; line-height: 1.4;
font-size: 2.8em;
font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-shadow:0px 0px 1px #000, 1px 1px 15px #000;
margin-top: 100px;
}

@media only screen and (max-width: 900px) {
	.center01 h2 {
	font-size: 2.1em;letter-spacing: 0.3em;}

	.center01 img{ width: 500px; height: Auto;
}
}	


/*Story*/
.story{	    color: #fff;
	font-size: 1.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow:0px 0px 1px #321d17, 1px 1px 5px #321d17;
	line-height:2.8;	    padding: 2.5em 1em 1.5em 1em;
}
.storybg{
	background-image: linear-gradient(rgba(51, 9, 0, 0.8), rgba(10, 10, 10, 0.5));
/*	background-image: linear-gradient(rgba(51, 9, 0, 0.8), rgba(64, 48, 40, 0.8)),
                  url("../img/story_bg.png");*/
	
}
/*花チラシ*/

/*========= particle js を描画するエリア設定 ===============*/


#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:-1;/*描画を一番下に*/
  width: 100%;
  height: 100%;
}

#wrapper{
  position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
}

/*ボタン*/

.btn,
a.btn,
button.btn {    margin-bottom: 20px;/*margin: 5px;*/
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.5rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-flat {
  overflow: hidden;
  padding: 1.0rem 6rem;
  color: #fff;
  border-radius: 0;
  background: #000;
}

a.btn-flat span {
  position: relative;
}

a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 150%;
  height: 550%;

  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);

  background: #dc143c;
}

a.btn-flat:hover:before {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

/*その他と主な共通部分は省略*/

.top01 a.btn-flat {
  overflow: hidden;

  padding: 1.0rem 6rem;

  color: #fff;
  border-radius: 0;
  background: #000;
}

.top01 a.btn-flat span {
  position: relative;
}

.top01 a.btn-flat:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 100px;
  height: 100px;

  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-80%) translateY(-25px);
  transform: translateX(-80%) translateY(-25px);

  border-radius: 50%;
  background: #b72a01;
}

.top01 a.btn-flat:hover:before {
  width: 400px;
  height: 400px;

  -webkit-transform: translateX(-1%) translateY(-175px);

  transform: translateX(-1%) translateY(-175px);
}


/* content */

.ch_bana{
  text-align:center;
	padding:0px 5px 50px 5px;
}
.ch_bana img{
    transition: 1.0s;	opacity:0.6;
    transform: rotateY(0deg );}

.ch_bana img:hover {
	opacity:1;
	transform: rotateY( 360deg );
		}


@media (min-width: 992px) {
    .tab-content .container .content {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.tab-content .content-item {     
    width:100%;
	margin-bottom: -16px;/*立ち絵位置調整*/
}



@media (min-width: 992px) {
    .tab-content .content-item {
        width:50%;
    }
}
.tab-content .image{
    display:block;	z-index: 10;
    max-width:100%;	position: relative; 
    margin:0px auto;
}

.tab-content .imagete{
	z-index: auto; 
	/*font-family: 'Julius Sans One', cursive;	font-family: 'Amatic SC', cursive;*/
	font-family: 'Cinzel Decorative', cursive;
	position: absolute; text-align: left ;
	top:10px;
    left:20px;color:rgba(0,0,0,0.3);
}
.tab-content .container{    padding:0px;
}
/*.content-item h3{
	border-top: double #0d0015;
	border-bottom: double #0d0015;	text-align: center;
	letter-spacing: -0.02em; font-size: 1.5em; 
	text-shadow: 1px 1px 10px #cc960c;	color:#cc960c;
	color: #cc960c;
	padding:5px 20px 0px 20px;	font-weight: bold;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  	margin-top:15px;
	display: inline-block; background-image: url(../img/bg_dark_wall.png);　
}*/

.i_tag {
    position: relative;	text-align: center;   padding:4px 20px 0px 20px;    box-shadow: 0 5px #212121;    /*border: 3px solid #212121;*/
    border-radius: 8px;    background-color: #e5e5e5;
    color: #212121;    font-size: 0.7em;     font-weight: bold;	margin:5px;
}

.m_tag {
    position: relative;	text-align: center;    padding:4px 15px 0px 15px;    box-shadow: 0 5px #212121;    /*border: 3px solid #212121;*/
    border-radius: 8px;    background-color: #b8d6e6;
    color: #212121;    font-size:  0.7em;     font-weight: bold;	margin:5px;
}

.h_tag {
    position: relative;	text-align: center;    padding:4px 15px 0px 15px;    box-shadow: 0 5px #212121;    /*border: 3px solid #212121;*/
    border-radius: 8px;    background-color: #e6e6b8;
    color: #212121;    font-size: 0.7em;      font-weight: bold;	margin:5px;
}
.ku_tag {
    position: relative;	text-align: center;    padding:4px 15px 0px 15px;    box-shadow: 0 5px #212121;    /*border: 3px solid #212121;*/
    border-radius: 8px;    background-color: #cfb8e6;
    color: #212121;    font-size: 0.7em;      font-weight: bold;	margin:5px;
}


@media only screen and (min-width: 580px) {
	.is-sp{
		display: none!important;
	}
}
@media screen and (max-width:1249px){
	.is-pc{
		display: none!important;
	}
}
@media screen and (max-width:735px){
	.is-pc2{
		display: none!important;
	}
}

/*フェード表示*/
.fadeIn0 {
animation-name: fadeInAnime;
animation-fill-mode:backwards;
animation-duration:0.8s;
/*animation-iteration-count:infinite;*/
animation-timing-function:ease;
animation-delay: 0.5s;
animation-direction:normal;
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*スクロールでフェードイン*/
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms; 

}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*フェードイン*/
/* 下から */
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
	}

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*切り替え*/
.tab-wrap {
	background:linear-gradient(rgba(20, 20, 20, 1), rgba(250, 250, 250, 0.5));
	background-image: url("../img/bg_rockywall.png");
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0px;
	border: 1px solid #0d0015;
}


.tab-label_bl {
  width: calc(100%/3);
/*   display: block;*/
	order: -1;
  opacity: .5;background: rgba(0, 0, 0, 0.5);
}

.tab-label {
  width: calc(100%/3);
 /*height: 0px;*/
  line-height: 40px;
  text-align: center;
  display: block;
  float: left;
  order: -1;
opacity: .5;
background: rgba(0, 0, 0, 0.5);font-size: 0.9em;
/* background:linear-gradient(rgba(250, 250, 250, 0.1), rgba(250, 250, 250, 0.5));*/
}

.tab-label:hover{
	opacity: 1;  
	transition: 0.3s linear;
	/*transform : translateY(2px); */
}

.tab-label_04 {
  width: calc(100%);
	text-align: center ;
	padding:20px;
}

.tab-content {
    width: 100%;
    display: none;
}


.tab-switch:checked+.tab-label {
  opacity: 1;
	background-image: url("../img/bg_rockywall.png");
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}
/**/
@media screen and (max-width: 746px){
.tab-label {
	font-size: 0.9em;
	line-height:1.4em;
}

}


.imagete01{
font-size: 4em;
}
.imagete02{
font-size: 5.7em;      padding:5px 0px;
}


.tab-content .text{
	background:rgba(0,0,0,0.2);
    padding:20px;
	/*text-shadow: 0px 0px 15px #333; */
	margin:15px 0px 15px 0px;
	text-align: left ;
	z-index: 6; 
}
.tab-content .text .heading01{
    margin:10px 0px 5px 0px;
	font-weight: bold;
}

.tab-content .text .heading01 span{ 
	margin:12px 0px 0px 10px;
	font-family: 'Vollkorn', serif;
	color: rgba(125,125,125,0.5);
	font-size: 20px;
	position: absolute;
}

.tab-content .text p {
	transform: scaleY(1.2);
font-size: 0.9em;    text-align: left ;
}

.tab-content .image {
 padding-bottom:0px;
	
}


/*見出しheading00*/
.heading00 {
	margin-top: 50px;
	font-family: 'Vollkorn', serif;
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
	font-size: 24px;
	text-align: center;	color:#7d7d7d;
}

.heading00 span {
	position: relative;	font-weight: bold;
	z-index: 2;
	border-bottom: double 3px #7d7d7d;	letter-spacing:0.2em;
}

.heading00::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(125,125,125,0.3);
	font-size: 50px;
	/*font-style: italic;*/
}

.channel{	font-size: 1.2em;
	background:rgba(200,200,200,0.15);
    padding:10px;
	text-shadow: 0px 0px 5px #333;/* */
	margin:15px 0px 15px 0px;
	text-align: left ;
}
pre {
  white-space: pre;           /* CSS 2.0 */
  white-space: pre-wrap;      /* CSS 2.1 */
  white-space: pre-line;      /* CSS 3.0 */
  white-space: -pre-wrap;     /* Opera 4-6 */
  white-space: -o-pre-wrap;   /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap;  /* HP Printers */
  word-wrap: break-word;      /* IE 5+ */
  font-size:1.2em;
  line-height:1.4em;
  font-weight:normal;
  padding:0;
  margin:0;
}
.st_top{
	    color: #fff;
	font-size: 1.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-shadow:0px 0px 1px #321d17, 1px 1px 5px #321d17;

}
.tategaki_title {
/*        text-orientation: upright;*/font-weight: bold;
        writing-mode: vertical-rl;    margin:  0 auto; line-height: 5.0rem;
 letter-spacing: 0.5rem;
 text-indent: 1em;
}

/*追加*/
.text-wrap {
  text-align: center;	margin: auto; 
}
/*tabの形状*/
.tab li{
 display: inline-block;
  flex-wrap: wrap;	font-weight:bold;
}
.tab li a{color:#ACA0A2;
  display: block;
  background:#8F3B49;
border-radius: 15px 2px; 
  margin:0 2px;
  padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{color:#fff;
  background:#C20020;
	
}


/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  /*background: #fff;*/
  padding:50px 10px;
	color: #fff;
	font-size: 1.05em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.pro {
border: 1px solid #555;
padding:5px 0px 0px;
background-color: rgba(255,255,255,0.15);
}


.sto {
line-height: 2.8em;
text-shadow: 0px 0px 7px rgba(0,0,0,0.8);
letter-spacing:0.1em;
font-size: 1.2em;
padding:80px 0 80px 0;
}

.ch_bt{	text-align: center;
  top: -20px;position: relative;
}

@media screen and (max-width: 778px){
.sto {
line-height: 2.2em;
letter-spacing:-0.04em;
font-size: 1em;
padding:0px;
}

.pro dd {
	border-bottom: 1px dotted #555;
}
.pro {	margin:  0 auto; }

}

.st_mhku{	
background: url(../img/st_mhku_bg.png);
	background-repeat:no-repeat;
	background-position: center;
background-size: auto;
}
.st_i{
background: url(../img/st_i_bg.png);
	background-repeat:no-repeat;
	background-position: center;
background-size: auto;
}

.ch{
	text-align: center;
}
.movie {font-size: 0.89em;
padding:0px 10px 10px 10px;	text-align: center;
}

/*追加*/
.into{
	text-align: center;
}



.into h3{
font-weight:bold;
}
.intro_bg{
background: url(../img/intro_bg.png);
	background-repeat:no-repeat;
	background-position: center;
background-size: auto;
}




.in_tex{ 
  padding:50px 20px;
	color: #fff;
	font-size: 1.15em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3","noto serif CJK", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
/*テキストカラー*/
.cr{	color: #ffb3b3;}
.sian{	color: #5ca1e6;}
.gold{	color: #ffaa00;}


.dropdown { 
display: list-item;
	margin:  0 auto; 
}

.dropdown li {
margin-top: 10px;
}


.btn-ora { color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
	transition: all 0.5s;
}
.btn-ora:hover {
transform: translate(3px,3px);

}
.btn-sp { color: #fff;
  background-color: #CC000E;
  border-bottom: 5px solid #660007;
	transition: all 0.5s;
}
.btn-sp:hover {
transform: translate(3px,3px); 

}

.btn-sp.non:hover
{
	 text-decoration: line-through;
}


/*追加要素*/
.nst{	
  justify-content: center;
  align-items: center;text-align: center;
margin-bottom: 15px;
	font-size: 1.0em;
}

.saku {	text-align: center;}

.marker { 
  background-image: linear-gradient(transparent 60%, #451f4d 0%); 
}
.marker_toku { 
background: linear-gradient(transparent 70%,#8B0000 0%);
}

.u_line	{   text-decoration: underline solid crimson;
}


