html{font-size:62.5%;letter-spacing:0.05em }

/* loading */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 175px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  60% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
  }
}





body {
  font-size:1.4rem;
  line-height: 180%;
  letter-spacing:-0.02em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight:500;
  color: #1a1a1a;

  /* ページフェードイン */
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;

}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/* ページフェードイン end */



/* ページトップへ */
#page_top{
  z-index: 20;
  position: fixed;
  bottom:6px;
  right: 6px;
  font-size: 30px;
  opacity:0.5;
}
/* ページトップへ end */



.toLink a:link{
  color: #666666;
  font-family: 'Poppins', sans-serif;
  border:solid 1px #b6b6b6;
  letter-spacing:0.10em;
  text-decoration: none;
  background-color: rgba( 255, 255, 255, 0.3 );
  padding: 10px;
  display: block;
}
.toLink a:visited{
  color: #666666;
  font-family: 'Poppins', sans-serif;
  border:solid 1px #b6b6b6;
  letter-spacing:0.10em;
  text-decoration: none;
  background-color: rgba( 255, 255, 255, 0.3 );
  padding: 10px;
  display: block;
}
.toLink a:hover{
  color: #000000;
  font-family: 'Poppins', sans-serif;
  border:solid 1px #000000;
  letter-spacing:0.10em;
  text-decoration: none;
  background-color: rgba( 255, 255, 255, 0 );
  padding: 10px;
  display: block;
}
.toLink a:active{
  color: #000000;
  font-family: 'Poppins', sans-serif;
  border:solid 1px #000000;
  letter-spacing:0.10em;
  text-decoration: none;
  background-color: rgba( 255, 255, 255, 0 );
  padding: 10px;
  display: block;
}




a:link{
  color: #666666;
  text-decoration: none;
}
a:visited{
  color: #666666;
  text-decoration: none;
}
a:hover{
  color: #000000;
  transition:0.5s;
  text-decoration: none;
}
a:active{
  color: #000000;
  transition:0.5s;
  text-decoration: none;
}

/* */

/* GRAY hover link */

.toGray{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition:0.5s;
  transition:0.5s;
  }
  
.toGray:hover{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);

  }
/* */

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0);
}
.navbar {
  position:absolute;
  width: 100%;
  z-index:100;
}

.navbar-dark .navbar-toggler{
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  position: relative;
}

.navbar-light .navbar-toggler{
  /*color: rgba(0, 0, 0, 0.5);*/
  color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0px;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  position: relative;
}
/*.jumbotron-fluid {*/
  /*background-image: url(../img/works.jpg);*/
  /*position: relative;*/
  /*background-size:cover;*/
  /*background-position:center center;*/
  /*height: 100vh;*/
  /*min-height: 300px;*/
/*｝*/


.navbar-dark .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}
.navbar-light .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #666;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}






/* album css --------------- */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
  font-size: 3.5rem;
  }
}

a{
  background-color:#00B285;
  transition:background-color 3.0s;
  transition:0.5s;
}

img:hover {
  opacity: 0.5;
}

/* Original end ------------ */




.navbar-dark .navbar-toggler{
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  position: relative;
  border-color: rgba(0,0,0,0);
}

.navbar-light .navbar-toggler{
  /*color: rgba(0, 0, 0, 0.5);*/
  color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 0px;
  width: 1.5em;
  height: 1.5em;
  box-sizing: border-box;
  position: relative;
  border-color: rgba(0,0,0,0);
}

.navbar-dark .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}

/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:10px;}
.navbar-toggler-icon:nth-of-type(2) {top:20px;}
.navbar-toggler-icon:nth-of-type(3) {top:30px;}


/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
  top:30px;
  transform: rotate(45deg);
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
  top:30px;
  transform: rotate(-45deg);
  }
  .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:nth-of-type(1) {
  top:20px;
  transform: rotate(0deg);
  }
  .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:nth-of-type(2) {
    top:30px;
  transform: rotate(0deg);
  }
  .navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:nth-of-type(3) {
  top:40px;
  transform: rotate(0deg);
  }
/* -- album css end -------------------- */


/* -- Carousel css --------------------- */
.carousel-item .img-fluid-cover {
  width:100%;
  height:auto;
  min-height: 1000px;
  object-fit: cover;
}
.carousel-item-cover {
	height: auto;
}

.carousel-item .show-image-cover {
  display: block;
  width:100%;
  object-fit: cover;
}
/* -- Carousel css end -------------------- */




/* -- Carousel prev next darkcolor -------------------- */

/* --  
.text-dark:hover,
.text-dark:focus,
.text-dark:hover,
.text-dark:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
  opacity: 0.7;
-------------------- */





.navbar {
  position:absolute;
  width: 100%;
  z-index:200;
}



/*.jumbotron{position:relative;top:-57px;z-index: -1;}*/

