/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Shin Maru Go Medium", sans-serif;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #000;
  overflow-x: hidden;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}

@media (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

img {
  max-width: 100%;
}

.hidden {
  visibility: hidden;
}

@media (hover: hover) {
  a {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
body {
  font-family: "A1 Gothic M", sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  overflow-x: hidden;
  background-color: #F6F1E6;
  color: #474747;
  font-size: 1.6rem;
  line-height: 1.85;
}
@media (min-width: 641px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
body.on {
  opacity: 1;
}

article, #access, #banner {
  background-color: #F6F1E6;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes circle-reveal {
  0% {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes circle-reveal {
  0% {
    opacity: 0;
    clip-path: circle(0% at 50% 50%);
  }
  100% {
    opacity: 1;
    clip-path: circle(100% at 50% 50%);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes circle-gradient-reveal {
  0% {
    mask-size: 0% 0%;
    -webkit-mask-size: 0% 0%;
    opacity: 0;
  }
  100% {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes circle-gradient-reveal {
  0% {
    mask-size: 0% 0%;
    -webkit-mask-size: 0% 0%;
    opacity: 0;
  }
  100% {
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2025-9-22 22:14:33
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation vibrate-1
 * ----------------------------------------
 */
@-webkit-keyframes cloud-float {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  25% {
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  75% {
    -webkit-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes cloud-float {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  25% {
    -webkit-transform: translate(-50%, 8px);
    transform: translate(-50%, 8px);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
  75% {
    -webkit-transform: translate(-50%, 6px);
    transform: translate(-50%, 6px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
#mv {
  text-align: center;
  position: relative;
  width: 100vw;
  height: 100svh;
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
}
#mv .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}
#mv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}
@media (orientation: portrait) {
  #mv .bg img {
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
#mv .title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mv .title > div {
  position: relative;
}
#mv .title > div::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 20vw;
  height: 14vw;
  background: url(../img/pre/enter.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: cloud-float 3.5s ease-in-out infinite both;
          animation: cloud-float 3.5s ease-in-out infinite both;
}
@media (min-width: 641px) {
  #mv .title > div::before {
    width: 108px;
    height: 73px;
  }
}
#mv .title h1 {
  opacity: 0;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#mv .title h1 img {
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
@media (max-width: 640px) {
  #mv .title h1 img {
    width: 43.076vw;
  }
}
#mv .title h2 {
  opacity: 0;
  -webkit-transition: opacity 1.8s ease;
  transition: opacity 1.8s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  color: #fff;
  font-family: "A1 Gothic B", sans-serif;
  font-size: 2.5rem;
  line-height: 180%;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding-bottom: 21px;
}
@media (min-width: 641px) {
  #mv .title h2 {
    font-size: 3.8rem;
    padding-bottom: 26px;
  }
}
#mv .title .logo h1 {
  margin-top: 29px;
  margin-left: -3px;
}
@media (max-width: 640px) {
  #mv .title .logo h1 {
    margin-top: 4.5vw;
    margin-left: -0.6vw;
  }
}
#mv .title .logo .akagi {
  position: relative;
}
#mv .title .logo .akagi img {
  -webkit-filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.25));
}
@media (max-width: 640px) {
  #mv .title .logo .akagi img {
    width: 43.076vw;
  }
}
#mv .title .logo .akagi img.active {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}
#mv .title .logo .akagi img:nth-of-type(1) {
  cursor: pointer;
  z-index: 2;
}
#mv .title .logo .akagi img:nth-of-type(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  z-index: 1;
}
#mv.show .bg {
  opacity: 1;
}
#mv.show .bg img {
  -webkit-mask-image: radial-gradient(circle, #000 100%, transparent 200%);
          mask-image: radial-gradient(circle, #000 100%, transparent 200%);
  -webkit-mask-size: 0% 0%;
          mask-size: 0% 0%;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-animation: circle-gradient-reveal 2.4s ease-out forwards;
          animation: circle-gradient-reveal 2.4s ease-out forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#mv.show h1, #mv.show h2 {
  opacity: 1;
}
#mv.show .akagi img {
  -webkit-animation: none !important;
          animation: none !important;
}
#mv.show .akagi img:nth-of-type(1) {
  opacity: 0;
}
#mv.show .akagi img:nth-of-type(2) {
  opacity: 1 !important;
}
#mv.show .title > div::before {
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

article + article {
  margin-top: 100px;
}
@media (min-width: 641px) {
  article + article {
    margin-top: 150px;
  }
}
article .content {
  max-width: 450px;
  width: 82.05vw;
  margin: 0 auto;
  padding: 40px 0 60px;
}
@media (min-width: 641px) {
  article .content {
    padding: 60px 0;
  }
}
article .content h3 {
  font-family: "A1 Gothic B", sans-serif;
  font-size: 1.8rem;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 641px) {
  article .content h3 {
    font-size: 2.4rem;
  }
}
article .content h3::before {
  content: "";
  display: block;
  background: url(../img/pre/icon_akagi.png) no-repeat;
  background-size: contain;
  width: 80px;
  height: 32px;
  margin-bottom: 8px;
}
@media (min-width: 641px) {
  article .content h3::before {
    width: 100px;
    height: 40px;
    margin-bottom: 17px;
  }
}
article .video {
  text-align: center;
  padding-bottom: 126px;
}
@media (min-width: 641px) {
  article .video {
    padding-bottom: 150px;
  }
}
article .video iframe {
  max-width: 800px;
  width: 89.74vw;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 8px;
}
@media (max-width: 992px) {
  article .video iframe {
    max-width: 550px;
  }
}

@-webkit-keyframes scroll-horizontal-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1168px);
            transform: translateX(-1168px);
  }
}

@keyframes scroll-horizontal-sp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-1168px);
            transform: translateX(-1168px);
  }
}
@-webkit-keyframes scroll-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2216px);
            transform: translateX(-2216px);
  }
}
@keyframes scroll-horizontal {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2216px);
            transform: translateX(-2216px);
  }
}
#slide {
  background-color: #fff;
  padding: 50px 0;
}
@media (min-width: 641px) {
  #slide {
    padding: 70px 0;
  }
}
#slide h2 {
  text-align: center;
  margin: -134px 0 20px;
}
@media (max-width: 640px) {
  #slide h2 {
    margin: -30vw 0 2vw;
  }
}
@media (max-width: 640px) {
  #slide h2 img {
    width: 81.538vw;
  }
}

#access {
  padding: 100px 0 60px;
}
@media (max-width: 992px) {
  #access {
    padding-top: 75px;
  }
}
@media (max-width: 640px) {
  #access {
    padding-top: 60px;
  }
}
#access > div {
  width: 89.74vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 641px) {
  #access > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#access > div p {
  font-size: 1.6rem;
  line-height: 1.8;
}
#access > div p.address {
  padding: 24px 0;
  border-bottom: 1px solid;
}
#access h2 {
  text-align: center;
  padding-bottom: 56px;
}
@media (max-width: 992px) {
  #access h2 {
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  #access h2 {
    padding-bottom: 26px;
  }
}
#access h2 img {
  width: 208px;
}
@media (min-width: 641px) {
  #access h2 img {
    width: initial;
  }
}
#access h4 {
  font-size: 2rem;
}
#access dl {
  font-size: 1.6rem;
}
@media (min-width: 641px) {
  #access dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#access dl dt span {
  border: 1.5px solid;
  border-radius: 4px;
  font-weight: normal;
  display: inline-block;
  padding: 4px;
  line-height: 1;
}
#access button a {
  display: inline-block;
  background-color: #E9A4A1;
  padding: 0 30px;
  margin-bottom: 26px;
  border-radius: 3em;
  color: #fff;
  line-height: 2.4;
}
#access iframe {
  max-width: 500px;
  width: 100%;
  height: auto;
  aspect-ratio: 600/450;
}

.sns {
  background-color: #fff;
  max-width: 390px;
  width: 89.74vw;
  border-radius: 8px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px;
  gap: 24px;
}
.sns a {
  font-size: 1.1rem;
}
@media (min-width: 641px) {
  .sns a {
    font-size: 1.5rem;
  }
}
.sns a span {
  text-decoration: none;
}
.sns a i {
  font-size: 3.8rem;
  display: block;
}
.sns a::after {
  display: none;
}

#banner {
  margin-top: 50px;
  margin-bottom: 80vh;
}
#banner .inner {
  max-width: 800px;
  width: 82.05vw;
  margin: 0 auto;
  padding: 70px 0;
}
#banner h2 {
  text-align: center;
  margin-bottom: 24px;
}
#banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 992px) {
  #banner ul {
    max-width: 390px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
#banner ul img {
  border-radius: 4px;
}

footer {
  font-family: "Noto Sans", "Noto Sans JP", sans-serif;
  color: #2E2E2E;
  font-weight: 400;
  letter-spacing: 0;
  background-color: #F7F6F6;
  border: 1px solid #F7F6F6;
  -webkit-font-smoothing: subpixel-antialiased;
  z-index: 1;
  position: relative;
}
footer dl {
  margin: 0;
}
footer dd {
  margin-left: 0;
}
footer a {
  color: #2E2E2E;
  text-decoration: none;
}
footer p {
  margin: 0;
}
footer .footer-inner {
  width: min(100% - 0px, 1280px);
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (min-width: 641px) {
  footer .footer-inner {
    width: min(100% - 44px, 1280px);
  }
}
@media (min-width: 992px) {
  footer .footer-inner {
    width: min(100% - 80px, 1280px);
  }
}
footer .footer-inner hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0.5px solid #D9D9D9;
}
footer .footer-link {
  width: 18em;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 641px) {
  footer .footer-link {
    width: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 992px) {
  footer .footer-link {
    width: 100%;
  }
}
footer .footer-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 641px) {
  footer .footer-link ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 32px;
  }
}
footer .footer-link a {
  display: block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 600;
}
@media (min-width: 641px) {
  footer .footer-link + hr {
    border-color: transparent;
    margin-top: 0;
  }
}
footer .footer-sns {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 641px) {
  footer .footer-sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  footer .footer-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 72px;
  }
}
footer .footer-sns .hb-facebook {
  color: rgb(53, 120, 229);
}
footer .footer-sns .hb-line {
  color: rgb(6, 199, 85);
}
footer .footer-sns dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}
footer .footer-sns dt {
  font-weight: 600;
}
@media (min-width: 992px) {
  footer .footer-sns dt {
    font-size: 13px;
  }
}
footer .footer-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
}
@media (min-width: 992px) {
  footer .footer-sns ul {
    padding-top: 0;
  }
}
footer .footer-sns ul img {
  width: 36px;
  padding: 0 2px;
}
@media (min-width: 641px) {
  footer .footer-sns ul img {
    padding: 0;
  }
}
@media (min-width: 992px) {
  footer .footer-sns ul img {
    width: 36px;
  }
}
footer .footer-sns ul .hb-twitter img {
  width: 31px;
}
footer .footer-sns span {
  display: none;
}
footer .footer-sns .hb-email {
  font-weight: 600;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 14px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  footer .footer-sns .hb-email {
    font-size: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
footer .footer-sns .hb-email:before {
  font-size: 40px;
}
@media (min-width: 641px) {
  footer .footer-sns .hb-email:before {
    font-size: 24px;
  }
}
footer .footer-copyright {
  width: min(100% - 32px, 1280px);
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  color: #767676;
}
@media (min-width: 641px) {
  footer .footer-copyright {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  footer .footer-copyright {
    grid-column: 1/-1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    width: 100%;
  }
}
footer .footer-copyright a {
  color: #767676;
}
footer .footer-copyright ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  footer .footer-copyright ul {
    margin-bottom: 0;
  }
}
footer .footer-copyright ul li {
  white-space: nowrap;
}
footer .footer-copyright ul li:not(:last-child):after {
  content: "|";
  position: relative;
  bottom: 1px;
  margin-left: 1em;
  margin-right: 1em;
}
footer .footer-copyright .footer-copyright-name {
  font-size: 10px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */