@charset "utf-8";
/*=======================================================================
loading
=======================================================================*/
/* 非表示 */
.is-hide {
  display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
  transition-property: opacity;
  transition-delay: .9s;
  transition-duration: .8s;
  opacity: 0;
  pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
  transition-property: opacity;
  transition-delay: .9s;
  transition-duration: .3s;
  opacity: 0;
  pointer-events: none;
}
#loader-bg {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  margin: auto;
  top: 45%;
  transform: translateY(-45%);
  position: relative;
}
@media screen and (min-width: 813px) {
  #loader {
    width: 500px;
  }
}
@media screen and (max-width:812px) {
  #loader {
    width: 200px;
  }
}
#loader_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#loader_icon span {
  display: block;
  bottom: 0px;
  width: 20px;
  height: 20px;
  position: absolute;
  margin: 1px;
}
#loader_icon span:nth-child(1) {
  bottom: 20px;
  left: 9px;
  color: #fff;
  transform: rotate(-45deg);
}
#loader_icon span:nth-child(2) {
  bottom: 31px;
  left: 43px;
  color: rgba(255, 255, 255, 0.5);
  animation: rotate-anime 3s linear infinite;
  transform: rotate(45deg);
}
#loader_icon span:nth-child(3) {
  bottom: -3px;
  left: 54px;
  color: #fff;
  transform: rotate(135deg);
}
#loader_icon span:nth-child(4) {
  bottom: -14px;
  left: 20px;
  color: #fff;
  transform: rotate(-135deg);
}
#loader-bg p {
  margin-top: 80px;
  color: #fff;
  animation: text-fade 300ms infinite linear;
}
@keyframes text-fade {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.9;
  }
  75% {
    opacity: 0.6;
  }
}
/*background*/
#toppage {
  background: url("../img/back.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh;
}
.titlebox {
  position: relative;
}
.titlebox img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center top;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  z-index: -1;
}
@media all and (min-width: 1025px) {
  .titlebox img {
    position: fixed;
    left: 0;
  }
  .fadeimg {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "alpha( opacity=30 )";
  }
}
@media all and (max-width: 960px) {
  .titlebox img {
    height: 300px;
  }
}
/*background end*/
.ti {
  font-size: 187.5%;
  color: #094B27;
  font-weight: bold;
  -moz-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.95);
  -webkit-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.95);
  -ms-text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.95);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.95);
}
@media all and (min-width: 1025px) {
  .ti {
    margin: 150px 0 200px 0;
  }
}
@media all and (max-width: 1024px) {
  .ti {
    font-size: 125%;
    margin: 24px 0 48px 0;
    text-align: center;
  }
  .ti span {
    display: block;
  }
}
#toplead {
  font-size: 2.4vw;
  position: absolute;
  top: 90px;
  right: 10%;
  color: #fff;
  text-align: left;
  line-height: 200%;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.4);
  text-shadow: -2px 4px 5px rgb(0, 0, 0, 0.4);
}
#toplead span {
  background: #FFA500;
}
@media screen and (min-width:1025px) and (max-width:1366px) {
  #toplead {
    font-size: 156.3%;
    top: 70px;
  }
}
@media (max-width:1024px) {
  #toplead {
    writing-mode: horizontal-tb;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center;
    left: 50%;
    width: 100%;
  }
}
@media screen and (max-width:519px) {
  #toplead {
    padding-top: 50vh;
    font-size: 5vw;
  }
}
@media screen and (min-width:520px) and (max-width:960px) {
  #toplead {
    padding-top: 40vh;
  }
}
@media screen and (min-width:961px) and (max-width:1024px) {
  #toplead {
    padding-top: 60vh;
  }
}
.type_icon {
  display: inherit;
  background: #40b2c0;
  color: #fff;
  padding: 0.5px 2px;
}
@media screen and (max-width:519px) {
  .type_icon {
    display: inline-block;
    margin-left: 16px;
  }
}
.timeline {
  list-style: none;
}
.timeline li {
  overflow: hidden;
  margin: 0;
  position: relative;
  margin-bottom: 30px;
}
div .timeline-content {
  margin-top: 1rem;
  border-left: 1px solid #094B27;
  padding-left: 24px;
}
.timeline-date {
  font-size: 150%;
  display: inline;
}
.timeline span.midashi {
  font-weight: 900;
  font-size: 125%;
  padding: 0.5% 0;
  margin-bottom: 16px;
  display: block;
}
ul.timeline li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: bold;
  color: #40b2c0;
  font-size: 150%;
}
.timeline-content ul li {
  margin-bottom: 8px;
}
.yoko li {
  display: inline;
}
.yoko li:before {
  content: "／" !important;
}
.yoko li:first-child:before {
  content: "" !important;
}
.timeline-content ul li:before {
  content: "";
  font-size: 100%;
}
.time {
  border-top: 1px solid #999;
  margin-bottom: 8px;
}
.time span {
  background: #999;
  color: #fff;
  padding: 0 3%;
}
.disc_list li {
  list-style-type: disc !important;
  margin-left: 24px;
  overflow: visible !important;
}
.hosoku {
  margin-top: -16px;
}
.work_photo li, .work_photo02 li {
  margin: 0 8px 16px 0;
}
.work_photo li div, .work_photo02 li div {
  position: relative;
}
.work_photo02 li:first-child {
  min-width: 30%;
}
/*.work_photo li p, .work_photo02 li p {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 2%;
}*/
.work_photo li img {
  width: 100%;
  height: 194px;
  object-fit: cover;
}
.work_photo02 li img {
  width: 100%;
  object-fit: fill;
}
.work_photo02 li:first-child img {
	width: 100%;
	max-height: 140px;
	object-fit: cover;
}
.graybox {
  background: #eee;
  padding: 16px;
}
.director {
  width: 100%;
}
@media screen and (min-width:521px) {
  .director {
    max-width: 240px;
  }
}
@media screen and (max-width:1024px) {
  .work_photo li {
    margin: 0 0 8px 0;
  }
  .work_photo li img, .work_photo02 li img {
    object-fit: contain;
    height: 100%;
  }
}