@charset "utf-8";

/* .tangerine-regular {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  .tangerine-bold {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
  } */
#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;
}

.en-t {
  font-family: "Tangerine", cursive;
  font-size: 2rem;
}

#sns .en-t {
  margin-right: -150px;
}

.en {
  font-family: "Tangerine", cursive;
  font-size: 1.5rem;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

:root {
  --text-color: #676767;
  --primary-color: #d7c5a7;
  --secondary-color: #3a4d8f;
  /* --tertiary-color: #D7C5A7; */
  --about-bg: #fbf6ee;
  --box-shadow: #676767 3px 3px 3px;
  --box-shadow-blue: #3a4d8f 3px 3px 4px;
}

body {
  font-family: "Shippori Mincho", serif;
  line-height: 1.6;
  font-size: 16px;
  color: var(--text-color);
}

/* 各サイトのtoppageへのロゴマーク */
#site-header {
  position: relative;
}

#kanpu #site-header,
#logo #site-header {
  position: relative;
}

#site-logo {
  width: 150px;
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 3;
}

#kanpu #site-logo,
#logo #site-logo {
  top: 0px;
  left: 10px;
}

a {
  color: black;
  color: inherit;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

li {
  display: inline-block;
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* h2 */
.sec-title {
  font-family: "Tangerine", cursive;
  font-size: 80px;
  letter-spacing: 0.5rem;
  margin-bottom: 60px;
}

/* h4 */
.site-title {
  font-family: "Tangerine", cursive;
  font-size: clamp(30px, 5vw, 60px);
}

/* web & kanpu */
#kanpu {
  color: #333;
}

#web .content .col-left,
#web .content .col-right,
#kanpu .content .col-left,
#kanpu .content .col-right,
#logo .content .col-left,
#logo .content .col-right {
  width: 50%;
}

#web .content .col-left,
#kanpu .content .col-left {
  margin-right: 30px;
  text-align: center;
}

#logo .content .col-left {
  margin-right: 30px;
}

#web .content .col-left .pic,
#kanpu .content .col-left .pic {
  margin-bottom: 30px;
}

#logo .content .col-left {
  margin-bottom: 60px;
}

/* ----------- web summary----------*/

.summary-web dt {
  font-weight: 700;
}

/* web4 */
.col-right .summary-web dt {
  font-weight: 700;
  font-size: 18px;
}

.summary-web div {
  margin-bottom: 15px;
}

/* section-about */
.white-title {
  color: white;
}

p {
  letter-spacing: 0.1em;
  line-height: 1.6;
}

section {
  padding-top: 100px;
}

.w1080 {
  max-width: 1080px;
  padding: 0 4%;
  margin: 0 auto;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* aboutのcontent */
.about-box-content {
  gap: 30px;
}

.sp-wrap {
  display: none;
}

/* ----------- section card-title----------*/
.card-title {
  width: 300px;
  margin-bottom: 30px;
}

.card-title p:first-child {
  background-color: var(--secondary-color);
  padding: 10px 15px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  box-shadow: var(--box-shadow);
}

.card-title p {
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: 1px solid var(--secondary-color);
  box-shadow: var(--box-shadow);
}

#web .card-title p:first-child,
#banner .card-title p:first-child {
  background-color: var(--primary-color);
}

#web .card-title p,
#banner .card-title p {
  border: 1px solid var(--primary-color);
}

/* ----------- wev kanpu btn----------*/

.site-btn a:hover {
  background-color: #fff;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  /* box-sizing: border-box; */
}

a.site-btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 300px;
  margin: auto;
  padding: 0.5rem 4rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  color: #fff;
  border-radius: 100vh;
  transition: 0.3s;
}

a.site-btn:hover {
  color: var(--secondary-color);
  background: #fff;
}

#web a.site-btn {
  width: 350px;
}

.web4 .site-btn {
  background-color: #2d7840;
  border: 2px solid #fff;
}

.web4 .site-btn:hover {
  background-color: #fff;
  border: 2px solid #2d7840;
  color: #2d7840;
}

.bord {
  animation: bord 2s linear forwards;
}

@keyframes bord {
  0% {
    transform: translatey(-100px);
  }

  100% {
    transform: translatey(0);
  }
}

.works {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.works .pic {
  margin-bottom: 60px;
}

@media (max-width: 1080px) {
  .sec-title {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  #site-logo {
    width: 110px;
    top: -70px;
  }

  #kanpu #site-logo {
    width: 110px;
    top: 0px;
  }

  .sp-wrap {
    display: block;
  }

  .content {
    flex-direction: column;
  }

  #skill .content {
    flex-direction: row;
  }

  /* ----------- section card-title----------*/

  .card-title {
    width: 300px;
    margin: 0 auto 60px auto;
  }

  /* ----------- web & kanpu & logo---------*/
  #web .content .col-left,
  #kanpu .content .col-left,
  #logo .content .col-left {
    margin: 0 0 60px 0;
  }

  #web .content .col-left,
  #web .content .col-right,
  #kanpu .content .col-left,
  #kanpu .content .col-right,
  #logo .content .col-left,
  #logo .content .col-right {
    width: 100%;
  }

  /* web summary */
  .summary-web dt {
    margin-bottom: 5px;
  }

  .summary-web div {
    margin-bottom: 30px;
  }

  .site-btn {
    width: 100%;
  }

  /* logo m真ん中寄せ */

  .col-left .pic {
    text-align: center;
  }

  .works {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 450px) {

  /* h2 */
  .sec-title {
    font-size: 30px;
  }
}