@charset "utf-8";

/*----------------------------------------------------
 elements
 ----------------------------------------------------*/
 body { -webkit-text-size-adjust: none; /* フォントサイズ自動調整 */}

html {
    background: #000;
	color: #fff;
}

 a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	color: #000;
 }

 img { vertical-align: bottom;}

 li { list-style: none;}


/*====================================================
 clearfix
 ====================================================*/
 .clearfix:after { content: ''; display: block; clear: both; }

 .cf {overflow: hidden;}

 .clear{
 	clear:both;
 	font-size:0;
 	line-height:0;
 	padding:0;
 	margin:0;
 }

 .clearB {clear: both;}

/*================================================
font family
==================================================*/
.minchoTxt {
	font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	transform: rotate(.028deg);
	font-feature-settings: normal;
	letter-spacing: 1px;
}
.gothicTxt {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	transform: rotate(.028deg);
	font-feature-settings: normal;
	letter-spacing: 1px;
}

/*================================================
table
==================================================*/
table {
	border-collapse: collapse;
	border-spacing: 0px;
}


/*================================================
fadeスクロールで表示（jquery.inview.js）
==================================================*/

.fade {
    overflow: hidden;
    transition: 1.8s;
    opacity: 0;
    transition-delay: 0.5s;
	transform: translateY(40px);
}
.fade.ttl_wrap .cinzel ,
.fade.ttl_wrap .txt {
    text-shadow: 0px 0px #333 , 0px 0px 5px #333 , 0px 0px 10px #333 , 0px 0px 15px #333;
}

.view {
    opacity: 1 !important;
	transform: translateY(0px);
}


.fade_black {
    overflow: hidden;
    transition: 2s;
    opacity: 1;
    transition-delay: 1s;
}
.b_view {
    opacity: 0.4 !important;
}


.delay_00 {transition-delay: 0s;}
.delay_01 {transition-delay: 0.1s;}
.delay_02 {transition-delay: 0.2s;}
.delay_03 {transition-delay: 0.3s;}
.delay_04 {transition-delay: 0.4s;}
.delay_05 {transition-delay: 0.5s;}
.delay_06 {transition-delay: 0.6s;}
.delay_07 {transition-delay: 0.7s;}
.delay_08 {transition-delay: 0.8s;}
.delay_09 {transition-delay: 0.9s;}
.delay_10 {transition-delay: 1.0s;}

@media only screen and (max-width: 767px) {

.delay_00 {transition-delay: 0s;}
.delay_01 {transition-delay: 0s;}
.delay_02 {transition-delay: 0s;}
.delay_03 {transition-delay: 0s;}
.delay_04 {transition-delay: 0s;}
.delay_05 {transition-delay: 0s;}
.delay_06 {transition-delay: 0s;}
.delay_07 {transition-delay: 0s;}
.delay_08 {transition-delay: 0s;}
.delay_09 {transition-delay: 0s;}
.delay_10 {transition-delay: 1s;}

}


/*================================================
shine
==================================================*/
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  content: '';
  width: 50%;
  height: 140%;
  background: linear-gradient(130deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 70% );
  -webkit-animation: shine-foot 4s ease-in-out infinite;
  animation: shine-foot 4s ease-in-out infinite;
    z-index: 9;
}


@-webkit-keyframes shine-foot {
0% { left: -75%;}
40% { left: 150%;}
100% { left: 150%;}
}
@keyframes shine-foot {
0% { left: -75%;}
40% { left: 150%;}
100% { left: 150%;}
}



/*================================================
shine2
==================================================*/
.shine2 {
  position: relative;
  overflow: hidden;
}
.shine2::before {
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(130deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 70% );
  -webkit-animation: shine2-foot 3s ease-in-out infinite;
  animation: shine2-foot 3s ease-in-out infinite;
    z-index: 9;
}


@-webkit-keyframes shine2-foot {
0% { left: -75%;}
40% { left: 100%;}
100% { left: 120%;}
}
@keyframes shine2-foot {
0% { left: -75%;}
40% { left: 100%;}
100% { left: 120%;}
}

