@charset "utf-8";

/* CSS Document */

/*
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
*/


/***********
mainVisual
************/

.mainVisual {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 600px;
  background: url(../../img/bg_main.jpg) no-repeat center center / cover ;
  background-color: #000;
  overflow: hidden;
}

.mainVisual-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
  pointer-events: none;
}
.mainVisual-block-inner {
  padding-left: 5%;
  color: #fff;
  font-feature-settings: "palt";
  padding-bottom: 5vh;
}

.mainVisual-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 13vmin;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.mainVisual-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.3vmin;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 0.5em;
  letter-spacing: 0.1em;
  width: 100px;
}
.mainVisual-text-item {
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0.4em;
}

.mainVisual-text-item:nth-child(1)::after {
  animation-delay: 0.1s ;
}
.mainVisual-text-item:nth-child(1) span{
  transition-delay: 0.2s;
}

.mainVisual-text-item:nth-child(2)::after {
  animation-delay: 0.2s;
}
.mainVisual-text-item:nth-child(2) span{
  transition-delay: 0.3s;
}

.mainVisual-text-item:nth-child(3)::after {
  animation-delay: 0.3s;
}
.mainVisual-text-item:nth-child(3) span{
  transition-delay: 0.4s;
}

/*
slider
*/

.mainVisual-slider{
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: relative;
  z-index: 2;
}
/*
.mainVisual-slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
*/

body.is-loaded .mainVisual-slider {
  opacity: 1;
}

.mainVisual-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-size: cover;
  opacity: 0.5;
}
.mainVisual-img img {
  display: none;
}

.mainVisual-item {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
}

.mainVisual-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.mainVisual-video {
  min-height: 100%;
  min-height: 100vh;
  min-width: 100%;
  min-width: 100vw;
  position: absolute;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}


.mainVisual-inner {
  position: absolute;
  right: 80px;
  top: 27vh;
  z-index: 98;
}
.mainVisual-box {
  min-width: 360px;
  padding: 30px 30px;
  background-color: #fff;
  text-align: left;
  font-feature-settings: "palt";
  opacity: 0;
}

.mainVisual-box-lead {
  font-size: 139%;
  color: #2ab1ae;
  letter-spacing: 0.05em;
  padding-bottom: 0.5em;
}
.mainVisual-box-cat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 131%;
}
.mainVisual-box-title {
  font-weight: normal;
}
.mainVisual-box-link {
  padding-top: 15px;
}


.mainVisual-info {
  min-width: 360px;
  padding: 30px 30px;
  text-align: left;
  font-feature-settings: "palt";
  background: linear-gradient(45deg, #2AB1AE 0%, #00A6D7 100%);
}
.mainVisual-info-cat {
  position: relative;
  margin-bottom: 10px;
}
.mainVisual-info-cat::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin-top: -2px;
  background-color: #222;
  position: absolute;
  left: -30px;
  top: 50%;
}
.mainVisual-info-title {
  font-size: 131%;
  font-weight: normal;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.mainVisual-info-time {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 131%;
  letter-spacing: 0.05em;
}
.mainVisual-info-host {
  font-size: 93%;
  padding-top: 0.2em;
}
.mainVisual-info-link {
  padding-top: 15px;
}


.mainVisual-box,
.mainVisual-info{
  transition: all 0.5s ease 0.5s;
  opacity: 0;
  transform: translateX(10px);
}
.slick-animation .mainVisual-box,
.slick-animation .mainVisual-info{
  opacity: 1;
  transform: translateX(0);
}
@keyframes amin-fadeZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(2);
  }
}



/*
slick
*/

.mainVisual .slick-slide li {
  vertical-align: bottom;
}

.mainVisual .slick-dots{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.mainVisual .slick-dots button{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: #fff;
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 7px;
  padding: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.mainVisual .slick-dots .slick-active button{
  background-color: #2ab1ae;
}

.mainVisual .slick-next,
.mainVisual .slick-prev{
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  z-index: 99;
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}
.mainVisual .slick-next:hover,
.mainVisual .slick-prev:hover{
  background-color: #2ab1ae;
  border-color: #2ab1ae;
}
.mainVisual .slick-next img,
.mainVisual .slick-prev img{
  width: 16px;
  margin-top: 9px;
}

.mainVisual .slick-next{
  transform: translateX(150px);
}
.mainVisual .slick-prev{
  transform: translateX(-150px) rotate(180deg);
}


@media screen and (max-width:834px) {


  .mainVisual {
    height: 90vh;
  }

  .mainVisual-block {
    position: absolute;
    padding-top: 20vh;
    display: block;
  }
  .mainVisual-block-inner {
    padding-left: 8%;
    padding-bottom: 0;
  }

  .mainVisual-title {
    font-size: 16vmin;
  }
  .mainVisual-text {
    font-size: 3vmin;
  }

  /*
  slider
  */


  .mainVisual-img{
    height: 90vh;
    min-height: 600px;
  }

  .mainVisual-item {
    height: 90vh;
    min-height: 600px;
  }

  .mainVisual-video {
    min-height: 90vh;
    min-width: 90vh;
  }


  .mainVisual-inner {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 60px;
    z-index: 98;
  }
  .mainVisual-box {
    min-width: 300px;
    padding: 18px;
  }

  .mainVisual-box-lead {
    font-size: 116%;
    letter-spacing: 0.02em;
  }
  .mainVisual-box-cat {
    font-size: 116%;
  }
  .mainVisual-box-title {
    font-size: 93%;
  }
  .mainVisual-box-link {
    padding-top: 10px;
  }


  .mainVisual-info {
    min-width: 300px;
    padding: 18px;
  }
  .mainVisual-info-cat {
    margin-bottom: 8px;
  }
  .mainVisual-info-cat::before {
    width: 10px;
    height: 3px;
    margin-top: -2px;
    left: -18px;
  }
  .mainVisual-info-title {
    font-size: 116%;
  }
  .mainVisual-info-time {
    font-size: 116%;
  }
  .mainVisual-info-host {
    font-size: 85%;
  }
  .mainVisual-info-link {
    padding-top: 10px;
  }

  .mainVisual-inner .l-btn {
    font-size: 93%;
    padding: 8px 10px;
    max-width: 160px;
    min-width: 160px;
  }


  /*
  slick
  */

  .mainVisual .slick-dots{
    bottom: 15px;
  }
  .mainVisual .slick-dots button{
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }

  .mainVisual .slick-next,
  .mainVisual .slick-prev{
    bottom: 10px;
  }
  .mainVisual .slick-next:hover,
  .mainVisual .slick-prev:hover{
    background-color: transparent;
    border-color: #fff;
  }

  .mainVisual .slick-next{
    transform: translateX(100px) scale(0.7);
  }
  .mainVisual .slick-prev{
    transform: translateX(-100px) rotate(180deg) scale(0.7);
  }


}




/***********
homeNews
************/

.homeNews-trigger{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.homeNews-trigger li{
  background-color: #eee;
  padding: 0.8em 1em;
  line-height: 1;
  min-width: 140px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  font-feature-settings: "palt";
  cursor: pointer;
  transition: 0.2s;
}
.homeNews-trigger li:hover,
.homeNews-trigger li.is-active{
  background-color: #222;
  color: #fff;
}


.homeNews-content{
  position: relative;
/*
  opacity: 0;
  transition: opacity 0.2s ease;
*/
}

.homeNews-content.is-active{
/*  opacity: 1;*/
}

.homeNews-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2%;
}
.homeNews-list li {
  width: 23%;
  margin-left: 2%;
  margin-bottom: 20px;
}
.homeNews-list a {
  display: block;
  height: 100%;
  color: #222;
  background-color: #ebf5f5;
  text-decoration: none;
  transition-duration: 0.3s;
}
.homeNews-list a:hover {
  background-color: #222;
  color: #fff;
}


.homeNews-list-img {
  position: relative;
  overflow: hidden;
}
.homeNews-list-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  pointer-events: none;
}
a:hover .homeNews-list-img::after {
  opacity: 0;
}
.homeNews-list-img img {
  transition: 0.5s;
}
a:hover .homeNews-list-img img {
  transform: scale(1.05);
}
.homeNews-list-inner {
  padding: 0 15px 20px 18px;
}
.homeNews-list-cat {
  display: inline-block;
  padding: 0.3em 1.2em;
  font-feature-settings: "palt";
  background-color: #2ab1ae;
  color: #fff;
  position: relative;
  transform: translateY(-12px);
  z-index: 9;
}
.homeNews-list-time {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 108%;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: -6px;
}
.homeNews-list-title {
  padding-top: 10px;
  font-size: 108%;
  line-height: 1.6;
}



.homeNews-link{
  position: absolute;
  right: 0;
  top: -75px;
}


.homeNews-sns {
  position: absolute;
  right: 30px;
  top: -70px;
  display: flex;
}
.homeNews-sns a{
  min-width: 125px;
  margin-left: 5px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  font-weight: 500;
  font-size: 108%;
  text-align: center;
  text-decoration: none;
  padding: 0.8em 1.5em;
  border-radius: 8px;
}
.homeNews-sns a i{
  margin-right: 0.8em;
  transform: scale(1.4);
}
.homeNews-sns a:hover{
}

.homeNews-sns a[href*="twitter"] {
  background-color: #000;
}
.homeNews-sns a[href*="youtube"] {
  background-color: #ff0000;
}

@media screen and (max-width:1260px) {

  .homeNews-link{
    position: static;
    text-align: center;
    padding-top: 40px;
  }

}



@media screen and (max-width:834px) {

  .homeNews{
    background-color: #f0f0f0;
  }

  .homeNews-trigger{
    display: flex;
    flex-wrap:nowrap;
    padding-bottom: 0;
    padding-left: 5%;
    margin-bottom: 25px;
    overflow: auto;
  }
  .homeNews-trigger li{
    background-color: #fff;
    padding: 0.8em 1.2em;
    min-width: initial;
    width: auto;
    white-space: nowrap;
    margin-right: 5px;
    margin-bottom: 0;
    font-feature-settings: "palt";
    cursor: pointer;
    transition: 0.2s;
  }
  .homeNews-trigger li:hover,
  .homeNews-trigger li.is-active{
    background-color: #222;
    color: #fff;
  }

  .homeNews-content{
    position: relative;
  }

  .homeNews-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    width:100vw;
  }
  .homeNews-list li {
    width: auto;
    margin-left: 0;
    margin-bottom: 0;
  }
  .homeNews-list a {
    display: block;
    width: 240px;
    margin: 0 5px;
    height: 100%;
    background-color: #fff;
  }
  .homeNews-list a:hover {
    background-color: #fff;
    color: #222;
  }


  .homeNews-list-inner {
    padding: 0 15px 30px 18px;
  }
  .homeNews-list-cat {
    font-size: 85%;
  }
  .homeNews-list-time {
    font-size: 85%;
    margin-top: -6px;
  }
  .homeNews-list-title {
    padding-top: 8px;
    font-size: 100%;
    line-height: 1.5;
  }

  .homeNews-link{
    position: static;
    text-align: center;
    padding-top: 40px;
  }


  /*
  slick
  */

  .homeNews .slick-next,
  .homeNews .slick-prev{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 48px;
    margin-top: -30px;
    padding: 14px;
    z-index: 99;
    cursor: pointer;
    background-color: #222;
  }

  .homeNews .slick-next{
    right: 0;
  }
  .homeNews .slick-prev{
    left: 0;
    text-align: right;
  }
  .homeNews .slick-next img,
  .homeNews .slick-prev img{
    width: 18px;
    transition: 0.4s;
    position: relative;
    left: 0;
  }
  .homeNews .slick-prev img{
    transform: rotate(180deg);
  }
  .homeNews .slick-prev:hover img{
    left: -8px;
  }
  .homeNews .slick-next:hover img{
    left: 8px;
  }

  .homeNews .slick-next{
    transform: scale(0.7);
    transform-origin: right;
  }
  .homeNews .slick-prev{
    transform: scale(0.7);
    transform-origin: left;
  }

  .homeNews-sns {
    position: static;
    text-align: center;
    margin-top: 30px;
    padding: 0 5%;
    justify-content: center;
  }
  .homeNews-sns a{
    width: 50%;
    max-width: 200px;
    font-size: 100%;
    padding: 0.8em 1em;
    border-radius: 5px;
  }

}


/***********
homeAbout
************/

.homeAbout{
  position: relative;
  display: flex;
  align-items: flex-start;
}

.homeAbout::before{
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: linear-gradient(to bottom, #2AB1AE 0%, #00A6D7 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.homeAbout-inner {
  width: 58%;
  display: flex;
  justify-content: flex-end;
  padding: 100px 0;
}
.homeAbout-img{
  flex: 1;
  background-position: center center;
  background-size: cover;
}
.homeAbout-img > img{
}
.homeAbout-box {
  max-width: 810px;
  padding-right: 10%;
  padding-left: 60px;
}
.homeAbout-read-text {
  color: #28B0AF;
  font-size: 130%;
  font-weight: 600;
  padding-bottom: 20px;
  line-height: 1.8;
}
.homeAbout-text {
  font-size: 108%;
  line-height: 2.2;
}
.homeAbout-link {
  padding-top: 100px;
  padding-bottom: 60px;
}


.homeAbout-movie {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.homeAbout-movie-video {
  width: 48%;
  position: relative;
}
.homeAbout-movie-video a {
  display: block;
  position: relative;
}
.homeAbout-movie-video a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  transition: 0.3s;
}
.homeAbout-movie-video a::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-left: -24px;
  background: url(../../img/icon/play.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}
.homeAbout-movie-video a:hover::before {
  opacity: 0.5;
}
.homeAbout-movie-inner {
  width: 45%;
  padding-bottom: 30px;
  border-bottom: 1px solid #aaa;
}

.homeAbout-movie-subTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 200%;
  color: #2ab1ae;
}
.homeAbout-movie-title {
  font-size: 108%;
  font-weight: normal;
  padding-top: 0.5em;
}


@media screen and (max-width:834px) {

  .homeAbout{
    display: block;
  }

  .homeAbout::before{
    display: none;
  }

  .homeAbout-inner {
    width: auto;
    display: block;
    padding: 60px 5%;
  }
  .homeAbout-img{
  }
  .homeAbout-img > img{
    width: 100%;
    height: 60vmin;
    object-fit: cover;
  }
  .homeAbout-box {
    padding-right: 0;
    padding-left: 0;
  }

  .homeAbout-text {
    font-size: 100%;
    line-height: 1.8;
  }
  .homeAbout-link {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
  }

  .homeAbout-movie {
    display: block;
    justify-content: space-between;
    align-items: flex-end;
  }
  .homeAbout-movie-video {
    width: auto;
    max-width: 480px;
    margin: 0 auto;
  }
  .homeAbout-movie-inner {
    width: auto;
    padding-bottom: 30px;
    border-bottom: none;
  }

  .homeAbout-movie-subTitle {
    font-size: 170%;
  }
  .homeAbout-movie-title {
    font-size: 93%;
  }

}
/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
