<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Reset CSS 2.0 -------------------------------
------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong {
  font-weight: bold;
}


/* BASE */
body {
  text-align: center;
  font-size: 18px;
  font-family: '繝偵Λ繧ｮ繝手ｧ偵ざPro W3', 'Hiragino Kaku Gothic Pro', Osaka, Meiryo, sans-serif;
  color: #fff;
  background: #000;
}
/** tablet **/
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
  }
}
/** smartphone **/
@media screen and (max-width: 640px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  a img {
    transition: opacity .15s linear;
  }
  a:hover img {
    opacity: .75;
  }
}

.--content-box *,
.--content-box ::after,
.--content-box ::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
:placeholder-shown {
  color: #aaa;
}
::-webkit-input-placeholder {
  color: #aaa;
}
:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aaa;
}

/* MAIN */
#main {
  background: url("../img/bg.jpg") no-repeat center top #262626;
  background-size: 100% auto;
}
#main .logo {
  width: 12%;
  max-width: 62px;
  padding: 60px 0 50px;
  margin: 0 auto;
}
#main .logo img {
  width: 100%;
}
#main .fadeText {
  padding-bottom: 1em;
  line-height: 1.89;
  font-family: "貂ｸ譏取悃菴�", "Yu Mincho", YuMincho, "繝偵Λ繧ｮ繝取�譛� Pro", "Hiragino Mincho Pro", "MS P譏取悃", "MS PMincho", serif;
}
#main .who {
  max-width: 480px;
  padding: 60px 20px 90px;
  margin: 0 auto;
}
#main .videoArea {
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto;
}
#main .video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
}
#main .video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.btmBnrs {
  max-width: 510px;
  padding: 50px 20px 40px;
  margin: 0 auto;
}
.btmBnrs .bnrs {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.btmBnrs .bnrs li {
  display: table-cell;
  padding: 5px 45px;
  vertical-align: middle;
}
.btmBnrs .bnrs li:last-child {
  border-left: 1px solid #fff;
}
.btmBnrs .message {
  padding-top: 30px;
}

/** MAIN tablet **/
@media screen and (max-width: 800px) {
  #main {
    background-size: 110% auto;
  }
  
  #main .who {
    padding: 40px 20px 60px;
  }
}
/** MAIN smartphone **/
@media screen and (max-width: 640px) {
  #main {
    background-size: 150% auto;
  }
  #main .logo {
    padding: 40px 0 30px;
  }  
  #main .who {
    padding: 20px 30px 30px;
  }
  #main .videoArea {
    padding: 0 15px;
  }

  .btmBnrs {
    padding: 30px 15px 20px;
  }
  .btmBnrs .bnrs li {
    padding: 5px 20px;
  }
  .btmBnrs .message {
    padding: 20px 15px 0;
  }
}

/* FOOTER */
#footer {
  padding: 20px;
}
#footer #copyright {
  font-size: 14px;
}
/** FOOTER tablet **/
@media screen and (max-width: 800px) {
}
/** FOOTER smartphone **/
@media screen and (max-width: 640px) {
  #footer {
    padding: 15px;
  }
  #footer #copyright {
    font-size: 11px;
  }
}

/* animation */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: opacity .5s .8s ease;
}
body.loaded #loader {
  opacity: 0;
}
#loader span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5em 0 0 -5em;
  font-size: 10px;
  text-indent: -9999em;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  background: #7c61a7;
  background: linear-gradient(to right, #7c61a7 10%, rgba(255, 255, 255, 0) 40%);
  animation: loading 1.4s infinite linear;
  transform: translateZ(0);
}
#loader span:before {
  width: 50%;
  height: 50%;
  background: #7c61a7;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
#loader span:after {
  background: #000000;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#main .fadeText p,
#main .who,
#main .videoArea,
.btmBnrs {
  opacity: 0;
  transform: translateY(5px);
}
body.animate #main .fadeText p,
body.animate #main .who,
body.animate #main .videoArea,
body.animate .btmBnrs {
  opacity: 1;
  transform: translateY(0);
}

.t01{transition:all .5s 0s linear;}
.t02{transition:all .5s .4s linear;}
.t03{transition:all .5s .8s linear;}
.t04{transition:all .5s 2s linear;}
.t05{transition:all .5s 2.4s linear;}
.t06{transition:all .5s 2.8s linear;}
.t07{transition:all .5s 4s linear;}
.t08{transition:all .5s 4.4s linear;}
.t09{transition:all .5s 5.5s linear;}
.t10{transition:all .5s 5.9s linear;}
.t11{transition:all .5s 6.3s linear;}
.who{transition:all 1s 8s linear;}

#main .videoArea,
.btmBnrs { transition:opacity 1s 9s linear;}

@media screen and (max-width: 640px) {
  #loader span {
    margin: -4em 0 0 -4em;
    width: 8em;
    height: 8em;
  }
}</pre></body></html>