@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

html{
    scroll-behavior: smooth;
}

body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #595757;
    background: url(../img/mono.jpg) repeat;
}

a {
    text-decoration: none;
    font-weight: 800;
    color: #595757;
}
 
a:hover {
    font-weight: 400;
}


a img {
  border: none;
}

#logo img {
    position: absolute;
    top: 10px;
    left: 10px;
}
@media screen and (max-width:768px) {
    #logo img {
        width: 40px;
    }
}
#logo {
    padding: 25px;
}

#aori {
	text-align: center;
}

#aori img {
	height: auto;
}


.header_img {
    width: 80%;
	max-width: 400px;
    z-index: -1;
}

.aori {
    position: relative;
}

.aori1_img {
    width:100%;
    height: auto;
    z-index: -1;
}

.aori2_img,.aori3_img {
    position: absolute;
    top: 0%;
    width: 100%;
    z-index: -1;
    padding-bottom: 400px;
}

.scroll,.scroll2 {
    text-align: center; 
    position:relative;
}

.scroll2 {
    padding-top: 45px;
    font-weight: 400;
    font-size: 12px;
    color: #595757;
}

a#scroll span {
  position: absolute;
  top: 85%;
  left: 50%;
  width: 25px;
  height: 45px;
  margin-left: -13px;
  border: 2px solid #595757;
  border-radius: 50px;
  box-sizing: border-box;
}
a#scroll span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 5px;
  margin-left: -3px;
  background-color: #595757;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}


#twitter {
	text-align: center;
}

#container {
	width: 90%;
	margin: 30px auto; 
    overflow: hidden;
}

h1 {
	visibility: hidden;
    margin: 50px auto 15px;
    font-size: 48px;
}

h2 {
	visibility: hidden;
    margin: 15px auto;
}

.bottom,.right,.containerBox {
    visibility: hidden;
}

.containerBox{
 margin: 5px 10px;	/* ????? ??·?? */
 	padding: 20px;	/* ????? */
 position: relative;
 z-index: 0;
}
.containerBox:before{
 background: repeating-linear-gradient(-45deg, #cccccc, #cccccc 5px, #999999 0, #999999 10px); /* ??????? */
 content: '';
 position: absolute;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 z-index: -2;
}
.containerBox:after{
 background: #fff; /* ??? */
 content: '';
 position: absolute;
 top: 10px;	/* ??????????·? */
 bottom: 10px;	/* ??????????·? */
 left: 10px;	/* ??????????·? */
 right: 10px;	/* ??????????·? */
 z-index: -1;
}

table {
    width: 100%;
}
table#cat img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

@media screen and (max-width: 800px) {
#human th, #human td{
    display: block;
  }
}

@media screen and (max-width: 850px) {
#cat th, #cat td{
    display: block;
  }
}

strong {
    font-size: 18px;
}

img.sign, img.flg {
		vertical-align: text-top;
}

img.sign {
		width: 48px;
		height: 30px;
}

img.flg {
		width: 38px;
		height: 25px;
}

ul.snsList {
	position: relative;
	padding: 0;
	list-style-type: none;
}
ul.snsList li {
	padding: 0.5em 0.5em 0.6em 0.5em;
	margin-bottom: 5px;
	line-height: 1.5;
	vertical-align: middle;
	background: #ffffff;
	border-radius: 20px 0px 0px 20px;
	color: #cccccc;
}
ul.snsList li::before {
	display:inline-block;
	vertical-align: middle;
	content:'';
	margin-right: 8px;
	width:1em;
	height: 1em;
	background: #cccccc;
	border-radius: 50%;
}

.form {

    padding: 5px 20px;
    background-color: #fff;
    border: 3px solid #9e9c9c;
}

form p {
    font-weight: 800;    
}

.caution {
    margin-top: 20px;
    color:crimson;
    font-weight: 400;
}

.powered {
    margin: 20px 0 0 0;
}
.powered a {
    font-weight: 400;
    font-size: 10px;
}

footer {
    margin-top: 30px;
    text-align: center;
}

.sns li {
    display: inline;
}

.sns {
    overflow: hidden;
}
.sns img{
	cursor: pointer;
	transition-duration: 0.5s;
    width: 22px;
    height: 22px
}
.sns img:hover{
	transform: rotate(360deg);
	transition-duration: 0.5s;
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: -50px;
  background: #595757;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f1b0';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* ?nav
-----------------------------------------*/
#nav-toggle {
    position: fixed;
    top: 25px;
    right: 25px;
    height: 32px;
    cursor: pointer;
}
    
#nav-toggle  > div {
    position: relative;
    width: 36px;
}
#nav-toggle span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #595757;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}
#nav-toggle span:nth-child(1) {
      top: 0;
}
#nav-toggle span:nth-child(2) {
      top: 14px;
}
#nav-toggle span:nth-child(3) {
      top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
    top: 23px;
}

.open #nav-toggle span {
    background: #595757;
}
.open #nav-toggle span:nth-child(1) {
      top: 15px;
      transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
      top: 15px;
      width: 0;
      left: 50%;
}
.open #nav-toggle span:nth-child(3) {
      top: 15px;
      transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
    z-index: 1000;
}
#container {
    z-index: 900;
}

#gloval-nav {
    background: #ffffff;
    color: #595757;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
}


#gloval-nav a {
    display: block;
    color: #595757;
    text-decoration: none;
    padding: 10px 0;
    transition: color .6s ease;
}
#gloval-nav a:hover {
      color: #666;
}
  
#gloval-nav ul {
    list-style: none;
}
#gloval-nav ul li {
      opacity: 0;
      transform: translateX(200px);
      transition:  transform .6s ease, opacity .2s ease;
}
#gloval-nav ul li:nth-child(2) {
        transition-delay: .15s;
}
 #gloval-nav ul li:nth-child(3) {
        transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
        transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
        transition-delay: .6s;
}

/* open */
.open {
    overflow: hidden;
}
.open #gloval-nav {
    visibility: visible;
    opacity: 1;
}

.open #gloval-nav li {
    opacity: 1;
    transform: translateX(0);
    transition:  transform 1s ease, opacity .9s ease;
}
/* ?nav
-----------------------------------------*/nav
#twitter {
    text-align: center;
}
