@charset "utf-8";
/*jsクラス*/
.body{
  overflow: hidden;
}
#top .sct2 h1, #top .sct3 h1, #top .sct5 h1 {
  font-size: 25px;
  margin:30px 0;
  text-align: center;
  font-family: 'Wide Latin Regular', 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}

/* loader
------------------------------------------------------------*/
.loader {
  width: 100%;
  height: 100vh;
  display: none;
  background:#ffff;
  position: relative;
  z-index: 9999;
  overflow: hidden;
}
.loader_svg {
  width: 100%;
  height: auto;
  max-width: 320px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
.loader svg {
  overflow: visible !important;
}

/* content
------------------------------------------------------------*/

/* sct1 Slider
------------------------------------------------------------*/
.view {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
}
.view_box {
  width: 100%;
  height: 100vh;
  position: fixed !important;
}
.view_box li{
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*.view_box .view_box-item01 {
  background-image: url(../img/h_back4.jpg);
}
.view_box .view_box-item02 {
  background-image: url(../img/h_back6.jpg);
}
.view_box .view_box-item03 {
  background-image: url(../img/h_crowd1.jpg);
}*/
.view_box .view_box-item01 {
  background-image: url(../img/s1.jpg);
}
.view_box .view_box-item02 {
  background-image: url(../img/s2.jpg);
}
.view_box .view_box-item03 {
  background-image: url(../img/s3.jpg);
}

.view h1{
  font-family: 'Wide Latin Regular', 'Noto Sans JP',serif;
  font-style:oblique;
  line-height: 1;
  color: #fff;
  font-size: 40px;
  background: #000;
  position: absolute;
  z-index: 30;
  overflow: hidden;
}
.view h1:nth-child(1){
  width: 165px;
  padding: 3px 5px;
  right: 36px;
  bottom: 123px;
}
.view h1:nth-child(2){
  width: 317px;
  padding: 3px 5px;
  bottom: 65px;
  right: 36px;
}
.view h1:nth-child(3){
  width: 191px;
  padding: 3px 0 3px 3px;
  bottom: 7px;
  right: 36px;
}
.view h1 span{
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}
.view h1:nth-child(2) span{
  -webkit-transition-delay: .2s;
  animation-delay: .2s;
}
.view h1:nth-child(3) span{
  -webkit-transition-delay: .4s;
  animation-delay: .4s;
}
.OutRight {
  -webkit-animation-name: OutRight;
  animation-name: OutRight;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes OutRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes OutRight {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.visual_text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 100px;
  left: 21px;
  z-index: 2;
}
.view h1 span.color-mugen {
    color: #E60012;
    background: none;
    position: relative;
}
span.color-mugen{
  color: #E60012;
}
.textOFF01,.textOFF02,.textOFF03 {
  opacity: 0;
}
.textON{
  -webkit-animation-name: textON;
  animation-name: textON;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes textON {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes textON {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.visual_box-cover {
  width: 100% !important;
  height: 100vh !important;
  background: url(../img/dot-black.png) rgba(000,000,000,.4) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  opacity: 0.1 !important;
}

.scroll {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: absolute;
  bottom: 74px;
  right: -65px;
  z-index: 2;
  transform: rotate(90deg);
  letter-spacing: 8px;
}
.scroll:before{
  content: "";
  width: 82%;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation-name: scroll;
  animation-name: scroll;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes scroll {
  from {
    width: 0%;
  }
  to {
    width: 82%;
  }
}
@keyframes scroll {
  from {
    width: 0%;
  }
  to {
    width: 82%;
  }
}

.pickup {
  padding: 5px;
  font-size: 18px;
  color: #fff;
  border: 2px solid #fff;
  border-top: none;
  position: absolute;
  bottom: 11px;
  left: 21px;
  z-index: 2;
  background: rgba(000,000,000,.5);
}
.pickup h2 {
  margin-top: -25px;
  font-size: 30px;
}
.pickup h2:after {
  content: "";
  width: 305px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: 0;
}
.pickup p {
  position: relative;
  overflow: hidden;
}
.pickup span{
  width: 100%;
  height: 100vh;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
}
@media only screen and (min-width: 1880px){
  .view:before {
    -webkit-transform: rotate(-5.5deg);
    -ms-transform: rotate(-5.5deg);
    transform: rotate(-5.5deg);
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1879px){
  .view:before {
    -webkit-transform: rotate(-6.5deg);
    -ms-transform: rotate(-6.5deg);
    transform: rotate(-6.5deg);
  }
}

@media only screen and (max-width: 768px){
  .view {
    width: 100%;
    overflow: hidden;
  }
  .visual_text {
    font-size: 4vw;
    top: 120px;
    left: 20px;
  }
  .view h1 {
    font-size: 25px;
  }
  .view h1:nth-child(1) {
    width: 109px;
    right: 8px;
    bottom: 250px;
  }
  .view h1:nth-child(2) {
    width: 202px;
    bottom: 205px;
    right: 8px;
  }
  .view h1:nth-child(3) {
    width: 123px;
    bottom: 163px;
    right: 8px;
   }
  .pickup {
    width: 85%;
    position: absolute;
    bottom: 11px;
    left: 21px;
    font-size: 16px;
  }
  .pickup h2:after {
    content: "";
    width: 65%;
  }
  .scroll {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    bottom: 59px;
    right: -27px;
    letter-spacing: 0;
  }
}

/* sct2
------------------------------------------------------------*/
#top .sct2 {
  width: 100%;
  padding: 50px 0 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top .sct2:before {
  content: '';
  position: absolute;
  top: 46px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #011931;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -2;
}
#top .sct2:after {
  content: '';
  position: absolute;
  top: -35px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}

#top .sct2 p {
  text-align: center;
  font-size: 18px;
}

.sct2_box01 {
  width: 100%;
  background: #fff;
  margin-top: 55px;
}
.sct2_box01-item01 {
  display: flex;
  margin-top: 30px;
}
.sct2_Box01Item01-inr {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sct2_Box01Item01-inr img {
  transition: all .75s;
}
.sct2_Box01Item01-inr div {
  width: 80%;
  padding: 10px;
  background: rgba(999,999,999,.6);
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%,50%);
  transition: all .75s;
  box-shadow: 10px 0px 12px rgb(0, 0, 0);
  }

.sct2_Box01Item01-inr div h2 {
  text-align: center;
  font-size: 29px;
  line-height: 2;
  margin: 30px 0;
  transition: all .75s;
  color: #000;
}
.sct2_Box01Item01-inr p {
  width: 400px;
  height: 250px;
  padding: 20px;
  color: #fff;
  text-align: left !important;
  background: #000;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transition: all .75s;
  transform: translate(100%, -50%);
}

.sct2_box02 {
  width: 100%;
  padding: 50px 0;
  background-image: url(../img/sct2_3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 0;
}


.box_test {
  width: 300px;
  height: 300px;
  background: #001e2b;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  border: 2px solid rgba(0,0,0,.5);
  position:relative;
}
.box_test:before{
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.1);
  position: absolute;
  top: 0;
  left: -100%;
  transition: 0.5s;
  pointer-events: none;
}
.box_test:hover:before {
  left: -50%;
  transform: skewX(-5deg);
}
.box_test span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.box_test span:nth-child(1) {
  transform: rotate(0deg);
}
.box_test span:nth-child(2) {
  transform: rotate(90deg);
}
.box_test span:nth-child(3) {
  transform: rotate(180deg);
}
.box_test span:nth-child(4) {
  transform: rotate(270deg);
}
.box_test span:nth-child(2):before{
  content: "";
  animation-delay: -2s;
}
.box_test span:nth-child(4):before{
  content: "";
  animation-delay: -2s;
}
.box_test span:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #0093ff;
  animation: animate 4s linear infinite;
}
@-webkit-keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes animate {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

.box_test02 {
  padding: 30px 6px;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom:15px;
  border: 2px solid #ffeb3b;
  box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
.box_test02 h1 {
  color: #fff;
  font-size: 19px !important;
  margin: 0 0 10px;
  padding: 0;
}
.box_test02 p {
  color: #fff;
}
.sct2_box02-item01 {
  width: 100%;
  height: 100%;
  background: rgba(999,999,999,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sct2_box02-item02 ul {
  max-width: 992px;
  margin: 90px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.sct2_box02-item02 ul li {
  max-width: 300px;
  min-height: 300px;
  margin-bottom: 5vh;
  background-image: url(../img/h_crowd1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.sct2 .slick-slide {
    border: 1px solid #fff;
    border-top: none;
    border-bottom: none;
}
@media only screen and (min-width: 769px){
  .sct3_box01-item:hover {
    z-index: 1;
  }
/*  .sct2_Box01Item01-inr:hover img {
    transform: translateX(-70%) ;
  }*/
  .sct2_Box01Item01-inr:hover div {
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: translate(0,100%);
    transition: all .75s;
  }
  .sct2_Box01Item01-inr:hover div h2 {
    line-height: 1;
    margin: 0 0;
  }
  .sct2_Box01Item01-inr:hover p {
    transform: translate(0, -50%);
  }
  .sct2_Box01Item01-inr p a {
    border: 1px solid #fff;
    padding: 5px;
    color: #ccc;
    display: block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1600px){
  #top .sct2:before {
    top: 68px;
  }
}
@media only screen and (max-width: 768px){
  #top .sct2:before {
    margin: 3% 0% 0;
    top: 16px;
  }
  #top .sct2:after {
    margin: 3% -22% 0;
    top: 0;
    left: 0;
  }
  #top .sct2 p {
    width: 82%;
    margin: 0 auto;
    font-size: 2vh;
  }
  .sct2_box01-item01 {
    display: flex;
    margin: 50px 30px 0;
    flex-wrap: wrap;
  }
  .sct2_Box01Item01-inr div {
    width: 87%;
    position: relative;
    bottom: 15%;
    transform: translate(-50%,0%);
    box-shadow: 0 6px 19px rgba(0,0,0,.5);
    background: rgba(999,999,999,.9);
  }
  .sct2_Box01Item01-inr div h2 {
    font-size: 4vw;
    line-height: 1.5;
    margin: 0 0;
    color: #000;
  }
  .sct2_Box01Item01-inr a {
    width: 100% !important;
    height: auto;
    padding: 14px;
    color: #000;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
    transform: translateX(0);
  }
  .sct2_Box01Item01-inr a span {
    font-weight: bold;
    line-height: 2;
  }
  .sct2_box02-item02 ul {
    width: 100% !important;
    margin: 58px auto 0 !important;
    justify-content: center !important;
  }
  .sct2_box02-item02 ul li  {
    min-height: 200px !important;
  }
  .box_test02 h1 {
    font-size: 1.3em !important;
  }
  .sct2_box02 {
    background-image: url(../img/sct2_3sp.jpg);
  }

}

/* sct3
------------------------------------------------------------*/
#top .sct3 {
  width: 100%;
  padding: 50px 0 0;
  display: block;
  background: rgba(000,000,000,.0);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sct3_box01 {
  width: 96%;
  margin: 68px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sct3_box01-item {
  width: 25%;
  height: auto;
  position: relative;
  cursor: pointer;
  z-index: 0;
}
.sct3_box01-item img {
  transition: all .75s;
}
.sct3_box01-item div {
  width: 100%;
  height: 100%;
  padding: 40px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(000,000,000,.6);
  transition: all .75s;
  color: #fff;
  text-align: center;
}
.sct3_box01-item div h2 {
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%,-50%);
  transition: all .75s;
}
.sct3_box01-item div p {
  font-size: 12px;
  opacity: 0;
  transition: all .75s;
  transform: translateY(30px);
  line-height: 2;
}
.sct3_box01-item div span {
  border: 1px solid #fff;
  padding: 5px;
}

@media only screen and (min-width: 769px){
  .sct3_box01-item:hover {
    z-index: 1;
  }
  .sct3_box01-item:hover img {
    transform: scale(1.1) rotate(3deg);
    box-shadow: 0px 0px 3px 1px #000;
  }
  .sct3_box01-item:hover div {
    background: rgba(000,000,000,1);
  }
  .sct3_box01-item:hover div h2 {
    position: relative;
    top: 0;
    left: 0;
    transform: translate( 0,0);
  }
  .sct3_box01-item:hover div p {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px){
  .sct3_box01-item {
    width: 100%;
    min-height: 264px;
    height: auto;
    overflow: hidden;
  }
  .sct3_box01-item figure {
    position: absolute;
  }
  .sct3_box01-item div {
    padding: 36px 0 0 !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1080px){
  .sct3_box01 {
    width: 97%;
  }
  .sct3_box01-item {
    width: 50%;
  }
  .sct3_box01-item div {
    padding: 20% 0 0;
  }
}

@media only screen and (max-width: 768px){
  .sct3_box01 {
    width: 95%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .sct3_box01-item {
    width: 100%;
    height: auto;
    margin: 10px auto;
    position: relative;
    cursor: pointer;
    z-index: 0;
  }
  .sct3_box01-item div {
    padding: 63px 0 0;
  }
  .sct3_box01-item div h2 {
    font-size: 6vw;
    position: relative;
    top: 0;
    left: 0;
    transform: translate( 0,0);
  }
  .sct3_box01-item div p {
    font-size: 4vw;
    opacity: 1;
    transform: translateY(0);
  }
  .sct3_box01-item div span {
    border: 1px solid #fff;
    padding: 5px;
  }
}

/* sct4
------------------------------------------------------------*/
#top .sct4 {
  width: 100%;
  padding: 50px 0;
  display: block;
  background: rgba(000,000,000,.0);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top .sct4:after {
  content: '';
  position: absolute;
  top: 58px;
  left: 0;
  width: 120%;
  height: 80%;
  margin: 3% -10% 0;
  background: #fff;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}

.sns_widget {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sns_widget-item {
  width: 320px;
  margin: 0 30px;
}
.sns_widget-item:nth-child(2) {
  transform: translateY(85px);
}
@media only screen and (max-width: 768px){
  #top .sct4:after {
    top: 110px;
  }
  .sns_widget-item {
   width: 320px;
   margin: 40px 0;
  }
  .sns_widget-item:nth-child(2) {
    transform: translateY(0);
  }
  main section#sct4{
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* sct5
------------------------------------------------------------*/
#top .sct5 {
  width: 100%;
  padding: 50px 0;
  display: block;
  background: rgba(000,000,000,.0);
  position: relative;
  z-index: 1;
}

#top .sct5 .inner {
  max-width: 960px;
  width: 90%;
  margin: 64px auto;
}
.col2  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background: rgba(999,999,999,.8);
  border-radius: 8px;
  text-align: center;
}
.col2 li{
  margin: 20px 0;
}
.col2 h2 {
  font-size: 20px;
}
.col2 p {
  font-size: 18px;
  line-height: 2;
}
.col2 p.time_indent{
  padding-left: 50px;
  text-indent: -76px;
}
#map{
 position: relative;
 padding-bottom: 75%;
 height: 0;
 overflow: hidden;
 z-index: 0;
}

#map iframe{
 position: absolute;
 top: 0;
 left: 0;
 width: 100% !important;
 height: 100% !important;
 border: 0;
}

@media only screen and (min-width: 800px){
   #map iframe{
  height: 100% !important;
  }
}
@media only screen and (min-width: 641px){
 .col2 li{
  width: 50%;
  vertical-align: top;
 }
 .col2 li:first-child{
  width: 36%;
 }
}
@media only screen and (max-width: 640px){
  .col2 li{
    width: 100%;
  }
  #map iframe{
    width: 96% !important;
    left: 2%;
  }
}

@media only screen and (max-width: 768px){
  #top .sct5 {
    padding: 0;
  }
  #top .sct5 .inner {
    width: 90%;
  }
}


/* フェードイン */
.fadein {
 opacity: 0;
 transform : translate(0, 50px);
 transition : all 0.8s;
}

.fadein.scrollin{
 opacity: 1;
 transform: translate(0, 0);
}
/* フェードイン */

/* フェードインファーストビュー */
.fadein_first {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1.8s;
  display:block;
  margin:60px auto;
  text-align:center;
}
.fadein_first.scrollin_f {
    opacity : 1;
    transform : translate(0, 0);
    margin: auto;
}
/* フェードインファーストビュー */

/* ファーストビュータイトル */
.fadein_ttl {
    opacity : 0;
    transform : translate(300px, 0);
    transition:all 1.8s;
  display:block;
  margin:60px auto;
  text-align:center;
}
.fadein_ttl.scrollin_t {
    opacity : 1;
    transform : translate(0, 0);
    margin: auto;
}
/* ファーストビュータイトル */
/* Cross browser
------------------------------------------------------------*/
/* for IE 11 */
/*@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .hoge {
  }
}*/

/* for Microsoft Edge */
/*_:-ms-lang(x)::backdrop, .hoge {
  }*/
