@charset "utf-8";
@import url("reset.css");
/*
@import url("marquee.css");
@import url("rotate.css");
/*----------------------------------------------------------*/
body {
  	background-color:#000000;
	background-image:url("../img/background.jpg");
    background-position:center top;
    background-repeat: repeat;
    background-attachment:fixed;

	color:#ffffff;
	text-align: center;
	font-size: 10pt;
	line-height: 120%;
	margin:0px;
	font-family:'Noto Serif JP', sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 200;
}
#entrance{
    width:100%;
    max-width:1240px;
    margin: 0 auto;
/*	background-image:url("../img/entbg.jpg");*/
    background:rgba(0,0,0,0.7);
}
#header_bar{
	width: calc(100% - 20px);
	padding:10px;
    height:75px
}
#Logo{
    display: inline-block;
    float:left;
}
#TelTime{
    display: inline-block;
    float:right;
    font-size: 18pt;
    line-height: 24pt;
}
#OpenTime{
    font-size: 14pt;
    line-height: 20pt;
}
#ent_mess{
    width: 900px;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
    border: 1px #838383 solid;
}
#ent_mess h2{
    font-size:14pt;
  color: #DA8E00;
  background: -webkit-linear-gradient(90deg,#ffc000 , #fffbee, #ffc000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    display: block;
}
#linkarea{
    width: 100%;
    text-align: center;
    margin: 20px;
}
#linkarea a{
    text-decoration: none;
    color:#ffffff;
}
#Useo{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    font-size: 8pt;
    line-height: 10pt;
    color:#525252;
}
#Useo a{
    text-decoration: none;
    color:#525252;
}

/*----------------------------------------------------------*/
	.spv{
		display: none;
	}
	.pcv{
		display:inline;
	}
	#sp_menu{
		display: none;
	}
@media screen and (max-width: 800px){
	.spv{
		display: inline;
	}
	.pcv{
		display: none;
	}
	#sp_menu{
		display: block;
		width: 100%;
		height:auto;
	}
}
/*----------------------------------------------------------*/
.fs08 {	font-size:8pt; }
.fs09 {	font-size:9pt; }
.fs10 {	font-size:10pt;}
.fs12 {	font-size:12pt;}
.fs13 {	font-size:13pt;}
.fs14 {	font-size:14pt;}
.fs16 {	font-size:16pt;}
.fs18 {	font-size:18pt;}
.fs20 {	font-size:20pt;}
.fs24 {	font-size:24pt;}
.fs26 {	font-size:26pt;}
.fs28 {	font-size:28pt;}
.fs30 {	font-size:30pt;}
.fs32 {	font-size:32pt;}

.lh10 { line-height:10pt;}
.lh12 { line-height:12pt;}
.lh14 { line-height:14pt;}
.lh16 { line-height:16pt;}
.lh18 { line-height:18pt;}
.lh20 { line-height:20pt;}
.lh22 { line-height:22pt;}
.lh24 { line-height:24pt;}
.lh26 { line-height:26pt;}
.lh28 { line-height:28pt;}
.lh30 { line-height:30pt;}
.lh32 { line-height:32pt;}
.lh34 { line-height:34pt;}

.c_bk{color:#000000;}
.c_wh{color:#ffffff;}
.c_rd{color:#ff0000;}
.c_pink{color:#FF007E;}
.c_bl{color:#0000ff;}
.c_lbl{color:#0090ff;}
.c_dr{color: #A7003E;}
/*-----------------------------
	- clearance
-----------------------------*/
.clearance{		clear:both;	height:0px;}
.clearance02{	clear:both;	height:2px;}
.clearance05{	clear:both;	height:5px;}
.clearance10{	clear:both;	height:10px;}
.clearance20{	clear:both;	height:20px;}
.clearance30{	clear:both;	height:30px;}
.clearance40{	clear:both;	height:40px;}
.clearance50{	clear:both;	height:50px;}
.clearance100{	clear:both;	height:100px;}
.clearance200{	clear:both;	height:200px;}
.cl50{ clear: both;height: 50px;}
@media screen and (max-width: 800px){
.cl50{ clear: both;height: 20px;}
}
/*-----------------------------
	- shadow
-----------------------------*/
.shadow1b{ 
text-shadow: 
        black 1px 1px 0, black -1px -1px 0,/*右下、左上*/
        black -1px 1px 0, black 1px -1px 0,/*右上、左下*/
        black 0px 1px 0, black  0-1px 0,/*右、左*/
        black -1px 0 0, black 1px 0 0;/*上、下*/
}
.shadow2b{ 
text-shadow: 
    black 2px 0px,  black -2px 0px,
    black 0px -2px, black 0px 2px,
    black 2px 2px , black -2px 2px,
    black 2px -2px, black -2px -2px,
    black 1px 2px,  black -1px 2px,
    black 1px -2px, black -1px -2px,
    black 2px 1px,  black -2px 1px,
    black 2px -1px, black -2px -1px;
}
.shadow1w{ 
text-shadow: 
        white 1px 1px 0, white -1px -1px 0,/*右下、左上*/
        white -1px 1px 0, white 1px -1px 0,/*右上、左下*/
        white 0px 1px 0, white  0-1px 0,/*右、左*/
        white -1px 0 0, white 1px 0 0;/*上、下*/
}
.shadow2w{ 
text-shadow: 
    white 2px 0px,  white -2px 0px,
    white 0px -2px, white 0px 2px,
    white 2px 2px , white -2px 2px,
    white 2px -2px, white -2px -2px,
    white 1px 2px,  white -1px 2px,
    white 1px -2px, white -1px -2px,
    white 2px 1px,  white -2px 1px,
    white 2px -1px, white -2px -1px;
}
/*----------------------------------------------------------*/
tr,td {
	font-size: 10pt;
	line-height: 12pt;
}
.telop {font-size:10pt;}
iflame {overflow-x: hidden;}
.dline {
	text-decoration: line-through;
}
h1,h2,h3 {
	font-size: 10pt;
	display:inline;
}
img {
    border-style:none;
	vertical-align:bottom;
	font-size:0px;
	max-width: 100%;
	height: auto;
}
/*----------------------------------------------------------*/
.float-l{
    float:left;
	margin: 5px;
}
.float-r{
    float:right;
	margin: 5px;
}
.cb{clear:both}
/*----------------------------------------------------------*/
#authentication{
	width:100%;
	display: block;
	height:auto;
	text-align: center;
	margin: 0 auto;
/*	background-image: url("../img/mint_s.jpg");*/
    background: #0000ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #0000ff 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0000ff 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0000ff 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000ff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#authentication2{
	width:100%;
	display: block;
	height:auto;
	text-align: center;
	margin: 0 auto;
/*	background-image: url("../img/mint_s.jpg");*/
    background: #0000ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #2AB0D4 0%, #0000ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #2AB0D4 0%,#0000ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #2AB0D4 0%,#0000ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2AB0D4', endColorstr='#0000ff',GradientType=0 ); /* IE6-9 */
    padding-top: 20px;
    padding-bottom: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#authentication table,#authentication2 table{
	width:calc(100% - 20px);
	max-width: 800px;
	margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#autTxt{
	text-align: center;
	width: 100%	
}
/*----------------------------------------------------------*/
#ZoomLayer{
	position: fixed;
	width: 100%;
	height:140vw;
	text-align: center;
	animation-fill-mode: forwards;
	-webkit-animation: bgin 0.5s linear 0s 1 normal;
	-moz-animation: bgin 0.5s linear 0s 1 normal;
	-o-animation: bgin 0.5s linear 0s 1 normal;
	animation: bgin 0.5s linear 0s 1 normal;
}
@-webkit-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-moz-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@-o-keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}
@keyframes bgin {0%{opacity:0;}60%{opacity:0;}100%{opacity:1;}}

#CLayer{
    position: relative;
	z-index: 100;
}
#TitleLogo{
	width: 100%;
	max-width: 1400px;
	height:auto;
	display: block;
	margin: 0 auto;
	text-align: center;
}
@media screen and (max-width: 800px){
	#autTxt{
		text-align: center;
		width: calc(100% - 10px);
		margin: 0 auto;
		font-size: 8pt;
	}
}#maincontent{
    width: 100%;
    height:auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#AuthPc{
	width: 100%;
	height:160px;
	display: inline-block;
	background-image: url("../img/footer_bg.png");
}
#APinner{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#APinner table{
	width: 100%;
	border: none;
}
/*----------------------------------------------------------*/
#linkbanner{
	width: 100%;
	max-width: 1400px;
	text-align: center;
	font-size: 0pt;
	line-height: 0pt;
	display: inline-block;
	margin: 0 auto;
	margin-top: 50px;
}
#linkbanner ul li{
	width: calc(50% - 4px);
	max-width: 500px;
	margin: 2px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 800px){
	#linkbanner ul li{
		width: calc(100% - 4px);
		max-width: 500px;
		margin: 0 auto;
		display: block;
		text-align: center;
		vertical-align: top;
		margin-bottom: 20px;
	}
}
/*----------------------------------------------------------*/
.link_area{
width:1000px;
margin:0 auto;
margin-top:40px;
}
#bunnerlist1 {
	width:830px;
	margin: 0px auto;
	text-align:center;
}
#bunnerlist2 {
	width:830px;
	margin: 0px auto;
	text-align:center;
}
#bunnerlist3 {
	width:830px;
	margin: 0px auto;
	text-align:center;
}
#bunnerlist4 {
	width:830px;
	margin: 0px auto;
	text-align:center;
}
ul.bnlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.bnlist li {
	float: left;
	margin: 1px;
}

.dotline {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top-width:1px;
  border-top-color:#999;
  border-top-style:dashed;
  clear:both;
}
/*----------------------------------------------------------*/
#homecopy{
	width: 100%;
	font-size: 8pt;
	margin: 0 auto;
    display: block;	
}
/*----------------------------------------------------------*/

.wrap {
  padding: 16px;
}

#slide_wrap {
  position: relative;
  overflow: hidden;
}
#slide_wrap .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
  opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrap .slide_item img {
  display: block;
}
/*----------------------------------------------------------*/

@-webkit-keyframes zoomUp {
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

@keyframes zoomUp { /* 2.0倍させる指定 */
  0% {
      -webkit-transform: scale(1);
      transform: scale(1);
  }
  100% {
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
  }
}

.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { /* 12秒かけて拡大させる */
    -webkit-animation: zoomUp 8s linear 0s;
    animation: zoomUp 8s linear 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide-img {
    background-size: cover; 
    background-position: top center; /* 背景画像は中央を軸に表示させる */
    height: 150vw; /* 600pxの高さで表示させる */
	max-height: 1200px;
}
	
	
	