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

/*****************************
    topスライド
*****************************/
.topsec-firstview{
  overflow: hidden;
}
.topslider {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100dvh;
}
.topslider::after{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgb(0,0,0,0.1);
}
.topslider .slideitem {
  height: 100vh;
  width: 100%;
}
@media screen and (max-width: 767px) {
.topslider .slideitem {
    background-position: bottom 0px right -250px !important;
}
}

/*****************************
  top
*****************************/
.top_copyright{
  padding: 2.5rem 0 1rem;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
}

.top_copyright .fotcopy{
  color: #fff;
  font-weight: 100;
  font-size: 12px;
}
/*****************************
キャッチコピーエリア
*****************************/
.catcharea01 {
    position: absolute;
    width: 100%;
    width: 800px;
    max-width: 100%;
    color: #fff;
    top: 58%;
    left: 35%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
    padding: 10px 0;
    z-index: 1;
    padding: 10px;
}
@media screen and (max-width: 1180px) {
.catcharea01 {
    top: 70%;
    left: 50%;
}
}
@media screen and (max-width: 1180px) {
.catcharea01 {
    top: 65%;
    left: 50%;
}
}

.catcharea01 h2{
  font-size: 50px;
  word-break: break-word;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.catcharea01 p{
font-size: 18px;
text-align: left;
font-family: Roboto, sans-serif;
font-weight: 400;
margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
.catcharea01 h2{
  font-size: 28px;
}
.catcharea01 p{
font-size: 16px;
}
}



/*****************************
以下 Futura参考
*****************************/
Futura PT Book{
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: normal;
}
Futura PT Book Oblique{
font-family: "futura-pt", sans-serif;
font-weight: 400;
font-style: italic;
}
Futura PT Heavy{
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: normal;
}
Futura PT Heavy Oblique{
font-family: "futura-pt", sans-serif;
font-weight: 700;
font-style: italic;
}
Futura PT Bold{
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: normal;
}
Futura PT Bold Oblique{
font-family: "futura-pt-bold", sans-serif;
font-weight: 700;
font-style: italic;
}


/* ----------------------------------------
animate.cssカスタム
------------------------------------------*/
.animate__delay-01s {animation-delay: calc(var(--animate-delay) * 0.1);}
.animate__delay-02s {animation-delay: calc(var(--animate-delay) * 0.2);}
.animate__delay-03s {animation-delay: calc(var(--animate-delay) * 0.3);}
.animate__delay-04s {animation-delay: calc(var(--animate-delay) * 0.4);}
.animate__delay-05s {animation-delay: calc(var(--animate-delay) * 0.5);}
.animate__delay-06s {animation-delay: calc(var(--animate-delay) * 0.6);}
.animate__delay-07s {animation-delay: calc(var(--animate-delay) * 0.7);}
.animate__delay-08s {animation-delay: calc(var(--animate-delay) * 0.8);}
.animate__delay-09s {animation-delay: calc(var(--animate-delay) * 0.9);}
.animate__delay-10s {animation-delay: calc(var(--animate-delay) * 1.0);}
.animate__delay-11s {animation-delay: calc(var(--animate-delay) * 1.1);}
.animate__delay-12s {animation-delay: calc(var(--animate-delay) * 1.2);}
.animate__delay-13s {animation-delay: calc(var(--animate-delay) * 1.3);}
.animate__delay-14s {animation-delay: calc(var(--animate-delay) * 1.4);}
.animate__delay-15s {animation-delay: calc(var(--animate-delay) * 1.5);}
.animate__delay-16s {animation-delay: calc(var(--animate-delay) * 1.6);}
.animate__delay-17s {animation-delay: calc(var(--animate-delay) * 1.7);}
.animate__delay-18s {animation-delay: calc(var(--animate-delay) * 1.8);}
.animate__delay-19s {animation-delay: calc(var(--animate-delay) * 1.9);}
.animate__delay-20s {animation-delay: calc(var(--animate-delay) * 2);}</pre></body></html>