@charset "utf-8";
body{
    line-height: 1.8;
}
a{
	text-decoration: none;
}
a:hover{
    opacity: 0.7;
    transition: all .7s;
	text-decoration: none;
}
*:focus {
  box-shadow:none !important;
    outline: none !important;
}

.navbar-dark .navbar-toggler {
    border-color: rgba(255,255,255,0);;
}

.font-family{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.sub-contents .btn a {
    border: solid 1px #000;
    padding: 10px 30px;
    border-radius: 3em;
    color: #000;
    margin-bottom: 30px;
}
.sub-contents .btn a:hover{
    text-decoration: none;
    background-color: #000;
    color: #fff;
}



/*-----------------------
   ハンバーガーボタン
-----------------------*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 25px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 3px ;
  left    : 6px;
  background : #999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#8A8A8A;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#8A8A8A;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba(255,255,255,1);
    text-align: center;
    width: 100%;
    height:100vh;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
    visibility:hidden;
    opacity: 0;
}

.navbar-nav {
    width: 850px;
    height: 200px;
    position: fixed;
    top:35%;
    left: 50%;
    margin-left: -425px;
    margin-top: -100px;
}

.navbar-nav li{
    display:inline-block;
}

.navbar-nav li a{
    color: #000!important;
}

.navbar-nav li a:hover{
    opacity: 0.3;
}

@media screen and (max-width: 991px){
.navbar-nav {
    width:100%;
    height:auto;
    margin:0;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.navbar-nav li{
    display:contents;
}
.navbar-nav li a{
    padding:0.3em 0 !important;
}
}

.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    transition: .4s all;
    margin:0px 20px;
    font-size:1.5rem;
}

.globalMenuSp ul.nav-under li{
    font-size:0.8rem !important;
}

.globalMenuSp ul li a {
    display: block;
    color: #555;
    padding: 1em 0;
    text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
.globalMenuSp.active {
    opacity: 100;
    visibility:visible;
}


/*-----------------------
   トップ　コンテンツ
-----------------------*/
.w-90{
    width: 90%;
    margin-left: 7.5%;
}

.top-contents .top-contents-wrap img{
 transition:1s all;
}
.top-contents .top-contents-wrap img:hover{
  transform:scale(1.1,1.1);
  transition:1s all;
}
.top-contents-wrap{
    position: relative;
}
.top-btn a:hover{
    text-decoration: none;
}
.top-btn button.btn{
    padding: 12px 70px;
    display: inline-block;
    font-size: 1rem;
    background-color: #000;
    position: relative;
    margin: 30px auto;
    transform: skewX(-30deg);
    color: #fff;
    border-radius: 0;
}
.top-btn button.btn span{
display: inline-block;
    transform: skewX(30deg);
}

@media screen and (min-width:768px){
.mtb{
    margin-top: 150px;
    margin-bottom: 50px;
}
.self-intro-txt{
	text-align: left;
    display: inline-block;
    position: absolute;
}
}


/*----- メインビジュアル -----*/
.main-visual{
    position: relative;
	min-height: 250px;
}
.main-visual .container{
    max-width: 1200px;
}

@media screen and (min-width:768px){
.main-visual{
    padding: 5% 5%;
}
}
@media screen and (max-width:767px){
.main-visual{
	min-height: 400px;
	padding: 100px 5% 5%;
}
.main-visual .container{
    max-width: 540px;
}
}
.top-icon img{
    max-width: 100px;
}

#wrapper{
　width: 100%;
  animation: bggradient 6s ease infinite;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.main-txt{
    position: absolute;
    color: #888;
    top: 40%;
    justify-content: center;
    display: block;
}
.main-txt .downAnime img{
    width: 100%;
    max-width: 750px;
    padding: 5% 0;
}
.main-txt .line{
	max-width: 200px;
    margin: auto;
    border-bottom: solid 5px #ff6429;
}
@media screen and (min-width: 768px){
.main-txt{
    position: absolute;
    top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}
}
@media screen and (max-width: 767px){
#wrapper{
    height: 50vh;
}
.main-visual{
    min-height: 200px;
}
.main-txt{
    position: absolute;
    top: 25%;
}
.main-txt.container{
    max-width: 768px;
	position: relative;
}
.top-icon img{
    margin: auto;
    display: block;
}
}


.iframe-aspect-padding {
  max-width: 600px;
}
.iframe-aspect-padding .inn {
  position: relative;
  width: 100%; 
  height: 0; 
  padding-top: 56%; 
  /* ↑16：9を基準に横幅を１としたときの縦幅が0.5625のため、56% */
}
.iframe-aspect-padding iframe {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*----- works -----*/
@keyframes fadeInUp {
  from {
	opacity: 0;
	transform: translateY(20px);
  }
  to {
	opacity: 1;
	transform: translateY(0);
  }
}
.top-contents .works-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}
.top-contents .work-card {
  background: #fff;
  padding: 1rem;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
}
.top-contents .work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  opacity: 0.8;
}
.top-contents .work-card a{
	display: block;
}
.top-contents .work-card h3{
	color: #000;
	font-size: 1.2em;
}
@media screen and (max-width: 767px){
.top-contents .work-card h3{
	font-size: 1.0em;
}
}

/*-----------------------
   下層　コンテンツ
-----------------------*/
.container{
    max-width: 1000px;
}
.sub-contents{
    min-height: 550px;
}
.category_menu{
    overflow:hidden;
}
.category_menu ul{
    margin: 20px auto;
    max-width: 575px;
    padding: 0;
    font-family: 'Abel', sans-serif;
    justify-content: center;
    display: flex;
}
.category_menu ul li{
    display: inline-block;
    width: 100px;
    margin:0 5px;
    border-bottom:solid 1px #000;
    text-align:center;
    list-style-type: none;
    font-size: 1.3em;
}
.category_menu ul li a{
    display:block;
    height:40px;
    line-height:40px;
    background-color:#FFF;
}
.category_list{
    width:100%;
    margin:30px auto;
}
.category_list_entry {
    padding:8px;
    margin:0 0 10px 0;
}
a.category_list_entry {
    text-decoration: none;
    color: #000;
}
.category_menu ul li a:link.current{color:#FFF; background-color:#000; font-weight: bold;}
.category_menu ul li a:link    {color:#000; text-decoration:none; background-color:#FFF;}
.category_menu ul li a:visited {color:#000; text-decoration:none; background-color:#FFF;}
.category_menu ul li a:hover   {color:#FFF; text-decoration:none; background-color:#000;}
.category_menu ul li a:active  {color:#000; text-decoration:none; background-color:#FFF;}
    
@media screen and (max-width: 767px){
.sub-contents{
    min-height: 300px;
}
.category_menu ul{
    padding: 0;
    display: flex;
    justify-content: center;
}
.category_menu ul li{
    width: 50px;
    margin:0 7px;
    font-size: 0.8em;
}
}

.tool{
    max-width: 50px;
}

/*-----------------------
   パンくず CSS
-----------------------*/
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumbs-three{
  overflow: hidden;
  width: 100%;
}
 
#breadcrumbs-three li{
  float: left;
  margin: 0;
}
 
#breadcrumbs-three a{
  padding: .7em 1em .7em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  background: #ddd;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-radius: .4em 0 0 .4em;
}
 
#breadcrumbs-three a:hover{
  background: #555;
  color: #f1f1f1;
  transition: none;
}
 
#breadcrumbs-three a::after{
  background: #ddd;
  content: "";
  height: 2.5em;
  margin-top: -1.25em;
  position: absolute;
  right: -1em;
  top: 50%;
  width: 2.5em;
  z-index: -1;
  transform: rotate(45deg);
  border-radius: .4em;
}
 
#breadcrumbs-three a:hover::after{
  background: #555;
}

#breadcrumbs-three a.current{
  padding: .7em 1em .7em 2em;
  text-decoration: none;
  color: #444;
  background: #f1f1f1;
  position: relative;
  z-index: 1;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-radius: .4em;
  pointer-events: none;
}

#breadcrumbs-three a.current::before{
  padding: .7em 1em .7em 2em;
  text-decoration: none;
  color: #444;
  background: #DDB;
  position: relative;
  z-index: 0;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  border-radius: .4em;
}

#breadcrumbs-three .current,
#breadcrumbs-three .current:hover{
  font-weight: bold;
    opacity: 0.7;
}
 
#breadcrumbs-three .current::after{
  content: normal;
}

/*-----------------------
   モーダル CSS
-----------------------*/
ul.works_list{
    padding: 0;
}
.works_item {
    list-style: none;
    position: relative;
    width: 100%;
}
.works_modal_open {
    height: auto;
    text-align: center;
}
.works_image_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
}
.mask_text {
    font-size: 1rem;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    transform: translateY(90px);    
}
.works_modal_content{
    text-align: center;
}
.works_image:hover .works_image_mask {
    opacity: 0.7;
    padding-top: 0;
}

@media screen and (max-width: 767px){
.mask_text {
    transform: translateY(110px); 
    font-size: 0.8rem;
}
}

/* ------works_modal css------ */
.works_modal_wrapper {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: none;
    opacity: 0;
    z-index: -1;
}
.works_modal_window {
    width: 80vw;
    height: 90vh;
    max-width: 1000px;
    margin: auto;
    padding: 15px;
    background: #fff;
    z-index: 1;
    overflow-y: scroll;
}
.works_modal_content {
    margin: 0 auto;
    width: 80%;
    height: 80%;
}
.works_modal_content img{
    max-width: 550px;
}
.works_modal_content h1{
    font-size:20px;
    margin-bottom: 15px;
    text-align: left;
}
.works_modal_content dl{
    text-align: left;
}
.works_modal_content dt{
    padding-right: 0;
}
.works_modal_content dd{
    padding: 0;
}
.works_modal_content a:hover{
    text-decoration: none;
}
.works_modal_content button.btn{
    padding: 12px 70px;
    display: inline-block;
    font-size: 1rem;
    background-color: #000;
    position: relative;
    margin: 30px auto;
    transform: skewX(-30deg);
    color: #fff;
    border-radius: 0;
}
.works_modal_content button.btn span{
display: inline-block;
    transform: skewX(30deg);
}

@media screen and (max-width: 767px){
.works_modal_content button.btn{
    padding: 8px 45px;
}
.works_modal_content .col-md-2,.works_modal_content .col-12{
    padding-right: 0!important;
    padding-left: 0!important;
} 
.works_modal_content h1{text-align: center;}
}

.works_modal_mask {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.works_modal_close {
    z-index: 300;
    position: absolute;
    top: 25px;
    right: 65px;
    color: #999;
    font-size: 2.0rem;
    cursor: pointer;
    background-color: #cdcdcd;
    padding: 5px 20px;
}
@media screen and (max-width: 767px){
.works_modal_close {
    top: 5px;
    right: 10px;
    background-color: transparent;
}
}
.works_modal_close:hover {
    color: #000;
    transition: all .5s;
}
html.is_open, body.is_open {
    overflow: hidden;
}
.works_modal_wrapper.is_open {
    animation: works_modal_wrapper_open .5s ease forwards;
}
.works_modal_wrapper.is_open .works_modal_window {
    animation: works_modal_window_open .5s ease forwards;
}
.works_modal_wrapper.is_close {
    animation: works_modal_wrapper_close .5s ease forwards;
}
.works_modal_wrapper.is_close .works_modal_window {
    animation: works_modal_window_close .5s ease forwards;
}

@keyframes works_modal_wrapper_open {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
      z-index: 300;
    }
  }
  @keyframes works_modal_window_open {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes works_modal_wrapper_close {
    0% {
      z-index: 300;
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes works_modal_window_close {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      transform: translateY(-30px);
      opacity: 0;
    }
  }


/*-----------------------
   フッター
-----------------------*/
footer{
    background-color: #000;
    color: #fff;
}


/*-----------------------------
  fadein
-----------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100px);
  transition: all 1s;
}
.fadein.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}


/*-------------------------------------
   MOVIE
 -------------------------------------*/
.movie-iframe{
    max-width:650px;
    margin:0 auto 30px;
}
.iframe-wrap{
    position: relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
