@charset "UTF-8";
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.01em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 19rem; }

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

html {
  font-size: calc(1vw * 100 / 1920); }

@font-face {
  font-family: "castellar";
  src: local("castellar"), url("../font/castellar-regular.ttf") format("truetype"); }
.font_castellar {
  font-family: "castellar" !important; }

@font-face {
  font-family: "Hightower";
  src: local("Hightower"), url("../font/Hightower-Text-Roman.otf") format("opentype"); }
.font_Hightower {
  font-family: "Hightower" !important; }

#cs {
  background: #000;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  #cs .cs_logo {
    width: 20vw;
    margin-bottom: 44rem; }
  #cs .cs_txt {
    color: #fff;
    font-size: 19rem; }

@media screen and (max-width: 768px) {
  #cs {
    background: #000;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    #cs .cs_logo {
      width: 60vw;
      margin-bottom: 5vw; }
    #cs .cs_txt {
      color: #fff;
      font-size: 5vw; } }
#top2 {
  background: url("../img/top2_bg.png") no-repeat center bottom #000;
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  #top2 #top2_inner {
    width: 1390rem;
    margin: 0 auto;
    text-align: left; }
    #top2 #top2_inner .top2_logo {
      width: 423rem;
      margin-bottom: 100rem; }
      #top2 #top2_inner .top2_logo img {
        width: 100%;
        height: auto;
        display: block; }
    #top2 #top2_inner .top2_list li {
      font-size: 30rem;
      margin-bottom: 1em; }
      #top2 #top2_inner .top2_list li:last-child {
        margin-bottom: 0; }
      #top2 #top2_inner .top2_list li a {
        color: #fff; }

/* PC */
