@charset "utf-8";

main {
    margin-top: 100vh;
}

/*hero=======================*/
.hero {
    position: relative;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 152px;
    z-index: -100;
}
.background {
    position: absolute;
    position: fixed;
    left: 0;
    top: 160px;
    /* transform: translateX(-50%); */
    width: 100vw;
    height: 80%;
    z-index: -100;
}
.hero__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*scroll to discoverここから========================*/
.scroll__text {
    position: absolute;
    bottom: 2%;
    right: 7%;
    color: #fefefe;
    font-size: 16px;
    font-family: "Freeman", serif;
    letter-spacing: 0.1em;
    filter: none;
}
@media screen and (max-width: 1139px) {
    .scroll__text {
        font-size: 14px;
        bottom: 2%;
        right: 8%;
    }
}
@media screen and (max-width: 767px) {
    .scroll__text {
        font-size: 14px;
        bottom: 2%;
        right: 13%;
    }
}

@keyframes scrollmove{
    0%{top:0px;}
    50%{top:-6px;}
   100%{top:0px;}
}
.scroll__text span {
    width: 28px;
    height: 28px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    position: absolute;
    top: -2px;
    right: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    animation: scrollmove 1.4s ease-in-out infinite;
}
.scroll__text span::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #111;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
/*scroll to discoverここまで========================*/


/*スクロールダウン全体の場所*/
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:10%;
	right:4%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1.4s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
	position: absolute;
	left:-26px;
	bottom:192px;
    /*テキストの形状*/
	color: #000;
	font-size: 1rem;
    font-family: "Freeman", serif;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);

}

/* 矢印の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 160px;
    right: 6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(31deg);
}

.scrolldown:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:160px;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 320px;
	background:#000;
}

/*intro==================================*/
.intro {
    position: relative;
    width: 100%;
    margin-top: -30vw;
    overflow: hidden;

}

.mask-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 10;
}

.mask-svg {
    width: 100%;
    height: 60vw;
    display: block;
    position: relative;
    z-index: 10;
}

.intro__flex {
    width: 101%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.guuk-mask {
    width: 38%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 20;
    margin-left: -4px;
}
.guuk-svg {
    width: 100%;
}

.intro__box {
    width: 62%;
    color: #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fefefe;
    margin-left: -2px;
    text-align: center;
}

.intro__box p {
    font-size: 1.6vw;
    width: 32em;
    line-height: 1.8;
    margin-left: -140px;
}

.view_more__zone {
    margin-top: -8px;
    background-color: #fefefe;
    position: relative;
    z-index: 30;
    text-align: center;
    padding:4px 0 80px 0;
}

/*section共通=================================*/

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
}

.sec__title {
    font-family: "PT Sans", sans-serif;
    font-size: 128px;
    line-height: 1.2;
    text-align: center;
}

.sec__subtitle {
    font-size: 16px;
    text-align: center;
    margin-bottom: 88px;
}

.orange {
    color: #FF845E;
}

.pink {
    color: #FFA6D1;
}

/*service====================================*/

.service {
    background-color: #d9d9d9;
    padding:56px 12% 0;
    background-image: url(../images/bg_SERVICE.svg);
    background-position: bottom 3% left;
    background-size: 82%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.service__box__title {
    font-family: "PT Sans", sans-serif;
    font-size: 80px;
}

.service__box__subtitle {
    font-family: "PT Sans", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
    z-index: 0;
}
.orange__line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em; /* テキストと線の重なり具合を調整 */
  width: 102%;
  height: 0.3em; /* 線の太さ */
  background-color: #FF845E; /* 好きな色に */
  z-index: -1; /* テキストの下に敷く */
  pointer-events: none;
}

.service__box__list {
    display: flex;
    padding: 0;
    margin-bottom: 48px;
}
.service__box__list li {
    font-family: "PT Sans", sans-serif;
    font-size: 32px;
    background-color: #000;
    color:#fff;
    border-radius: 100px;
    padding:0px 56px 4px 56px;
    margin-right: 20px;
}

.service__box__text {
    font-family: "PT Sans", sans-serif;
    font-size: 30px;
    margin-bottom: 8px;
}
.service__box__text span {
    display: inline-block;
}

.service__box__subtext {
    font-family: "PT Sans", sans-serif;
    font-size: 24px;
}

.service__imgbox {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
    padding-bottom: 164px;
}

.service__imgbox img {
    aspect-ratio: 465/251;
    object-fit: cover;
}

.pink__line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2em; /* テキストと線の重なり具合を調整 */
  width: 102%;
  height: 0.3em; /* 線の太さ */
  background-color: #FFA6D1; /* 好きな色に */
  z-index: -1; /* テキストの下に敷く */
  pointer-events: none;
}

.service__box__list .g__list__long {
    padding: 0px 16px 4px 20px;
}

.service__box__list .g__list__long__en {
    padding-top: 4px;
}

@media screen and (max-width: 1739px) {
    .service__box__list li {
        font-size: 20px;
        padding:0px 32px 4px 32px;
        margin-right: 12px;
}

}

/*work========================================*/

.work {
    background-color: transparent;
    padding:56px 12% 0;
    background-image: url(../images/bg_WORK.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: bottom 12% right;
    position: relative;
    z-index: 2;
}

.work__grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.work__grid a {
  display: block; /* ブロック化してグリッドアイテムとして機能 */
  overflow: hidden; 
}
.work__grid a img {
    aspect-ratio: 1/1;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}
.work__grid a:hover img {
  transform: scale(1.05);  /* ホバーで5%ズームアップ */
  /* opacity: 0.7; */
}

.view_more__zone_work {
    padding: 140px 0 136px;
    text-align: center;
}

/*contact====================================*/

.contact {
    background-color: #fdfdfd;
    padding: 112px 0;
    margin-top: -2px;
}

.contact__container {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 124px;
}

.contact__titlebox {
    width: 64%;
}

.contact__title {
    font-family: "PT Sans", sans-serif;
    font-size: 128px;
    line-height: 1.2;
}

.contact__subtitle {
    font-size: 18px;
    /* padding-left: 1em; */
}

.contact__note {
    width: 32%;
    padding-top: 24px;
}

.contact__note__text {
    margin-bottom: 40px;
}


/*1139以下===========================================*/
@media screen and (max-width: 1139px) {

    /*hero=====================*/

    /* .background {
        width: 80%;
        height: 72%;
    } */


    /*intro==================================*/

.svg__mask {
    width: 40%;
    height: 360px;
}

.intro__title {
    font-size: 3.0vw;
    line-height: 1.8;
}

/*sec共通===================================*/
.sec__title {
    font-size: 96px;
}

.sec__subtitle {
    margin-bottom: 64px;
}

/*service====================================*/

.service__box__title {
    font-size: 56px;
}

.service__box__subtitle {
    font-size: 28px;
    margin-bottom: 16px;
    margin-top: -8px;
}

.service__box__list {
    margin-bottom: 32px;
}
.service__box__list li {
    font-size: 16px;
    padding:0px 24px 2px 24px;
    margin-right: 8px;
}

.service__box__text {
    font-size: 22px;
}

.service__box__subtext {
    font-size: 16px;
}

.service__imgbox {
    padding-bottom: 136px;
}

.service__box__list .g__list__long {
    padding: 0px 16px 2px 16px;
}

.service__box__list .g__list__long__en {
    padding-top: 2px;
}

@media screen and (max-width: 900px) {

    /* .service__box__list {
        background-color: #111;
        color: #fdfdfd;
    } */

    .service__box__list li {
    font-size: 14px;
    background-color: transparent;
    color:#111;
    border-radius: 0px;
    padding:0px ;
    margin-right: 8px;
    }
    .service__box__list .g__list__long {
    padding: 0px;
    }

.service__box__list .g__list__long__en {
    padding-top: 1px;
    }
    .service__box__list li::before {
        content: "#";
    }
}

/*work=========================================*/
.view_more__zone_work {
    padding: 96px 0 120px;
}

/*contact=====================================*/

.contact {
    padding: 88px 24px;
}

.contact__container {
    gap: 64px;
    align-items: center;
    justify-content: center;
}

.contact__titlebox {
    width: 66%;
}

.contact__title {
    font-size: 96px;
    line-height: 1;
}

.contact__subtitle {
    font-size: 16px;
}

.contact__note {
    width: 36%;
    padding: 0;
}

.contact__note__text {
    margin-bottom: 24px;
    font-size: 14px;
}

.contact__form {
    padding: 16px 48px;
    font-size: 14px;
}

}

/*767以下=======================================--*/
@media screen and (max-width: 767px) {

    /*hero=====================*/

    .hero {
        padding-top: 0px;
    }

    .background {
        width: 100%;
        height: 100%;
        top: 0;
    }

    /*Scrollテキストの描写*/
.scrolldown span{
	color: #fff;
}

/* 矢印の描写 */
.scrolldown:before {
    background: #fff;
}

.scrolldown:after{
	background:#fff;
}


/*intro==========================*/

    .intro__flex {
        flex-direction: column;
    }

    .guuk-mask {
        width: 100%;
    }

    .intro__box {
        width: 100%;
        padding:56px 20px 40px 20px;
        margin-top: -28vw;
    }
    
    .intro__box p {
        font-size: 16px;
        width: 100%;
        margin-left: 0;
    }


/*sec共通===================================*/
    .sec__title {
        font-size: 64px;
    }

    .sec__subtitle {
        font-size: 14px;
        margin-bottom: 48px;
    }

/*service======================================*/

.service {
    padding:56px 4% 8px;
}

.service__box__title {
    font-size: 32px;
}

.service__box__subtitle {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: -8px;
}

.service__box__list {
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 4px;
}

.service__box__text {
    font-size: 18px;
}

.service__box__subtext {
    font-size: 14px;
}

.service__imgbox {
    margin-bottom: 96px;
    padding-bottom: 4px;
    grid-template-columns: 240px 240px 240px;
    overflow-x: auto;
}
/* Chrome, Edge, Safari用 */
.service__imgbox::-webkit-scrollbar {
  height: 6px; /* 横スクロールの場合 */
  width: 6px;  /* 縦スクロールの場合 */
}

.service__imgbox::-webkit-scrollbar-track {
  background: transparent; /* 背景なし */
}

.service__imgbox::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2); /* うっすら黒グレー */
  border-radius: 3px;
}
/* Firefox用 */
.service__imgbox {
  scrollbar-width: thin;           /* 細くする */
  scrollbar-color: rgba(0,0,0,0.2) transparent; /* 矢印だけ色指定、背景透明 */
}

.service__box__list li {
    font-size: 14px;
    margin-right: 4px;
}



/*work=========================================*/

.work {
    padding:56px 4% 0;
}

.work__grid {
    grid-template-columns: 1fr 1fr;
}



/*contact=====================================*/

.contact {
    padding: 64px 16px;
}

.contact__container {
    gap: 40px;
    flex-direction: column;
}

.contact__titlebox {
    width: 100%;
}

.contact__title {
    font-size: 64px;
}

.contact__subtitle {
    font-size: 14px;
    text-align: center;
}

.contact__note {
    width: 88%;
    text-align: center;
}

.contact__note__text {
    margin-bottom: 24px;
    font-size: 14px;
}

.contact__form {
    padding: 16px 48px;
    font-size: 14px;
}
    

}

/*428以下=======================================--*/
@media screen and (max-width: 428px) {

    /*intro======================*/

    .intro__box {
        padding: 48px 8px 40px 8px;
    }

    .intro__box p {
        font-size: 14px;
    }

/*sec共通===================================*/
    .sec__title {
        font-size: 48px;
    }

    .sec__subtitle {
        font-size: 12px;
        margin-bottom: 40px;
    }

/*service======================================*/
    .service__box__title {
        font-size: 28px;
    }

    .service__box__subtitle {
        font-size: 15px;
        margin-top: -16px;
    }

    .service__box__list {
        margin-bottom: 28px;
        gap: 2px;
    }

    .service__imgbox {
        margin-bottom: 88px;
    }

    .service__box__list li {
        font-size: 12px;
        margin-right: 4px;
    }

/*contact==============================*/
    .contact__title {
        font-size: 48px;
    }

    .contact__subtitle {
        font-size: 12px;
    }


}



/*背景色が上から下に===========================*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}


/*上から下*/
.bgUDextend::before{
	animation-name:bgUDextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #363636;/*伸びる背景色の設定*/
    /* height: calc(100% - 16px); */
}
@keyframes bgUDextendAnime{
	0% {
		transform-origin:top;
		transform:scaleY(0);
	}
	50% {
		transform-origin:top;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:bottom;
	}
	100% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger{
    opacity: 0;
}

/*背景色が上から下に===========================*/


/*ローディング画面ここから===================================*/
:root {
  --loader-size: 150px;
  --text-color: #CECECE;
  --color-one: #FFA6D1;
  --color-two: #FF1744;
  --color-three: #FFFF8D;
  --color-four: #B2FF59;
  --light-size: 3px;
}

.Loader {
  position: relative;
  width: var(--loader-size, 150px);
  min-width: 110px;
  overflow: visible;
  margin: 20px;
  border-radius: 50%;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.4), 0 0 25px rgba(255, 255, 255, 0.8);
}

.Loader::after {
  content: attr(data-text);
  color: var(--text-color, #CECECE);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: calc(70% + 0.10vw);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.Loader::before {
  content: '';
  float: left;
  padding-top: 100%;
}

.Loader__Circle {
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.8;
  mix-blend-mode: screen;
  filter: brightness(120%);
  animation-name: SpinAround;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: linear;
}

.Loader__Circle:nth-of-type(1) {
  box-shadow:
    inset 1px 0 0 1px var(--color-one, #FFA6D1),
    var(--light-size, 4px) 0 0 var(--light-size, 4px) var(--color-one, #FFA6D1);
  animation-direction: reverse;
  transform-origin: 49.6% 49.8%;
}

.Loader__Circle:nth-of-type(2) {
  box-shadow:
    inset 1px 0 0 1px var(--color-two, #FF1744),
    var(--light-size, 4px) 0px 0 var(--light-size, 4px) var(--color-two, #FF1744);
  transform-origin: 49.5% 49.8%;
}

.Loader__Circle:nth-of-type(3) {
  box-shadow:
    inset 1px 0 0 1px var(--color-three, #FFFF8D),
    0 var(--light-size, 4px) 0 var(--light-size, 4px) var(--color-three, #FFFF8D);
  transform-origin: 49.8% 49.8%;
}

.Loader__Circle:nth-of-type(4) {
  box-shadow:
    inset 1px 0 0 1px var(--color-four, #B2FF59),
    0 var(--light-size, 4px) 0 var(--light-size, 4px) var(--color-four, #B2FF59);
  transform-origin: 49.7% 49.7%;
}

@keyframes SpinAround {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

    #loading {
      background: #111;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      width: 100%;
      margin: 0;
      position: fixed;
      top: 0;
      left: 0;
    }

    #content {
        opacity: 0;
        transition: opacity 1.2s ease; /* フェードの速度と滑らかさ */
    }

    #content.show {
        opacity: 1;
    }


/*workのグラデ演出=========================================*/

    .gradient-bg-section {
      position: relative;
      background: #fdfdfd;
      overflow: hidden;
      /* min-height: 100vh; */
    }

    .bg-layer {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      pointer-events: none;
    }

    .blob {
      position: absolute;
      width: 50vw;
      height: 50vw;
      /* max-width: 500px;
      max-height: 500px; */
      border-radius: 50%;
      opacity: 0.9;
      filter: blur(40px);
      mix-blend-mode: soft-light;
      transition: transform 0.2s ease-out;
    }

    .top-left {
      top: 10%; left: 10%;
      background: radial-gradient(circle, #FFA6D1, transparent 100%);
    }
    .top-right {
      top: 10%; right: 10%;
      background: radial-gradient(circle, #FF845E, transparent 100%);
    }
    .bottom-left {
      bottom: 5%; left: 15%;
      background: radial-gradient(circle, #ABEBFF, transparent 100%);
      z-index: 1;
    }
    .bottom-right {
      bottom: 0%; right: 5%;
      background: radial-gradient(circle, #C3A1FF, transparent 100%);
    }

    .gradient-bg-section .content {
      position: relative;
    }

    .cursor-gradient {
      position: absolute;
      width: 200px;
      height: 200px;
      pointer-events: none;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(171, 235, 255, 0.4), transparent 70%);
      filter: blur(20px);
      transform: translate(-50%, -50%);
      z-index: 0;
      opacity: 0;
      transition: opacity 0.3s ease;
    }



    /*スライドインの動き==========================*/

    .slidel-in {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.slidel-in.visible {
  opacity: 1;
  transform: translateX(0);
}

    .slider-in {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
}

.slider-in.visible {
  opacity: 1;
  transform: translateX(0);
}

    .slideu-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.slideu-in.visible {
  opacity: 1;
  transform: translateX(0);
}