html,
body {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  max-height: 100%;
  text-decoration: none;
}

html {
  background: #fff;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

main {
  width: 100%;
  position: relative;
}

main::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: url(../../../images/top/common/bg.jpg) no-repeat center center;
  background-size: cover;
}

section {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 760px) {
  .sp {
    display: block;
  }
}

@-webkit-keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3072px 0;
  }
}

@keyframes loop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -3072px 0;
  }
}

@-webkit-keyframes bound {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-in 1s;
    animation-timing-function: ease-in 1s;
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out 0s;
    animation-timing-function: ease-out 0s;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes bound {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation-timing-function: ease-in 1s;
    animation-timing-function: ease-in 1s;
  }
  85% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out 0s;
    animation-timing-function: ease-out 0s;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes menu01 {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 35%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
}

@keyframes menu01 {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 35%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
}

@-webkit-keyframes active-menu01 {
  0% {
    top: 35%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}

@keyframes active-menu01 {
  0% {
    top: 35%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }
}

@-webkit-keyframes menu02 {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 65%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
}

@keyframes menu02 {
  0% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 65%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
}

@-webkit-keyframes active-menu02 {
  0% {
    top: 65%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
}

@keyframes active-menu02 {
  0% {
    top: 65%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  50% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
    transform: translateX(-50%) rotate(0);
  }
  100% {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }
}

.lnav {
  width: 100%;
  z-index: 9999;
}

@media screen and (min-width: 761px) {
  .lnav {
    position: absolute;
  }
}

@media screen and (max-width: 760px) {
  .lnav {
    height: 60px;
    position: fixed;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
  }
  .lnav.open {
    height: 100vh;
  }
  .lnav.open .menu span:nth-of-type(1) {
    -webkit-animation: active-menu01 0.75s forwards;
    animation: active-menu01 0.75s forwards;
  }
  .lnav.open .menu span:nth-of-type(2) {
    opacity: 0;
  }
  .lnav.open .menu span:nth-of-type(3) {
    -webkit-animation: active-menu02 0.75s forwards;
    animation: active-menu02 0.75s forwards;
  }
}

@media screen and (min-width: 761px) {
  .lnav__header {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .lnav__header {
    width: 100%;
    height: 60px;
    display: block;
  }
}

.lnav__header .logo {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 24px;
  position: relative;
}

.lnav__header .logo a,
.lnav__header .logo img {
  display: block;
}

.lnav__header .menu {
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  position: absolute;
}

@media screen and (min-width: 761px) {
  .lnav__header .menu {
    display: none;
  }
}

@media screen and (max-width: 760px) {
  .lnav__header .menu {
    display: block;
  }
}

.lnav__header .menu a {
  width: 100%;
  height: 100%;
  background-color: #2e47b4;
  display: block;
}

.lnav__header .menu a span {
  width: 100%;
  max-width: 24px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  background: #f8f8f8;
}

.lnav__header .menu a span:nth-of-type(1) {
  top: 35%;
  -webkit-animation: menu01 0.75s forwards;
  animation: menu01 0.75s forwards;
}

.lnav__header .menu a span:nth-of-type(2) {
  opacity: 1;
}

.lnav__header .menu a span:nth-of-type(3) {
  top: 65%;
  -webkit-animation: menu02 0.75s forwards;
  animation: menu02 0.75s forwards;
}

@media screen and (max-width: 760px) {
  .lnav__wrap {
    width: 100%;
    height: calc(100vh - 60px);
    padding: 48px 0;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}

@media screen and (min-width: 761px) {
  .lnav__menu {
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 8px 4px;
    position: fixed;
    background-color: rgba(248, 248, 248, 0.7);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 24px;
  }
}

@media screen and (max-width: 760px) {
  .lnav__menu {
    max-width: 240px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 761px) {
  .lnav__menu--list {
    margin-bottom: 16px;
  }
  .lnav__menu--list:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .lnav__menu--list {
    border-top: solid 1px rgba(47, 56, 71, 0.25);
  }
  .lnav__menu--list:last-child {
    border-bottom: solid 1px rgba(47, 56, 71, 0.25);
  }
}

.lnav__menu--link {
  position: relative;
  display: block;
}

@media screen and (min-width: 761px) {
  .lnav__menu--link {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 760px) {
  .lnav__menu--link {
    width: 100%;
    padding: 32px 0;
    text-align: center;
  }
}

.lnav__menu--link::before,
.lnav__menu--link::after {
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  border-radius: 50%;
}

@media screen and (max-width: 760px) {
  .lnav__menu--link::before,
  .lnav__menu--link::after {
    display: none;
  }
}

.lnav__menu--link::before {
  width: 0px;
  height: 0px;
  border: solid 1px #2e47b4;
  opacity: 0;
}

.lnav__menu--link::after {
  width: 8px;
  height: 8px;
  background-color: #2e47b4;
  opacity: 0.6;
}

@media screen and (min-width: 761px) {
  .lnav__menu--link:hover::before {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  .lnav__menu--link:hover::after {
    opacity: 1;
  }
  .lnav__menu--link:hover span {
    -webkit-transform: translateX(10%) translateY(-50%);
    transform: translateX(10%) translateY(-50%);
    opacity: 1;
  }
  .lnav__menu--link.active::before {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  .lnav__menu--link.active::after {
    opacity: 1;
  }
}

.lnav__menu span {
  line-height: 1;
  text-align: center;
}

@media screen and (min-width: 761px) {
  .lnav__menu span {
    color: #f8f8f8;
    font-size: 1.4rem;
    width: 170px;
    top: 50%;
    left: 24px;
    padding: 8px 0;
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    background-color: #2e47b4;
    border-radius: 4px;
    pointer-events: none;
    opacity: 0;
  }
}

@media screen and (max-width: 760px) {
  .lnav__menu span {
    color: #2f3847;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

@media screen and (min-width: 761px) {
  .lnav__lang_select {
    overflow: hidden;
    margin: 0 auto;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 760px) {
  .lnav__lang_select {
    overflow: hidden;
    width: 90%;
    margin: 2em auto;
    text-align: center;
  }
}
.lnav__lang_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lnav__lang_select select::-ms-expand {
  display: none;
}
@media screen and (min-width: 761px) {
  .lnav__lang_sl01 {
    position: absolute;
    border: 2px solid skyblue;
    border-radius: 50px;
    background: #ffffff;
    width: 180px;
  }
}
@media screen and (max-width: 760px) {
  .lnav__lang_sl01 {
    position: relative;
    border: 2px solid skyblue;
    border-radius: 50px;
    background: #ffffff;
    width: 180px;
  }
}
.lnav__lang_sl01::before {
  position: absolute;
  top: 0.7em;
  right: 0.7em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid skyblue;
  pointer-events: none;
}
.lnav__lang_sl01 select {
  padding: 5px 38px 5px 20px;
  color: black;
}

.pagetop {
  right: 16px;
  position: fixed;
  z-index: 9998;
}

@media screen and (min-width: 761px) {
  .pagetop {
    bottom: 16px;
  }
}

@media screen and (max-width: 760px) {
  .pagetop {
    bottom: 88px;
  }
}

.pagetop a {
  width: 48px;
  height: 48px;
  background-color: #2e47b4;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 761px) {
  .pagetop a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .pagetop a:hover {
    background-color: #d1c936;
  }
}

.block__wrap {
  max-width: 1208px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 761px) {
  .block__wrap {
    width: calc(100% - 24px * 2);
    max-width: 760px;
    padding: 100px 0 120px;
  }
}

@media screen and (max-width: 980px) {
  .block__wrap {
    width: calc(100% - 6.4% * 2);
    padding: 80px 6.4% 80px;
  }
}

.block__title {
  width: 100%;
  position: relative;
  background-color: #fffdf5;
}

@media screen and (min-width: 761px) {
  .block__title {
    min-width: 1920px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.block__title::before {
  content: "";
  width: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
}

@media screen and (min-width: 761px) {
  .block__title::before {
    height: 40px;
    border-top: 40px solid #fffdf5;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
  }
}

@media screen and (max-width: 760px) {
  .block__title::before {
    height: 20px;
    border-top: 20px solid #fffdf5;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
  }
}

.block__title img {
  margin: 0 auto;
}

.block01 {
  background-color: #ffffff;
}

@media screen and (min-width: 761px) {
  .block01 {
    height: 921px;
  }
}

@media screen and (max-width: 760px) {
  .block01 {
    height: auto;
  }
}

.block01::after {
  content: "";
  width: 100%;
  height: 120px;
  bottom: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 245, 0)), color-stop(95%, #fffdf5), to(#fffdf5));
  background: linear-gradient(to bottom, rgba(255, 253, 245, 0) 0%, #fffdf5 95%, #fffdf5 100%);
}

@media screen and (max-width: 760px) {
  .block01::after {
    display: none;
  }
}

.block01__sp {
  width: 100%;
  display: none;
}

@media screen and (max-width: 760px) {
  .block01__sp {
    margin-top: 60px;
    display: block;
  }
}

.block01__sp img {
  width: 100%;
  height: auto;
  display: block;
}

.block01__background {
  width: 100%;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 760px) {
  .block01__background {
    display: none;
  }
}

.block01__background span {
  width: 100%;
  height: 100%;
  background: url(../../../images/top/block01/bg.jpg) no-repeat center center;
  overflow: hidden;
  display: block;
}

.block01__title {
  width: 100%;
  max-width: 29vw;
  top: 42%;
  left: 17%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 980px) {
  .block01__title {
    left: 9%;
    top: 25%;
  }
}

@media screen and (max-width: 760px) {
  .block01__title {
    display: none;
  }
}

.block01__title img {
  display: block;
}

.block01__sub-title {
  width: 22vw;
  max-width: 250px;
  position: absolute;
  right: 1.2%;
  z-index: 6;
  top: 17px;
}

@media screen and (max-width: 760px) {
  .block01__sub-title {
    width: 30vw;
    right: 1vw;
    left: auto;
    bottom: auto;
    top: calc(60px + 11.5vw);
  }
}

.block01__sub-title img {
  display: block;
}

.block01__sub-text {
  width: 23vw;
  max-width: 340px;
  position: absolute;
  z-index: 1;
  top: 9%;
  right: -1%;
}

@media screen and (max-width: 980px) {
  .block01__sub-text {
    width: 34vw;
    right: auto;
    left: 6.5%;
    bottom: 14.5%;
    top: auto;
  }
}

@media screen and (max-width: 760px) {
  .block01__sub-text {
    width: 36.5vw;
    right: -1.5vw;
    left: auto;
    bottom: auto;
    top: calc(60px + 19.5vw);
  }
}

.block01__sub-text img {
  display: block;
}

.block01__registration {
  position: relative;
  top: -210px;
  z-index: 5;
}

@media screen and (max-width: 760px) {
  .block01__registration {
    position: absolute;
    top: calc(0px + 155vw);
    width: 100%;
  }
}

.registration {
  width: 100%;
  margin: 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 761px) {
  .registration__list {
    margin: 15px 30px 15px 0;
  }
  .registration__list:nth-child(even) {
    margin-right: 0;
    z-index: 2;
  }
}

@media screen and (max-width: 760px) {
  .registration__list {
    max-width: calc(100% - 30% * 2);
    margin: 15px;
  }
}

@media screen and (max-width: 390px) {
  .registration__list {
    max-width: 150px;
    margin: 10px 8px 10px 0;
  }
  .registration__list:nth-child(even) {
    margin-right: 0;
  }
}

.registration__link {
  width: 100%;
  position: relative;
  display: block;
}

.registration__link picture {
  overflow: hidden;
  display: block;
}

.registration__link picture img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

@media screen and (min-width: 761px) {
  .registration__link:hover picture img {
    opacity: 0.7;
  }
}

.about {
  width: 100%;
  z-index: 1;
  padding: 60px 0;
  position: relative;
  background: #ffffff url(../../../images/top/common/ptn.png) repeat center center;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

@media screen and (min-width: 761px) {
  .about__wrap {
    padding: 0 32px;
  }
}

@media screen and (max-width: 980px) {
  .about__wrap {
    padding: 0 6.4%;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    display: inherit;
  }
}

.about__text h2 img {
  display: block;
  margin: 0px auto 48px;
}

.about__image {
  display: block;
}

.about__image img {
  display: block;
  margin: 0 auto;
}

.block02 .block__wrap::before {
  content: "";
  top: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

@media screen and (max-width: 760px) {
  .block02 .block__wrap::before {
    display: none;
  }
}

.block02 .block__wrap::before {
  width: 610px;
  height: 903px;
  left: calc(50% - 420px);
  background: url(../../../images/top/block02/bg_chara.png) no-repeat center center;
}

.block02 .twitter {
  width: 100%;
  position: relative;
}

.block02 .twitter__h3 img {
  display: block;
  margin: 0 auto;
}

.block02 .twitter__widget {
  width: 518px;
  height: 600px;
  margin: 30px auto 0;
  border-radius: 16px;
}

@media screen and (max-width: 760px) {
  .block02 .twitter__widget {
    width: 100%;
    height: 600px;
  }
}

.block02__link {
  width: 100%;
  max-width: 280px;
  margin: 32px auto 0;
  padding: 16px 0;
  position: relative;
  text-align: center;
  background-color: #f8f8f8;
  border-radius: 26px;
  overflow: hidden;
  display: block;
}

.block02__link span {
  color: #2e47b4;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block02__link::before {
  content: "";
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #eeeb00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.block02__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px rgba(46, 71, 180, 0.5);
  border-right: solid 2px rgba(46, 71, 180, 0.5);
  top: 50%;
  right: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 761px) {
  .block02__link:hover span {
    color: #2e47b4;
  }
  .block02__link:hover::before {
    width: 100%;
  }
  .block02__link:hover::after {
    border-top: solid 2px rgba(46, 71, 180, 0.5);
    border-right: solid 2px rgba(46, 71, 180, 0.5);
  }
}

.block03 {
  background-color: rgba(41, 68, 187, 0.75);
}

.block03 .block__wrap::before {
  content: "";
  width: 209px;
  height: 135px;
  top: 490px;
  left: calc(50% + 330px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  background: url(../../../images/top/block03/bg_image.png) no-repeat center center;
}

@media screen and (max-width: 760px) {
  .block03 .block__wrap::before {
    display: none;
  }
}

.block03__text {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-top: 0;
}

@media screen and (min-width: 761px) {
  .block03__text {
    font-size: 2rem;
  }
  .block03__text span {
    font-weight: 500;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 760px) {
  .block03__text {
    font-size: 1.6rem;
  }
  .block03__text span {
    font-weight: 500;
    font-size: 1.7rem;
  }
}

.block03__img {
  padding: 30px 0;
}

.block04 .block__wrap::after {
  content: "";
  top: 47px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
}

@media screen and (max-width: 760px) {
  .block04 .block__wrap::after {
    display: none;
  }
}

.block04 .block__wrap::after {
  width: 702px;
  height: 994px;
  left: calc(50% + 412px);
  background: url(../../../images/top/block04/bg_chara.png) no-repeat center center;
}

.block04 .tab {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.block04 .tab__button {
  width: 100%;
  height: 80px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block04 .tab__button--list {
  width: 50%;
  height: 100%;
  z-index: 4;
}

.block04 .tab__button--link {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #e6e6e6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.block04 .tab__button--link .off,
.block04 .tab__button--link .on {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  display: block;
}

@media screen and (max-width: 760px) {
  .block04 .tab__button--link .off,
  .block04 .tab__button--link .on {
    max-width: 100px;
    max-height: 17px;
  }
}

.block04 .tab__button--link .on {
  opacity: 0;
}

.block04 .tab__button--link.active {
  background-color: #2e47b4;
  pointer-events: none;
}

.block04 .tab__button--link.active .on {
  opacity: 1;
}

@media screen and (min-width: 761px) {
  .block04 .tab__button--link:hover {
    background-color: #2e47b4;
  }
  .block04 .tab__button--link:hover .on {
    opacity: 1;
  }
}

.block04 .tab__wrap {
  width: 100%;
  position: relative;
  background: #ffffff url(../../../images/top/common/ptn.png) repeat center center;
  border-radius: 0 0 16px 16px;
  z-index: 3;
}

.block04 .tab__list {
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  pointer-events: none;
}

@media screen and (min-width: 761px) {
  .block04 .tab__list {
    width: calc(100% - 32px * 2);
    padding: 60px 32px;
  }
}

@media screen and (max-width: 760px) {
  .block04 .tab__list {
    width: calc(100% - 24px * 2);
    padding: 36px 24px;
  }
}

.block04 .tab__text {
  text-align: center;
}

.block04 .tab__text img {
  margin: 0 auto;
}

.block05 .chara {
  width: 100%;
  margin: 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 761px) {
  .block05 .chara__list {
    margin: 15px 15px 15px 0;
  }
  .block05 .chara__list:nth-child(5) {
    margin-right: 0;
  }
}

@media screen and (max-width: 760px) {
  .block05 .chara__list {
    max-width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }
  .block05 .chara__list:nth-child(even) {
    margin-right: 0;
  }
  .block05 .chara__list:nth-child(5) {
    margin-right: 0;
  }
}

.block05__text img {
  display: block;
  margin: 0 auto;
}

.footer {
  background-color: #0b0e19;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer__wrap {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 70px 64px;
  position: relative;
}

@media screen and (min-width: 761px) {
  .footer__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 760px) {
  .footer__wrap {
    max-width: calc(100% - 8.6% * 2);
    padding: 70px 8.6%;
  }
}

.footer .icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 760px) {
  .footer .icon {
    max-width: 320px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .icon__list {
  margin-right: 32px;
}

.footer .icon__list:nth-child(3) {
  width: 90px;
}

.footer .icon__list:last-child {
  margin-right: 0;
}

.footer .menu {
  margin-top: 16px;
}

@media screen and (min-width: 761px) {
  .footer .menu {
    margin-top: 0;
  }
}

@media screen and (max-width: 760px) {
  .footer .menu {
    text-align: center;
    margin-top: 48px;
  }
}

.footer .menu__wrap {
  position: relative;
}

@media screen and (max-width: 760px) {
  .footer .menu__wrap {
    text-align: center;
    display: block;
  }
}

.footer .menu__list {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #7a7a7a;
  color: #ffffff;
  font-size: 14px;
}

.footer .menu__list:first-child {
  border-top: solid 1px #7a7a7a;
  padding-top: 10px;
  padding-left: 0;
}

.footer .menu__list:last-child {
  padding-right: 0;
  border-right: none;
}

@media screen and (max-width: 760px) {
  .footer .menu__list:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .footer .menu__list {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    margin-bottom: 16px;
  }
}

.footer .menu__list a {
  color: #a8a8a8;
  font-size: 10px;
}

.footer .menu .copyright {
  color: #a5a5a5;
  font-size: 8px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 761px) {
  .footer .menu .copyright {
    text-align: right;
  }
}

@media screen and (max-width: 760px) {
  .footer .menu .copyright {
    margin-top: 48px;
  }
}
