@charset "UTF-8";
.main .lead .text::before, .main .section .note::before, .main .overview .text .list dd::before, .main .popup .text::before, .main .popup .list .date::before, .main .information .text p::before, .main .information .text .list::before, .main .information .text--02 p::before, .main .about .inner .text p::before, .main .lead .text::after, .main .section .note::after, .main .overview .text .list dd::after, .main .popup .text::after, .main .popup .list .date::after, .main .information .text p::after, .main .information .text .list::after, .main .information .text--02 p::after, .main .about .inner .text p::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .lead .text::before, .main .section .note::before, .main .overview .text .list dd::before, .main .popup .text::before, .main .popup .list .date::before, .main .information .text p::before, .main .information .text .list::before, .main .information .text--02 p::before, .main .about .inner .text p::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .lead .text::after, .main .section .note::after, .main .overview .text .list dd::after, .main .popup .text::after, .main .popup .list .date::after, .main .information .text p::after, .main .information .text .list::after, .main .information .text--02 p::after, .main .about .inner .text p::after {
  margin-top: calc((1em - 1lh) / 2);
}

.gHeader .gNav .btn--menu, .gHeader .gNav .navigation .btn--close, .gFooter .pagetop {
  border: none;
  padding: 0;
  background: transparent;
  border-radius: 0;
  color: inherit;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov, .gHeader .gNav .navigation .list a, .main .overview .bnr, .main .popup .list a, .gFooter .link .link--01, .gFooter .link .link--02, .gFooter .link .link--03, .gFooter .pagetop {
    transition: opacity 0.4s;
  }
  .hov:hover, .gHeader .gNav .navigation .list a:hover, .main .overview .bnr:hover, .main .popup .list a:hover, .gFooter .link .link--01:hover, .gFooter .link .link--02:hover, .gFooter .link .link--03:hover, .gFooter .pagetop:hover {
    opacity: 0.8;
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

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

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

select::-ms-expand {
  display: none;
}

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  :root {
    font-size: 10vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 26.6666666667vw;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 0.66rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scrollbar-gutter: stable;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.18rem;
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.13rem;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.wrap {
  max-width: 7rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.2rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeIn {
    opacity: 0;
    transition: 2s;
    transition-property: opacity;
  }
  .fadeIn.scrollIn {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .fadeUp, .main .section .bg {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 2s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn, .main .section .scrollIn.bg {
    opacity: 1;
    translate: 0 0 0;
  }
}

@-webkit-keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.gHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.12rem 0 0.2rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: white;
}
@media screen and (max-width: 750px) {
  .gHeader {
    height: 0.56rem;
    padding: 0 0.08rem 0 0.14rem;
  }
}
.gHeader .logo {
  width: 1.39rem;
}
.gHeader .gNav .btn--menu {
  width: 0.36rem;
}
.gHeader .gNav .btn--menu img {
  width: 100%;
}
.gHeader .gNav .navigation {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  background: rgba(0, 29, 49, 0.8);
  display: none;
}
.gHeader .gNav .navigation .inner {
  box-sizing: border-box;
  width: 3.48rem;
  height: 100vh;
  padding: 0.6rem 0 0 0.28rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #385eaa;
  color: #fff;
  translate: 100% 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .inner {
    padding: 0.5rem 0 0 0.28rem;
  }
}
.gHeader .gNav .navigation.active {
  display: block;
  -webkit-animation: showNav 0.4s both;
          animation: showNav 0.4s both;
}
@-webkit-keyframes showNav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showNav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gHeader .gNav .navigation.active .inner {
  -webkit-animation: showNavInner 0.4s 0.4s both;
          animation: showNavInner 0.4s 0.4s both;
}
@-webkit-keyframes showNavInner {
  from {
    translate: 100% 0 0;
  }
  to {
    translate: 0 0 0;
  }
}
@keyframes showNavInner {
  from {
    translate: 100% 0 0;
  }
  to {
    translate: 0 0 0;
  }
}
.gHeader .gNav .navigation.toHide {
  display: block;
  -webkit-animation: hideNav 0.4s 0.4s both;
          animation: hideNav 0.4s 0.4s both;
}
@-webkit-keyframes hideNav {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hideNav {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.gHeader .gNav .navigation.toHide .inner {
  -webkit-animation: hideNavInner 0.4s both;
          animation: hideNavInner 0.4s both;
}
@-webkit-keyframes hideNavInner {
  from {
    translate: 0 0 0;
  }
  to {
    translate: 100% 0 0;
  }
}
@keyframes hideNavInner {
  from {
    translate: 0 0 0;
  }
  to {
    translate: 100% 0 0;
  }
}
.gHeader .gNav .navigation .btn--close {
  width: 0.36rem;
  position: absolute;
  top: 0.12rem;
  right: 0.12rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .btn--close {
    top: 0.1rem;
    right: 0.08rem;
  }
}
.gHeader .gNav .navigation .btn--close img {
  width: 100%;
}
.gHeader .gNav .navigation .list {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
  font-weight: 700;
  line-height: 1;
}
.gHeader .gNav .navigation .list .en {
  display: block;
  font-size: 0.29rem;
}
.gHeader .gNav .navigation .list .ja {
  display: block;
  margin: 0.07rem 0 0;
  font-size: 0.12rem;
}
.gHeader .gNav .navigation .js-translation {
  width: 1.5rem;
  margin: 0.42rem 0 0;
  height: 0.34rem;
  border: none;
  padding: 0 0 0 0.36rem;
  background-color: transparent;
  background-image: url(../imgs/ico-globe.svg), url(../imgs/arw03.svg);
  background-position: 0.1rem 50%, calc(100% - 0.16rem) 50%;
  background-size: 0.17rem auto, 0.11rem auto;
  background-repeat: no-repeat;
  border-radius: 0.17rem;
  box-shadow: inset 0 0 0 0.02rem #fff;
  outline: none;
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .js-translation {
    margin: 0.52rem 0 0;
  }
}
.gHeader .gNav .navigation .js-translation option {
  background: #385eaa;
}

.main {
  padding: 0.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .main {
    padding: 0.56rem 0 0;
  }
}
.main .hero {
  opacity: 0;
  background: url(../imgs/mv_bg.webp) 50% 50%/cover no-repeat;
}
/* @media screen and (max-width: 750px) {
  .main .hero {
    background-image: url(../imgs/mv-bg_sp@2x.webp);
  }
} */
 @media screen and (max-width: 750px) {
  .main .hero {
    background-image: none;
  }
}
.main .hero figure {
  display: grid;
  width: 10rem;
  height: 4.34rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .main .hero figure {
    width: auto;
    height: auto;
  }
}
.main .hero figure .image {
  grid-area: 1/1;
  align-self: flex-end;
  justify-self: flex-start;
  width: 5.11rem;
  margin: 0 0 0 0.03rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .main .hero figure .image {
    /* width: 1.94rem; */
    width: 100%;
    margin: 0;
  }
}
.main .hero figure .ttl {
  grid-area: 1/1;
  justify-self: flex-end;
  width: 4.5rem;
  margin: 1.22rem 0.4rem 0 0;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .main .hero figure .ttl {
    width: 1.94rem;
    margin: 0.61rem 0.04rem 0 0;
  }
}
.main .hero.active {
  -webkit-animation: fadein 0.4s both;
          animation: fadein 0.4s both;
}
.main .hero.active figure .image {
  -webkit-animation: fadein 1.2s 0.4s both;
          animation: fadein 1.2s 0.4s both;
}
.main .hero.active figure .ttl {
  -webkit-animation: fadein 1.2s 1.6s both;
          animation: fadein 1.2s 1.6s both;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main .lead {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .lead {
    margin: 0.64rem 0 0;
  }
}
.main .lead .wrap {
  max-width: 7.4rem;
}
.main .lead .text {
  font-weight: 800;
  text-align: center;
}
.main .lead .text--01 {
  font-size: 0.22rem;
  line-height: 0.42rem;
}
@media screen and (max-width: 750px) {
  .main .lead .text--01 {
    font-size: 0.18rem;
    line-height: 0.34rem;
  }
}
.main .lead .text--02 {
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .lead .text--02 {
    padding: 0.32rem 0 0;
    font-size: 0.15rem;
    line-height: 0.29rem;
  }
}
.main .section {
  position: relative;
}
.main .section .bg {
  position: absolute;
  z-index: -1;
  background: 0 0/contain no-repeat;
}
.main .section .ttl {
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: -webkit-clip-path 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: clip-path 2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.main .section .ttl.scrollIn {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.main .section .ttl img {
  width: 100%;
}
.main .section .note {
  font-size: 0.12rem;
  line-height: 0.22rem;
}
@media screen and (max-width: 750px) {
  .main .section .note {
    font-size: 0.11rem;
    line-height: 0.2rem;
  }
}
.main .overview {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .overview {
    margin: 0.64rem 0 0;
  }
}
.main .overview .bg {
  width: 6.33rem;
  aspect-ratio: 633/630;
  top: -1.32rem;
  left: calc(50% + 2.64rem);
  background-image: url(../imgs/bg01.svg);
}
@media screen and (max-width: 750px) {
  .main .overview .bg {
    width: 2.53rem;
    top: -0.4rem;
    left: calc(50% + 1.08rem);
  }
}
.main .overview .ttl {
  width: 2.92rem;
}
@media screen and (max-width: 750px) {
  .main .overview .ttl {
    width: 2.04rem;
  }
}
.main .overview .text {
  transition-delay: 1s;
}
.main .overview .text .list {
  text-align: center;
}
.main .overview .text .list dt {
  margin: 0.5rem 0 0;
  font-size: 0.24rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .overview .text .list dt {
    margin: 0.38rem 0 0;
    font-size: 0.19rem;
  }
  .main .overview .text .list dt:first-child {
    margin: 0.28rem 0 0;
  }
}
.main .overview .text .list dd {
  padding: 0.18rem 0 0;
  font-weight: 600;
  line-height: 0.28rem;
}
@media screen and (max-width: 750px) {
  .main .overview .text .list dd {
    padding: 0.12rem 0 0;
    font-weight: 500;
    line-height: 0.2rem;
  }
}
.main .overview .text iframe {
  width: 100%;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 750px) {
  .main .overview .text iframe {
    margin: 0.3rem auto 0 auto;
  }
}
.main .overview .text .caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.44rem auto 0;
  font-size: 0.12rem;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .overview .text .caution {
    width: auto;
    margin: 0.42rem 0 0;
    font-family: 0.11rem;
    line-height: 1.5454545455;
    white-space: normal;
  }
}
.main .overview .text .caution .legend {
  font-size: 0.14rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .overview .text .caution .legend {
    font-size: 0.13rem;
  }
}
.main .overview .text .caution ul {
  margin: 0.07rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .overview .text .caution ul {
    margin: 0.06rem 0 0;
  }
}
.main .overview .text .caution .append {
  margin: 0.09rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .overview .text .caution .append {
    margin: 0.08rem 0 0;
  }
}
.main .overview .text .note {
  padding: 0.47rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .overview .text .note {
    padding: 0.48rem 0 0;
  }
}
.main .overview .text .note a {
  color: #2875cf;
  font-weight: 700;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .overview .text .note a:hover {
    text-decoration: underline;
  }
}
.main .overview .bnr {
  display: block;
  width: 5.48rem;
  margin: 0.24rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .overview .bnr {
    width: auto;
    margin: 0.2rem 0 0;
  }
  .main .overview .bnr img {
    width: 100%;
  }
}
.main .popup {
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .popup {
    margin: 0.64rem 0 0;
  }
}
.main .popup .ttl {
  width: 4.6rem;
}
@media screen and (max-width: 750px) {
  .main .popup .ttl {
    width: 3.2rem;
  }
}
.main .popup .text {
  padding: 0.5rem 0 0;
  font-weight: 800;
  text-align: center;
  transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  .main .popup .text {
    padding: 0.28rem 0 0;
    font-size: 0.16rem;
  }
}
.main .popup .list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  gap: 0.3rem;
  margin: 0.45rem 0 0;
  transition-delay: 1s;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .main .popup .list {
    flex-direction: column;
    gap: 0.18rem;
    margin: 0.22rem 0 0;
  }
}
.main .popup .list li {
  width: 3.35rem;
}
@media screen and (max-width: 750px) {
  .main .popup .list li {
    width: auto;
  }
  .main .popup .list li img {
    width: 100%;
  }
}
.main .popup .list a {
  display: block;
}
.main .popup .list .name {
  padding: 0.08rem 0 0.05rem 0;
  font-size: 0.17rem;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .main .popup .list .name {
    padding: 0;
    font-size: 0.16rem;
    margin: 0.1rem 0;
  }
}
.main .popup .list .date {
  padding: 0.06rem 0 0;
  font-size: 0.15rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.1rem 0;
}
@media screen and (max-width: 750px) {
  .main .popup .list .date {
    padding: 0;
    font-size: 0.14rem;
  }
}
.main .information {
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .information {
    margin: 0.64rem 0 0;
  }
}
.main .information .bg {
  width: 6.11rem;
  aspect-ratio: 611/599;
  top: 4.58rem;
  right: calc(50% + 3.67rem);
  background-image: url(../imgs/bg02.svg);
}
@media screen and (max-width: 750px) {
  .main .information .bg {
    width: 2.44rem;
    top: 0.2rem;
    right: calc(50% + 1.35rem);
  }
}
.main .information .ttl {
  width: 4.05rem;
}
@media screen and (max-width: 750px) {
  .main .information .ttl {
    width: 2.84rem;
  }
}
.main .information .text {
  transition-delay: 1s;
}
.main .information .text .category {
  width: 1.94rem;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .main .information .text .category {
    width: 1.36rem;
    margin: 0.28rem auto 0;
  }
}
.main .information .text p {
  padding: 0.4rem 0 0;
  font-size: 0.24rem;
  font-weight: 800;
  line-height: 0.4rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .information .text p {
    padding: 0.22rem 0 0;
    font-size: 0.17rem;
    line-height: 0.28rem;
  }
}
.main .information .text .list {
  padding: 0.32rem 0 0;
  font-size: 0.16rem;
  font-weight: 600;
  line-height: 0.28rem;
}
@media screen and (max-width: 750px) {
  .main .information .text .list {
    padding: 0.3rem 0 0;
    font-size: 0.13rem;
    line-height: 0.23rem;
  }
}
.main .information .text .list dt {
  float: left;
}
.main .information .text .list dt::after {
  content: "：";
}
.main .information .text .list::after {
  clear: both;
}
.main .information .text .note {
  padding: 0.24rem 0 0;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .main .information .text .note {
    padding: 0.18rem 0 0;
  }
}
.main .information .image {
  width: 4.88rem;
  margin: 0.48rem auto 0;
  transition-delay: 1s;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .information .image {
    width: 3.16rem;
    margin: 0.22rem auto 0;
  }
  .main .information .image img {
    width: 100%;
  }
}
.main .information .image2 {
  width: 6.88rem;
  margin: 0.48rem auto 0;
  transition-delay: 1s;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .information .image2 {
    width: 3.16rem;
    margin: 0.22rem auto 0;
  }
  .main .information .image2 img {
    width: 100%;
  }
}
.main .information .text--02 p {
  padding: 0.53rem 0 0;
  font-size: 0.18rem;
  line-height: 0.35rem;
}
@media screen and (max-width: 750px) {
  .main .information .text--02 p {
    padding: 0.26rem 0 0;
    font-size: 0.15rem;
    line-height: 0.29rem;
  }
}
.main .about {
  margin: 1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .about {
    margin: 0.64rem 0 0;
  }
}
.main .about .ttl {
  width: 3.34rem;
}
@media screen and (max-width: 750px) {
  .main .about .ttl {
    width: 2.1rem;
  }
}
.main .about .inner {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .about .inner {
    display: block;
    margin: 0.3rem 0 0;
  }
}
.main .about .inner .image {
  width: 3.12rem;
  transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  .main .about .inner .image {
    width: auto;
  }
  .main .about .inner .image img {
    width: 100%;
  }
}
.main .about .inner .text {
  display: flex;
  flex-direction: column;
  width: 3.3rem;
  transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  .main .about .inner .text {
    display: block;
    width: auto;
    margin: 0.3rem 0 0;
  }
}
.main .about .inner .text .catch {
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .about .inner .text .catch {
    font-size: 0.18rem;
  }
}
.main .about .inner .text p {
  padding: 0.2rem 0 0;
  font-size: 0.13rem;
  letter-spacing: -0.02em;
  line-height: 0.28rem;
}
.main .about .inner .text .link {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  margin: auto 0 0;
}
@media screen and (max-width: 750px) {
  .main .about .inner .text .link {
    margin: 0.24rem 0 0;
  }
}
.main .about .inner .text .link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0.02rem solid #385eaa;
  padding: 0.16rem 0.16rem 0.16rem 0.2rem;
  color: #385eaa;
}
.main .about .inner .text .link a .text {
  width: auto;
  font-size: 0.17rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .about .inner .text .link a .text {
    margin: 0;
  }
}
.main .about .inner .text .link a .text .small {
  margin: -0.02rem 0 0.08rem;
  font-size: 0.12rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .main .about .inner .text .link a .text .small {
    font-size: 0.13rem;
  }
}
.main .about .inner .text .link a .arw {
  width: 0.07rem;
  font-size: 1px;
}
.main .about .inner .text .link a .arw rect {
  fill: currentColor;
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .about .inner .text .link a {
    position: relative;
    overflow: hidden;
  }
  .main .about .inner .text .link a::before {
    content: "";
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    z-index: -1;
    background: #385eaa;
    transform: skewX(-25deg);
    translate: -100% 0 0;
    transition: translate 0.4s;
  }
  .main .about .inner .text .link a .text {
    transition: color 0.4s;
  }
  .main .about .inner .text .link a:hover {
    color: #fff;
  }
  .main .about .inner .text .link a:hover::before {
    translate: 0 0 0;
  }
}
.main .sns {
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .sns {
    margin: 0.64rem 0 0;
  }
}
.main .sns #twitterCol {
  margin: 40px auto 0 auto;
  text-align: center;
  transition-delay: 1s;
}
.main .sns #twitterCol .account .icon {
  width: 200px;
  display: block;
  margin: 0 auto;
}
.main .sns #twitterCol .account p {
  display: block;
  margin: 4vw auto 0;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 750px) {
  .main .sns #twitterCol .account p {
    font-size: 0.16rem;
  }
}
.main .sns #twitterCol .account p span {
  margin: 10px auto 0;
  font-size: 24px;
  display: block;
}
@media screen and (max-width: 750px) {
  .main .sns #twitterCol .account p span {
    font-size: 0.24rem;
  }
}
.main .sns #twitterCol .btn {
  margin: 30px auto 0;
  max-width: 350px;
  display: block;
}
.main .sns .bg {
  width: 6.22rem;
  aspect-ratio: 622/563;
  top: 3.33rem;
  left: calc(50% + 1.25rem);
  background-image: url(../imgs/bg03.svg);
}
@media screen and (max-width: 750px) {
  .main .sns .bg {
    width: 3.6rem;
    top: 0.46rem;
    left: calc(50% + 1.4rem);
  }
}
.main .sns .ttl {
  width: 1.28rem;
}
@media screen and (max-width: 750px) {
  .main .sns .ttl {
    width: 0.9rem;
  }
}
.main .sns .widget {
  width: 6rem;
  margin: 0.3rem auto 0;
  transition-delay: 1s;
}
@media screen and (max-width: 750px) {
  .main .sns .widget {
    width: 100%;
  }
  .main .sns .widget iframe {
    height: 4rem !important;
  }
}

.gFooter {
  margin: 1.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter {
    margin: 0.64rem 0 0;
  }
}
.gFooter .link .wrap {
  max-width: none;
  padding: 0 0.2rem;
}
.gFooter .link .link--01 {
  display: block;
  width: 1.96rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .gFooter .link .link--01 {
    width: 1.78rem;
  }
}
.gFooter .link .link--01 img {
  width: 100%;
}
.gFooter .link .link--02 {
  display: grid;
  place-items: center;
  width: 5.2rem;
  height: 0.64rem;
  margin: 0.4rem auto 0;
  background: #385eaa url(../imgs/arw01.svg) calc(50% - 6.3em) 50%/0.07rem auto no-repeat;
  border-radius: 0.32rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 800;
  line-height: 0.22rem;
}
@media screen and (max-width: 750px) {
  .gFooter .link .link--02 {
    width: 3.3rem;
    margin: 0.26rem auto 0;
    background: #385eaa url(../imgs/arw01.svg) calc(50% - 6em) 50%/0.07rem auto no-repeat;
  }
}
.gFooter .link .link--03 {
  display: grid;
  place-items: center;
  width: 5.2rem;
  height: 0.64rem;
  margin: 0.3rem auto 0;
  background: #385eaa url(../imgs/arw01.svg) calc(50% - 10.5em) 50%/0.07rem auto no-repeat;
  border-radius: 0.32rem;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 800;
  line-height: 0.22rem;
}
@media screen and (max-width: 750px) {
  .gFooter .link .link--03 {
    width: 3.3rem;
    margin: 0.26rem auto 0;
    background: #385eaa url(../imgs/arw01.svg) calc(50% - 8.5em) 50%/0.07rem auto no-repeat;
  }
}
.gFooter .link .privacy {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .link .privacy {
    margin: 0.4rem 0 0;
  }
}
.gFooter .link .privacy a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 0.1rem;
  background: url(../imgs/arw02.svg) 0 50%/0.04rem auto no-repeat;
  font-size: 0.09rem;
  line-height: 1;
}
.gFooter .copyright {
  margin: 0.15rem 0 0;
  background: #385eaa;
  color: #fff;
  font-size: 0.09rem;
  line-height: 0.2rem;
  text-align: center;
}
.gFooter .pagetop {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pagetop {
    right: 0.12rem;
    bottom: 0.12rem;
  }
}
.gFooter .pagetop img {
  width: 100%;
}
.gFooter .pagetop.off {
  pointer-events: none;
  opacity: 0;
}
/*# sourceMappingURL=common_zh-sc.css.map */

#popup .wrap .end {
  text-align: center;
}

@media screen and (max-width: 750px) {
  #popup .wrap .end {
    text-align: center;
  }
}

#popup .wrap .end p {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #CF2828;
}

@media screen and (max-width: 750px) {
  #popup .wrap .end p {
    display: inline-block;
    margin-top: 0.3rem;
    font-size: 0.15rem;
    font-weight: bold;
    color: #CF2828;
  }
}

.information .text .end {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .information .text .end {
    text-align: center;
  }
}

.information .text .end p {
  display: inline-block;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  font-weight: bold;
  color: #CF2828;
}

@media screen and (max-width: 750px) {
  .information .text .end p {
    display: inline-block;
    margin-top: 0.1rem;
    font-size: 0.15rem;
    font-weight: bold;
    color: #CF2828;
  }
}