@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1.5em;
    background-color: #000;

}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #000;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}


/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul li {
 list-style-type: none;
 }

h2 {
	font-family: sans-serif;
	font-size: 1.2em;
	padding: 10px;
}

/* ----------- top --------------- */

#title {
	padding-top: 30px;
}

#sns img:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}


/* ------------ home --------------- */

#container {
 width: 100%;
 height: 2000px;
 margin: 0 auto;
 color: #ff1493;
 text-align: center;
 font-family: 'Vollkorn','sans-serif';
}

/* ------- rogo ------------------- */

h1 {
  letter-spacing: -2px;
  margin: 20px auto;
  padding-top: 30px;
  font-size: 2em;
  color: #FF0080;
  animation: neonBlur 16s infinite;
  font-weight: 300;
  text-align: center;
}
h1 > span:nth-child(1) {
  opacity: .5;
  font-weight: 800;
}
h1 > span:nth-child(2) {
  animation: neonBlink 5s infinite;
}
h1 > span:nth-child(3) {
  opacity: .4;
}
h1 > span:nth-child(4) {
  animation: neonBlink 2s infinite;
}
@keyframes neonBlink {
  0% { opacity: 1; }
  10% { opacity: .6; }
  12% { opacity: 1; }
  15% { opacity: .4; }
  17% { opacity: 1; }
  18% { opacity: .3; }
  19% { opacity: 1; }
  89% { opacity: 1; }
  91% { opacity: .7; }
  94% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes neonBlur {
  0% { text-shadow: 0px 0px 25px #FF0080; }
  50% { text-shadow: 0px 0px 75px #FF0080; filter: blur(0.5px) }
  100% { text-shadow: 0px 0px 25px #FF0080; }
}


/* ------------ header ----------   */

.fade {
 /* width: 80%; */
 height: 550px;

 margin: 0 auto;
 background:url("../image/01.jpg") no-repeat center;
 opacity:0;
 }


/* ------------- nav -------------------------- */

#main-nav {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #ff1493; /* 背景 */
	height: 50px;
	padding-bottom: 10px;
	color: pink;
	margin: 0 auto;
	opacity: 0.9;
	 z-index: 30;
	}

.rogo {
	text-align: left;
}

.rogo h1 {
	display:none;
}

.navi {
	text-align: right;
	display: inline-block;
	margin: 10px 5px 0 0;
	overflow: hidden;
}

.navi ul {
	text-align: right;
}

.navi ul li {
	float:right;
}

.navi a {
 display: inline-block;
 text-decoration: none;
 color: #000;
 font-size: 1.1em;
}

.navi a:hover {
		opacity: 0.5 ;
}

.button {
  position: relative;
  display: inline-block;
  padding: 0.6em 0.5em;
  border: 1px solid #ff1493;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: bold;
}
.button:hover {
  color: #fff;
}
.button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


#main p {
  color:#FFF;
}

/* ------ header ----- */

#top {
	padding-top: 100px;
	}

#top img {
    width: 80%;
    height:auto;
    margin: 50px;
    max-width:100%;
    max-height:100%;
}
.fade {
 /* width: 80%; */
 height: 550px;

 margin: 0 auto;
 background:url("../image/01.jpg") no-repeat center;
 opacity:0;
 }

/* ---- main ---------- */


#main {
	height: 100%;
	padding: 10px 0;
	margin: 0 auto;
	overflow: hidden;
	margin: auto;
	width:95%;
}


#main-p {
	width: 600px;
	height: 300px;
	float: left;
	text-align: right;
	margin-right: 0px;
	background-color: #ff1493;
}

.main-top {
	text-align: center;
}


/* ---------- 地図 ----------- */

#adress {
 overflow: hidden;
}

#setumei {
	margin-right:auto;
	color: #ff1493;
}

#setumei p {
	text-align: left;
	margin-left: 5px;
}

.map-top {
 	height: 100%;
	margin-left:auto;
	color: #ff1493;
	text-align: right;
	line-height:1.5;
  padding-top: 30px;
	/* background-color: #ff1493; */
}

.map-list {
 text-align: left;
 overflow: hidden;
 color: #FFF;
}

.rogo h2{
 background-color: #ff1493;
 color: #000;
 margin-bottom: 20px;
}

.map-rogo {
	width: 33.3333%;
    min-width: 100px;
    margin-bottom: 20px;
}

.map-list dt {
	float: left;
	width: 7em;
	margin-bottom: 10px;
}
.map-list dd {
    margin-bottom: 10px;
}
.copyright {
 margin-top: 50px;
}

.map {
	height: 250px;
	padding: 0;
	border: 2px solid #ff1493;
	margin: auto;
	width: 350px;
}

/* -------- sistem ----------- */

#sistem img {
	width: 100%;
}

#two {
 height: 70px;
 }

#ryoukin {
	padding-top: 20px;
	padding-bottom: 30px;
	/* background-color: #fff; */
}

.sistem01 {
    margin-right: 50px;
    }

.insta img{
	width: 100%;
}


/* ---------- girls --------- */

.Glist li p{
  margin: 10px auto 30px auto;
}


/* ---------- sns ------------ */


#three {
 height: 70px;
 }


#sns {
	text-align:center;
	width: 90%;
	margin: auto;
}

#sns h2 {
	text-align: left;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 1.2em;
	color: #000;
	background-color: #ff1493;
}

.facebook {
	text-align:left;
}
.insta .twitter {
	padding-bottom: 15px;
}
/* ----------- slider ------------- */


.slider {
height: calc(250px * 1.61);
margin: 0 auto;
overflow: hidden;
position: relative;
}

.slider__content {
min-width: 100%;
position: absolute;
top: 0;
left: 0;
transform: translateX(100%);
}

.slider__content:nth-child(1) {
animation: sliderAnime 8s ease-in-out infinite;
z-index: 6;
}

.slider__content:nth-child(2) {
animation: sliderAnime2 8s ease-in-out infinite;
z-index: -1;
}

.slider__content:nth-child(3) {
animation: sliderAnime2 8s ease-in-out 2s infinite;
z-index: -1;
}

.slider__content:nth-child(4){
animation: sliderAnime2 8s ease-in-out 4s infinite;
z-index: -1;
}

@keyframes sliderAnime {
0% {
z-index: 5;
transform: translateX(0);
}
12.5% {
transform: translateX(0);
}
25% {
transform: translateX(-100%);
}
37.5%{
z-index: -1;
transform: translateX(-100%);
}
50% {
z-index: -1;
transform: translateX(100%);
}
67.5% {
z-index: -1;
transform: translateX(100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: 5;
transform: translateX(100%);
}
100% {
z-index: 5;
transform: translateX(0);
}
}

@keyframes sliderAnime2 {
0% {
transform: translateX(100%);
}
12.5% {
transform: translateX(100%);
}
25% {
transform: translateX(0);
}
37.5%{
transform: translateX(0);
z-index: 5;
}
50% {
transform: translateX(-100%);
z-index: 5;
}
67.5% {
z-index: -1;
transform: translateX(-100%);
}
75% {
z-index: -1;
transform: translateX(100%);
}
87.5%{
z-index: -1;
transform: translateX(100%);
}
100% {
z-index: -1;
transform: translateX(100%);
}
}

.slider__img {
max-width: 100%;
min-width: 100%;
}

.insta {
	margin: 20px auto 30px auto;
}

/* ------------ Recrt ------------- */

#kyuzin img{
	width: 100%;
}

#kyuzin {
	text-align: left;
}
