body {
  font-family: 'Nova Mono', 'M PLUS 1p',monospace, sans-serif;
  color:#330000;
  overflow-x: hidden;
}
a{
  color: #330000;
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  color: #330000;
}
h1{
  font-size: 100px;

}
h2{
  font-size: 55px;
}
h3{
  font-size: 20px;
  font-weight: 400;
}
p {
  font-size:15px;
}

.container__inner {
  width:1000px;
  box-sizing: border-box;
  margin:0 auto;
  justify-content: space-between;
  display: flex;
  flex-flow: wrap;
  background:#fff url(images/nabocha.png) no-repeat left top/ 280px 297px;
}

/* START OF TOP */
#container__top {
  width: 1000px;
  max-width: 100%;
  height: 530px;
  display: flex;
  box-sizing: border-box;
  margin-top: 60px;
  margin-bottom: 100px;
}
#container__top h2{
  margin:0;
}

.container__top__left {
  width: 500px;
  box-sizing: border-box;
  background: linear-gradient( 135deg, rgba(255, 204, 0, 0.2), rgba(218, 165, 32, 1));
  display: flex;
  flex-direction: column;
  text-align: center;
}
.container__toparea__top {
  margin-top:110px;
}
.container__toparea__middle {
  display: flex;
  margin-top: 60px;
  line-height: 20px;
}

.box__balloon1 {
  margin-left:250px;
  width: 220px;
  height: 80px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-top-left-radius: 110px 40px;
  border-top-right-radius: 110px 40px;
  border-bottom-left-radius: 110px 40px;
  border-bottom-right-radius: 110px 40px;
  transform: rotate(-8deg);
}
.box__balloon1:before{
  content: '';
  position: absolute;
  top:35px;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 10px solid transparent;
}
.box__balloon1  h3 {
  font-size: 25px;
  line-height: 80px;
}

.box__balloon2 {
  color:#fff;
  margin-left: 20px;
  width: 180px;
  height:140px;
  position: relative;
  box-sizing: border-box;
  background-color: #33cccc;
  border-top-left-radius: 90px 70px;
  border-top-right-radius: 90px 70px;
  border-bottom-left-radius: 90px 70px;
  border-bottom-right-radius: 90px 70px;
  padding:16px;
  transform: rotate(-15deg);
}
.box__balloon2:before{
  content: '';
  position: absolute;
  top:-5px;
  left: 140px;
  display: block;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 80px solid #33cccc;
  border-left: 30px solid transparent;
  transform: rotate(30deg);
  z-index: -1;
}
.box__balloon2:hover {
  transition: 0.5s;
  transform:scale(1.1, 1.1);
  background-color: #330000;
}
.box__balloon2:hover:before{
  transition: 0.5s;
  border-bottom: 80px solid #330000;
}

.box__balloon3 {
  width: 200px;
  margin-left: 60px;
  margin-top: 50px;
  height:80px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-top-left-radius: 100px 40px;
  border-top-right-radius: 100px 40px;
  border-bottom-left-radius: 100px 40px;
  border-bottom-right-radius: 100px 40px;
  transform: rotate(20deg);
}
.box__balloon3:before{
  content: '';
  position: absolute;
  top:15px;
  left: -15px;
  display: block;
  width: 0;
  height: 0;
  border-right: 40px solid #fff;
  border-bottom: 20px solid transparent;
}
.box__balloon4 {
  width: 160px;
  margin-left: 200px;
  margin-top: 30px;
  height:50px;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  border-top-left-radius: 80px 25px;
  border-top-right-radius: 80px 25px;
  border-bottom-left-radius: 80px 25px;
  border-bottom-right-radius: 80px 25px;
  line-height: 50px;
  transform: rotate(5deg);
}
.box__balloon4:before {
  content: "";
  position: absolute;
  top:-30px;
  left: 18px;
  width: 20px;
  height: 20px;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
}
.box__balloon4:after {
  content: "";
  position: absolute;
  top:-55px;
  left: 18px;
  width: 10px;
  height: 10px;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
}

.container__top__right {
  width: 500px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  }
.container__top__right  h1 {
  margin: 0 calc(100% - 1000px);
  width: 925px;
  text-align: right;
  position: relative;
  right:-90px;
  top:-30px;
  letter-spacing: 0.08em;

}
.container__top__title > h2 {
  margin: 0 calc(100% - 1000px);
  width: 480px;
  text-align: right;
  position: relative;
  right:-20px;
  top:-70px;
  letter-spacing: 0.17em;
}

.container__top__concept {
  margin-top:-70px;
  padding-left:30px;
}
.container__top__menu1,.container__top__menu2,.container__top__menu3,.container__top__menu4 {
  transition: 0.5s;
  margin-left: 20px;
}
.container__top__menu1 :hover {
  font-size: 62px;
}
.container__top__menu2 :hover {
  font-size: 62px;
}
.container__top__menu3 :hover {
  font-size: 62px;
}
.container__top__menu4 :hover {
  font-size: 62px;
}
.container__top__menu1 h2 ::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 60px;
  background-image: url(images/27logo.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.container__top__menu1 h2 :hover::before {
  transition: 0.5s;
  transform: rotatez(360deg);
}

.container__top__menu2 h2 ::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 60px;
  background-image: url(images/27logo.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.container__top__menu2 h2 :hover::before {
  transition: 0.5s;
  transform: rotatez(360deg);
}
.container__top__menu3 h2 ::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 60px;
  background-image: url(images/27logo.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.container__top__menu3 h2 :hover::before {
  transition: 0.5s;
  transform: rotatez(360deg);
}
.container__top__menu4 h2 ::before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 60px;
  background-image: url(images/27logo.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.container__top__menu4 h2 :hover::before {
  transition: 0.5s;
  transform: rotatez(360deg);
}
/* END OF TOP */
/* START OF HEADER-GLOBAL-NAVI */
#container__header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  height: 140px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom: 1px solid #cc9933;
  z-index: 200;


}
#container__header a {
  font-size: 22px;

}

.fixed {
  left: calc((100% - 1000px) / 2);
  position: fixed;
  top: 0;
}
.container__header__left {
  width: 440px;
}
.container__header__left a :before {
  content: '';
  display: inline-block;
  width: 80px;
  height: 60px;
  background-image: url(images/27logo.png);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.container__header__right {
  padding: 80px 0;
  width: 450px;
  margin-left: -10px;
}
.box__global-nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}


/* END OF HEADER-GLOBAL-NAVI */
/* START OF ABOUT */

#container__about {
  width: 1000px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px auto;
  box-sizing: border-box;
  }
.about__title {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}
.container__about__top {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.box__about-top_photo {
  width: 17%;
  height: 100px;
  background: #fff url(images/27leon.jpg) no-repeat left center /80px 80px;
}

.box__about-top__desc {
  width: 62%;
}
.box__about-top__desc span {
  color:#cc9933;
}
.box__about-top__desc a {
  color: #33cccc;
}

.container__about__bottom {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  justify-content: space-around;
  background-color: rgba(204,153,51,0.3);
}
.container__about-bottom__skill {
  width: 50%;
  display: flex;
  justify-content: center;

}
.box__about-bottom__list {
  width:35%;
}
.box__about-bottom__capacity {
  width: 65%;
  list-style: none;
  text-align: left;
}
.container__about__middle {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  background-position: center center;
  background-size: cover;
  padding-bottom: 100px;
  z-index: 5;
}
.conteiner__about-middle__contents {
  height: 100%;
  background-color: rgba(255,255,255,0.5);
  position: relative;
  top: 50px;
  color: #330000;
  display: flex;
  flex-direction: column;
  justify-content:space-around;
  margin:30px auto;
}


.container__about-middle_bg {
  width: 90%;
  margin: 0 auto;
  padding:0 20px;
  display: flex;
}
.box__about-middle__time {
  width: 25%;
}
.box__about-middle__desc {
  width: 70%;
}
/* END OF ABOUT */
/* STTART WORKS */
#container__works {
  width: 1000px;
  display: flex;
  flex-flow:column wrap;
  align-content:flex-start;
  margin:0 auto;
  box-sizing: border-box;
  background:  linear-gradient( 135deg, rgba(255, 204, 0, 0.2), rgba(218, 165, 32, 1));
  }
.container__works__web{
  align-self: center;
  width: 90%;
  display: flex;
  justify-content: center;
}
.box__works__photo {
  box-sizing: border-box;
  width: 45%;
  height: 320px;
  border: 1px solid #33cccc;
  background-color: #fff;
  text-align: center;
  margin:25px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box__works__photo img {
  border: 0.25px solid #333333;
}
.box__works__desc {
  width: 45%;
  height: 320px;
  background-color: #33cccc;
  margin:25px 10px;
  line-height: 25px;
  box-sizing: border-box;
  padding: 0 5px;
}
.box__works__desc >a :hover{
  color: #fff;
}
.box__works__desc span {
  color: #fff;
  font-weight: bold;
}
.box__works__summary {
  box-sizing: border-box;
  width: 45%;
  margin:25px 10px;
  padding:0;
}
.box__workssumarry_photo {
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  border: 1px solid #33cccc;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.box__workssumarry_photo img {
  border: 0.25px solid #333333;
}
.box__workssummary__desc {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  padding: 5px;
  background-color: #33cccc;
  line-height: 1.0rem;
  align-self: center;
  text-align: center;
}
.box__workssummary__desc span {
  color: #fff;
  font-weight: bold;
}
.container__works__od {
  align-self: center;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.container__works__od  .box__works__summary {
  box-sizing: border-box;
  width: 30%;
  margin:25px 5px;
  padding:0;
}
.container__works__od .box__workssummary__photo {
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  border: 0.75px solid #33cccc;
  background-color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.container__works__od .box__workssummary__photo img {
  border: 0.25px solid #333333;
}
.container__works__od .box__workssummary__desc {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  background-color: #33cccc;
  align-content: center;
  text-align: center;
}
#container__about,#container__contact {
  margin-top: -140px;
  padding-top: 140px;
}
#container__works {
  margin-top:-50px;
  padding-top:130px;
}

#container__contact {
  margin: 0 auto 50px auto;
  width: 1000px;
  box-sizing: border-box;
}

.container__contact__items {
  width: 90%;
  margin: 0 auto;
  display: flex;
  padding:20px 10px;
  flex-direction: column;
  justify-content: center;
}
form {
  width: 100%;
}
.container__contact-items__top {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
label.name, label.email{
  margin-right: 10px;
}

input[type="text"]{
  width: 240px;
  margin-right: 20px;
  border: solid 1px #cc9933;
  padding:10px;
  font-size: 15px;
  outline: none;
}
input[type="email"]{
  width: 300px;
  margin-right: -20px;
  border: solid 1px #cc9933;
  padding:10px;
  font-size: 15px;
  outline: none;
}

input[type="text"]:focus ,input[type="email"]:focus {
  border:none;
  outline: 1px solid #33cccc;
}


.container__contact-items__middle {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  }
label.comment {
  display: block;
  text-align: left;
}
textarea {
  width: 100%;
  height: 180px;
  border: solid 1px #cc9933;
  font-size: 15px;
  padding:10px;
}
textarea:focus {
  border:none;
  outline: 1px solid #33cccc;
}
.container__contact-items__bottom {
  text-align: center;
}
input[type="submit"]{
  background: #fff;
  color: #330000;
  border: 1px solid #33cccc;
  border-radius: 5px;
  font-size:17px;
  padding: 10px 20px;
  margin: 0 5px;
}
input[type="submit"]:hover{
  background: #33cccc;
  color: #fff;
}
input[type="submit"]:focus {
  outline: none;
  position: relative;
  top:5px;
}
.container__contact-items__others {
  width: 100px;
  height: 32px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin:80px auto 20px auto;

}

.footer {
  width: 1000px;
  margin: 0 auto;
  padding-top:10px;
  text-align: center;
}
