@charset "UTF-8";
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.btn-more {
  display: block;
  padding: 6px 0;
  width: 165px;
  max-width: 100%;
  border-bottom: 1px solid #000;
  text-align: center;
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: .15em;
  color: #5a5a5a;
}
.btn-more:hover {
  color: #cfaa5a;
  border-color: #cfaa5a;
}


main .sec-title {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #5a5a5a;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: .2em;
}
main h3 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  padding-bottom: 15px;
  letter-spacing: .1em;
  line-height: 1.6em;
}
.sec-mg{
  margin-top: 170px;
  margin-bottom: 170px;
}



#concept {
  padding: 150px 0 70px;
  position: relative;
}
#concept .container{
  position: relative;
  z-index: 10;
}
#concept h2{
  font-size: 26px;
  letter-spacing: .3em;
  margin: 0 0 40px;
}
#concept p{
  margin-top: 40px;
  line-height: 2.6em;
  letter-spacing: .05em;
}



#recruit{
  background:url(../image/top_1912/bg_recruit.jpg) center;
  background-size: cover;
  padding: 170px 0;
}
#recruit .container{
  max-width: 1105px;
}
#recruit .sec-title{
  color: #fff;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}
#recruit .inner{
  position: relative;
  display: block;
}
#recruit .inner:before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0;
  z-index: 5;
  transition: .6s all;
  width: 100%;
  height: 100%;
}
#recruit .inner:hover:before{
  opacity: 0.6;
}
#recruit .inner img{
  opacity: 1!important;
  display: block;
}
#recruit .btn-more{
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
  border-color: #fff;
  z-index: 10;
}
#recruit .inner:hover .btn-more {
  color: #cfaa5a;
  border-color: #cfaa5a;
}

/*press*/

#press {
  overflow: hidden;
}
#press .row {
  margin: 0;
}
#press article .inner {
  width: 20%;
  float: left;
  position: relative;
  
  box-sizing: border-box;
  overflow: hidden;
}

#press figure {
  padding: 0 15%;
  border-right: 1px solid #ccc;
}
#press article:last-child figure{
  border: none;
}
#press .caption {
  padding: 20px 15%;
  font-size: 12px;
}
#press .btn-more{
  margin: 20px auto 0;
}

#movie {
  position: relative;
  overflow: hidden;
}
#movie .txt{
  background: #beb4b4;
  padding: 150px 15px 70px;
  width: 490px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-font-smoothing: antialiased;
  transition: 1s all;
}
#movie .txt .sec-title{
  color:  #fff;
  margin-bottom: 90px;
}
#movie .txt .btn-more{
  margin: auto;
  color: #fff;
  border-color: #fff;
}
#movie:hover .txt{
  background: #5a5a5a;
}
#movie:hover .txt .btn-more {
  color: #cfaa5a;
  border-color: #cfaa5a;
}
#movie figure{
  margin-top: 70px;
  position: relative;
  float: right;
  width: calc(100% - 420px);
  overflow: hidden;
}
#movie figure .bg{
  transition: 1s all;
}
#movie:hover figure .bg{
  transform: scale(1.1);
}
#movie figure .inner{
  position: relative;
}
#movie figure .icon{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}





/*パーツ 微調整*/

.btn {
  width: 160px;
}


/*style*/
#style_link {
  padding-bottom: 0;
}

/*インスタ*/
#insta {
  padding: 120px 0;
  position: relative;
  
}
#insta:after{
  content: "";
  display: block;
  position: absolute;
  background-color: #f5f0f0;
  z-index: -1;
  right: 0;
  left: 0;
  top: 0;
  width: 945px;
  height: 100%;
  margin: auto;
}
#insta h2{
  margin-bottom: 30px;
}
#insta .btn-more{
  margin: 20px auto 0;
}
.insta {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.insta li {
  list-style: none;
  padding: 0;
  width: 20%;
}
.insta li a {
  padding-top: 100%;
  box-sizing: border-box;
  position: relative;
  background: #eaeaea;
  overflow: hidden;
  display: block;
}
.insta li img {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}




@media (max-width:767px) {
.sec-mg{
  margin-top: 80px;
  margin-bottom: 80px;
}


  .hidden-xs {
    display: none;
  }
  .arrow-right:before {}

  /*リニューアル部分*/
  .mainImg-wrapper {
    position: relative;
    overflow: hidden;
  }
  .mainImg-wrapper #mainSlider {
    width: 100vw;
    height: 90vh;
  }
  .mainImg-wrapper #subSlider {
    width: 70%;
    margin: 0;
    background: #fff;
     height: 0;
  }
  .mainImg-wrapper #subSlider .slick-track{
    display: none;
  }
  .txt-box {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 40px 15px;
    width: 190px;
  }
  .mainImg-wrapper .txt-box .inner {
    line-height: 0;
  }
  .mainImg-wrapper .txt-box p {
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 1.6em;
    text-align: center;
  }
  .mainImg-wrapper .txt-box .btn-reserve {
    background: #beb4b4;
    display: none;
    width: 100%;
    color: #fff;
    padding: 15px;
    text-align: center;
  }
  .mainImg-wrapper .txt-box .btn-reserve span {
    display: block;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1em;
    font-family: 'Cinzel', serif;
    font-size: 18px;
  }
  .slick-slider {
    position: static;
  }
  .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    right: 20px;
    list-style: none;
    text-align: center;
    z-index: 9999;
  }
  .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 5px;
    pointer-events: none;
  }
  .slick-dots li button {
    width: 40px;
    height: 2px;
    background: #ccc;
    padding: 0;
  }
  .slick-dots li.slick-active button {
    background: #666;
  }
  .slick-dots li button:before {
    content: none;
  }

  h2.heading-font {
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 20px;
  }




  /*news ニュース*/

  #news  {
    padding: 25px 0;
  }
#news .inner dl {
  font-size: 13px;
  padding: 10px 0;
}
#news .inner dl dt {
  color: #b3b3b3;
  margin-bottom: 5px;
}
#news .inner dl dd{
  line-height: 1.8em;
}
#news .btn-more{
  display: none;
}

#concept {
  padding: 40px 0;
  position: relative;
}
#concept .container{
  position: relative;
  z-index: 10;
}
#concept h2{
  font-size: 20px;
  letter-spacing: .4em;
  margin: 0 0 25px;
  line-height: 1.8em;
}
#concept p{
  margin-top: 25px;
  font-size: 13px;
  line-height: 2.6em;
  letter-spacing: .05em;
}
#concept figure{
  margin-bottom: 40px; 
}

#contents .box{
  padding:80px 5%;
}
#contents .box .sec-title{
  margin-bottom: 30px;
}
#contents .box:nth-child(odd){
  background: #f5f0f0;
}
#contents .box figure{
  margin-bottom: 10px;
}
#contents .box .btn-more{
  margin: 20px auto 0;
}
#contents .box p{
  line-height: 1.8em;
  font-size: 12px;
}

#recruit{
  padding: 80px 0;
}
#recruit .sec-title{
  text-align: center;
  margin-bottom: 25px;
}
#recruit .inner{
  position: relative;
  margin: 0 -15px;
}
#recruit .btn-more{
  position: static;
  margin: 20px auto 0;
}


  /*press*/

  #press article .inner {
    width: 50%;
  }
  #press article:last-child{
    display: none;
  }
  #press figure {
    padding:0 10%;
  }
#press .caption {
  padding: 15px 10%;
  font-size: 10px;
  line-height: 1.8em;
}
#press .btn-more{
  margin: 20px auto 0;
}

#movie {
  position: relative;
}
#movie .txt{
  padding: 70px 15px;
  width: 270px;
  position: relative;
}
#movie .txt .sec-title{
  margin-bottom: 50px;
  font-size: 18px;
}
#movie .txt .btn-more{
  margin-top: calc(45vw + 90px);
}
#movie:hover .txt{
  background: #5a5a5a;
}
#movie:hover .txt .btn-more {
  color: #cfaa5a;
  border-color: #cfaa5a;
}
#movie figure{
  margin: 0;
  position: absolute;
  top: 140px;
  float: none;
  width: 100%;
}
#movie figure .inner{
  position: relative;
}


  /*インスタ*/
  #insta {
  padding: 80px 0;
}
#insta:after{
  width:80%;
}
.insta li {
  width: 33.3%;
}




}
@media (min-width:768px) {
main .container{
  padding-right: 80px;
  padding-left: 80px;
}
.visible-xs {
  display: none;
}

.mainImg-wrapper {
  width: 100%;
  height: 100vh;
}
.mainImg-wrapper #mainSlider {
  width: calc(100% - 470px);
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
.mainImg-wrapper #subSlider {
  width: 537px;
  float: right;
  margin-top: 100px;
}
.mainImg-wrapper #subSlider .col {
  overflow: hidden;
  height: 380px;
}
.mainImg-wrapper .txt-box {
  height: calc(100vh - 480px);
  width: 470px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.mainImg-wrapper .txt-box .inner {
  width: calc(100% - 60px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: .15em;
}
.mainImg-wrapper .txt-box .btn-reserve {
  background: #beb4b4;
  display: block;
  width: 60px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainImg-wrapper .txt-box .btn-reserve span {
  transform: rotate(90deg);
  display: block;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .1em;
  font-family: 'Cinzel', serif;
  font-size: 18px;
}
.slick-slider {
  position: static;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 200px;
  padding: 0;
  margin: 0;
  right: 102px;
  list-style: none;
  text-align: center;
  z-index: 9999;
  text-align: right;
}
.slick-dots li {
  width: auto;
  height: auto;
  margin-left: 10px;
  pointer-events: none;
}
.slick-dots li button {
  width: 40px;
  height: 2px;
  background: #ccc;
  padding: 0;
}
.slick-dots li.slick-active button {
  background: #666;
}
.slick-dots li button:before {
  content: none;
}

/*news ニュース*/

#news {
  padding: 40px 0;
  
}
#news .inner {
  padding-right: 280px;
  position: relative;
}
#news .inner:after{
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  right: 0;
  bottom:-50px;
  width: 150%;
  height: 1px;
}
#news .inner dl {
  text-align: left;
  font-size: 13px;
  padding: 10px 0;
  overflow: hidden;
}
#news .inner dl dt {
  color: #b3b3b3;
  width: 130px;
  float: left;
}
#news .inner dl dd{
  float: left;
  width: 100%;
  margin: 0 0 0 -130px;
  padding: 0 0 0 130px;
}
#news .btn-more{
  position: absolute;
  bottom: 15px;
  right: 0;
}

#concept figure{
  position: absolute;
  right: 0;
  bottom: -170px;
  width: 75%;
  z-index: 5;
}
#contents {
  overflow: hidden;
}
#contents .box{
  float: left;
  width: 50%;
  padding:12% 10%;
}
#contents .box:nth-child(1),
#contents .box:nth-child(2){
  padding-top: calc(12% + 170px);
}
#contents .box:nth-child(4n-3),
#contents .box:nth-child(4n){
  background: #f5f0f0;
}
#contents .box figure{
  margin-bottom: 20px;
  overflow: hidden;
}
#contents .box .btn-more{
  margin: 20px auto 0;
}
#contents .box p{
  line-height: 1.8em;
}
#contents .box figure img{
  transition: .6s all;
}
#contents .box figure:hover img{
  transform: scale(1.1);
}

}