/*--------------------------------------
	key
--------------------------------------*/
#key {
  height: 126.666666667vw;
}

#key .slide1 {
  background-image: url("../img/index/key_sp01.jpg");
}

#key .slide2 {
  background-image: url("../img/index/key_sp02.jpg");
}

#key .slide3 {
  background-image: url("../img/index/key_sp03.jpg");
}

#key .slide4 {
  background-image: url("../img/index/key_sp04.jpg");
}

@media only screen and (min-width: 768px) {
  #key {
    min-height: 850px;
    height: 100vh;
  }
  #key .slide1 {
    background-image: url("../img/index/key_01.jpg");
  }
  #key .slide2 {
    background-image: url("../img/index/key_02.jpg");
  }
  #key .slide3 {
    background-image: url("../img/index/key_03.jpg");
  }
  #key .slide4 {
    background-image: url("../img/index/key_04.jpg");
  }
}

#key .key-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#key .key-slide .slide {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* animation-duration = sum of slides */
  -webkit-animation: slideShow 30s linear infinite 0s;
          animation: slideShow 30s linear infinite 0s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

#key .key-slide .slide1 {
  opacity: 1;
}

#key .key-slide .slide2 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

#key .key-slide .slide3 {
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

#key .key-slide .slide4 {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  55% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideShow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  55% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

/*--------------------------------------
	news
--------------------------------------*/
#news {
  color: #fff;
  padding: 15% 5% 15%;
  background: url("../img/shared/bg3.jpg");
}

#news h2 {
  text-align: center;
  font-size: 35px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

#news .btn-more {
  margin: 10% 5% 0;
}

#news #feed {
  margin-top: 8%;
}

#news #feed .item {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 10%;
  text-align: left;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news #feed .date {
  color: #a18963;
  letter-spacing: 0.08em;
}

#news #feed .image {
  width: 50%;
  height: 28vw;
  position: relative;
}

#news #feed .image span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  background: url("../img/index/no_img.jpg") no-repeat center/cover;
}

#news #feed dl {
  width: 46%;
}

@media only screen and (min-width: 768px) {
  #news {
    padding: 83px 0 88px;
  }
  #news h2 {
    width: 320px;
    font-size: 40px;
    float: left;
    margin-top: 25px;
  }
  #news #feed {
    float: right;
    width: 590px;
    margin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #news #feed .image {
    width: 100%;
    height: 170px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #news #feed .image:hover {
    opacity: 0.8;
  }
  #news #feed .date {
    font-size: 14px;
  }
  #news #feed .title {
    line-height: 28px;
    font-size: 15px;
  }
  #news #feed dl {
    margin-top: 28px;
    width: 100%;
  }
  #news #feed .item {
    width: 270px;
    margin-bottom: 0;
  }
  #news .btn-more {
    width: 320px;
    margin: 50px 0 0;
    float: left;
  }
}

/*--------------------------------------
	sec1
--------------------------------------*/
#sec1 {
  padding: 92vw 5% 15%;
  background: url("../img/index/sec1_bg_sp.png") no-repeat top/100% auto;
}

#sec1 .btn {
  width: 90%;
  margin: 40px auto 0;
}

#sec1 h2 {
  line-height: 1.6;
  width: 50vw;
  margin-left: 4%;
  height: 90vw;
}

#sec1 h2 .r1 {
  font-size: 6.8vw;
  height: 63vw;
  padding-top: 7vw;
  line-height: 1.95;
  letter-spacing: 0.07em;
  background: url("../img/index/sec1_ttl_pt.png") no-repeat top left/100% 100%;
  background-color: #d7bd5f;
}

#sec1 h2 .r23 {
  width: 32vw;
}

#sec1 h2 .r2 {
  font-size: 7.5vw;
  height: 80vw;
  letter-spacing: 0.15em;
}

#sec1 h2 .r3 {
  margin-top: 22vw;
  font-size: 12.1vw;
  height: 56vw;
  letter-spacing: 0.15em;
}

#sec1 .txt-box {
  margin-top: 50vw;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 293px 0 242px;
    background: url("../img/index/sec1_bg.jpg") no-repeat center top;
  }
  #sec1 h2 {
    float: right;
    height: 540px;
    width: 340px;
    margin: 0 96px 0 0;
  }
  #sec1 h2 .r1 {
    font-size: 45px;
    height: 418px;
    padding-top: 56px;
    margin-top: 3px;
  }
  #sec1 h2 .r23 {
    width: 208px;
  }
  #sec1 h2 .r2 {
    font-size: 50px;
    height: 520px;
  }
  #sec1 h2 .r3 {
    margin-top: 163px;
    font-size: 80px;
    height: 370px;
  }
  #sec1 .txt-box {
    width: 470px;
    margin-top: 410px;
  }
  #sec1 .btn {
    width: 320px;
    margin: 40px 0 0 5px;
  }
}

/*--------------------------------------
	sec2
--------------------------------------*/
#sec2 {
  position: relative;
  z-index: 1;
  padding: 22vw 5% 15%;
  background: url("../img/index/sec2_bg.jpg");
}

#sec2:before {
  content: "";
  z-index: -1;
  background: url("../img/index/sec2_deco.png") no-repeat center/contain;
  width: 95vw;
  height: 95vw;
  position: absolute;
  top: -11vw;
  left: 0;
}

#sec2 h2 {
  text-align: center;
  font-size: 11.3vw;
  line-height: 1.5;
  letter-spacing: 0.15em;
}

#sec2 h2 span {
  display: block;
  letter-spacing: 0.15em;
  font-size: 7.7vw;
}

#sec2 .txt-box {
  margin-top: 8%;
}

#sec2 .btn {
  margin: 30px 5% 0;
}

#sec2 .img1 {
  margin-top: 12%;
  text-align: center;
}

#sec2 .img2 {
  margin-top: 6%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    text-align: right;
    padding-bottom: 124px;
    padding-top: 102px;
  }
  #sec2:before {
    width: 594px;
    height: 594px;
    top: -105px;
    left: calc(50% + 7px);
  }
  #sec2 h2 {
    display: inline-block;
    font-size: 70px;
    margin-right: 10px;
  }
  #sec2 h2 span {
    font-size: 48px;
  }
  #sec2 .txt-box {
    text-align: left;
    width: 280px;
    margin: 72px 0 0 auto;
  }
  #sec2 .txt {
    margin-right: -5px;
  }
  #sec2 .btn {
    margin: 40px 0 0;
  }
  #sec2 .img1 {
    width: auto;
    margin: 0;
    position: absolute;
    top: -226px;
    left: -250px;
  }
  #sec2 .img2 {
    width: auto;
    margin: 0;
    position: absolute;
    bottom: -176px;
    left: -10px;
  }
}

/*--------------------------------------
	sec3
--------------------------------------*/
#sec3 {
  padding: 20% 0 20%;
  background: url("../img/index/sec3_pt.png") repeat-x top/130px auto;
}

#sec3 h2 {
  text-align: center;
  line-height: 1.55;
  font-size: 6.4vw;
  letter-spacing: 0.15em;
}

#sec3 h2 span {
  font-size: 8vw;
  display: inline-block;
  letter-spacing: 0.15em;
  border-bottom: 1px solid #000;
}

#sec3 .img {
  margin-top: 10%;
  text-align: center;
  padding: 0 5%;
}

#sec3 .txt {
  margin-top: 5%;
}

#sec3 .btn {
  margin: 30px 5% 0;
}

#sec3 .txt-box {
  padding: 0 5%;
  z-index: 2;
  position: relative;
}

#sec3 .txt-box ul {
  margin-top: -3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#sec3 .txt-box ul li {
  margin-top: 6vw;
  color: #fff;
  letter-spacing: 0;
  background: url("../img/shared/bg4.jpg");
  font-size: 4.6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  width: 28vw;
  height: 28vw;
  border-radius: 50%;
}

#sec3 .txt-box ul li .big {
  font-size: 5.4vw;
  letter-spacing: 0.15em;
}

#sec3 .txt-box ul li:nth-child(2) {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 168px 0 115px;
    background-size: auto auto;
  }
  #sec3 h2 {
    font-size: 48px;
    margin-bottom: 92px;
  }
  #sec3 h2 span {
    font-size: 60px;
  }
  #sec3 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 15px;
  }
  #sec3 .inner {
    width: 1360px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  #sec3 .img {
    padding: 0;
    width: 700px;
    margin: 0 -50px 0 35px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }
  #sec3 .txt {
    width: 460px;
    margin: 32px auto 0;
  }
  #sec3 .btn {
    width: 320px;
    margin: 33px auto 0;
  }
  #sec3 .txt-box {
    width: 600px;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec3 .txt-box ul {
    margin-top: -37px;
  }
  #sec3 .txt-box ul li {
    margin-top: 50px;
    width: 192px;
    height: 192px;
    font-size: 30px;
  }
  #sec3 .txt-box ul li .big {
    font-size: 35px;
  }
}

/*--------------------------------------
	sec4
--------------------------------------*/
#sec4 {
  text-align: center;
  background: #ead7b9;
  padding: 35vw 0 20%;
  position: relative;
  background: url("../img/shared/bg2.png");
}

#sec4:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/index/sec4_bg_sp.png") no-repeat top/100% auto;
}

#sec4 .floor {
  margin-top: 5%;
  padding: 0 5%;
}

#sec4 .floor .f1 {
  margin: 0 8% 5%;
}

#sec4 h2 {
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: 9.3vw;
}

#sec4 .box1 {
  margin-top: 13%;
}

#sec4 .box1 h3 {
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: 8.5vw;
}

#sec4 .box1 h3 span {
  font-size: 10.6vw;
}

#sec4 .box1 .img {
  margin: 5% 0 5%;
}

#sec4 .box1 .txt-box {
  padding: 0 6%;
  text-align: left;
}

#sec4 .box1 .btn {
  margin-top: 30px;
  cursor: pointer;
}

#sec4 .box2 {
  margin-top: 15%;
  padding: 0 6%;
}

#sec4 .box2 h3 {
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: 7.2vw;
}

#sec4 .box2 .img {
  margin: 5% 0 5%;
}

#sec4 .box2 .txt-box {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 165px 0 105px;
  }
  #sec4:before {
    background: url("../img/index/sec4_bg_pc.png") no-repeat top center;
  }
  #sec4 h2 {
    font-size: 50px;
    z-index: 1;
    width: 75px;
    height: 310px;
    position: absolute;
    top: 12px;
    right: 238px;
  }
  #sec4 .floor {
    z-index: 2;
    position: relative;
    margin: 0;
    padding: 0;
    zoom: 1;
  }
  #sec4 .floor:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
  }
  #sec4 .floor .f1 {
    float: left;
    margin: 0 0 70px;
  }
  #sec4 .floor .f2 {
    float: right;
  }
  #sec4 .box1 {
    margin: 0;
    padding: 115px 0 148px 592px;
    position: relative;
    z-index: 1;
  }
  #sec4 .box1 h3 {
    font-size: 48px;
    text-align: left;
    margin-right: -20px;
  }
  #sec4 .box1 h3 span {
    font-size: 60px;
  }
  #sec4 .box1 .img {
    margin: 0;
    z-index: -1;
    position: absolute;
    top: -35px;
    left: -250px;
  }
  #sec4 .box1 .txt-box {
    padding: 0;
    margin: 47px 0 0;
  }
  #sec4 .box1 .btn {
    margin-top: 55px;
  }
  #sec4 .box2 {
    margin: 0;
    padding: 0;
    position: relative;
  }
  #sec4 .box2:before {
    content: "";
    background: url("../img/index/sec4_linedeco.png") no-repeat top center;
    width: 11px;
    height: 400px;
    position: absolute;
    top: -42px;
    left: -100px;
  }
  #sec4 .box2 h3 {
    font-size: 38px;
    float: left;
    margin-top: 58px;
  }
  #sec4 .box2 .txt-box {
    float: left;
    width: 410px;
    margin: 42px 0 0;
  }
  #sec4 .box2 .img {
    margin: 0 -100px 0 0;
    float: right;
  }
}

.season{
    width: 60%;
    margin: 20px auto;
}
@media only screen and (max-width: 768px) {
.season{
    width: 90%;
}
}