/*
Theme Name: 2023-draft portfolio
Theme URI: https://thepixeltribe.com/template/draft-portfolio/
Author: Pixel Tribe
Author URI: https://thepixeltribe.com
Description: Draft Portfolio is a minimally beautiful WordPress theme
*/
@-webkit-keyframes contact {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-2deg);
            transform: translateY(10px) rotate(-2deg);
  }
}
@keyframes contact {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(-2deg);
            transform: translateY(10px) rotate(-2deg);
  }
}
@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
body {
  margin: 0;
  padding: 0;
  background: rgba(255, 142, 79, 0.1);
  color: #1B1818;
  font-family: sans-serif;
}

a {
  color: #1B1818;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid #1B1818;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.04rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #FF8E4F;
  border-bottom: 2px solid transparent;
}
a.link-noborder {
  border: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.page-wrap {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.grid {
  display: grid;
  grid-template-columns: 30vw auto;
  grid-template-rows: auto 70px;
}
@media screen and (min-width: 1400px) {
  .grid {
    grid-template-columns: 500px auto;
  }
}
@media screen and (max-width: 768px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header {
  grid-area: 1/1/3/2;
}

.global {
  grid-area: 1/2/2/3;
}

.copy {
  grid-area: 2/2/3/3;
}

.header {
  width: 30vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .header {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #FFF4ED;
  }
}
.header-content {
  width: 260px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .header-content {
    width: 80%;
  }
  .header-content img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-content {
    width: 70%;
    margin: 90px 0 0;
  }
}
.header-content__me {
  width: 255px;
}
.header-content__me--kana {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.04rem;
  letter-spacing: 0.15rem;
  color: rgba(27, 24, 24, 0.5);
}
.header__link {
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.04rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .header__link {
    margin-bottom: 20px;
  }
}
.header__login {
  margin-bottom: 20px;
  border: none;
  color: rgba(27, 24, 24, 0.5);
}
.header__login:hover {
  border: none;
}

@media screen and (max-width: 768px) {
  .home .header {
    position: relative;
  }
}
.site-content {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .site-content {
    width: 100%;
  }
}

.nav, .post-categories {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  list-style: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .nav, .post-categories {
    padding: 24px 5vw;
    background: #fff;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.nav__top, .post-categories__top {
  padding: 44px 70px;
  position: fixed;
}
@media screen and (max-width: 768px) {
  .nav__top, .post-categories__top {
    padding: 30px 5vw 0;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav a, .post-categories a {
  color: #CECECE;
  border-bottom: 2px solid transparent;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 768px) {
  .nav a, .post-categories a {
    font-family: "DM Mono", monospace;
    font-weight: 300;
    font-size: 16px;
    font-style: italic;
    letter-spacing: 0.04rem;
  }
}
.nav a:hover, .post-categories a:hover {
  color: #FF8E4F;
  border-bottom: 2px solid #FF8E4F;
}
.nav a.active, .post-categories a.active {
  color: #FF8E4F;
  border-bottom: 2px solid #FF8E4F;
}
.nav a.active:hover, .post-categories a.active:hover {
  color: #CECECE;
  border-bottom: 2px solid transparent;
}
.nav a:before, .post-categories a:before {
  content: "#";
}

.works {
  padding: 50px 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works__top {
  padding: 120px 70px 50px;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 30px 5vw;
    row-gap: 36px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.works__item {
  width: calc(33.3333333333% - 40px);
  aspect-ratio: 4/3;
  overflow: hidden;
  border: 1px solid #F7F7F7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .works__item {
    width: calc(50% - 10px);
  }
}
.works__item img {
  width: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
  top: 0;
}
.works__item:hover {
  -webkit-box-shadow: 2px 2px 12px rgba(255, 142, 79, 0.2);
          box-shadow: 2px 2px 12px rgba(255, 142, 79, 0.2);
}
.works__item .coding img {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.works__item .coding:hover {
  border: 1px solid rgba(255, 142, 79, 0.1);
}
.works__item .coding:hover img {
  top: -100px;
}
.works__item .illustration {
  width: 96%;
}
.works__item :not(.coding) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.works__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.logged-in img {
  -webkit-filter: blur(0px) !important;
          filter: blur(0px) !important;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background: url(http://coquillle.com/wp2/wp-content/themes/2023-portfolio/img/cloud.png) rgba(255, 142, 79, 0.1);
  background-position: -20vw -120px;
  background-size: 700px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.contact:hover > img {
  -webkit-animation: contact 0.5s ease 0s infinite;
          animation: contact 0.5s ease 0s infinite;
}
.contact__title {
  padding: 30px 0 0;
  text-align: center;
  color: #FF8E4F;
  border-color: #FF8E4F;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-size: 26px;
  font-style: italic;
  letter-spacing: 0.04rem;
}
.contact__img {
  width: 190px;
  position: absolute;
  top: -25px;
  right: 10vw;
}
@media screen and (max-width: 768px) {
  .contact__img {
    width: 140px;
    right: -14vw;
  }
}
.contact__form {
  width: 40vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact__form {
    width: calc(100% - 10vw);
  }
}
.contact__form p:nth-child(5) {
  text-align: center;
}
.contact__form label {
  text-align: left;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.04rem;
}
.contact__form input, .contact__form textarea {
  width: calc(100% - 20px);
  margin: 5px 0;
  border: 1px solid #fff;
}
.contact__form textarea {
  min-height: 100px;
  resize: vertical;
}
.contact__form input[type=submit] {
  width: 200px;
  margin: 0 auto;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 576px) {
  .contact__form input[type=submit] {
    width: 100%;
  }
}
.contact__form .wpcf7 form .wpcf7-response-output, .contact__form .wpcf7-response-output {
  border: none;
  text-align: center;
}

.copy {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.04rem;
  color: rgba(27, 24, 24, 0.5);
}

@media screen and (max-width: 768px) {
  .single .header-content__me, .single .header__link, .single .header__login, .page .header-content__me, .page .header__link, .page .header__login, .archive .header-content__me, .archive .header__link, .archive .header__login {
    display: none;
  }
  .single .header-content, .page .header-content, .archive .header-content {
    margin: 14px 0 10px;
  }
  .single .header-content a, .page .header-content a, .archive .header-content a {
    padding-bottom: 0;
  }
  .single h1, .page h1, .archive h1 {
    margin: 0;
  }
  .single h1 img, .page h1 img, .archive h1 img {
    width: 50%;
  }
  .single .header-content__me--kana, .page .header-content__me--kana, .archive .header-content__me--kana {
    margin: 0 0 5px 0;
    font-size: 12px;
  }
  .single .post-categories, .page .post-categories, .archive .post-categories {
    padding: 0;
  }
  .single .entry-header, .page .entry-header, .archive .entry-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single .entry-date, .page .entry-date, .archive .entry-date {
    display: none;
  }
}
article {
  width: 100%;
  text-align: center;
}
article a {
  border: none;
}
article a:hover {
  border: none;
  opacity: 0.5;
}

.entry-header {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.entry-title {
  display: none;
}
.entry-date {
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 12px;
  font-style: normal;
  letter-spacing: 0.04rem;
  color: rgba(27, 24, 24, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-tag {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(27, 24, 24, 0.5);
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.04rem;
}
.entry-tag ul {
  margin: 0 0 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.entry-tag ul li {
  margin-right: 5px;
}
.entry-tag ul li a {
  padding-bottom: 0;
  font-size: 12px;
  color: rgba(27, 24, 24, 0.5);
}
.entry-tag ul li::after {
  content: "/";
  padding: 0 5px;
}
.entry-tag ul li:last-child::after {
  content: none;
}
.entry-tag ul:before {
  content: "";
  width: 26px;
  height: 1px;
  margin-right: 8px;
  background: rgba(27, 24, 24, 0.3);
  display: block;
}
.entry-content__field {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 142, 79, 0.1);
  border-radius: 20px;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.04rem;
}
.entry-content__field a {
  padding: 0;
  color: #FF8E4F;
  font-weight: normal;
}

.post-thumb img {
  width: 100%;
  height: 100%;
}
.post-navigation {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .single .works {
    padding-top: 140px;
  }
  .archive .page-header {
    padding-top: 110px;
  }
  .page .page-base {
    padding-top: 140px;
  }
}
.page-base {
  padding: 50px 70px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page-base {
    padding: 30px 5vw;
  }
}
.page-header {
  width: 100%;
  background: #fff;
}
.page-header h1 {
  margin: 50px 70px 0;
  padding-bottom: 8px;
  display: inline-block;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.04rem;
  color: #FF8E4F;
  border-bottom: 2px solid #FF8E4F;
}
@media screen and (max-width: 768px) {
  .page-header h1 {
    margin: 30px 5vw 0;
  }
}
.page-header h1:before {
  content: "#";
  margin-right: 10px;
}
.page .entry-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .entry-header .entry-title {
  display: block;
  margin: 0 auto 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #1B1818;
  font-size: 32px;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 0.04rem;
}
.page .entry-header p {
  color: #747474;
  font-size: 13px;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}

.pagination {
  padding-top: 20px;
  padding-bottom: 50px;
}

.nav-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  font-family: "DM Mono", monospace;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  letter-spacing: 0.04rem;
  color: #CECECE;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about {
    background-position: 90% 320px;
    background-size: 38vw;
    background-image: none;
  }
}
.about .entry-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about .entry-header p {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .entry-header {
    margin-bottom: 0;
  }
}
.about__img {
  width: 24vw;
  max-width: 400px;
  position: absolute;
  -webkit-animation: fluffy 10s infinite;
          animation: fluffy 10s infinite;
}
@media screen and (max-width: 768px) {
  .about__img {
    width: 80%;
    display: block;
    margin: 20px auto;
    position: relative;
  }
}
.about__img--01 {
  top: 270px;
  left: -2vw;
}
@media screen and (max-width: 768px) {
  .about__img--01 {
    top: 0;
    left: 0;
  }
}
.about__img--02 {
  bottom: 250px;
  right: -1vw;
}
@media screen and (max-width: 768px) {
  .about__img--02 {
    bottom: 0;
    right: 0;
  }
}
.about__item {
  width: 64%;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  .about__item {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about__item ul {
  margin: 0 0 0 14px;
}
.about__item ul li {
  margin-bottom: 20px;
  line-height: 1.6;
  list-style: disc;
  color: #747474;
  font-size: 13px;
}
.about__item ul li p {
  margin: 0;
  color: #1B1818;
  font-size: 14px;
}
.about__item:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .about__item:last-child {
    margin-bottom: 0;
  }
}
.about__item--date {
  width: 90px;
  margin-right: 20px;
  padding: 8px 14px;
  font-family: "DM Mono", monospace;
  font-weight: 300;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.04rem;
  color: #FF8E4F;
  background: #FFF4ED;
  letter-spacing: 0.08rem;
  border-radius: 40px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .about__item--date {
    margin-bottom: 0;
  }
}
.about__item--info {
  width: calc(100% - 90px);
  text-align: justify;
}
.about__item--info h2 {
  margin: 10px 0;
  font-size: 28px;
  font-weight: normal;
  color: #FF8E4F;
  letter-spacing: 0.08rem;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input, textarea {
  padding: 10px;
  border: 1px solid #CECECE;
  border-radius: 0;
  font-size: 16px;
}

input:focus {
  background: rgba(255, 142, 79, 0.1);
}

input[type=text], input[type=password] {
  width: calc(100% - 20px);
}

input[type=submit] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 20px;
  color: #FF8E4F;
  font-size: 14px;
  border: 1px solid #FF8E4F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
input[type=submit]:hover {
  background: #FF8E4F;
  color: #fff;
}

legend {
  display: none;
}

#wpmem_login {
  width: calc(100% - 2px);
  color: #747474;
}
#wpmem_login .div_text {
  margin: 6px 0 20px;
}
#wpmem_login .button_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .logged-in .page-base, .page-id-233 .page-base {
    padding-top: 140px;
  }
}
.logged-in .site-main, .page-id-233 .site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single #wpmem_restricted_msg, .single #wpmem_login {
  width: 450px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .single #wpmem_restricted_msg, .single #wpmem_login {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */