/* wrap */
@charset "utf-8";
html {
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
   
    
}

body {
    margin: 0 !important;
    font-feature-settings: "palt" 1;
    letter-spacing: 3px;
    font-size: 14px;
    --scroll-gap: 30px;
    font-size: 16px;
   
   
    
}


article {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

article a:hover  {
 text-decoration: underline;
 color: #fcb045;
}

 h2 {
  font-size: 3rem;
  text-align: left;
  font-weight: 700;
  line-height: 34px;
  padding: 0 0px 40px 0;
  margin: 0% auto 0 auto;

}

h1 {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  line-height: 34px;
  padding: 0 0px 40px 0;
  margin: 0% auto 0 auto;
  
}

ul {
  list-style: none;
}


a {
  color: #000000;
  text-decoration: none;
}

#message a {
  color: #ffffff;
  text-decoration: none;
  text-decoration: underline;
}

#wrap {
  width: 100%;
  background-color: #ffffff;
  margin: 160px 0 0 0;
}

#wrap2 {
  width: 98%;
  max-width: 1200px;
  margin: auto;
  background-color: #ffffff;
}

.hero {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.hero2 {
  height: 60vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;

}

.hero_inner {
  margin: 0% 0 0 0;
}

.hero_low {
  position: absolute;
  bottom: 50%;
  padding: 0 0 0px 0;
  width: 98%;
  margin: 0 1%;
  font-size: 45px;
}

.min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 100;
  font-style: oblique;
}

.mv {

  width: 60%;
  float: right;
  padding: 0 1% 0 0 ;
}


nav {

  padding: 0px 0;
  min-height: 80px;
}

.logo {
  padding: 5px 0 5px 20px;
  width: 15%;
  max-width: 480px;
  float: left;
  margin: 1% 0 0 0;
  z-index: 3 !important;
  position: absolute;
  top: 0;
}

.hero_right {
  width: 70%;
  position: absolute;
  top: 20px;
  right: 0;
  display: flex;
}



.mv video {
  width: 80%;
  float: right;
  padding: 10% 0 10% 0;
}

.contact {
  background-color: #000;
  width: 50%;
  float: right;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  width: 250px;
  float: right;
  text-align: center;
  min-height: 55px;
  padding: 28px 0 0 0;
  background-image: url(../img/mail_icon.png);
  background-repeat: no-repeat;
  background-position: 20px center;
}


video {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  max-width: 2000px;
  border-radius: 0px 0px 0px 0px;

}


@media (min-width: 2000px) {
  video {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    max-width: 2000px;
    border-radius: 0px 60px 60px 0px;
  
  }

}

a.btn_24 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  width: 50%;
	max-width: 250px;
  margin: 40px 0 0 0;
	padding: 1rem 1rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #000000;
	color: #000000;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.btn_24:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_24:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #000000;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_24:hover {
 color: #ffffff;
 border: 1px solid #000000;
}

a.btn_24:hover:before {
 top: -35%;
 background-color: #000000;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn_24:hover:after {
 top: -45%;
 background-color: #000000;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}









a.btn_25 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  width: 50%;
	max-width: 250px;
  margin: 40px auto 0 auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border-radius: 4px;
	border: 1px solid #000000;
	color: #000000;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
	transition: all 0.2s ease-in;
}
a.btn_25:before {
 content: "";
 position: absolute;
 left: 50%;
 transform: translateX(-50%) scaleY(1) scaleX(1.25);
 top: 100%;
 width: 140%;
 height: 180%;
 background-color: rgba(0, 0, 0, 0.05);
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_25:after {
 content: "";
 position: absolute;
 left: 55%;
 transform: translateX(-50%) scaleY(1) scaleX(1.45);
 top: 180%;
 width: 160%;
 height: 190%;
 background-color: #000000;
 border-radius: 50%;
 display: block;
 transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
 z-index: -1;
}

a.btn_25:hover {
 color: #ffffff;
 border: 1px solid #000000;
}

a.btn_25:hover:before {
 top: -35%;
 background-color: #000000;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

a.btn_25:hover:after {
 top: -45%;
 background-color: #000000;
 transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}




.s_message {
  width: 98%;
  margin: 1% 0;
  margin: auto;
  padding: 0 0 100px 0;
}

.mes {
  padding: 100px 0 100px 0;
}

.mes h1 {
  font-size: 16px;
  font-weight: 200;
  text-align: left;
  padding: 30px 0 60px 0;
  max-width: 800px;
  margin: 0px 0 0 0;
  margin: auto;
  line-height: 200%;
}

.s_message h2 {
  font-size: 3rem;
  text-align: left;
  font-weight: 700;
  line-height: 34px;
  padding: 0 0px 40px 0;
  margin: 0% auto 0 auto;

}

.s_message h1 {
  font-size: 2rem;
  text-align: left;
  font-weight: 700;
  line-height: 34px;
  padding: 0 0px 40px 0;
  margin: 0% auto 0 auto;
  
}

.s_message p {
  font-size: 16px;
  line-height: 34px;

}

.ser h1 {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 20px 0;

  margin: 0;
}

.ser h2 {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 80px 0 0 0;
  border-bottom: 3px solid #000;
  width: 200px;
  line-height: 34px;
  margin: auto;
}
.ser h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding: 0px 0 0 0;
  margin: auto;
}

.service {
  background-color: #fbfbfb !important;
  background: url(../img/ser_top_b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.note h1 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0 60px 0;
  color: #fff;

  margin: 0;
}

.note h2 {
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  padding: 80px 0 0 0;
  border-bottom: 3px solid #ffffff;
  width: 200px;
  line-height: 34px;
  margin: auto;
  color: #fff;
}





@keyframes infiniteScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - var(--scroll-gap) / 4));
  }
}

.scroll_wrap {
  margin-block-start: 5vh;
  width: 100%;
  overflow: hidden;
}

.scroll_track {
  width: max-content;
  animation: infiniteScroll 15s linear infinite;

 
}

.scroll_inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 var(--scroll-gap);
}

.scroll_cont {
  display: grid;
  place-content: center;
  flex-shrink: 0;
  min-width: 22vw;
  aspect-ratio: 1 / 1;
  color: white;
  font-size: 1.375rem;
  font-weight: bold;

  &:nth-of-type(5n + 1) {
  
  }
  &:nth-of-type(5n + 2) {
   
  }
  &:nth-of-type(5n + 3) {
   
  }
  &:nth-of-type(5n + 4) {
    
  }
  &:nth-of-type(5n + 5) {
   
  }
}

.mes2 {
  width: 100%;
  text-align: center;
  padding: 60px 0;
}

.mes2 h1 {
  font-size: 26px !important;

}

.mes2 h2 {
  font-size: 22px !important;

}

.cont {
 background: #dbdbdb;
}

.cont_inner {
  width: 98%;
  margin: auto;
}

.profile {
  background: #ffffff;
  color: #000000;
  padding: 80px 0;
  width: 98%;
  margin: auto;
 }


.works {
  background: #000000;
  color: #fff;
 }


 .works_box {
  border-bottom: 1px solid #fff;
  padding: 40px 0 40px 0;
 }
 .works_left {
  width: 40%;
  float: left;
 }





 .works_right {
  width: 58%;
  float: right;
  font-size: 20px;
  font-weight: 700;
}

.works_right a {
  color: #fcb045;
  font-size: 14px;
  font-weight: 200;
}

.works_right a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.work_date {
  font-size: 12px;
  font-weight: 200;
  padding: 10px 0;
}

.roll {
  font-weight: 200;
  font-size: 14px;
  padding: 20px 0;
}

/* 下から上に移動しながらフェードイン */
.fadeInUp {
  opacity: 0;
  transform: translateY(0px);
}
/* 上から下に移動しながらフェードイン */
.fadeInDown {
  opacity: 0;
  transform: translateY(-100px);
}
/* 右から左に移動しながらフェードイン */
.fadeInLeft {
  opacity: 0;
  transform:  translate(-100px, 0);
}
/* 左から右に移動しながらフェードイン */
.fadeInRight {
  opacity: 0;
  transform: translateX(100px);
}
/* フェードインアニメーション */
@keyframes fadeIn {
  0% {
  }
  100% {
      opacity: 1;
      transform: translate(0);
  }
}
/* フェードインさせるクラス */
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.gradient {
  padding: 0 !important;
  margin: 0 !important;
}
.gradient__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -40px 0 0 0;
}
.gradient__title {
  animation: AnimationTitle 5s ease infinite;
  background: linear-gradient(to right, #007ab7, #ff2f00, #fcb045);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
 
  font-weight: 700;
  line-height: 1;
  font-size: 20px !important;
}
@keyframes AnimationTitle {
  0% {
      background-position: 0% 50%;
  }
  50% {
      background-position: 100% 50%;
  }
  100% {
      background-position: 0% 50%;
  }
}

.s_box1 {
  width: 90%;
  margin: 80px auto 0 auto;
  background: #e9e9e9;
  border-radius: 0px;
  padding: 40px 0;
}

.s_box1_img {
  float: left;
  width: 40% !important;
}

.s_box1_img img {
  width: 100%;
}

.s_box_text {
  float: right;
  width: 55% !important;
  font-size: 24px;
  font-weight: 700;
}

.s_box_company {
  font-size: 18px;
  font-weight: 200;
  padding: 10px 0 0 0;
}

.green {
  color: #1f8cdf;
  font-size: 28px !important;
  padding: 0px 0 20px 0;
  display: block;
}

.s_text {
  font-size: 14px;
  font-weight: 200;
  padding: 40px 0 0 0;
  width: 90%;
}

.s_text p {
  padding: 0 0 20px 0 !important;
  margin: 0 0 0 0 !important;
  width: 100% !important;
}

.note {
  width: 100%;
  padding: 0px 0 60px 0;
  background: #007ab7;
  color: #000;
}

.note_inner {
  width: 95%;
  margin: auto;
}


#message {
  display: flex;
  justify-content: space-between;
  color: #fff;
  }
  #message p img {
  display: none;
  }
  #message a.btn {
  display: block;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0
  }
  #message .mu {
  width: 23%;
  position: relative
  }
  #message .mu img {
  width: 100%;
  height: auto
  }
  #message .mu h3 {
  margin-bottom: 1em;
  font-size: 1.3rem;
  text-align: left;
  font-weight: normal
  }
  #message .mu small {
  display: block
  }

  #message p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 任意の行数を指定 */
  }


.service_box {
  display: flex;
}
.service_box div {
  width: 31.333%;
  text-align: center;
  margin: 1% 1%;
  border: 1px solid #b3b3b3;
  background: #fff;
}


.service_box div p.left {
  text-align: left;
  padding: 0 20px;
  line-height: 34px;
}


.p_title {
  font-weight: 800;
  font-size: 26px;
  background: linear-gradient(transparent 50% , yellow 70%);
}



.price_box {
  width: 100%;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 30px 0;
}


.price_box_title {
  font-size: 18px;
  font-weight: 800;
}

.price_box_menu {
  display: flex;
}

.price_box_menu div {
  width: 31.3333%;
  margin: 40px 1% 40px 1%;
  border: 1px solid #b3b3b3;
  padding: 20px;
  text-align: center;
}

.small {
  font-size: 12px;
  padding: 0 !important;
  margin: 0 !important;
}

.price_title {
  font-size: 24px;
  font-weight: 800;
  padding: 5px 0 0 0 !important;
  margin: 0 !important;
}

.price {
  font-size: 34px;
  font-weight: 800;
  padding: 15px 0 0 0 !important;
  margin: 0 !important;
}

.price_text {
  font-size: 16px;
  font-weight: 200;
  padding: 15px 0 0 0 !important;
  margin: 0 !important;
  text-align: left;
}

.photo_movie_box {
  width: 100%;
  border-top: 0px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding: 30px 0;
}



.about {
	width: 100%;
	float: right;
	background-color:#E5E5E5 !important;
	background: url("img/about_bk.png");
	background-repeat: no-repeat;
	background-position: right 0% top 5%;
	padding: 0 0 200px 0;
}


#second2 {
	width: 80%;
	margin:150px auto 0 auto;
}

.prof_img {
	float: right;
	max-width: 360px;
}

.about_1 {
	font-size: 1.8rem;
	color: #FFA800;
	font-weight: 900;
	margin: 0 0 10px 0;
}

.about_2 {
	font-size: 1rem;
	color: #202020;
	font-weight: 200;
	margin: 0 0 30px 0;
	line-height: 24px;
}

.pc_only {
  display: block;
}

@media (max-width: 980px) {

  .logo {
    padding: 5px 0 5px 20px;
    width: 35%;
    max-width: 480px;
    float: left;
    margin: 1% 0 0 0;
    z-index: 3 !important;
    position: absolute;
    top: 0;
  }

  .works_left {
    width: 90%;
    float: none;
    margin: auto;
   }
  
   .pc_only {
    display: none;
  }
  
  
  
   .works_right {
    width: 90%;
    float: none;
    font-size: 20px;
    font-weight: 700;
    margin: 20px auto;
  }


  a.btn_24 {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 90% !important;
    max-width: 250px;
    margin: 40px auto 0 auto !important;
    padding: 1rem 1rem;
    font-weight: bold;
    border-radius: 4px;
    border: 1px solid #000000;
    color: #000000;
    position: relative;
     overflow: hidden;
     z-index: 1;
    transition: all 0.2s ease-in;
  }


  h2 {
    font-size: 2rem;
  }
  
  h1 {
    font-size: 1.2rem;

    
  }



  .s_message h2 {
    font-size: 2rem;
  
  }
  
  .s_message h1 {
    font-size: 1.2rem;

    
  }

  .text4 {
    font-size: 24px !important;
    font-weight: 700;
    color: #000000;
    clip-path: polygon(0 0,0 0,0 100%,0 100%);
  }

  .service_box {
    display: block;
  }

  .service_box div {
    width: 98% !important;
    text-align: center;
    margin: 1% 1% 40px 1%;
    border: 1px solid #b3b3b3;
    background: #fff;
  }



  .price_box_menu {
    display: block;
  }
  
  .price_box_menu div {
    width: 80%;
    margin: 40px auto 40px auto;
    border: 1px solid #b3b3b3;
    padding: 20px;
    text-align: center;
  }

}



.mv_text {
  position: absolute;
  margin: 5% 0 0 1%;
  font-size: 4vw;
  font-weight: 700;
  background-color: #fff;
  padding: 5px 10px;
}




.box {
  padding: 0px 0px;
  text-align: left;
  margin: 0% 0 0 0% !important;
  font-size: 4vw !important;
  font-weight: 700;
}
.text {
  display: inline-block;
  font-size: 6vw !important;
  font-weight: 700;

  clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.text.active {
  animation: text 1s cubic-bezier(1,0,0,1) 0.6s normal forwards;
}
.text span {

  background: linear-gradient(transparent,#fcff38 0);
}

.text4 {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  clip-path: polygon(0 0,0 0,0 100%,0 100%);
}
.text4.active {
  animation: text4 1s cubic-bezier(1,0,0,1) 0.6s normal forwards;
}

@keyframes text {
  0% {
      clip-path: polygon(0 0,0 0,0 100%,0 100%)
  }
  to {
      clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
  }
}

@keyframes text4 {
  0% {
      clip-path: polygon(0 0,0 0,0 100%,0 100%)
  }
  to {
      clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
  }
}

.box2 {
  padding: 0px 10px;
  text-align: left;
  position: absolute;
  margin: 31% 0 0 1%;
  font-size: 16px !important;
  font-weight: 200;
  width: 40%;
}

.text2 {
  display: inline-block;
  clip-path: polygon(0 0,0 0,0 100%,0 100%);
  background: #fff;
  padding: 20px;
}
.text2.active {
  animation: text 1s cubic-bezier(1,0,0,1) 0.6s normal forwards;
  animation-delay:2s;
}
.text2 span {

  background: linear-gradient(transparent,#ffffff 0);
}

@keyframes text2 {
  0% {
      clip-path: polygon(0 0,0 0,0 100%,0 100%)
  }
  to {
      clip-path: polygon(0 0,100% 0,100% 100%,0 100%)
  }
}


.service p {
  font-size: 16px;
  width: 95%;
  max-width: 980px;
  margin: auto;
  padding: 40px 0;
}


/*============
nav
=============*/
nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 8;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 5;
  cursor: pointer;
}