@charset "utf-8";

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  color: #453a32;
  background: url("../image/common/background.png") no-repeat center/cover;
}

ul {
  list-style: none;
  color: inherit;
}

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

.nav-hover{
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}

.nav-hover:hover {
    background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}


/* 画像設定 */
.logo {
  width: 200px;
}

.icon {
  width: 45px;
}

img {
  max-width: 100%;
}

h2 {
  font-size: 2.5em;
  font-weight: bold;
  padding-left: 150px;
  padding-top: 150px;
  padding-bottom: 80px;
  width: 100%;
  position: relative;
}

h2::before {
  position: absolute;
  color: #bdbe9fa8;
  font-family: "Sacramento", cursive;
  font-size: 80px;
  content: 'mokurie';
  line-height: 1px;
  transform: skew(0, -10deg); 
  z-index: -1;
}
.about h2::before {
  content: 'mokurie';
}

.works h2::before {
  content: 'model';
}

.flow h2::before {
  content: 'flow';
}

.hero {
  background: url(../image/model/MODEL.png) no-repeat left bottom / cover;
  height: 100vh;
  position: relative;
  color: #453a32;
}

.hero-txt h3 {
    position: absolute;
    left: 45%;
    top: 400px;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 5px;
    z-index: 1;
  }

  .hero-txt p {
    position: absolute;
    left: 46%;
    top: 500px;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    z-index: 1;
  }

.nav {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  width: 98%;
  position: fixed;
  z-index: 2;
}

.nav ul {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  line-height: 2;
}

.nav ul li a {
  font-weight: 700;
  font-size: 1.5em;
}

.nav-btn {
  background-color: #75695b;
  color: white;
  border-radius: 30px;
  width: 170px;
  font-size: 1em;
  height: 50px;
  letter-spacing: 2px;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  align-items: center;
  border: 2px solid black;
  line-height: 2;
}

.nav-btn:hover,
.contact-btn:hover {
  background-color: #4c443b;
}

.circle {
  display: flex;
  align-items:center;
  justify-content:center;
  width: 80px;
  height: 80px;
  background-color: beige;
  border-radius: 50%;
}

.circle:hover {
  background-color: rgb(253, 253, 239);
}

.circle-1 {
  display: flex;
  justify-self: flex-end;
  bottom: 150px;
  right: 70px;
  position: fixed;
}

.circle-2{
  display: flex;
  justify-self: flex-end;
  bottom: 50px;
  right: 70px;
  position: fixed;
}

.circle-1 img {
  width: 50px;
}

.circle-2 img {
  width: 60px;
}


.title,
.illust-read {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.title-h2 p {
  padding-left: 150px;
  font-size: 1.5em;
}

.works {
  margin-bottom: 150px;
}

.display {
  display: flex;
  justify-content: left;
}

.irasuto {
padding-left: 150px;
margin-top: 150px;
}

.ietokumo {
  width: 250px;
  padding-right: 230px;
  padding-top: 150px;
}

.womandog {
  align-items: center;
  margin-left: 100px;
  width: 70%;
  padding-left: 100px;
  padding-top: 80px;
}

.matinami {
  padding-top: 100px;
  padding-right: 120px;
}

.flex {
  display: flex;
  justify-content: space-between;
  margin: 150px;
}

.recommended {
  padding-left: 250px;
  font-size: 2em;
}

.recommended h3 {
  display: flex;
  align-items: center;
  gap: 21px;
}

.recommended h3::before {
  content: '';
  display: block;
  width: 5px;
  height: 36px;
  background-color: #000000;

  /* margin-top: 20px;
  margin-left: auto;
  margin-right: auto; */
}


.gallery-1,
.gallery-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  width: 1700px;
  max-width: 75%;
  margin: auto;
  padding-bottom: 50px;
}

.gallery-1 img,
.gallery-2 img {
  width: 100%;
  height: auto;
  border: 2px solid black;
}

.contact-cta {
  background: url("../image/cta/CTA.png") no-repeat center/cover;
  width: 100%;
  height: 900px;
}

.contact-cta h4 {
  font-size: 4em;
  padding-top: 200px;
  padding-left: 150px;
  margin-bottom: auto;
}

.contact {
  font-size: 1.5em;
  padding-left: 160px;
  font-weight: 500;
}

.contact-read {
  font-size: 1.7em;
  padding-left: 600px;
  line-height: 2;
  font-weight: 500;
  padding-top: 50px;
}

.contact-btn {
  background-color: #75695b;
  color: white;
  width: 500px;
  height: 80px;
  font-size: 2em;
  margin-top: 80px;
  margin-left: 650px;
  text-decoration: none;
  line-height: 2.5;
  display: block;
  align-items: center;
  text-align: center;
  border: 3px solid black;
}

footer {
  padding: 20px;
  text-align: center;
  max-width: 90%;
}

footer ul li {
  font-weight: 500;
}

.footerbox {
  display: flex;
  justify-content: space-between;
  /* padding: 100px 50px 200px 50px; */
}

.footer-icon img {
  width: 40px;
}

.footer-icon {
  display: flex;
  justify-content: flex-start;
  padding-left: 15px;
  gap: 5px;
}

.footer2 {
  align-content: center;
  font-size: 1em;
  text-align: left;
  line-height: 2.5;
  margin-top: 30px;
  margin-right: 150px;
}

.footer3 {
  align-self: flex-end;
  margin-top: 130px;
}

.footer4 {
  align-self: flex-end;
}


