@charset "UTF-8";
/* ----------------------------------------------------------------
	#about
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
	#mainVisual
---------------------------------------------------------------- */
#mainVisual {
  z-index: 100;
  width: 100%;
  height: auto;
  background: #000;
  padding-top: 80px;
  padding-bottom: 0;
  animation-name:fadeInAnime01;
  animation-duration:3s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime01{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mainVisual .mvWrapper {
  width: 800px;
  margin: 0 auto;
}
#mainVisual .mvWrapper .mvImage {
  height: 960px;
  background: linear-gradient(to bottom, transparent 53%, #000) ,url(../images/index/kv_bg.jpg);
  background-position: center 20%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
#mainVisual .mvWrapper .mvImage div {
  margin: 0 auto;
}
#mainVisual .mvWrapper .mvImage div img {
  width: 100%;
}
#mainVisual .mvWrapper .mvImage .mvLusterLogo {
  width: 591px;
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  animation-name:fadeInAnime02;
  animation-duration:4s;
  animation-fill-mode:forwards;
  opacity:0;
}
@keyframes fadeInAnime02{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#mainVisual .mvWrapper .mvImage .mvTextColor {
  width: 387px;
  margin-top: 751px;
  margin-bottom: 44px;
}
#mainVisual .mvWrapper .mvImage .mvTextDate {
  width: 356px;
  margin-bottom: 4vh;
}
#mainVisual .mvWrapper .mvImage .mvTextLogo {
  width: 168px;
  margin-bottom: 98px;
}
#mainVisual .mvWrapper .mvLead {
  background-color: #000;
  margin: 60px auto 30px;
}
#mainVisual .mvWrapper .mvLead .mvLeadText {
  text-align: center;
  width: 100%;
  text-align: center;
  line-height: 1.93;
  font-size: 26px;
  padding-bottom: 32px;
}
.aboutContent {
  margin-top: -64px;
}

/* ----------------------------------------------------------------
  main lead
---------------------------------------------------------------- */
#aboutInr {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
#aboutInr h2 {
  padding-top: min(7.67vw,92px);
  text-align: center;
  font-size: min(5.83vw,70px);
  margin-bottom: min(6.67vw,80px);
}
#aboutInr ul.lead {
  width: 100%;
}
#aboutInr ul.lead li {
  width: 100%;
  text-align: center;
  line-height: 1.93;
  font-size: min(2.33vw,28px);
  padding-bottom: min(4vw,48px);
}
#aboutInr a.aboutBtn01 {
  display: block;
  width: min(55.33vw,664px);
  margin: min(3.33vw,40px) auto 0;
}
#aboutInr a.aboutBtn01:hover {
  opacity: 0;
}

#aboutInr h3.logo {
  width: min(42.17vw,506px);
  margin: min(11vw,132px) auto 0;
}
#aboutInr ul.lead02 {
  position: relative;
  width: min(66.67vw,800px);
  margin: min(4.17vw,50px) auto min(8.33vw,100px);
  padding-top: min(4.17vw,50px);
}
#aboutInr ul.lead02::before,
#aboutInr ul.lead02::after {
  content: "";
  display: block;
  position: absolute;
  width: min(41.5vw,498px);
  height: min(0.25vw,3px);
  margin-left: min(12.58vw,151px);
  background: #fff;
}
#aboutInr ul.lead02::before {
  top: 0;
}
#aboutInr ul.lead02::after {
  bottom: 0;
}
#aboutInr ul.lead02 li {
  width: 100%;
  text-align: center;
  line-height: 1.76;
  font-size: min(2.83vw,34px);
  font-weight: 700;
  padding-bottom: min(4vw,48px);
}
#aboutInr ul.lead02 li:nth-last-child(-n+2) {
  font-family: aviano-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: min(5.33vw,64px);
  line-height: 1.1;
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #aboutInr {
    max-width: inherit;
    width: 100%;
    padding: 10.67vw 5.73vw 0;
  }
  #aboutInr h2 {
    font-size: 9.33vw;
    margin-bottom: 10.67vw;
  }
  #aboutInr ul.lead li {
    font-size: 3.73vw;
    padding-bottom: 5.33vw;
  }
  #aboutInr a.aboutBtn01 {
    width: 100%;
    margin: 5.33vw auto 0;
  }
  #aboutInr h3.logo {
    width: 67.47vw;
    margin: 17.6vw auto 0;
  }
  #aboutInr ul.lead02 {
    width: 100%;
    margin: 6.67vw auto 16vw;
    padding-top: 6.67vw;
  }
  #aboutInr ul.lead02::before,
  #aboutInr ul.lead02::after {
    width: 66.4vw;
    height: 0.4vw;
    margin-left: 11.07vw;
  }
  #aboutInr ul.lead02 li {
    font-size: 4.53vw;
    padding-bottom: 5.33vw;
  }
  #aboutInr ul.lead02 li:nth-last-child(-n+2) {
    font-size: 8.53vw;
  }
}/* Smartphone End */


/* ----------------------------------------------------------------
  LUSTER HISTORY / #history
---------------------------------------------------------------- */
#aboutInr #history h2 {
  text-align: center;
  font-size: min(5.83vw,70px);
  margin-bottom: min(3.33vw,40px);
}
#aboutInr #history .yearNavi {
  width: 100%;
  padding: min(4.17vw,50px) 0 min(4.17vw,50px);
  background: #000;
  background: linear-gradient(rgba(0,0,0,1) 80%,rgba(0,0,0,0));
  position: sticky;
  top: 50px;
  z-index: 10;
}
#aboutInr #history .yearNavi ul.year {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(66.67vw,800px);
	margin: 0 auto;
}
#aboutInr #history .yearNavi ul.year li {
  width: 15%;
}
#aboutInr #history .yearNavi ul.year li a {
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 39px;
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
#aboutInr #history .yearNavi ul.year li a.link-current {
  border: 1px solid #fff;
}
#aboutInr #history section {
  width: min(66.67vw,800px);
  margin: -200px auto min(11.67vw,140px);
  padding: 200px 0 0;
  position: relative;
  z-index: 1;
}
#aboutInr #history #year2022 {
margin-bottom: 0;
}
#aboutInr #history h3 {
  text-align: center;
  font-size: min(5.42vw,65px);
  margin-bottom: min(4.17vw,50px);
}
#aboutInr #history ul.date_place {
  width: 100%;
  border: 2px solid #fff;
  margin-bottom: min(5vw,60px);
}
#aboutInr #history ul.date_place li {
  background: #333;
  width: 100%;
  height: min(6.67vw,80px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(3.08vw,37px);
}
#aboutInr #history ul.date_place li:nth-child(2) {
  background: #fff;
  color: #000;
}
#aboutInr #history h4 {
  text-align: center;
  font-size: min(2.5vw,30px);
  line-height: 1.87;
  margin-bottom: min(5vw,60px);
}
#aboutInr #history .movie_youtube {
  width: 100%;
  margin-bottom: min(6vw,72px);
}
#aboutInr #history .movie_youtube .youtubeTitle {
  text-align: center;
  font-size: min(3.67vw,44px);
  padding-bottom: min(2.33vw,28px);
}
#aboutInr #history .movie_youtube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#aboutInr #history .movie_youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#aboutInr #history ul.gallery-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 80px;
}
#aboutInr #history ul.gallery-list li {
  width: 48.75%;
  margin: 0 2.5% min(1.67vw,20px) 0;
}
#aboutInr #history ul.gallery-list li:nth-child(2n) {
  margin: 0 0 min(1.67vw,20px) 0;
}
#aboutInr #history .images-index-linkWrapper {
  width: 450px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transition: all .5s ease;
  background-color: #fff;
}
#aboutInr #history .images-index-linkWrapper:hover {
  opacity: .5;
  transition: all .5s ease;
}
#aboutInr #history .images-index-link {
  width: 450px;
  padding: 30px;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: bold;
  line-height: .8;
}
#aboutInr #history .images-index-link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: relative;
  margin-left: 10px;
}
.modaal-close:after, .modaal-close:before {
  width: 1px;
}
.modaal-close:focus, .modaal-close:hover {
  background: none;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modaal-gallery-control:after, .modaal-gallery-control:before {
  top: 18px;
  width: 1px;
  height: 14px;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: 0;
    background: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1140px) {
  .modaal-gallery-control {
    bottom: -60px;
  }
  .modaal-gallery-next {
    right: 0;
  }
  .modaal-gallery-prev {
    left: 0;
  }
}

/* tablet
------------------------------------- */
@media (min-width: 768px) and (max-width:799px) {
  #mainVisual .mvWrapper {
    width: 100%;
    margin: 0 auto;
  }
  #mainVisual .mvWrapper .mvImage {
    height: calc(144vw - 80px);
    background: linear-gradient(to bottom, transparent 53%, #000) ,url(../images/index/kv_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainVisual .mvWrapper .mvImage .mvLusterLogo {
    width: 75vw;
    position: absolute;
    top: 7vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #mainVisual .mvWrapper .mvImage .mvTextColor {
    width: 56vw;
    margin-top: 81vw;
    margin-bottom: 7vw;
  }
  #mainVisual .mvWrapper .mvImage .mvTextDate {
    width: 52vw;
    margin-bottom: 6vw;
  }
  #mainVisual .mvWrapper .mvImage .mvTextLogo {
    width: 22vw;
    margin-bottom: 9vw;
  }
  #mainVisual .mvWrapper .mvLead {
    margin: 0 auto 4vw;
  }
  #mainVisual .mvWrapper .mvLead .mvLeadText {
    font-size: 3.2vw;
    padding-bottom: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  #aboutInr #history .images-index-linkWrapper {
    width: 48vw;
  }
  #aboutInr #history .images-index-link {
    width: 48vw;
    padding: 3vw;
    font-size: 2.6vw;
    line-height: normal;
  }
  #aboutInr #history .images-index-link::after {
    width: 1.8vw;
    height: 1.8vw;
    margin-left: 1.5vw;
  }
}

/* Smartphone
------------------------------------- */
@media print,screen and (max-width: 767px) {
  #mainVisual {
    padding-top: 85px;
    padding-bottom: 20vw;
  }
  #mainVisual .mvWrapper {
    width: 100%;
  }
  #mainVisual .mvWrapper .mvImage {
    height: calc(164vw - 80px);
    background: linear-gradient(to bottom, transparent 53%, #000) ,url(../images/index/kv_bg.jpg);
    background-position: center 107%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainVisual .mvWrapper .mvImage .mvLusterLogo {
    width: 73vw;
    position: absolute;
    top: 10vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #mainVisual .mvWrapper .mvImage .mvTextColor {
    width: 61vw;
    margin-top: 79vw;
    margin-bottom: 7vw;
  }
  #mainVisual .mvWrapper .mvImage .mvTextDate {
    width: 55vw;
    margin-bottom: 5vw;
  }
  #mainVisual .mvWrapper .mvImage .mvTextLogo {
    width: 26vw;
    margin-bottom: 9vw;
  }
  #mainVisual .mvWrapper .mvLead {
    margin: 0 auto 7vw;
  }
  #mainVisual .mvWrapper .mvLead .mvLeadText {
    font-size: 4.3vw;
    padding-bottom: 5vw;
  }
  .aboutContent {
    margin-top: -48vw;
  }
  #aboutInr #history {
    margin-top: 12vw;
  }
  #aboutInr #history h2 {
    font-size: 9.33vw;
    margin-bottom: 5.33vw;
  }
  #aboutInr #history .yearNavi {
    padding: 5.33vw 0 5.33vw;
    top: 12.8205128205vw;
  }
  #aboutInr #history .yearNavi ul.year {
    width: 88.53vw;
  }
  #aboutInr #history .yearNavi ul.year li a {
    height: 13.07vw;
    font-size: 4.5vw;
  }
  #aboutInr #history section {
    width: 88.53vw;
    margin: -24vw auto 16vw;
    padding: 24vw 0 0;
  }
  #aboutInr #history h3 {
    font-size: 8vw;
    margin-bottom: 5.33vw;
  }
  #aboutInr #history ul.date_place {
    border: 1px solid #fff;
    margin-bottom: 6.67vw;
  }
  #aboutInr #history ul.date_place li {
    height: 9.33vw;
    font-size: 4.13vw;
  }
  #aboutInr #history h4 {
    font-size: 3.73vw;
    line-height: 1.93;
    margin-bottom: 6.67vw;
  }
  #aboutInr #history .movie_youtube {
    margin-bottom: 5.87vw;
  }
  #aboutInr #history .movie_youtube .youtubeTitle {
    font-size: 4.8vw;
    padding-bottom: 4vw;
  }
  #aboutInr #history ul.gallery-list {
    margin-bottom: 16vw;
  }
  #aboutInr #history ul.gallery-list li {
    margin: 0 2.5% 2.13vw 0;
  }
  #aboutInr #history ul.gallery-list li:nth-child(2n) {
    margin: 0 0 2.13vw 0;
  }
  #aboutInr #history .images-index-linkWrapper {
    width: 100%;
  }
  #aboutInr #history .images-index-linkWrapper .images-index-link {
    width: 100%;
    padding: 3.5vw 4vw;
    font-size: 5vw;
    line-height: 1.8;
  }
  #aboutInr #history .images-index-link::after {
    width: 3vw;
    height: 3vw;
    margin-left: 4vw;
    transform: rotate(45deg);
  }
}/* Smartphone End */