@charset "utf-8";
/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	-webkit-text-size-adjust: none; /* フォントサイズ自動調整 */
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

a {
	-webkit-tap-highlight-color: rgba(200,200,555,.6);
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

img {
	vertical-align: top;
}

img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに */
}

p, dl, ol, ul {
	margin-bottom: 10px;
}

ol, ul {
	margin-left: 25px;
}


/*----------------------------------------------------
 #page
----------------------------------------------------*/
#page {
    overflow: hidden;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 50px;
}
#page a {
    color: #454545;
    text-decoration: underline;
}
.name_e {
    width: 100%;
    margin-top: -185px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
    font-size: large;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .3em;
    text-shadow: 0 1px 0 rgba(black, .1);
    text-indent: .4em;
}
.name {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    font-size: small;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .4em;
    text-shadow: 0 1px 0 rgba(black, .1);
    text-indent: .4em;
}
.occupation {
    width: auto;
    margin-top: 95px;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 13px;
    padding-left: 15px;
    border: 1px solid #808080;
    font-size: small;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: .2em;
    text-shadow: 0 1px 0 rgba(black, .1);
    text-indent: 0.05em;
    margin-bottom: 0px;
}
.sns {
    width: 100%;
    margin-top: 116px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: center;
    height: 18px;
    top: auto;
    bottom: auto;
}
.sns img {
    margin-right: 28px;
}
.sns .phone img {
    margin-right: -28px;
}



/*----------------------------------------------------
 ランドスケープ表示
----------------------------------------------------*/
@media all and (orientation:landscape) {
	#page {
		width: 100%;
	}
}
.float_clear {
	display: block;
	clear: both;
	visibility: hidden;
	height: auto;
}



/*----------------------------------------------------
 背景アニメーション
----------------------------------------------------*/
.box {
    width: 100%;
    height: 300px;
    border-radius: 5px;
    box-shadow: 0 2px 30px rgba(black, .2);
    background: lighten(#f0f4c3, 10%);
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.wave {
  opacity: .3;
  position: absolute;
  top: 3%;
  left: 64%;
  background: #68a9cf;
  width: 500px;
  height: 500px;
  margin-left: -250px;
  margin-top: -309px;
  transform-origin: 50% 45%;
  border-radius: 43%;
  animation: drift 18000ms infinite linear;
  z-index: 3;
}

.wave.-three {
    animation: drift 20000ms infinite linear;
    text-shadow: 0px 0px #e5a323;
}

.wave.-two {
  animation: drift 23000ms infinite linear;
  opacity: .1;
  background: #37a34a;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(#e8a, 1), rgba(#def, 0) 80%, rgba(white, .5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

.title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
  font-family: 'Playfair Display', serif;
  letter-spacing: .4em;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(black, .1);
  text-indent: .3em;
}
@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*----------------------------------------------------
 名前アニメーション
----------------------------------------------------*/
.text span{
opacity: 0;
animation: letter-glow 0.7s 0s ease both;
}
.is-act .text span{
opacity: 1;
}
.text span:nth-child(1) {
animation-delay: 0.5s;
}
.text span:nth-child(2) {
animation-delay: 0.6s;
}
.text span:nth-child(3) {
animation-delay: 0.7s;
}
.text span:nth-child(4) {
animation-delay: 0.8s;
}
.text span:nth-child(5) {
animation-delay: 0.9s;
}
.text span:nth-child(6) {
animation-delay: 1.0s;
}
.text span:nth-child(7) {
animation-delay: 1.1s;
}
.text span:nth-child(8) {
animation-delay: 1.2s;
}
.text span:nth-child(9) {
animation-delay: 1.3s;
}
.text span:nth-child(10) {
animation-delay: 1.5s;
}
.text span:nth-child(11) {
animation-delay: 1.6s;
}
.text span:nth-child(12) {
animation-delay: 1.7s;
}
.text span:nth-child(13) {
animation-delay: 1.8s;
}
.text span:nth-child(14) {
animation-delay: 1.9s;
}
.text span:nth-child(15) {
animation-delay: 2.0s;
}
.text span:nth-child(16) {
animation-delay: 2.1s;
}
.text span:nth-child(17) {
animation-delay: 2.2s;
}
.text span:nth-child(18) {
animation-delay: 2.4s;
}
.text .blr{
opacity: 0;
filter: blur(10px);
animation: letter-glow 0.5s 0s ease both, blur 2s 0s ease both;
animation-delay: 0.3s;
}
.text .blr2{
opacity: 0;
filter: blur(10px);
animation: letter-glow 0.6s 0s ease both, blur 0.5s 0s ease both;
animation-delay: 2.9s;
}
.text .blr3{
opacity: 0;
filter: blur(10px);
animation: letter-glow 0.6s 0s ease both, blur 0.5s 0s ease both;
animation-delay: 3.4s;
}
.text .blr4{
opacity: 0;
filter: blur(10px);
animation: letter-glow 0.6s 0s ease both, blur 0.5s 0s ease both;
animation-delay: 3.5s;
}
.text .blr5{
opacity: 0;
filter: blur(10px);
animation: letter-glow 0.6s 0s ease both, blur 0.5s 0s ease both;
animation-delay: 3.6s;
}
.text .blr6{
opacity: 0;
filter: blur(10px);
animation: letter-glow 0.6s 0s ease both, blur 0.5s 0s ease both;
animation-delay: 3.7s;
}
.is-act .text span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
}
.is-act .text span{
opacity: 1;
}
.is-act .text span:nth-child(1) {
  animation-delay: 0.5s;
}
.is-act .text span:nth-child(2) {
  animation-delay: 0.6s;
}
.is-act .text span:nth-child(3) {
  animation-delay: 0.7s;
}
.is-act .text span:nth-child(4) {
  animation-delay: 0.8s;
}
.is-act .text span:nth-child(5) {
  animation-delay: 0.9s;
}
.is-act .text span:nth-child(6) {
  animation-delay: 1.0s;
}
.is-act .text span:nth-child(7) {
  animation-delay: 1.1s;
}
.is-act .text span:nth-child(8) {
  animation-delay: 1.2s;
}
.is-act .text span:nth-child(9) {
  animation-delay: 1.3s;
}
.is-act .text span:nth-child(10) {
  animation-delay: 1.5s;
}
.is-act .text span:nth-child(11) {
  animation-delay: 1.6s;
}
.is-act .text span:nth-child(12) {
  animation-delay: 1.7s;
}
.is-act .text span:nth-child(13) {
  animation-delay: 1.8s;
}
.is-act .text span:nth-child(14) {
  animation-delay: 1.9s;
}
.is-act .text span:nth-child(15) {
  animation-delay: 2.0s;
}
.is-act .text span:nth-child(16) {
  animation-delay: 2.1s;
}
.is-act .text span:nth-child(17) {
  animation-delay: 2.2s;
}
.is-act .text span:nth-child(18) {
  animation-delay: 2.3s;
}
.is-act .text .blr{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.5s 0s ease both, letter-blur 2s 0s ease both;
  animation-delay: 0.3s;
}
.is-act .text .blr2{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.6s 0s ease both, letter-blur 0.5s 0s ease both;
  animation-delay: 2.9s;
}
.is-act .text .blr3{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.6s 0s ease both, letter-blur 0.5s 0s ease both;
  animation-delay: 3.4s;
}
.is-act .text .blr4{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.6s 0s ease both, letter-blur 0.5s 0s ease both;
  animation-delay: 3.5s;
}
.is-act .text .blr5{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.6s 0s ease both, letter-blur 0.5s 0s ease both;
  animation-delay: 3.6s;
}
.is-act .text .blr6{
  opacity: 0;
  filter: blur(10px);
  animation: letter-glow 0.6s 0s ease both, letter-blur 0.5s 0s ease both;
  animation-delay: 3.7s;
}
@keyframes letter-glow{
0%   {
  opacity: 0;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.1);
}
66%  {
  opacity: 1;
  text-shadow: 0px 0px 20px rgba(255,255,255,0.9);
}
77%   { opacity: 1;  }
100% {
  opacity:0.7;
  text-shadow: 0px 0px 20px rgba(255,255,255,0.0);
}
}
@keyframes blur {
0% {
  opacity: 0;
  filter: blur(10px);
}
100% {
  opacity: 1;
  filter: blur(0);
}
}

