* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.page {
  letter-spacing: -0.025em;
}
.page .en {
  font-family: "Baskerville" !important;
}
.page .jp,
.page .cn {
  font-family: "SimSun" !important;
}

.page .en .fontNormal {
  font-family: "Baskerville" !important;
}

.page .en.fontLight {
  font-family: "Baskerville-LIGHT" !important;
}

.page .en .fontItalic {
  font-family: "Baskerville-ITALIC" !important;
}

body {
  background: #fff;
}

.pr {
  position: relative;
}

.cursor {
  cursor: pointer;
}

.imgBox img {
  display: block;
  width: 100%;
}

.imgCover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dfcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dfclr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dfcl {
  display: flex;
  align-items: center;
}

.dfcr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.imgBox img {
  display: block;
  width: 100%;
}

.imgCover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dfcc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dfclr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dfcl {
  display: flex;
  align-items: center;
}

.dfcr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.container-full {
  width: 100%;
}

.container {
  width: 1280px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* Header */
.header {
  padding-top: 62px;
  margin-bottom: 35px;
  border-top: 40px solid #e5e7e7;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  width: 294px;
  height: 98px;
  font-weight: bold;
  font-size: 24px;
}

.header .headRight {
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.header .lang-switcher {
  margin-left: 30px;
  font-weight: bold;
  font-size: 27px;
  color: #000000;
  position: relative;
}

.header .lang-switcher .lang-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
}

.header .down {
  width: 16px;
  height: 11px;
  margin-left: 15px;
}

.header .nav {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #000000;
}

.header .nav .navItem {
  padding: 0 9px 9px;

  position: relative;
}

.header .nav .navItem::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #000000;
  position: absolute;
  top: 4px;
  right: 0;
}

.header .nav .navItem:last-child::after {
  display: none;
}

.header .nav .navItem.acti {
  border-bottom: 2px solid #db8d4e;
}

.header .nav .navItem:hover {
  border-bottom: 2px solid #db8d4e;
}

/* Back to Top Button */
.back-to-top {
  display: none;
  width: 58px;
  height: 58px;
  position: fixed;
  bottom: 650px;
  right: 140px;
  cursor: pointer;
}

.back-to-top.visible {
  display: block;
}

/* Footer */
.footer {
  padding: 80px 0 128px;
  background: #031018;
}

.footer .topMo {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
}

.footer .topMo .blogo {
  width: 268px;
}

.footer .topMo .nav {
  display: flex;
  align-items: center;
  font-size: 22px;
  color: #f8faf9;
}

.footer .topMo .nav .navItem {
  padding: 0 9px 9px;
  position: relative;
}

.footer .topMo .nav .navItem::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #f8faf9;
  position: absolute;
  top: 4px;
  right: 0;
}

.footer .topMo .nav .navItem:last-child::after {
  display: none;
}

.footer .bottomMo {
}
