<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*top*/
.headerbox{
position: relative;
width: 100%;
height: 100vh;
background-repeat: no-repeat;/*�糸���弘��菴�������絎�*/
background-size: contain; /*�糸���������臀���������障��*/
background-position: center;
background-color: rgb(255, 255, 255);
background-attachment: fixed;/*�鴻���㏍�若���������糸����寯�*/

}
.headerbox img{
  position: absolute;
  left: 100px;
  margin: auto;
  width: 600px;
height: 100%;
background-repeat: no-repeat;/*�糸���弘��菴�������絎�*/
background-size: contain; /*�糸���������臀���������障��*/
height: auto;
animation-name: album;
	animation-duration: 25s;
	animation-iteration-count: infinite;
	opacity: 0;
}



.headerbox img.top2{
  position: absolute;
  top: 30px;
  left: 100px;
  animation-delay:5s;
}
.headerbox img.top3{
  position: absolute;
  top: 10px;
  animation-delay:10s;
}
.headerbox img.top4{
  position: absolute;
  animation-delay:15s;
}

@keyframes album {
  0% {
    opacity: 0;
  }
  
  12.5% {
    opacity: 1;
  }

  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*��������絖�*/
.headerbox h1{
  z-index: 12;
    position: relative;
    top: 380px;
    left: 800px;
    font-size: 50px;;
    animation-delay: 0s;
    animation-fill-mode: both
}
/*��������*/
.headerbox p{
  z-index: 11;
    position: relative;
    top:  380px;
    left: 1000px;
    animation-delay: 0s;
    animation-fill-mode: both;
}
/*膣剛�鐚���鐚�*/
.sectionbox{
    position: relative;
    margin: 0;
    width: 100%;
    height: 100vh;
}

/*膣剛�1,2����*/
.sectionbox p{
    position: relative;
    font-size: 20px;
  z-index: 2;  /*��絖��������冴��*/
}

b{
  color: #2bb6c1;
}

/*膣剛�鐚�*/
#introduction .sectionbox{
  background-color: rgb(255, 255, 255);
  background-image: url("img/8��.jpg");
background-repeat: no-repeat;/*�糸���弘��菴�������絎�*/
  background-size:700px auto;/*�����糸����泣�ゃ�冴��膰�┴罸�篆���*/
  background-position: 650px;
  background-attachment: fixed;
 
  
}

#introduction .contents{
    position: absolute;
    top:45vh;
    left: 330px;
    clear: black;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}


   
  
/*膣剛�2*/
#shou2 .sectionbox{
  background-color: rgb(255, 255, 255);
  background-image: url("img/12��\ 2.jpg");
background-repeat: no-repeat;/*�糸���弘��菴�������絎�*/
  background-size: 700px auto;/*�����糸����泣�ゃ�冴��膰�┴罸�篆���*/
  background-position: 160px;
  background-attachment: fixed;
  }
  /*膣剛�����絖�*/
#shou2 p{
    position: absolute;
    top:40vh;
    left:900px;
    font-size: 20px;
}
.class2{
position: relative;
top: 20vh;
left: 10px;
}
*{
    margin: 0;
    padding: 0;
}

.button-border{
  border: 1px solid #eee;
  padding: 20px 40px;
  position: relative;
  display: inline-block;
  color: #3498db;
  text-decoration: none;
  background-color:#f5f5f5;
}

/* Effect1
 *************************************** */
/* ��室荀�膣����演���鴻�帥�ゃ�� */
.button-border::after,
.button-border::before,
.button-border span::after,
.button-border span::before {
  background-color: #3498db;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
/* 綏���檎��臀� */
.button-border::after {
    width: 0px;
    height: 1px;
    top: -1px;
    left: -1px;
}
/* �割��檎��臀� */
.button-border::before {
    width: 0px;
    height: 1px;
    right: -1px;
    bottom: -1px;
}
/* 綏���檎��臀� */
.button-border span::after {
    width: 1px;
    height: 0px;
    left: -1px;
    top: -1px;
}
/* �割��檎��臀� */
.button-border span::before {
    width: 1px;
    height: 0px;
    bottom: -1px;
    right: -1px;
}

/* hover */
.button-border:hover::after,
.button-border:hover::before {
  width: 30px;
}

.button-border:hover span::after,
.button-border:hover span::before {
  height: 30px;
}




/*�泣�潟������������*/
.samplebox{
   
    justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  width: 100%;
  height: 100vh;
   
    
     }

  .sample-gazou li img:hover{
    opacity: 0.8;
     color: white;
   
  }
#sample1{
  animation: fadein 1s linear ;
  animation-delay: 0s;
  animation-fill-mode: both;
}

#sample2{
  animation: fadein 1s linear ;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
#sample3{
  animation: fadein 1s linear ;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}
#sample4{
  animation: fadein 1s linear ;
  animation-delay: 0.9s;
  animation-fill-mode: both;
}

@keyframes fadein {
            0%{
                opacity: 0;

            }
            100%{
                opacity: 1;
            }
        }

/*�����蚊�若�激�с��*/
.navbar{
    position: fixed; /*�脂�≫���；腓坂�臀����阪�*/
    top: 0px;
    right: 15px;
    z-index: 1000;
    transition-duration: 1s;

}

.navbar ul{
    display: flex;
    justify-content: space-evenly;
    list-style: none;
    animation-delay: 1s;
    animation-fill-mode: both
}
.navbar ul li{
    width: 150px;
    padding: 10px;
    background-color: rgb(0, 0, 0);
    margin: 0px 2px;  /*�����蚊�若�激�с�潟������*/
    text-align: center;
}
/*�����蚊�若�激�с�恰��絖�*/
.navbar ul li a{
    text-decoration: none;
    color: white;
}




/*��*/

  

  .gazou1.kiran {
    opacity: 1;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .gazou1::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
  }
  .gazou1:hover::before {
    animation: kiran 0.5s linear 1;
  }
   
  @keyframes kiran {
    0% {
      transform: scale(2) rotate(45deg);
      opacity: 0;
    }
    20% {
      transform: scale(20) rotate(45deg);
      opacity: 0.6;
    }
    40% {
      transform: scale(30) rotate(45deg);
      opacity: 0.4;
    }
    80% {
      transform: scale(45) rotate(45deg);
      opacity: 0.2;
    }
    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
/*�泣�潟�����糸�������*/

/*�泣�潟�����������若��*/
.sampleframe{
    position: fixed; /*�鴻���㏍�若��������篏�臀���������Ù��*/
    top: 0px;
    left: -100vw; /*�脂�≪��窪紊����冴��*/
    width: 100vw;
    height: 100vh;
    background-color: black;
    z-index: 2000; /*�＜���ャ�若����������；腓�*/

}



    /*���帥��*/
a.bt-samp33{
    position: relative;
    background-position: center;
    display: block;
    text-decoration: none;
    top: 125px;
    margin: 0 auto;
    height:70px;
    width: 300px;
    line-height: 37px;
    text-align: center;
    color: #2bb6c1;
    border:solid 1px #2bb6c1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  a.bt-samp33:hover{
    background: #2bb6c1;
    color: #fff;
  }
  .mozi{
    position: relative;
  font-size: 30px;
  top: 20px;
  margin: 0 auto;
  }

.ppbox{
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  width: 100%;
  height: 350px;
  background-color: #ffffff;
}

 .purchase.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
   
  }
  @keyframes poyopoyo {
    0%, 40%, 60%, 80% {
      transform: scale(1.0);
    }
    50%, 70% {
      transform: scale(0.95);
    }
  }
   
  
  .class1{
      position: relative;
      margin: 50px;
      top: 40px;
      left: 500px;
      width: 500px;
      height: 500px;
  }
/*�泣�潟����*/
.samplebox{
 width: 100%;
 height: 400px;
  background-repeat: no-repeat;/*�糸���弘��菴�������絎�*/
  background-size: 500px auto;/*�����糸����泣�ゃ�冴��膰�┴罸�篆���*/
  background-position: 550px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-attachment: fixed;
  background-color: #ffffff;
}

.thumbmenu{
  position: absolute;
  margin: auto;
 display: flex;
 background-color: #eee;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 width: 1000px;
 height: 200px;
}

.thumbbox img{
width: 230px;
height: auto;
margin: 10px;
cursor: pointer;
  transition: 1s all;
  }
  
 
.thumbbox :hover{
  transform: scale(1.2,1.2);
  opacity: 60%;

}

.activate{
  animation-name: bounceInLeft;
animation-duration: 2s;
}

.active{
  animation-name: poyopoyo;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.activet{
  animation-name: backInUp;
  animation-duration: 3s;
}


#thumbsample1{
  position: absolute;
  top:8px;
  left:0px;
  opacity: 1;
  animation: fadein 1s linear ;
  animation-delay: 0.5s;
  animation-fill-mode: both;
}

#thumbsample2{
  position: absolute;
  top:8px;
  left:250px;
  animation: fadein 1s linear ;
  animation-delay: 0.7s;
  animation-fill-mode: both
}


#thumbsample3{
  position: absolute;
  top:8px;
  left:500px;
  animation: fadein 0.9s linear ;
            animation-delay: 1s;
            animation-fill-mode: both;
}
#thumbsample4{
  position: absolute;
  top:8px;
		left:750px;
    animation: fadein 1s linear ;
    animation-delay: 1.1s;
    animation-fill-mode: both;
}
.footerbox{
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  width: 100%;
  height: 200px;
 background-color: #2bb6c1;
 background-size: contain;

}


.footerbox h6{
  position: absolute;
  top:170px;
  left: 720px;
  color: rgb(58, 58, 58);
}

.ai{
  position: absolute;
  top: 100px;
left: 745px;
cursor: pointer;
}
.me{
  display: block;
  position: absolute;
  top:100px;
  left: 690px;
  cursor: pointer;
}
.good{
  position: absolute;
  top:100px;
  left: 800px;
  cursor: pointer;
}
.footerbox h1{
  color: #eee;
text-align: center;
}</pre></body></html>