@charset "UTF-8";
/* =====
 * 共通レイアウト
============================================================================= */
body {
  font-family: Helvetica, Arial, verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #221815;
  line-height: 1.85;
  letter-spacing: 0.035em;
}

/* -----
 * font family
----------------------------------------------------------------------------- */
.font-serif {
  font-family: "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "HiraMinPro-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font-equip {
  font-family: 'VT323', sans-serif;
}

/* -----
 * link setting
----------------------------------------------------------------------------- */
a:link, a:visited, a:active {
  color: #221815;
  outline: 0px none #000;
}

a img {
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0;
}

/* -----
 * tag setting
----------------------------------------------------------------------------- */
p, ul, ol, table {
  margin: 1em 0;
}

p:last-child, ul:last-child, ol:last-child, table:last-child {
  margin-bottom: 0;
}

p:first-child, ul:first-child, ol:first-child, table:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

/* -----
 * br setting
----------------------------------------------------------------------------- */
.br-sp {
  display: none;
}

/* -----
 *
----------------------------------------------------------------------------- */
#Main {
  overflow: hidden;
  position: relative;
  width: 100vw;
  height: 100vh;
}

#Main .svg-head {
  position: fixed;
  top: 40px;
  right: 20px;
  width: 40px;
  height: 200px;
  z-index: 100;
}

#Main .svg-name {
  display: block;
  position: absolute;
  width: 100px;
  height: 501px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#Main .svg-now {
  display: block;
  width: 100px;
  height: 14px;
  margin: -7px 0 0 -50px;
  position: absolute;
}

#Main .mail {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -17px;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #000;
  color: #fff;
  font-size: 19px;
  text-decoration: none;
}

#Main .mail:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #0f0;
}

#Main .stage {
  position: absolute;
  width: 375px;
  height: 677px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#Main .stage svg {
  background: #fff;
}

#Content {
  background-color: #212529;
  color: #ced4da;
  border-top: 1px solid #000;
  padding: 100px 0;
}

#Content .entry {
  vertical-align: top;
  text-align: center;
  margin-bottom: 90px;
}

#Content .entry a {
  vertical-align: top;
  width: 200px;
  display: inline-block;
  text-align: left;
  margin: 10px;
  color: #ced4da;
}

#Content .entry a > .image {
  display: block;
  width: 200px;
  height: 200px;
  border: 1px solid #000;
}

#Content .entry a > .title {
  display: block;
  margin-top: 10px;
}

#Content .text {
  text-align: justify;
  width: 480px;
  padding: 0 0 0 80px;
  border-left: 5px solid #000;
  font-weight: bold;
}

#Content .text > .title {
  font-size: 18px;
  font-weight: 100;
}

#Content .text > .date {
  font-size: 10px;
}

#Content .text > .sub {
  font-size: 11px;
}

#Footer {
  background: #000;
}

#Footer > .copy {
  color: #fff;
  font-size: 12px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a:link, a:visited, a:active {
    transition: color 0.1s linear 0s;
    -moz-transition: color 0.1s linear 0s;
    -webkit-transition: color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s;
    -ms-transition: color 0.1s linear 0s;
  }
  a:hover {
    color: #ccc;
  }
  a img {
    transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -webkit-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    -ms-transition: opacity 0.1s linear 0s;
  }
  a:hover img {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #Main .svg-head {
    display: block;
    top: 20px;
    right: 24px;
    width: 30px;
    height: 150px;
  }
  #Main .svg-name {
    display: block;
    position: absolute;
    width: 60px;
    height: 301px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #Main .mail {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -42px;
  }
  #Content {
    padding: 100px 0;
  }
  #Content .text {
    width: auto;
    padding: 0 100px 0 25px;
  }
  /* -----
   * link setting
  ----------------------------------------------------------------------------- */
  a.tel-link {
    pointer-events: auto;
  }
  /* -----
   * br setting
  ----------------------------------------------------------------------------- */
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
