header #key {
  width: 67%;
  margin: 0px 0px 0px auto;
}
header #key .slide1 {
  width: 100%;
  height: 100%;
  -webkit-mask: url("../img/index/key_mask_sp.png") no-repeat center center/100% 100%;
          mask: url("../img/index/key_mask_sp.png") no-repeat center center/100% 100%;
}
header #key .slide1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header h2 {
  position: absolute;
  top: 68vw;
  left: 8vw;
  width: 24%;
  max-width: 181px;
}
header .logo {
  width: 36%;
  max-width: 178px;
}
@media only screen and (min-width: 768px) {
  header #key {
    width: 70%;
  }
  header #key .slide1 {
    width: 100%;
    height: 708px;
    -webkit-mask: url("../img/index/key_mask.png") no-repeat center center/100% 100%;
            mask: url("../img/index/key_mask.png") no-repeat center center/100% 100%;
  }
  header .logo {
    width: 178px;
    top: 73px;
    left: 8%;
  }
  header .header-menu {
    top: 607px;
    left: auto;
    right: calc(64% - 330px);
  }
  header .header-menu li a {
    color: #fff;
  }
  header .header-menu li a::before {
    background-image: url("../img/shared/nav_icon2.png");
  }
  header h2 {
    width: 181px;
    top: 300px;
    left: 9%;
  }
}

#sec1 {
  position: relative;
  padding: 0px 0px;
}
#sec1::before {
  content: "";
  position: absolute;
  top: -12vw;
  left: 0px;
  width: 100%;
  height: 120vw;
  background: url("../img/index/sec1_deco1_sp.png") top center/cover;
}
#sec1 .sec1-1 {
  background: url("../img/index/sec1_bg_sp.png") no-repeat top 10vw right/105%;
  position: relative;
}
#sec1 .sec1-img1 {
  width: 85%;
  margin: -12vw auto 0px;
  position: relative;
  z-index: 1;
}
#sec1 .sec1-img3 {
  width: 40%;
  margin: 4vw 0px 0px auto;
}
#sec1 .sec1-img2 {
  width: 55%;
  margin: -51vw 0px 0px;
}
#sec1 h2 {
  width: 60%;
  margin: -32vw auto calc(-6vw - 33vh);
  position: relative;
  z-index: 2;
}
#sec1 .sec1-scroll {
  position: relative;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}
#sec1 .sec1-scroll .sec1-bg {
  width: 75vw;
  height: 75vw;
  margin: 0px auto;
  position: relative;
  -webkit-mask: url("../img/index/sec1_mask_sp.png") no-repeat center center/100% 100%;
          mask: url("../img/index/sec1_mask_sp.png") no-repeat center center/100% 100%;
  will-change: transform;
}
#sec1 .sec1-scroll .sec1-bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
}
#sec1 .sec1-scroll .sec1-img4 {
  width: 100%;
  height: 100%;
  transform-origin: center center;
}
#sec1 .sec1-scroll .sec1-img4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sec1 .sec1-scroll .sec1-txt {
  position: absolute;
  top: 90vh;
  color: #fff;
  width: 80%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
  height: 100vh;
  display: flex;
  align-items: center;
}
#sec1 .sec1-scroll .sec1-txt p {
  background: url("../img/index/sec1_line_sp.png") repeat-y top -1px left/100% 30px;
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 0px 0px;
  }
  #sec1::before {
    top: -120px;
    width: 1372px;
    height: 680px;
    background-image: url("../img/index/sec1_deco1.png");
  }
  #sec1 .sec1-1 {
    background-image: url("../img/index/sec1_bg.png");
    background-position: top -20px right;
    background-size: 100% 1523px;
  }
  #sec1 .sec1-row1 {
    justify-content: flex-end;
  }
  #sec1 .sec1-img1 {
    margin: -44px 0px 0px;
    width: 609px;
  }
  #sec1 .sec1-img3 {
    width: 310px;
    margin: 52px 0px 0px 3%;
  }
  #sec1 .sec1-img2 {
    width: 482px;
    margin: 10px 0px 0px -3%;
  }
  #sec1 h2 {
    width: 403px;
    margin: -193px auto calc(-101px - 24vh);
  }
  #sec1 .sec1-scroll .sec1-bg {
    width: 60%;
    height: 53%;
    -webkit-mask: url("../img/index/sec1_mask.png") no-repeat center center/100% 100%;
            mask: url("../img/index/sec1_mask.png") no-repeat center center/100% 100%;
  }
  #sec1 .sec1-scroll .sec1-txt {
    text-align: center;
    width: 710px;
  }
  #sec1 .sec1-scroll .sec1-txt p {
    font-size: 16px;
    line-height: 45px;
    background-size: 100% 45px;
    background-image: url("../img/index/sec1_line.png");
  }
}

#sec2 {
  background: url("../img/index/sec2_deco_sp.png") no-repeat top left/100%, url("../img/index/sec2_deco3_sp.png") no-repeat top 21vw left/96%, url("../img/index/sec2_deco2_sp.png") no-repeat bottom left/100%;
  padding: 34vw 0px 18vw;
  margin-top: -1px;
}
#sec2 .sec2-img1 {
  width: 74%;
  margin: 0px -10% 0px auto;
  position: relative;
  z-index: 1;
}
#sec2 .sec2-img2 {
  width: 78%;
  margin: -40vw 0px 0px -10%;
}
#sec2 h2 {
  position: absolute;
  top: 8vw;
  left: 0px;
  width: 100%;
  z-index: 2;
}
#sec2 .sec2-img3 {
  width: 54%;
  margin: 4vw -2% 0px auto;
}
#sec2 h3 {
  width: 30%;
  max-width: 144px;
  margin: -62vw 7vw 8vw;
  position: relative;
  z-index: 2;
}
#sec2 .sec2-img4 {
  margin: -6vw -6% -4vw 2%;
}
#sec2 .sec2-btn1 a {
  margin: 8vw auto 4vw;
}
#sec2 .sec2-btn2 a {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    background: url("../img/index/sec2_deco1.png") no-repeat top left, url("../img/index/sec2_deco2.png") no-repeat bottom left, url("../img/index/sec2_deco3.png") no-repeat top left;
    padding: 122px 0px 193px;
  }
  #sec2 .sec2-img1 {
    width: 786px;
    margin: 0px -250px 0px auto;
  }
  #sec2 .sec2-img2 {
    width: 479px;
    margin: -338px 0px 0px -34px;
  }
  #sec2 h2 {
    top: 12px;
    left: 87px;
    width: 835px;
  }
  #sec2 .sec2-img3 {
    width: 280px;
    margin: -86px 0px 0px 184px;
  }
  #sec2 .sec2-box1 {
    flex-direction: row-reverse;
    width: 490px;
    margin: -391px -10px 0px auto;
    position: relative;
  }
  #sec2 h3 {
    width: 144px;
    margin: 0px;
  }
  #sec2 .sec2-txt1 {
    height: 318px;
    margin: 106px 0px 0px;
  }
  #sec2 .sec2-row1 {
    flex-direction: row-reverse;
  }
  #sec2 .sec2-img4 {
    width: 759px;
    margin: -64px -95px 0px 0px;
  }
  #sec2 .sec2-txt2 {
    height: 285px;
    margin: 19px 0px 0px 66px;
  }
  #sec2 .sec2-btn1 a {
    margin: -94px 0px 0px 152px;
  }
  #sec2 .sec2-btn2 a {
    margin: -19px 150px 0px auto;
  }
}

#sec3 {
  position: relative;
  padding: 42vw 0px 40vw;
  background: url("../img/index/sec3_bg_sp.png") top center/cover;
  margin: -5vw 0px 0px;
  color: #fff;
}
#sec3 h2 {
  width: 90%;
  margin: 0px auto;
}
#sec3 .sec3-img1 {
  width: 95%;
  margin: 6vw 0px 0px -10%;
}
#sec3 .sec3-img2 {
  width: 95%;
  margin: 4vw -10% 8vw auto;
}
#sec3 .sec3-btn a {
  color: #fff;
  border-color: #fff;
  margin: 8vw auto 0px;
}
#sec3 .sec3-btn a::before {
  border-color: #fff;
}
#sec3 .sec3-btn a::after {
  border-color: #fff;
}
@media only screen and (min-width: 768px) {
  #sec3 {
    margin: -93px 0px 0px;
    padding: 169px 0px 179px;
    background: none;
  }
  #sec3 .sec3-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: calc(100% - 130px);
    min-width: 1100px;
    height: 100%;
    background: url("../img/index/sec3_bg.jpg") center/cover;
    -webkit-mask: url("../img/index/sec3_mask.png") no-repeat center center/100% 100%;
            mask: url("../img/index/sec3_mask.png") no-repeat center center/100% 100%;
  }
  #sec3 .sec3-box {
    width: 462px;
    margin: 0px -49px 0px auto;
  }
  #sec3 h2 {
    width: 420px;
    margin-bottom: 25px;
  }
  #sec3 .sec3-listimg {
    width: 490px;
    position: absolute;
    top: -36px;
    left: 30px;
  }
  #sec3 .sec3-img1 {
    width: 100%;
    margin: 0px;
  }
  #sec3 .sec3-img2 {
    width: 100%;
    margin: 16px 0px 0px;
  }
  #sec3 .sec3-btn a {
    margin: 35px auto 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #sec3 .sec3-listimg {
    left: -20px;
  }
  #sec3 .sec3-box {
    margin-right: 0px;
  }
}

#sec4 {
  position: relative;
}
#sec4 .sec4-deco {
  position: absolute;
  top: -18vw;
  left: 0px;
  width: 38%;
  z-index: 1;
}
#sec4 .sec4-bg {
  background: url("../img/shared/bg3.jpg") repeat top left;
  margin: -30vw 0px 0px;
  padding: 26vw 8% 16vw;
  clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
}
#sec4 .sec4-bg h2 {
  width: 35%;
  margin: 0px auto;
  max-width: 149px;
}
#sec4 .sec4-bg .sec4-logo {
  width: 150px;
  margin: 4vw auto;
}
#sec4 .sec4-bg .sec4-txt1 {
  text-align: center;
  line-height: 1.6;
  font-size: 4.5vw;
  color: #302115;
}
#sec4 .sec4-bg .sec4-txt1 span {
  font-size: 3.5vw;
}
#sec4 .sec4-bg .sec4-insta {
  width: -moz-fit-content;
  width: fit-content;
  margin: 4vw auto 8vw;
}
#sec4 .sec4-bg .sec4-box1 {
  box-sizing: border-box;
  background: url("../img/shared/bg.jpg") repeat top left;
  padding: 8vw 6%;
  position: relative;
}
#sec4 .sec4-bg .sec4-box1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  transform: translate(-50%, -50%);
  border: 1px solid #a79c8e;
}
#sec4 .sec4-bg .sec4-box1 .sec4-tel {
  text-align: center;
  line-height: 1.6;
  font-weight: 500;
  font-size: 28px;
  color: #302115;
}
#sec4 .sec4-bg .sec4-box1 .sec4-tel i {
  width: 24px;
  display: inline-block;
  position: relative;
  margin-right: 5px;
  top: -3px;
}
#sec4 .sec4-bg .sec4-box1 .sec4-btn a {
  width: 90%;
  margin: 4vw auto 12vw;
  font-size: 14px;
}
#sec4 .sec4-bg .sec4-box1 h3 {
  text-align: center;
  font-size: 4.5vw;
  position: relative;
  margin: 0px 0px 4vw;
}
#sec4 .sec4-bg .sec4-box1 h3::before {
  /* content: ""; */
  position: absolute;
  top: -6vw;
  left: 0px;
  width: 100%;
  height: 2px;
  border-top: 1px solid #a79c8e;
}
#sec4 .sec4-bg .sec4-list {
  margin: 10vw 0px;
}
#sec4 .sec4-bg .sec4-list dl {
  line-height: 1.8;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #c0b8ae;
}
#sec4 .sec4-bg .sec4-list dl dt {
  width: 26%;
}
#sec4 .sec4-bg .sec4-list dl dd {
  width: 74%;
  text-align: left;
  letter-spacing: 0.05em;
}
#sec4 .sec4-bg .sec4-list dl dd a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#sec4 .sec4-bg .sec4-list dl dd a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  width: 11px;
  height: 14px;
  background: url("../img/shared/icon_map3.png") center/cover;
}
#sec4 .sec4-bg .sec4-map {
  width: 100%;
  height: 480px;
  margin: 10vw 0px 0px;
}
#sec4 .sec4-bg .sec4-map #map {
  width: 100%;
  height: 100%;
}
#sec4 .sec4-bg .sec4-map iframe {
  width: 100%;
  height: 100%;
}
#sec4 .sec4-bg .map-btn1 a {
  margin: 8vw auto 0px;
}
@media only screen and (min-width: 768px) {
  #sec4 .sec4-deco {
    top: -396px;
    width: 406px;
  }
  #sec4 .sec4-bg {
    margin: -54px 0px 0px;
    padding: 318px 0px 98px;
    clip-path: polygon(0 12%, 100% 0, 100% 100%, 0% 100%);
  }
  #sec4 .sec4-bg .sec4-scroll {
    position: relative;
    padding-top: 71px;
  }
  #sec4 .sec4-bg .sec4-map {
    width: 50%;
    height: calc(100vh - 88px);
    position: absolute;
    top: 0;
    right: 0;
    margin: 0px;
  }
  #sec4 .sec4-bg .sec4-col {
    width: 430px;
    margin: 0px 56% 0px auto;
  }
  #sec4 .sec4-bg h2 {
    width: 149px;
  }
  #sec4 .sec4-bg .sec4-logo {
    width: 184px;
    margin: 32px auto 13px;
  }
  #sec4 .sec4-bg .sec4-txt1 {
    font-size: 18px;
    line-height: 32px;
  }
  #sec4 .sec4-bg .sec4-txt1 span {
    font-size: 13px;
  }
  #sec4 .sec4-bg .sec4-insta {
    margin: 11px auto 35px;
  }
  #sec4 .sec4-bg .sec4-box1 {
    padding: 41px 40px 44px;
  }
  #sec4 .sec4-bg .sec4-box1 .sec4-tel {
    font-size: 35px;
  }
  #sec4 .sec4-bg .sec4-box1 .sec4-tel i {
    width: 27px;
  }
  #sec4 .sec4-bg .sec4-box1 .sec4-btn a {
    width: 248px;
    line-height: 46px;
    margin: 19px auto 63px;
    font-size: 17px;
  }
  #sec4 .sec4-bg .sec4-box1 h3 {
    font-size: 18px;
    margin: 0px 0px 10px;
  }
  #sec4 .sec4-bg .sec4-box1 h3::before {
    top: -25px;
  }
  #sec4 .sec4-bg .sec4-box1 .sec4-txt2 {
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #sec4 .sec4-bg .sec4-list {
    margin: 50px 0px 57px;
  }
  #sec4 .sec4-bg .sec4-list dl {
    line-height: 27px;
    padding-bottom: 13px;
    margin-bottom: 14px;
  }
  #sec4 .sec4-bg .sec4-list dl dt {
    width: 121px;
  }
  #sec4 .sec4-bg .sec4-list dl dd {
    width: calc(100% - 121px);
  }
  #sec4 .sec4-bg .sec4-list dl dd a:hover {
    text-decoration: none;
  }
  #sec4 .sec4-bg .map-btn1 a {
    margin: 30px auto 10px;
  }
  #sec4 .sec4-bg .map-btn2 a {
    text-align: center;
    width: 240px;
    font-size: 13px;
    font-weight: 500;
    color: #302115;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    margin: 0px auto;
  }
  #sec4 .sec4-bg .map-btn2 a:hover {
    text-decoration: none;
  }
}

#rss {
  background: url("../img/index/rss_deco_sp.png") no-repeat top right/80% 100%;
  padding: 16vw 0px;
}
#rss h2 {
  width: 60%;
  margin: 0px auto;
  max-width: 167px;
}
#rss #feed {
  position: relative;
  margin: 16vw 0px 8vw;
}
#rss #feed::before {
  content: "";
  position: absolute;
  top: -9vw;
  left: 50%;
  width: 70%;
  height: 4px;
  border-top: 1px solid #93887a;
  border-bottom: 1px solid #93887a;
  transform: translateX(-50%);
}
#rss #feed dl {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  margin-bottom: 2vw;
}
#rss #feed dl dt {
  width: 28%;
}
#rss #feed dl dd {
  width: 72%;
  letter-spacing: 0.05em;
}
#rss .rss-btn a {
  margin: 0px auto;
}
@media only screen and (min-width: 768px) {
  #rss {
    background-image: url("../img/index/rss_deco.png");
    background-size: auto 100%;
    padding: 76px 0px 61px;
  }
  #rss .wrap {
    max-width: 720px;
  }
  #rss h2 {
    width: 167px;
    margin: 0px;
  }
  #rss .rss-row {
    align-items: center;
  }
  #rss #feed {
    width: 500px;
    padding: 3px 0px 14px;
    margin: 0px;
  }
  #rss #feed::before {
    top: 0px;
    left: -22px;
    width: 4px;
    height: 100%;
    border: none;
    border-left: 1px solid #93887a;
    border-right: 1px solid #93887a;
    transform: none;
  }
  #rss #feed dl {
    line-height: 25px;
    margin-bottom: 7px;
  }
  #rss #feed dl dt {
    width: 104px;
  }
  #rss #feed dl dd {
    width: calc(100% - 104px);
  }
  #rss #feed dl dd a:hover {
    text-decoration: underline;
  }
  #rss .rss-btn a {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    font-size: 18px;
    line-height: 35px;
    margin: -21px 0px 0px auto;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #rss .rss-btn a::before, #rss .rss-btn a::after {
    display: none;
  }
  #rss .rss-btn a:hover {
    text-decoration: none;
  }
}/*# sourceMappingURL=index.css.map */