@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
  box-sizing: border-box;
}
html {
    height: 100%;
}

body {
    height: 100%;
    margin: 0;
	    animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}
a:hover{ opacity: 0.8;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@font-face{
  font-family: 'Hannari';
  src:url(font/Hannari.woff);
}

@-webkit-keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -5800px;
  }
}
@keyframes scrollBad {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -5800px;
  }
}
@-webkit-keyframes scrollGood {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5800px, 0);
            transform: translate3d(0, -5800px, 0);
  }
}
@keyframes scrollGood {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -5800px, 0);
            transform: translate3d(0, -5800px, 0);
  }
}
.pen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.title_fish img{width:60%;}


.panel {
  padding: 3rem;
  
}

.top {
  background-image: url( "img/ppp.jpg");
  background-position: top center;
  background-size: 1360px;
  -webkit-animation: scrollBad 90s linear infinite;
  animation: scrollBad 90s linear infinite;
	height: 100%;
}

.bottom {
  background-color: #31CC70;
  overflow: hidden;
  position: relative;
}
.bottom .scroll {
  background-image: url( "img/ppp.jpg");
  background-position: top center;
  background-size: 1200px;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 800px;
  width: 100%;
  z-index: 1;
  -webkit-animation: scrollGood 90s linear infinite;
  animation: scrollGood 90s linear infinite;
}

.white_layer{
	background: url("img/white_layer_bg.png") repeat-x;
	background-position: bottom;
	position: absolute;
	width: 100%;
	height:100%;
}
.white_layer p{
	text-align: center;
	margin-top: 8rem;
}
.area02{
	text-align: center;
}
.area02 p{
	display: inline-flex;
	margin: 30px 15px 0px 15px;
}
.con01{ height: 700px;}
.con02{ width: 75%; margin:0 auto;}

h1 {
  color: white;
  font-weight: 400;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin: 0;
  position: relative;
  z-index: 2;
}

.ttt{
  font-family: 'Hannari';
  font-size: 22px;
  text-align: center;
}
.ttl{
  font-family: 'Hannari';
  font-size: 18px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
}
.itt{
  font-family: 'Hannari';
  font-size: 16px;
  text-align: center;
   margin: 2px;
}
.insta_icon_s img{
	width: 80px;	
}
.mtit{
font-family: "Times New Roman", Times, "serif";
  font-size: 70px;
  letter-spacing: 2px;
	text-align: center;
	margin: 0;
    margin-top: 140px;
}

.mo_tit2{
font-family: "Times New Roman", Times, "serif";
    font-size: 60px;
    letter-spacing: 2px;
    text-align: center;
    padding: 7px 20px;
    border: solid 4px rgb(88, 88, 88);
    width: min-content;
    margin: 0 auto;
	}

.m_area01{
	width: 75%;
	margin: 0 auto;
}
.fab{
font-weight: 400;
    color: rgba(255,255,255,0.70);
    font-size: 70px;
    position: absolute;
    top: 32%;
    left: 32%;
}
button{ color: #fff;
    background-color: #333;
    border: none;
    /* margin-top: -12px; */
    padding: 5px 10px;
}
#footer{
  background-color: #292727;
  padding: 20px;
  margin-top: 100px;
}
#footer p{
	font-size: 12px;
	font-weight:normal;
	color: #ccc;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	text-align: center;
}

#copyTarget{
font-size: 3em;
    text-align: center;
    border: 4px solid #333;
    padding: 10px;
    font-family:"Times New Roman", Times, "serif";
	}



.brand_icon{ 
	padding-top: 70px;	
	margin: 0 auto;
text-align: center; }

.brand_icon img{
	margin: 8px;
}





@media screen and (max-width: 768px){  

.pen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 70%;
}
	.title_fish img{width:95%;}
	
	.white_layer{
	background: url("img/white_layer_bg.png") repeat-x;
	background-position: bottom;
	position: absolute;
	width: 100%;
	height:100%;
}
.white_layer p{
	text-align: center;
	margin-top: 7rem;
}
	
	.area02{
	text-align: center;
		padding: 0 7%;
}
.area02 p{
	display: inline-flex;
	margin: 30px 15px 0px 15px;
}
	
.insta_icon_s img{
	width: 60px;	
}
.top {
  background-image: url( "img/ppp.jpg");
  background-position: top center;
  background-size: 568px;
  -webkit-animation: scrollBad 90s linear infinite;
  animation: scrollBad 90s linear infinite;
	height: 100%;
}	
	
	
	#copyTarget{
font-size: 1.5em;
    text-align: center;
    border: 4px solid #333;
    padding: 10px;
    font-family:"Times New Roman", Times, "serif";
	}
}
