@charset "UTF-8";
/* CSS Common */


html, body {
	margin: 0;
	padding: 0;
	overflow-w: hidden;
	height: 100%;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,
    sans-serif;	font-size: 1em;
	line-height: 1.4em;
}

#Wrapper {
	width: 100%;
    height: 100%;
    display: block;
}

a {
	color: #1370A8;
	text-decoration: none;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
a:hover,
a:focus		{
	color: #1897E6;
	text-decoration: none;
}

.txt-c-red {
	color: #FF0004;
}

p {
	font-size: 85%;
	line-height: 1.8em;
	color: #434343;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,embed,object {
	margin:0;
	padding:0;
	vertical-align: baseline;
/* 	-webkit-font-smoothing: antialiased; */
	word-wrap: break-word;
}
th,td{
	margin:0;
	padding:0;
	vertical-align: inherit;
/* 	-webkit-font-smoothing: antialiased; */
	word-break: break-all;
}

img,input {vertical-align:middle;}
img {vertical-align: bottom;}

.lm10 {
	margin-left: 10px;
}

.clearboth {
	clear: both;
}

#MainVisual {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	text-align: center;
	background-image: url(../images/bgp-1.jpg);
	background-repeat: repeat;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -2;
}

.mb1{margin-bottom: 1em;}

#mv-bg {
	width: 100%;
	height: 1280px;
	margin: 0 auto;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}



.mvbox {
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
}

.mvbox2 {
	max-width: 920px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	padding: 0 4%;
	z-index: 2;
}


.mvbox3 {
	max-width: 920px;
	height: 100%;
	margin: 0 auto 8%;
	text-align: left;
	padding: 0 4%;
	z-index: 2;
}

#mvbgbox {
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	z-index: -1;
}

#menu {
	width: 360px;
	padding-top: 2.5%;
	display: block;
	font-size: 78%;
	line-height: 2em;
	font-family: 'Julius Sans One', sans-serif;
	color: #000000;
	text-align: center;
	z-index: 2;
	float: right;
}

#fixedBox {
	height: 30px;
	padding-bottom: 15px;
	display: block;
}

.fixed {
	width: 365px;
	max-width: 920px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.80);
	position: fixed;
	top: 0;
	right: 0%;
	left: 45%;
	z-index: 10000;
}

#menu_0 {
	width: 40%;
	padding-left: 24.3%;
	font-size: 80%;
	line-height: 2em;
	font-family: 'Julius Sans One', sans-serif;
	text-align: left;
	display: block;
	position: absolute;
	top: 4%;
	left: 32%;
	z-index: 2;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	width: auto;
	padding: 5px 10px;
	color: #525252;
	transition: all 0.4s ease 0s;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	transition-delay: 0s;
	text-decoration: none;
}

ul#menu li a:hover {
	width: auto;
	padding: 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

.vewpoint {
	max-width: 1000px;
	z-index: 1;
}


.slicknav_menu {
	display:none;
}

@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}


.mvtxt {
	max-width: 100%;
	max-height: 80%;
	color: #fff;
	text-align: center;
	text-shadow: 4px 4px 3px rgba(30,30,30,0.60);
	z-index: 2;
	margin-top: 35vh;
	padding: 2%;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	background-color: rgba(0,0,0,0.80);
	animation: bg-color 80s infinite;
	-webkit-animation: bg-color 80s infinite;
}

@-webkit-keyframes bg-color {
  0% { background-color: rgba(0,0,0,0.80); }
  20% { background-color: rgba(103,9,0,0.80); }
  40% { background-color: rgba(135,77,8,0.80); }
  60% { background-color: rgba(5,78,58,0.80); }
  80% { background-color: rgba(6,31,101,0.80); }
  100% { background-color: rgba(80,6,101,0.80); }
  80% { background-color: rgba(0,0,0,0.80); }
  60% { background-color: rgba(103,9,0,0.80); }
  40% { background-color: rgba(135,77,8,0.80); }
  0% { background-color: rgba(6,31,101,0.80); }
}
@keyframes bg-color {
  0% { background-color: rgba(0,0,0,0.80); }
  20% { background-color: rgba(103,9,0,0.80); }
  40% { background-color: rgba(135,77,8,0.80); }
  60% { background-color: rgba(5,78,58,0.80); }
  80% { background-color: rgba(6,31,101,0.80); }
  100% { background-color: rgba(80,6,101,0.80); }
  80% { background-color: rgba(0,0,0,0.80); }
  60% { background-color: rgba(103,9,0,0.80); }
  40% { background-color: rgba(135,77,8,0.80); }
  0% { background-color: rgba(6,31,101,0.80); }
}



.mvtxt h1 {
	font-size: 4em;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 120%;
	letter-spacing: 0em;
	padding-bottom: .3em;
}

#logobox {
	width: 40%;
	height: auto;
	text-align: left;
	position: relative;
	left: 55%;
	bottom: 15%;
	padding: 10px;
	background-color:rgba(0,0,0,0.55);
}

.logo-1 {
	width: 177px;
	height: 16px;
	margin: 0 auto;
	padding-bottom: 15px;
	background-image: url(../images/logo-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	z-index: 2;
}
.sd-txt {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 85%;
	padding-bottom: 5px;
	color: #fff;
}

.stxt-1 {
	font-size: 63%;
	line-height: 1.2em;
	color: #fff;
	padding-bottom: 10px;
}


#service {
	width: 100%;
	height: auto;
	padding-bottom: 15%;
	background-image: url(../images/w-bg-03.jpg);
	background-repeat: repeat;
}

#works {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 15%;
	background-image: url(../images/paper-02.jpg);
	background-repeat: repeat;
	z-index: -1;
}

#works {
	position:relative;
	z-index:1;
}


#profile {
	width: 100%;
	height: auto;
	padding-bottom: 15%;
	background-color: #FFFFFF;
}

.pro-txt1 {
	width: 76%;
	height: auto;
	text-align: left;
	margin-right: 10px;
	padding-bottom: 20px;
	float: left;
}

.pro-txt1 p {
	padding-bottom: 4em;
}

.pro-txt1 li{border-bottom: 1px dotted #a0a0a0; padding: .8em 0;font-size: .8em;}

.sp1{margin-left: 4em;}

#prof-p {
	width: 150px;
	height: 185px;
	float: right;
	text-align: left;
	text-indent: -9999px;
	background-color: #555555;
	background-image: url(../images/pp.jpg);
	background-repeat: no-repeat;
}


#contact {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../images/paper-06.jpg);
	background-repeat: repeat;
}

#contact iframe {
	width: 100%;
	height: 1290px;
	border: 0;
	margin: 0;
}

.title-1 {
    padding-top: 3%;
    padding-bottom: 12.5%;
    font-size: 2em;
    font-weight: 600;
    font-family: "Garamond Premier Pro";
    text-align: left;
    letter-spacing: 4px;
    text-shadow: 0px 1px 0px rgba(255,238,219,1.00);
}

.catch1 {
	padding-top: 3%;
    padding-bottom: 4%;
    font-size: 3em;
    line-height: 1.3em;
    font-family: "Garamond Premier Pro";
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
}

.title-2 {
	padding-top: 3%;
	padding-bottom: 12.5%;
    font-size: 2em;
    line-height: 1.3em;
    font-family: "Garamond Premier Pro";
    font-weight: 700;
	text-align: left;
	letter-spacing: 4px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1.00);
}

h3 {
    font-size: 1.2em;
    font-weight: 600;
    line-height: 1.8;
}

#s-pbox1 {
	max-width: 1000px;
	height: 360px;
	margin: 0 auto 10px;
	background-color: #FFFFFF;
}

.txt-m1 {
	margin-top: 5%;
}

.txt-m1 p {
	margin: 0 1em 1em 1em;
}

.txt-m1 li {
	font-size: .8em;
	line-height: 1.5em;
	margin-bottom: .8em;
}

/* content-box */

#content {
	width: 100%;
	max-width: 920px;
	height: auto;
	margin: 0 0%;
	padding-bottom: 2%;
}

.view img {
	width: 166px;
	height: 166px;
	overflow: hidden;
	border: 1px solid #C6C6C6;
}

.view {
	width: 168px;
	height: auto;
	margin: 0.8%;
	float: left;
	text-align: center;
}



.view a:hover {
	opacity: 1;
/*
	-webkit-animation-duration: 1s;
	-webkit-animation-name: flash;
	animation-duration: 1s;
	animation-name: flash;
*/
	-webkit-animation: flash 1s;
	animation: flash 1s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.view img {
   display: block;
}

.view h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.3em;
	padding: 2px 0;
	text-align: left;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 3px;
}




.info {
	width: 88px;
	height: auto;
	text-align: left;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 90%;
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 4px 40px;
}


.info a {
	width: auto;
	color: #fff;
	background-color: #000;
	transition: all 0.4s ease 0s;
	transition-property: all;
	transition-duration: 0.4s;
	transition-timing-function: ease;
	transition-delay: 0s;
	text-decoration: none;
}

.info a:hover {
	width: auto;
	color: #85CBFD;
	text-decoration: none;
}

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	background-color: #000;
}


#cl {
	max-width: 960px;
	height: auto;
	margin: 0 auto;
	display: block;
	color: #FFF;
	padding: 20px;
}

#flogo {
	width: 177px;
	height: 16px;
	margin-top: 20px;
	float: left;
	background-image: url(../images/logo-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.ftbox {
	float: right;
}
	

#adtxt {
	font-size: 70%;
	line-height: 1.3em;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 2%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
 
#cptxt {
	font-size: 60%;
	line-height: 1em;
	font-family: 'Julius Sans One', sans-serif;
	color: #999;
	text-align: right;
}

#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.7;
	z-index: 2000;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #000;
}



@media screen and (max-width: 768px) {

 .mvtxt h1 {
	font-size: 3em;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 120%;
	letter-spacing: 0em;
}
 
 .info {
	width: 88px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-family: 'Julius Sans One', sans-serif;
	font-size: 90%;
	text-decoration: none;
	background: #000;
	color: #fff;
	padding: 4px 40px;
}

.pro-txt1 {
	width: 100%;
	height: auto;
	text-align: left;
	margin-right: 10px;
	padding-bottom: 20px;
	float: none;
}



#prof-p {
	width: 150px;
	height: 185px;
	float: none;
	margin: 0 auto;
	text-align: left;
	text-indent: -9999px;
	background-color: #555555;
	background-image: url(../images/pp.jpg);
	background-repeat: no-repeat;
}
 
 
}



 @media screen and (max-width: 480px) {

.mvtxt h1 {
	font-size: 2.5em;
	font-family: 'Julius Sans One', sans-serif;
	line-height: 110%;
	letter-spacing: 0em;
}

.catch1 {
	padding-top: 3%;
    padding-bottom: 4%;
    font-size: 2em;
    line-height: 1.3em;
    font-family: "Garamond Premier Pro";
    font-weight: 700;
    text-align: center;
    letter-spacing: 4px;
}

.title-1 {
    padding-top: 3%;
    padding-bottom: 12.5%;
    font-size: 1.3em;
    font-weight: 600;
    font-family: "Garamond Premier Pro";
    text-align: left;
    letter-spacing: 4px;
    text-shadow: 0px 1px 0px rgba(255,238,219,1.00);
}

.title-2 {
	padding-top: 3%;
	padding-bottom: 12.5%;
    font-size: 1.3em;
    line-height: 1.3;
    font-family: "Garamond Premier Pro";
    font-weight: 700;
	text-align: left;
	letter-spacing: 4px;
	text-shadow: 0px 1px 0px rgba(255,255,255,1.00);
}

 /* STYLE menu */
#menu {
	width: 100%;
	padding-left: 7px;
	display: block;
	font-size: 75%;
	line-height: 2em;
	font-family: 'Julius Sans One', sans-serif;
	color: #000000;
	text-align: center;
	z-index: 2;
	float: none;
}

#fixedBox {
	height: 30px;
	padding-bottom: 10px;
	display: block;
}

.fixed {
	width: 100%;
	max-width: 1000px;
	margin: 12% auto 0;
	background-color: rgba(255,255,255,0.80);
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 10000;
}

.mvtxt {
	max-width: 100%;
	max-height: 80%;
	color: #fff;
	text-align: center;
	text-shadow: 9.456px 7.388px 3px rgba(40,40,40,0.80);
	z-index: 2;
	margin-top: 35vh;
	padding: 2%;
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	background-color: rgba(0,0,0,0.80);
	animation: bg-color 80s infinite;
	-webkit-animation: bg-color 80s infinite;
}

#contact iframe {
	width: 100%;
	height: 1230px;
	border: 0;
	margin: 0;
}

 /* STYLE logo */
#logobox {
	width: 50%;
	height: auto;
	text-align: left;
	position: relative;
	left: 7%;
	bottom: 20%;
}


.sd-txt {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 70%;
	padding-bottom: 4px;
}

.stxt-1 {
	font-size: 63%;
	line-height: 1.2em;
	color: #fff;
	padding-bottom: 10px;
}

.logo-1 {
	width: 177px;
	height: 16px;
	margin: 0 auto;
	padding-bottom: 5px;
	background-image: url(../images/logo-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999px;
	z-index: 2;
}

 .view img {
	width: 100%;
	height: auto;
	border: 1px solid #C6C6C6;
}
 
 .view {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 auto 20px;
	text-align: center;
}
 
.view h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 1.3em;
	padding: 2px 0;
	text-align: center;
}
.view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 3px;
}

.pro-txt1 p {
	padding-bottom: 2em;
}


#flogo {
	width: 60%;
	height: 60%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: none;
	background-image: url(../images/logo-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ftbox {
	float: none;
}

#adtxt {
	font-size: 70%;
	line-height: 1.3em;
	padding-bottom: 1%;
	color: #fff;
	text-align: left;
	padding-top: 5px;
 }
 
#cptxt {
	font-size: 50%;
	line-height: 1em;
	font-family: 'Julius Sans One', sans-serif;
	color: #999;
	text-align: left;
 }
 
 
