@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__inner {
  width: 99.375rem;
  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.__medium {
  width: 82.5rem;
}
@media screen and (max-width: 1199px) {
  .__inner.__medium {
    width: 99.375rem;
  }
}
@media screen and (max-width: 991px) {
  .__inner.__medium {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner.__medium {
    width: calc(100% - 40px);
  }
}

.__liststyle li {
  display: flex;
  align-items: flex-start;
  margin-top: 0.4em;
}
.__liststyle li:nth-of-type(1) {
  margin-top: 0;
}
.__liststyle li::before {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #2d588c;
  margin-right: 0.4em;
  margin-top: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__note li::before {
  content: "※";
  margin-right: 0.2em;
  margin-top: 0;
  width: auto;
  height: auto;
  background-color: initial;
}

.__en {
  font-family: "Cinzel", serif;
}

.__ttltxt.__style01 {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 {
    display: block;
  }
}
.__ttltxt.__style01 span.__en {
  color: #2d588c;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 11.25rem;
  letter-spacing: 0;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__en {
    font-size: 117px;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__en {
    font-size: min(18vw, 72px);
  }
}
.__ttltxt.__style01 span.__en .__txtAnimation {
  height: 0.9em;
}
.__ttltxt.__style01 span.__en .__txtAnimation .char {
  margin-left: -0.04em;
}
.__ttltxt.__style01 span.__en.__light {
  color: #fff;
}
.__ttltxt.__style01 span.__jp {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125em;
  margin-bottom: 3rem;
  margin-left: 2em;
}
@media screen and (max-width: 1599px) {
  .__ttltxt.__style01 span.__jp {
    font-size: 1em;
  }
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style01 span.__jp {
    margin-bottom: 31.2px;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style01 span.__jp {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.__ttltxt.__style01 span.__jp span.__mark::before {
  content: "";
  display: inline-block;
  width: 1em;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-circle4.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.6em;
}
.__ttltxt.__style01 span.__jp.__light span.__mark::before {
  background-image: url(../images/icon-circle4_light.png);
}
.__ttltxt.__style02 {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.__ttltxt.__style02 span.__en {
  font-size: 3rem;
  line-height: 1em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style02 span.__en {
    font-size: 31.2px;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style02 span.__en {
    font-size: 2em;
  }
}
.__ttltxt.__style02 span.__jp {
  display: block;
  font-family: "Shippori Mincho B1", serif;
}
.__ttltxt.__style03 {
  display: flex;
  align-items: flex-start;
}
.__ttltxt.__style03 span.__mark {
  flex-shrink: 0;
}
.__ttltxt.__style03 span.__mark::before {
  content: "";
  display: inline-block;
  width: 10rem;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-circle4_border_l.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style03 span.__mark::before {
    width: 128px;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 span.__mark::before {
    opacity: 0.8;
    width: min(32vw, 8em);
  }
}
.__ttltxt.__style03 span.__txt {
  margin-top: 1.6875rem;
  margin-left: -2em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style03 span.__txt {
    margin-top: 36px;
    margin-left: -4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 span.__txt {
    margin-top: min(10vw, 2.4em);
    padding-right: 1em;
  }
}
.__ttltxt.__style03 span.__txt span.__en {
  font-size: 1.125em;
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 span.__txt span.__en {
    font-size: 1em;
    letter-spacing: 0.12em;
  }
}
.__ttltxt.__style03 span.__txt span.__jp {
  display: block;
  color: #1f497d;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.75rem;
  line-height: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__ttltxt.__style03 span.__txt span.__jp {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  .__ttltxt.__style03 span.__txt span.__jp {
    font-size: min(6.9vw, 2em);
  }
}

a.__txtlink {
  color: #333;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.4s ease;
}
a.__txtlink:hover {
  opacity: 0.6;
}

.__linkbtn.__style01 {
  width: 15rem;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 {
    width: 160px;
  }
}
.__linkbtn.__style01 a {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: #333;
  background-color: #fff;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
  transition: all 0.48s ease;
}
.__linkbtn.__style01 a span.btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.__linkbtn.__style01 a span.btn-inner span.__txt {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.125em;
  white-space: nowrap;
  letter-spacing: 0;
  transition: all 0.48s ease;
}
@media screen and (max-width: 1599px) {
  .__linkbtn.__style01 a span.btn-inner span.__txt {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn.__style01 a span.btn-inner span.__txt {
    font-size: 0.95em;
  }
}
.__linkbtn.__style01 a span.btn-inner span.__arrow {
  display: block;
  width: 2em;
  margin: 0 auto;
  margin-top: 1.6em;
}
@media screen and (max-width: 1199px) {
  .__linkbtn.__style01 a span.btn-inner span.__arrow {
    margin-top: 1em;
  }
}
.__linkbtn.__style01 a span.btn-inner span.__arrow img {
  width: 100%;
  height: auto;
}
.__linkbtn.__style01 a:hover {
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.2);
  transform: translateY(-4px);
}
.__linkbtn.__style01 a:hover span.btn-inner span.__txt {
  letter-spacing: 0.1em;
}
.__linkbtn.__style01.__navy a {
  color: #fff;
  background-color: #35547b;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.3);
}
.__linkbtn.__style01.__navy a:hover {
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.4);
}
.__linkbtn.__style01.__lgray a {
  background-color: #edf1f5;
}
.__linkbtn.__style02 a {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1em;
  transition: all 0.48s ease;
}
.__linkbtn.__style02 a:hover {
  padding-right: 0;
  letter-spacing: 0.16em;
}
.__linkbtn.__style03 a, .__linkbtn.__style03 button {
  display: flex;
  align-items: center;
  font-family: "Shippori Mincho B1", serif;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 3em;
  padding-right: 2em;
  border: solid 1px #333;
  border-radius: 50vh;
  line-height: 1em;
  opacity: 1;
  transition: all 0.4s ease;
}
.__linkbtn.__style03 a img, .__linkbtn.__style03 button img {
  display: inline-block;
  width: 0.6em;
  height: auto;
  margin-left: 2em;
  margin-bottom: 0.1em;
}
.__linkbtn.__style03 a:hover, .__linkbtn.__style03 button:hover {
  opacity: 0.6;
}
.__linkbtn.__style03.__light a {
  border-color: #fff;
}

.anchor-point {
  position: absolute;
}

.__cate-label {
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-size: 0.8em;
  text-align: center;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1199px) {
  .__cate-label {
    font-size: 0.85em;
  }
}

.__texture-bgimg {
  position: absolute;
  z-index: -1;
  overflow: clip;
}
.__texture-bgimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .__texture-bgimg img {
    transform: translate(-50%, -50%) scale(1.25);
  }
}

.__content-style01 {
  position: relative;
  z-index: 2;
}
.__content-style01 .img-wrap {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 48.75rem;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
}
@media screen and (max-width: 1199px) {
  .__content-style01 .img-wrap {
    position: relative;
    width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .__content-style01 .img-wrap {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .img-wrap {
    width: 100%;
    max-width: 480px;
  }
}
.__content-style01 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style01 .txt-wrap {
  width: 57.1875rem;
  margin-left: auto;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap {
    width: 100%;
    margin-top: 3em;
  }
}
.__content-style01 .txt-wrap .sec-txt {
  width: 40.3125rem;
  margin-top: 1.6em;
  margin-left: auto;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-style01 .txt-wrap .sec-txt {
    width: 100%;
    margin-top: 1em;
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style01 .txt-wrap .sec-txt {
    margin-top: 3em;
    padding-bottom: 4em;
  }
}
.__content-style01 .txt-wrap .sec-txt p {
  line-height: 2em;
  letter-spacing: 0.2em;
}

.__content-style02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .img-wrap {
  position: relative;
  z-index: 2;
  width: 40.3125rem;
  padding-right: 1em;
  padding-bottom: 1em;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap {
    width: 75%;
    padding-bottom: 0;
    padding-top: 1em;
    padding-left: 3em;
  }
}
@media screen and (max-width: 991px) {
  .__content-style02 .img-wrap {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap {
    width: 100%;
    max-width: 545.25px;
    margin: 0 auto;
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-left: min(5.4vw, 3em);
  }
}
.__content-style02 .img-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #f2f3f5;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .img-wrap::before {
    bottom: initial;
    top: 0;
    width: calc(100% - 4em);
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap::before {
    width: calc(100% - 4em + 0.4em);
    height: calc(100% - 1em + 0.4em);
  }
}
.__content-style02 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
}
.__content-style02 .txt-wrap {
  width: 48.75rem;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .txt-wrap {
    width: 100%;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .txt-wrap {
    margin-top: 3em;
  }
}
.__content-style02 .txt-wrap .sec-ttl {
  margin-left: -5rem;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .txt-wrap .sec-ttl {
    margin-left: 0;
  }
}
.__content-style02 .txt-wrap .sec-txt {
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .__content-style02 .txt-wrap .sec-txt {
    width: 100%;
    margin-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .txt-wrap .sec-txt {
    margin-top: 1em;
  }
}
.__content-style02 .txt-wrap .sec-txt p {
  line-height: 2em;
  letter-spacing: 0.2em;
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
  padding: 0 1.875rem;
}
@media screen and (max-width: 1599px) {
  header .header-inner {
    height: 120px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    height: 90px;
    padding-left: 20px;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  header .header-inner {
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  header .header-inner {
    height: 60px;
    padding-left: 10px;
  }
}
header .header-inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  transition: 0.4s all ease;
}
header.__scroll .header-inner::before {
  opacity: 1;
}
header .__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.36s ease;
}
header .__overlay.__open {
  opacity: 1;
  visibility: visible;
}
header .header-logo {
  width: 320px;
}
@media screen and (max-width: 1599px) {
  header .header-logo {
    width: 272px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    width: min(60vw, 192px);
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  header .nav-btn-wrap {
    position: relative;
    z-index: 99;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: #35547b;
  }
}
@media screen and (max-width: 1199px) {
  header .nav-btn {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  header .nav-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40%;
    height: 1px;
    background-color: #fff;
    transition: all 0.36s ease;
  }
  header .nav-btn span:nth-of-type(1) {
    margin-top: -8px;
  }
  header .nav-btn span:nth-of-type(3) {
    margin-top: 8px;
  }
  header .nav-btn.__open span:nth-of-type(1) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(20deg);
  }
  header .nav-btn.__open span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-btn.__open span:nth-of-type(3) {
    margin-top: 0;
    transform: translate(-50%, -50%) rotate(-20deg);
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    background-color: #f2f3f5;
    width: 270px;
    height: 100vh;
    padding-top: 16lvh;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -270px;
    transition: all 0.48s ease;
  }
}
@media screen and (max-width: 767px) {
  header .header-menu {
    width: 230px;
    margin-right: -230px;
  }
}
header .header-menu .header-menu-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-menu .header-menu-inner {
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.48s ease, transform 0s ease 0.48s;
  }
}
@media screen and (max-width: 1199px) {
  header .header-menu.__open {
    margin-right: 0;
  }
  header .header-menu.__open .header-menu-inner {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.48s 0.36s ease;
  }
}
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;
  margin: 0 1.875rem;
  padding: 0.36em 0;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a {
    margin: 20px 0;
    padding-left: 40px;
  }
}
header .header-menu nav ul li a::before {
  content: "";
  display: block;
  background-color: #35547b;
  width: 4.8px;
  height: 4.8px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  margin-top: -6px;
  transition: transform 0.4s ease;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a::before {
    left: 0;
    transform: translateX(0) scale(0);
    margin-top: 1.2em;
    margin-left: 24px;
  }
}
header .header-menu nav ul li a span {
  text-align: center;
  display: block;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a span {
    text-align: start;
  }
}
header .header-menu nav ul li a span.__en {
  font-size: 1.25em;
}
header .header-menu nav ul li a span.__jp {
  font-size: 0.8em;
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a span.__jp {
    font-size: 0.75em;
  }
}
header .header-menu nav ul li a:hover::before {
  transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li a:hover::before {
    transform: translateX(0) scale(1);
  }
}
header .header-menu nav ul li:last-of-type a {
  margin-right: 0;
}
header .header-menu nav ul li.__current a::before {
  transform: translateX(-50%) scaleX(1);
}
@media screen and (max-width: 1199px) {
  header .header-menu nav ul li.__current a::before {
    transform: translateX(0) scale(1);
  }
}

/* footer
---------------------------------------------------- */
footer {
  color: #fff;
  background-color: #143b6a;
  padding: 8.75rem 0;
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 100px 0;
  }
}
@media screen and (max-width: 991px) {
  footer {
    padding: 120px 0;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 80px 0 40px;
  }
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner {
    display: block;
  }
}
footer .footer-inner .footer-left .footer-logo {
  width: 250px;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 225px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 237.5px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-logo {
    width: 200px;
  }
}
footer .footer-inner .footer-left .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-left .footer-info {
  margin-top: 1.6em;
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-left .footer-info {
    margin-top: 2em;
  }
}
footer .footer-inner .footer-left .footer-info p {
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-left .footer-info p {
    margin-top: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-left .footer-info p {
    font-size: 0.95em;
    line-height: 1.6em;
  }
}
footer .footer-inner .footer-left .footer-info p a {
  display: inline;
}
footer .footer-inner .footer-menu ul {
  display: flex;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul {
    justify-content: space-between;
    margin-top: 4em;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul {
    display: block;
    margin-top: 80px;
  }
}
footer .footer-inner .footer-menu ul li a {
  position: relative;
  margin: 0 1.875rem;
  padding: 0.36em 0;
  opacity: 1;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li a {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto;
  }
}
footer .footer-inner .footer-menu ul li a span {
  text-align: center;
  display: block;
}
footer .footer-inner .footer-menu ul li a span.__en {
  font-size: 1.25em;
}
footer .footer-inner .footer-menu ul li a span.__jp {
  font-size: 0.8em;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-menu ul li a span.__jp {
    font-size: 0.85em;
  }
}
footer .footer-inner .footer-menu ul li a:hover {
  opacity: 0.6;
}
footer .footer-inner .footer-menu ul li:last-of-type a {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-menu ul li:last-of-type a {
    margin-right: auto;
  }
}
footer .footer-inner .footer-menu ul li.__current a::before {
  transform: scaleX(1);
}
footer .copyright {
  text-align: center;
  margin-top: 8.75rem;
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    margin-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  footer .copyright {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 100px;
  }
}
footer .copyright p {
  font-size: 0.8em;
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
}
#pagetop a {
  width: 140px;
  height: 140px;
}
@media screen and (max-width: 1599px) {
  #pagetop a {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1199px) {
  #pagetop a {
    width: 90px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop a {
    width: 60px;
    height: 60px;
  }
}
#pagetop a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 4px 4px 40px rgba(136, 136, 136, 0.1);
  transition: all 0.4s ease;
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2em;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 1em;
  }
}
@media screen and (min-width: 992px) {
  #pagetop a:hover::before {
    transform: scale(1.1);
  }
}/*# sourceMappingURL=common.css.map */