@charset "UTF-8";
body {
  margin: 0;
  background-color: rgb(255,255,255);
  font-family: "Noto Sans JP", sans-serif;
}








/*----------
ハンバーガー
----------*/
/*----------
drawer
----------*/
.drawer-icon {
  
  position: fixed;
  top: 30px;
  right: 28px;
  z-index: 300;
  transition: transform 1s ease 0s;
  display: block;

  cursor: pointer;

}
.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 33px;
}
@media screen and (max-width: 900px) {
  .drawer-icon.is-active .drawer-icon-bar1 {
    top: 25px;
  }
}
.drawer-icon.is-active .drawer-icon-bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  transform: rotate(45deg);
  top: 33px;
}
@media screen and (max-width: 900px) {
  .drawer-icon.is-active .drawer-icon-bar3 {
    top: 25px;
  }
}

.drawer-icon-bars {
  width: 70px;
  height: 70px;
  display: block;
  position: relative;
  border: #d86510 solid 1.5px;
}
@media screen and (max-width: 900px) {
  .drawer-icon-bars {
    width: 50px;
    height: 50px;
  }
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 35px;
  height: 2px;
  background: #d86510;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .drawer-icon-bar1,
  .drawer-icon-bar2,
  .drawer-icon-bar3 {
    width: 30px;
    height: 1.5px;
  }
}

.drawer-icon-bar1 {
  top: 19px;
  left: 17.5px;
}
@media screen and (max-width: 900px) {
  .drawer-icon-bar1 {
    top: 12.5px;
    left: 10px;
  }
}

.drawer-icon-bar2 {
  top: 35px;
  left: 17.5px;
}
@media screen and (max-width: 900px) {
  .drawer-icon-bar2 {
    top: 25px;
    left: 10px;
  }
}

.drawer-icon-bar3 {
  top: 51px;
  left: 17.5px;
}
@media screen and (max-width: 900px) {
  .drawer-icon-bar3 {
    top: 37.5px;
    left: 10px;
  }
}

.drawer-content {
  width: 800px;
  height: 98%;
  position: fixed;
  right: 0;
  top: 0;
  background: rgb(247, 247, 247);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 1s ease 0s;
  border-radius: 0 0 0 200px;
  border-left: #d86510 1px solid;
  border-bottom: #d86510 1px solid;
}







@media screen and (max-width: 900px) {
  .drawer-content {
    width: 95%;
    height: 90%;
  }
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-items {
  display: flex;
  margin-left: 80px;
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .drawer-content-items {
    margin-left: 25px;
    margin-top: 100px;
  }
}
.drawer-content-items .left {
  margin-right: 80px;
}
@media screen and (max-width: 900px) {
  .drawer-content-items .left {
    margin-right: 10px;
  }
}

.drawer-content-item {
  line-height: 80px;
}
@media screen and (max-width: 900px) {
  .drawer-content-item {
    line-height: 20px;
  }
}
.drawer-content-item span {
  font-size: 10px;
  color: #d86510;
}
@media screen and (max-width: 900px) {
  .drawer-content-item span {
    display: block;
  }
}
.drawer-content-item a {
  display: block;
  color: rgb(0, 0, 0);
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
  text-align: left;
}
.drawer-content-item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateX(-50%);
  width: 8px;
  height: 11px;
  background: url(../img/arrow-b.svg) no-repeat center center/contain;
}

.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.drawer-bg.is-active {
  display: block;
}

/*----------
ここまでハンバーガーメニュー
----------*/


/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */



/*----------
スクロールバー
----------*/


::-webkit-scrollbar {
  width: 12px; /* スクロールバーの幅を設定 */
  background: gray;
}
::-webkit-scrollbar-track {
  background: gray;
}
::-webkit-scrollbar-thumb{
  background: #d86510; /* スクロールバーのつまみ部分の色 */
  border-radius: 30%;
}



.background_video{
  
  
    /* 真ん中を中心にして固定配置 */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130%;
    z-index: 10;
    
    
  }
  
.video_none{
  display: none;  
}

.black_back{
  display: block;
  background-color: black;

  /* 真ん中を中心にして固定配置 */
  position: fixed;
  top: 20%;
  left: 0%;
  width: 100%;
  height: 60vh;
  z-index: 10;

  /* 中くらいの高さの40%のみ黒背景 */
    
  }



.big_logo{

  display: block;
  width: 100vw;
  height: auto;
  
  z-index: 11;

  /* 真ん中を中心にして固定配置 */
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.criteria_box{
  width: 100%;
  height: 2000px;
  background-color: inherit;
  /* background-color: aqua; */
}

@media screen and (min-width: 1200px) {
  .criteria_box{
    height: 1500px;
  }
}


/*----------
tomato juice スライドアニメーション
----------*/
.slider-container {
  color: #000;
  font-size: 40px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .slider-container {
    font-size: 30px;
  }
}

.slider-text {
  white-space: nowrap;
  animation: slide 20s linear infinite;
  color: #d86510;
  font-weight: 150;
  font-size: 30px;
  font-style: normal;
  padding-top: 20px;
  padding-bottom: 10px;
}


@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}








.text-container {
  font-size: 16px;
  position: fixed;
  transition: font-size 0s ease-in-out;
}





/*----------
company intro
----------*/
.company {
  margin-bottom: 150px;

  width: 96%;
  margin: 0 auto;
  padding-bottom: 200px;

}


@media screen and (max-width: 900px) {
  .company {
    width: 95%;
  }
}


/*  */
/*  */
/*  */
/*  */
/*  */
/*  */

.company_mission{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
}


@media screen and (max-width:1000px) {
  .company_mission{
    flex-direction: column;
  }  
}
  

.company_mission_left{
  width: 58%;
  height: auto;
  
  display: flex;
  align-items: center;
}




@media screen and (max-width:1000px) {
.company_mission_left{
width: 70%;
margin-left: auto;
margin-right: auto;
}

}

.entrance_image{
  display: block;
  width: 100%;
  object-fit: contain;
  

  /* 画像の周りにグレーの縁取り */
  padding: 2%;
  background-color: rgba(240, 240, 240, 1);
  
  /* 上下の真ん中に指定する */
  margin-top: auto;
  margin-bottom:  auto;
}






/*  */
/*  */
/* right */
/*  */
/*  */

.company_mission_right{
  width: 50%;
  padding: 1%;
  padding-left: 5%;
  
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: first baseline;

}




@media screen and (max-width:1000px) {
  .company_mission_right{
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  }
  
  }


.company .co-messages {
  text-align: left;

  font-family: "Noto Sans JP", sans-serif;
}

.our_mission{
  font-size: 18px;
  margin-bottom: 25px;
}
.our_vision{
  font-size: 18px;
  margin-bottom: 25px;
}

.company .co-messages .message-title {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
}
/* @media screen and (max-width: 900px) {
  .company .co-messages .message-title {
    font-size: 16px;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
} */
.company .co-messages .main-message {
  text-align: left;
  font-size: 12px;
  line-height: 2;
}


/* @media screen and (max-width: 900px) {
  .company .co-messages .main-message {
    font-size: 12px;
  }
} */

/*  */
/*  */
/* read more */
/*  */
/*  */


.company .read-more {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 150px;
  margin-top: 100px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.company .read-more a {
  text-decoration: none;
}
.company .read-more a span {
  width: 150px;
}
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */
/*  */





/*----------
service
----------*/
.services {
  margin-top: 10px;
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.services_left {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 700px;
  text-align: center;
  font-size: 35px;
}




.services_right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: start;
  width: 50%;
  height: auto;
  max-width: 1200px;

  margin-right: auto;
  margin-left: auto;
}



.services_right_1 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 90%;
  max-width: 450px;
  
  
  margin-right: auto;
  margin-left: auto;
  
  margin-bottom: 50px;
}

@media screen and (max-width:800px){
.services_right_1{
  margin-bottom: 0;
}  
}

.services_right_2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 90%;
  max-width: 450px;

  margin-right: auto;
  margin-left: auto;
}







.event > div{
  margin-right: 10px;
}

.creative > div{
  margin-right: 10px;
}

.casting > div{
  margin-right: 10px;
}

.webdesign > div{
  margin-right: 10px;
}





.event:hover{
  transition: transform .1s , box-shadow .1s;
  transform: scale(0.97);
  box-shadow: 0 0 0;
  transition-timing-function: linear;
}


.creative:hover{
  transition: transform .1s , box-shadow .1s;
  transform: scale(0.97);
  box-shadow: 0 0 0;
  transition-timing-function: linear;
}

/* .creative:hover{
  transition: transform .2s , box-shadow .2s;
  transform: scale(0.9);
  box-shadow: 7px 7px 7px;
  transition-timing-function: linear;
}
*/

.casting:hover{
  transition: transform .1s , box-shadow .1s;
  transform: scale(0.97);
  box-shadow: 0 0 0;
  transition-timing-function: linear;
}



.webdesign:hover{
  transition: transform .1s , box-shadow .1s;
  transform: scale(0.97);
  box-shadow: 0 0 0;
  transition-timing-function: linear;
}









.event{
  display: block;
  width: 160px;
  height: 160px;
  
  background-color: orange;
  
  text-decoration: none;
  
  display: flex;
  justify-content: end;
  align-items: center;
  
  box-shadow: 1px 1px 7px 3px;
  cursor: pointer;
  
  color: rgba(90, 90, 90, 1);
}


  .creative{
  display: block;
  width: 160px;
  height: 160px;
  
  background-color: rgba(0, 0, 255, 0.85);
  color: rgba(170, 170, 170, 1);
  
  text-decoration: none;
  
  display: flex;
  justify-content: end;
  align-items: center;
  
  box-shadow: 1px 1px 7px 3px;
  cursor: pointer;
  
}

.casting{
  display: block;
  width: 160px;
  height: 160px;
  background-color: yellow;
  color: gray;
  
  text-decoration: none;
  
  display: flex;
  justify-content: end;
  align-items: center;
  
  box-shadow: 1px 1px 7px 3px;
  cursor: pointer;

}

.webdesign{
  display: block;
  width: 160px;
  height: 160px;
  
  background-color: green;
  color: rgba(170, 170, 170, 1);
  
  text-decoration: none;
  
  display: flex;
  justify-content: end;
  align-items: center;
  
  
  
  box-shadow: 1px 1px 7px 3px;
  cursor: pointer;
}








@media screen and (max-width: 900px) {
  .services .container {
    width: 90%;
  }
}









/*----------
company-contact
----------*/
/*--- 線から塗り（共通設定） ---*/

.read-more{
  text-decoration: none;
  color: #000;
  padding: 10px 20px;
}

.read-more img {
  width: 80px;
  height: 80px;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .read-more img {
    width: 40px;
    height: 40px;
  }
}











/*----------
ボタンアニメーション
----------*/




.flex {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  margin-top: 150px;
  text-align: left;
  width: 70%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .flex {
    width: 90%;
    font-size: 15px;
  }
}
.flex .left,
.flex .right {
  width: 49.5%;
}






/*--- 線から塗り（共通設定） ---*/
.btn05 {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transition-delay: 0.7s; /*0.7秒遅れてアニメーション*/
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  border: solid 1px #d86510;
  color: #000;
}
@media screen and (max-width: 900px) {
  .btn05 {
    padding: 10px 20px;
  }
}
.btn05 img {
  width: 80px;
  height: 80px;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .btn05 img {
    width: 40px;
    height: 40px;
  }
}

.padding {
  padding: 10px 20px;
}

/*hoverした際の、ボタンの背景とテキスト色の変更*/
.btn05:hover {
  background: #d86510;
  color: #fff;
}

/*線の設定*/
.btn05 span {
  display: block;
}

/*横線の設定*/
.btn05::before,
.btn05::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*線の形状*/
  width: 0;
  height: 3px;
  background: #d86510;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}

/*縦線の設定*/
.btn05 span::before,
.btn05 span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  /*線の形状*/
  width: 3px;
  height: 0;
  background: #d86510;
  /*アニメーションの指定*/
  transition: all 0.2s linear;
}

/*hoverした際、線が縦横100%伸びる*/
.btn05:hover::before,
.btn05:hover::after {
  width: 100%;
}

.btn05:hover span::before,
.btn05:hover span::after {
  height: 100%;
}

/*== 左上と右下から枠線が伸びて塗に */
/*横線が0.2秒送れて出現*/
.bordercircle1::before {
  right: 0;
  top: 0;
  transition-delay: 0.2s;
}

.bordercircle1::after {
  left: 0;
  bottom: 0;
  transition-delay: 0.2s;
}

/*縦線が出現*/
.bordercircle1 span::before {
  left: 0;
  top: 0;
}

.bordercircle1 span::after {
  right: 0;
  bottom: 0;
}







/*----------
footer
----------*/
.footer {
  margin-top: 100px;
  background-color: #000;
  color: #fff;
  padding: 50px 5% 50px;
}
.footer .contents {
  margin-bottom: 10px;
}
.footer .contents .container {
  display: flex;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.footer .contents .container .policy {
  margin-left: 30px;
}
.footer .contents .container .rules a,
.footer .contents .container .policy a {
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .footer .contents .container .rules a,
  .footer .contents .container .policy a {
    font-size: 10px;
  }
}
.footer .tomatojuice .js_typing {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  color: #d86510;
  font-family: "Poppins", sans-serif;
}


