@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 80.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}
.__inner.__wide {
  width: min(100vw - 60px, 1920px);
}
@media screen and (max-width: 767px) {
  .__inner.__wide {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: baseline;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.4em;
  flex-shrink: 0;
}
.__liststyle.__order li::before {
  display: none;
}
.__liststyle.__order li span.__num {
  flex-shrink: 0;
  margin-right: 0.4em;
}
.__liststyle.__note li {
  font-weight: 400;
  font-size: 0.9em;
}
.__liststyle.__note li::before {
  content: "※";
}

.__ttlstyle01 span.__jp {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__jp {
    font-size: 1em;
  }
}
.__ttlstyle01 span.__jp::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  aspect-ratio: 1/2;
  margin-right: 0.2em;
  background-image: url(../images/shape-slash_red01.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.__ttlstyle01 span.__en {
  display: block;
  font-size: 5.75rem;
  line-height: 1.4em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01 span.__en {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01 span.__en {
    font-size: 40px;
  }
}
.__ttlstyle01.__large span.__en {
  font-size: 6.875rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01.__large span.__en {
    font-size: 72px;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__large span.__en {
    font-size: 48px;
  }
}
.__ttlstyle01.__small span.__en {
  font-size: 5rem;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle01.__small span.__en {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__small span.__en {
    font-size: min(7.2vw, 32px);
  }
}
.__ttlstyle01.__center {
  text-align: center;
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle01.__center {
    margin-top: 0;
  }
}

.__ttlstyle02 {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  border-bottom: solid 1px #dedede;
  padding-bottom: 0.6em;
  margin-bottom: 1.4em;
}
.__ttlstyle02 span {
  line-height: 1em;
}
.__ttlstyle02 span.__num {
  font-size: 4.5rem;
  margin-right: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__num {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__num {
    font-size: 24px;
  }
}
.__ttlstyle02 span.__txt {
  display: inline-block;
  font-weight: 700;
  font-size: 2.5rem;
  transform: translateY(-0.2em);
}
@media screen and (max-width: 1199px) {
  .__ttlstyle02 span.__txt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle02 span.__txt {
    font-size: 1.375em;
    transform: translateY(0);
  }
}

.__ttlstyle03 {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #dedede;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    font-size: 1.25em;
    padding-bottom: 0.4em;
  }
}
.__ttlstyle03::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  margin-bottom: 0.2em;
  aspect-ratio: 1/1;
  background-color: #a20b16;
  margin-right: 0.4em;
}

.__txt-marker {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  line-height: 2.4em;
  background: linear-gradient(transparent 0, #ff0000 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 100%;
  opacity: 0;
  transition: opacity 1.2s ease 0.2s, background-size 1.6s cubic-bezier(0.1, 0.8, 0.2, 1) 0.6s;
}
.__txt-marker.__red02 {
  background: linear-gradient(transparent 0, #a20b16 0);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0% 100%;
}
.__txt-marker .__spacer {
  display: inline-block;
  width: 0.6em;
}
@media screen and (max-width: 767px) {
  .__txt-marker .__spacer {
    display: none;
  }
}
.__txt-marker.__inview {
  opacity: 1;
  background-size: 100% 100%;
}

.__anchor-point {
  position: absolute;
}

a.__txtlink {
  color: #fff;
  display: inline;
  text-decoration: underline;
}

.__hover-style {
  transition: all 0.3s ease;
}
.__hover-style:hover {
  opacity: 0.6;
}

.__linkbtn a {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn a span.__txt {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__linkbtn a span.__txt {
    font-size: 1em;
  }
}
.__linkbtn a span.__arrow {
  position: relative;
  margin-left: 2em;
  width: 4.8em;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1199px) {
  .__linkbtn a span.__arrow {
    width: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn a span.__arrow {
    margin-left: 1em;
    width: 3.6em;
  }
}
.__linkbtn a span.__arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #ff0000;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.__linkbtn a span.__arrow i {
  color: #ff0000;
  font-size: 1.125em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.__linkbtn a:hover span.__arrow::before {
  transform: scale(1);
}

.__shape-slash-wrap {
  position: relative;
  overflow-x: clip;
}

.__shape-slash {
  mix-blend-mode: hard-light;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  aspect-ratio: 1/2;
  background-image: url(../images/shape-slash_red02.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .__shape-slash {
    transform: scaleX(75%);
  }
}

.__flowingText {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.__flowingText p {
  color: #222;
  font-size: max(4em, 6vw);
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 auto;
  will-change: transform;
  transform: translateZ(0);
}
.__flowingText p:nth-of-type(1) {
  animation: loop_01 60s -30s linear infinite;
}
.__flowingText p:nth-of-type(2) {
  animation: loop_02 60s linear infinite;
}
@keyframes loop_01 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loop_02 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

.__content-style01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .__content-style01 {
    display: block;
  }
}
.__content-style01 .txt-wrap {
  width: calc(100% - 37.5rem - 10rem);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap {
    width: 100%;
  }
}
.__content-style01 .txt-wrap .sec-txt {
  margin-top: 1em;
}
.__content-style01 .txt-wrap .sec-link {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .sec-link {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}
.__content-style01 .img-wrap {
  width: 37.5rem;
  aspect-ratio: 3/2;
  box-shadow: 1px 1px 8px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap {
    width: min(100%, 560px);
    margin: 0 auto;
    margin-top: 3em;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.4s cubic-bezier(0.1, 0.8, 0.2, 1) 0.4s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  pointer-events: none;
  position: fixed;
  z-index: 99;
  width: 100%;
}
header > * {
  pointer-events: auto;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 110px;
  padding: 0 30px;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 90px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 72px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 1199px) {
  header .__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(20, 20, 20, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: all 0.36s ease;
  }
  header .__overlay.__open {
    opacity: 1;
    visibility: visible;
  }
}
header .header-logo {
  width: 360px;
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 306px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 270px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(50vw, 234px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn {
    width: 24px;
    margin-right: 4px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.2s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(1) {
    margin-top: -7px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  header .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translateY(-50%) rotate(30deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translateY(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #222;
    box-shadow: 1px 1px 8px 8px rgba(0, 0, 0, 0.2);
    width: max(50vw, 300px);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.36s ease;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transition: all 0.36s ease;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    transform: translateX(0);
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transition: all 0.36s 0.3s ease;
  }
}
header .header-menu nav {
  margin-right: 1.875rem;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav {
    margin-right: 0;
  }
}
header .header-menu nav ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul {
    display: block;
  }
}
header .header-menu nav ul li a {
  position: relative;
  font-size: max(1em, 1.125rem);
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  margin: 0 1.875rem;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 0 0 30px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  height: 0.7em;
  margin-top: -0.6em;
  aspect-ratio: 1/2;
  background-image: url(../images/shape-slash_white.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    background-image: url(../images/shape-slash_red01.png);
    left: 0;
    transform: translateX(0);
  }
}
header .header-menu nav ul li.__current a::before {
  opacity: 1;
}
header .header-menu .header-tel {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  header .header-menu .header-tel {
    margin-top: 4em;
  }
}
header .header-menu .header-tel .num-txt {
  font-size: 1.645em;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  header .header-menu .header-tel .num-txt {
    font-size: 1.75em;
  }
}
header .header-menu .header-tel .num-txt a {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0;
  display: inline;
}
header .header-menu .header-tel .num-txt span.__icon {
  position: relative;
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ff0000;
  margin-bottom: -0.1em;
}
header .header-menu .header-tel .num-txt span.__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6em;
}
header .header-menu .header-tel .note-txt p {
  font-size: 0.8em;
}
header .header-menu .floating-contact {
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 30px;
}
@media screen and (max-width: 1599px) {
  header .header-menu .floating-contact {
    margin: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu .floating-contact {
    position: relative;
    margin: 20px 0 0;
  }
}
header .header-menu .floating-contact a {
  background-color: #ff0000;
  border: solid 1px #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu .floating-contact a {
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
header .header-menu .floating-contact a span.__icon {
  position: relative;
  display: block;
  width: 3em;
  aspect-ratio: 1/1;
  background-color: #fff;
}
@media screen and (max-width: 1199px) {
  header .header-menu .floating-contact a span.__icon {
    width: auto;
    height: 100%;
  }
}
header .header-menu .floating-contact a span.__icon i {
  color: #ff0000;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  transition: all 0.3s ease;
}
header .header-menu .floating-contact a span.__txt {
  font-size: 1.125em;
  writing-mode: vertical-rl;
  display: block;
  margin: 0 auto;
  padding: 0.8em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu .floating-contact a span.__txt {
    font-size: 0.9em;
    writing-mode: initial;
    margin: 0 0.6em;
    padding: 0.6em;
  }
}
header .header-menu .floating-contact a span.__txt .__dot {
  display: inline-block;
  transform: translateX(0.2em);
}
header .header-menu .floating-contact a:hover {
  background-color: #a20b16;
}
header .header-menu .floating-contact a:hover span.__icon i {
  transform: translate(-50%, -50%) scale(1);
}

/* sec-contact
---------------------------------------------------- */
.sec-contact {
  background-image: url(../images/contact-bgimg.jpg);
}
@media screen and (max-width: 767px) {
  .sec-contact {
    padding: 80px 0;
  }
}
.sec-contact::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.sec-contact .sec-ttl h2 {
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
.sec-contact .sec-content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content {
    display: block;
  }
}
.sec-contact .sec-content .content-wrap {
  width: 24em;
  height: 6em;
  box-shadow: 1px 1px 8px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .content-wrap {
    height: 5.2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap {
    width: min(100%, 24em);
    margin: 0 auto;
  }
}
.sec-contact .sec-content .content-wrap.__tel {
  border: solid 1px #fff;
}
.sec-contact .sec-content .content-wrap.__tel .num-txt {
  font-size: 2em;
  line-height: 1.2em;
}
@media screen and (max-width: 1199px) {
  .sec-contact .sec-content .content-wrap.__tel .num-txt {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap.__tel .num-txt {
    font-size: 1.5em;
  }
}
.sec-contact .sec-content .content-wrap.__tel .num-txt a {
  font-size: 1em;
  line-height: 1em;
  letter-spacing: 0;
  display: inline;
}
.sec-contact .sec-content .content-wrap.__tel .num-txt span.__icon {
  position: relative;
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #ff0000;
  margin-bottom: -0.1em;
}
.sec-contact .sec-content .content-wrap.__tel .num-txt span.__icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.6em;
}
.sec-contact .sec-content .content-wrap.__tel .note-txt p {
  text-align: center;
  font-size: 0.8em;
}
.sec-contact .sec-content .content-wrap.__mail {
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap.__mail {
    margin-left: auto;
    margin-top: 1em;
  }
}
.sec-contact .sec-content .content-wrap.__mail a {
  background-color: #ff0000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.sec-contact .sec-content .content-wrap.__mail a span.__txt {
  font-size: 1.125em;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap.__mail a span.__txt {
    font-size: 1em;
  }
}
.sec-contact .sec-content .content-wrap.__mail a span.__icon {
  position: relative;
  display: block;
  width: 4em;
  margin-right: 1em;
  aspect-ratio: 1/1;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap.__mail a span.__icon {
    width: 3em;
  }
}
.sec-contact .sec-content .content-wrap.__mail a span.__icon i {
  color: #ff0000;
  font-size: 1.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.85);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .sec-contact .sec-content .content-wrap.__mail a span.__icon i {
    font-size: 1.5em;
  }
}
.sec-contact .sec-content .content-wrap.__mail a:hover {
  background-color: #a20b16;
}
.sec-contact .sec-content .content-wrap.__mail a:hover span.__icon i {
  transform: translate(-50%, -50%) scale(1);
}

/* footer
---------------------------------------------------- */
.__shape-slash-wrap.__footer {
  overflow: clip;
  padding-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .__shape-slash-wrap.__footer {
    padding-bottom: 0;
  }
}
.__shape-slash-wrap.__footer .__shape-slash {
  right: 0;
  height: 200%;
}
@media screen and (max-width: 767px) {
  .__shape-slash-wrap.__footer .__shape-slash {
    margin-right: -270px;
  }
}
.__shape-slash-wrap.__footer .__flowingText {
  position: absolute;
  z-index: 2;
  bottom: 0;
  margin-bottom: min(-0.6em, -1vw);
}

footer {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 100px 0 !important;
  }
}
footer .footer-inner {
  position: relative;
}
footer .footer-inner .footer-logo {
  width: 320px;
}
@media screen and (max-width: 1599px) {
  footer .footer-inner .footer-logo {
    width: 288px;
  }
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .footer-logo {
    width: 272px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo {
    width: min(60vw, 208px);
  }
}
footer .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .flex-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .flex-wrap {
    display: block;
  }
}
footer .footer-inner .flex-wrap .footer-info p a {
  display: inline-block;
}
footer .footer-inner .flex-wrap .footer-info p a i {
  color: #ff0000;
  margin-left: 0.2em;
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .flex-wrap .footer-menu {
    margin-top: 4em;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .flex-wrap .footer-menu ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-menu ul {
    display: block;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul li a {
  margin: 0 1em;
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .flex-wrap .footer-menu ul li a {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .flex-wrap .footer-menu ul li a {
    margin-top: 1em;
  }
}
footer .footer-inner .flex-wrap .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
footer .footer-inner .copyright {
  margin-top: 3em;
  padding-top: 2em;
  border-top: solid 1px #dedede;
}
@media screen and (max-width: 1359px) {
  footer .footer-inner .copyright {
    margin-top: 5em;
    padding-top: 1em;
  }
}
footer .footer-inner .copyright p {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .copyright p {
    font-size: 10px;
  }
}
footer .footer-inner #pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
footer .footer-inner #pagetop a {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner #pagetop a {
    font-size: 0.85em;
  }
}
footer .footer-inner #pagetop a i {
  margin-left: 0.4em;
}/*# sourceMappingURL=common.css.map */