@charset "utf-8";

/*--------------------------------------------------------------------------
全体の設定
---------------------------------------------------------------------------*/
@keyframes fadeIn {
  0% {opacity: 0}
  85% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  85% {opacity: 0}
  100% {opacity: 1}
}
html{
  font-size: calc(100vw / 37.5);
}
body {
  font-size :1.5rem;
  font-family: 'Lato',BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo,"Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  min-width: initial;
  min-width: auto;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  animation: fadeIn 1s ease 0s  1 normal;
}
* {
  min-height:0;
  min-width : 0;
}
/*フォント設定
---------------------------------------------------------------------------*/
/*見出し設定
---------------------------------------------------------------------------*/
/*共通部品
---------------------------------------------------------------------------*/
/*ボタン設定
--------------------------------------*/
button,
input[type="submit"],
input[type="button"]{
  -webkit-appearance: none;
  border-radius: 0;
}
/*テーブル設定
--------------------------------------*/
/*カラム設定
---------------------------------------------------------------------------*/
.flexCrev{
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/*Layout
---------------------------------------------------------------------------*/
main {
  margin: 6rem 0 0;
  width: 100%;
}
aside{
  width: 100%;
  height: 6rem;
  padding: 0;
  position: absolute;
}
/*共通コンテンツ
--------------------------------------*/
.innerWrap{
  width: 100%;
}
/*Header
---------------------------------------------------------------------------*/
.gHdrInr{
  justify-content: center;
}
/*SPメニューボタン
----------------------------------------*/
.sp-btn-menu {
  position: absolute;
  right: 5%;
  width: 2.8rem;
  height: 2.4rem;
  cursor: pointer;
  display: block;
  z-index: 100;
  top: 1.8rem;
}
.sp-btn-menu.is-active{
  background-color:transparent;
}
.sp-btn-menu .line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.6rem;
  height: 0.2rem;
  background: #FFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: translate(-50% ,-50%);
}
.sp-btn-menu .line1 {top: calc(50% - 1rem);}
.sp-btn-menu .line2 {top: 50%;}
.sp-btn-menu .line3 {top: calc(50% + 1rem);}

.sp-btn-menu.is-active .line1 {
  top: 50%;
  -webkit-transform: translate(-50% ,-50%) rotate(45deg);
  transform: translate(-50% ,-50%) rotate(45deg);
}
.sp-btn-menu.is-active .line2 {
  opacity: 0;
}
.sp-btn-menu.is-active .line3 {
  top: 50%;
  -webkit-transform: translate(-50% ,-50%) rotate(135deg);
  transform: translate(-50% ,-50%) rotate(135deg);
}
.fixed-bg {
  position: fixed;
  width: 100%;
}
/* gNavi
----------------------------------------*/
.gNavi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(43,46,43,0.95);
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  padding: 8rem 2rem 3rem;
  margin: 0;
}
.gNavi.open{
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: visible;
  opacity: 1;
}
.gNavi ul{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  overflow-y: auto;
  height: 100%;
  flex-wrap: nowrap;
}
.gNavi ul li {
  width: 100%;
  height: 5.4rem;
  line-height: 5.4rem;
  text-align: center;
  font-weight: 300;
  opacity: 0;
  margin-left: 0;
}
.gNavi.open ul li {
  opacity: 1;
}
.gNavi.open ul li:nth-of-type(1) {
  -webkit-transition: opacity 1s ease .5s;
  transition: opacity 1s ease .5s;
}
.gNavi.open ul li:nth-of-type(2) {
  -webkit-transition: opacity 1s ease .6s;
  transition: opacity 1s ease .6s;
}
.gNavi.open ul li:nth-of-type(3) {
  -webkit-transition: opacity 1s ease .7s;
  transition: opacity 1s ease .7s;
}
.gNavi.open ul li:nth-of-type(4) {
  -webkit-transition: opacity 1s ease .8s;
  transition: opacity 1s ease .8s;
}
.gNavi.open ul li:nth-of-type(5) {
  -webkit-transition: opacity 1s ease .9s;
  transition: opacity 1s ease .9s;
}
.gNavi.open ul li:nth-of-type(6) {
  -webkit-transition: opacity 1s ease 1.1s;
  transition: opacity 1s ease 1.1s;
}
.gNavi ul li a{
  font-size: 1.8rem;
}
.fixed-bg .mainContents{
  transition: all .2s ease-out;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
/*SNS Area
----------------------------------------*/
.gHdr_snsArea{
 position: fixed;
 bottom: 3rem;
 left: 0;
 right: 0;
 visibility: hidden;
 opacity: 0;
 z-index: 99;
}
.gNavi.open + .gHdr_snsArea{
  -webkit-transition: opacity 1s ease 1.3s;
  transition: opacity 1s ease 1.3s;
  visibility: visible;
  opacity: 1;
}
/*FOOTER
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
□下層共通 lowerLayer
---------------------------------------------------------------------------*/
/*オープニング
----------------------------------------*/
.splash_logo h2{
  font-size: 4rem;
}
/*Main
---------------------------------------------------------------------------*/
.secLow{
  padding: 4rem 2.5rem;
}
.about_table th,
.about_table td{
  width: 100%;
  display: block;
}
.about_table th{
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0;
}
.about_table td{
  padding: 0 0 1.4rem;
}
/*--------------------------------------------------------------------------
□TOPページ home
---------------------------------------------------------------------------*/
/*homeMainVisual
--------------------------------------*/
/*Main
---------------------------------------------------------------------------*/
.homeGalleryWrap{
  grid-template-columns: repeat(1,1fr);
}
.homeGallery{
  padding: .5rem .5rem 0;
}
.homeGallery:hover .hg_caption {
  visibility:hidden;
}
.homeGallery:hover .hg_caption p {
  opacity:0;
}
.homeGallery:hover .hg_mask1 {
  top:-50%;
}
.homeGallery:hover .hg_mask2 {
  bottom:-50%;
}
/*--------------------------------------------------------------------------
□下層ページ
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
■Gallery
---------------------------------------------------------------------------*/
/*Main
---------------------------------------------------------------------------*/
/*Slide
--------------------------------------*/
.portGallSlider {
  width: 100%;
  height: calc(100vh - 16.5rem);
  height: calc(100svh - 16.5rem);
}
.portGallThumb{
  height: 10.5rem;
  padding: 2rem 0;
}
/*button
----------------------*/
.slick-prev:before{left: 1rem;}
.slick-next:before{
  right: 1rem;
}
/*--------------------------------------------------------------------------
■About
---------------------------------------------------------------------------*/
/*Main
---------------------------------------------------------------------------*/
/*ect
---------------------------------------------------------------------------*/
.spAlignL {text-align: left;}
.spAlignR {text-align: right;}
.spAlignCR {text-align: center;}

.pcNone{display: block!important;}
.pcNone-inl{display: inline!important;}
.spNone{display: none!important;}
.spNone-inl{display: none!important;}