@charset "UTF-8";

/* common */
* {
	box-sizing: inherit;
}
html {
    font-size: 16px;
    box-sizing: border-box;
}
body {
    font-size: 0.875rem;
    font-family: fot-udmarugo-large-pr6n, "Yu Gothic Medium", "游ゴシック　Medium", "游ゴシック体", "ヒラギノ角ゴ Pr W3", sans-serif;
    line-height: 1.3;
    color: #111;
    background-color: #f5f5f5;
    background-image: linear-gradient(0deg, transparent 31px, #ddd 32px), linear-gradient(90deg,  transparent 31px, #ddd 32px);
    background-size: 32px 32px;
}
@media (min-width: 400px) {
    body {
        position: relative;
    }
}

a {
    text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
    color: #3A3A3A;
}
p {
	font-size: 0.875rem;
}
p span.min {
    display: inline-block;
    font-size: 0.75rem;
    margin-left: 6px;
}
img {
    max-width: 100%;
    height: auto;
}

.wrapper {
	max-width: 94%;
    margin: 0 auto;
}
.mobile_container {
    background-color: #fafafa;
    position: static;
    box-sizing: content-box;
    -ms-overflow-style: none;
    overflow-style: none;
    scrollbar-width: none;
}
.mobile_container::-webkit-scrollbar {
    display: none;
}
@media (min-width: 500px) {
    .mobile_container {
        max-width: 500px;
        position: absolute;
        top: 0;
        right: 20%;
        height: 100vh;
        overflow-y: scroll;
        border: 2px solid #0ff;
        border-top: none;
        border-bottom: none;
        box-shadow: 0 0 12px #0fe, 0 0 5px #0fc, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 4px #ffffff, 0 0 7px #ffffff;
        animation: box_blink_border .3s infinite;
        z-index: 9999;
    }
}
.header_vis_container img {
    width: 100%;
}
.prof_img_container {
	max-width: 120px;
	margin: -60px auto 14px;
	border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 1px #ff4500, 0 0 2px #ff4500, 0 0 2px #ff4500, 0 0 7px #ff4500, 0 0 1px #ff4500, 0 0 1px #ff4500, 0 0 2px #ff4500;
}
h1 {
	font-size: 1.125rem;
    font-family: kallisto-lined, sans-serif;
    font-weight: 400;
    font-style: normal;
	text-align: center;
	font-weight: bold;
}
h1 span {
	display: block;
	font-size: 0.875rem;
    font-family: kallisto, sans-serif;
    font-weight: 200;
    font-style: normal;
	font-weight: normal;
	margin: 7px 0 10px;
}
p.description {
	margin-bottom: 60px;
}
h2 {
    font-family: 'Arizonia', cursive;
	font-size: 2.25rem;
    color: #111;
	text-align: center;
	margin-bottom: 35px;
}
h2.neon {
    text-shadow: 0 0 5px #ff4500, 0 0 6px #ff4500, 0 0 8px #ff4500, 0 0 10px #ff4500, 0 0 3px #ff0000, 0 0 2px #ff8d00, 0 0 10px #ff0000;
    color: #fff;
}
@keyframes blink {
  20%,
  24%,
  55% {
    color: #111;
    text-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {

  text-shadow: 0 0 5px #ffa500, 0 0 15px #ffa500, 0 0 20px #ffa500, 0 0 40px #ffa500, 0 0 60px #ff0000, 0 0 10px #ff8d00, 0 0 98px #ff0000;
    color: #fff6a9;
  }
}
.links {
	width: 77%;
	height: 50px;
    margin: 0 auto;
    box-sizing: content-box;
    border-radius: 10px;
    margin-bottom: 24px;
    border: 2px solid #ff4500;
    box-shadow: 0 0 1px #ff4500, 0 0 1px #ff4500, 0 0 2px #ff4500, 0 0 2px #ff4500, 0 0 1px #ff4500, 0 0 1px #ff4500, 0 0 2px #ff4500;
}
.links:last-child {
	margin-bottom: 92px;
}
.links a {
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
}
.links .sns_icon {
	width: 29px;
}
.links .sns_icon img {
	vertical-align: middle;
}
.links p.sns_account {
	color: #111;
    margin-left: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
}
@keyframes box_blink_a {
  20%,
  24%,
  55% {
    color: #111;
    box-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {

  box-shadow: 0 0 1px #ffa500, 0 0 2px #ffa500, 0 0 3px #ffa500, 0 0 4px #ffa500, 0 0 2px #ff0000, 0 0 3px #ff8d00, 0 0 1px #ff0000;
  }
}
@keyframes box_blink_b {
  20%,
  24%,
  55% {
    color: #111;
    box-shadow: none;
  }

  0%,
  18%,
  22%,
  23%,
  26%,
  58%,
  59%,
  100% {

  box-shadow: 0 0 1px #ffa500, 0 0 5px #ffa500, 0 0 8px #ffa500, 0 0 10px #ffa500, 0 0 20px #ff0000, 0 0 3px #ff8d00, 0 0 12px #ff0000;
  }
}
@keyframes box_blink_border {
  20%,
  24%,
  55% {
    box-shadow: none;
  }

  0%,
  19%,
  21%,
  23%,
  25%,
  54%,
  56%,
  100% {

  box-shadow: 0 0 1px #0ff, 0 0 3px #0ff, 0 0 4px #0ff, 0 0 5px #0ff, 0 0 2px #0ff, 0 0 3px #0ff, 0 0 3px #0ff;
  }
}
p.powerd {
	text-align: center;
    font-size: 0.625rem;
    padding-bottom: 7px;
}
p.powerd img {
	max-width: 60px;
    display: inline-block;
    margin-left: 5px;
}
@media (min-width: 500px) {
    body::before {
        content: "";
        width: 100%;
        height: 28%;
        background-image: url("../images/koichi.svg");
        background-size: 140% auto;
        background-repeat: repeat-x, no-repeat;
        background-position: center;
        position: fixed;
        bottom: 0;
        z-index: 10;
        animation: flow 80s linear infinite;
    }
}
@keyframes flow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2000px 0;
    }
}

