@charset "UTF-8";
html {
  height: 100%;
  width: 100%;
  color: #5e5756;
  overflow-x: hidden;
  font-size: 13px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.15rem;
  line-height: 1.5rem;
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  background-image: url(../img/bg-image01.png), url(../img/bg-image02.png), url(../img/bg-image03.png), url(../img/bg-image04.png), url(../img/bg-image05.png), url(../img/bg-image06.png), url(../img/bg-image07.png), url(../img/bg_body.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-position: 10% 3%, right top, -3% 500px, 98% 1100px, 5% 1600px, 97% 2100px, -8% 3200px, center;
  width: 100vw;
  height: 100vh;
  animation: bugfix infinite 1s;
  -webkit-animation: bugfix infinite 1s;
}

@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  cursor: pointer;
}

a:link, a:visited {
  color: #5e5756;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.dp_flex {
  display: flex;
}

.dp_block {
  display: block;
}

.dp_inlineBlock {
  display: inline-block;
}

.fl_wrap {
  display: flex;
  flex-wrap: wrap;
}

.fl_jtfStart {
  display: flex;
  justify-content: start;
}

.fl_jtfEnd {
  display: flex;
  justify-content: end;
}

.fl_jtfCenter {
  display: flex;
  justify-content: center;
}

.fl_jtfAround {
  display: flex;
  justify-content: space-around;
}

.fl_jtfBetween {
  display: flex;
  justify-content: space-between;
}

.fl_alignStart {
  align-items: start;
}

.fl_alignEnd {
  align-items: end;
}

.fl_alignCenter {
  align-items: center;
}

.fl_alignStretch {
  align-items: stretch;
}

.fl_rowReverse {
  flex-direction: row-reverse;
}

.fl_colReverse {
  flex-direction: column-reverse;
}

.wd_19-100p {
  width: 19%;
}

@media (max-width: 767px) {
  .wd_19-100p {
    width: 100%;
  }
}

.wd_30-100p {
  width: 30%;
}

@media (max-width: 767px) {
  .wd_30-100p {
    width: 100%;
  }
}

.wd_30-47-100p {
  width: 30%;
}

@media (max-width: 767px) {
  .wd_30-47-100p {
    width: 47%;
  }
}

@media (max-width: 575px) {
  .wd_30-47-100p {
    width: 100%;
  }
}

.wd_47-100p {
  width: 47%;
}

@media (max-width: 767px) {
  .wd_47-100p {
    width: 100%;
  }
}

.wd_60-100p {
  width: 60%;
}

@media (max-width: 767px) {
  .wd_60-100p {
    width: 100%;
  }
}

.wd_72-100p {
  width: 72%;
}

@media (max-width: 767px) {
  .wd_72-100p {
    width: 100%;
  }
}

.wd_95p {
  width: 95%;
}

.wd_100p {
  width: 100%;
}

.tx_size24px {
  font-size: 1.5rem;
}

.tx_size21px {
  font-size: 1.3125rem;
}

.tx_size20px {
  font-size: 1.25rem;
}

.tx_size18px {
  font-size: 1.125rem;
}

.tx_size17px {
  font-size: 1.0625rem;
}

.tx_size16px {
  font-size: 1rem;
}

.tx_size15px {
  font-size: 0.9375rem;
}

.tx_size14px {
  font-size: 0.875rem;
}

.tx_size13px {
  font-size: 0.8125rem;
}

.tx_size12px {
  font-size: 0.75rem;
}

.tx_size11px {
  font-size: 0.6875rem;
}

.tx_size10px {
  font-size: 0.625rem;
}

.tx_size9px {
  font-size: 0.5625rem;
}

.tx_size1rem {
  font-size: 1rem;
}

.tx_bold {
  font-weight: bold;
}

.tx_center {
  text-align: center;
}

.tx_right {
  text-align: right;
}

.tx_fc--white {
  color: #fff;
}

.tx_br::after {
  content: "\A";
  white-space: pre;
}

.ad_mt5 {
  margin-top: 5px;
}

.ad_mt10 {
  margin-top: 10px;
}

.ad_mt15 {
  margin-top: 15px;
}

.ad_mt20 {
  margin-top: 20px;
}

.ad_mt25 {
  margin-top: 25px;
}

.ad_mt30 {
  margin-top: 30px;
}

.ad_mt35 {
  margin-top: 35px;
}

.ad_mt40 {
  margin-top: 40px;
}

.ad_mt45 {
  margin-top: 45px;
}

.ad_mt50 {
  margin-top: 50px;
}

.ad_mt55 {
  margin-top: 55px;
}

.ad_mt60 {
  margin-top: 60px;
}

.ad_mt65 {
  margin-top: 65px;
}

.ad_mt70 {
  margin-top: 70px;
}

.ad_mt75 {
  margin-top: 75px;
}

.ad_mt80 {
  margin-top: 80px;
}

.ad_mt85 {
  margin-top: 85px;
}

.ad_mt90 {
  margin-top: 90px;
}

.ad_mt95 {
  margin-top: 95px;
}

.ad_mt100 {
  margin-top: 100px;
}

.ad_mt105 {
  margin-top: 105px;
}

.ad_mt110 {
  margin-top: 110px;
}

.ad_mt115 {
  margin-top: 115px;
}

.ad_mt120 {
  margin-top: 120px;
}

.ad_mt125 {
  margin-top: 125px;
}

.ad_mt130 {
  margin-top: 130px;
}

.ad_mt135 {
  margin-top: 135px;
}

.ad_mt140 {
  margin-top: 140px;
}

.ad_mt145 {
  margin-top: 145px;
}

.ad_mt150 {
  margin-top: 150px;
}

.ad_mt1rem {
  margin-top: 1rem;
}

.ad_mt2rem {
  margin-top: 2rem;
}

.ad_mt3rem {
  margin-top: 3rem;
}

.ad_mt4rem {
  margin-top: 4rem;
}

.ad_mt5rem {
  margin-top: 5rem;
}

.ad_mb5 {
  margin-bottom: 5px;
}

.ad_mb10 {
  margin-bottom: 10px;
}

.ad_mb15 {
  margin-bottom: 15px;
}

.ad_mb20 {
  margin-bottom: 20px;
}

.ad_mb25 {
  margin-bottom: 25px;
}

.ad_mb30 {
  margin-bottom: 30px;
}

.ad_mb35 {
  margin-bottom: 35px;
}

.ad_mb40 {
  margin-bottom: 40px;
}

.ad_mb45 {
  margin-bottom: 45px;
}

.ad_mb50 {
  margin-bottom: 50px;
}

.ad_mb55 {
  margin-bottom: 55px;
}

.ad_mb60 {
  margin-bottom: 60px;
}

.ad_mb65 {
  margin-bottom: 65px;
}

.ad_mb70 {
  margin-bottom: 70px;
}

.ad_mb75 {
  margin-bottom: 75px;
}

.ad_mb80 {
  margin-bottom: 80px;
}

.ad_mb85 {
  margin-bottom: 85px;
}

.ad_mb90 {
  margin-bottom: 90px;
}

.ad_mb95 {
  margin-bottom: 95px;
}

.ad_mb100 {
  margin-bottom: 100px;
}

.ad_p5 {
  padding: 5px;
}

.ad_p10 {
  padding: 10px;
}

.ad_p15 {
  padding: 15px;
}

.ad_p20 {
  padding: 20px;
}

.ad_p25 {
  padding: 25px;
}

.ad_p30 {
  padding: 30px;
}

.ad_p35 {
  padding: 35px;
}

.ad_p40 {
  padding: 40px;
}

.ad_p45 {
  padding: 45px;
}

.ad_p50 {
  padding: 50px;
}

.ad_pb5 {
  padding-bottom: 5px;
}

.ad_pb10 {
  padding-bottom: 10px;
}

.ad_pb15 {
  padding-bottom: 15px;
}

.ad_pb20 {
  padding-bottom: 20px;
}

.ad_pb25 {
  padding-bottom: 25px;
}

.ad_pb30 {
  padding-bottom: 30px;
}

.ad_pb35 {
  padding-bottom: 35px;
}

.ad_pb40 {
  padding-bottom: 40px;
}

.ad_pb45 {
  padding-bottom: 45px;
}

.ad_pb50 {
  padding-bottom: 50px;
}

.ad_ptb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.ad_ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ad_ptb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.ad_ptb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ad_ptb25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.ad_ptb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ad_ptb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.ad_ptb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ad_ptb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.ad_ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ad_ptb55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.ad_ptb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ad_ptb65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.ad_ptb70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ad_ptb75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.ad_ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ad_ptb85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.ad_ptb90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ad_ptb95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.ad_ptb100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ad_gap5 {
  gap: 5px;
}

.ad_gap10 {
  gap: 10px;
}

.ad_gap15 {
  gap: 15px;
}

.ad_gap20 {
  gap: 20px;
}

.ad_gap25 {
  gap: 25px;
}

.ad_gap30 {
  gap: 30px;
}

.ad_gap35 {
  gap: 35px;
}

.ad_gap40 {
  gap: 40px;
}

.ad_gap45 {
  gap: 45px;
}

.ad_gap50 {
  gap: 50px;
}

.ad_gap-v25 {
  gap: 25px 0;
}

.ad_mt05rem {
  margin-top: 0.5rem;
}

.ad_mt1rem {
  margin-top: 1rem;
}

.ad_mr03rem {
  margin-right: 0.3rem;
}

.ad_mlr05rem {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ad_mlr1rem {
  margin-left: 1rem;
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .lg_none {
    display: none;
  }
}

@media (max-width: 767px) {
  .md_none {
    display: none;
  }
}

@media (max-width: 767px) {
  .md_peNone {
    ointer-events: none;
  }
}

@media (max-width: 767px) {
  .md_center {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .md_txCenter {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .md_imgCircle {
    clip-path: circle();
  }
}

.am-fadein {
  animation-name: fadein;
  animation-duration: 1.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translatey(20px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}

.hp_clearBoth {
  clear: both;
}

.hp_blockCenter {
  margin-left: auto;
  margin-right: auto;
}

.hp_clipCircle {
  clip-path: circle();
}

.hp_imgZoom img {
  cursor: url("../img/plus_cursor.png"), pointer;
}

.hp-imgHover {
  background: #434034;
  overflow: hidden;
}

.hp-imgHover:hover img {
  opacity: 0.75;
  transform: scale(1.2);
}

.hp-imgHover img {
  transition: all 0.3s ease-out;
}

.hp_ratio17-15 img {
  object-fit: cover;
  aspect-ratio: 17/15;
  width: 100%;
}

.hp_boxShadow {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}

.hp_scroll {
  overflow: scroll;
}

#global-nav {
  max-width: 1000px;
}

.global-list {
  text-align: center;
  word-break: keep-all;
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  font-size: 1.1875rem;
  font-family: zen-old-mincho, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.global-list a::after {
  display: block;
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: normal;
}

.global-list li {
  height: 75px;
  min-width: 89px;
  padding-top: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 89px 75px;
}

.global-list li:hover {
  background-image: url(../img/bg_gnav.png);
  transition: .2s;
  mix-blend-mode: multiply;
}

.gloval-list__home a::after {
  content: 'home';
}

.gloval-list__prof a::after {
  content: 'profile';
}

.gloval-list__craft a::after {
  content: 'craft works';
}

.gloval-list__design a::after {
  content: 'design works';
}

.gloval-list__art a::after {
  content: 'art works';
}

.gloval-list__blog a::after {
  content: 'blog';
}

.gloval-list__contact a::after {
  content: 'contact';
}

#overlay-button {
  position: absolute;
  right: 2em;
  top: 2em;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
}

#overlay-button span {
  height: 2px;
  width: 32px;
  background-color: #5e5756;
  position: relative;
  display: block;
  transition: all .2s ease-in-out;
}

#overlay-button span:before {
  top: -10px;
  visibility: visible;
  height: 2px;
  width: 32px;
  background-color: #5e5756;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}

#overlay-button span:after {
  top: 10px;
  height: 2px;
  width: 32px;
  background-color: #5e5756;
  position: absolute;
  content: "";
  transition: all .2s ease-in-out;
}

#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #c8c8c8;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}

input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}

input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
}

input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: #56534ad2;
  z-index: 2;
  visibility: hidden;
  position: fixed;
}

#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
}

#overlay ul li {
  padding: 1.5rem;
}

#overlay ul li a {
  color: #fff;
  font-size: 1.3rem;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
}

#overlay ul li a:hover {
  color: #fff;
}

#wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  #wrap {
    width: 90%;
  }
}

.bl_logo {
  font-family: 'Averia Serif Libre', cursive;
  font-size: 42px;
  line-height: 1.0;
  letter-spacing: 0.4rem;
  background-image: url(../img/bg_logo.png);
  background-repeat: no-repeat;
  background-position: 290px 3px;
  background-size: 67px 39px;
}

.bl_logo span {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  white-space: pre;
  margin: 0 0 0 100px;
  line-height: 1.4;
  letter-spacing: 0.3rem;
  content: 'グラフィックデザイナー／靴製作家';
  font-size: clamp(0.625rem, calc(0.488rem + 0.6849vw), 0.9375rem);
}

.bl_logo__small {
  font-family: 'Averia Serif Libre', cursive;
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.0;
  letter-spacing: 0.3rem;
}

.bl_logo__small a::after {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-top: 1rem;
  line-height: 1.4;
  letter-spacing: 0.2rem;
  content: 'グラフィックデザイナー／靴製作家';
  font-size: clamp(0.375rem, calc(0.2654rem + 0.5479vw), 0.625rem);
  display: block;
}

#bl_hero {
  position: relative;
}

.bl_face img {
  aspect-ratio: 17/15;
  object-fit: cover;
  width: 100%;
}

.bl_face li {
  line-height: 2.2;
}

.el_pageTitle {
  font-size: 21px;
  font-weight: bold;
  font-family: zen-old-mincho, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.35rem;
}

.el_pageTitle__craft::before {
  content: url(../img/tit-img_craft.png);
  display: block;
  margin-bottom: 40px;
}

.el_pageTitle__design::before {
  content: url(../img/tit-img_design.png);
  display: block;
  margin-bottom: 40px;
}

.el_pageTitle__art::before {
  content: url(../img/tit-img_art.png);
  display: block;
  margin-bottom: 40px;
}

.el_pageTitle__ordinary::before {
  content: url(../img/tit-img_ordinary.png);
  display: block;
  margin-bottom: 40px;
}

.el_contentsTitle {
  font-size: 1.125rem;
  border-bottom: 1px #dede1a solid;
  padding-bottom: 0.7rem;
}

.el_postTitle {
  font-size: 1.3125rem;
  text-align: center;
  border-bottom: 1px #dede1a solid;
  padding-bottom: 1rem;
}

.el_supInfo {
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.el_supInfo::before {
  border-bottom: 1px #9a9a12 solid;
  content: "";
  width: 7px;
  margin-right: 0.5rem;
}

.el_sideTitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.el_sideTitle::before {
  border-bottom: 1px #9a9a12 solid;
  content: "";
  width: 10px;
  margin-right: 0.5rem;
}

.bl_info {
  background-color: rgba(236, 227, 217, 0.45);
  height: 400px;
  overflow: scroll;
}

.bl_info::-webkit-scrollbar {
  width: 6px;
  height: 0;
}

.bl_info::-webkit-scrollbar-track {
  box-shadow: 0 0 5px #c7c7c7 inset;
}

.bl_info::-webkit-scrollbar-thumb {
  background: #dede1a;
}

.el_btnMore {
  padding: 0.3rem 0.7rem;
  display: inline-block;
  background: transparent;
  border-bottom: #dede1a 2px solid;
  position: relative;
  z-index: 1;
  transition: .3s;
}

.el_btnMore::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #dede1a;
  mix-blend-mode: soft-light;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: transform ease .3s;
}

.el_btnMore:hover::before {
  transform-origin: bottom;
  transform: scaleY(1);
}

.el_storeBtn {
  text-align: center;
  position: absolute;
  right: 0;
  top: -20px;
  font-weight: bold;
  font-size: 0.875rem;
  padding-top: 65px;
  line-height: 1.2;
  background-color: #f7f4f1;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  outline: 1px #dcdcdc solid;
  background-image: url(../img/logo_store.png);
  background-repeat: no-repeat;
  background-position: 36px 15px;
  background-size: 40px;
}

.el_storeBtn:hover {
  background-color: #fff;
  transition: .3s;
}

.el_storeBtn__small {
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  padding-top: 50px;
  line-height: 1.2;
  background-color: #eae0d9;
  mix-blend-mode: multiply;
  width: 80px;
  height: 80px;
  clip-path: circle();
  background-image: url(../img/logo_store.png);
  background-size: 30px 31px;
  background-repeat: no-repeat;
  background-position: 26px 12px;
}

.bl_footer {
  margin-top: 100px;
}

.bl_footer_inner {
  position: relative;
  gap: 50px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .bl_footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
  }
}

.bl_footer nav {
  position: absolute;
  right: 0px;
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .bl_footer nav {
    text-align: center;
    position: static;
  }
}

.bl_footer ul li {
  display: inline;
  font-size: 0.875rem;
  margin-right: 1rem;
  line-height: 2.0;
}

@media (max-width: 767px) {
  .bl_footer ul {
    text-align: center;
  }
}

.bl_footer .bl_footer_sns {
  margin: 30px auto 0 auto;
  text-align: center;
}

.bl_footer .bl_footer_sns small {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
}

.el_Lnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.125rem;
  gap: 6rem;
}

@media (max-width: 767px) {
  .el_Lnav ul {
    flex-direction: column;
    gap: 1.5rem;
    text-align: center;
  }
}

.el_Lnav ul li {
  border-bottom: #dede1a 2px solid;
  padding-bottom: 0.5rem;
  letter-spacing: 0.3rem;
}

@media (max-width: 767px) {
  .el_Lnav ul li {
    border: none;
    background: rgba(222, 222, 26, 0.7);
    padding: 0.5rem;
  }
}

.btn_s-page {
  text-align: center;
  font-size: 14px;
  background-color: #e9e3d6;
  mix-blend-mode: multiply;
  padding: 0.7rem 1rem;
  display: inline-block;
}

.btn_s-page:hover {
  color: #fff;
  background-color: #a49d8e;
  outline: #7b7873 1px solid;
  transition: .3s;
}

.el_postArea img {
  margin: 40px 0;
  object-fit: cover;
  aspect-ratio: 25/16;
  width: 100%;
}
/*# sourceMappingURL=base.css.map */