@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}

html {
  font-size: 62.5%;
  background-color: #fff;
}

@media screen and (max-width: 700px) {
  body.modal-open {
    height: 100%;
    overflow: hidden;
  }
}

a {
  color: #000;
  text-decoration: none;
}

@-webkit-keyframes slideDown {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}

@keyframes slideDown {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#wrapper {
  width: 700px;
  margin: 150px auto;
}

@media screen and (max-width: 700px) {
  #wrapper {
    width: 84%;
    margin: 60px auto;
  }
}

/*
    


HEADER



*/
.header {
  /*
    


    PROFILE
    


    */
  /*
    


    CONTACT
    


    */
}

.header h1 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.8rem;
  font-weight: 300;
}

@media screen and (max-width: 700px) {
  .header h1 {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
  }
}

.header h1 .site-title-sub {
  font-size: 2.5rem;
  display: block;
  margin: 0 0 1rem 0;
}

@media screen and (max-width: 700px) {
  .header h1 .site-title-sub {
    font-size: 1.2rem;
  }
}

.header h2 {
  letter-spacing: 0.8rem;
  text-align: center;
  font-size: 2.3rem;
}

@media screen and (max-width: 700px) {
  .header h2 {
    font-size: 1.8rem;
  }
}

.header .profile {
  margin: 130px 0 0 0;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 700px) {
  .header .profile {
    margin: 60px 0 0 0;
  }
}

.header .profile-title {
  cursor: pointer;
  display: block;
  font-weight: 300;
  letter-spacing: 0.2rem;
  text-align: center;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.header .profile-title::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 3rem;
  left: calc(50% - 10px);
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 700px) {
  .header .profile-title::after {
    top: 2rem;
    width: 16px;
    height: 16px;
  }
}

.header .profile-title.active::after {
  top: 4rem;
  -webkit-transform: rotate(-135deg) scale(1, -1);
          transform: rotate(-135deg) scale(1, -1);
}

@media screen and (max-width: 700px) {
  .header .profile-title.active::after {
    top: 3rem;
  }
}

.header .profile-title:hover {
  opacity: 0.5;
}

.header .profile-content {
  position: absolute;
  top: 130px;
  left: 0;
  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 0 0 130px 0;
}

@media screen and (max-width: 700px) {
  .header .profile-content {
    top: 60px;
  }
}

.header .profile-content h3,
.header .profile-content p,
.header .profile-content li {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

@media screen and (max-width: 700px) {
  .header .profile-content h3,
  .header .profile-content p,
  .header .profile-content li {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.header .profile-content h3 {
  font-weight: 700;
  letter-spacing: 0.1rem;
  margin: 40px 0 10px 0;
}

.header .profile-content ul li {
  list-style-type: none;
  list-style-position: inside;
  position: relative;
  margin: 0 0 2rem 1.2rem;
}

.header .profile-content ul li:before {
  content: "-";
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1rem;
}

.header .profile-content p {
  margin: 10px 0 0 0;
}

.header .contact {
  margin: 130px 0 0 0;
}

@media screen and (max-width: 700px) {
  .header .contact {
    margin: 80px 0 0 0;
  }
}

.header .contact-title {
  font-weight: 300;
  letter-spacing: 0.2rem;
}

.header .contact p {
  margin: 20px 0 0 0;
  font-weight: 300;
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  text-align: center;
}

@media screen and (max-width: 700px) {
  .header .contact p {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
  }
}

.header .contact p a {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header .contact p a:hover {
  opacity: 0.5;
}

/*

MAIN

*/
.content {
  margin: 150px 0 0 0;
  /* MENU */
  /* MENU-CONTENT */
  /*選択されているタブのコンテンツのみを表示*/
}

@media screen and (max-width: 700px) {
  .content {
    margin: 60px 0 0 0;
    min-height: 580px;
  }
}

.content .menu-items {
  width: 100%;
}

.content .menu-items input[name="menu-item"] {
  display: none;
}

.content .menu-items .menu-item {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.content .menu-items input:checked + .menu-item {
  background-color: #e8e8e8;
  border-bottom: none;
}

.content .menu-items .menu-works::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 0;
  left: -1px;
  background: #fff;
}

.content .menu-items .menu-works::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: -1px;
  right: 0;
  background: #fff;
}

.content .menu-items input:checked + .menu-works {
  border-right: none;
}

.content .menu-items input:checked + .menu-works::before, .content .menu-items input:checked + .menu-works::after {
  background: transparent;
}

.content .menu-items .menu-instagram {
  border-left: none;
}

.content .menu-items .menu-instagram::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 0;
  right: -1px;
  background: #fff;
}

.content .menu-items .menu-instagram::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: -1px;
  left: 0;
  background: #fff;
}

.content .menu-items input:checked + .menu-instagram {
  border-left: none;
}

.content .menu-items input:checked + .menu-instagram::before, .content .menu-items input:checked + .menu-instagram::after {
  background: transparent;
}

.content .menu-items .menu-item {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  letter-spacing: .2rem;
  font-size: 1.9rem;
  text-align: center;
  line-height: 7rem;
  font-weight: 300;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  background-color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 700px) {
  .content .menu-items .menu-item {
    font-size: 1.4rem;
    line-height: 5rem;
  }
}

.content .menu-items .menu-item:hover {
  opacity: 0.5;
}

.content .menu-content {
  width: 100%;
  opacity: 0;
  clear: both;
  display: none;
}

.content #infscr-loading {
  display: block;
  position: absolute;
  bottom: -60px;
  width: 32px;
  height: 32px;
  left: 50%;
  z-index: 100;
}

.content .works-wrapper,
.content .instagram-wrapper {
  position: relative;
  width: 100%;
  padding: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
}

@media screen and (max-width: 700px) {
  .content .works-wrapper,
  .content .instagram-wrapper {
    margin: 30px 0 0 0;
    gap: 4% 4%;
  }
}

@media screen and (min-width: 701px) {
  .content .works-wrapper .works-item,
  .content .instagram-item {
    -ms-flex-preferred-size: calc((100% - 100px) / 3);
        flex-basis: calc((100% - 100px) / 3);
    max-width: calc((100% - 100px) / 3);
  }
}

@media screen and (max-width: 700px) {
  .content .works-wrapper .works-item,
  .content .instagram-item {
    width: 48%;
    margin: 0 0 4% 0;
    position: relative;
  }
  .content .works-wrapper .works-item::before,
  .content .instagram-item::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

.content .works-wrapper .works-item a,
.content .instagram-item a {
  cursor: pointer;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.content .works-wrapper .works-item a:hover,
.content .instagram-item a:hover {
  opacity: 0.5;
}

.content .works-wrapper .works-item img,
.content .instagram-item img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 701px) {
  .content .works-wrapper .works-item img,
  .content .instagram-item img {
    width: 100%;
    height: 200px;
  }
}

@media screen and (max-width: 700px) {
  .content .works-wrapper .works-item img,
  .content .instagram-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (min-width: 701px) {
  .content .works-wrapper .works-item:nth-of-type(1), .content .works-wrapper .works-item:nth-of-type(2), .content .works-wrapper .works-item:nth-of-type(3),
  .content .instagram-item:nth-of-type(1),
  .content .instagram-item:nth-of-type(2),
  .content .instagram-item:nth-of-type(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .content .instagram-item:nth-of-type(9n):nth-last-of-type(1) {
    display: none;
  }
}

.content #works:checked ~ #works-content,
.content #instagram:checked ~ #instagram-content {
  display: block;
  -webkit-animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

/*  modal */
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.modal .js-modal-close {
  position: fixed;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 50px;
  left: 50px;
}

@media screen and (max-width: 700px) {
  .modal .js-modal-close {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
  }
}

.modal .js-modal-close::before, .modal .js-modal-close::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 1px;
  /*バツ線の太さ*/
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - .5px);
  left: 14%;
}

@media screen and (max-width: 700px) {
  .modal .js-modal-close::before, .modal .js-modal-close::after {
    top: 14%;
    left: 14%;
  }
}

.modal .js-modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

@media screen and (max-width: 700px) {
  .modal .js-modal-close::after {
    right: 17%;
  }
}

@media screen and (min-width: 701px) {
  .modal .js-modal-close:hover {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0.5;
  }
}

.modal-bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal-content {
  position: absolute;
  background: transparent;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}

@media screen and (max-width: 700px) {
  .modal-content {
    width: 84%;
  }
}

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

.modal-content-wrapper .modal-image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  opacity: 0;
}

.modal-content-wrapper .modal-image.active {
  opacity: 1;
}

.modal-content-wrapper .modal-image img {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 20px);
  -o-object-fit: contain;
     object-fit: contain;
}

.modal-nav {
  top: calc(50% - 6px);
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  width: 26px;
  height: 26px;
  border: 0.1rem solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 701px) {
  .modal-nav:hover {
    -webkit-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 0.5;
  }
}

@media screen and (max-width: 700px) {
  .modal-nav {
    width: 18px;
    height: 18px;
  }
}

.modal-prev {
  left: -40px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

@media screen and (max-width: 700px) {
  .modal-prev {
    left: -18px;
  }
}

.modal-next {
  right: -40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (max-width: 700px) {
  .modal-next {
    right: -18px;
  }
}

/*


footer


*/
#footer {
  margin: 150px 0;
}

@media screen and (max-width: 700px) {
  #footer {
    margin: 80px 0;
  }
}

#footer #copyright {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #footer #copyright {
    font-size: 1rem;
  }
}

/*

entry content

*/
.entry-content {
  margin: 100px 0;
}

.wp-block-image img {
  height: auto;
}
/*# sourceMappingURL=style.custom.css.map */