@charset "utf-8";

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  background: #72c7ca;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 20px;
  text-align: center;
  display: block;
  border-radius: 50px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

header {
  max-width: 1080px;
  padding: 0 4%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav ul {
  display: flex;
}

header nav ul li {
  font-size: 28px;
  font-weight: 700;
  text-shadow: 3px 3px 3px #333;
}

header nav ul li:not(:last-child) {
  margin-right: 30px;
}

header .logo {
  width: 120px;
  position: absolute;
  top: 0;
  left: 10px;
}

header a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all 0.2s;
}

header a:hover {
  color: #8b4f00;
}

header a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #8b4f00;
  /* color: #8b4f00; */

  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.335, 1) 0.4s;
}

@media (max-width: 768px) {}

header a:hover::after {
  transform: translate(0, 0);
}

.container-kv {
  background: url(../img/fv.jpg) no-repeat center / cover;
  width: 100%;
  height: 100vh;
}

.title-box-inside {
  position: relative;
  width: 100%;
  height: 100%;
}

.title-box-inside .pic {
  width: 120px;
}

h1 {
  font-size: clamp(28px, 4vw, 60px);
}

.out-title {
  width: 500px;
  padding: 30px;
  background-color: #fff;
  /* title-box-insideが親  */
  position: absolute;
  top: 26%;
  right: 4%;
  border-radius: 5px;
}

.title {
  /* .bu2の親 */
  position: relative;
}

/*-------------------------------------------
butterfly 
-------------------------------------------*/
.bu1 {
  position: absolute;
  width: 120px;
  bottom: -10%;
  left: 15%;
  animation: 3s infinite alternate bu1;
}

/* logo上の蝶 */

@keyframes bu1 {
  from {
    top: 0;
    left: 4%;
    width: 130px;
  }

  to {
    top: 20px;
    left: 4%;
    width: 120px;
  }
}

/* title上の蝶 */
.bu2 {
  position: absolute;
  width: 100px;
  bottom: -20%;
  left: -15%;
  animation: 3s infinite alternate bu2;
  z-index: 2;
}

@keyframes bu2 {
  from {
    margin-bottom: 0%;
    width: 100px;
  }

  to {
    margin-bottom: 0%;
    width: 130px;
  }
}

/* 一番動くbutturfly */
.bu3 {
  position: absolute;
  width: 200px;
  top: 30%;
  right: 0%;
  rotate: -80deg;
  max-width: 100%;
  /* 最大幅を画面に収まるように制限 */
  max-height: 100%;
  /* 必要なら高さも制限 */
  animation: bu3 30s linear infinite;
  overflow: hidden;
}

@keyframes bu3 {
  0% {
    bottom: 0%;
    width: 120px;
  }

  50% {
    width: 160px;
    transform: translateX(-300px);
  }

  100% {
    top: -100%;
    rotate: -10deg;
    width: 110px;
  }
}

.title-inside p {
  padding-top: 140px;
  line-height: 1.6;
}

.title-inside {
  /* .top_downの親 */
  position: relative;
}

.top_down {
  /* .title-insideが親 */
  position: absolute;
  background: linear-gradient(#fff 50%, #d7c5a7 50%);
  width: 400px;
  padding-left: 2rem;
  margin-left: 70px;
}

.top_down h1 {
  position: relative;
  display: inline-block;
  background: linear-gradient(#676767 50%, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

/*-------------------------------------------
about
-------------------------------------------*/
#about {
  background-color: var(--about-bg);
  position: relative;
}

/*-------------------------------------------
desin 文字
-------------------------------------------*/

.desin-text {
  position: absolute;
  top: -8%;
  right: 30px;
  display: flex;
  gap: 20px;
}

#about .desin-text .pic img {
  height: 120px;
}

/*-------------------------------------------
about 花の場所
-------------------------------------------*/
#about {
  padding: 60px 0 100px 0;
}

.about-container {
  position: relative;
}

#about .f1 {
  transform: rotate(180deg);
  top: 0;
  left: 0;
}

#about .f2 {
  right: 0;
  bottom: -10%;
  z-index: 2;
}

#about .f1,
#about .f2 {
  position: absolute;
  width: 120px;
  animation: flower 3s linear infinite alternate;
}

#about .f1 {
  left: 5%;
}

#about .f2 {
  right: 5%;
}

@keyframes flower {
  0% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(-10deg);
  }
}

.about-title {
  text-align: center;
  margin-bottom: 60px;
}

/* h2 */
.about-title .en-t {
  font-size: clamp(28px, 5vw, 60px);
  color: var(--secondary-color);
  text-shadow: #0000007f 1px 3px 3px;
  letter-spacing: 0.3rem;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 6;
}

.about-title .en-t::after {
  content: "";
  display: inline-block;
  width: 24rem;
  margin: 0 auto;
  height: 5px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

/* =======doble-line1本目の線基準値とする ======= */
.double-line {
  width: 60%;
  padding: 40px;
  border: solid 1px var(--secondary-color);
  border-radius: 10px;
  position: relative;
}

.double-line::before {
  content: "";
  /* display: block; */
  width: 100%;
  height: 100%;
  border: solid 2px var(--primary-color);
  border-radius: 10px;

  position: absolute;
  top: 8px;
  left: 8px;
}

.about-box-content p {
  font-size: 18px;
}

/* =======グラデ======= */
.about-box-content .pic {
  max-width: 500px;
  position: relative;
  z-index: 1;
}

/* イラスト */
.about-box-content .pic img {
  border-radius: 10px;
  border: 1px solid var(--secondary-color);
}

.about-box-content .pic::before {
  content: "";
  width: 100%;
  height: 105%;
  background: rgb(255, 245, 194);
  background: linear-gradient(110deg,
      rgb(255, 242, 175) 10%,
      rgb(255, 209, 179) 25%,
      rgba(201, 255, 211, 1) 40%,
      rgba(69, 136, 252, 1) 100%);
  position: absolute;
  top: 5%;
  left: 5%;
  border-radius: 10px;
  z-index: -1;
}

/*-------------------------------------------
skill
-------------------------------------------*/
#skill {
  background: url(../img/skill.jpg) no-repeat center / cover;
  width: 100%;
  height: 130vh;
  top: 0;
  left: 0;
  position: relative;
}

.skill-flower {
  position: absolute;
  width: 200px;
  top: 5%;
  right: 10%;
  animation: flower 3s linear infinite alternate;
}

.petal {
  width: 120px;
  position: absolute;
}

.petal1 {
  top: -23px;
  right: 10%;
}

.petal2 {
  width: 100px;
  top: 20%;
  right: 30%;
  rotate: 56deg;
}

.petal3 {
  top: 44%;
  left: 20%;
  rotate: 80deg;
}

.petal4 {
  width: 70px;
  top: 90%;
  left: 0%;
  /* rotate: 80deg; */
}

.petal5 {
  width: 80px;
  top: 75%;
  left: 40%;
}

.b-fly-blue {
  position: absolute;
  top: -100px;
  left: 5%;
  width: 150px;
  z-index: 2;
  animation: 3s infinite alternate bu2;
}

.title-box {
  display: flex;
  /* 左固定の方がいい感じ */
  /* justify-content: center; */
}

/*-------------------------------------------
sec-title hand & sign
-------------------------------------------*/
.hand {
  width: 180px;
  animation: hand 2s linear infinite alternate;
}

@keyframes hand {
  0% {
    transform: translateX(0);
  }

  30% {
    transform: translateX(30px);
  }

  100% {
    transform: translateY(-8px);
  }
}

/* sign sout*/
.jojo {
  /* width: 20%; */
  white-space: nowrap;
  overflow: hidden;
  animation: jojo 4s linear infinite;
}

@keyframes jojo {
  from {
    width: 0%;
  }

  to {
    width: 25%;
  }
}

/* sign skill*/
.jojo2 {
  white-space: nowrap;
  overflow: hidden;
  animation: jojo2 4s linear infinite;
}

@keyframes jojo2 {
  from {
    width: 0%;
  }

  to {
    width: 40%;
  }
}

#skill ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

#skill ul li {
  background-color: #ffffffc2;
  max-width: 180px;
  height: 260px;
  padding: 20px 15px 0px 15px;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  text-align: center;
  transition: all 2s;
  z-index: 2;
}

#skill ul li p:last-child {
  text-align: left;
  font-size: 14px;
}

#skill ul li:hover {
  transform: rotate(15deg);
}

#skill ul li img {
  width: 100px;
}

#skill ul li img:not(.content img) {
  margin-bottom: 20px;
}

#skill ul li>.content img {
  width: 50%;
  margin: 30px 0 20px 0;
}

.tool-name {
  margin-bottom: 10px;
  color: var(--secondary-color);
  font-size: 18px;
}

.icon-notice {
  width: 80%;
  margin: 60px auto;
  text-align: center;
  color: rgb(224, 224, 224);
  font-size: 14px;
}

.bu6 {
  position: absolute;
  width: 150px;
  transform: rotate(20deg);
  animation: 5s infinite alternate bu6;
}

@keyframes bu6 {
  from {
    bottom: -10%;
    right: 6%;
    width: 150px;
  }

  to {
    bottom: 0;
    right: 6%;
    width: 180px;
  }
}

/*-------------------------------------------
sec kanpu
-------------------------------------------*/

#kanpu {
  background: url(../img/kanpu-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 150vh;
}

.inner-box {
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

.col-right {
  width: 480px;
}

.col-left {
  width: 500px;
  /* min-width: 350px; */
  /* box-shadow: var(--box-shadow); */
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 60px;
}

/*-------------------------------------------
card-list
-------------------------------------------*/
.kanpu-list ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
}

/* skinかんぷ */
#kanpu .kanpu-list ul li:first-child {
  min-width: 180px;
  width: 15%;
}

.kanpu-list p:not(.filter-text, .over-lay-text) {
  background-color: #fff;
  color: var(--secondary-color);
  box-shadow: var(--box-shadow-blue);
  padding: 20px 15px;
  text-align: center;
  margin-top: 20px;
  border-radius: 10px;
}

.kanpu-list ul li {
  min-width: 200px;
  width: 22%;
  margin-bottom: 60px;
}

.filter-box {
  position: relative;
  width: 100%;
}

.filter-box2 {
  position: relative;
  width: 100%;
}

.kanpu-list ul li:hover {
  .filter {
    transition: all 0.4s;
    opacity: 0.9;
  }
}

.kanpu-list ul li:hover {
  .filter2 {
    transition: all 0.4s;
    opacity: 0.9;
  }
}

.filter {
  position: absolute;
  background-color: #3a4d8f;
  width: 100%;
  height: 100%;
  z-index: 5;
  align-content: center;
  opacity: 0;
}

.filter2 {
  position: absolute;
  background-color: #e07198;
  width: 100%;
  height: 100%;
  z-index: 5;
  align-content: center;
  opacity: 0;
}

.filter-text {
  font-size: 4rem;
  font-family: "Tangerine", cursive;
  text-align: center;
  color: #fff;
}

.kanpu-list ul li img {
  box-shadow: var(--box-shadow);
  z-index: 1;
}

/*-------------------------------------------
web
-------------------------------------------*/
#web {
  background: url(../img/web-bg.jpg) repeat center / cover;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#web .kanpu-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* ----------------hover時の--------------- */
.image-hover,
.image-hover2,
.image-hover3,
.image-hover4 {
  position: relative;
  width: 200px;
}

.test-img,
.test-img2,
.test-img3,
.test-img4 {
  width: 100%;
  display: block;
  margin: auto;
}

.test-img.kadomaru,
.test-img2.kadomaru,
.test-img3.kadomaru,
.test-img4.kadomaru {
  border-radius: 10px;
}

.hover-text,
.hover-text2,
.hover-text3,
.hover-text4 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* background: rgba(0, 0, 0, 0.7); */
  background: rgba(248, 215, 0, 0.7);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.6s;
  border-radius: 10px;
  overflow: hidden;
  padding: 2px;
}

.hover-text:hover,
.hover-text2:hover,
.hover-text3:hover,
.hover-text4:hover {
  opacity: 1;
}

h4 {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  font-family: "Tangerine", cursive;
}

.lookup {
  font-size: 24px;
  font-weight: 600;
  font-family: "Tangerine", cursive;
}

.hover-text,
.hover-text2,
.hover-text3,
.hover-text4 {
  transform: translateY(-25px);
}

.hover-text:hover,
.hover-text2:hover,
.hover-text3:hover,
.hover-text4:hover {
  transform: translateY(0px);
}

/*-------------------------------------------
logo
-------------------------------------------*/
#logo {
  background: url(../img/logo-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 130vh;
  top: 0;
  left: 0;
  position: relative;
}

.b-fly-blue {
  position: absolute;
}

#logo ul li {
  width: 200px;
}

#logo ul li:hover {
  .over-lay {
    height: 100%;
    /* transition: all 0.4s; */
  }
}

.over-lay-box {
  position: relative;
}

.over-lay-box img {
  display: block;
}

.over-lay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #87c792df;
  overflow: hidden;
  width: 100%;
  height: 0;
  align-content: center;
  text-align: center;
  /* box-shadow: var(--box-shadow); */
  transition: all 0.3s;
}

.over-lay-text {
  font-size: 4rem;
  transform: rotate(-10deg);
  color: #fff;
  text-shadow: #adadad 2px 2px 2px;
  font-family: "Tangerine", cursive;
}

/*-------------------------------------------
banner
-------------------------------------------*/

#banner {
  background: url(../img/banner-bg.jpg) no-repeat center / cover;
  background-color: var(--primary-color);
  width: 100%;
  height: 120vh;
  top: 0;
  left: 0;
  position: relative;
  margin-bottom: 100px;
}

/* bg-color */
.bg-color-top {
  height: 60px;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  width: 100%;
}

.bg-color {
  height: 60px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.modal-card {
  width: 100%;
  position: relative;
}

.modal-card img {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-banner {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffffce;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  z-index: 2;
  clip-path: polygon(0 45%, 100% 17%, 100% 100%, 0% 100%);
}

h6 {
  font-family: "Tangerine", cursive;
  color: #3a4d8f;
  font-size: 3rem;
  text-align: center;
  margin-top: 50%;
  z-index: 3;
  text-shadow: 2px 2px 2px #98a8df;
}

.modal-container li .modal-card:hover .overlay-banner {
  height: 120%;
}

.openModal1:hover,
.openModal2:hover,
.openModal3:hover,
.openModal4:hover {
  cursor: pointer;
}

#banner dt {
  white-space: nowrap;
}

/*-------------------------------------------
sns
-------------------------------------------*/
#sns {
  background: url(../img/sns.png) no-repeat center right / contain;
  width: 100%;
  /* margin: 60px auto; */
  position: relative;
  padding: 0;
}

.filter-white {
  position: absolute;
  background-color: #ffffffb2;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 60px auto;
}

/*-------------------------------------------
butterfly 
-------------------------------------------*/
.sns-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.bu4 {
  position: absolute;
  width: 120px;
  top: 0%;
  left: 15%;
  animation: 3s infinite alternate bu1;
  z-index: 2;
}

/* logo上の蝶 */

@keyframes bu1 {
  from {
    top: 0;
    left: 4%;
    width: 130px;
  }

  to {
    top: 20px;
    left: 4%;
    width: 120px;
  }
}

#sns h2 {
  letter-spacing: 0.2rem;
}

#sns p {
  font-size: 20px;
  margin-bottom: 10px;
  padding: 10px;
}

.sns-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  padding: 50px;
  margin: 0 4%;
  font-size: 24px;
  font-weight: 500;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.bu5 {
  position: absolute;
  width: 150px;
  transform: rotate(-80deg);
  top: 100%;
  right: -6%;
  animation: 3s infinite alternate bu5;
  z-index: 2;
}

/* logo上の蝶 */

@keyframes bu5 {
  from {
    top: 100%;
    right: 6%;
    width: 150px;
  }

  to {
    top: 100%;
    right: 6%;
    width: 160px;
  }
}

.sns-list {
  display: flex;
  justify-content: space-between;

}


.sns-list a {
  transition: all 0.3s;
  border-bottom: #0000007f 2px solid transparent;
  padding: 5px;
}

.sns-list a:hover {
  color: #ffd900;
  border-bottom: #ffd900 1px solid;
}

/*-------------------------------------------
contact
-------------------------------------------*/
#contact {
  background: url(../img/contact-bg.jpg) no-repeat center / cover;
  width: 100%;
  height: 150vh;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  position: relative;
  margin-top: 100px;
}

.dammy {
  font-size: 14px;
  color: #e07198;
}

label {
  white-space: nowrap;
}

#contact .inner {
  width: 60%;
  /* height: 90%; */
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.contact-title {
  text-align: center;
}

h3 {
  font-size: clamp(30px, 5vw, 60px);
  font-family: "Tangerine", cursive;
}

#contact {
  position: relative;
}

#contact .contact-woman {
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 300px;
}

form {
  width: 100%;

  margin: 0 auto 60p auto;
}

dt {
  width: 30%;
}

input[type="text"] {
  appearance: none;
  width: 80%;
  height: 100%;
  padding: 8px 16px;
  background-color: #faedd8;
  font-family: "Tangerine", cursive;
  font-size: 1.5rem;
  outline: none;
}

input[type="email"] {
  appearance: none;
  width: 80%;
  height: 100%;
  padding: 8px 16px;
  background-color: #faedd8;

  font-family: "Tangerine", cursive;
  font-size: 1.5rem;
  outline: none;
}

#message {
  appearance: none;
  width: 80%;
  height: 100%;
  padding: 8px 16px;
  background-color: #faedd8;

  font-family: "Tangerine", cursive;
  font-size: 1.5rem;
  outline: none;
}

.sub-btn {
  background-color: #ffdea9;
  border-radius: 50px;
  width: 200px;
  margin: 30px auto 0 auto;
  font-weight: 500;
  box-shadow: var(--box-shadow);
}

.sub-btn input {
  display: inline-block;
  width: 100%;
  letter-spacing: 1rem;
  padding: 15px 16px;
}

/*-------------------------------------------
responsive
-------------------------------------------*/
@media (max-width: 1046px) {
  .hand {
    width: 150px;
  }

  #kanpu {
    height: 180vh;
  }
}

@media (max-width: 1023px) {
  #skill ul li img {
    width: 70px;
  }

  #skill ul li {
    background-color: #ffffffc2;
    /* max-width: 133px; */
    height: 240px;
    padding: 10px 15px 0px 15px;
  }

  #web,
  #banner {
    height: 130vh;
  }

  #skill {
    height: 200vh;
  }

  /* ---------sns--------*/

  .sns-inner {
    width: 90%;
  }

  #sns ul {
    flex-direction: column;
  }

  #sns ul li {
    margin-bottom: 30px;
  }
}

@media (max-width: 902px) {
  #banner {
    height: 200vh;
  }
}

@media (max-width: 910px) {
  #web {
    height: 180vh;
  }
}

@media (max-width: 920px) {
  #logo {
    height: 210vh;
  }
}

@media (max-width: 880px) {
  #kanpu {
    height: 210vh;
  }
}

@media (max-width: 768px) {
  header .logo {
    width: 100px;
  }

  header nav ul li:not(:last-child) {
    margin-right: 0px;
  }

  .out-title {
    width: 380px;
    padding: 20px;
    top: 40%;
    right: 4%;
  }

  .top_down {
    width: 339px;
    margin-left: 21px;
  }

  .title-inside p {
    padding-top: 90px;
    line-height: 1.3;
  }

  .bu2 {
    width: 150px;
  }

  /* ---------about --------*/
  .double-line {
    width: 100%;
    margin-bottom: 40px;
  }

  #about .f1 {
    width: 100px;
    top: 100px;
  }

  #about .f2 {
    width: 100px;
    right: 50px;
  }

  /* ---------skill --------*/

  #skill {
    height: 200vh;
  }

  .skill-flower {
    width: 150px;
  }

  .petal {
    width: 80px;
  }

  /* ---------kanpu--------*/
  #kanpu {
    background: url(../img/kanpu-bg.jpg) no-repeat top / contain;
    background-color: #e9ffff;
    height: 550vh;
  }

  .col-right {
    width: 100%;
    margin-bottom: 60px;
  }

  .kanpu-list ul {
    gap: 60px;
  }

  .kanpu-list ul li,
  #kanpu .kanpu-list ul li:first-child {
    width: 80%;
    margin: 0 auto;
  }

  .inner-box {
    /* width: 75%; */
    width: 100%;
  }

  .modalWrapper {
    width: 95%;
  }

  .kanpu-list p {
    padding: 20px;
  }

  /* ---------web--------*/
  #web {
    background: url(../img/web-bg.jpg) no-repeat top / contain;
    background-color: #fff9c7;
    height: 500vh;
  }

  #web .kanpu-list ul li {
    width: 100%;
  }

  /* ---------logo--------*/

  #logo {
    background: url(../img/logo-bg.jpg) no-repeat top / contain;
    background-color: #eaffe1;
    height: 620vh;
  }

  #logo ul li {
    width: 80%;
  }

  /* ---------banner--------*/

  #banner {
    background: url(../img/fv.jpg) no-repeat top right / contain;
    background-color: #ffecb4;
    width: 100%;
    /* height: 460vh; */
    height: 660vh;
    top: 0;
    left: 0;
    position: relative;
  }

  #banner .inner-box {
    position: absolute;
    top: 290px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* ---------contact--------*/
  #contact {
    position: relative;
  }



  form dl div {
    display: flex;
    flex-direction: column;
  }

  dt label {
    display: inline-block;
    margin-top: 40px;
  }

  dt {
    width: 100%;
  }

  #contact .inner {
    width: 90%;
    margin: 0 auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 10px;
  }

  #contact .contact-woman {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 200px;
  }

  input[type="text"] {
    width: 100%;
  }

  input[type="email"] {
    width: 100%;
  }

  #message {
    width: 70%;
  }

  #contact .inner {
    width: 90%;
  }

  .sub-btn {
    margin: 30px auto 0 0;
  }

  #contact {
    background: url(../img/contact-bg.jpg) no-repeat center / cover;
    /* background-color: var(--primary-color); */
    width: 100%;
    height: 180vh;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    position: relative;
  }
}

@media (max-width: 700px) {
  #banner {
    height: 630vh;
  }
}

@media (max-width: 600px) {
  .desin-text {
    position: absolute;
    top: -5%;
    right: 30px;
    display: flex;
    gap: 20px;
  }

  .inner-box {
    width: 100%;
  }

  #kanpu {
    height: 465vh;
  }

  #logo {
    height: 650vh;
  }

  #banner {
    height: 570vh;
  }
}

@media (max-width: 500px) {
  #logo {
    height: 560vh;
  }

  #contact .contact-woman {
    bottom: 0%;
    right: 0%;
    width: 120px;
  }
}

@media (max-width: 450px) {
  header {
    flex-direction: column;
  }

  header .logo {
    margin-bottom: 20px;
  }

  .out-title {
    /* width: 40%; */
    width: 300px;
    padding: 15px;
    position: absolute;
    top: 35%;
    right: 2%;
  }

  .top_down {
    width: 264px;
  }

  #skill ul {
    /* flex-direction: column; */
    /* align-items: center; */
    gap: 30px;
  }

  #skill ul li {
    width: 150px;
  }

  .kanpu-list ul li,
  #kanpu .kanpu-list ul li:first-child {
    width: 100%;
  }

  #web {
    height: 440vh;
  }

  #logo {
    height: 530vh;
  }
}

@media (max-width: 400px) {
  #logo {
    height: 490vh;
  }

  #banner {
    height: 520vh;
  }
}