@charset "UTF-8";
#key .slide1 {
  background-image: url("../img/index/key_slide1.jpg");
}

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

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

#popup_bnr {
  text-align: center;
  color: inherit;
  padding: 35px 0 0;
}

#popup_bnr h2 {
  font-size: 22px;
  padding-bottom: 20px;
  position: relative;
}

#popup_bnr h2:after {
  content: "";
  height: 2px;
  background: currentColor;
  margin: auto;
  width: 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#popup_bnr ul {
  text-align: left;
  vertical-align: top;
}

#popup_bnr ul li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 10px;
}

#popup_bnr .txt {
  margin: 30px 0;
}

#popup_bnr .list {
  padding: 30px 15px 20px;
  border: 5px solid #f7f2ef;
}

#popup_bnr .innerBox {
  background: #fff;
  padding: 30px 15px 60px;
}

#popup_bnr .btn-close {
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 13px;
}

#popup_bnr .btn-close i {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#popup_bnr .btn-close:before, #popup_bnr .btn-close:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  margin: auto;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
}

#popup_bnr .btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#popup_bnr .btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
  #popup_bnr .innerBox {
    padding-top: 60px;
  }
  #popup_bnr ul {
    display: inline-block;
  }
  #popup_bnr ul + ul {
    margin-left: 50px;
  }
  #popup_bnr .list {
    max-width: 700px;
    margin: auto;
  }
}

@media only screen and (min-width: 999px) {
  #popup_bnr.remodal {
    max-width: 999px;
  }
}

#popup {
  padding: 30px 4%;
}

#popup #btn_popup {
  width: 300px;
  max-width: 100%;
  border: 2px solid #9585cc;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: auto;
}

#popup #btn_popup:hover {
  opacity: 0.8;
}

#popup #btn_popup p {
  position: relative;
  padding: 15px 10px;
}

#popup #btn_popup p i {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 13px;
  height: 10px;
  display: block;
  margin-top: -6px;
}

#popup #btn_popup p i:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #6b666e;
}

#popup #btn_popup p i:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  border-right: 1px solid #6b666e;
  border-bottom: 1px solid #6b666e;
}

@media screen and (min-width: 768px) {
  #popup {
    padding: 0;
    position: absolute;
    top: -190px;
    left: 80px;
    z-index: 2;
  }
  #popup #btn_popup {
    width: 200px;
    border-color: #fff;
  }
  #popup #btn_popup p {
    font-size: 13px;
    color: #fff;
    padding: 10px 15px 10px 0;
  }
  #popup #btn_popup p i {
    right: 13px;
    width: 10px;
    height: 8px;
    margin-top: -5px;
  }
}

#news {
  background: #9585cc;
  color: #fff;
  margin-left: 4%;
  padding: 10px 0;
  margin-top: -20px;
  z-index: 2;
}

#news h2 {
  font-size: 30px;
  letter-spacing: 0.15em;
  width: 27%;
  text-align: center;
  padding: 17px 15px 24px;
  border-right: 1px solid #fff;
}

#news #feed {
  width: 73%;
  padding: 0 10px;
}

#news #feed .date {
  font-size: 17px;
  letter-spacing: 0.17em;
  margin-bottom: 3px;
}

#news #feed .more {
  font-size: 17px;
  letter-spacing: 0.15em;
  display: block;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #news {
    width: 58%;
    max-width: 675px;
    position: absolute;
    top: -145px;
    right: 0;
    padding: 24px 0;
    margin-top: 0;
  }
  #news h2 {
    font-size: 35px;
  }
  #news #feed dl {
    max-width: 410px;
    margin: auto;
  }
  #news #feed dd {
    position: relative;
    padding-right: 70px;
  }
  #news #feed .more {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  #news #feed a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  header h1 {
    width: 40%;
    color: #7a7977;
    position: static;
    height: 113px;
    padding: 20px 0 0 0;
  }
}

#sec1 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

#sec1 .txt {
  margin-top: 20px;
}

#sec1 h3 {
  text-align: center;
  display: block;
  font-weight: 500;
  font-size: 17.3333333333vw;
  margin-bottom: 8%;
  line-height: 1;
  margin-top: -17vw;
  letter-spacing: 0.1em;
  width: 100%;
}

#sec1 .deco {
  margin-left: -49.3333333333%;
  text-align: right;
}

#sec1 .colT {
  margin: 0 -4vw 5%;
}

#sec1 .colT .img {
  width: 78.2666666667%;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding-top: 187px;
    padding-bottom: 110px;
  }
  #sec1 .deco {
    margin-left: 0;
    width: 1100px;
    position: absolute;
    top: 80px;
    right: calc(50% - 130px);
  }
  #sec1 .colB {
    width: 360px;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #sec1 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #sec1 .colT {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin: 113px 0 0;
    position: relative;
  }
  #sec1 .colT .img {
    margin-right: -200px;
    width: auto;
  }
  #sec1 .txt {
    margin-top: 27px;
    margin-right: -5px;
  }
  #sec1 h3 {
    font-size: 140px;
    margin-top: 0;
    z-index: 1;
    width: auto;
    position: absolute;
    top: 67px;
    left: 68px;
  }
}

#sec2 {
  position: relative;
  z-index: 1;
}

#sec2 dl {
  margin-top: 30px;
}

#sec2 dl dt {
  letter-spacing: 0.15em;
  font-size: 18px;
  margin-bottom: 40vw;
}

#sec2 .prr {
  height: calc(67vw + 120px);
  position: absolute;
  top: 20vw;
  right: 0;
  left: 0;
}

#sec2 .deco {
  z-index: 1;
  width: 45%;
  margin-left: 3%;
  display: block;
  position: relative;
}

#sec2 .btn {
  margin-top: 30px;
}

#sec2 .btn a {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-top: 140px;
  }
  #sec2 h2 {
    margin-left: 10px;
  }
  #sec2 dl {
    margin-left: 5px;
    margin-top: 47px;
    width: 420px;
    padding-bottom: 203px;
  }
  #sec2 dl dt {
    letter-spacing: 0.25em;
    font-size: 22px;
    margin-bottom: 27px;
  }
  #sec2 .deco {
    width: 380px;
    position: absolute;
    top: -167px;
    right: calc(50% + 320px);
  }
  #sec2 .prr {
    z-index: -1;
    top: 0;
    bottom: 0;
    height: auto;
  }
  #sec2 .btn {
    margin-top: 0;
    position: absolute;
    right: 95px;
    bottom: -75px;
  }
}

#sec3 {
  z-index: 1;
  position: relative;
  padding-bottom: 60px;
}

#sec3:before {
  content: "";
  z-index: -1;
  background: #efe5df;
  position: absolute;
  top: 20vw;
  right: 52%;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
}

#sec3 .deco {
  width: 33%;
  display: block;
  margin: -10px 4% -5% auto;
}

#sec3 h3 {
  font-size: 17px;
  line-height: 2.1;
  z-index: 2;
  position: relative;
  letter-spacing: 0.15em;
}

#sec3 .txt {
  margin: 30px 0;
}

#sec3 .box {
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 270px 0 20px;
}

#sec3 .box:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: -4vw;
  bottom: 0;
  left: -4vw;
  background: url("../img/index/sec3_bg.jpg") no-repeat center/cover;
}

#sec3 h2 {
  margin-bottom: 35px;
}

#sec3 .btn a {
  margin: auto;
}

@media screen and (min-width: 768px) {
  #sec3 {
    margin-top: 94px;
    padding-top: 53px;
    padding-bottom: 0;
  }
  #sec3:before {
    top: 57px;
    right: calc(50% + 160px);
    width: 539px;
    height: 539px;
  }
  #sec3 h2 {
    padding-top: 125px;
    margin-left: 67px;
    margin-bottom: 55px;
    padding-bottom: 11px;
  }
  #sec3 .box {
    height: 800px;
    padding: 0;
  }
  #sec3 .box:before {
    left: 0;
    right: auto;
    width: calc(50vw + 500px);
  }
  #sec3 h3 {
    font-size: 22px;
    line-height: 2.4;
    position: absolute;
    top: 203px;
    left: 137px;
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #sec3 .deco {
    width: 220px;
    margin: 0;
    position: absolute;
    top: 0;
    left: calc(50% + 390px);
  }
  #sec3 .txt {
    width: 780px;
    margin: 60px 0 0 60px;
  }
  #sec3 .btn {
    margin: 50px 0 0 58px;
  }
  #sec3 .btn a {
    margin-left: 0;
  }
}

#sec4 {
  padding-bottom: 80px;
  padding-top: 40px;
}

#sec4 .imgArea {
  position: relative;
}

#sec4 .ttls {
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  display: block;
}

#sec4 .box {
  text-align: center;
  position: relative;
}

#sec4 .box:before {
  content: "";
  z-index: -1;
  background: #efe5df;
  position: absolute;
  top: -40px;
  margin: auto;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: auto;
}

#sec4 h2:before {
  left: calc(50% - 22px);
}

#sec4 .txt {
  margin-top: 30px;
  text-align: left;
}

#sec4 .floor {
  margin: 60px 0 50px;
  padding: 0 10%;
  text-align: center;
}

#sec4 .img1 {
  width: 65%;
  position: relative;
}

#sec4 .img1 .ttls {
  letter-spacing: 0.3em;
  position: absolute;
  top: 10px;
  right: 100%;
  margin-right: 15px;
}

#sec4 .img2 {
  margin-top: 50px;
}

#sec4 .img2 .img {
  width: 72%;
}

#sec4 .img2 .ttls {
  margin-top: 10px;
}

#sec4 .img3 {
  width: 68%;
  margin-top: 40px;
  margin-right: 5%;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 0;
    padding-bottom: 130px;
  }
  #sec4 h2:before {
    left: 0;
  }
  #sec4 .floor {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -446px;
    left: 30px;
  }
  #sec4 .box {
    width: 325px;
    margin-left: auto;
    padding-top: 82px;
    text-align: left;
  }
  #sec4 .box:before {
    top: -130px;
    left: -132px;
    right: auto;
    width: 790px;
    height: 790px;
    -webkit-transform: none;
            transform: none;
  }
  #sec4 .ttls {
    font-size: 22px;
    letter-spacing: 0.25em;
    line-height: 2.1;
  }
  #sec4 .img1 {
    margin-right: -20px;
    position: relative;
    width: auto;
  }
  #sec4 .img1 .ttls {
    margin-right: 27px;
  }
  #sec4 .imgArea {
    margin-top: 143px;
  }
  #sec4 .img2 {
    margin-top: 210px;
  }
  #sec4 .img2 .img {
    margin-left: -80px;
    width: auto;
  }
  #sec4 .img2 .ttls {
    margin-top: 27px;
    margin-left: -5px;
  }
  #sec4 .img3 {
    margin-top: 67px;
    margin-right: 318px;
    width: auto;
  }
}
