.heisei-nomal {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.heisei-bold {
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url(/wp-content/themes/yunige/assets/fonts/Futura.ttc);
}
@font-face {
  font-family: "futura-bold";
  src: url(/wp-content/themes/yunige/assets/fonts/FuturaPT/FuturaPT-Bold.otf);
}
.futura-nomal {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.futura-bold {
  font-family: "futura-bold", sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
body main {
  flex: 1;
}
body main .top-kv {
  background-size: cover;
  background-repeat: no-repeat;
  height: 32vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body main .top-kv .title {
  font-size: 3.6rem;
  line-height: 3.6rem;
  color: white;
  font-family: "futura-bold", sans-serif;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  position: relative;
  font-weight: bold;
}
body main .top-kv .title::after {
  content: '';
  width: 13.4rem;
  height: 0.1rem;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
body main .top-kv .sub-title {
  color: white;
  text-align: center;
  line-height: 3.6rem;
}
@media screen and (max-width: 640px) {
  body main .top-kv {
    padding: 25rem 0;
  }
  body main .top-kv .title {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-bottom: 2.2rem;
    margin-bottom: 2.6rem;
  }
  body main .top-kv .title::after {
    width: 8.2rem;
  }
  body main .top-kv .sub-title {
    font-size: 1.6rem;
  }
}
body main .line-title h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "futura-bold", sans-serif;
  color: var(--main-red);
  position: relative;
}
body main .line-title h2::after {
  content: '';
  width: 30vw;
  height: 0.1rem;
  position: absolute;
  right: calc(100% + 1.3rem);
  top: calc(50% - 0.5rem);
  background-color: var(--main-red);
}
body main .line-title .sub-title {
  margin-top: 0.4rem;
  font-size: 1.6rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 2rem;
}
body main .black-head h2 {
  color: #333333 !important;
  font-weight: bold;
  padding-top: 3rem !important;
  letter-spacing: 0.5rem;
}
body main .black-head h2::before {
  background-color: var(--main-red) !important;
}
body main .section-head {
  padding-top: 6rem;
  padding-bottom: 3.2rem;
}
body main .section-head h2,
body main .section-head .sub-title {
  text-align: center;
}
body main .section-head h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  color: var(--main-red);
  margin-bottom: 1.2rem;
  position: relative;
  padding-top: 1.6rem;
  font-family: "futura-bold", sans-serif;
}
body main .section-head h2::before {
  content: '';
  width: 5.3rem;
  height: 0.5rem;
  background-color: #3D302B;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
body main .section-head .sub-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
}
body main .section-head .big-title {
  font-size: 1.6rem;
}
body main .cta {
  padding: 6rem 0 8rem 0;
}
body main .cta__top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6rem;
}
body main .cta__top img:last-child {
  transform: rotateY(180deg);
}
body main .cta__top img {
  width: 2rem;
}
body main .cta__top span {
  padding: 0 2rem;
}
body main .cta__btn {
  background-color: var(--main-red);
  color: white;
  border-radius: 5rem;
  width: 29rem;
  font-size: 1.6rem;
  padding: 2rem 0;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 640px) {
  body main .line-title h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
  body main .line-title h2::after {
    width: 30vw;
    height: 0.3rem;
    right: calc(100% + 3.8rem);
    top: calc(50% - 0.15rem);
  }
  body main .line-title .sub-title {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 3.6rem;
  }
  body main .section-head {
    padding-top: 8rem;
    padding-bottom: 4.5rem;
  }
  body main .section-head h2 {
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: 1.2rem;
  }
  body main .section-head h2::before {
    width: 5.3rem;
    height: 0.5rem;
  }
  body main .section-head .sub-title {
    font-size: 1.4rem;
    line-height: 3.6rem;
  }
  body main .section-head .big-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-top: 3.4rem;
  }
  body main .section-head .large-tips {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-family: "heisei-kaku-gothic-std", sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 3rem;
    text-align: center;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .black-menu ul li a {
  color: #333333 !important;
}
header .black-menu .partner-btn {
  border: 1px solid #333333 !important;
}
header .black-menu .partner-btn .t {
  color: #333333 !important;
}
header .black-menu .partner-btn .flag {
  color: #333333 !important;
}
header .logo {
  background-color: var(--main-red);
  width: 20rem;
  height: 8rem;
  display: flex;
  align-items: center;
  color: white;
  border-bottom-right-radius: 5rem;
  padding-left: 2rem;
}
header .logo .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header .logo h1 {
  font-size: 2.9rem;
  font-weight: bold;
  line-height: 3.2rem;
  letter-spacing: 0.4rem;
}
header .logo .slogan {
  font-size: 0.7rem;
  letter-spacing: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header .logo .sub-title {
  font-size: 1.2rem;
  line-height: 2.2rem;
}
header .menu li a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
header .menu .active {
  position: relative;
}
header .menu .active::after {
  content: '';
  width: 100%;
  height: 0.2rem;
  background-color: var(--main-red);
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
header .menu-sp {
  padding-right: 2rem;
}
header .menu-sp img {
  width: 4rem;
}
aside {
  width: 80vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -80vw;
  z-index: 99;
  background-color: #f2e9e4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
aside .close-btn {
  position: absolute;
  right: 2rem;
  top: 2.2rem;
  width: 4rem;
}
aside .sp-menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 80vw;
  height: 100vh;
  z-index: -1;
  object-fit: cover;
}
aside .container {
  width: 16rem;
  margin: 0 auto;
}
aside .container h1 {
  font-size: 3rem;
  font-weight: bold;
}
aside .container .slogan {
  font-size: 0.7rem;
  line-height: 1rem;
  letter-spacing: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
aside .container .sub-title {
  font-size: 1.2rem;
  margin: 2rem 0 4rem 0;
  font-weight: bold;
}
aside .container ul {
  padding-bottom: 2rem;
}
aside .container ul li {
  font-size: 1.4rem;
  margin: 2rem 0;
}
aside .container ul li a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
aside .container .partner-btn {
  display: flex;
  border: 1px solid #333333;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 0.7rem 0;
}
aside .container .partner-btn .t {
  font-size: 1.4rem;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
aside .container .partner-btn .flag {
  width: 1.8rem;
  line-height: 0;
}
@media screen and (min-width: 640px) {
  header .logo {
    justify-content: center;
    width: 44rem;
    height: 14.4rem;
    gap: 2.5rem;
    border-bottom-right-radius: 10rem;
    padding-left: 0;
  }
  header .logo h1 {
    font-size: 4.2rem;
    line-height: 4rem;
    letter-spacing: 0.4rem;
  }
  header .logo .slogan {
    font-size: 1rem;
  }
  header .logo .sub-title {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
  header .menu {
    display: flex;
    align-items: center;
    padding-right: 7.5rem;
    color: white;
  }
  header .menu ul {
    display: flex;
    align-items: center;
    gap: 2.6rem;
  }
  header .menu ul li {
    font-size: 1.2rem;
  }
  header .menu ul li a {
    color: white;
    cursor: pointer;
  }
  header .menu .partner-btn {
    border: 1px solid white;
    width: 16rem;
    height: 5.4rem;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    margin-left: 2.6rem;
    cursor: pointer;
  }
  header .menu .partner-btn .t {
    color: white;
    font-weight: bold;
    text-align: center;
  }
  header .menu .partner-btn .t span {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  header .menu .partner-btn .flag {
    color: white;
    line-height: 0;
  }
}
footer {
  background-color: var(--main-red);
  color: white;
  padding: 3.6rem 0 2rem 0;
}
footer a {
  color: white;
}
footer .foot-head .logo h1,
footer .foot-head .logo div {
  text-align: center;
}
footer .foot-head .sub-title {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1.8rem;
}
footer .foot-head h1 {
  font-size: 2.7rem;
  line-height: 2.8rem;
  letter-spacing: 0.6rem;
  font-weight: bold;
}
footer .foot-head .slogan {
  font-size: 0.7rem;
  letter-spacing: 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
footer ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 2rem;
}
footer ul li {
  text-align: center;
}
footer .sp-footer-top-menu {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 639px) {
  footer .sp-footer-top-menu {
    margin-top: 3rem;
  }
}
footer .sp-footer-menu {
  gap: 1rem;
  margin: 1rem 0 4.5rem 0;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
footer .copyright {
  font-size: 1.2rem;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 640px) {
  footer {
    padding: 6rem 0 5.4rem 0;
  }
  footer .foot-head h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
  footer .foot-head .slogan {
    font-size: 1rem;
  }
  footer .foot-head .sub-title {
    margin-top: 2.7rem;
  }
  footer ul {
    font-size: 1.6rem;
    gap: 2.6rem;
    padding: 8rem 0 10rem 0;
  }
}
.more-btn {
  background-color: var(--main-red);
  color: white;
  margin: 6rem auto 0 auto;
  width: 29rem;
  height: 6.4rem;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem font-family: "heisei-kaku-gothic-std", sans-serif; font-weight: 700; font-style: normal;;
}
/* GTranslate Styling */
.gtranslate-container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.gtranslate-container select {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
}

/* Mobile specific styles */
.sp-only .gtranslate-container {
    margin: 15px 0;
    width: 100%;
    text-align: center;
}

.sp-only .gtranslate-container select {
    width: 80%;
    max-width: 200px;
}

/* Footer styles */
.footer-translate {
    text-align: center;
    margin: 20px 0;
}

.footer-translate select {
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
/*# sourceMappingURL=./common.css.map */