@charset "utf-8";
/* CSS Document */

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
	font-weight: normal;
}
img { vertical-align: bottom;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
ul, li { list-style:none;}
blockquote, q { quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none;}
a { margin:0;
    padding:0;
    font-size:100%;
    background:transparent;
}
table { border-collapse:collapse; border-spacing:0;}
input, select { vertical-align:middle;}


/* common */
body {
	background: #fff;
	font-size: 16px;
	line-height: 2em;
	font-family: 'Noto Sans Japanese', 'Lato', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #184d5b;
	width: 100%;
	overflow-x:hidden;
	overflow-y:auto;
}
@media screen and (max-width: 991px){
  body { font-size: 14px;}
}

a { color: #184d5b;}
a:hover { color: #184d5b; text-decoration: none; position:relative; top:1px; left:1px; opacity: 0.6;}

.aw { font-family: 'Audiowide', cursive;}
#gall, #contact {  background-color: rgba(24,77,91,0.7); color: #fff;}
.txtCnt { text-align: center;}

.cnt { padding: 100px 0;}

@media screen and (max-width: 960px){
.cnt { padding: 60px 0;}
.row { padding-right: 0px; padding-left: 0px;}	
}

/* header */
header {
	color: #fff;
	position: relative; 
	height: calc(100vh - 80px);
	min-height: 600px;
	background-image: url(../img/top_pic.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

header .ttl { position: absolute; bottom: 40%; left: 10%; text-align: left; width: 100%;}
header .ttl { font-family: 'Audiowide', cursive; line-height: 1em;}
header .ttl h1 { font-size: 94px; letter-spacing: 5px; margin-bottom: 30px;}
header .ttl p { font-size: 30px; letter-spacing: 8px;}

@media screen and (max-width: 1400px){
  header .ttl { bottom: 40%; left: 5%;}
  header .ttl h1 { font-size: 84px;}
  header .ttl p { font-size: 26px;}
}
@media screen and (max-width: 960px){
  header { height: 100vh;}
  header .ttl { bottom: 45%; left: 0; text-shadow: 0px 0px 10px rgba(4,46,58,0.5); text-align: center;}
  header .ttl h1 { font-size: 84px; letter-spacing: 3px;}
  header .ttl p { font-size: 26px; letter-spacing: 4px;}
}
@media screen and (max-width: 520px){
header { height: 100vh;}
header .ttl { bottom: 45%; left: 0; text-shadow: 0px 0px 10px rgba(4,46,58,0.5); text-align: center;}
header .ttl h1 { font-size: 58px; letter-spacing: 3px;}
header .ttl p { font-size: 20px; letter-spacing: 4px;}
}

/* nav */
@media screen and (min-width: 961px){
#menuBtn { display: none;}
nav { height: 80px; line-height: 80px; color: #fff; background-color: #184d5b; border-bottom: 1px solid rgba(255,255,255,0.3);}
nav a, nav a:hover { color: #fff;}
nav ul { text-align: center;}
nav li { display: inline-block; padding: 0 50px; position: relative;}
nav li:before { content: "\f111"; font-family: FontAwesome; font-size: 10px; position: absolute; top: 0; left: -5px;}
nav li:first-child:before { content: none;}
nav li a { font-family: 'Audiowide', cursive; font-size: 24px; letter-spacing: 2px;}
}

@media screen and (max-width: 960px){
#menuBtn { position: fixed; top: 20px; right: 20px; cursor: pointer; z-index: 51; font-size: 30px; line-height: 50px; text-align: center; background: rgba(24,77,91,0.5); width: 50px; height: 50px; color: #fff; border-radius: 5px; -webkit-border-radius: 5px;}
#menuBtn:before { content: "\f0c9"; font-family: FontAwesome;}

.open #menuBtn { background: none;}
.open #menuBtn:before { content: "×"; font-size: 40px;}
.menu { opacity: 0; position: fixed; display: table; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.8); -webkit-transition: all .5s; transition: all .5s; visibility: hidden; z-index: 50;}
.menu ul { display: table-cell; vertical-align: middle;}
.menu ul li { text-align: center; font-size: 32px; line-height: 3em; width: 200px; margin: 0 auto; font-family: 'Audiowide', cursive; letter-spacing: 2px;}
.menu ul li a { color: rgba(255,255,255,1); display: block;}
.menu ul li a:hover { text-decoration: none; color: rgba(255,255,255,0.5);}
.open .menu { cursor: pointer; -webkit-transition: all .5s; transition: all .5s; visibility: visible; opacity: 1;}		
}

#main:before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  width: 100%;
  height: 100vh;
  background-image: url(../img/about.jpg);
	background-position: center center;
	background-repeat: no-repeat;
  background-size: cover;
}


/* title */
h2 { text-align: center; margin-bottom: 60px;}
h2 span { font-family: 'Audiowide', cursive; font-size: 36px; letter-spacing: 1px; border-bottom: 1px solid; display: inline-block; padding: 0 50px 20px; line-height: 1em; position: relative;} 
h2 span:before { content: "\f111"; font-family: FontAwesome; line-height: 10px; font-size: 10px; position: absolute; bottom: -5px; left: 0;}
h2 span:after { content: "\f111"; font-family: FontAwesome; line-height: 10px; font-size: 10px; position: absolute; bottom: -5px; right: -5px;}

@media screen and (max-width: 960px){
h2 { text-align: center; margin-bottom: 30px;}
h2 span { font-size: 30px; padding: 0 30px 15px;} 	
}

/* about */
#news { margin: 50px 0;}
#news .col-12 { border: 1px solid #b8c8cc; max-width: 49%; padding: 0;}
#news .news { padding: 30px; overflow: hidden;}
#news .news .newsPic { width: 35%; float: left;}
#news .news .newsPic img { width: 100%; height: auto;}
#news .news div { padding-left: 42%;}
#news .news div h3 { font-size: 20px; margin-bottom: 20px; font-weight: bold;}
#news .news div h3 span { display: block; font-size: 12px; color: #999; margin-bottom: 20px;} 

#about .sns { overflow: hidden; width: 50%; margin: 50px auto 0;}
#about .sns li { width: 48%; float: left;}
#about .sns li:last-child { float: right;}
#about .sns li a { background: #184d5b; color: #fff; height: 60px; line-height: 60px; display: block; border-radius: 8px; font-family: 'Audiowide', cursive; font-size: 20px; letter-spacing: 2px; text-align: left; text-indent: 30px; position: relative;}
/*
#about .sns li:first-child a:before { content: "\f099"; font-family: FontAwesome; margin-right: 15px;}
#about .sns li:last-child a:before { content: "\f03e"; font-family: FontAwesome; margin-right: 15px;}*/
#about .sns li a:after { content: "\f0da"; font-family: FontAwesome; position: absolute; right: 30px; top: 0;}

@media screen and (max-width: 960px){
#about .txtCnt { text-align: left;}
#news { margin: 20px 0;}
#news .col-12 { border: 1px solid #b8c8cc; max-width: 100%;}
#news .col-12 { margin-top: 15px;}
#news .col-12:first-child { margin-top: 0;}
#news .news { padding: 20px; overflow: hidden;}
#news .news .newsPic { width: 25%; float: left;} 
#news .news div { padding-left: 32%;}
#news .news div h3 { font-size: 18px; margin-bottom: 15px;}
#news .news div h3 span { margin-bottom: 15px;}
#news .news div p { line-height: 1.8em; font-size: 14px;}

#about .sns { width: 100%; margin: 30px auto 0;}
#about .sns li a { height: 60px; line-height: 60px; font-size: 18px; letter-spacing: 1px; text-align: center; text-indent: 0;}
#about .sns li:first-child a:before { margin-right: 10px;}
#about .sns li:last-child a:before { margin-right: 10px;}
#about .sns li a:after { content: none;}
}
@media screen and (max-width: 520px){
  #news .news .newsPic { width: 35%; float: left;}
  #news .news div { padding-left: 42%;}
}

/* gall */
#gall h2 { margin-bottom: 30px;}
#gall .col-6 { margin-top: 30px;} 
#gallLst div p { position: relative; cursor: pointer;}
#gallLst div p:hover { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha(opacity=70)";}
#gallLst div p:before{
  content: "";
  display: block;
  padding-top: 100%;
}
#gallLst img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}
#gallLst img { width: 100%;}
#gallback {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 2000;
  cursor: pointer;
}
#gallback img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
#gallback:after { content: "×"; color:#fff; font-size: 36px; position: absolute; top: 20px; left: 20px;}

.lstMore { cursor: pointer; line-height: 60px; height: 60px; border: 1px solid #fff; border-radius: 8px; -webkit-border-radius: 8px; margin-top: 50px; text-align: center; font-family: 'Audiowide', cursive; font-size: 18px; letter-spacing: 2px;}
.yrMore { cursor: pointer; line-height: 60px; height: 60px; border: 1px solid #184d5b; border-radius: 8px; -webkit-border-radius: 8px; margin-top: 50px; text-align: center; font-family: 'Audiowide', cursive; font-size: 18px; letter-spacing: 2px;}
.clsBtn { display: none;}
.mrBtn:before { content: "\f055"; font-family: FontAwesome; margin-right: 20px;}
.clsBtn:before { content: "\f056"; font-family: FontAwesome; margin-right: 20px;}

@media screen and (max-width: 991px){
#gall { background-size: 960px auto;}
#gall h2 { margin-bottom: 20px;}
#gall .container { padding-right: 20px; padding-left: 20px;}
#gall .col-6 { margin-top: 20px; padding-right: 10px; padding-left: 10px;}
#gall .modal-body img { max-width: 100%; width: atuo; max-height: 90vh;}

.lstMore { margin-top: 30px; line-height: 50px; height: 50px;}
.yrMore { margin-top: 30px; line-height: 50px; height: 50px;}
}

/* work */
#work .wrkTxt { background: #e7edee; padding: 30px 0; text-align: center; margin-bottom: 50px;}
#work .year { background: url(../img/bd.png) repeat-y 55px top;}

#work .col-md-3 { padding: 0 0 0 30px;}
#work .col-md-3 p { font-family: 'Audiowide', cursive; font-size: 30px; letter-spacing: 2px; line-height: 50px; height: 50px; position: relative; text-indent: 80px;}
#work .col-md-3 p:before { content: "\f111"; font-family: FontAwesome; position: absolute; top: 0; left: -70px; font-size: 38px;}
#work .col-md-9 ul { padding: 5px 0 15px;}
#work .col-md-9 li { padding-left: 90px; text-indent: -90px; margin-bottom: 1em;}
#work .col-md-9 li span.typ { background: #184d5b; color: #fff; line-height: 32px; height: 32px; width: 60px; text-align: center; display: inline-block; font-size: 14px; margin-right: 30px; text-indent: 0; padding-left: 0;}
#work .col-md-9 li span.cmp { color: #999; font-size: 14px; padding-left: 8px;}

@media screen and (max-width: 991px){
#work .wrkTxt { padding: 15px 20px; margin-bottom: 30px; text-align: left;}
#work .year { background: url(../img/bd.png) repeat-y 31px top;}
#work .col-md-3 { padding: 0 0 0 15px;}
#work .col-md-3 p { font-size: 26px; line-height: 36px; height: 36px; text-indent: 50px; margin-bottom: 15px;}
#work .col-md-3 p:before { position: absolute; top: 0; left: -45px; font-size: 28px;} 
#work .col-md-9 ul { padding: 0 0 10px 50px;}
#work .col-md-9 li { padding-left: 70px; text-indent: -70px; line-height: 1.5em;}
#work .col-md-9 li span.typ { line-height: 21px; height: 21px; width: 50px; font-size: 12px; letter-spacing: 1px; margin-right: 15px;}
#work .col-md-9 li span.cmp { font-size: 13px;}    
}

/* contact */
#contact { text-align: center;}
#contact ul { margin: 50px 0;}
#contact .cBtn a { border-radius: 8px; -webkit-border-radius: 8px; height: 80px; line-height: 80px; border: 1px solid #fff; display: block; color: #fff; font-size: 18px; width: 50%; margin: 0 auto;}
#contact .cBtn a:before { content: "\f0e0"; font-family: FontAwesome; margin-right: 20px;}

@media screen and (max-width: 991px){
#contact { text-align: left;}
#contact ul { margin: 30px 0;}	
#contact li { padding-left: 1em; text-indent: -1em;}
#contact .cBtn a { width: 100%; text-align: center; height: 60px; line-height: 60px;}
}


/* footer */
footer { background: #333; color: #fff; text-align: center; padding: 80px 0;}
footer ul { margin: 0;}
footer ul:first-child { margin-bottom: 20px;}
footer ul li { display: inline-block;}
footer ul li a { color: #fff; font-family: 'Audiowide', cursive; font-size: 20px; letter-spacing: 2px; position: relative; margin-right: 30px;}
footer ul li a:hover { color: #fff;}
footer ul li a:before { content: "・"; padding-right: 30px;}
footer ul li:first-child a:before { content: none; padding-right: 0;}
footer p { margin-top: 40px;}

.pagetop { font-family: 'Audiowide', cursive; font-size: 14px; letter-spacing: 1px; position: fixed; bottom: 30px; right: 30px; background: rgba(24,77,91,0.5); width: 80px; height: 80px; line-height: 80px; text-align: center; border-radius: 100px; -webkit-border-radius: 100px;}
.pagetop a { color: #fff; display: block;}
.pagetop i { margin-right: 8px;}

@media screen and (max-width: 991px){
footer { padding: 40px 0;}
footer ul { overflow: hidden;}
footer ul:first-child { margin-bottom: 0;}
footer ul li { display: inline-block; float: left; width: 50%; margin-bottom: 15px;}
footer ul li a { font-size: 18px; margin-right: 0;}
footer ul li a:before { content: none; padding-right: 0;}
footer p { margin-top: 20px; color: rgba(255,255,255,0.6);}
	
.pagetop { font-size: 12px; bottom: 15px; right: 10px; background: rgba(24,77,91,0.5); width: 60px; height: 60px; line-height: 60px; text-align: center; border-radius: 100px; -webkit-border-radius: 100px;}
.pagetop i { margin-right: 5px;}
}


/* loading */
#main { display: none;}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1021;
}
#loader {
  display: none;
  position: fixed;
  width: 100%;
  top: 35%;
  left: 0;
  text-align: center;
  color: #fff;
  z-index: 1022;
}

.loading span {
  font-family: 'Audiowide', cursive; font-size: 60px; letter-spacing: 5px;
  position: relative;
  display: inline-block;
  margin: 0 -.05em;
  color: rgba(51,51,51,0.6);
}

@media screen and (max-width: 991px){
.loading span { font-size: 54px;}
}

.loading span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #fff;
  opacity: 0;
  transform: rotateY(-90deg);
  animation: loading 4s infinite;
}
.loading span:nth-child(2)::after {
  animation-delay: .2s;
}
.loading span:nth-child(3)::after {
  animation-delay: .4s;
}
.loading span:nth-child(4)::after {
  animation-delay: .6s;
}
.loading span:nth-child(5)::after {
  animation-delay: .8s;
}
.loading span:nth-child(6)::after {
  animation-delay: 1s;
}
.loading span:nth-child(7)::after {
  animation-delay: 1.2s;
}
@keyframes loading {
  0%, 75%, 100% {
    transform: rotateY(-90deg);
    opacity: 0;
  }
  25%, 50% {
    transform: rotateY(0);
    opacity: 1;
  }
}



/* animation */
.fadeIn {
	animation-name: fadeIn 2.5s ease-out;
	-moz-animation: fadeIn 2.5s ease-out;
	-ms-animation: fadeIn 2.5s ease-out;
	-webkit-animation: fadeIn 2.5s ease-out;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; -webkit-transform: translateY(-30%);}
    to { opacity: 1;}
}
@-moz-keyframes fadeIn {
    from { opacity: 0; -moz-transform: translateY(-30%);}
    to { opacity: 1;}
}
@-ms-keyframes fadeIn {
    from { opacity: 0; -ms-transform: translateY(-30%);}
    to { opacity: 1;}
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-30%);}
    to { opacity: 1 }
}

.fadeInTop {
	animation-name: fadeInTop 1.0s ease-out;
	-moz-animation: fadeInTop 1.0s ease-out;
	-ms-animation: fadeInTop 1.0s ease-out;
	-webkit-animation: fadeInTop 1.0s ease-out;
}
@-webkit-keyframes fadeInTop {
    from { opacity: 0; -webkit-transform: translateY(-20%);}
    to { opacity: 1;}
}
@-moz-keyframes fadeInTop {
    from { opacity: 0; -moz-transform: translateY(-20%);}
    to { opacity: 1;}
}
@-ms-keyframes fadeInTop {
    from { opacity: 0; -ms-transform: translateY(-20%);}
    to { opacity: 1;}
}
@keyframes fadeInTop {
    from { opacity: 0; transform: translateY(-20%);}
    to { opacity: 1;}
}

.fadeBtm { 
	animation: btmSld 1.0s ease-out;
	-moz-animation: btmSld 1.0s ease-out;
	-ms-animation: btmSld 1.0s ease-out;
	-webkit-animation: btmSld 1.0s ease-out;
} 
@-webkit-keyframes btmSld {
  0% { opacity: 0; -webkit-transform: translateY(5%);}
  100% { opacity: 1; -webkit-transform: translateY(0);}
}
@-moz-keyframes btmSld {
  0% { opacity: 0; -moz-transform: translateY(5%);}
  100% { opacity: 1; -moz-transform: translateY(0);}
}
@-ms-keyframes btmSld {
  0% { opacity: 0; -ms-transform: translateY(5%);}
  100% { opacity: 1; -ms-transform: translateY(0);}
}
@keyframes btmSld {
  0% { opacity: 0; transform: translateY(5%);}
  100% { opacity: 1; transform: translateY(0);}
}



