@charset "UTF-8";
@import url("../../../../webfonts/Hannari/stylesheet.css");
@import url("../../../../webfonts/Garamond/stylesheet.css");
@import url("../../../webfonts/TheNextFont/stylesheet.css");
@import url("../../../webfonts/Showtime_Regular/stylesheet.css");
main img {
    width: 100%;
    height: auto;
}
.inner_w1000 {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 100px;
    max-width: 1000px;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
}
.flexbox {
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-content: flex-start; 
			align-content: flex-start;
	-webkit-align-items: stretch;
			align-items: stretch;
}
.flex-container {
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
}
.top {
    margin-bottom: 6%;
}
.top h1 {
    font-family: TheNextFont;
    font-size: 228px;
    line-height: normal;
    background-image: url(img/bg_mainV.jpg);
    padding-top: 9%;
    padding-bottom: 7%;
    margin-bottom: 5%;
    color: #FFFFFF;
	text-shadow:2px 2px 10px #000;
}
.top h1 span {
    font-size: 36px;
    line-height: 38px;
    display: block;
	letter-spacing: 2px;
}
.top h2 {
    font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.top h2::before {
    content: url(img/fuki_l.png);
    position: absolute;
    top: 0%;
    left: -50px;
}
.top h2::after {
    content: url(img/fuki_r.png);
    position: absolute;
    top: 0%;
    right: -50px;
}
.top .txt {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 44px;
}
.top .txt span {
    font-size: 28px;
    color: #CD819E;
    vertical-align: middle;
    letter-spacing: 2px;
}
.staff {
	margin-bottom: 8%;
}

.staff h3 {
    font-size: 24px;
    background-color: #000000;
    color: #FFFFFF;
    width: 80%;
    max-width: 410px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 4%;
}
.staff .list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	-webkit-justify-content: center;
		justify-content: center;
}
.staff .list .box01 {
    position: relative;
    width: 100%;
}
.staff .list .box02 {
    width: 60%;
    order: 3;
    position: relative;
    top: -104px;
    max-width: 460px;
}
.staff .list .box03 {
    width: 47%;
    order: 2;
    position: relative;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 6%;
}
.staff .list .cont {
    position: relative;
    width: 0%;
    max-width: 400px;
    height: 0%;
    border-radius: 50%;
}
.staff .list .cont01 {
    background: #CD819E;
    padding: 26%;
}
.staff .list .cont02 {
    background: #a89763;
    padding: 44%;
}
.staff .list .cont03 {
    background: #869f8b;
    padding: 44%;
}
.staff .list .cont .inner{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.staff .list .cont .inner dt {
    width: 100%;
    border: 1px solid #000000;
    box-shadow: 7px 7px #fff, 8px 8px 0px #000, 6px 6px 0px #000;
    max-width: 276px;	
	font-size: 0px;/*下に隙間が空いてしまうのを防ぐ為*/
}
.staff .list .cont .inner .role {
    width: 135px;
    font-size: 24px;
    background-color: #FFFFFF;
    border-radius: 90px;
    padding-top: 6px;
    padding-bottom: 6px;
    position: relative;
    left: -16%;
    border: 1px solid #000000;
}
.staff .list .cont02 .inner .role {
    left: 70%;
}
.staff .list .cont .inner .role img {
    border: 1px solid #000000;
}
.staff .list .cont .inner .role::before{
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.staff .list .cont .inner .role::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #000;
  z-index: 1;
}

.staff .list .cont .inner .role span {
    font-size: 18px;
    padding-left: 5px;
}
.staff .list .cont .inner .name {
    font-size: 28px;
    margin-top: 5%;
}
.staff .list .cont02 .inner .name {
    font-size: 21px;
}
.staff .list .cont03 .inner .name {
    font-size: 19px;
}
.staff .list .cont .inner .name span {
    font-size: 14px;
    padding-right: 13px;
}
.staff .list .box01 .commentWrp {
    position: absolute;
    padding-top: 0px;
    top: -25px;
    right: 77px;
    max-width: 413px;
    width: 50%;
}
.staff .list .box01 .commentWrp .comment {
    font-size: 13px;
    text-align: left;
    background-image: url(img/bg_.grid.jpg);
    background-repeat: repeat;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 12%;
    padding-bottom: 12%;
    border-radius: 49px;
    border: 1px solid #8D8C8C;
    position: relative
}
.staff .list .box01 .commentWrp .comment::after{
    content: url(img/bg_waku.png);
    position: absolute;
    bottom: -23%;
    left: -4%;
}
.staff .list .box01 .commentWrp .comment .title  {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.gallery {
	background-color: #1f1f1f;
	padding-bottom: 23%;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.gallery .bg  {
	background-image: url(img/bg_wave.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 140px;
}
.gallery .inner{
	width: 90%;
	margin: 0 auto;
	max-width: 1000px;
}
.gallery h2 {
    /*max-width: 730px;*/
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-size: 170px;
	line-height: 100px;
    font-family: "Showtime Regular";
    text-align: center;
    position: relative;
}
.gallery h2 .kazari {
    position: absolute;
    top: -122%;
}
.gallery h2 .kazari img {
    width: 60px;
}
.gallery .subtit {
    text-align: left;
    margin-bottom: 8%;
}
.gallery .subtit .under {
    color: #FFFFFF;
    font-size: 18px;
    border-bottom: 3px solid #d00251;
    display: inline-block;
    padding-left: 18%;
    transform: rotate(-20deg);
}
.gallery .day {
    text-align: right;
}
.gallery .day span {
    background: linear-gradient(transparent 0%, #ffffff 0%);
    font-size: 18px;
    width: 245px;
    margin-left: auto;
    display: inline;
}
.gallery .list {
    margin-top: 6%;
    position: relative;
}
.gallery .list li {
	width: 50%;
}
.gallery .list li:first-child {
	max-width: 382px;
}
.gallery .list li:nth-child(2) {
	padding-top: 8%;
	position: relative;
	left: -45px;
	max-width: 400px;
}
.gallery .list li:nth-child(3) {
	position: relative;
	top: -45px;
	left: 43px;
	max-width: 485px;
}
.gallery .list li:nth-child(4) {
	padding-top: 17%;
	max-width: 333px;
}
.gallery .list li:nth-child(5) {
	max-width: 403px;
}
.gallery .list li:nth-child(6) {
	position: absolute;
	bottom: -216px;
	right: -2%;
	max-width: 550px;
	width: 60%;
}
.reserve {
	background-image: url(img/bg_dot.jpg);
	padding-top: 0%;
	padding-bottom: 13%;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.reserve .bg {
	background-image: url(img/bg_wave_under.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.reserve .inner {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20%;
}
.reserve .txt {
    font-size: 18px;
    margin-bottom: 3%;
}
.reserve .btn {
}
.reserve .btn a {
    font-size: 15px;
    display: block;
    background-color: #990100;
    color: #FFFFFF;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2%;
    padding-bottom: 2%;
}
.reserve .btn a span {
    font-size: 36px;
}

/* ネオン*/
.flux {
  /*color: #426DFB;*/
  color: #fb4245;
  /*text-shadow: 0 0 3vw #2356FF;*/
  text-shadow: 0 0 3vw #ff2326;

  animation: flux 2s linear infinite;
  -moz-animation: flux 2s linear infinite;
  -webkit-animation: flux 2s linear infinite;
  -o-animation: flux 2s linear infinite;
}
@keyframes flux {
  0%,
  100% {
    text-shadow: 0 0 1vw #ff1310, 0 0 3vw #ff1310, 0 0 10vw #ff1310, 0 0 10vw #ff1310, 0 0 .4vw #fe8be4, .5vw .5vw .1vw #80145a;
    color: #fe28a9;
  }
  50% {
    text-shadow: 0 0 .5vw #800908, 0 0 1.5vw #800908, 0 0 5vw #800908, 0 0 5vw #800908, 0 0 .2vw #800908, .5vw .5vw .1vw #400a2d;
    color: #801455;
  }
}
/*@keyframes flux {
  0%,
  100% {
    text-shadow: 0 0 1vw #1041FF, 0 0 3vw #1041FF, 0 0 10vw #1041FF, 0 0 10vw #1041FF, 0 0 .4vw #8BFDFE, .5vw .5vw .1vw #147280;
    color: #28D7FE;
  }
  50% {
    text-shadow: 0 0 .5vw #082180, 0 0 1.5vw #082180, 0 0 5vw #082180, 0 0 5vw #082180, 0 0 .2vw #082180, .5vw .5vw .1vw #0A3940;
    color: #146C80;
  }
}*/
@media  screen and (max-width:768px){
.top h1 {
    font-size: 180px;
	line-height: 197px;
}
.staff h3 {
}
.staff .list .box03 {
    width: 40%;
	padding-left: 0px;
}
.staff .list .box02 {
    width: 60%;
	top: 0px;
}
.staff .list .box01 .commentWrp {
    right: 0px;
	width: 100%;
	position: relative;
	top: -54px;
    margin-left: auto;
}
.staff .list .box01 .commentWrp .comment{
	border-radius: 38px;
}
.staff .list .box01 .commentWrp .comment::after {
	content: url(img/bg_waku_sp.png);
	transform: scale( 1, -1);
	-o-transform: rotate(180deg) scale(-1);
	-ms-transform: scale( 1, -1);
	-moz-transform:	scale( 1, -1);
	-webkit-transform: scale( 1, -1);
	filter:	flipv();
	-ms-filter:	flipv();
	bottom: 9%;
    left: 46%;
}
.staff .list .cont01 {
    padding: 43%;
	margin-bottom: 5%;
}
.staff .list .cont02 {
    margin-left: 10%;
}
.staff .list .cont03 {
    padding: 53%;
}
.staff .list .cont .inner{
	-webkit-transform: translateY(-55%) translateX(-50%);
	transform: translateY(-55%) translateX(-50%);
}
.staff .list .cont01 .inner .role {
    width: 173px;
    font-size: 24px;
    padding-top: 26px;
    padding-bottom: 26px;
    left: -41%;
    top: -16px;
}
.staff .list .cont .inner .name {
    font-size: 24px;
}
.staff .list .cont .inner .name span {
    font-size: 12px;
}
.staff .list .cont02 .inner .name {
    font-size: 18px;
}
.staff .list .cont03 .inner .name {
    font-size: 16px;
}
.staff .list .cont03 .inner .role {
	left: -48px;
}

.gallery {
	padding-bottom: 48%;
	width: 100%;
}
.gallery h2 {
    font-size: 130px;
}
.gallery h2 .kazari {
    top: -82%;
}
.gallery .subtit {
    margin-bottom: 7%;
}
.gallery .list li:nth-child(3) {
    top: 20px;
}
.gallery .list li:nth-child(5) {
    max-width: 40%;
}
.gallery .list li:nth-child(6) {
    width: 60%;
}
}
@media screen and (max-width:480px){
.top {
    margin-bottom: 13%;
}
.top h1 {
    font-size: 90px;
    line-height: 75px;
	padding-top: 20%;
	padding-bottom: 15%;
}
.top h1 span {
    font-size: 22px;
}
.top h2 {
	font-size: 20px;
}
.top .txt {
    font-size: 14px;
	line-height: 29px;
}
.staff h3 {
    font-size: 18px;
	margin-bottom: 8%;
}
.staff .list .box01 .commentWrp {
	position: static;
	margin-bottom: 10%;
}
.staff .list .box01 .commentWrp .comment::after{
	content:none;
}
.staff .list .box02 {
	order: 2;
	width: 100%;
}
.staff .list .box03 {
	order: 3;
	width: 100%;
}
.staff .list .cont {
    padding: 50%;
}
.staff .list .cont01 .inner .role {
    padding-top: 9px;
    padding-bottom: 9px;
}
.staff .list .cont02 {
     margin-left: 0px; 
}
.gallery {
    padding-bottom: 12%;
}
.gallery h2 {
    margin-bottom: -6%;
    font-size: 100px;
    line-height: 113px;
}
.gallery h2 .kazari {
    top: 12%;
    right: 5%;
}
.gallery h2 .kazari img {
}
.gallery .bg {
    background-size: 100%;
	height: 70px;
}
.gallery .subtit {
    margin-bottom: 0%;
}
.gallery .subtit .under {
    font-size: 13px;
	padding-left: 8%;
}
.gallery .day span {
    font-size: 14px;
}
.gallery .list li:nth-child(2) {
	left: -10px;
}
.gallery .list li:nth-child(3) {
	left: 13px;
}
.gallery .list li:nth-child(6) {
    position: static;
    padding-top: 10%;
}
.reserve .bg {
    background-size: 100%;
}
.reserve .txt {
    font-size: 14px;
    margin-bottom: 10%;
}
.reserve .btn a {
    font-size: 12px;
	width: 90%;
    padding-top: 6%;
    padding-bottom: 6%;
}
.reserve .btn a span {
    font-size: 22px;
}
}
