/*!********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs/index.js!./src/scss/style.scss ***!
  \********************************************************************************************************************/
@charset "UTF-8";
/* ==================== */
/*         Reset        */
/* ==================== */
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
}

mark {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==================== */
/*         sass         */
/* ==================== */
@font-face {
  font-family: "sub-fonts";
  src: url(22c807fdbe784a0ec91a.ttf) format("woff2"), url(b7af1dccae742a310539.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "sub-fonts2";
  src: url(b7af1dccae742a310539.ttf) format("woff2"), url(22c807fdbe784a0ec91a.ttf) format("truetype");
  font-display: swap;
}
/* nomal fadein */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* mv fade */
@keyframes ennuiFadeIn {
  0% {
    opacity: 0;
    filter: blur(15px) drop-shadow(0 0 20px rgba(180, 200, 220, 0.4));
  }
  100% {
    opacity: 1;
  }
}
/* other fade */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==================== */
/*        common        */
/* ==================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  font-weight: 300;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: #9fb9e8;
  text-decoration: none;
  text-shadow: 0 0 5px rgba(71, 82, 106, 0.8);
  transition: color 0.3s ease, opacity 0.3s ease;
}

a:hover {
  color: #fff;
  opacity: 0.8;
}

h1,
h2 {
  text-align: center;
  margin-bottom: 30px;
}

h3,
h4,
h5 {
  text-align: left;
  margin-bottom: 30px;
}

p {
  margin-bottom: 20px;
  font-size: 0.8rem;
  line-height: 1.6;
}

button,
input,
textarea,
select {
  font: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  font-family: "Yu Gothic", "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Segoe UI", sans-serif;
  background: url(9180176cc1acd2769fcf.png) center center/cover no-repeat fixed #454d66;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.6;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

.fade-in1 {
  animation: fadeIn 1.5s ease-in-out forwards;
}

.fade-in2 {
  animation: fadeIn 2s ease-in-out forwards;
}

/* heder start */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  display: flex;
}
header #header-logo {
  font-family: "sub-fonts2", sans-serif;
  font-size: 1.2rem;
  position: absolute;
  padding: 10px;
}
header #header-logo span {
  color: rgba(225, 225, 225, 0.9);
  font-family: "sub-fonts2", sans-serif;
  font-size: 2rem;
  position: relative;
  top: -2px;
  left: -35px;
}
header #header-logo a {
  color: rgba(225, 225, 225, 0.6);
  line-height: 1;
}
header #header-logo a:hover {
  color: rgba(225, 225, 225, 0.5);
}
header #header-menu-box {
  width: auto;
  margin-left: auto;
}

#hamburger {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 10001;
}
#hamburger span {
  background: #fff;
  display: block;
  width: 28px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
}

#sp-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  border-left: 1px solid rgba(225, 225, 225, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: right 0.3s;
  padding-top: 60px;
  z-index: 10000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
}
#sp-nav ul {
  list-style: none;
  margin: 0;
}
#sp-nav ul li {
  padding: 20px;
  width: 100%;
  margin-bottom: 0;
  background: none;
}
#sp-nav ul li ul li::before {
  content: "→ ";
}
#sp-nav ul li ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#sp-nav ul li a {
  color: #fff;
}
#sp-nav ul li a:hover,
#sp-nav ul li a:focus {
  color: #9fb9e8;
}
#sp-nav ul li.has-submenu {
  padding: 0 !important;
  line-height: 1.6 !important;
}
#sp-nav ul .submenu-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
#sp-nav ul .submenu-trigger a {
  flex: 1;
}
#sp-nav ul .accordion-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  flex-shrink: 0;
}
#sp-nav ul .accordion-btn span {
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}
#sp-nav ul .accordion-btn[aria-expanded=true] span {
  transform: rotate(225deg);
}
#sp-nav ul .submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(225, 225, 225, 0.5);
}
#sp-nav ul .submenu li {
  padding: 15px 20px 15px 40px;
}
#sp-nav ul .submenu li:last-child {
  border-bottom: none;
}
#sp-nav ul .submenu.is-open {
  max-height: 500px;
}

#hamburger.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

#hamburger.open span:nth-child(2) {
  opacity: 0;
}

#hamburger.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

#sp-nav.open {
  right: 0;
}

/* header end */
.flex-box {
  padding: 0;
  margin: 0;
  display: block;
}

.avatar {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.avatar img {
  width: 130px !important;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

#mv {
  position: relative;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  display: flex;
  justify-content: space-between !important;
  padding: 100px 10px 40px;
}
#mv #backend-box,
#mv #frontend-box {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}
#mv #frontend-box {
  text-align: right;
  align-self: flex-end;
}
#mv #frontend-box dt, #mv #frontend-box dd {
  color: #fff;
}

#mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(62c6eb1a449b2c4780c6.png) center 50px/contain no-repeat;
  background-size: 250% auto;
  opacity: 0;
  animation: ennuiFadeIn 2s cubic-bezier(0.25, 1, 0.5, 1) 0.5s forwards;
}

.mv-hand {
  opacity: 1;
}

#about-box,
.portfolio-box {
  padding: 50px 10px;
  border-top: 1px solid rgba(225, 225, 225, 0.3);
}
#about-box .top-text-link,
.portfolio-box .top-text-link {
  width: 85%;
  margin: 0 auto;
  font-size: 1rem;
  text-align: right;
}
#about-box h1,
.portfolio-box h1 {
  font-size: 0.7rem;
  border: none;
  color: 1px solid rgba(225, 225, 225, 0.3);
  padding: 0;
  margin: 0;
}
#about-box h2,
.portfolio-box h2 {
  font-size: 2.2rem;
}

/* about */
#hello-word {
  width: 85%;
  margin: 0 auto;
}
#hello-word .avatar {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#hello-word .avatar img {
  width: 130px !important;
  height: 130px;
  border-radius: 50%;
  object-fit: cover;
}

#technical-skills {
  width: 85%;
  padding: 20px 10% 0;
  margin: auto;
}
#technical-skills p {
  font-size: 2rem;
  position: relative;
}
#technical-skills p span {
  font-family: "sub-fonts", sans-serif;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: -33px;
  left: -33px;
  z-index: -1;
}

/* portfolio */
.portfolio-box div {
  width: 85%;
  margin: 0 auto;
}
.portfolio-box div img {
  width: 100%;
}

.mono-thumb img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.mono-thumb:hover img,
.mono-thumb:focus-within img {
  filter: grayscale(0%);
}

body#contents main {
  position: relative;
  padding: 50px 20px;
}
body#contents main ul#breadcrumb {
  margin-bottom: 0;
  display: flex;
}
body#contents main ul#breadcrumb li {
  list-style: none !important;
  font-size: 0.7rem;
}
body#contents main ul#breadcrumb li::after {
  content: ">";
  padding: 0 10px;
}
body#contents main ul#breadcrumb li:last-child:after {
  content: none;
}
body#contents .article-box article {
  background: rgba(225, 225, 225, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}
body#contents .article-box article h2 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
}
body#contents .article-box article img {
  width: 100%;
}
body#contents .article-box dl {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.3);
}
body#contents .article-box dl dt {
  background: rgba(225, 225, 225, 0.2);
  padding: 20px;
  border-top: 1px solid rgba(225, 225, 225, 0.3);
}
body#contents .article-box dl dd {
  background: rgba(225, 225, 225, 0.1);
  border-top: 1px solid rgba(225, 225, 225, 0.3);
  padding: 20px;
  color: #fff;
}
body#contents .article-box ul {
  margin-bottom: 40px;
}
body#contents .article-box li {
  display: list-item;
  list-style-type: disc !important;
  list-style-position: inside;
  line-height: 1.8;
}
body#contents .article-box .flex-box {
  padding-bottom: 50px !important;
}
body#contents .article-box h1 {
  margin-top: 20px;
  font-size: 1.5rem;
}
body#contents .article-box h2 {
  font-size: 1.5rem;
}
body#contents .article-box .width-full {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  margin-bottom: 20px;
}
body#contents .article-box .width-full img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}
body#contents .article-box .article-box .flex-box img.tab {
  width: 70% !important;
  margin-right: 3.9%;
}
body#contents .article-box .article-box .flex-box img.sp {
  width: 25% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

#category-archive-box {
  display: block;
}
#category-archive-box article {
  background: rgba(225, 225, 225, 0.2);
  padding: 10px;
  margin-bottom: 20px;
}
#category-archive-box article a {
  color: #fff;
}
#category-archive-box article a:hover,
#category-archive-box article a:focus {
  color: #9fb9e8;
}
#category-archive-box article img {
  width: 100%;
}
#category-archive-box article h2 {
  padding: 0;
  margin: 0;
}

.links-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  background: rgba(225, 225, 225, 0.2);
  padding: 10px;
  margin-bottom: 20px;
}
.links-box p {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

a.links-icon {
  color: #fff;
}

.links-icon svg {
  display: block !important;
  flex: 0 0 50px;
  width: 50px !important;
  height: 50px !important;
  fill: currentColor;
  margin-right: 20px;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

footer {
  font-size: 0.8rem;
  margin-top: auto;
  width: 100%;
  text-align: center;
}

/* ==================== */
/*        sp only       */
/* ==================== */
/* ==================== */
/*        tablet only       */
/* ==================== */
@media (min-width: 768px) and (max-width: 1023px) {
  #mv #backend-box,
  #mv #frontend-box,
  #about-box,
  .portfolio-box {
    padding: 0 60px;
  }
  #mv::before {
    background: url(62c6eb1a449b2c4780c6.png) center 0/contain no-repeat;
    background-size: 170% auto;
  }
}
/* ==================== */
/*           pc         */
/* ==================== */
@media screen and (min-width: 1024px) {
  body {
    padding: 0;
  }
  .flex-box {
    display: flex;
  }
  .flex-box div {
    width: 48%;
  }
  .flex-box div:nth-child(even) {
    margin-left: auto;
  }
  #mv {
    margin-top: 50px;
    width: 100%;
  }
  #mv #backend-box,
  #mv #frontend-box,
  #about-box,
  .portfolio-box {
    width: 1000px;
    margin: 0 auto;
  }
  #mv #frontend-box dl {
    margin-top: 40px;
  }
  #mv #backend-box,
  #mv #frontend-box {
    height: 360px;
  }
  #mv #backend-box dt,
  #mv #frontend-box dt {
    font-size: 2rem;
  }
  #mv #backend-box dd,
  #mv #frontend-box dd {
    font-size: 1.5rem;
  }
  #mv #frontend-box {
    padding-top: 40px;
  }
  #mv::before {
    background: url(62c6eb1a449b2c4780c6.png) center 0/contain no-repeat;
    background-size: 140% auto;
  }
  body#contents #hamburger {
    display: none;
  }
  body#contents #sp-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    border-left: 1px solid rgba(225, 225, 225, 0.3);
  }
  body#contents #category-archive-box {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  body#contents #category-archive-box article {
    width: calc((100% - 20px) / 2);
    background: rgba(225, 225, 225, 0.2);
    padding: 10px;
    margin-bottom: 20px;
  }
  body#contents #category-archive-box article img {
    width: 100%;
  }
  body#contents #category-archive-box article h2 {
    padding: 0;
    margin: 0;
  }
  body#contents #category-archive-box h1 {
    display: block;
    padding-top: 30px;
    font-size: 1.5rem;
  }
  body#contents .article-box {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  body#contents .article-box dl {
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  body#contents .article-box dl dt {
    width: 20%;
  }
  body#contents .article-box dl dd {
    width: 80%;
  }
  body#contents .article-box ul li {
    display: list-item;
    list-style-type: disc !important;
    list-style-position: inside;
    line-height: 1.8;
  }
  body#contents .article-box .flex-box {
    padding-bottom: 50px !important;
  }
  body#contents .article-box h1 {
    padding-top: 30px;
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map*/