<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* パララックス */

html, #hapistbland_body {
  height: 100%;
}

#hapistbland_body {
 position:relative;
 margin: 0;
 padding: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cover {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}

.centerBoxFix {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  line-height: 160%;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.centerBoxLast {
  z-index: -1;
}

.centerBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 95%;
  line-height: 2;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.centerBox i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: 1s;
  transition-delay: 0;
}

.centerBox div {
  margin: auto;
  transition: 1s;
  transition-delay: 1s;
}

.section1 {
 height: 100vh;
 background: url(../hapistbland/img/big-sky-img1.jpg) bottom center no-repeat;
 background-size: cover;
 background-attachment: fixed;
}

.section2 {
  /* height: 100vh; */
  background: url(../hapistbland/img/big-sky-img1.jpg) bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
  padding: 1px 0 0;
  min-height: 100vh;
}

.section3 {
  background: url(../hapistbland/img/hapistbland_bg03.jpg) bottom center no-repeat;
  background-size: cover;
  /* height: 2480px; */
  padding: 1px 0 0;
  min-height: 100vh;
}

.section4 {
  background: url(../hapistbland/img/hapistbland_bg04.jpg) bottom center no-repeat;
  background-size: cover;
  /* height: 100%; */
  padding: 1px 0 0;
  min-height: 100vh;
}

.section5 {
  background: url(../hapistbland/img/hapistbland_bg05.jpg) bottom center no-repeat;
  background-size: cover;
  /* height: 100%; */
  padding: 1px 0 0;
  min-height: 100vh;
}

.centerBox .hapistbland_B1 {
  background: radial-gradient(#ffffff00, #0000003b);
  height: auto;
  padding: 2%;
}

.section2 .centerBox {
    position: static;
}

.section3 .centerBox {
    position: static;
}

.section4 .centerBox {
    position: static;
}

.section5 .centerBox {
    position: static;
}

.hapistbland_B2 h3 {
    margin-top: 0;
}

.hapistbland_B2 .list_Box li:nth-last-of-type(1) {
    margin-bottom: 0;
}

#hapistbland_body footer {
  background:  none;
  margin-top: 0;
  }

#hapistbland_body footer .footermenubox {
  min-height: auto;
}

#hapistbland_body .footermenubox .footermenu {
    position: inherit;
}

#hapistbland_body .footermenubox address {
  position:  inherit;
}

/* BIG TTL */

.big_ttl {
  text-transform: uppercase;
  letter-spacing: .5em;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

/*ｔｔｌ01*/

.maintitle{
  display:block;
  font-size: 10rem;
  line-height: 150px;
  letter-spacing:-4px;
  text-shadow: 0px 0px 3px #fff,
  0px 0px 6px #fff,
  0px 0px 9px #fff,
  0px 0px 12px #ed4314,
  0px 0px 21px #ed4314;
  0px 0px 24px #f0a
  0px 0px 30px #f0a
  0px 0px 45px #f0a
}


/* scroll_btn */

.scroll_btn {
  position: absolute;
  bottom: 8%;
  left: 50%;
}

.scroll_btn a {
  color: #fff;
}
.scroll_btn a span {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll_btn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


.ribon {
  position: relative;
  padding:3px 0;
  color:#ffffff;
  zoom: 1;
  background: #e41c29;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  box-shadow:0 1px 3px rgba(0,0,0,0.3);
  height: auto;
  border: none;
  font-size: 5em;
  line-height: 1.2;
}
.ribon:before,
.ribon:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-top: 20px solid #610006;
}
.ribon:before {
  right: 0;
  border-left: 20px solid #a8000a;
}
.ribon:after {
  left: 0;
  border-right: 20px solid #a8000a;
}
.ribon span{
  display:block;
  border-top:1px dashed #fff;
  border-bottom:1px dashed #fff;
  padding:10px;
}

@media screen and (max-width: 767px) {
  /* BIG TTL */

  .big_ttl {
    text-transform: uppercase;
    letter-spacing: .5em;
    border: 4px double rgba(255, 255, 255, 0.25);
    border-width: 4px 0;
    padding: 1.5em 0em;
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }

  .maintitle{
    display:block;
    font-size: 2.5em;
    line-height: 70px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 3px #fff,
    0px 0px 6px #fff,
    0px 0px 9px #fff,
    0px 0px 12px #ed4314,
    0px 0px 21px #ed4314;
    0px 0px 24px #f0a
    0px 0px 30px #f0a
    0px 0px 45px #f0a
  }

  .section1 , .section2 {
   height: 100vh;
   background: none;
 }

 .section1::before , .section2::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../hapistbland/img/big-sky-img1_sp.jpg) center/cover no-repeat; /*fixedをトル！*/
  -webkit-background-size:cover;/*Android4*/
}

/* scroll_btn */

.scroll_btn {
  position: absolute;
  bottom: 10%;
  left: 45%;
}

.scroll_btn a {
  color: #fff;
}
.scroll_btn a span {
  position: absolute;
  top: 35px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.scroll_btn a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.centerBox {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  height: 100%;
  line-height: 150%;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.centerBox i {
  height: 120px;
  padding: 20px;
  font-size: 100px;
  transition: 1s;
  transition-delay: 0;
}

.section3 {
  background: url(../hapistbland/img/hapistbland_bg03.jpg) bottom center no-repeat;
  background-size: cover;
  /* height: 2300px; */
}


.ribon {
  position: relative;
  padding:3px 0;
  color:#ffffff;
  zoom: 1;
  background: #e41c29;
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  box-shadow:0 1px 3px rgba(0,0,0,0.3);
  height: auto;
  border: none;
  font-size: 1.8em;
  line-height: 1.2;
  margin: 100px 0px 30px;
}
.ribon:before,
.ribon:after {
  content: "";
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  border: 20px solid transparent;
  border-top: 20px solid #610006;
}
.ribon:before {
  right: 0;
  border-left: 0px solid #a8000a;
}
.ribon:after {
  left: 0;
  border-right: 0px solid #a8000a;
}
.ribon span{
  display:block;
  border-top:1px dashed #fff;
  border-bottom:1px dashed #fff;
  padding:10px;
}

.section5 {
  background: url(../hapistbland/img/hapistbland_bg05.jpg) bottom center no-repeat;
  background-size: cover;
  /* height: 1000px; */
}

}
</pre></body></html>