*{
    margin: 0;
    padding: 0;
}

html{
  scroll-behavior: smooth;
    
}

body{
    font-family: "Hiragino Kaku Gothic Std"; 
    color: #5B5563;
    overflow-x: hidden;
}

nav {
    display: flex;
    font-size: 24px;
    justify-content: space-evenly;
    margin-top: 52px;
    padding-bottom: 1em;
}

a{
  text-decoration: none;
  color: #5B5563;
}

a:hover{
  color: #EEAE85;
  transition: 1s;
}


.gradation01 {
  position: relative;
  z-index: -100; 
}

.item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;

  /* 回転アニメーション */
  transform-origin: 0 0;
  animation-name: rotate-item;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.item-01 {
  z-index: 3;
  animation-duration: 15s;
}
.item-02 {
  z-index: 2;
  left: 45%;
  animation-duration: 50s;
  animation-direction: reverse;
}
.item-03 {
  z-index: 4;
  left: 40%;
  animation-duration: 8s;
}
.item-04 {
  z-index: 1;
  animation-duration: 10s;
}
.round {
  position: relative;
  border-radius: 50%;
}
.round-01 {
  z-index: 3;
  top: 0%;
  width: 18vw;
  height: 18vw;
  background: #f57379;
  filter: blur(50px);
  animation: flash 5s linear infinite;
}
.round-02 {
  top: -20%;
  width: 30vw;
  height: 30vw;
  background-color: #EEAE85;
  filter: blur(80px);
  animation: flash 8s linear infinite;
}
.round-03{
  top: 60%;
  width: 3vw;
  height: 3vw;
  background-color: #FADC90;
  filter: blur(20px);
  animation: flash 3s linear infinite;
}
.round-04{
  top: -70%;
  left: -60%;
  width: 40vw;
  height: 40vw;
  background-color: #FED085;
  filter: blur(150px);
  animation: flash 10s linear infinite;
}

/* 回転アニメーション */
@keyframes rotate-item {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* 点滅アニメーション */
@keyframes flash {
	0%,
	100% {
		opacity: 0.8;
	}
	50% {
		opacity: 0.5;
	}
}

.title{
    margin-top: 250px;
    text-align: center;
    margin-left: 150px;
}

.title li{
    font-size: 60px;
}

.title li{
  color: transparent;
  display: block;
  overflow: hidden;
  position: relative;
  transition: color 0ms 0.5s;
  width: max-content;
}

.title li::after{
  content: "";
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
  background-color:  #EEAE85;
}
.title li.active{
  color: #5B5563;
}
.title li.active::after{
  animation: lineAnime 1s;
}
@keyframes lineAnime {
  0% {
    transform: translateX(-100%)
  }
  50% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(100%)
  }
}


.title li  span{
    font-size: 40px;
}

.text_04 {
  font-size: 28px;
  letter-spacing: 2px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
}

.text_04 .letter {
  display: inline-block;
  line-height: 1em;
}




/* .first-view h1{
    background-image: url("../img/firstview.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 688px;
    width: 962px;
} */

/* ABOUT */

#about{
  margin-top: 50em;
}

.midashi{
    text-align: center;
    font-size: 20px;
}



.about-content{
    display: flex;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    color: #fff;
    letter-spacing: 0.2em; 
    margin-top: 2em;   
}

.about-content h1{
    font-size: 30px;
    margin-top: 50px;
}

.about-content img{
    padding-left: 8em;
    padding-top: 10.5em;
}

.about-text{
    text-align: left;
    margin-left: 155px;
    padding: 80px;
    line-height: 2em;
}

.about-text h1{
    margin-bottom: 30px;
}

.about-text p{
    font-size: 15px;
    font-family: "Hiragino Kaku Gothic Std W6"; 
}

.about-skill{
    margin-top: 30px;
}

.about-skill-flex {
    display: flex;
    
    
}

.about-skill-flex p{
    width: 180px;
    height: 44px;
    border-radius: 150px;
    background-color: #fff;
    text-align: center;
    padding: 2px;
    margin: 0.5em;
    color: #5B5563;
}

.about-layer{
    background-image: url("../img/about-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* ABOUT */

/* WORKS */

#works{
    margin-left: 100px;
    margin-right: 100px;
}

.midashi{
    margin-bottom: 20px;
    margin-top: 12em;
}

.category p{
    font-family: "Hiragino Kaku Gothic Std W3"; 
}

.category h1{
    font-family: "Hiragino Kaku Gothic Std W6"; 
}

.category-works{
     display: flex;
}

.category-works p{
     margin: 0 auto;
}

#works-list{
    font-family: "Hiragino Kaku Gothic Std W6"; 
}

#works{
    margin: 0 auto;
}

@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
    }

    .scroll-infinity{
      margin-top: 5em;
    }

    .scroll-infinity__wrap {
      display: flex;
      overflow: hidden;
    }
    .scroll-infinity__list {
      display: flex;
      list-style: none;
      padding: 0
    }
    .scroll-infinity__list--left {
      animation: infinity-scroll-left 80s infinite linear 0.5s both;
    }

    
     .graphics{
        position: absolute;
        right: 0;
        background-image: url("../img/gra_background.png");
        background-size: cover;
        width: 80%;
        background-repeat: no-repeat;
        height: 526px;
        margin-top: 2em;
        padding-right: 0;
     }

     .graphics_works ul{
        position: relative;
        display: flex;
        align-items: baseline;
        list-style: none;
        margin-top: 20em;
        z-index: 999;
     }


     .graphics_works p{
        padding: 40px;
        font-size: 15px;
     }


     .work-item {
        position: relative;
        right: 12.2em;
        margin: 3em;
      }
      

      .work-item img{
        width: 330px;
        height: 220px;
        object-fit: contain;
      }


      .work-item-a img{
        width: 330px;
        height: 220px;
        object-fit: contain;
      }


      .work-item p {
        margin-top: 2em;
      }

      .graphics_works-a{
        position: absolute;
        right: -12.2em;
        top: 200em;
      }

      .graphics_works-a ul{
        display: flex;
        top: -24em;
        position: relative;
        align-items: baseline;
        list-style: none;
        z-index: 999;
      }

      .graphics_works-a p{
        padding: 40px;
        font-size: 15px;
     }


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 40%;
}

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  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-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel {
  background: #EEAE85;
  background: -webkit-linear-gradient(-45deg, #EEAE85 40%, #FED085 100%);
  background: -webkit-linear-gradient(315deg, #EEAE85 40%, #FED085 100%);
  background: linear-gradient(135deg, #EEAE85 40%, #FED085 100%);


  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}


.web{
  position: absolute;
  right: 0;
  background-image: url("../img/web_background.png");
  background-size: cover;
  width: 60%;
  background-repeat: no-repeat;
  height: 526px;
  margin-top: 100em;
  padding-right: 0;
}

.web_works ul{
  position: relative;
  display: flex;
  align-items: baseline;
  list-style: none;
  margin-top: 20em;
  z-index: 999;
}


.web_works p{
  padding: 40px;
  font-size: 15px;
}

.work-item-web {
  position: relative;
  right: 19em;
}

.work-item-web img{
  width: 430px;
  height: 320px;
  object-fit: contain;
}




/* WORKS */


.gra-title h1{
  margin-left:50px ;
  font-size: 10rem;
  color: #EEAE85;
  text-align: left;
  margin-top: 2em;
}


.general-container {
  display: flex;
  height: 50rem;
  margin: 0 auto;
  width: 1300px;
  margin-top: 2em;
}

.radio {
  display: none;
}

.content {
  background: transparent;
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3rem;
  cursor: pointer;
  flex: 1;
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
}

.content::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content > * {
  position: relative;
  z-index: 1;
}

.content:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.content:nth-of-type(1) {
  background: transparent;
  background-image: url("../img/gra-hamlogo.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(2) {
  background: transparent;
  background-image: url("../img/seiza.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(3) {
  background: transparent;
  background-image: url("../img/businesscard-1.png");
background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(4) {
  background: transparent;
  background-image: url("../img/gra-sagiposter-1.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(5) {
  background: transparent;
  background-image: url("../img/gra-seiza-1.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(6) {
  background: transparent;
  background-image: url("../img/gra-post-1.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content:nth-of-type(7) {
  background: transparent;
  background-image: url("../img/gra-flyer-1.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}



.card-title {
  bottom: 1.2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
}

.title-card{
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.subtitle {
  font-size: 2rem;
}

.subsubtitle{
  font-size: 0.85rem;
    color: #5B5563;
  font-size: 2.5rem;
  
}

.subsubtitle:hover {
  color:#ea843c ;
  transition: 1s;
}

.paddT{
  padding-left: 3rem;
  padding-right: 3rem;
}

.radio:checked + .content {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 9;
}

.radio:checked + .content > .card-title {
  opacity: 1;
  transform: translateX(0);
}

.radio:checked + .content > .title-card{
  opacity: 1;
  transform: translateX(0);
}

.marg-bott{
  margin-bottom: 1.5rem;
  color: #5B5563;
  font-size: 3rem;
}


/* web */

.box {
  aspect-ratio: 16 / 9;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(150px);
}
.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.web-title h1{
  margin-right:50px ;
  font-size: 10rem;
  color: #FED085;
  text-align: right;
  margin-top: 2em;
}


.content-web:nth-of-type(1) {
  background: transparent;
  background-image: url("../img/web-tea-1.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content-web:nth-of-type(2) {
  background: transparent;
  background-image: url("../img/web-aqua-1.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content-web:nth-of-type(3) {
  background: transparent;
  background-image: url("../img/web-yuragi.png");
background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content-web:nth-of-type(4) {
  background: transparent;
  background-image: url("../img/web-school.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}

.content-web:nth-of-type(5) {
  background: transparent;
  background-image: url("../img/web-rastil-1.png");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
}


.radio-web:checked + .content-web {
  border-radius: 2rem;
  box-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.3);
  flex: 9;
}

.radio-web:checked + .content-web > .card-title-web {
  opacity: 1;
  transform: translateX(0);
}

.radio-web:checked + .content-web > .title-card-web{
  opacity: 1;
  transform: translateX(0);
}

.content-web {
  background: transparent;
  background-image: url("https://images.unsplash.com/photo-1729271387795-835e9089e332?q=80&w=1932&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 3rem;
  cursor: pointer;
  flex: 1;
  margin-right: 0.8rem;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.05, 0.60, 0.39, 0.94);
}

.content-web::before {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.content-web > * {
  position: relative;
  z-index: 1;
}

.content-web:hover {
  box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.3);
}

.radio-web {
  display: none;
}

.card-title-web {
  bottom: 1.2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.62, 0.40, 0.95) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;
}

.title-card-web{
  top: 2rem;
  color: black;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  left: 1.5rem;
  line-height: 1.1;
  opacity: 0;
  position: absolute;
  transform: translateX(2rem);
  transition: 290ms cubic-bezier(0.05, 0.60, 0.42, 0.94) 300ms;
  transition-property: opacity, transform;
  user-select: none;
  white-space: nowrap;

}

.subtitle-web {
  font-size: 2rem;
}

.subsubtitle-web{
  font-size: 0.85rem;
    color: #5B5563;
  font-size: 2.5rem;
  
}

.subsubtitle-web:hover {
  color:#ea843c ;
  transition: 1s;
}

.marg-bott-web{
  margin-bottom: 1.5rem;
  color: #5B5563;
  font-size: 3rem;
}


#contact{
  background-image: url("../img/contact.png");
  width: 100%;
  margin-bottom: 5em;

}

.container {
  max-width:800px;
  margin:0 auto;
  text-align:center;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
  margin-top: 5em;
}

input {
  margin-bottom:10px;
}
textarea {
  height:300px;
  margin-bottom:10px;
}
input:first-of-type
{
  margin-top:5em;
}

input, textarea {
  font-size: 1em;
  padding: 15px 10px 10px;
  font-family: 'Source Sans Pro',arial,sans-serif;
  border: 1px solid #cecece;
  color:#5B5563;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

::-webkit-input-placeholder {
   color: #FAFAFA;
}
:-moz-placeholder {
   color: #FAFAFA;  
}
::-moz-placeholder {
   color: #FAFAFA; 
}
:-ms-input-placeholder {  
   color: #FAFAFA;  
}

button {
  margin-top:15px;
  margin-bottom:5em;
  background-color:#FAFAFA;
  padding: 12px 45px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FAFAFA;
  -webkit-transition: .5s;
  transition: .5s;
  display: inline-block;
  cursor: pointer;
  width:30%;
  color:#EEAE85;
}

button:hover, .button:hover {
  background:#5B5563;
  color: #fafafa;
  border: 1px solid #5B5563;
}

label.error {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1em;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    background-color:#d89c9c;
    width: 80%;
    margin:auto;
    color: #EEAE85;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}


@media (max-width: 700px) {
  label.error {
    width: 90%;
  }
  input, textarea {
    width: 90%;
  }
  button {
    width:90%;
  }
  body {
  padding-top:10px;
  }  
}
.message {
    font-family:'Source Sans Pro',arial,sans-serif;
    font-size:1.1em;
    display:none;
    padding-top:10px;
    padding-bottom:10px;
    width: 80%;
    margin:auto;
    color: #EEAE85;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
}

.top footer{
  background-color: #fff;
  margin-bottom: 2em;
  height: 3em;
}


/* TOPはここまで */

.kasou header,footer{
  background-color: #EEAE85;
  height: 100px;
}

.graphics-syousai img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin-top: 10em;
  }

.kasou nav {
  display: flex;
  font-size: 24px;
  justify-content: space-evenly;
  margin-top: 0;
  padding: 1.2em;
  color: #fff;
}



/* 個別画像サイズ調節 */

.graphics-syousai .tokusyu-poster img{
  width: 100%;
  height: 900px;
  object-fit: cover;
  margin-top: 10em;
  }

.seiza img{
    width: 100%;
    height: 900px;
    object-fit: cover;
    margin-top: 10em;
    }

.post img{
    width: 100%;
    height: 800px;
    object-fit: cover;
    margin-top: 10em;
    }

.flyer img{
    width: 100%;
    height: 850px;
    object-fit: cover;
    margin-top: 10em;
   }

.website img{
  width: 100%;
  height: 880px;
  object-fit: cover;
  margin-top: 10em;
}

/* 個別画像サイズ調節 */

.syousai {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic Std W3"; 
  margin-bottom: 10em;
  }

.syousai-name,.syousai-app,.syousai-date,.syousai-target,.syousai-color{
  margin: 5em 3em 1em 3em;
  }

.syousai h3{
  margin-bottom: 1em;
}

#gra .syousai-setumei{
  margin: 5em 3em 1em 3em;
}




.color-flex{
  display: flex;
}

.color{
  display: flex;
  margin-right: 3em;
}

.color p{
  text-align: center;
  padding: 0.8em;
}

/* 下層ページ配色部分 */
/* 名刺 */
.circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#31477B;
}

.circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #212529;
  background:#fff;
}

.circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#C4A04F;
}

.circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #212529;
  background:#fff;
}

/* 特殊詐欺ポスター */

.sagi .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#F0DC25;
}

.sagi .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #212529;
  background:#231815;
}

.sagi .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#DF4E3C;
}

.sagi .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#fff;
}

/* 星座 */

.seiza.circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#31477B;
}

.seiza .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#C4A04F;
}

.seiza .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#060303;
}

.seiza .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #212529;
  background:#EDEDEE;
}

.seiza .circle-5{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#859DC7;
}

/* ポスター */
.poster .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#5FBDBC;
}

.poster .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#DB3520;
}

.poster .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#E6B738;
}

.poster .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#24AC57;
}

/* .poster .circle-5{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#859DC7;
} */

.flyer-color{
  display: none;
}

/* 水族館 */

.aqua .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#9AB7E3;
}

.aqua .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#9AD3E3;
}

.aqua .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#B1E4F2;
}

.aqua .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#F7F192;
}

/* 紅茶 */
.tea .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#f7f2ec;
}

.tea .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#dbcfbe;
}

.tea .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#e6bda2;
}

.tea .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#afb4a0;
}

/* 雑貨 */
.yuragi .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#DABBA7;
}

.yuragi .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#635D3B;
}

.yuragi .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#B98B69;
}

.yuragi .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#F5F2EC;
}

/*学校 */
.school .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#5498E0;
}

.school .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#F0F0F7;
}

.school .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#F4A466;
}

.school .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#B52843;
}

/*学校 */
.rastil .circle{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#8D639F;
}

.rastil .circle-2{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#554E9A;
}

.rastil .circle-3{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:#2D377D;
}

.rastil .circle-4{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #fff;
  background:#040940;
}

.kasou-header a:hover,.kasou-footer a:hover{
  color: #fff;

}

#zentai-setumei{
  display: flex;
  margin: 0 15em 0 5em;
  vertical-align: top;
}

.website-zentai h1 img{
  width: 60%;
  height:100%;
  margin-bottom: 10em;
}

.website-zentai h1 {
  text-align: center;
}

.syousai-setumei{
  font-family: "Hiragino Kaku Gothic Std W3";
  font-size: 14px;
}

.syousai-setumei h3{
  margin-bottom: 2em;
  border-bottom: 2px solid #eea774;
  display: inline;
}

.syousai-setumei p{
  margin-top: 1em;
  margin-bottom: 6em;
}



  








