@charset "UTF-8";
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
 font-family: "Century Gothic", "ヒラギノ角ゴ ProN W3", CenturyGothic, AppleGothic, Hiragino Kaku Gothic ProN, AppleGothic, sans-serif;
  color: #222222;
  /*background-color: #34babd;

	background-repeat:no-repeat;
    background-position: top right;
    background-size: cover;	*/
	
	
	  background: linear-gradient(-45deg, #f9c2eb, #a8c2ee, #c2f9d0, #ffdea5) fixed;
  background-size: 800% 800%;
  animation: GradietionAnimation 9s ease infinite;
}

@keyframes GradietionAnimation { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}

.work_bg {
	background-color:#ffffff;
}

.work_bg img{
	z-index:-99999;
	 filter: blur(20px);
	width: 100vw;
	position:fixed;
	opacity: 0.5;
}


.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

header {
  margin: 0;
}

.jp {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN;
}

h1 {
  font-size: 10.0rem;
  letter-spacing: 0.5rem;
  line-height: 1;
  margin-bottom: 50px;

}

h1 span{
  color: transparent;
  animation: blur 10s infinite alternate ease-out;
  -webkit-animation: blur 10s infinite alternate ease-out;
}

h1 span:nth-child(1) {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
h1 span:nth-child(2) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.3s;
}
h1 span:nth-child(3) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.5s;
}

@keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}

@-webkit-keyframes blur {
  0%    {text-shadow:  0 0 100px #fff; opacity:0;}
  5%    {text-shadow:  0 0 90px #fff;}
  15%   {opacity: 1;}
  20%   {text-shadow:  0 0 0px #fff;}
  80%   {text-shadow:  0 0 0px #fff;}
  85%   {opacity: 1;}
  95%   {text-shadow:  0 0 90px #fff;}
  100%  {text-shadow:  0 0 100px #fff; opacity:0;}
}


h2.title_h2 {
  font-size: 5.0rem;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.5rem;

}

h3.title_h3 {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.2rem;
	    border-left: 4px solid #ca2c2c;
    padding-left: 10px;
}

nav#gn ul.gn_ul {
  list-style: none;
  margin-bottom: 40px;
	display:flex;
}

nav#gn ul.gn_ul li {
  background-color: #000000;
  letter-spacing: 0.5rem;
  margin-bottom: 10px;
	font-size:1.6rem;
}

nav#gn ul.gn_ul li:nth-child(2) {
	margin-left:5px;
	margin-right:5px;
}


nav#gn ul.gn_ul li:hover {
  background-color: #f1f1f1;
}

nav#gn ul.gn_ul li.active {
  background-color: #f1f1f1;
}

nav#gn ul.gn_ul li.active a:hover {
  color: #ffffff;
}

nav#gn ul.gn_ul li.active:hover {
  background-color: #000000;
}

nav#gn ul.gn_ul li.active a {
  color: #000000;
}

nav#gn ul.gn_ul li a {
  color: #ffffff;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
}

nav#gn ul.gn_ul li a:hover {
  color: #000000;
}

a:link {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: underline;
}

#wrap {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

p.txt_area {
  border-left: 4px solid #23a5a9;
  padding-left: 10px;
	 letter-spacing: 0.1rem;
	font-size:1.6rem;
}

article.img_area {
  margin-bottom: 25px;
	margin-top:25px;
  max-width: 640px;
  box-sizing: border-box;
}

article.img_area img {
	 border: 4px solid #f1f1f1;	
	background-color:#ffffff;
}

ul.cat_ul {
	margin-bottom:5.0rem;
}

ul.cat_ul li{
	float:left;
	margin-right:2rem;
	margin-bottom:1rem;
	font-size:1.6rem;
}

ul.work_ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

ul.work_ul li {
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 0px 10px 10px 0px;
}

ul.work_ul li img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  background-color: #f1f1f1;
  padding: 5px;
  box-sizing: border-box;
  transition: 1s ;
  transform: rotateZ( 0deg ) ;
}

ul.work_ul li img:hover {
  transition: 1s ;
  transform: rotateZ( 15deg );
	  background-color: #333333;
}

.contact_box {
  width: 100%;
  max-width: 840px;
  /*font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN;*/
}

.contact_box input.w100, .contact_box textarea.w100 {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.contact_box input.cap_area {
  width: 100px;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.contact_box input#submit_button {
  width: 180px;
  padding: 10px;
  background-color: #f1f1f1;
  box-sizing: border-box;
  text-align: center;
  border: none;
}

.pager {
  margin-top: 40px;
  width: 100%;
  max-width: 640px;
}

.pager div.nav-links {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	font-size:1.4rem;
}

.pager div.nav-links div {
  justify-content: space-between;
  width: 50%;
}

.pager div.nav-links div.nav-next {
  text-align: right;
  float: right;
}

.pager a {
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
  display: inline-block;
}

.pager a:hover {
  background-color: #f1f1f1;
  color: #000000;
}

footer {
  margin-top: 40px;
	font-size:1.6rem;
}

@media (max-width: 960px) {
  h1 {
    font-size: 4.0rem;
  }
  h2.title_h2 {
    font-size: 3.0rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.0rem;
  }
  h2.title_h2 {
    font-size: 2.0rem;
  }
  ul.work_ul li {
    width: 50%;
    margin: 0px 0px 5px 0px;
  }
  ul.work_ul li img {
    width: calc( 100% - 5px);
    height: 250px;
  }
	nav#gn ul.gn_ul li {
		width:33.3%;
		text-align:center;
		letter-spacing:0.2rem;
}
}