@charset "UTF-8";
/* Scss Document */
#key {
  position: relative;
}
#key .photo1 img {
  width: 100%;
  height: auto;
}
#news {
  color: #fff;
  position: absolute;
  top: 83vw;
  left: 12%;
  right: 12%;
  z-index: 4;
}
#news h2 {
  font-size: 7vw;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: -1vw;
}
#news #feed {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 10px 20px;
}
#news #feed span {
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  #news {
    top: calc(100vh);
    left: 50px;
    right: auto;
    width: 400px;
    transform: translateY(-100%);
  }
  #news h2 {
    font-size: 40px;
    margin-bottom: -3px;
  }
  #news #feed {
    padding: 23px 10px 23px 39px;
  }
  #news #feed span {
    padding-right: 18px;
  }
}
#sec1 {
  margin-top: -55vw;
}
#sec1 .info {
  padding: 0 8% 10%;
  position: relative;
  z-index: 1;
}
#sec1 .info:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 22vw;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: -1;
}
#sec1 h2 {
  margin: 0 0 5vw 5%;
  font-size: 5.5vw;
  line-height: 2;
  letter-spacing: 0.12em;
  display: inline-flex;
  flex-wrap: wrap;
}
#sec1 h2 span {
  position: relative;
  background-color: #fff;
  padding: 0 5% 0 8%;
}
#sec1 h2 span:first-child {
  padding-top: 4%;
}
#sec1 h2 span:first-child:before {
  content: '';
  background: url("../img/index/sec1_line.png") no-repeat 0 0/100%;
  position: absolute;
  bottom: -5vw;
  left: -4vw;
  width: 32vw;
  height: 10vw;
  z-index: 1;
}
#sec1 h2 span:last-child {
  padding-bottom: 4%;
}
@media screen and (min-width: 768px) {
  #sec1 {
    margin-top: 0px;
    position: absolute;
    left: 50px;
    top: -150px;
    transform: translateY(-100%);
  }
  #sec1 .wrap {
    max-width: 100%;
  }
  #sec1 .info {
    padding: 0 0px 69px;
    width: 500px;
  }
  #sec1 .info:before {
    top: 30px;
  }
  #sec1 h2 {
    margin: 0 0 26px 20px;
    font-size: 30px;
  }
  #sec1 h2 span {
    padding: 0 36px 0 40px;
  }
  #sec1 h2 span:first-child {
    padding-top: 11px;
    padding-bottom: 12px;
  }
  #sec1 h2 span:first-child:before {
    bottom: -7px;
    left: -21px;
    width: 181px;
    height: 32px;
  }
  #sec1 h2 span:nth-child(2) {
    padding-top: 10px;
  }
  #sec1 h2 span:last-child {
    padding-bottom: 10px;
  }
  #sec1 .txt {
    max-width: 380px;
    margin: 0 auto;
  }
}
#sec2 {
  padding: 10vw 5% 32vw;
  position: relative;
}
#sec2 .deco {
  width: 90%;
  position: absolute;
  bottom: 2vw;
  right: -18vw;
}
#sec2 .wrap {
  padding: 0 10% 21vw;
  position: relative;
}
#sec2 .wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #fff;
}
#sec2 .lead {
  position: relative;
}
#sec2 .lead .photo {
  margin: 0 -15vw 5vw 0;
}
#sec2 h2 {
  color: #fff;
  font-size: 5.5vw;
  line-height: 2;
  position: absolute;
  top: 37vw;
  right: 17vw;
  z-index: 1;
}
#sec2 h2 span {
  position: relative;
  letter-spacing: 0.12em;
  white-space: nowrap;
  display: inline-block;
}
#sec2 h2 span:before {
  content: '';
  position: absolute;
  top: 0;
  right: 2vw;
  border-left: 2px solid #dad4d4;
  bottom: 0;
}
#sec2 .info {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #sec2 {
    padding: 0 0 200px;
  }
  #sec2 .deco {
    width: auto;
    bottom: 48px;
    left: calc(50%);
  }
  #sec2 .wrap {
    padding: 0 0 142px;
  }
  #sec2 .wrap:before {
    top: 150px;
    border: 10px solid #fff;
  }
  #sec2 .lead .photo {
    margin: 0 0 72px 100px;
  }
  #sec2 h2 {
    font-size: 30px;
    line-height: 55px;
    top: 220px;
    right: 166px;
    z-index: 1;
  }
  #sec2 h2 span:before {
    top: 0;
    right: 11px;
    bottom: 0;
  }
  #sec2 .info {
    position: relative;
    margin-left: 100px;
    z-index: 3;
  }
  #sec2 .info .bnr-shared {
    position: absolute;
    top: 10px;
    right: 100px;
  }
  #sec2 .info .txt {
    width: 400px;
  }
}
.h2-tt {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  text-align: center;
  font-size: 6.5vw;
  line-height: 1;
  letter-spacing: 0;
  padding: 10vw 0 10vw;
  margin-bottom: 5vw;
  position: relative;
}
.h2-tt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../img/index/sec3_deco2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 50%;
}
@media screen and (min-width: 768px) {
  .h2-tt {
    font-size: 48px;
    padding: 0 0px;
    margin-bottom: 0;
    text-align: left;
  }
  .h2-tt:after {
    background: none !important;
    content: url("../img/index/sec3_deco2.png");
    bottom: 11px;
    top: auto;
    left: -17px;
  }
}
#sec3 {
  position: relative;
}
#sec3 .deco {
  width: 40%;
  position: absolute;
  left: 0;
  top: -20vw;
  z-index: 1;
}
#sec3 .info {
  padding: 0 10%;
}
#sec3 .txt {
  position: relative;
  z-index: 2;
}
#sec3 .photo2 {
  margin: -70px -15vw -13vw;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-bottom: 198px;
  }
  #sec3 .wrap {
    max-width: 1500px;
  }
  #sec3 .deco {
    width: auto;
    top: -48px;
    left: calc(50% - 600px);
  }
  #sec3 .photo1 {
    height: 550px;
    margin-left: calc(50% - 250px);
  }
  #sec3 .info {
    padding: 61px 0 0 583px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #sec3 .h2-tt {
    padding: 0 0 70px 51px;
  }
  #sec3 .txt {
    padding-bottom: 30px;
  }
  #sec3 .photo2 {
    margin: 0;
    position: absolute;
    top: -105px;
    left: -141px;
  }
}
#sec4 {
  padding: 0vw 0 20vw;
  position: relative;
}
#sec4 .photo1 {
  margin: 0 -5vw;
}
#sec4 .info {
  padding: 0 10% 30vw;
  position: relative;
}
#sec4 .info:before {
  content: '';
  background: url("../img/index/sec4_deco1.png") no-repeat 0 0/100%;
  width: 78vw;
  height: 83vw;
  position: absolute;
  bottom: -41vw;
  left: -10vw;
}
#sec4 .h2-tt {
  text-align: left;
}
#sec4 .h2-tt:after {
  background-image: url("../img/index/sec4_t.png");
  background-position: 0 bottom;
  left: -7vw;
  right: 7vw;
}
#sec4 .banner {
  position: relative;
  background: #1a130e url("../img/index/sec4_p2.jpg") no-repeat center 0/100%;
  color: #fff;
  padding: 45vw 0 0;
}
#sec4 .banner a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}
#sec4 .banner h3 {
  font-size: 5vw;
  line-height: 1.8;
  padding: 7vw 15%;
  background: #963315 url("../img/index/sec4_line_sp.png") no-repeat 65% center/7%;
  position: relative;
}
#sec4 .banner h3 span {
  letter-spacing: 0.12em;
}
#sec4 .banner h3:before {
  content: '';
  background: url("../img/index/arow.png") no-repeat center/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15%;
  width: 34px;
}
#sec4 .banner .txt {
  padding: 0 10% 5%;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding: 0 20px 150px;
  }
  #sec4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("../img/shared/wave.jpg") no-repeat center 0/100%;
    height: 500px;
  }
  #sec4 .wrap {
    padding: 1px 0 0;
  }
  #sec4 .photo1 {
    margin: -163px 0 0 77px;
  }
  #sec4 .info {
    padding: 63px 134px 100px 250px;
    position: relative;
  }
  #sec4 .info:before {
    width: 560px;
    height: 638px;
    bottom: auto;
    left: -100px;
    top: 123px;
  }
  #sec4 .info .bnr-shared {
    float: right;
  }
  #sec4 .info .txt {
    padding-bottom: 40px;
  }
  #sec4 .h2-tt {
    text-align: left;
    position: absolute;
    top: -31px;
    left: 123px;
  }
  #sec4 .h2-tt:after {
    content: url("../img/index/sec4_t.png");
    left: -47px;
    right: auto;
    bottom: -50px;
  }
  #sec4 .banner {
    position: relative;
    width: 840px;
    margin: 0 auto;
    padding: 293px 308px 29px 51px;
    background-size: auto;
    background-position: 0 0;
    transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
  }
  #sec4 .banner:hover {
    opacity: 0.8;
  }
  #sec4 .banner h3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 260px;
    font-size: 24px;
    line-height: 40px;
    padding: 70px 0 0;
    background: #963315 url("../img/index/sec4_line.png") no-repeat center 295px;
  }
  #sec4 .banner h3 span {
    margin: 0 auto;
    display: block;
  }
  #sec4 .banner h3:before {
    top: auto;
    bottom: 58px;
    height: 14px;
    right: 112px;
    width: 31px;
  }
  #sec4 .banner .txt {
    padding: 0;
  }
}
#sec5 {
  padding-bottom: 20vw;
}
#sec5 .box-parallax {
  height: 65vw;
}
#sec5 .info {
  padding: 0 10%;
}
#sec5 .map {
  width: 60%;
  margin: 10vw auto;
}
#sec5 .js-fade {
  position: relative;
  padding: 0 0 5vw;
}
#sec5 .js-fade:before {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
#sec5 .js-fade .floor {
  position: relative;
}
#sec5 .js-fade .floor span {
  color: #000;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.2;
  padding: 0% 3% 1%;
  position: absolute;
  font-weight: 700;
  font-size: 6vw;
  letter-spacing: 0.05em;
  right: 13%;
  top: 15vw;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke: 0.1vw black;
  text-stroke: 0.1vw black;
  text-shadow: none;
}
#sec5 .js-fade .floor span.ext {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-text-stroke: 0.1vw white;
  text-stroke: 0.1vw white;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-bottom: 150px;
  }
  #sec5 .box-parallax {
    height: 600px;
  }
  #sec5 .info {
    padding: 74px 0 75px 124px;
  }
  #sec5 .info .txt {
    width: 450px;
  }
  #sec5 .info .h2-tt {
    margin: 0 0 56px 330px;
  }
  #sec5 .info .h2-tt:after {
    content: url("../img/index/sec5_t.png");
    left: -60px;
    bottom: -40px;
  }
  #sec5 .map {
    width: auto;
    margin: 0;
    position: absolute;
    top: -186px;
    right: 89px;
    z-index: 1;
  }
  #sec5 .js-fade {
    position: relative;
    padding: 0 0;
    margin: 0 0 0 -50px;
  }
  #sec5 .js-fade:before {
    right: 100px;
    left: 250px;
    bottom: 100px;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
  }
  #sec5 .js-fade .floor span {
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
    padding: 7px 19px 9px;
    font-size: 30px;
    right: calc(50% - 95px);
    top: 168px;
    -webkit-text-stroke: 1px black;
    text-stroke: 1px black;
  }
  #sec5 .js-fade .floor span.ext {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
  }
  #sec5 .slick-dots {
    position: absolute;
    width: 15px;
    flex-wrap: wrap;
    top: 0;
    left: auto;
    right: 171px;
    bottom: 121px;
    z-index: 1;
  }
}
#shopinfo {
  position: relative;
  padding: 0vw 0 0vw;
}
#shopinfo .img-loop {
  width: 35%;
  position: absolute;
  z-index: 1;
  top: -18vw;
  right: -5vw;
}
#shopinfo .lead {
  position: relative;
}
#shopinfo .lead:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 20vw;
  border-left: 1px solid #fff;
  z-index: 2;
}
#shopinfo .lead h2 {
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 5.5vw;
  line-height: 2;
  z-index: 1;
}
#shopinfo .logo {
  width: 65%;
  margin: 0 auto 10vw;
}
#shopinfo .tbl-info p {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
#shopinfo .bnr-shared {
  width: 80%;
  margin: 30px auto -20px;
  position: relative;
  z-index: 1;
}
#shopinfo .policy {
  padding: 15% 10% 10%;
  border: 1px solid #fff;
}
#shopinfo .policy dt {
  text-align: center;
  padding-bottom: 10px;
}
#shopinfo #gmap {
  padding: 15vw 0 20vw;
  position: relative;
  z-index: 1;
}
#shopinfo #gmap:before {
  content: '';
  position: absolute;
  height: 50vw;
  left: -5vw;
  right: -5vw;
  bottom: 0;
  background: url("../img/shared/bd_bg.jpg") repeat center 0;
  z-index: -1;
}
#shopinfo #gmap .link {
  position: relative;
  padding: 10vw 0 0 50%;
}
#shopinfo #gmap .link h3 {
  font-size: 6.5vw;
  line-height: 1.4;
  letter-spacing: 0;
  position: absolute;
  top: 10vw;
  left: 2vw;
}
#shopinfo #gmap .link li a span {
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  border-bottom: 1px solid #000;
}
#shopinfo #gmap .link li a:after {
  content: '▶';
  font-size: 12px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  #shopinfo {
    padding: 0 0vw;
    margin: 0 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #shopinfo {
    margin: 0 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  #shopinfo {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  #shopinfo .img-loop {
    width: auto;
    top: -176px;
    right: calc(50% - 560px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1040px) {
  #shopinfo .wrap {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  #shopinfo .lead:before {
    height: 150px;
  }
  #shopinfo .lead h2 {
    transform: translateY(-50%);
    font-size: 24px;
  }
  #shopinfo .lead .photo {
    height: 400px;
  }
  #shopinfo .logo {
    width: 323px;
    margin: 58px auto 29px;
  }
  #shopinfo .logo img {
    width: 100%;
    height: auto;
  }
  #shopinfo .tbl-info {
    display: flex;
    justify-content: space-between;
  }
  #shopinfo .tbl-info .col {
    width: calc(50% - 10px);
  }
  #shopinfo .tbl-info p {
    padding: 14px 0;
    font-size: 15px;
    line-height: 27px;
  }
  #shopinfo .bnr-shared {
    width: 300px;
    margin: 80px auto -29px;
  }
  #shopinfo .policy {
    padding: 72px 20px 63px;
    font-size: 15px;
    line-height: 27px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
  }
  #shopinfo .policy dt {
    padding-bottom: 18px;
  }
  #shopinfo #gmap {
    padding: 100px 0 164px;
  }
  #shopinfo #gmap:before {
    content: '';
    position: absolute;
    height: 360px;
    left: -20vw;
    right: -20vw;
  }
  #shopinfo #gmap .map {
    line-height: 0;
  }
  #shopinfo #gmap .map iframe {
    height: 550px !important;
  }
  #shopinfo #gmap .link {
    position: relative;
    padding: 50px 0 0 545px;
  }
  #shopinfo #gmap .link h3 {
    font-size: 40px;
    top: 35px;
    left: 157px;
  }
  #shopinfo #gmap .link ul {
    gap: 30px;
    display: flex;
  }
  #shopinfo #gmap .link li a span {
    font-size: 16px;
  }
  #shopinfo #gmap .link li a:hover span {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
  }
}