@charset "UTF-8";
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-family: sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
}

p, blockquote, dl, dd, figure {
  margin: 0;
}

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

ol, ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/*a:focus {
  outline: thin dotted;
}*/

a:focus, a:hover, a:active {
  outline: 0;
}

strong, b {
  font-weight: bold;
}

small {
  font-size: 0.83em;
}

q {
  quotes: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

code, samp, kbd {
  font-family: monospace, sans-serif;
}

mark {
  color: black;
  background-color: yellow;
}

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

br {
  letter-spacing: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

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

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  background-color: inherit;
  line-height: normal;
}

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif;
}

/*
 * 0-1. clearfix
 */
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*
 * 0-2. hideText
 */
.hideText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*
 * 0-3. breakWord
 */
.breakWord {
  word-wrap: break-word;
}

/*
 * 0-4. upperCase
 */
.upperCase {
  text-transform: uppercase;
}

/* =============================================================================
　　Option Styles
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 標準のボックス計算クラス */
.standard-box {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

a {
  text-decoration: none;
}
a {
  text-decoration: none;
  color: black;
}
a:hover, a:active {
  outline: 0;
}
a:focus {
  outline: none;
}

/* =============================================================================
　　End. Option Styles
   ========================================================================== */
/* =============================================================================
　　CSS 記入開始位置
   ========================================================================== */

html, body {
    font-family:"A1明朝", "A1 Mincho", YuMincho, '游明朝', serif;
    width: 100%;
    height: 100%;
    line-height: 1em;
    letter-spacing: 0.05em;
    font-size: 14px;
}

h1 {
  font-size: 1em;
  margin: 0;
}

p {
  line-height: 1.2em;
}

._hidden {
    display: none;
    opacity: 0;
}

.header {
  position: fixed;
  top: 50px;
  /*top: 71px;*/
  /*top: 26px;*/
  left: 1%;
  z-index: 100;
}

.header h1 {
  font-size: 20px;
  margin-bottom: 70px;
}

.header .info {
  line-height: 1.8em;
  margin-bottom: 40px;
}
.header .info-4 {
  opacity: 0.5;
}

.header .info_mail,
.header .info_sns,
.header .info_code {
  line-height: 1.6em;
  margin-bottom: 22px;
  font-size: 12px;
}

.header a {
  padding: 2px 3px;
}

.header .info_mail a:hover,
.header .info_mail a.active {
  background: #ff0000;
  color: white;
}

.header .info_sns a:hover, 
.header .info_sns a.active {
  background: #0971b7;
  color: white;
}

.header .info_code a:hover, 
.header .info_code a.active {
  background: #0971b7;
  color: white;
}

.header.shadow {
  top: 100px;
  left: 70%;
  opacity: 0.01;
  /*transform: scale(1.2) skew(-45deg);
  -webkit-transform: scale(1.2) skew(-45deg);
  -moz-transform: scale(1.2) skew(-45deg);*/
  /*overflow: hidden;*/
  transform: scale(5);
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  width: 400px;
  z-index: 1;
}

.shadow .info,
.shadow .info_mail, 
.shadow .info_sns, 
.shadow .info_code {
  opacity: 0.7;
}

.gui {
  position: fixed;
  bottom: 50px;
  left: 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    left: 4%;
  }
}

@media screen and (max-width: 620px) {
  body {
    font-size: 13px;
  }
  .header {
    top: 24px;
  }
  .header h1 {
    margin-bottom: 17px;
  }
  .header .info {
    line-height: 1.6em;
    margin-bottom: 30px;
  }
  .header .info_mail, .header .info_sns, .header .info_code {
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 2.4em;
  }
}



/* =============================================================================
　　End. Media Queries
   ========================================================================== */