@import url(http://fonts.googleapis.com/css?family=Judson:700);
@import url(http://fonts.googleapis.com/css?family=Oswald:700);
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000;
  color: #fff;
  font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  min-width: 1080px;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}
h2 {}
.wallpaper {
  padding-top: 20px;
  height: auto !important;
}
#visual {
  background-image: url(../img/visual-1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 640px;
  margin-top: -78px;
}
header {
  position: fixed;
  background-image: url(../img/header.png);
  overflow: hidden;
  top: 0;
  width: 100%;
  z-index: 1000;
  min-width: 1080px;
  padding: 5px 0;
}
#header-in {
  margin: auto;
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  float: left;
  margin: 0 !important;
}
h1 img {
  display: block;
}
header nav {
  float: right;
}
header ul {
  margin: 0;
  overflow: hidden;
}
header li {
  list-style: none;
  float: left;
  background-image: url(../img/m-b.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 2px;
}
header li#m2 {
  background-image: none;
  padding-left: 0;
}
header li a {
  display: block;
  height: 32px;
  text-indent: -99999px;
  overflow: hidden;
}
header li a:hover {
  background-position: bottom left;
}
#m2 a {
  background-image: url(../img/m2.png);
  width: 119px;
}
#m3 a {
  background-image: url(../img/m3.png);
  width: 176px;
}
#m4 a {
  background-image: url(../img/m4.png);
  width: 86px;
}
#m5 a {
  background-image: url(../img/m5.png);
  width: 106px;
}
#m6 a {
  background-image: url(../img/m6.png);
  width: 67px;
}
#m7 a {
  background-image: url(../img/m7.png);
  width: 88px;
}
#mt a {
  background-image: url(../img/mt.png);
  width: 51px;
}
.pr-in {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#info h2, #bana h2, .pr-in h2 {
  line-height: 1;
  font-size: 18px;
}
.spl_body .sl_s table tr td:nth-child(3), .spl_body .sl_s table tr td:nth-child(4) {
  white-space: nowrap;
}
.spl_body .sl_s table tr td:nth-child(4) a {
  text-decoration: none;
}
.spl_body .a_scup {
  position: fixed;
  bottom: 0;
  right: 0;
}
.spl_body .a_scup a {
  display: block;
  padding: 10px;
  text-decoration: none;
  margin-right: 10px;
}
.spl_body .a_scup a::before {
  font: var(--fa-font-solid);
  content: "\f0d8";
  color: #FFD600;
  font-size: 40px;
  line-height: 0;
}
.spl_body .sl_s table tr td:nth-child(4) a::before {
  font: var(--fa-font-solid);
  content: "\f3c5";
  color: #fff;
  margin-right: 5px;
}
.spl_body .sl_s table {
  line-height: 1.4;
  margin: auto;
}
.spl_body .sl_s a {
  color: #fff;
}
.spl_body .sl_s {
  color: #fff;
  margin: auto;
  width: 1000px;
}
.spl_body .sl_s .a_ti {
  text-align: center;
  font-size: 18px;
}
.spl_body .sl_s .a_ti a {
  margin: 0 5px;
  white-space: nowrap;
}
.spl_body .sl_s th {
  text-align: left;
}
.spl_body .sl_s td {
  padding: 5px 10px;
  font-size: 17px;
}
.spl_body .sl_s h2, .spl_body .sl_s h3, .spl_body .sl_s h4 {
  font-weight: bold;
}
.spl_body .sl_s h2 {
  text-align: center;
  font-size: 28px;
  margin: 60px 0 0;
}
.spl_body .sl_s h3 {
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin: 70px 0 0;
  font-size: 24px;
}
.spl_body .sl_s h4 {
  margin: 20px 0 0;
  font-size: 20px;
}
.spl_body #bottom {
  background-image: none;
  margin-top: 70px;
}
.spl_body .sl_s {}
.spl_body .sl_s {}
/* 点滅 */
.blinking {
  margin-right: .2em;
  color: #ff0000;
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#info {
  background-color: #000;
}
#info-in {
  /* overflow: hidden;*/
  margin: auto;
  /*  width: 1000px;*/
  width: 1060px;
  padding: 0 0 40px;
  position: relative;
}
#bana-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
  padding: 40px 0 0;
}
#bana-in a {
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}
#info h2, #bana h2 {
  margin: 0 0 20px;
}
#info h2 img {
  display: inline-block;
}
#info-in ul {
  float: right;
  width: 757px;
  border-left: 1px solid #474747;
  margin: 0;
  padding: 0 0 0 38px;
  list-style: none;
}
#info-in ul p {
  margin: 5px 0;
}
#info-in li {
  border-bottom: 1px solid #474747;
  padding-bottom: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}
#info-in li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#info-in li img {
  border: 1px solid #474747;
}
#info-in li span {
  color: #f01010;
  display: block;
}
#info-in li a {
  color: #fff;
}
#bottom {
  background-image: url(../img/back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}
#bottom-in {
  width: 1000px;
  margin: auto;
}
#sns {
  overflow: hidden;
}
#sns hr {
  clear: both;
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 30px;
}
.inst {
  width: 500px;
  overflow: hidden;
  float: left;
}
.inst-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.inst-box li {
  float: left;
  width: 150px;
  /*margin: 0 14px 14px 0;*/
  margin: 0 16px 14px 0;
}
.inst-box a {
  display: block;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #444444;
}
.inst-box img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.fb {
  float: right;
}
.f_info {
  text-align: center;
}
.twitter {
  width: 481px;
  margin: auto;
  clear: both;
  padding-top: 30px;
  margin-bottom: 30px;
}
.sns_bn_t {
    margin-bottom: 60px;
    width: 100%;
    display: flex;
}
.sns_bn_t a {
    display: block;
    margin: auto;
}
.sns_bn_t a img {
  display: block;
}
#banner {
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#banner p {
  width: 480px;
  text-align: center;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 1)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 1));
}
#banner p:last-child {
  margin: auto;
}
#banner p a {
  display: block;
  margin-top: 5px;
  border: 1px solid #444444;
}
#banner p img {
  display: block;
  width: 100%;
}
/*slick*/
.slick-list.draggable {
  /*  width: 1010px;*/
  width: 1060px;
  margin-left: 1px;
}
.slick-list.draggable:after {
  content: "";
  position: absolute;
  background-color: #000;
  width: 0;
  height: 252px;
  top: 0;
  right: 0;
}
.wallpaper header + div {
  top: 78px !important;
}
#vegas {
  width: 100%;
  height: 100vh !important;
}
#arrow {
  width: 100%;
  height: 100vh !important;
  position: absolute;
  top: 0;
}
#arrowin {
  height: 100vh !important;
  margin: auto;
  width: 85px;
}
#arrow a {
  position: absolute;
  bottom: 20px;
}
#arrow a img {
  display: block;
  animation: flash 3s infinite linear;
  -webkit-animation: flash 3s infinite linear;
  -moz-animation: flash 3s infinite linear;
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-device-width:768px) and (orientation:portrait) {
  #arrow {
    min-width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  /*












*/
  body {
    min-width: auto;
  }
  header {
    min-width: auto;
  }
  #header-in {
    width: auto;
  }
  #info-in {
    width: auto;
  }
  #bottom-in {
    width: auto;
  }
  #banner p {
    float: none;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
    font-size: 18px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 1))drop-shadow(0px 0px 4px rgba(0, 0, 0, 1));
  }
  #banner p:last-child {
    float: none;
  }
  .inst {
    width: auto;
    float: none;
  }
  .inst-box ul {
    margin-left: 14px;
  }
  .inst-box li {
    width: calc(33.33% - 14px);
    margin: 0 14px 14px 0;
  }
  .inst-box a {
    width: auto;
    height: 0;
    padding-top: calc(150 / 150 * 100%);
    position: relative;
  }
  .inst-box img {
    object-fit: cover;
    position: absolute;
    top: 0;
  }
  .inst h2 img {
    width: calc(100% - 28px);
    margin: auto;
    display: block;
  }
  .twitter {
    width: calc(100% - 28px);
    margin: auto;
  }
  .twitter h2 img {
    width: calc(100% - 28px);
    margin: auto;
    display: block;
  }
  .fb img {
    width: calc(100% - 28px) !important;
    margin: auto;
    display: block;
  }
  .sns_bn_t {
    margin-bottom: 30px;
  }
  .sns_bn_t a img {
    width: calc(100% - 28px) !important;
    margin: auto;
  }
  .slick-list.draggable {
    width: calc(100% - 70px);
    overflow: hidden;
    margin-left: 38px;
  }
  #vegas {
    height: 0 !important;
    padding-top: calc(2 / 3 * 100%);
    margin-top: 44px;
  }
  #arrow {
    display: none;
  }
  .fb {
    float: none;
  }
  #bana-in {
    padding: 0 0 40px;
    padding: 0 0 10px;
  }
  .slick-slide a {
    display: block;
    width: fit-content;
    margin: auto;
    padding: 0 5px;
  }
  .slick-slide img {
    width: 100%;
  }
  #info h2, #bana h2 {
    margin: 0 20px 20px;
    font-size: 13px;
    text-align: center;
  }
  #banner {
    /*padding-top: 20px;*/
    margin: 0;
  }
  /*












*/ h1 {
    z-index: 3000;
    position: relative;
    margin: auto !important;
    float: none;
    width: fit-content;
  }
  header nav {
    float: none;
  }
  header li {
    float: none;
  }
  header {
    overflow: visible;
  }
  header ul li {
    display: block;
    background-image: none;
  }
  #block_nav_primary {
    overflow: visible;
  }
  #block_nav_primary .grid_12 {
    margin-top: 0;
    position: absolute;
    margin-left: 0;
    width: 100%;
    top: 0;
  }
  header .drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    justify-content: center;
    z-index: 1500;
    padding: 2px;
  }
  header .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    background: #fff;
    -webkit-transition: ease .5s;
    transition: ease .5s;
    width: 20px;
  }
  header .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  header .navbar_toggle_icon:nth-child(2) {
    margin: 5px 0;
  }
  header .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  header .menu.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  header ul {
    display: block;
    margin-top: 55px;
    border-top: 1px solid #CCC;
    padding: 0;
  }
  header .u_m li {
    margin-right: 0;
  }
  header .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 7px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    width: 20px;
    margin-left: 0;
  }
  header .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -7px;
    left: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    margin-left: 0;
  }
  header .menu {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: ease .3s;
    transition: ease .3s;
    display: none;
  }
  header .menu ul li {
    border-bottom: 1px solid #CCC;
    display: flex;
    justify-content: center;
    padding: 10px 0;
  }
  header .menu ul li a {}
  .slick-next {
    right: 10px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-prev, .slick-next {
    z-index: 10;
  }
  .spl_body .sl_s h2 {
    margin: 40px 0 0;
  }
  .spl_body .sl_s h3 {
    margin: 30px 0 0;
    font-size: 22px;
  }
  .spl_body .sl_s h4 {
    margin: 10px 0 0;
  }
  .spl_body .sl_s {
    width: auto;
  }
  .spl_body .sl_s .a_ti a {
    font-size: 16px;
  }
  .spl_body .sl_s table, .spl_body .sl_s tbody, .spl_body .sl_s tr, .spl_body .sl_s th, .spl_body .sl_s td {
    display: block;
  }
  .spl_body .sl_s table {
    margin: 0 10px;
  }
  .spl_body .sl_s tr {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .spl_body .sl_s th {
    padding-top: 20px;
  }
  .spl_body .sl_s td {
    font-size: 16px;
    padding: 2px 10px;
  }
  .spl_body .a_scup a {
    margin-right: 5px;
  }
  .spl_body .a_scup a::before {
    font-size: 30px;
  }
  /*












*/
}