/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.key-visual {
  overflow: hidden;
  background: #462720;
}
.key-visual .wrapper {
  width: 1320px;
  margin: 0 auto;
}
.key-visual img {
  width: 100%;
}
.key-visual .top-slider {
  position: relative;
}
.key-visual .top-slider .item {
  position: relative;
}
.key-visual .top-slider .ttl {
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 343px;
}
.key-visual .top-slider .ttl img {
  margin: 0 auto;
  width: auto;
}
.key-visual .top-slider .slick-dots {
  position: absolute;
  left: 0;
  z-index: 1500;
  bottom: 25px;
  font-size: 1px;
  text-align: center;
  width: 100%;
}
.key-visual .top-slider .slick-dots > li {
  width: 12px;
  margin: 0 9px;
  display: inline-block;
  vertical-align: top;
}
.key-visual .top-slider .slick-dots > li button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #D7CDC6;
  padding: 0;
  outline: none;
  border: none;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 3px rgba(49, 38, 27, 0.65);
  -khtml-box-shadow: 0 0 10px 3px rgba(49, 38, 27, 0.65);
  -moz-box-shadow: 0 0 10px 3px rgba(49, 38, 27, 0.65);
  -ms-box-shadow: 0 0 10px 3px rgba(49, 38, 27, 0.65);
  -o-box-shadow: 0 0 10px 3px rgba(49, 38, 27, 0.65);
  box-shadow: 0 0 10px 3px rgba(49, 38, 27, 0.65);
}
.key-visual .top-slider .slick-dots > li.slick-active button {
  background: #927A83;
}

@media only screen and (max-width: 750px) {
  .key-visual {
    background: none;
  }
  .key-visual .wrapper {
    width: auto;
    margin: 0 auto;
  }
  .key-visual .top-slider .ttl {
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
    margin-top: 43.6%;
  }
  .key-visual .top-slider .ttl img {
    width: 100%;
  }
  .key-visual .top-slider .slick-dots {
    bottom: 0.25rem;
  }
  .key-visual .top-slider .slick-dots > li {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.09rem;
  }
  .key-visual .top-slider .slick-dots > li button {
    width: 0.12rem;
    height: 0.12rem;
    -webkit-box-shadow: 0 0 0.1rem 0.03rem rgba(49, 38, 27, 0.65);
    -khtml-box-shadow: 0 0 0.1rem 0.03rem rgba(49, 38, 27, 0.65);
    -moz-box-shadow: 0 0 0.1rem 0.03rem rgba(49, 38, 27, 0.65);
    -ms-box-shadow: 0 0 0.1rem 0.03rem rgba(49, 38, 27, 0.65);
    -o-box-shadow: 0 0 0.1rem 0.03rem rgba(49, 38, 27, 0.65);
    box-shadow: 0 0 0.1rem 0.03rem rgba(49, 38, 27, 0.65);
  }
}
.sec-top-news {
  background: url(../img/common/backg01.jpg) repeat 0 0;
  overflow: hidden;
  position: relative;
}
.sec-top-news:before, .sec-top-news:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  height: 100%;
  background-position: 0 0;
  background-repeat: repeat;
}
.sec-top-news:before {
  background-image: url(../img/common/flower01.png);
  right: 50%;
  margin-right: 660px;
}
.sec-top-news:after {
  background-image: url(../img/common/flower03.png);
  left: 50%;
  margin-left: 660px;
}
.sec-top-news .wrapper {
  position: relative;
  min-height: 465px;
  padding: 45px 0;
  width: 920px;
}
.sec-top-news .wrapper:before, .sec-top-news .wrapper:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 170px;
  top: 0;
  height: 100%;
  background-position: 0 0;
  background-repeat: repeat;
}
.sec-top-news .wrapper:before {
  background-image: url(../img/common/flower02.png);
  right: 100%;
  margin-right: 30px;
}
.sec-top-news .wrapper:after {
  background-image: url(../img/common/flower04.png);
  left: 100%;
  margin-left: 30px;
}
.sec-top-news .ul-col {
  margin: 40px 0 44px;
}
.sec-top-news .ul-col > li {
  width: 440px;
  float: left;
}
.sec-top-news .ul-col > li:nth-child(2n) {
  float: right;
}
.sec-top-news .ttl {
  position: relative;
  text-align: center;
  color: #441400;
  font-size: 16px;
  line-height: 1em;
  padding-bottom: 10px;
  letter-spacing: 0.07em;
  margin-bottom: 22px;
}
.sec-top-news .ttl:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 1px;
  background: #441400;
  left: 50%;
  margin-left: -35px;
}
.sec-top-news .ttl > a {
  color: #441400;
  display: inline-block;
}
.sec-top-news .item-news {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
  display: block;
}
.sec-top-news .item-news .image {
  width: 120px;
  float: left;
}
.sec-top-news .item-news .info {
  width: 278px;
  float: right;
  margin: 12px 0 0;
}
.sec-top-news .item-news .info .date {
  font-size: 12px;
  color: #333333;
  line-height: 1em;
}
.sec-top-news .item-news .info .pttl {
  color: #333333;
  margin: 5px 0 0;
  line-height: 1.7em;
}

@media only screen and (max-width: 750px) {
  .sec-top-news {
    background-size: 60.4% auto;
  }
  .sec-top-news:before, .sec-top-news:after {
    display: none;
  }
  .sec-top-news .wrapper {
    position: relative;
    min-height: 0;
    padding: 0.43rem 0.45rem 0.76rem;
    width: auto;
    background: url(../img/common/sm/flower01.png) repeat-y 0 0, url(../img/common/sm/flower02.png) repeat-y right 0;
    background-size: 23.46666666666667% auto;
  }
  .sec-top-news .wrapper:before, .sec-top-news .wrapper:after {
    display: none;
  }
  .sec-top-news .ul-col {
    margin: 0 0 0.45rem;
  }
  .sec-top-news .ul-col > li {
    width: auto;
    float: none;
  }
  .sec-top-news .ul-col > li:nth-child(2n) {
    float: none;
  }
  .sec-top-news .sec-ttl02 {
    font-size: 0.2rem;
    padding: 0 0 0.12rem;
    text-align: left;
    margin: 0.3rem 0 0.22rem;
  }
  .sec-top-news .sec-ttl02:before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .sec-top-news .ttl {
    position: relative;
    text-align: center;
    color: #441400;
    font-size: 16px;
    line-height: 1em;
    padding-bottom: 10px;
    letter-spacing: 0.07em;
    margin-bottom: 22px;
  }
  .sec-top-news .ttl:before {
    content: ' ';
    position: absolute;
    bottom: 0;
    width: 70px;
    height: 1px;
    background: #441400;
    left: 50%;
    margin-left: -35px;
  }
  .sec-top-news .ttl > a {
    color: #441400;
    display: inline-block;
  }
  .sec-top-news .item-news {
    padding: 0.2rem;
  }
  .sec-top-news .item-news .image {
    width: 25.80645161290323%;
  }
  .sec-top-news .item-news .info {
    width: 68.70967741935484%;
    margin: 0 0 0;
  }
  .sec-top-news .item-news .info .date {
    font-size: 0.2rem;
    color: #333333;
    line-height: 1em;
  }
  .sec-top-news .item-news .info .pttl {
    margin: 0.1rem 0 0;
    font-size: 0.22rem;
  }
}
.sec-top-about {
  padding: 74px 0;
  height: 697px;
  background: #fff url(../img/top/backg01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.sec-top-about:before {
  content: ' ';
  position: absolute;
  width: 575px;
  height: 394px;
  left: 50%;
  bottom: -40px;
  background: url(../img/top/img01.png) no-repeat center center;
  margin-left: -160px;
  z-index: 20;
}
.sec-top-about .info {
  width: 460px;
  margin: 62px 0 30px 25px;
}
.sec-top-about .info .desc-bl {
  margin-top: 28px;
}
.sec-top-about .btn {
  margin: 49px 0 0;
  position: relative;
  z-index: 50;
}

@media only screen and (max-width: 750px) {
  .sec-top-about {
    padding: 0.64rem 0.45rem 1rem;
    min-height: 11.92rem;
    height: auto;
    background-image: url(../img/top/sm/backg01.jpg);
    -webkit-background-size: cover;
    background-size: cover;
  }
  .sec-top-about:before {
    display: none;
  }
  .sec-top-about .info {
    width: auto;
    margin: 0.47rem 0 0.56rem;
    background: url(../img/common/sm/pattern01.png) repeat 0 0;
    padding: 0.52rem 0.4rem 0.45rem;
  }
  .sec-top-about .info .sec-ttl03 {
    text-align: center;
  }
  .sec-top-about .info .desc-bl {
    margin-top: 0.32rem;
  }
  .sec-top-about .btn {
    margin: 0 auto;
  }
}
.sec-top-menu {
  margin: 0;
  position: relative;
  background: #fff;
  z-index: 10;
}
.sec-top-menu:before {
  content: ' ';
  background: url(../img/top/backg03.png) no-repeat center 0;
  -webkit-background-size: cover;
  background-size: cover;
  left: 0;
  top: -185px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.sec-top-menu .wrapper {
  padding: 72px 0 104px;
  position: relative;
}
.sec-top-menu .wrapper:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  width: 562px;
  height: 806px;
  background: url(../img/top/img02.png) no-repeat center center;
  left: -170px;
  top: -79px;
}
.sec-top-menu .sec-ttl {
  position: relative;
  z-index: 10;
}
.sec-top-menu .sec-ttl .en {
  margin-top: 5px;
}
.sec-top-menu .info {
  margin: 60px 0 0 460px;
  position: relative;
  z-index: 10;
}
.sec-top-menu .info .desc-bl {
  font-size: 16px;
  line-height: 2em;
  margin: 25px 0 0;
}
.sec-top-menu .ul-prod {
  margin: 45px -3px 0 387px;
  position: relative;
  z-index: 15;
}
.sec-top-menu .ul-prod > li {
  width: 186px;
  float: left;
  margin: 0 0 0 19px;
}
.sec-top-menu .ul-prod > li:nth-child(3n+1) {
  margin-left: 0;
}
.sec-top-menu .ul-prod .pttl {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin: 20px 0 0;
}

@media only screen and (max-width: 750px) {
  .sec-top-menu {
    margin: 0;
    position: relative;
    z-index: 10;
    background: #fff url(../img/top/sm/backg03.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 9.79rem;
  }
  .sec-top-menu:before {
    display: none;
  }
  .sec-top-menu .wrapper {
    padding: 0.425rem 0.45rem;
  }
  .sec-top-menu .wrapper:before {
    display: none;
  }
  .sec-top-menu .sec-ttl {
    position: relative;
    z-index: 10;
  }
  .sec-top-menu .sec-ttl .en {
    margin-top: 5px;
  }
  .sec-top-menu .info {
    margin: 0.54rem 0 0 0;
    background: url(../img/common/sm/pattern02.png) repeat 0 0;
    padding: 0.53rem 0.37rem 0.2rem;
  }
  .sec-top-menu .info .sec-ttl03 {
    text-align: center;
  }
  .sec-top-menu .info .desc-bl {
    font-size: 0.24rem;
    line-height: 1.7em;
    margin: 0.3rem 0 0;
  }
  .sec-top-menu .ul-prod {
    margin: 0;
    position: relative;
    z-index: 15;
    background: url(../img/common/sm/pattern02.png) repeat 0 0;
    padding: 0.20rem 0.2rem 0.5rem;
  }
  .sec-top-menu .ul-prod > li {
    width: 33.33333333333333%;
    padding: 0 0.095rem;
    margin: 0;
  }
  .sec-top-menu .ul-prod .pttl {
    font-size: 0.16rem;
    margin: 0.16rem 0 0;
  }
}
.sec-top-grand {
  background: url(../img/top/backg04.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 36px 0 35px;
  text-align: center;
}
.sec-top-grand .wrapper {
  background: rgba(234, 219, 213, 0.8);
  padding: 31px 10px 10px;
  text-align: center;
  height: 160px;
}
.sec-top-grand .wrapper .sec-ttl02 {
  padding-bottom: 13px;
}
.sec-top-grand .ul-lik {
  margin: 30px 0 0;
  font-size: 1px;
}
.sec-top-grand .ul-lik > li {
  display: inline-block;
  margin: 0 15px;
  width: 180px;
}
.sec-top-grand .ul-lik > li:first-child {
  width: 221px;
}
.sec-top-grand .ul-lik .btn {
  width: 100%;
  font-size: 14px;
}

@media only screen and (max-width: 750px) {
  .sec-top-grand {
    background-image: url(../img/top/sm/backg04.jpg);
    padding: 0.5rem 0.55rem 0.47rem;
  }
  .sec-top-grand .wrapper {
    background: rgba(234, 219, 213, 0.8);
    padding: 0.6rem 0.5rem 0.45rem;
    height: auto;
  }
  .sec-top-grand .wrapper .sec-ttl02 {
    padding-bottom: 0.26rem;
  }
  .sec-top-grand .ul-lik {
    margin: 0.41rem -0.4rem 0;
    font-size: 1px;
  }
  .sec-top-grand .ul-lik > li {
    display: inline-block;
    margin: 0.2rem 0.1rem 0;
    min-width: 33.4375%;
    white-space: nowrap;
    width: auto;
  }
  .sec-top-grand .ul-lik > li:first-child {
    width: auto;
  }
  .sec-top-grand .ul-lik .btn {
    width: 100%;
    font-size: 0.24rem;
    padding-left: 0.13rem;
    padding-right: 0.13rem;
  }
}
.sec-top-recruit {
  background: #fff;
  padding: 27px 0 72px;
}
.sec-top-recruit .wrapper {
  width: 931px;
}

@media only screen and (max-width: 750px) {
  .sec-top-recruit {
    padding: 0.34rem 0 0.91rem;
  }
  .sec-top-recruit .wrapper {
    width: 84.53333333333333%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=top.css.map */
