
/*デフォルト設定*/

@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body{
}

main{
  background-color: black;
}

.wrapper{
  position: relative;
  background-color: black;
}

.wrapper .wrapper__video{
  position: fixed; /* 要素を固定位置に配置します */
  top: 0;
  left: 0;
  width: 100%; /* 画面幅いっぱいに広げます */
  height: 100%; /* 画面高さいっぱいに広げます */
  object-fit: cover; /* アスペクト比を維持しつつ、要素を親要素にフィットさせます */
  z-index: -1; /* 背景動画を最背面に配置します */
}

.main_contents{
  max-width: 750px;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
  left: 50%;
  transform: translateX(-50%);
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background-color: transparent;
}

img{
    width: 100%;
    vertical-align: bottom;
}

video {
  display: inline-block;
    width: 100%;
    height: auto;   
    vertical-align: top;
}


.relative{
  position: relative;
}

.absolute{
  position: absolute;
}

li{list-style:none;}

.list{
  margin: 0;
}

a{
  color:inherit;
  text-decoration: none;
}

a:hover {
  text-decoration:underline;
}


/*fv*/
.main__fv__bg{
overflow: hidden;
}

.fv_copy01{
  width: 100%;
  top: 4%;
  right: 0%;
}

.fv_point01{
  width: 42%;
  top: 38%;
  left: 0%;
}

.fv_point02{
  width: 39%;
  top: 51%;
  right: 31%;
}

.fv_point03{
  width: 39%;
  top: 38%;
  right: 0%;
}

.fv_copy02{
  width: 100%;
  bottom: 16%;
  right: 0%;
}

.fv_copy03{
  width: 100%;
  bottom: 2%;
  right: 0%;
}


/*オファー*/

.offer_btn {
  width: 100%;
  bottom:1%;
  left:0;
}


/*悩み*/

.nayami_copy01{
  width: 85%;
  top:2%;
  left:6%;
}

.nayami_copy02{
  width:40%;
  top:10%;
  left:6%;
}

.nayami_copy03{
  width:48%;
  top:15%;
  right:6%;
}

.nayami_copy04{
  width:36%;
  top:20%;
  left:6%;
}

.nayami_copy05{
  width:36%;
  top:25%;
  right:6%;
}

.nayami_copy06{
  width:64%;
  top:48%;
  right:18%;
}

.nayami_copy07{
  width:90%;
  top:55%;
  left:6%;
}

.nayami_corporation{
  width:62%;
  top:71%;
  left:17%;
}

.nayami_copy09{
  width:80%;
  bottom:2%;
  left:10%;
}

.collaboration {
  width: 100%; /* 画面幅いっぱいに表示する場合 */
  height: 100px; /* 適宜調整してください */
  background-image: url("../img/s02_nayami_copy08.webp");
  background-repeat: repeat-x;
  animation: scroll 20s linear infinite; /* スクロールの速度や繰り返しの設定 */
  top:65%;
  left: 0; 
}

@media screen and (max-width: 750px){
  .collaboration {
    width: 100%; /* 画面幅いっぱいに表示する場合 */
    height: 76px; /* 適宜調整してください */
    background-image: url("../img/s02_nayami_copy08_sp.webp");
    background-repeat: repeat-x;
    animation: scroll 8s linear infinite; /* スクロールの速度や繰り返しの設定 */
    top:65%;
    left: 0; 
  } }

@keyframes scroll {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 1000% 0;
  }
}

/*シナジー効果*/

.main_synergy{
  overflow: hidden;
}

.synergy_title {
  width: 100%;
  top: 1%;
  left: 0%; 
}

.synergy_copy01{
  width: 80%;
  top: 14%;
  left: 10%; 
}

.synergy_point01{
  width: 53%;
  top: 42%;
  left: -11%; 
}

.synergy_point02{
  width: 55%;
  top: 48%;
  left: 23%; 
}

.synergy_point03{
  width: 53%;
  top: 42%;
  right: -11%; 
}

.synergy_copy02{
  width: 85%;
  bottom: 18%;
  left: 8%; 
}



/*テクノロジー*/

.technology {
  width: 100%; /* 画面幅いっぱいに表示する場合 */
  height: 100px; /* 適宜調整してください */
  background-image: url("../img/s04_technology_title01.webp");
  background-repeat: repeat-x;
  animation: scroll 20s linear infinite; /* スクロールの速度や繰り返しの設定 */
  top: 3%;
  left: 0; 
}

@media screen and (max-width: 750px){
  .technology {
    width: 100%; /* 画面幅いっぱいに表示する場合 */
    height: 100px; /* 適宜調整してください */
    background-image: url("../img/s04_technology_title01_sp.webp");
    background-repeat: repeat-x;
    animation: scroll 8s linear infinite; /* スクロールの速度や繰り返しの設定 */
    top: 3%;
    left: 0; 
  } }

@keyframes scroll {
  0% {
    background-position: 0% 0;
  }
  100% {
    background-position: 1000% 0;
  }
}

.main__technology{
  overflow: hidden;
}

.technology_title01 {
  width: 75%;
  top: 3%;
  left: 15%;
}

.technology_title02 {
  width: 90%;
  top: 10%;
  left: 5%;
}

.technology01_copy01{
  width: 84%;
  top: 32%;
  left: 0%;
}

.technology01_copy02{
  width: 90%;
  top: 47%;
  left: 5%;
}

.technology01_img{
  width: 80%;
  bottom: 2%;
  left: 10%;
}

.technology02_copy01{
  width: 65%;
  top: 1%;
  left:17%;
}

.technology02_copy02{
  width: 90%;
  top: 6%;
  left: 5%;
}

.technology02_copy03{
  width: 65%;
  top: 16%;
  left:17%;
}

.technology02_copy04{
  width: 90%;
  top: 21%;
  left: 5%;
}

.technology02_comparison{
  width: 88%;
  top: 30%;
  left:5%;
}

.technology02_copy05{
  width: 90%;
  top: 63%;
  left: 5%;
}

.technology02_point{
  width: 90%;
  top: 68%;
  left: 5%;
}

.technology02_copy06{
  width: 90%;
  bottom: 11%;
  left: 5%;
}

.technology03_copy01{
  width: 80%;
  top: 14%;
  right: 0%;
}

.technology03_copy02 {
  width: 90%;
  top: 30%;
  left: 5%;
}

.technology03_point01{
  width: 48%;
  top: 45%;
  left: 5%;
}

.technology03_point02{
  width: 48%;
  top: 71%;
  right: 9%;
}

.technology04_copy01{
  width: 80%;
  top: 27%;
  left: 0%;
}

.technology04_copy02{
  width: 90%;
  top: 42%;
  left: 5%;
}

.technology04_img{
  width: 84%;
  bottom: 4%;
  left: 8%;
}

/*機能*/

.spec_copy01{
  width:43%;
  top:0%;
  left:29%;
}

.spec_copy02{
  width:90%;
  top:22%;
  left:5%;
}

.spec_product{
  width:64%;
  top:34%;
  left:-17%;
}

.spec_s01{
  width:52%;
  top:36%;
  right:3%;
}

.spec_s02{
  width:42%;
  top:50%;
  right:6%;
}

.spec_s03{
  width:45%;
  top:60%;
  right:6%;
}

.spec_s04{
  width:45%;
  top:72%;
  right:6%;
}

.spec_s05{
  width:64%;
  top:85%;
  right:2%;
}

/*使い方*/

.main__mode{
  overflow: hidden;
}

.mode_title{
  width: 68%;
  top: 1.5%;
  left: 2%; 
}

.mode_product{
  width: 28%;
  top: 0.5%;
  right: 1%; 
}

.mode_CL{
  width: 100%;
  top: 9%;
  left:0%; 
  z-index: 1;
}

.mode_CLmode{
  width: 100%;
  top: 12%;
  left:0%; 
  z-index: 0;
}

.mode_CL_howto{
  width: 50%;
  top: 23%;
  left:6%; 
}

.mode_CL_display{
  width: 30%;
  top: 23%;
  right:8%; 
}

.mode_CL_img01{
  width: 42%;
  top: 35%;
  left:6%; 
}

.mode_CL_img02{
  width: 42%;
  top: 35%;
  right:6%; 
}

.mode_CL_copy{
  width: 90%;
  top: 46%;
  left:5%; 
}


.mode_PU{
  width: 100%;
  top: 55%;
  left:0%; 
  z-index: 1;
}

.mode_PUmode{
  width: 100%;
  top: 58%;
  left:0%; 
  z-index: 0;
}

.mode_PU_howto{
  width: 50%;
  top: 68%;
  left:6%; 
}

.mode_PU_display{
  width: 30%;
  top: 68%;
  right:8%; 
}

.mode_PU_img01{
  width: 42%;
  top: 79%;
  left:6%; 
}

.mode_PU_img02{
  width: 42%;
  top: 79%;
  right:6%; 
}

.mode_PU_copy{
  width: 90%;
  bottom: 2%;
  left:5%; 
}

/*faq*/

.main__faq .list dt {
  border-top: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.main__faq .list dt::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: 4%;
  height: 100%;
  background: url("../img/FAQ_arrow.webp") center center/contain no-repeat;
  transition-duration: 0.6s;
}
.main__faq .list dt.open::before {
  transform: translateY(-50%) rotateZ(180deg);
}
.main__faq .list dt:first-of-type {
  border-top: none;
}
.main__faq .list dd {
  position: relative;
  display: none;
  margin-inline-start: 0%;
}
.main__faq .list dd .archive {
  position: absolute;
  top: 57%;
  left: 14%;
  width: 56%;
  height: 19%;
}



/*アニメーション*/
.delay02s {
  animation-delay: 0.2s;
  opacity: 0;
}
.delay05s {
  animation-delay: 0.5s;
  opacity: 0;
}

.delay08s {
  animation-delay: 0.8s;
  opacity: 0;
}
.delay10s {
  animation-delay: 1s;
  opacity: 0;
}
.delay12s {
  animation-delay: 1.2s;
  opacity: 0;
}
.delay15s {
  animation-delay: 1.5s;
  opacity: 0;
}
.delay18s {
  animation-delay: 1.8s;
  opacity: 0;
}
.delay20s {
  animation-delay: 2s;
  opacity: 0;
}

.delay22s {
  animation-delay: 2.2s;
  opacity: 0;
}

.delay25s {
  animation-delay: 2.5s;
  opacity: 0;
}

.delay28s {
  animation-delay: 2.8s;
  opacity: 0;
}

.delay30s {
  animation-delay: 3s;
  opacity: 0;
}

.delay33s {
  animation-delay: 3.3s;
  opacity: 0;
}

.delay35s {
  animation-delay: 3.5s;
  opacity: 0;
}






/*フェード*/
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0
  } /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 1
  } /*アニメーション終了時は不透明度100%*/
}
.fade.active {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /*これで値を保持*/
}


@keyframes fadeOut { /*animation-nameで設定した値を書く*/
  0% {
    opacity: 1
  } /*アニメーション開始時は不透明度0%*/
  100% {
    opacity: 0
  } /*アニメーション終了時は不透明度100%*/
}
.fadeOut.active {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /*これで値を保持*/
}







/*スライド*/
@keyframes slideInL {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 100;
  }
}

.slideL.active {
	animation-name: slideInL;
	animation-duration: 1s;
    animation-fill-mode: forwards;
}

@keyframes slideInR {
  0% {
    transform: translateX(30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 100;
  }
}

.slideR.active {
	animation-name: slideInR;
	animation-duration: 1s;
    animation-fill-mode: forwards;
}



/*ポップアップ*/
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

.popup10s.active {
  animation: popup 1s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

.popup20s.active {
  animation: popup 2s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
 




/*明るい*/
@keyframes bright { /*animation-nameで設定した値を書く*/
  0% {
    filter: brightness(7.4);
  } /*アニメーション開始時は不透明度0%*/
  100% {
    filter: brightness(1.0);
  } /*アニメーション終了時は不透明度100%*/
}


.bright.active {
    animation-name: bright;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}

.bright {
    animation-name: bright;
    animation-duration: 1.5s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 1;
}
 



/*下から上に*/


.slideUp.active {
  animation-name: slideUp;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /*これで値を保持*/
}

@keyframes slideUp { /*animation-nameで設定した値を書く*/
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 100;
    transform: translateY(0);
  }
}
    

/*バウンド*/
.bound.active {
  animation-name: bound;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /*これで値を保持*/
}
@keyframes bound {
  0% {
    transform: scale(0.7, 0.7) translate(0%, 0%);
    opacity: 0;
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
    opacity: 1;
  }
}

/*ぽよぽよ*/
.poyopoyo_big.active {
  animation-name: poyopoyo_big;
  animation-duration: 3s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards; /*これで値を保持*/
  opacity: 1;
}
@keyframes poyopoyo_big {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(1.2);
  }
}



/*ズーム*/
.zoom.active {
animation: 1s zoom forwards ease-in-out;	
}

@keyframes zoom {
  0% {
	transform: scale(1);
    opacity: 1;

  }
  100% {
	transform: scale(1.5);
    opacity: 1;
  }
}



/*傾き*/
.rotate135.active {
  animation-name: rotate135;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; /*これで値を保持*/
}


@keyframes rotate135 {
  0% {
	opacity: 0;
	transform-origin:bottom left;
    transform: rotate(-35deg);

  }
  100% {
	opacity: 100;
    transform: rotate(0);
  }
}


/*回転*/
.kurukuru.active {
  animation: kurukuru 1.0s ease-out;
  opacity: 1;
}
@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}
