@charset "UTF-8";
/*!
Theme Name: albert
Author: tk
Description: Description
Version: 1.0.0
Requires PHP: 5.6
Text Domain: albert
*/
@font-face {
  font-family: "Chillax Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Chillax Medium"), url("Chillax-Medium.woff") format("woff");
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 16px;
  line-height: 1.5;
  color: #343a40;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.l-header {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  position: relative;
  padding: 24px;
  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;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 12px 20px 12px 16px;
  }
}
.l-header__site-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.l-header__site-link {
  font-size: 1.8rem;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-header__site-link {
    font-size: 1.2rem;
  }
}
.l-header__site-desc {
  font-family: "dnp-shuei-gothic-gin-std", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", Osaka, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 0.75rem;
  font-weight: 300;
  color: #6c757d;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-header__site-desc {
    display: none;
  }
}
.l-header__gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 10px;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 767px) {
  .l-header__gnav {
    display: none;
  }
}
.l-header__gnav-list {
  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;
  margin: 0;
  padding: 0;
}
.l-header__gnav-item {
  position: relative;
  margin: 0 15px 10px;
  padding: 10px 5px 2px;
  list-style-type: none;
  line-height: 1;
}
.l-header__gnav-item-link {
  text-decoration: none;
}
.l-header__gnav-item-link > span {
  font-family: "Avenir Next", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}
.l-header__gnav-item-link > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.l-header__gnav-item-link:hover > span::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.l-header__ham {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__ham {
    display: block;
    z-index: 101;
  }
}
.l-header__ham-button {
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.l-header__ham-button > span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #173747;
  border-radius: 2px;
}
.l-header__ham-button > span:nth-of-type(1) {
  top: 10px;
}
.l-header__ham-button > span:nth-of-type(2) {
  top: 20px;
}
.l-header__ham-button.is-open > span {
  background-color: #fff;
}
.l-header__ham-button.is-open > span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
          transform: translateY(5px) rotate(-45deg);
}
.l-header__ham-button.is-open > span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
          transform: translateY(-5px) rotate(45deg);
}
.l-header__drawer {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #1a1a1a;
  z-index: 100;
  overflow: auto;
  padding-top: 60px;
}
.l-header__drawer-title {
  font-size: 1rem;
  color: #6c757d;
  padding: 20px 50px;
}
.l-header__drawer-list {
  margin: 0;
  padding: 0;
}
.l-header__drawer-item {
  list-style-type: none;
  padding: 6px 50px;
}
.l-header__drawer-item-link > span {
  font-family: "Avenir Next", Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  position: relative;
  color: #e9ecef;
  text-decoration: none;
}
.l-header__drawer-item-link > span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.3, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.3, 0, 0.2, 1);
}
.l-header__drawer-item-link:hover > span::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

/* Loader
------------------------ */
.loading {
  position: fixed;
  display: grid;
  place-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  inset: 0;
  width: 100dvw;
  height: 100dvh;
  background: #fff;
  z-index: 1000;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.loading__loader {
  width: 45px;
  aspect-ratio: 0.75;
  --c: no-repeat linear-gradient(#000 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  -webkit-animation: l7 1s infinite linear alternate;
          animation: l7 1s infinite linear alternate;
}
@-webkit-keyframes l7 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%;
  }
  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%;
  }
  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%;
  }
  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%;
  }
  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
}
@keyframes l7 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%;
  }
  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%;
  }
  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%;
  }
  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%;
  }
  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
}

.l-footer__pagetop {
  margin: 60px 0 10px;
}
.l-footer__pagetop-inner {
  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;
}
.l-footer__pagetop-inner > a {
  width: 30px;
  height: 22px;
}
.l-footer__site-info {
  padding: 20px;
}
.l-footer__copyright {
  text-align: center;
}
.l-footer__copyright > span {
  color: #6c757d;
  font-size: 0.65rem;
}

.l-main {
  display: grid;
  width: 100dvw;
  height: 100dvh;
  place-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

body {
  background-color: #7e95c1;
}

.l-main .logo {
  color: #e7ecf1;
  font-size: 12dvw;
  font-family: "Chillax", sans-serif;
  letter-spacing: 0.11em;
}/*# sourceMappingURL=style.css.map */