@charset "utf-8";
/*
Theme Name: テーマの名前（必須）
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
*/

/* 全体 */
:root {
  --text-color: #333333;
  --main-color: #0099cc;
  --base-color: #f5f4f1;
  --white: #ffffff;
}

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

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.85rem;
  color: var(--text-color);
  background: var(--base-color);
}

/* .under-body {
  background-color: var(--white);
  color: var(--white);
} */

h1 {
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}

h2 {
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  /* letter-spacing: 0.25rem; */
}

h3 {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 3.125rem;
}
/* h3.sec-ttl {
  font-size: 50px;
} */

nav {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  font-size: 1.25rem;
  line-height: 2.5rem;
}

a {
  color: var(--text-color);
  text-decoration: none;
}

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

li {
  list-style: none;
}

.wrapper {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}

/* -------------------------------------------
　　header
------------------------------------------- */
.header-top {
  /* background-color: var(--base-color); */
  width: 100%;
  height: 100vh;
  position: relative;
}
.header-pic {
  position: absolute;
  height: 105%;
  top: -20px;
  left: -20px;
}
.header-container {
  display: flex;
  justify-content: space-between;
  height: 260px;
  color: var(--main-color);
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  left: 45vh;
  transform: translateY(-50%);
}
.header-nav a {
  color: var(--main-color);
}

.header-nav li {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2rem;
  text-align: right;
  margin-bottom: 50px;
}
.name-area {
  writing-mode: vertical-rl;
}
.name {
  letter-spacing: 1rem;
}
.designer {
  font-family: dnp-shuei-ymincho-std, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5rem;
  margin-left: 1rem;
}

.sec-ttl {
  margin-bottom: 5rem;
}
/* -------------------------------------------
　　WORKS
------------------------------------------- */
.sec-works {
  background-color: var(--white);
  padding: 7rem 0 2rem;
  position: relative;
  /* padding-bottom: 7rem; */
}

.works-heading {
  text-align: center;
  /* margin-bottom: 5rem; */
}

.list-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.list-ttl {
  font-size: 1.2rem;
  font-family: quasimoda, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.list-pic img {
  /* width: max-content; */
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0.5rem;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.15);
}
.list-pic a:hover {
  opacity: 0.7;
}

.list-col {
  width: calc(100% / 3 - 1rem);
  margin-bottom: 4rem;
}

/* -------------------------------------------
　　About
------------------------------------------- */

.sec-about {
  /* background-color: var(--base-color); */
  padding-top: 7rem;
  /* padding-bottom: 3rem; */
}
.about-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-end;
}
.prof-name {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.prof p {
  margin-bottom: 1.5rem;
}

.prof-skill-inner {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.prof-skill-inner dt {
  width: 5rem;
  font-weight: normal;
}

.about-r {
  width: 35%;
  /* background-color: var(--main-color); */

  /* border: 16px solid var(--main-color); */
}
.about-pic img {
  /* width: 100%; */
  max-height: 540px;
  opacity: 0.75;
}

/* -------------------------------------------
　　トップへ戻る
------------------------------------------- */
.back-to-top {
  text-align: center;
  margin-bottom: 3rem;
  width: 10rem;
  margin: 3rem auto;
}
.back-to-top img {
  width: 0.875rem;
}
.back-to-top p {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0.25rem;
}
/* .back-to-top a:hover {
  color: var(--text-color);
  opacity: 0.5;
} */
/* -------------------------------------------
　　footer
------------------------------------------- */

.sec-footer {
  color: var(--white);
  background: var(--text-color);
  text-align: center;
}
.footer-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem 0 1.5rem;
  gap: 1rem;
}
.header-contact {
  font-size: 2.5rem;
}
.header-contact a {
  color: var(--white);
}
/* .contact-txt {
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  padding-bottom: 2rem;
} */
.footer-btn {
  padding: 2rem 0 1rem;
}
.mail {
  height: 2rem;
  padding-top: 3px;
}
small {
  opacity: 0.5;
}

/* -------------------------------------------
　　under works header
------------------------------------------- */

.header-container-und {
  display: flex;
  justify-content: space-between;
  padding: 3rem 4rem 0;
  position: fixed;
  z-index: 1;
  width: 100%;
}
.name-under {
  font-size: 1.5rem;
  letter-spacing: 0.25rem;
  line-height: 2.5rem;
}

.nav-area-und ul {
  /* font-weight: 600; */
  text-align: right;
  margin-bottom: 10px;
}
.nav-area-und li {
  margin-bottom: 5px;
}

/* -------------------------------------------
　　under works main
------------------------------------------- */

.sec-under {
  width: 70vw;
  max-width: 1280px;
  margin: 0 auto;
  /* margin-bottom: 5rem; */
  padding-top: 4.5rem;
}
.txt-area p {
  max-width: 720px;
  margin: 0 auto 2rem;
}
.article-eye-catch {
  margin-bottom: 3.5rem;
}
.site-url {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: right;
  margin-top: 0.25rem;
}
.article-header {
  text-align: center;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.post-categories {
  font-family: quasimoda, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}

/* トップページの… */
/* .cat-top {
  font-size: 1rem;
} */

time {
  font-family: quasimoda, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: normal;
}

.article {
  background-color: var(--white);
  padding: 5rem 5rem 1rem;
  margin-bottom: 1rem;
}

.post-links {
  /* width: 720px;
  margin: 0 auto; */
  display: flex;
  justify-content: space-between;
  /* margin-bottom: 7.5rem; */
}
/* -------------------------------------------
　　メディアクエリ
------------------------------------------- */

/* ↓↓↓↓↓↓↓PCのみ↓↓↓↓↓↓↓ */
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .header-nav a:hover {
    color: var(--text-color);
    transition: 0.5s;
  }
  a:hover {
    color: var(--main-color);
    transition: 0.5s;
  }
  .sec-footer :hover {
    background: var(--main-color);
    transition: 0.5s;
  }
}

/* @media screen and (max-width: 768px) {
  .header-nav ul {
    text-align: center;
  }
} */
