@charset "UTF-8";
/* CSS Document */
.filter_topmv {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 444;
  top: 0;
  left: 0;
  background: url(../images/movie-filter.png) repeat;
}

.top_movie {
  padding-left: 230px;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.top_movie video {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 333;
}

.top_movie_txt {
  position: absolute;
  z-index: 444;
  top: 20%;
  left: 50%;
  margin-left: -336.5px;
  color: #fff;
  text-align: center;
  width: 825px;
}
.top_movie_txt .main_txt {
  width: 825px;
}
.top_movie_txt .main_txt img {
  width: 100%;
}
.top_movie_txt .main_btn {
  width: 294px;
  margin: auto;
  margin-top: 50px;
  display: block;
}
.top_movie_txt .main_btn:hover {
  opacity: 0.7;
}
.top_movie_txt .main_btn img {
  width: 100%;
}

.font_01 {
  font-family: 'Cabin', sans-serif;
  font-size: 13px;
  font-style: 1.3rem;
  letter-spacing: 0.1em;
}

.top_sc_btn {
  display: block;
  width: 85px;
  height: 85px;
  margin: auto;
  border-radius: 50%;
  margin-top: 15vh;
}
.top_sc_btn:hover {
  background: #000;
}
.top_sc_btn img {
  width: 100%;
}

/** topics style start**/
.top_title01 {
  font-family: 'Cabin', sans-serif;
  font-size: 32px;
  font-style: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.top_title01 span {
  margin-left: 20px;
  font-family: "Hiragino Kaku Gothic ProN", 游ゴシック体, 'Yu Gothic',Meiryo, sans-serif;
  font-size: 13px;
  font-style: 1.3rem;
  letter-spacing: 0em;
}

.box_titlebar h2 {
  float: left;
}
.box_titlebar .top_morebtn01 {
  float: left;
  margin-left: 30px;
}

.topics {
  width: 100%;
  padding-left: 50px;
}

.slider_wrap {
  width: 98%;
}

.topics h2 {
  margin-bottom: 20px;
}

.slider {
  width: 100% !important;
}

.slid_cont {
  margin: 0px 10px;
}

.slider img {
  width: 100%;
}

/** topics style end**/
/** news style start**/
.news {
  background: #eaeaea;
  margin-top: 80px;
  padding: 30px 50px 50px 50px;
}

.newslist {
  margin-top: 30px;
}
.newslist .day {
  color: #333;
  font-weight: 600;
  font-size: 12px;
  font-style: 1.2rem;
  display: inline-block;
  vertical-align: middle;
}
.newslist li {
  margin-top: 20px;
}

.tag01 {
  margin-left: 10px;
  font-size: 11px;
  font-style: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #1b3264;
}

.tag02 {
  margin-left: 10px;
  font-size: 11px;
  font-style: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #e65263;
}

.tag03 {
  margin-left: 10px;
  font-size: 11px;
  font-style: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #ec9d41;
}

.tag04 {
  margin-left: 10px;
  font-size: 11px;
  font-style: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #52b7e6;
}

.tag05 {
  margin-left: 10px;
  font-size: 11px;
  font-style: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #1b645e;
}

.tag06 {
  margin-left: 10px;
  font-size: 11px;
  font-style: 1.1rem;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  padding: 8px;
  color: #fff;
  text-align: center;
  background: #631b64;
}

.news_title {
  color: #333;
  margin-left: 10px;
  text-decoration: underline;
}

.box_titlebar .top_morebtn01 {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-style: 1.2rem;
  color: #000;
  width: 160px;
  text-align: center;
  letter-spacing: 0.1em;
}
.box_titlebar .top_morebtn01:hover {
  background: #000;
  color: #fff;
}
.box_titlebar .top_morebtn01:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.box_titlebar .top_morebtn01:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/** news style start**/
/** main_renovation style start**/
.main_renovation {
  margin: 80px 0px;
  padding: 0 50px;
}

.renovation01 {
  width: 100%;
  padding: 60px 0px;
  position: relative;
  background: url(../images/reno_01.png) no-repeat center center;
  background-size: cover;
}

.renovation02 {
  width: 100%;
  padding: 60px 0px;
  position: relative;
  background: url(../images/reno_02.png) no-repeat center center;
  background-size: cover;
}

.renovation01 + .renovation02 {
  margin-top: 50px;
}

.reno_about {
  width: 940px;
  margin: auto;
}

.reno_about_txt {
  float: left;
  padding: 80px 40px;
  width: 560px;
  height: 400px;
  text-align: center;
  background: rgba(46, 15, 86, 0.8);
}
.reno_about_txt h2 {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 40px;
  font-weight: 600;
  color: #fff;
}
.reno_about_txt p {
  font-weight: 500;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 50px;
  line-height: 2.8em;
}

.top_morebtn02 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-style: 1.2rem;
  color: #333;
  width: 260px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.renovation02 .reno_about_links {
  float: left;
}
.renovation02 .reno_about_txt {
  float: right;
}

.top_morebtn02:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_morebtn02:hover {
  background: #666;
  color: #fff;
}
.top_morebtn02:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.reno_about_links {
  margin-top: 60px;
  width: 340px;
  float: right;
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.reno_about_links li {
  overflow: hidden;
  margin-bottom: 10px;
}
.reno_about_links li a {
  -webkit-transition: 0s;
  transition: 0s;
  display: block;
  position: relative;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-size: 1.4rem;
}
.reno_about_links li a:hover {
  opacity: 1;
}
.reno_about_links img {
  vertical-align: bottom;
  width: 100%;
}

/** main_renovation style end **/
/** gallery style start **/
.gallery {
  margin: 80px 0px;
  padding: 50px 50px;
  background: #ececec;
  min-width: 1000px;
}
.gallery h2 {
  margin-bottom: 20px;
}

.top_basic_btns {
  letter-spacing: -0.4em;
}
.top_basic_btns li {
  letter-spacing: 0em;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  width: 50%;
}
.top_basic_btns li:nth-child(odd) {
  padding-right: 15px;
}
.top_basic_btns li:nth-child(even) {
  padding-left: 15px;
}
.top_basic_btns li a {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  height: 200px;
  color: #333;
  background: #efefef;
}
.top_basic_btns li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
.top_basic_btns li a:hover {
  opacity: 1;
  color: #fff;
  background: #4f4f4f;
}
.top_basic_btns li a:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.gallery_img {
  position: absolute;
  left: 0px;
  width: 60%;
  height: 100%;
  margin-right: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.top_basic_btns li a:hover .gallery_img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*ie6、7の透明度指定*/
  -ms-filter: "alpha(opacity=60)";
  /*ちなみにie8の透明度指定はこれ*/
}

.links_txt {
  display: inline-block;
  line-height: 1.5em;
  padding-top: 90px;
  padding-left: 65%;
}

.under_linklist {
  letter-spacing: -0.4em;
}
.under_linklist li {
  letter-spacing: 0em;
  margin-right: 2.5%;
  display: inline-block;
  vertical-align: top;
  width: 23%;
}
.under_linklist li:last-child {
  margin-right: 0px;
}
.under_linklist li a {
  color: #333;
  position: relative;
  background: #fff;
  display: block;
}
.under_linklist li a:after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 30px;
  right: 20px;
  margin-top: -5px;
}
.under_linklist li a:hover {
  color: #fff;
  opacity: 1;
  background: #4f4f4f;
  display: block;
}
.under_linklist li a:hover:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

.ga_linkbox {
  width: 100%;
  height: 320px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.under_linklist li a:hover .ga_linkbox {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /*ie6、7の透明度指定*/
  -ms-filter: "alpha(opacity=60)";
  /*ちなみにie8の透明度指定はこれ*/
}

.top_basic_btns li + li + li .links_txt {
  padding-top: 80px;
}

@media (max-width: 1480px) {
  .ga_linkbox {
    width: 100%;
    height: 230px;
  }
}
.ga_linktxt {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px;
}

/** gallery style end **/
/** company style start **/
.company {
  margin: 80px 0px;
  min-width: 1000px;
  padding: 0 50px;
}
.company .box_titlebar {
  margin-bottom: 20px;
}
.company .top_morebtn01 {
  border: 1px solid #666;
}

/** company style end **/
/** top_bottom_sns style start **/
.top_bottom_sns {
  padding: 20px 0px 20px 230px;
  width: 100%;
  text-align: center;
}
.top_bottom_sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
}
.top_bottom_sns li a {
  display: block;
  width: 42px;
}
.top_bottom_sns li a img {
  width: 100%;
}

/** top_bottom_sns style end **/
@media (max-width: 1380px) {
  .links_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .top_basic_btns li + li + li .links_txt {
    padding-top: 55px;
  }

  .reno_about {
    width: 780px;
  }

  .reno_about_txt {
    padding: 60px 20px;
    width: 460px;
  }

  .reno_about_links {
    width: 300px;
  }

  .renovation02 .reno_about_links {
    margin-left: 0px;
    margin-right: 15px;
  }

  .reno_about_txt p {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .top_basic_btns li a {
    height: 150px;
  }

  .gallery_img {
    width: 60%;
  }

  .links_txt {
    padding-top: 65px;
  }

  .news_title {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .ga_linkbox {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .ga_linktxt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
