<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===========================================
common.css
css
============================================*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@500&amp;family=Shippori+Mincho:wght@400;500;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&amp;display=swap');
body {
  position: relative;
  color: #000;
  line-height: 1.6667;
  background-color: #fff;
  font-family: neue-haas-grotesk-display, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif !important;
  height: 100%;
  letter-spacing: 0.02em;
  ;
}
.pc{ display: block;}
.sp{ display: none;}
a {
  text-decoration: none;
  opacity: 1;
}
a:hover {
  opacity: 0.7;
}
*:focus {
  outline: none;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
img {
  max-width: 100%;
  height: auto;
}
main {
  position: relative;
  z-index: 10;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.mainlogo {
  width: 220px;
  position: absolute;
  top: 45px;
  right: 50px;
	z-index: 10;
}
.logoread {
  font-size: 16px;
  position: absolute;
  left: 227px;
  top: 55px;
}
.scrollWrapp {
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 0;
}
.scrollWrapp p {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 46px;
    color: #fff;
    margin-left: -9px;

}
.scroll {
  height: 200px;
  border-radius: 11px;
  position: relative;
  overflow: hidden;
  right: auto;
  width: 1px;
}
.inttxt, .animein, .mainlink {
  transition: all 2s cubic-bezier(0, 0, .4, 1);
  transition-property: opacity, transform;
}
@media screen and (max-width: 900px) {
	.sp{ display: block;}
.pc{ display: none;}
  .mainlogo {
    width: 130px;
    position: absolute;
    top: 45px;
	  left: auto;
    right: 20px;
	  z-index: 10;
  }
  .logoread {
    font-size: 10px;
    position: absolute;
    left: 157px;
    top: 17px;
  }
	
	.footer {
    background: #000;
    padding: 40px 0 120px;
}
	
	.mainlogo{ top: 30px;}
}

.scrollWrapp {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 0;
    width: 60px;
    margin-left: -30px;
}
.scroll {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 34px;
  overflow: hidden;
  width: 2px;
  height: 40px;
  letter-spacing: 0.08em;
  z-index: 10;
}
.scrolltext {
  position: absolute;
  font-size: 10px;
  bottom: 170px;
  color: #fff;
  right: -3px;

  font-weight: 600;
  letter-spacing: 0.185em;
  z-index: 10;
}
.scroll:after, .scroll:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 100%;
  content: ''
}
.scroll:before {
  z-index: 10;
  -webkit-animation: scroll 2.4s infinite normal;
  animation: scroll 2.4s infinite normal;
  background: #000
}
.scroll:after {
  background: #cacaca
}
.footer{ background: #000; padding: 70px 0 50px;}

.footer .inner {
    max-width: 780px;
    margin: 0 auto;
}

.socialTit{ color: #fff; font-size: 15px; margin-bottom: 30px;}

#social-box li, .social-box li i{ color: #fff !important;}

#social-box,.social-box{

		width: 100%; 

 text-align: center;

 padding:50px 0 50px;


}

#social-box ul {
    max-width: 375px;
    margin: 0 auto;
    padding: 20px 0;
}

#social-box li ,

	.social-box li {

		display: inline;

  margin:0 15px;

}
.cp{ text-align: center;}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate3d(0, -100%, 0)
  }
  15% {
    -webkit-transform: translate3d(0, -98%, 0)
  }
  85% {
    -webkit-transform: translate3d(0, 98%, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0)
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(0, -100%, 0)
  }
  15% {
    transform: translate3d(0, -98%, 0)
  }
  85% {
    transform: translate3d(0, 98%, 0)
  }
  100% {
    transform: translate3d(0, 100%, 0)
  }
}
/* =================
clearfix
================= */
.clearfix:after, .cfx:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =================</pre></body></html>