.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 2000;
}

.btn_area {
  max-width: 850px;
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 50px 35px 35px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .btn_area {
    width: 90%;
    padding: 20px;
  }
}
.btn_area .close {
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}

.btn_area ul li {
  margin-bottom: 10px;
  text-align: center;
}

.btn_area ul li:last-child {
  margin-bottom: 0;
}

.btn_area ul li a {
  display: block;
}

#HISTORY-TOP {
  background-image: url(/asset/img/index/about/bg_blur.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 160px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  #HISTORY-TOP {
    margin-bottom: 16vw;
  }
}
@media (max-width: 640px) {
  #HISTORY-TOP {
    margin-bottom: 25vw;
  }
}
#HISTORY-TOP .l-contwrap {
  padding: 123px 0 80px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  #HISTORY-TOP .l-contwrap {
    padding-top: 16vw;
  }
}
@media (max-width: 640px) {
  #HISTORY-TOP .l-contwrap {
    padding-top: 25vw;
  }
}
.about-katsuoji_textwrap {
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media all and (-ms-high-contrast: none) {
  .about-katsuoji_textwrap {
    height: 33em;
  }
}
.about-katsuoji_textwrap .ttl-about-katsuoji {
  font-size: 30px;
  font-size: 30rem;
  font-weight: 400;
  margin-left: 1.4em;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .about-katsuoji_textwrap .ttl-about-katsuoji {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 640px) {
  .about-katsuoji_textwrap .ttl-about-katsuoji {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .about-katsuoji_textwrap .ttl-about-katsuoji {
    font-size: 30px;
  }
}
@media print {
  .about-katsuoji_textwrap .ttl-about-katsuoji {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .about-katsuoji_textwrap .ttl-about-katsuoji {
    margin-left: 0;
    margin-bottom: 1em;
    text-align: center;
    font-weight: 600;
  }
}
.about-katsuoji_textwrap .text-about-katsuoji {
  font-size: 16px;
  font-size: 16rem;
  font-weight: 600;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .about-katsuoji_textwrap .text-about-katsuoji {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .about-katsuoji_textwrap .text-about-katsuoji {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .about-katsuoji_textwrap .text-about-katsuoji {
    font-size: 16px;
  }
}
@media print {
  .about-katsuoji_textwrap .text-about-katsuoji {
    font-size: 16px;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .about-katsuoji_textwrap .text-about-katsuoji {
    font-size: 2.1vw;
  }
}
@media screen and (orientation: portrait) {
  .about-katsuoji_textwrap .text-about-katsuoji {
    height: auto;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .about-katsuoji_textwrap .text-about-katsuoji {
    height: 67vw;
  }
}
@media (max-width: 640px) {
  .about-katsuoji_textwrap .text-about-katsuoji {
    font-size: 3.8vw;
    font-weight: 600;
    line-height: 1.8;
  }
}
.bracketBtn-about-katsuoji {
  margin: 4.6% auto 0;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .bracketBtn-about-katsuoji {
    margin: 8.5vw auto 0;
  }
}
@media (max-width: 640px) {
  .bracketBtn-about-katsuoji {
    margin: 16vw auto 0;
  }
}
.bg-history {
  width: 100%;
  height: 100%;
  background-image: url(/asset/img/index/about/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.w50Lists {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.w50Lists .w50List {
  width: 50%;
  height: 400px;
}

@media (min-width: 641px) and (max-width: 1366px) {
  .w50Lists .w50List {
    height: 29.3vw;
  }
}
@media (max-width: 640px) {
  .w50Lists .w50List {
    height: 66vw;
    width: 100%;
  }
}
@media (min-width: 641px) {
  .w50Lists .w50List:nth-child(n+3) {
    border-top: 2px solid #fff;
  }
}
@media (max-width: 640px) {
  .w50Lists .w50List:nth-child(n+2) {
    border-top: 2px solid #fff;
  }
}
@media (min-width: 641px) {
  .w50Lists .w50List:nth-of-type(even) {
    position: relative;
  }
  .w50Lists .w50List:nth-of-type(even):before {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}
.about-katsuojiList-ttl {
  font-size: 30px;
  font-size: 30rem;
  font-weight: 400;
  position: relative;
  margin-bottom: 2.8em;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}

@media screen and (max-width: 640px) {
  .about-katsuojiList-ttl {
    font-size: 7.5vw;
  }
}
@media screen and (min-width: 640px) {
  .about-katsuojiList-ttl {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1000px) {
  .about-katsuojiList-ttl {
    font-size: 30px;
  }
}
@media print {
  .about-katsuojiList-ttl {
    font-size: 30px;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .about-katsuojiList-ttl {
    text-shadow: 0 0 30px #000, 0 0 30px #000;
  }
}
@media (max-width: 640px) {
  .about-katsuojiList-ttl {
    text-shadow: 0 0 30px #000, 0 0 30px #000;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .about-katsuojiList-ttl {
    font-weight: 600;
  }
}
@media (max-width: 640px) {
  .about-katsuojiList-ttl {
    margin-bottom: 12vw;
    font-weight: 400;
    font-size: 7vw;
  }
}
.about-katsuojiList-ttl:before {
  content: "";
  width: 0.9em;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: -1.2em;
  right: 0;
  left: 0;
  margin: auto;
}

@media (max-width: 640px) {
  .about-katsuojiList-ttl:before {
    bottom: -6vw;
    width: 0.8em;
  }
}
.about-katsuojiList-text {
  font-size: 16px;
  font-size: 16rem;
  letter-spacing: 0.01em;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 3.8em;
  font-weight: 600;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}

@media screen and (max-width: 640px) {
  .about-katsuojiList-text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .about-katsuojiList-text {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .about-katsuojiList-text {
    font-size: 16px;
  }
}
@media print {
  .about-katsuojiList-text {
    font-size: 16px;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .about-katsuojiList-text {
    text-shadow: 0 0 30px #000, 0 0 30px #000;
  }
}
@media (max-width: 640px) {
  .about-katsuojiList-text {
    text-shadow: 0 0 30px #000, 0 0 30px #000;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .about-katsuojiList-text {
    font-size: 2.1vw;
  }
}
@media (max-width: 640px) {
  .about-katsuojiList-text {
    font-weight: 600;
    margin-bottom: 9vw;
  }
}
.about-katsuojiList-more {
  font-weight: 600;
  font-size: 16px;
  font-size: 16rem;
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}

@media screen and (max-width: 640px) {
  .about-katsuojiList-more {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .about-katsuojiList-more {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .about-katsuojiList-more {
    font-size: 16px;
  }
}
@media print {
  .about-katsuojiList-more {
    font-size: 16px;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .about-katsuojiList-more {
    text-shadow: 0 0 30px #000, 0 0 30px #000;
  }
}
@media (max-width: 640px) {
  .about-katsuojiList-more {
    text-shadow: 0 0 30px #000, 0 0 30px #000;
  }
}
@media (max-width: 640px) {
  .about-katsuojiList-more {
    font-weight: 400;
  }
}
.about-katsuojiList-link:hover .about-katsuojiList-more {
  letter-spacing: 0.3em;
}

.about-katsuojiList-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  overflow: hidden;
}

.about-katsuojiList-link:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media (max-width: 640px) {
  .about-katsuojiList-link:before {
    opacity: 0;
  }
}
.about-katsuojiList-link-daruma {
  background-image: url(/asset/img/index/about/daruma_blur.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .about-katsuojiList-link-daruma {
    background-image: url(/asset/img/index/about/daruma.png);
  }
}
.about-katsuojiList-link-daruma:before {
  background-image: url(/asset/img/index/about/daruma.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-katsuojiList-link-jyoujyu {
  background-image: url(/asset/img/index/about/jyoujyu_blur.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .about-katsuojiList-link-jyoujyu {
    background-image: url(/asset/img/index/about/jyoujyu.png);
  }
}
.about-katsuojiList-link-jyoujyu:before {
  background-image: url(/asset/img/index/about/jyoujyu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-katsuojiList-link-kigan {
  background-image: url(/asset/img/index/about/kigan_blur.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .about-katsuojiList-link-kigan {
    background-image: url(/asset/img/index/about/kigan.png);
  }
}
.about-katsuojiList-link-kigan:before {
  background-image: url(/asset/img/index/about/kigan.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-katsuojiList-link-guide {
  background-image: url(/asset/img/index/about/guide_blur.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .about-katsuojiList-link-guide {
    background-image: url(/asset/img/index/about/guide.png);
  }
}
.about-katsuojiList-link-guide:before {
  background-image: url(/asset/img/index/about/guide.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-katsuojiList-link:hover:before {
  opacity: 0;
}

.about-katsuojiList-link:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/asset/img/index/about/w50list_brackets.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 1s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scaleX(1.2) scaleY(1.3);
  transform: scaleX(1.2) scaleY(1.3);
}

.about-katsuojiList-link:hover:after {
  -webkit-transform: scaleX(0.99) scaleY(0.9);
  transform: scaleX(0.99) scaleY(0.9);
}

@media (max-width: 1500px) {
  .about-katsuojiList-link:hover:after {
    -webkit-transform: scaleX(0.91) scaleY(0.9);
    transform: scaleX(0.91) scaleY(0.9);
  }
}
@media (max-width: 640px) {
  .about-katsuojiList-link:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/asset/img/index/about/w50list_brackets.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.435, 0.99);
    transition: all 1s cubic-bezier(0.19, 1, 0.435, 0.99);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scaleX(0.95) scaleY(0.98);
    transform: scaleX(0.95) scaleY(0.98);
  }
}
.zoomAnimation-image {
  position: absolute;
  height: auto;
  width: auto;
  min-height: 500%;
  min-width: 500%;
  -webkit-transform: translate(-50%, -50%) scale(0.2);
  transform: translate(-50%, -50%) scale(0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
  top: 50%;
  left: 50%;
  z-index: 2;
}

.zoomAnimation-image {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.435, 0.99);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media (min-width: 641px) {
  .zoomAnimation:hover .zoomAnimation-image {
    -webkit-transform: translate(-50%, -50%) scale(0.22);
    transform: translate(-50%, -50%) scale(0.22);
  }
  .zoomAnimation:hover .article-more {
    letter-spacing: 0.3em;
  }
}
.w25List {
  width: 100%;
}

@media (max-width: 640px) {
  .w25List + .w25List {
    margin-top: 8vw;
  }
}
#GUIDE-TOP.l-contwrap {
  padding-bottom: 160px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  #GUIDE-TOP.l-contwrap {
    padding-bottom: 16vw;
  }
}
@media (max-width: 640px) {
  #GUIDE-TOP.l-contwrap {
    padding-bottom: 25vw;
  }
}
#new-bg {
  background-image: url(/asset/img/index/news/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  margin-bottom: 160px;
  padding-bottom: 200px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  #new-bg {
    margin-bottom: 16vw;
  }
}
@media (max-width: 640px) {
  #new-bg {
    margin-bottom: 25vw;
    padding-bottom: 100px;
  }
}
@media (max-width: 640px) {
  #new-bg {
    background-position: 82% 100%;
    background-size: 180%;
  }
}
#NEWS-TOP {
  margin-bottom: 140px;
}

#NEWS-TOP .l-contwrap {
  padding-bottom: 160px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  #NEWS-TOP .l-contwrap {
    padding-bottom: 16vw;
  }
}
@media (max-width: 640px) {
  #NEWS-TOP .l-contwrap {
    padding-bottom: 25vw;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
#NEWS-TOP .bracketBtn-news-katsuoji {
  margin: 4.6% auto 0;
}

@media (min-width: 641px) and (max-width: 1000px) {
  #NEWS-TOP .bracketBtn-news-katsuoji {
    margin: 8.5vw auto 0;
  }
}
@media (max-width: 640px) {
  #NEWS-TOP .bracketBtn-news-katsuoji {
    margin: 16vw auto 0;
  }
}
.newsLists {
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .newsLists {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .newsLists {
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
}
.newsList_link:hover {
  opacity: 1;
}

.news-wrap {
  padding-top: 165px;
  margin-bottom: 160px;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .news-wrap {
    margin-bottom: 16vw;
  }
}
@media (max-width: 640px) {
  .news-wrap {
    margin-bottom: 25vw;
  }
}
@media (min-width: 641px) and (max-width: 1000px) {
  .news-wrap {
    padding-top: 16.6vw;
  }
}
@media (max-width: 640px) {
  .news-wrap {
    padding-top: 21vw;
  }
}
.tableblock {
  text-align: left;
  width: 100%;
  border-collapse: separate;
  padding: 1.4em 0 1.4em;
  font-size: 16px;
  font-size: 16rem;
  border-bottom: 2px solid #999;
}

@media screen and (max-width: 640px) {
  .tableblock {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .tableblock {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .tableblock {
    font-size: 16px;
  }
}
@media print {
  .tableblock {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .tableblock {
    padding: 2em 0 1.2em;
  }
  .tableblock .tableblock {
    padding: 3vw 1.3vw;
  }
}
.newsList:first-child .tableblock {
  padding-top: 0;
}

.tableblock_day {
  font-weight: 400;
  text-align: left;
  font-size: 16px;
  font-size: 16rem;
  width: 5em;
}

@media screen and (max-width: 640px) {
  .tableblock_day {
    font-size: 4vw;
  }
}
@media screen and (min-width: 640px) {
  .tableblock_day {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .tableblock_day {
    font-size: 16px;
  }
}
@media print {
  .tableblock_day {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .tableblock_day {
    display: inline-block;
  }
}
.tableblock_label {
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  padding: 0 0.3em;
  margin: 0 2.6em;
  font-size: 14px;
  font-size: 14rem;
  color: #7d0022;
  border: 1px solid #7d0022;
  width: 8em;
}

@media screen and (max-width: 640px) {
  .tableblock_label {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 640px) {
  .tableblock_label {
    font-size: 1.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .tableblock_label {
    font-size: 14px;
  }
}
@media print {
  .tableblock_label {
    font-size: 14px;
  }
}
.tableblock_txt {
  line-height: 1.9;
  max-width: 31em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
}

@media (max-width: 640px) {
  .tableblock_txt {
    font-size: 3.5vw;
    max-width: 83vw;
    display: block;
    margin-top: 1em;
  }
}
.tableblock_txtwrap {
  overflow: hidden;
  width: 100%;
}

.access_map {
  width: 63.4%;
  height: 480px;
  margin-right: 5%;
}

@media (min-width: 641px) and (max-width: 1000px) {
  .access_map {
    height: 43vw;
  }
}
@media (max-width: 640px) {
  .access_map {
    height: 78vw;
    width: 101vw;
    margin-left: -5vw;
  }
}
.access_content {
  margin-top: 7.5%;
}

@media (min-width: 641px) {
  .access_content .section-ttl {
    text-align: left;
  }
}
.access_content .section-ttl:before {
  right: auto;
  left: 0;
}

.access_content .access_text {
  line-height: 1.9;
  letter-spacing: 0.08em;
}

@media (max-width: 640px) {
  .access_content .access_text {
    font-size: 3.8vw;
    font-weight: 400;
  }
}
@media (max-width: 640px) {
  .accessWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.access_telLink {
  display: inline;
}

.bracketBtn-access {
  margin-top: 23%;
}

@media (max-width: 640px) {
  .bracketBtn-access {
    margin: 15% auto 0;
  }
}
@media (max-width: 640px) {
  #ACCESS-TOP {
    margin-bottom: 25vw;
  }
}
.hero {
  height: 100vh;
}
@media screen and (max-width: 640px) {
  .hero {
    height: 400px;
  }
}

.hero-inner {
  position: relative;
  height: 100%;
}

.hero-slide {
  height: 100%;
}
.hero-slide .slick-list {
  position: relative;
  height: 100%;
}
.hero-slide .slick-list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  .hero-slide .slick-list .slick-track {
    height: 400px;
  }
}

.hero-visual {
  margin: 0 !important;
  display: none;
  position: relative;
}
@media screen and (min-width: 641px) {
  .hero-visual {
    height: 100vh !important;
  }
}
@media screen and (max-width: 640px) {
  .hero-visual {
    height: 400px;
  }
}
.mv-start .hero-visual {
  display: block;
}
.hero-visual.hero-visual-1 {
  background: url("../img/index/mv/mv_slide1_pc.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-visual.hero-visual-1 {
    background: url("../img/index/mv/mv_slide1_sp.jpg") no-repeat center;
    height: 400px;
    background-size: 100%;
    background-size: cover;
  }
}
.hero-visual.hero-visual-2 {
  background: url("../img/index/mv/mv_slide2_pc.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-visual.hero-visual-2 {
    background: url("../img/index/mv/mv_slide2_sp.jpg") no-repeat center;
    height: 400px;
    background-size: 100%;
    background-size: cover;
  }
}
.hero-visual.hero-visual-3 {
  background: url("../img/index/mv/mv_slide3_pc.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-visual.hero-visual-3 {
    background: url("../img/index/mv/mv_slide3_sp.jpg") no-repeat center;
    height: 400px;
    background-size: 100%;
    background-size: cover;
  }
}
.hero-visual.hero-visual-4 {
  background: url("../img/index/mv/mv_slide4_pc.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-visual.hero-visual-4 {
    background: url("../img/index/mv/mv_slide4_sp.jpg") no-repeat center;
    height: 400px;
    background-size: 100%;
    background-size: cover;
  }
}
.hero-visual.hero-visual-5 {
  background: url("../img/index/mv/mv_slide5_pc.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-visual.hero-visual-5 {
    background: url("../img/index/mv/mv_slide5_sp.jpg") no-repeat center;
    height: 400px;
    background-size: 100%;
    background-size: cover;
  }
}
.hero-visual.hero-visual-6 {
  background: url("../img/index/mv/mv_slide6_pc.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-visual.hero-visual-6 {
    background: url("../img/index/mv/mv_slide6_sp.jpg") no-repeat center;
    height: 400px;
    background-size: 100%;
    background-size: cover;
  }
}
.hero-visual.hero-visual-7 {
  background: url("../img/index/mv/mv_slide7_pc.jpg") no-repeat center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .hero-visual.hero-visual-7 {
    background: url("../img/index/mv/mv_slide7_sp.jpg") no-repeat center;
    height: 400px;
    background-size: 100%;
    background-size: cover;
  }
}

.hero-info {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1000;
}
.scroll-prevent .hero-info {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .hero-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .hero-info-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    position: absolute;
    /* left: 40px; */
    /* top: 60px; */
    top: 8%;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
    left: 50%;
    text-align: left;
  }
}
.hero-info-copy p {
  font-size: 3rem;
  color: #fff;
  line-height: 2.2;
  opacity: 0;
  visibility: hidden;
  text-shadow: 0px 0px 5px black;
  -webkit-animation: showCopy 2s ease-in-out forwards;
  animation: showCopy 2s ease-in-out forwards;
}

@media screen and (max-width: 1200px) {
  .hero-info-copy p {
    font-size: 3.9vw;
  }
}
@media screen and (max-width: 640px) {
  .hero-info-copy p {
    font-size: 6vw;
    height: 100%;
  }
  .hero-info-copy p:not(:last-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .hero-info-copy p {
    font-size: 16px;
  }
}
.hero-info-ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  right: 60px;
  bottom: 60px;
  max-width: 210px;
}

@media screen and (max-width: 640px) {
  .hero-info-ttl {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
    max-width: 150px;
  }
}
.hero-info-ttl img {
  width: 100%;
}

@-webkit-keyframes showCopy {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes showCopy {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  animation: hide 1s ease-in-out 5s forwards;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

@keyframes hide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}/*# sourceMappingURL=index.css.map */