@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');
body{
    margin:0;
    overflow:hidden;

}

*{
      margin:auto;
      padding:auto;
      font-family:Optima, sans-serif;
    box-sizing:border-box;
      }
  
  

html {
    padding:0;

  font-family:"Helvetica";
  min-height:100%;
  line-height:1.7;
  overflow-x:hidden;
  font-size:0.9rem;

}

p {
 font-size:20px;
 text-align:justify;
 padding:0.2em;
 color:#4e454a;
 font-family:Optima, sans-serif;
 
}

li{
 list-style:none;
} 

.top-logo{
width:300px;
   position:absolute;top:0%; left:0%;
 margin-top: -30px;
}




.menucontents{
display:flex;
text-decoration:none;
right:-10px;
column-gap:1px;

}

a{
text-decoration:none;
color:cadetblue;
}    

.slide-menu a:hover{
color:tan;
 border-bottom:2px dotted #bee0c2;
}

.menucontents li{
 list-style: none;
 justify-content:space-evenly;
 display:block;
 column-gap:1px;
 text-align:justify;
 flex: auto;
margin-right:20px;
}   

.menucontents li a {     
    font-family: "arial black";
    font-size:20px;
    text-decoration-line: none;
    display:flex;
    color: white;
    margin-top:-1100px;

  }
  

  .menucontents ul {
    column-gap:1px;
  }

  

  .back-to-top {
    background-image:url("Untitled-design-87.png");
    display: none;
    position: fixed;
    color:tan;
    font-size:30px;
    right: 5%;
    bottom: 5%;
    padding: 2rem;
    border-radius: 50%;
    display: inline-block;
    text-decoration: none;
    font-family: "san-serif"
  }
  
  .back-to-top::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color:tan;
    border:solid tan 2px;
    z-index: -1;
   box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  }
  
  .clip-box-b {
    position: relative;
    margin: 2em auto;
    padding: 15px 35px 15px 25px;
    width: 90%; /* ボックス幅 */
    background-color:#fef9fb; /* ボックス背景色 */
    color: #666666; /* 文章色 */
    box-shadow: 4px 4px 1px #FFB6C1; /* 影の色 */
  }
  
   .clip-box-b::before {
    position: absolute;
    content: '';
    top: -15px;
    right: 10px;
    height: 55px;
    width: 15px;
    border: 3px solid #C0C0C0; /*クリップ色 */
    background-color: none;
    border-radius: 12px;
    box-shadow: 1px 1px 2px #ccc; /*クリップ影*/
    transform: rotate(10deg);
    z-index: 1;
   }
   
   .clip-box-b::after {
    position: absolute;
    content: '';
    width: 10px; 
    right: 20px;
    border: solid 5px #FFE4E1; /*背景色と同じ色に*/
    z-index: 2;
   }
   

.flex_test-ubbleox {
    display:flex;
  background-color: white;
  padding: 10px;
  position: relative;
  margin: 2em auto;
  padding: 15px 35px 15px 25px;
  width: 100%;
  background-image: linear-gradient(90deg, rgba(252, 146, 146, 1), rgba(0, 255, 243, 1));
}

.flex_text-box after{
  position: absolute;
 content: '';
 top: -15px;
 right: 10px;
 height: 55px;
 width: 15px;
 border: 3px solid #C0C0C0; /*クリップ色 */
 background-color: none;
 border-radius: 12px;
 box-shadow: 1px 1px 2px #ccc; /*クリップ影*/
 transform: rotate(10deg);
z-index:1;
display:flex;
}

.flex_test-item {
    padding: 10px;
    color:  white;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px; 
}

.flex_test-item:nth-child(1) {
    background-color:  #bce2e8; /* background */
   width:600px;
   font-size:30px;
   padding:1em;
   box-shadow: 0 0 2px rgba(0,0,0,0.2);
 
}

.flex_test-item:nth-child(2) {
    background-color:   #f5b2ac;  /* background */
    width:600px;
   font-size:30px;
   padding:1em;

   box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.flex_test-item:nth-child(3) {
    background-color: #3F51B5; /* background */
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.flex_test-item:nth-child(4) {
    background-color:  #00BCD4; /* background */
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

/* pricing no button*/
.btn1 {
width:200px;
height:50px;
border-radius:50px;
background:white;
border:tan 3px solid;
color: tan;
font-size:20px;
font-family:arial black;
text-align:center;
}  

.btn1 :hover{
color:chocolate;
} 

.portfolio{
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.portfolio img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化 */
  background:none;
}
.portfolio:hover img {
  transform: scale(1.1); /* ズームする*/
}

.messagebox{
width:500px;
height:500px;
border:#d4d9df solid 2px;
font-size:20px;
background:#d4d9df;
color:grey;
border-radius:5px;
margin:0.2em;
white-space: normal;
} 

.textbox{
 width:500px;
 height:35px; 
 border:#d4d9df solid 2px;
 font-size:20px;
 border-radius:50px;
 background:#d4d9df;

}

.anim-box.poyoyon2.is-animated {
  animation: poyoyon2 1s ease-in-out forwards;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
 



.text {
  position: absolute;
  width: 500px;
  height: 40px;
  top:40%;
  margin-right:10px;
  padding:1em;
 
  }


.word {
  position: absolute;
  width: 220px;
  opacity: 0;
}

.letter {
  position: relative;
  float: left;
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.text1 {
  color: darksalmon;
  font-size:50px;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',;
  text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
  
}


.text2{
  color: #2980b9;
  font-size:40px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',;
  text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
  text-align:left;
}

.text3 {
  color: tan;
  font-size:40px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',;
  text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
  font-weight:900pxx;
}

.text4 {
  color: #16a085;
  font-size:40px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',;
    position: relative;
    white-space: nowrap;
    text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);
}
   

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;

  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  border: 3px solid #000;
  border-radius: 0.5rem;
}

a.btn-border-shadow:hover {
  padding: calc(1.5rem - 6px) 3rem;
}

a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

a.btn-border-shadow--color {
  border-radius: 0;
  background: yellow;
}

a.btn-border-shadow--color:before {
  border-radius: 0;
}



.headerwords{
font-family: arial black;
margin-top:-600px;




color:tan;

}

.whychooseus {
    margin-top:700px;
    margin-bottom:-300px;
    position: relative;
    padding: 0.5em;
    background: #a6d3c8;
    color: white;
    font-family:arial black;
    width:500px;
    font-size:25px;
  }
  
  .whychooseus::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
  }

.sakana{

  position:relative;
  margin-top:-1000px;
  right:-620px;
  opacity:80%;

}

    

.headerpic{
  width:100%;  
}

.mochimochi {
  animation: mocchiri 8s infinite;
}
@keyframes mocchiri {
  0% {
      transform: scale(1, 0.8);
  }
  20% {
      transform: scale(0.8, 1.1);
  }
  95% {
      transform: scale(1, 1);
  }
  100% {
      transform: scale(1, 0.8);
  }}


  .accordion{
    margin-top: 10px;
  }
  
  .accordion__container {
    width: 800px;
    margin: 0 auto;
  }
  
  .accordion__title {
    background-image: url("Untitled-design-32.png");
    border: 1px solid transparent;
    color: grey;
    font-size: 1.25em;
    padding: .620em .620em .620em 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-align:left;
    border-radius:30px;
  }
  
  .accordion__title::before, .accordion__title::after {
    content: 'a';
    display: block;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 25px;
  }
  
  .accordion__title::after {
    transform: rotate(90deg);
    transition-duration: .3s;
  }
  
  .accordion__title:hover,
  .accordion__title:active,
  .accordion__title.is-active { 
    background-color:white;
  }
  
  .accordion__title.is-active::before {
    opacity: 0;
  }
  
  .accordion__title.is-active::after {
    transform: rotate(0);
  }
  
  .accordion__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 1.5em;
    line-height: 2.0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: grey;
    text-align:justify;
    
    
  
    transition-duration: .3s;
  }
  
  .accordion__content.is-open {
    border: 1px solid #00BCD4;
    padding: .625em 1.5em;
    line-height:2.0; /* numberに書き換える*/
    height: auto;
    opacity: 1;
  }
  
   
  
  .accordion{
    margin-top: 10px;
  }
  
  .accordion__container {
    width: 600px;
    margin: 0 auto;
  }
  
  .accordion__title {
    background:white;
    border: 3px solid #00afcc;
    color: #4e454a;
    font-size: 1.25em;
    padding: .620em .620em .620em 2em;
    position: relative;
    cursor: pointer;
    user-select: none;
    text-align:left;
  }
  
  .accordion__title::before, .accordion__title::after {
    content: '';
    display: block;
    background-color: #00afcc;
    position: absolute;
    top: 50%;
    width: 15px;
    height: 2px;
    right: 25px;
  }
  
  .accordion__title::after {
    transform: rotate(90deg);
    transition-duration: .3s;
  }
  
  .accordion__title:hover{
   background:aliceblue;
  } 
  .accordion__title:active,
  .accordion__title.is-active { 
    background-color:white;
  }
  
  .accordion__title.is-active::before {
    opacity: 0;
  }
  
  .accordion__title.is-active::after {
    transform: rotate(0);
  }
  
  .accordion__content {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 1.5em;
    line-height: 0;
    font-size:20px;
    
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: #4e454a;
    text-align:justify;
  
    transition-duration: .3s;
  }
  
  .accordion__content.is-open {
    border: 5px solid white;
    padding: .625em 1.5em;
    line-height: 1.8; /* numberに書き換える*/
    height: auto;
    opacity: 1;
    color:#4e454a;
  
  }

/* solid015 */
@keyframes shiny {
  0% { left: -20%; }
  10% { left: 120%; }
  100% { left: 120%; }
}
.button_solid015 {
  margin-left:250px;
  width:500px;
  margin-top:-50px;

}
.button_solid015 p {
  margin-bottom: 5px;
  font-weight: 600;
  color:#ee7800;
  letter-spacing: 0.04rem;
  display: inline-block;
  position: relative;
}

.button_solid015 p:before, .button_solid015 p:after {
  display: inline-block;
  position: absolute;
  top: 45%;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  background:#ee7800;
  content: "";
}
  


.button_solid015 p:before {
  left: -30px;
  -webkit-transform: rotate( 50deg );
  transform: rotate( 50deg );
}
.button_solid015 p:after {
  right: -30px;
  -webkit-transform: rotate( -50deg );
  transform: rotate( -50deg );
}
.button_solid015 a {

  display: flex;
  justify-content: space-around;
  position:relative;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: orange;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 50px;
  margin-left:-8px;
  width:300px;
  transition:3s;
  
 
}


.button_solid015 a:hover {
filter:none;
transform: translate(50%);
}

.keyframe3{
  
    animation-name: anim_s;
  
    transform: rotate(30deg);
  
    animation-duration: 10s;
    animation-iteration-count:infinite;
    animation-fill-mode: forwards;
animation-direction: alternate;
  }
  
   
  
  @keyframes anim_s {
  
    50% {
  
      transform: rotate(-30deg);
  
    }

    100% {
  
      transform: rotate(30deg);
  
    }

  }
  
 .backbutton{
text-align: center;
 text-decoration: none;
 margin: auto;
 color:cadetblue;
 background:white;
 margin-right:10px;
 font-size:25px;
 border:white solid 1px;
 font-weight:bold;
 }
 


#submitbtn{
width:200px;
height:50px;
border:2px solid white;
border-radius:50px;
 background-image: linear-gradient(90deg, rgba(0, 255, 243, 1), rgba(252, 146, 146, 1));
font-size:20px;
color:white;
 box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
 -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
 margin-left:4px;
}


#submitbtn:disabled{
color:black;
background:grey;
opacity:80%;
}


.service{
 width:500px;
 height:30px;
 background:#d4d9df;
 color:grey;
 font-size:20px;
 border-radius:100%;
 border:1px solid #d4d9df;
}



.header-area{
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.hamburger{
    width:40px;
    height:25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
 right:20px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  margin-top:50px;
}

.hamburger span{
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: black;
}
.hamburger span:first-of-type{/* humburger menu 1st border */
  top: 0;
}
.hamburger span:nth-of-type(2){/* second border */
  top: 50%;
}
.hamburger span:last-of-type{/* third border */
  top: 100%;
}

.slide-menu{
  background-color:white;
  top: 65px;
  width: 100%;
  height:auto;
  opacity:80%;
  left: 0;
  color:cadetblue;
  transform: translateX(100%); /* added */
  transition: .5s;/* added */ 
  font-family:Impact;
  position:relative;
  z-index:110;
  flex-direction:column;
}
.slide-menu li{
  color:black;
  line-height: 300%;
  font-size:20px;
  text-align:center;
  font-weight:bold;
}

.slide-menu a{
 font-family:"impact";
 color:cadetblue;
}

.slide-menu.active{
  transform: translateX(0); 




}
::-webkit-scrollbar {
width: 16px;
height: 20px;
}
::-webkit-scrollbar-track {
background-color: #e6eb94;
border-radius: 100px;
}
::-webkit-scrollbar-thumb {
background: cadetblue;
border-radius: 100px;
width: 130px;
}

.footermenu{
width:1480px;
background-image:url("Blue\ Green\ Watercolor\ Linktree\ Background.png");
}

.footermenu li{
text-align:justify;
font-family:impact;
font-size:15px;
}

.footermenu a {
    color:#e29676;
}




.footerinfo{
margin-right:-1000px;
text-align:justify;
font-size:15px;
color:#418b89;
font-family:serif;

}

.footerinfo li{
text-align:justify; 
color:#418b89;
font-size:10px;
font-family:serif;
}

.bubble {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 1.5em;
  width:350px;
  color: #009e9f;
  font-size: 16px;
  background: aliceblue;
  border: solid 3px hotpink;
  box-sizing: border-box;
  border-radius:50px;
  background:white;
  margin-top:200px;
  margin-left:540px;
     box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.bubble:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid white;
z-index:2;
}

.bubble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid hotpink;
  z-index: 1;
}

.bubble p {
  margin: 0;
  padding: 0.5em;
  color:cadetblue;
}

.designis{
 color:grey; 
 font-family:optima; 
 font-size:50px; 
 text-align:justify;
 padding:0.1em;
 text-shadow: 0.02em 0.02em 0.02em rgba(0,0,0,1);  
}


.aboutus{
  
  font-size:20px; 
  font-family:Optima;
  text-align:justify;
  padding:2.5em;
  z-index:1;
  border-radius:50px;
}


.aboutus p{
margin-top:1px;
}

header{
text-align:center;
background-image:url("Blue\ Green\ Watercolor\ Linktree\ Background.png");
width:1460px; 
height:235px;
}

.headertop{
color:peru;
width:1480px;
font-size:20px;
text-align:center;
background:seashell;
}

.toppic1{
border-radius:300px; 
width:300px; 
margin-bottom:-180px; 
margin-left:200px;
}

.toppic2{
border-radius:300px; 
width:250px; 
margin-right:1500px;
;
}

.toppic3{
width:160px;
height:160px;
border-radius:200px;
}

.heading03::before {
	margin-right: 2px;
}
.heading03::after {
	margin-left: 2px;
}

   .heading1 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
	color:cadetblue;
}

.heading1::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color:#82cddd;
	font-size: 50px;
}

.heading1::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}

.bengalcat{
width:250px;
}

.aboutus1{
font-family:arial black; 
text-align:center; 
color:cadetblue; 
font-size:50px; 
margin-top:700px;
margin-bottom:50px;
}

.kitten{
margin-left:330px;
margin-top:100px;
margin-bottom:-500px;
width:300px;
}

.bengal{
padding-bottom:0px;
margin-left:420px;
margin-top:-70px;
width:200px;
}

.bengalwords{
font-family:arial black; 
color:white;
font-size:40px; 
margin-bottom:-140px;
}

.kittenwords{
font-family:arial black; 
color:white; 
font-size:40px;
margin-bottom:-60px
}

.yurayura{

  animation-name: anim_h;

}

@keyframes anim_h {

  0% {

    transform: translate(0px, 0);

}
  100% {

    transform: rotate(360deg);


}
}

.confirminfo{
font-size:20px;
color:#4e454a;
text-align:justify;
overflow:hidden;
word-wrap: break-word;

}

.exclamation{
width:100px;
height:100px;
color:Orange;
font-size:50px;
padding:0.2em;
padding-left:2px;
border-radius:250px;
background:white;
border:orange 2px solid;
margin-left:50px;
margin-top:10px;
}

.thankyoubox{
margin-top:50px; 
width:800px; 
font-size:20px; 
border:2px tan solid; 
color:#4e454a;
background:seashell; 
padding:1.5em; 
border-radius:50px; 
box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

/*
RIGHT TO LEFT
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.d-demo__wrap {
  display: flex;
  overflow: hidden;
}

.d-demo__list {
  display: flex;
  list-style: none;
}

.d-demo__list--left{
animation :infinity-scroll-left 30s linear infinite;
animation-fill-mode: forwards;
animation-direction: alternate;
}

.d-demo__item {
  width: calc(100vw / 6);
}
.d-demo__item > img{
   width: 100%;
}

.demowords{
font-size:30px;
font-family:san serif;
text-align:justify;
font-weight:bold;
	color: transparent;
	background: linear-gradient( 45deg, #00afcc
 0% 40%, #fdd35c
 60% 100% );
	-webkit-background-clip: text;
}

.slide {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url("css/pic1.png");
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url();
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url();
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}

.scarycat{
width:500px; 
margin-bottom:-200px; 
margin-right:30px; 
margin-left:500px;
}

.keyframe2{
  animation-name: anim_h;

}

 

@keyframes anim_h {

  0% {

    transform: translate(0px, 0);

  }

  100% {

    transform: translate(30px, 0);

  }

}

.flex-fix{
display:flex;
}

.concept{
color:#4e454a; 
font-size:35px; 
font-family:Bradley Hand, cursive;
margin-left:5px;
margin-top:0px; 
text-align:center;
margin-top:50px;

}


.whychooseusfix{
margin-top:100px; 
font-family:arial black; 
text-align:center;
color:cadetblue; 
font-size:50px;
}


.toppicslide{
width:1000px;
height:800px;
margin-left:200px;
}

.maru1{
width:300px;
height: 300px;
border-radius:200px;
opacity:30%; 
background:tan;
}

.maru2{
width:300px;
height:300px;
border-radius:200px;
opacity:30%;
margin-top:-300px;
background:#a0d8ef;
}


.ychooseus{
    
color:#4e454a; 
font-size:30px; 
font-family:Bradley Hand, cursive;
margin-left:5px;
margin-top:0px; 
text-align:center;
margin-top:50px;
margin-bottom:50px;
}

.wrap {
    width:200px; 
    margin:auto; 
    z-index:1;}
    
.msg {
  color: black;
  text-align:center;
  font-family: Optima, sans-serif;;
  font-size:30px;
  width:200px;
  
  position:absolute;
  pointer-events: none; 
  padding:1em;
  margin-top:200px;
   margin-left:-500px;
}

.msg:hover{
 color:white;
}

.box {
  width:200px;
  height:200px;
  color:black;
  border:solid 3px tan;
  background-image:url("pinknwhite.png");
  position:absolute;
  animation: spin 10s linear infinite;
  animation-play-state: paused; 
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  margin-top:200px;
  margin-left:-500px;
}

.box:hover {
  animation-play-state: running;
  background:cadetblue;
  color:black;
  opacity:50%;
}


@keyframes spin {
  100% {transform: rotate(1turn); }
}

.mailbox {
width:260px;
height:30px;
border:2px cadetblue solid;
border-radius:50px;
margin-left:5px;
}

.subscribebtn{
width:150px;
height:50px;
font-size:15px;
border-radius:50px;
border:cadetblue solid 2px;
color:cadetblue;
background:wheat;
content:"";
}

.subscribebtn:hover{
background: linear-gradient( 0deg, #eddbff 0% 50% , #ffdbed 50% 100%);
}


.container1{
margin-top:50px;
width:500px;
height:300px;
padding:2em;
margin-bottom:500px;
border:2px solid cadetblue;
background-image:url("Untitled-design.19.png");
background: linear-gradient( 0deg, #a3d6cc 0% 50% , #f5b2ac 50% 100%);
border-radius:50px;
 box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}


.pawpaw{
font-size:100px;
color:aliceblue;
margin-left:800px;
margin-top:-660px;
}

.newsletter{
color:white;
font-family:san serif, optima;
font-size:20px;
}



.hearing{
margin-top:50px;    
width:250px; 
height:45px; 
font-size:23px; 
color:#4e454a;
border:2px aliceblue solid; 
background:aliceblue; 
margin-right:1000px;
 box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.research{
width:250px; 
height:45px; 
font-size:23px; 
border:2px #a1d8e6 solid; 
background:#a1d8e6; 
color:#4e454a;
margin-right:900px;
 box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}   

.planning{
width:250px; 
height:45px; 
font-size:23px; 
color:#4e454a;
border:2px aliceblue solid; 
background:aliceblue; 
margin-right:800px;
 box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.coding{
width:300px; 
height:45px; 
font-size:23px; 
border:2px #a1d8e6 solid; 
background:#a1d8e6; 
margin-right:700px;
color:#4e454a;
 box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.delivery{
width:250px; 
height:45px; 
font-size:23px; 
border:2px aliceblue solid; 
background:aliceblue; 
margin-right:600px;
padding-left:4px;
color:#4e454a;
 box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.arrow{
opacity:80%;
margin-top:100px;
width:320px;
}

.officepic{
width:500px;
height:500px;
border-radius:50px;
margin-left:900px;
margin-top:-400px;
opacity:70%;

}



.termsofservice{
width:500px;
height:500px;
margin-left:4px;
}

.check1{
font-size:15px;
}

.tos2{
margin-left:150px;    
}

.topcontainer{
width:800px;
border:solid 2px grey;
border-radius:50px;
background-image: url("Untitled design-17.png");
margin-bottom:50px;
 box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.paintbrush{
width:300px; 
margin-left:165px;
margin-top:-150px;
opacity:80%;
margin-bottom:50px;
}

.why{
padding:2em;
font-size:20px;
}


/*レイアウト用CSS*/

.wrapper{
  overflow: hidden;
}


.box-special{
  background: white;
  color: #fff;
  box-sizing:border-box;
}





/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.fadeUpTrigger{
    opacity: 0;
}


.discount {
color:red; 
font-size:15px; 
}

.letstalk{
font-family:arial black;
padding:0.2em; text-align:left;
margin-top:5px;
margin-bottom:30px; 
padding-top:200px; 
padding-top:-200px; 
color:cadetblue; 
font-size:300%;
}
