@charset "UTF-8";
/*フォント指定*/
@font-face {
  font-family: "NotoSerif";
  src: url("../webfonts/Noto_Serif/NotoSerif-Regular.woff") format("woff");
  src: url("../webfonts/Noto_Serif/NotoSerif-Regular.woff2") format("woff2");
}
.en-font {
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

/*reset.css*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

body {
  font-family: sans-serif;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
}

/* for responsive */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
[hidden] {
  display: none;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ul,
ol {
  list-style: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a {
  text-decoration: none;
}

/*共通項目*/
html {
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 360px) {
  html {
    font-size: 69.5%;
  }
}
@media screen and (max-width: 280px) {
  html {
    font-size: 58%;
  }
}

body {
  font-family: "Sawarabi Gothic";
  font-size: 1rem;
  letter-spacing: 0.6px;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 360px) {
  body {
    letter-spacing: 0.5px;
  }
}

ul,
li,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .container {
    padding: 0 60px;
  }
}
@media screen and (max-width: 700px) {
  .container {
    padding: 0 24px;
  }
}

img {
  width: 100%;
}

section {
  padding: 170px 0;
}
@media screen and (max-width: 700px) {
  section {
    padding: 120px 0;
  }
}

figure {
  display: inherit;
}

p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 1.8;
  }
}

/*
タイトル
----------*/
h1 {
  padding-top: 60px;
  font-family: "Josefin Slab", serif;
  font-size: 2.4rem;
  letter-spacing: 10px;
  color: #231815;
  font-weight: 1000;
  text-align: center;
}

#top,
#about,
#work,
#sns {
  padding: 150px 0;
}

h2 {
  font-size: 1.6rem;
  letter-spacing: 10px;
  font-weight: 1000;
  margin-bottom: -5px;
  font-family: "Josefin Slab", serif;
  font-weight: bold;
  color: #231815;
  text-align: center;
  margin-bottom: 50px;
}

.text {
  font-size: 1rem;
  letter-spacing: 0.8px;
  line-height: 2;
}

.text-sub {
  font-size: 0.8rem;
  letter-spacing: 1px;
  line-height: 2.5;
}

.textlink {
  text-decoration: underline;
}

/*
改行
----------*/
.br {
  display: block;
}
@media screen and (max-width: 768px) {
  .br {
    display: inline;
  }
}

@media screen and (max-width: 1080px) {
  .tab-br {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .sp-br {
    display: block;
  }
}

@media screen and (max-width: 360px) {
  .sp-s-br {
    display: block;
  }
}

.spc-br {
  display: block;
}
@media screen and (max-width: 320px) {
  .spc-br {
    display: inline;
  }
}

/*
tooへ戻る
----------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f106";
  font-size: 30px;
  color: #231815;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*
モーダル
----------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.modal__bg {
  background: rgba(255, 255, 255, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
}
@media screen and (max-width: 700px) {
  .modal__content {
    width: 90%;
    max-height: 85vh;
    overflow-y: auto;
    padding: 20px;
  }
}

.modal-top {
  padding-top: 0;
  padding-bottom: 30px;
}

.modal-movie {
  width: 100%;
}

.ukiyo-modal {
  width: 75%;
  text-align: center;
}

.center {
  text-align: center;
}

.modal-close {
  color: #231815;
  float: right;
  border-radius: 10px;
  width: 120px;
  height: 60px;
  -webkit-box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.modal-close:hover {
  -webkit-box-shadow: inset 20px 20px 60px #d9d9d9, inset -20px -20px 60px #ffffff;
          box-shadow: inset 20px 20px 60px #d9d9d9, inset -20px -20px 60px #ffffff;
}

.modal-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  /*
  共通パーツレスポンシブ
  --------------------*/
  body {
    overflow-x: hidden;
  }
  #top,
  #about,
  #work,
  #sns {
    padding: 60px 0;
  }
  h1 {
    padding-top: 40px;
    font-size: 1.4rem;
  }
  h2 {
    font-size: 1.4rem;
  }
  h2::before {
    width: 100px;
  }
  h2::after {
    width: 100px;
  }
  .text {
    letter-spacing: 0.8px;
    line-height: 2;
  }
}
/*header*/
/*
header
----------*/
.header {
  margin-top: -30px;
  min-height: auto;
  position: relative;
}
.header .container {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.logo-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.g-navi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-navi ul li {
  width: 100px;
  text-align: center;
}

.g-navi ul li a {
  display: block;
  color: #181818;
  padding: 30px 0;
}

.g-navi ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  /*****header*****/
  .g-navi {
    display: block;
    height: auto;
  }
  .g-navi ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .g-navi ul li a {
    padding: 16px 0;
  }
}
/*TOP*/
/*
about
----------*/
.white-title {
  color: #ffffff;
}

.white-title::before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 200px;
  border-top: 3px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.white-title::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 200px;
  border-top: 3px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.my-portrait {
  width: calc(50% - 70px);
}

.profile {
  display: block;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px 0;
}

dd {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 280px;
      -ms-flex: 1 1 280px;
          flex: 1 1 280px;
  min-width: 0;
}

dt {
  float: left;
}

dt::after {
  content: "　　　";
}

@media screen and (max-width: 700px) {
  .my-portrait {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .profile {
    width: 100%;
  }
  dl {
    padding: 15px 0;
  }
  dd {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.contact a {
  color: #181818;
}

.contact a:hover {
  color: #ecebe3;
}

/*
chibi
----------*/
#chibi {
  height: 400px;
  background: url(../image/chibi.jpg) center/cover no-repeat;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  position: relative;
  z-index: -2;
}

@media screen and (min-width: 700px) {
  #chibi {
    background-attachment: fixed;
  }
}
#chibi::before {
  content: "나 눈 할수있는 학생 서";
  display: block;
  color: #fff;
  font-size: 20px;
  font-family: sans-serif;
  position: absolute;
  opacity: 1;
  top: 45%;
  right: 0;
  left: 0;
  text-align: center;
  letter-spacing: 12px;
  z-index: -1;
}

/*
work
----------*/
.work-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 700px) {
  .work-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.work {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.work .caption {
  font-size: 0.9rem;
  letter-spacing: 2px;
  padding-top: 90px;
  color: #444444;
}

.work-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.modal .work-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}

@media screen and (max-width: 700px) {
  .modal .work-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.portrait {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.modal .work-wrapper--single {
  display: block;
}

.work .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (hover: hover) and (pointer: fine) {
  .work:hover .mask {
    opacity: 1;
    padding-left: 90px;
  }
}
.modal .text-sub {
  letter-spacing: 0;
  margin-top: 16px;
}

/*footer*/
/*
footer
----------*/
footer {
  background-color: #FDF8E5;
  background: #f7f5f4;
  padding: 120px 0;
}
footer h2 {
  margin-bottom: 0;
}

.instagram-logo {
  width: 25px;
}

.twitter-logo {
  width: 22px;
}

.sns_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.sns_wrapper a {
  color: #181818;
  border-radius: 10px;
  background: #f7f5f4;
  -webkit-box-shadow: 20px 20px 60px #d2d0cf, -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #d2d0cf, -20px -20px 60px #ffffff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns_wrapper a:hover {
  -webkit-box-shadow: inset 20px 20px 60px #d2d0cf, inset -20px -20px 60px #ffffff;
          box-shadow: inset 20px 20px 60px #d2d0cf, inset -20px -20px 60px #ffffff;
}

.footer_title {
  text-align: left;
}

.footer_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer_navi li {
  margin-right: 30px;
}
.footer_navi li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 80px 0;
  }
  .footer_title {
    text-align: center;
    margin-bottom: 16px;
  }
  .footer_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .footer_navi li {
    margin-right: 30px;
  }
  .footer_navi li:last-child {
    margin-right: 0px;
  }
}
/*追加のCSSはこの下に記述してください*//*# sourceMappingURL=style.css.map */