@charset "UTF-8";
/*
Theme Name:ascend_premium_child
Template:ascend_premium
*/
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
#wrapper.container {
  overflow-x: hidden;
}

body, h1, h2, h3, h4, h5, h6, p, span, a, th, td, li, strong {
  font-family: "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif !important;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
}

p, span {
  font-weight: normal;
  line-height: 1;
}

.entry-content p {
  margin: 0;
}

p:empty {
  display: none;
}

br {
  display: none !important;
}

.entry-content table tr:nth-child(even),
.modal-body table tr:nth-child(even) {
  background: none;
}

button {
  box-shadow: none !important;
}

table tr:nth-child(even) {
  background: none !important;
}

ul, li, dl, dt, dd {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.entry-content li {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  width: 100%;
  max-width: none;
}

a {
  border: none !important;
}
a:hover {
  border: none !important;
}

.container.single-staff {
  width: 100%;
}

input {
  box-shadow: none !important;
}
input:hover {
  box-shadow: none !important;
}

.headerclass, .mobile-headerclass {
  background: #FFFFFF;
}
body.home .headerclass, body.home .mobile-headerclass {
  opacity: 0;
}
body.home.loaded .headerclass, body.home.loaded .mobile-headerclass {
  opacity: 1;
}

.kad-right-header.kt-header-flex-item.header-sidewidth {
  justify-content: end;
}

.header_sns {
  display: flex;
}
.header_sns i {
  color: #fff;
  font-size: 3rem;
}

.header_menu {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1010;
}
body.home .header_menu {
  opacity: 0;
}
body.home.loaded .header_menu {
  opacity: 1;
}
.header_menu input.menu-btn {
  display: none;
}
.header_menu label.menu-icon {
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  z-index: 5;
}
.header_menu label.menu-icon::before, .header_menu label.menu-icon::after {
  content: "";
  width: 50%;
  height: 3px;
  background: #333333;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg) scale(1, 1);
  transition: all 0.4s;
}
.header_menu label.menu-icon span {
  width: 50%;
  height: 3px;
  background: #333333;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 0s 0.4s, transform 0.4s 0.4s;
}
.header_menu label.menu-icon span:nth-of-type(1) {
  transform: translate(-50%, calc(-50% - 10px));
}
.header_menu label.menu-icon span:nth-of-type(2) {
  transform: translate(-50%, calc(-50% + 10px));
}

.menu-btn:checked ~ label.menu-icon::before, .menu-btn:checked ~ label.menu-icon::after {
  transition: all 0.4s 0.4s;
}
.menu-btn:checked ~ label.menu-icon::before {
  transform: translate(-50%, -50%) rotate(30deg) scale(1.2, 1.2);
}
.menu-btn:checked ~ label.menu-icon::after {
  transform: translate(-50%, -50%) rotate(-30deg) scale(1.2, 1.2);
}
.menu-btn:checked ~ label.menu-icon span {
  opacity: 0;
  transition: opacity 0s 0.4s, transform 0.4s 0s;
}
.menu-btn:checked ~ label.menu-icon span:nth-of-type(1) {
  transform: translate(-50%, -50%);
}
.menu-btn:checked ~ label.menu-icon span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}

nav.header_menu--nav {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  top: 60px;
  transform: translate(0, 0) scale(1, 0);
  transition: 0s 0.5s;
}
nav.header_menu--nav ul {
  text-align: center;
  padding: 50px 0;
  background: #FFFFFF;
  display: grid;
  gap: 35px 0;
  transform: scale(1, 0);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
@media screen and (min-width: 600px) {
  nav.header_menu--nav ul.mobile_menu {
    display: none;
  }
}
nav.header_menu--nav ul.pc_menu {
  display: none;
}
@media screen and (min-width: 600px) {
  nav.header_menu--nav ul.pc_menu {
    display: grid;
  }
}
nav.header_menu--nav ul li {
  list-style: none;
  opacity: 0;
  transition: 0.5s;
}
nav.header_menu--nav ul li a {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
}
nav.header_menu--nav ul li a:hover {
  opacity: 0.7;
}
nav.header_menu--nav ul li a span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
nav.header_menu--nav ul li a:hover > span {
  opacity: 0.7;
}

.menu-btn:checked ~ nav.header_menu--nav {
  transform: translate(0, 0) scale(1, 1);
  transition: 0s 0s;
}
.menu-btn:checked ~ nav.header_menu--nav ul {
  transform: scale(1, 1);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu-btn:checked ~ nav.header_menu--nav ul li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.op_animation {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(1);
  transform-origin: left top;
  transition: all 0s 1.3s;
}
body.loaded .op_animation {
  transform: scale(0);
}
.op_animation.white {
  z-index: 1102;
}
.op_animation.white::before, .op_animation.white::after {
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  transition: transform 0.5s 0.5s;
}
.op_animation.white::before {
  left: 0;
  transform: translate(0, 0);
}
.op_animation.white::after {
  right: 0;
  transform: translate(0, 0);
}
body.loaded .op_animation.white::before {
  transform: translate(-100%, 0);
}
body.loaded .op_animation.white::after {
  transform: translate(100%, 0);
}
.op_animation.gray {
  z-index: 1101;
}
.op_animation.gray::before, .op_animation.gray::after {
  content: "";
  width: 50%;
  height: 100%;
  background: #fafafa;
  position: absolute;
  top: 0;
  transition: transform 0.5s 0.8s;
}
.op_animation.gray::before {
  left: 0;
  transform: translate(0, 0);
}
.op_animation.gray::after {
  right: 0;
  transform: translate(0, 0);
}
body.loaded .op_animation.gray::before {
  transform: translate(-100%, 0);
}
body.loaded .op_animation.gray::after {
  transform: translate(100%, 0);
}

.top_firstview {
  position: relative;
}
.top_firstview h1 {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
          clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 600px) {
  .top_firstview .top_buttonbox {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
}

.pattern_choice {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 10;
}
.pattern_choice button.pattern_choice--button {
  color: #0a2031;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  padding: 15px 10px;
  background: #FAF39E;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  transform: translate(-100%, 0);
  transition: transform 0.5s;
}
@media screen and (min-width: 600px) {
  .pattern_choice button.pattern_choice--button {
    font-size: 1.4rem;
    padding: 15px;
    border-radius: 0 25px 25px 0;
  }
}
@media screen and (min-width: 1025px) {
  .pattern_choice button.pattern_choice--button {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding: 20px 30px;
    border-radius: 0 30px 30px 0;
  }
}
.pattern_choice.show button.pattern_choice--button {
  transform: translate(0, 0);
  transition: transform 0.5s;
}
.pattern_choice ul.pattern_choice--tab {
  padding: 15px;
  background: #fff;
  border: 2px solid #FAF39E;
  border-radius: 0 20px 20px 0;
  display: flex;
  gap: 0 15px;
  position: absolute;
  transform: translate(-100%, 0);
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  .pattern_choice ul.pattern_choice--tab {
    padding: 18px;
    gap: 0 18px;
  }
}
@media screen and (min-width: 1025px) {
  .pattern_choice ul.pattern_choice--tab {
    padding: 20px;
    gap: 0 20px;
  }
}
.pattern_choice ul.pattern_choice--tab li.tab {
  width: 90px;
  list-style: none;
  cursor: pointer;
}
.pattern_choice ul.pattern_choice--tab li.tab.tab_active {
  opacity: 0.3;
  pointer-events: none;
  cursor: auto;
}
@media screen and (min-width: 600px) {
  .pattern_choice ul.pattern_choice--tab li.tab {
    width: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .pattern_choice ul.pattern_choice--tab li.tab {
    width: 150px;
  }
}
.pattern_choice ul.pattern_choice--tab li.tab p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 600px) {
  .pattern_choice ul.pattern_choice--tab li.tab p {
    font-size: 1.4rem;
  }
}
.pattern_choice.open_menu ul.pattern_choice--tab {
  transform: translate(0, 0);
}

.top_firstview--box {
  height: calc(100vh - 60px);
  min-height: 100vw;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_firstview--box {
    min-height: auto;
  }
}
.top_firstview--box::before {
  content: "";
  width: 50%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(234, 234, 234) 60%, rgb(172, 169, 169) 100%);
  opacity: 0.45;
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_firstview--box .firstview_img {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform: scale(1.1);
  transition: opacity 1s 0.8s cubic-bezier(0.3, 1, 0.7, 1), transform 1s 0.8s cubic-bezier(0.3, 1, 0.7, 1);
}
body.loaded .top_firstview--box .firstview_img {
  opacity: 1;
  transform: scale(1);
}
.top_firstview--box .firstview_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top_firstview--textbox {
  opacity: 0;
  z-index: -1;
  position: absolute;
  transition: all;
}
.top_firstview--textbox.firstview_show {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.top_firstview--textbox.template {
  text-align: center;
  width: 85%;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.7s 1.7s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.template {
    padding: 4.5% 0;
    top: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.template {
    max-width: 1000px;
    padding: 30px 0;
  }
}
.top_firstview--textbox.template.firstview_show {
  background: rgba(255, 255, 255, 0.8);
}
.top_firstview--textbox.template::before, .top_firstview--textbox.template::after {
  content: "";
  width: calc(100% + 30px);
  height: 2px;
  background: transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.7s 1.7s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.template::before, .top_firstview--textbox.template::after {
    width: calc(100% + 40px);
    height: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.template::before, .top_firstview--textbox.template::after {
    width: calc(100% + 50px);
    height: 4px;
  }
}
.top_firstview--textbox.template::before {
  top: 0;
}
.top_firstview--textbox.template::after {
  top: 100%;
}
.top_firstview--textbox.template.firstview_show::before, .top_firstview--textbox.template.firstview_show::after {
  background: #0A2031;
}
.top_firstview--textbox.template p {
  font-size: 4.2vw;
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.template p {
    font-size: 3vw;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.template p {
    font-size: 24px;
  }
}
.top_firstview--textbox.template p::before, .top_firstview--textbox.template p::after {
  content: "";
  width: 2px;
  height: calc(100% + 30px);
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.7s 1.7s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.template p::before, .top_firstview--textbox.template p::after {
    width: 3px;
    height: calc(100% + 40px);
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.template p::before, .top_firstview--textbox.template p::after {
    width: 4px;
    height: calc(100% + 50px);
  }
}
.top_firstview--textbox.template p::before {
  left: 0;
}
.top_firstview--textbox.template p::after {
  left: 100%;
}
.top_firstview--textbox.template p span {
  font-family: "Kiwi Maru", serif !important;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  opacity: 0;
  display: block;
  position: relative;
  transform: translate(0, 20px);
  transition: all 0.7s 0.8s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.template p span {
    display: inline-block;
  }
}
.top_firstview--textbox.template.firstview_show p::before, .top_firstview--textbox.template.firstview_show p::after {
  background: #0A2031;
}
.top_firstview--textbox.template.firstview_show p span {
  opacity: 1;
  transform: translate(0, 0);
}
.top_firstview--textbox.template .logo {
  width: 90%;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: all 0.7s 1.3s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.template .logo {
    width: 70%;
  }
}
.top_firstview--textbox.template.firstview_show .logo {
  opacity: 1;
  transform: translate(0, 0);
}

.top_firstview--textbox.patternA {
  height: 100%;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA {
    text-align: center;
  }
}
.top_firstview--textbox.patternA::before {
  content: "";
  width: 33%;
  height: 100%;
  background: #81C0FF;
  opacity: 0.6;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scaleY(0);
  transform-origin: top;
  transition: all 3s 1s ease-out;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA::before {
    width: 100vw;
    height: 20vw;
    transform: translate(-50%, -50%) scaleX(0);
    transform-origin: right;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternA::before {
    height: 140px;
  }
}
.top_firstview--textbox.patternA.firstview_show::before {
  transform: translate(-50%, -50%) scaleY(1);
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA.firstview_show::before {
    transform: translate(-50%, -50%) scaleX(1);
  }
}
.top_firstview--textbox.patternA p {
  color: #1A2129;
  font-size: 5vw;
  font-family: "Kiwi Maru", serif !important;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.6;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA p {
    font-size: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternA p {
    font-size: 24px;
  }
}
.top_firstview--textbox.patternA p.top, .top_firstview--textbox.patternA p.bottom {
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 1.2s 3s ease-out;
}
.top_firstview--textbox.patternA p.top {
  top: 8%;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA p.top {
    top: 20%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternA p.top {
    top: 22%;
  }
}
.top_firstview--textbox.patternA p.bottom {
  bottom: 8%;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA p.bottom {
    bottom: 20%;
    transform: translate(-50%, 50%);
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternA p.bottom {
    bottom: 22%;
  }
}
.top_firstview--textbox.patternA p.center {
  font-size: 8.5vw;
  font-family: "Kiwi Maru", serif !important;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 2px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.2s 2s ease-out;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA p.center {
    font-size: 6vw;
    line-height: 1.6;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternA p.center {
    font-size: 46px;
    line-height: 1.5;
    letter-spacing: 6px;
  }
}
.top_firstview--textbox.patternA p br {
  display: block !important;
}
.top_firstview--textbox.patternA p br.sp_br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternA p br.sp_br {
    display: none !important;
  }
}
.top_firstview--textbox.patternA.firstview_show p {
  opacity: 1;
}

.top_firstview--textbox.patternB {
  text-align: center;
  width: 85%;
  padding: 50px 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.7s 2s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB {
    padding: 5% 0;
    top: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternB {
    max-width: 1000px;
    padding: 35px 0 45px;
  }
}
.top_firstview--textbox.patternB.firstview_show {
  background: rgba(255, 255, 255, 0.8);
}
.top_firstview--textbox.patternB::before, .top_firstview--textbox.patternB::after {
  content: "";
  width: calc(100% + 30px);
  height: 2px;
  background: transparent;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.7s 2s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB::before, .top_firstview--textbox.patternB::after {
    width: calc(100% + 40px);
    height: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternB::before, .top_firstview--textbox.patternB::after {
    width: calc(100% + 50px);
    height: 4px;
  }
}
.top_firstview--textbox.patternB::before {
  top: 0;
}
.top_firstview--textbox.patternB::after {
  top: 100%;
}
.top_firstview--textbox.patternB.firstview_show::before, .top_firstview--textbox.patternB.firstview_show::after {
  background: #0A2031;
}
.top_firstview--textbox.patternB span.border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top_firstview--textbox.patternB span.border::before, .top_firstview--textbox.patternB span.border::after {
  content: "";
  width: 2px;
  height: calc(100% + 30px);
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.7s 2s;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB span.border::before, .top_firstview--textbox.patternB span.border::after {
    width: 3px;
    height: calc(100% + 40px);
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternB span.border::before, .top_firstview--textbox.patternB span.border::after {
    width: 4px;
    height: calc(100% + 50px);
  }
}
.top_firstview--textbox.patternB span.border::before {
  left: 0;
}
.top_firstview--textbox.patternB span.border::after {
  left: 100%;
}
.top_firstview--textbox.patternB.firstview_show span.border::before, .top_firstview--textbox.patternB.firstview_show span.border::after {
  background: #0A2031;
}
.top_firstview--textbox.patternB p.top {
  color: #0a2031;
  font-size: 4.2vw;
  font-family: "Kiwi Maru", serif !important;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 0 0 30px;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB p.top {
    font-size: 3vw;
    padding: 0 0.2em;
    margin: 0 0 1.6em;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternB p.top {
    font-size: 20px;
  }
}
.top_firstview--textbox.patternB p.top br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB p.top br {
    display: none !important;
  }
}
.top_firstview--textbox.patternB.firstview_show p.top {
  opacity: 1;
  transform: translate(0, 0);
}
.top_firstview--textbox.patternB p.logo {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB p.logo {
    width: 70%;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternB p.logo {
    width: 50%;
  }
}
.top_firstview--textbox.patternB.firstview_show p.logo {
  opacity: 1;
  transform: translate(0, 0);
}
.top_firstview--textbox.patternB p.bottom {
  font-size: 4.2vw;
  font-family: "Kiwi Maru", serif !important;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 40px 0 0;
  opacity: 0;
  display: block;
  position: relative;
  transform: translate(0, 20px);
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB p.bottom {
    font-size: 3vw;
    margin: 1.8em 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_firstview--textbox.patternB p.bottom {
    font-size: 20px;
  }
}
.top_firstview--textbox.patternB p.bottom br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_firstview--textbox.patternB p.bottom br {
    display: none !important;
  }
}
.top_firstview--textbox.patternB.firstview_show p.bottom {
  opacity: 1;
  transform: translate(0, 0);
}
.top_firstview--textbox.patternB p:first-of-type {
  transition: all 0.7s 1s;
}
.top_firstview--textbox.patternB p:nth-of-type(2) {
  transition: all 0.7s 1.3s;
}
.top_firstview--textbox.patternB p:nth-of-type(3) {
  transition: 0.7s 1.6s;
}

.top_buttonbox {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .top_buttonbox {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .top_buttonbox {
    width: 75%;
    max-width: 800px;
  }
}
.top_buttonbox a {
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  width: 100%;
  display: grid;
  place-content: center;
  aspect-ratio: 4.5/1;
}
@media screen and (min-width: 600px) {
  .top_buttonbox a {
    font-size: 3vw;
    aspect-ratio: 3.5/1;
  }
}
@media screen and (min-width: 1025px) {
  .top_buttonbox a {
    font-size: 24px;
    aspect-ratio: 4/1;
  }
}
.top_buttonbox a.button01 {
  color: #fff;
  background: #FF0000;
}
.top_buttonbox a.button02 {
  color: #fff;
  background: #004DA1;
}
.top_buttonbox a:hover {
  opacity: 0.7;
}
.top_buttonbox a span {
  font-size: 2.8vw;
  font-weight: bold;
  margin: 0.3em 0 0;
  display: block;
}
@media screen and (min-width: 600px) {
  .top_buttonbox a span {
    font-size: 1.8vw;
    margin: 0.5em 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .top_buttonbox a span {
    font-size: 14px;
  }
}

section.top_manga--section {
  text-align: center;
  padding: 10% 0 15%;
}
@media screen and (min-width: 600px) {
  section.top_manga--section {
    padding: 7% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section {
    padding: 60px 0 80px;
  }
}
section.top_manga--section .section_container {
  width: 88%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  section.top_manga--section .section_container {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section .section_container {
    max-width: 1000px;
  }
}
section.top_manga--section .section_container span.episode {
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 0 2em;
  display: inline-block;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.5s;
}
@media screen and (min-width: 600px) {
  section.top_manga--section .section_container span.episode {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section .section_container span.episode {
    font-size: 14px;
  }
}
section.top_manga--section .section_container h2 {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0 0 0.5em;
  margin: 0 0 2.5em;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: all 0.5s 0.5s;
}
@media screen and (min-width: 600px) {
  section.top_manga--section .section_container h2 {
    font-size: 3vw;
    padding: 0 0 0.8em;
    margin: 0 0 1.8em;
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section .section_container h2 {
    font-size: 22px;
  }
}
section.top_manga--section .section_container h2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-size: 9px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  section.top_manga--section .section_container h2::before {
    background-size: 12px 2px;
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section .section_container h2::before {
    background-size: 15px 2px;
  }
}
section.top_manga--section .section_container h2 span {
  font-size: 5.8vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  section.top_manga--section .section_container h2 span {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section .section_container h2 span {
    font-size: 40px;
  }
}
section.top_manga--section .section_container h2 br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.top_manga--section .section_container h2 br {
    display: none !important;
  }
}
section.top_manga--section.show .section_container span.episode {
  opacity: 1;
  transform: translate(0, 0);
}
section.top_manga--section.show .section_container h2 {
  opacity: 1;
  transform: translate(0, 0);
}

.top_manga--mangabox {
  margin: 0 0 8%;
  opacity: 0;
  display: grid;
  gap: 7vw 0;
  position: relative;
  transform: translate(0, 20px);
  transition: all 0.5s 1s;
}
@media screen and (min-width: 600px) {
  .top_manga--mangabox {
    grid-template-columns: 1fr 1fr;
    gap: 3.5vw;
    direction: rtl;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--mangabox {
    margin: 0 0 60px;
    gap: 30px;
  }
}
.top_manga--section.show .top_manga--mangabox {
  opacity: 1;
  transform: translate(0, 0);
}
.top_manga--mangabox .manga {
  position: relative;
}
.top_manga--mangabox .manga::before {
  content: "";
  width: 7%;
  height: 100%;
  background: #FF0000;
  position: absolute;
  left: 50%;
  bottom: 1px;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 600px) {
  .top_manga--mangabox .manga::before {
    width: 100%;
    height: 12%;
    left: 1px;
    bottom: 50%;
    transform: translate(-100%, 50%);
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--mangabox .manga::before {
    height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .top_manga--mangabox .manga:nth-of-type(2)::before {
    left: 100%;
    bottom: 0;
    transform: translate(-10vw, calc(50% - 10vw)) rotate(45deg);
    transform-origin: left;
  }
}
.top_manga--mangabox .manga:last-of-type::before {
  content: none;
}
.top_manga--mangabox .manga img {
  position: relative;
}

.top_manga--prbox {
  padding: 12% 0 10%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox {
    padding: 8% 0 7%;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox {
    padding: 50px 0 45px;
  }
}
.top_manga--prbox::before, .top_manga--prbox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.top_manga--prbox::before {
  opacity: 0;
  transform: translate(40px, 40px);
  transition: all 0.5s;
}
.top_manga--prbox.show::before {
  opacity: 1;
  transform: translate(10px, 10px);
}
.top_manga--prbox::after {
  opacity: 0;
  transform: translate(-30px, -30px);
  transition: all 0.5s;
}
.top_manga--prbox.show::after {
  opacity: 1;
  transform: translate(0, 0);
}
.top_manga--prbox h3 {
  font-size: 3.8vw;
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  min-width: 80%;
  min-height: 4em;
  margin: 0 auto 2.5em;
  border-radius: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.5s 0.8s;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox h3 {
    font-size: 2.7vw;
    min-width: 70%;
    min-height: 3.5em;
    margin: 0 auto 2.2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox h3 {
    font-size: 20px;
    min-width: 55%;
    margin: 0 auto 50px;
  }
}
.top_manga--prbox h3::before, .top_manga--prbox h3::after {
  content: "";
  width: 8vw;
  height: 3.5vw;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 600px) {
  .top_manga--prbox h3::before, .top_manga--prbox h3::after {
    width: 5vw;
    height: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox h3::before, .top_manga--prbox h3::after {
    width: 45px;
    height: 18px;
  }
}
.top_manga--prbox h3::before {
  bottom: -0.1px;
}
.top_manga--prbox h3 span.box {
  font-weight: bold;
  line-height: 1.6;
}
.top_manga--prbox h3 span.box span {
  font-size: 5.5vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox h3 span.box span {
    font-size: 4.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox h3 span.box span {
    font-size: 36px;
  }
}
.top_manga--prbox h3 span.box br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox h3 span.box br {
    display: block !important;
  }
}
.top_manga--prbox.show h3 {
  opacity: 1;
  transform: translate(0, 0);
}
.top_manga--prbox .text_box {
  text-align: center;
  width: 65%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 0.5s 1.1s;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox .text_box {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
  }
}
.top_manga--prbox .text_box p {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox .text_box p {
    font-size: 2.4vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox .text_box p {
    font-size: 18px;
  }
}
.top_manga--prbox .text_box p br.sp_br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox .text_box p br.sp_br {
    display: none !important;
  }
}
.top_manga--prbox.show .text_box {
  opacity: 1;
  transform: translate(0, 0);
}

section.top_manga--section.episode01 {
  background: #FFFFFF;
}
@media screen and (min-width: 600px) {
  section.top_manga--section.episode01 {
    padding: 13% 0 10%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section.episode01 {
    padding: 110px 0 80px;
  }
}
section.top_manga--section.episode01 .section_container span.episode {
  color: inherit;
}
section.top_manga--section.episode01 .section_container h2 {
  color: inherit;
}
section.top_manga--section.episode01 .section_container h2::before {
  background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 4px, transparent 0, transparent 9px);
}
@media screen and (min-width: 600px) {
  section.top_manga--section.episode01 .section_container h2::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 7px, transparent 0, transparent 12px);
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section.episode01 .section_container h2::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 10px, transparent 0, transparent 15px);
  }
}

.top_manga--prbox.episode01_prbox::before {
  background: #F0F0F0;
}
.top_manga--prbox.episode01_prbox::after {
  border: 2px solid #FF0000;
}
.top_manga--prbox.episode01_prbox h3 {
  color: #fff;
  padding: 0.3em 0;
  background: #004DA1;
  border: 1px solid #004DA1;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox.episode01_prbox h3 {
    padding: 0.3em 2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox.episode01_prbox h3 {
    padding: 8px 45px;
  }
}
.top_manga--prbox.episode01_prbox h3::before {
  background: #004DA1;
}

section.top_manga--section.episode02 {
  background: #FFFFFF;
}
section.top_manga--section.episode02 span.episode {
  color: inherit;
}
section.top_manga--section.episode02 h2 {
  color: inherit;
}
section.top_manga--section.episode02 h2::before {
  background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 4px, transparent 0, transparent 9px);
}
@media screen and (min-width: 600px) {
  section.top_manga--section.episode02 h2::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 7px, transparent 0, transparent 12px);
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section.episode02 h2::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 10px, transparent 0, transparent 15px);
  }
}

.top_manga--prbox.episode02_prbox::before {
  background: #F0F0F0;
}
.top_manga--prbox.episode02_prbox::after {
  border: 2px solid #FF0000;
}
.top_manga--prbox.episode02_prbox h3 {
  color: #fff;
  padding: 0.3em 0;
  background: #004DA1;
  border: 1px solid #004DA1;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox.episode02_prbox h3 {
    padding: 0.3em 2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox.episode02_prbox h3 {
    padding: 8px 45px;
  }
}
.top_manga--prbox.episode02_prbox h3::before {
  background: #004DA1;
}

section.top_manga--section.episode03 {
  background: #FFFFFF;
}
section.top_manga--section.episode03 span.episode {
  color: inherit;
}
section.top_manga--section.episode03 h2 {
  color: inherit;
}
section.top_manga--section.episode03 h2::before {
  background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 4px, transparent 0, transparent 9px);
}
@media screen and (min-width: 600px) {
  section.top_manga--section.episode03 h2::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 7px, transparent 0, transparent 12px);
  }
}
@media screen and (min-width: 1025px) {
  section.top_manga--section.episode03 h2::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 10px, transparent 0, transparent 15px);
  }
}

.top_manga--prbox.episode03_prbox::before {
  background: #F0F0F0;
}
.top_manga--prbox.episode03_prbox::after {
  border: 2px solid #FF0000;
}
.top_manga--prbox.episode03_prbox h3 {
  color: #FFFFFF;
  padding: 0.3em 0;
  background: #004DA1;
  border: 1px solid #004DA1;
}
@media screen and (min-width: 600px) {
  .top_manga--prbox.episode03_prbox h3 {
    padding: 0.3em 2em;
  }
}
@media screen and (min-width: 1025px) {
  .top_manga--prbox.episode03_prbox h3 {
    padding: 8px 45px;
  }
}
.top_manga--prbox.episode03_prbox h3::before {
  background: #004DA1;
}

ul.top_manga--ulNumber {
  text-align: left;
  width: 80%;
  padding: 8% 10% 7%;
  margin: 7% auto 0;
  display: grid;
  gap: 1vw 0;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: all 0.5s 1.1s;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber {
    width: -moz-max-content;
    width: max-content;
    padding: 5% 7% 3%;
    margin: 5% auto 0;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulNumber {
    padding: 30px 90px 20px;
    margin: 40px auto 0;
    gap: 12px 0;
  }
}
.top_manga--prbox.show ul.top_manga--ulNumber {
  opacity: 1;
  transform: translate(0, 0);
}
ul.top_manga--ulNumber::before, ul.top_manga--ulNumber::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
ul.top_manga--ulNumber::before {
  background: #fff;
  transform: translate(10px, 10px);
}
ul.top_manga--ulNumber::after {
  border: 1px solid #004DA1;
}
ul.top_manga--ulNumber li {
  list-style: none;
  min-height: 11vw;
  padding-left: 8vw;
  counter-increment: number;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber li {
    min-height: 6vw;
    padding-left: 6vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulNumber li {
    min-height: 40px;
    padding-left: 40px;
  }
}
ul.top_manga--ulNumber li:last-of-type {
  margin-bottom: 0;
}
ul.top_manga--ulNumber li:before {
  content: counter(number);
  color: #fff;
  font-size: 7.5vw;
  font-weight: bold;
  text-shadow: #FF0000 1px 1px 0, #FF0000 -1px -1px 0, #FF0000 -1px 1px 0, #FF0000 1px -1px 0, #FF0000 0px 1px 0, #FF0000 -1px 0, #FF0000 -1px 0 0, #FF0000 1px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber li:before {
    font-size: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulNumber li:before {
    font-size: 34px;
  }
}
ul.top_manga--ulNumber li div p {
  color: inherit;
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber li div p {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulNumber li div p {
    font-size: 20px;
  }
}
ul.top_manga--ulNumber li div p span {
  font-weight: bold;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber li div p span {
    display: inline;
  }
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber li div p span:first-of-type {
    margin: 0 1em 0 0;
  }
}
ul.top_manga--ulNumber li div p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber li div p br {
    display: block !important;
  }
}
ul.top_manga--ulNumber li div p br.sp_br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulNumber li div p br.sp_br {
    display: none !important;
  }
}

ul.top_manga--ulCircle {
  text-align: left;
  font-size: 3.8vw;
  width: 80%;
  padding: 2em 1em 1.5em 1.7em;
  margin: 1.8em auto 0;
  opacity: 0;
  position: relative;
  transform: translate(0, 20px);
  transition: all 0.5s 1.1s;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCircle {
    font-size: 2.5vw;
    width: 75%;
    padding: 2em 2em 1.5em 4.5em;
  }
}
@media screen and (min-width: 768px) {
  ul.top_manga--ulCircle {
    font-size: 2.1vw;
    width: 65%;
    padding: 2em 2em 1.5em 5em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCircle {
    font-size: 26px;
    padding: 40px 40px 40px 100px;
    margin: 30px auto 0;
  }
}
.top_manga--prbox.show ul.top_manga--ulCircle {
  opacity: 1;
  transform: translate(0, 0);
}
ul.top_manga--ulCircle::before, ul.top_manga--ulCircle::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
ul.top_manga--ulCircle::before {
  background: #fff;
  transform: translate(10px, 10px);
}
ul.top_manga--ulCircle::after {
  border: 1px solid #004DA1;
}
ul.top_manga--ulCircle li {
  list-style: none;
  padding-left: 1.8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCircle li {
    padding-left: 2.2em;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCircle li {
    padding-left: 50px;
  }
}
ul.top_manga--ulCircle li:not(:last-of-type) {
  margin-bottom: 1.5em;
}
ul.top_manga--ulCircle li .img {
  width: 1em;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 0;
}
ul.top_manga--ulCircle li p {
  font-weight: bold;
  line-height: 1.4;
}
ul.top_manga--ulCircle li p br {
  display: block !important;
}
ul.top_manga--ulCircle li p br.br_pc {
  display: none !important;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCircle li p br.br_pc {
    display: block !important;
  }
}
ul.top_manga--ulCircle li p br.sp_br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCircle li p br.sp_br {
    display: none !important;
  }
}

ul.top_manga--ulCheck {
  text-align: left;
  width: 100%;
  padding: 12% 10% 3%;
  display: grid;
  gap: 4vw 0;
  position: relative;
  transition: all 0.5s 0.3s;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck {
    padding: 7% 10% 3%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck {
    width: 75vw;
    max-width: 800px;
    padding: 40px 100px 30px;
    margin: 0 auto;
    gap: 30px 0;
  }
}
.top_manga--prbox.show ul.top_manga--ulCheck {
  opacity: 1;
  transform: translate(0, 0);
}
ul.top_manga--ulCheck::before {
  content: "";
  width: 100%;
  height: 125%;
  background: #F0F0F0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), calc(100% - 6vw) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), calc(100% - 6vw) 100%, 0 100%);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.5vw), calc(100% - 4.5vw) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4.5vw), calc(100% - 4.5vw) 100%, 0 100%);
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
  }
}
ul.top_manga--ulCheck::after {
  content: "";
  width: 6vw;
  background: #A2A2A2;
  -webkit-clip-path: polygon(0 100%, 0 0, 100% 0);
          clip-path: polygon(0 100%, 0 0, 100% 0);
  position: absolute;
  right: 0;
  bottom: -12.5%;
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck::after {
    width: 4.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck::after {
    width: 40px;
  }
}
ul.top_manga--ulCheck li {
  list-style: none;
  min-height: auto;
  padding: 0 0 0 12%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck li {
    padding: 0 0 0 8%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck li {
    padding-left: 45px;
  }
}
ul.top_manga--ulCheck li::before {
  content: "";
  width: 6%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 9%;
  transform: translate(0, 0);
  aspect-ratio: 1;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck li::before {
    width: 4.5%;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck li::before {
    width: 25px;
  }
}
ul.top_manga--ulCheck li span.check {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  position: absolute;
  left: -1px;
  top: 0;
  transform: translate(0, 0);
  transition: all 0.5s;
}
ul.top_manga--ulCheck li span.check svg {
  width: 5vw;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck li span.check svg {
    width: 3.5vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck li span.check svg {
    width: 26px;
  }
}
ul.top_manga--ulCheck li span.check svg path {
  stroke: #004DA1;
  stroke-width: 5;
  fill: none;
}
ul.top_manga--ulCheck li.move span.check {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
ul.top_manga--ulCheck li div p {
  color: inherit;
  font-size: 3.2vw;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck li div p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck li div p {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
ul.top_manga--ulCheck li div p span {
  font-size: 3.8vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck li div p span {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1025px) {
  ul.top_manga--ulCheck li div p span {
    font-size: 22px;
  }
}
ul.top_manga--ulCheck li div p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  ul.top_manga--ulCheck li div p br {
    display: none !important;
  }
}

section.top_contact--section {
  text-align: center;
  padding: 17% 0 18%;
  background: #F0F0F0;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contact--section {
    padding: 14% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contact--section {
    padding: 130px 0 150px;
  }
}
section.top_contact--section .box {
  padding: 0 0 3%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  section.top_contact--section .box {
    padding: 0 0 30px;
  }
}
section.top_contact--section .box .reflection {
  width: 80%;
  height: 120%;
  background: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  section.top_contact--section .box .reflection {
    width: 75%;
    height: 135%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contact--section .box .reflection {
    width: 55%;
    max-width: 600px;
    height: 140%;
  }
}
section.top_contact--section .box .reflection::after {
  content: "";
  width: 30px;
  height: 100%;
  background: #f3f3f3;
  opacity: 0;
  position: absolute;
  top: -180px;
  left: 0;
  transform: rotate(45deg);
  animation: reflect 4s ease-in-out infinite;
}
section.top_contact--section .box .text_box {
  margin-bottom: 6%;
}
@media screen and (min-width: 600px) {
  section.top_contact--section .box .text_box {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contact--section .box .text_box {
    margin-bottom: 40px;
  }
}
section.top_contact--section .box .text_box p {
  color: inherit;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (min-width: 600px) {
  section.top_contact--section .box .text_box p {
    font-size: 3.8vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1025px) {
  section.top_contact--section .box .text_box p {
    font-size: 24px;
  }
}
section.top_contact--section .box .text_box p br {
  display: block !important;
}
@media screen and (min-width: 600px) {
  section.top_contact--section .box .top_buttonbox {
    margin: 0 auto;
  }
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  40% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  41% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  50% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.page_container {
  padding: 10% 0 20%;
}
@media screen and (min-width: 600px) {
  .page_container {
    padding: 8% 0 15%;
  }
}
@media screen and (min-width: 1025px) {
  .page_container {
    padding: 70px 0 140px;
  }
}

h1.page_title {
  color: inherit;
  text-align: center;
  font-size: 5.8vw;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  width: 88%;
  padding: 0 0 1em;
  margin: 0 auto 1.8em;
  position: relative;
}
@media screen and (min-width: 600px) {
  h1.page_title {
    width: 90%;
    font-size: 5vw;
    padding: 0 0 0.5em;
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title {
    font-size: 40px;
    max-width: 1000px;
  }
}
h1.page_title::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 4px, transparent 0, transparent 9px);
  background-size: 9px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 600px) {
  h1.page_title::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 7px, transparent 0, transparent 12px);
    background-size: 12px 2px;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title::before {
    background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 10px, transparent 0, transparent 15px);
    background-size: 15px 2px;
  }
}
h1.page_title span {
  font-size: 3.2vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 0 0.5em;
  display: block;
}
@media screen and (min-width: 600px) {
  h1.page_title span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  h1.page_title span {
    font-size: 14px;
  }
}

.page_container.page_recruit {
  background: #FFFFFF;
}

.recruit_box {
  width: 88%;
  margin: 0 auto;
  position: relative;
  display: grid;
  gap: 10vw 0;
}
@media screen and (min-width: 600px) {
  .recruit_box {
    width: 90%;
    grid-template-columns: 1fr 1fr;
    gap: 6vw 5%;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_box {
    max-width: 1000px;
    gap: 80px 60px;
  }
}

.recruit_item {
  text-align: center;
  position: relative;
  aspect-ratio: 3/1;
}
@media screen and (min-width: 600px) {
  .recruit_item {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 768px) {
  .recruit_item {
    aspect-ratio: 2.8/1;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_item {
    aspect-ratio: 3/1;
  }
}
.recruit_item::before, .recruit_item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.recruit_item::before {
  background: #F0F0F0;
  transform: translate(10px, 10px);
  transition: 0.5s;
}
.recruit_item:hover::before {
  transform: translate(0, 0);
}
.recruit_item::after {
  border: 2px solid #FF0000;
}
.recruit_item a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.recruit_itembox {
  height: 100%;
  display: grid;
  align-items: center;
  position: relative;
}
.recruit_itembox::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: repeating-linear-gradient(90deg, #004DA1, #004DA1 4px, transparent 0, transparent 9px);
  background-size: 9px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.recruit_itembox p {
  color: inherit;
  font-size: 3.8vw;
}
@media screen and (min-width: 600px) {
  .recruit_itembox p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .recruit_itembox p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .recruit_itembox p {
    font-size: 20px;
  }
}
.recruit_itembox p.term {
  font-weight: bold;
}

.page_staff--buttonBox {
  padding: 13% 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page_staff--buttonBox {
    padding: 9% 0;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--buttonBox {
    padding: 120px 0;
    display: flex;
    justify-content: center;
    gap: 0 60px;
  }
}
.page_staff--buttonBox .back_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.page_staff--buttonBox .back_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_staff--buttonBox a.form_button {
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 1px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 3.8/1;
}
@media screen and (min-width: 600px) {
  .page_staff--buttonBox a.form_button {
    font-size: 3.1vw;
    width: 45%;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--buttonBox a.form_button {
    font-size: 22px;
    width: 320px;
    margin: 0;
  }
}
.page_staff--buttonBox a.form_button.manga {
  margin-bottom: 5%;
  background-color: #FF0000;
}
@media screen and (min-width: 1025px) {
  .page_staff--buttonBox a.form_button.manga {
    margin: 0;
  }
}
.page_staff--buttonBox a.form_button.entry {
  background-color: #004DA1;
}
.page_staff--buttonBox a.form_button:hover {
  opacity: 0.7;
}
.page_staff--buttonBox a.form_button span {
  font-size: 2.8vw;
  font-weight: bold;
  margin-top: 0.5em;
  display: block;
}
@media screen and (min-width: 600px) {
  .page_staff--buttonBox a.form_button span {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  .page_staff--buttonBox a.form_button span {
    font-size: 12px;
  }
}

.page_container.page_staff {
  padding-bottom: 5%;
  background: #F0F0F0;
}

article.single_staff {
  width: 88%;
  margin: 0 auto 10%;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 600px) {
  article.single_staff {
    width: 90%;
    margin: 0 auto 7%;
  }
}
@media screen and (min-width: 1025px) {
  article.single_staff {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}

dl.single_staff--dl {
  text-align: left;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl {
    display: grid;
    grid-template-columns: 22% 1fr;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl {
    grid-template-columns: 20% 1fr;
  }
}
dl.single_staff--dl dt, dl.single_staff--dl dd {
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.6;
  padding: 1em;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 2.2vw;
    line-height: 1.8;
    border-top: 1px solid #707070;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dt, dl.single_staff--dl dd {
    font-size: 16px;
    padding: 1.5em;
  }
}
dl.single_staff--dl dt {
  color: #fff;
  background: #004DA1;
}
dl.single_staff--dl dd {
  color: inherit;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dd {
    padding: 1em 2em;
  }
}
@media screen and (min-width: 1025px) {
  dl.single_staff--dl dd {
    padding: 1.5em 2.5em;
  }
}
dl.single_staff--dl dd br {
  display: block !important;
}
dl.single_staff--dl dd p {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  dl.single_staff--dl dd p {
    line-height: 1.8;
  }
}
dl.single_staff--dl dd p:not(:last-of-type) {
  margin: 0 0 1.5em;
}
dl.single_staff--dl dd a {
  color: inherit;
}
dl.single_staff--dl dd a:hover {
  opacity: 0.7;
}

.form_box {
  text-align: center;
  width: 88%;
  padding: 10% 5% 12%;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #004DA1;
  position: relative;
}
@media screen and (min-width: 600px) {
  .form_box {
    width: 90%;
    padding: 7% 4% 9%;
  }
}
@media screen and (min-width: 768px) {
  .form_box {
    padding: 6% 9% 8%;
  }
}
@media screen and (min-width: 1025px) {
  .form_box {
    max-width: 1000px;
    padding: 50px 150px 60px;
  }
}
.form_box p.must {
  color: inherit;
  font-size: 3.8vw;
  margin: 0 0 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .form_box p.must {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .form_box p.must {
    font-size: 2vw;
    justify-content: end;
  }
}
@media screen and (min-width: 1025px) {
  .form_box p.must {
    font-size: 16px;
  }
}
.form_box p.must::before {
  content: "";
  width: 0.7em;
  margin-right: 1em;
  background: #FF0000;
  border-radius: 50%;
  display: inline-block;
  aspect-ratio: 1;
}

dl.form_dl {
  text-align: left;
  margin-bottom: 15%;
}
@media screen and (min-width: 600px) {
  dl.form_dl {
    margin-bottom: 10%;
  }
}
@media screen and (min-width: 768px) {
  dl.form_dl {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3vw 0;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl {
    margin-bottom: 50px;
    grid-template-columns: 1fr 2.2fr;
    gap: 30px 0;
  }
}
dl.form_dl dt, dl.form_dl dd {
  color: inherit;
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt, dl.form_dl dd {
    font-size: 18px;
  }
}
dl.form_dl dt {
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0 1em;
  margin: 0 0 0.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
  }
}
dl.form_dl dt.must::before {
  content: "";
  width: 0.7em;
  background: #FF0000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  aspect-ratio: 1;
}
@media screen and (min-width: 768px) {
  dl.form_dl dt.must::before {
    left: -1.5em;
  }
}
@media screen and (min-width: 1025px) {
  dl.form_dl dt.must::before {
    left: -2em;
  }
}
dl.form_dl dd {
  margin-bottom: 8%;
}
@media screen and (min-width: 600px) {
  dl.form_dl dd {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 768px) {
  dl.form_dl dd {
    margin: 0;
  }
}
dl.form_dl dd input[type=text], dl.form_dl dd input[type=email], dl.form_dl dd textarea {
  line-height: 1.4;
  padding: 0.7em 0.5em;
  background: #F5F8FA;
  border: none;
}
dl.form_dl dd span.wpcf7-form-control.wpcf7-radio {
  line-height: 2;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 768px) {
  dl.form_dl dd span.wpcf7-form-control.wpcf7-radio {
    padding: 0;
  }
}
dl.form_dl dd span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
  margin: 0.8em 1em 0 0.5em;
}

button.entry_button {
  width: 100%;
  margin: 0 auto;
  background: #FF0000;
  display: block;
  position: relative;
  aspect-ratio: 4/1;
}
@media screen and (min-width: 600px) {
  button.entry_button {
    width: 45vw;
    aspect-ratio: 3.8/1;
  }
}
@media screen and (min-width: 1025px) {
  button.entry_button {
    font-size: 20px;
    width: 320px;
  }
}
button.entry_button:hover {
  opacity: 0.7;
}
button.entry_button::before {
  content: "SEND";
  color: #fff;
  font-size: 2.8vw;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: calc(50% + 1.3em);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 600px) {
  button.entry_button::before {
    font-size: 1.8vw;
  }
}
@media screen and (min-width: 1025px) {
  button.entry_button::before {
    font-size: 12px;
  }
}
button.entry_button input {
  text-align: center;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0;
  background: transparent;
  transform: translate(0, -7px);
}
@media screen and (min-width: 600px) {
  button.entry_button input {
    font-size: 3.1vw;
    transform: translate(0, -9px);
  }
}
@media screen and (min-width: 1025px) {
  button.entry_button input {
    font-size: 22px;
  }
}
button.entry_button span.wpcf7-spinner {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}

.page_container.page_entry {
  background: #FBFBFB;
}

.entry_form h2 {
  color: inherit;
  font-size: 3.8vw;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0 0.5em 0.5em;
  margin: 0 auto 2.5em;
  border-bottom: 2px solid #004DA1;
}
@media screen and (min-width: 600px) {
  .entry_form h2 {
    font-size: 2.7vw;
    border-bottom: 3px solid #004DA1;
  }
}
@media screen and (min-width: 768px) {
  .entry_form h2 {
    font-size: 2.4vw;
    margin: 0 auto 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .entry_form h2 {
    font-size: 22px;
    border-bottom: 5px solid #004DA1;
  }
}
.entry_form .staff_info {
  text-align: left;
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  .entry_form .staff_info {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 1025px) {
  .entry_form .staff_info {
    margin-bottom: 40px;
  }
}
.entry_form .staff_info p {
  color: inherit;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.8;
  display: grid;
}
@media screen and (min-width: 600px) {
  .entry_form .staff_info p {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 768px) {
  .entry_form .staff_info p {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1025px) {
  .entry_form .staff_info p {
    font-size: 16px;
  }
}
.entry_form .staff_info p.number {
  grid-template-columns: 35% 1fr;
}
@media screen and (min-width: 768px) {
  .entry_form .staff_info p.number {
    grid-template-columns: 30% 1fr;
  }
}
@media screen and (min-width: 768px) {
  .entry_form .staff_info p.title {
    grid-template-columns: 30% 1fr;
  }
}
.entry_form .staff_info p span {
  line-height: 1.6;
}
@media screen and (min-width: 600px) {
  .entry_form .staff_info p span {
    line-height: 1.8;
  }
}

.page_container.page_contact {
  background: #FBFBFB;
}

.contact_form .box {
  margin-bottom: 10%;
}
@media screen and (min-width: 600px) {
  .contact_form .box {
    margin-bottom: 8%;
  }
}
@media screen and (min-width: 768px) {
  .contact_form .box {
    margin-bottom: 6%;
  }
}
@media screen and (min-width: 1025px) {
  .contact_form .box {
    margin-bottom: 40px;
  }
}
.contact_form .box p {
  color: inherit;
  font-size: 3.6vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 600px) {
  .contact_form .box p {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .contact_form .box p {
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 1025px) {
  .contact_form .box p {
    font-size: 18px;
  }
}
.contact_form .box p.message {
  margin-bottom: 1.5em;
}
.contact_form .box p.message br {
  display: block !important;
}
.contact_form .box p.title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.contact_form .box p a.tel {
  color: #707070;
  font-size: 3.2vw;
  padding: 0 0 0.3em;
  margin: 0 0 2em;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 600px) {
  .contact_form .box p a.tel {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 768px) {
  .contact_form .box p a.tel {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1025px) {
  .contact_form .box p a.tel {
    font-size: 16px;
  }
}
.contact_form .box p a.tel:hover {
  opacity: 0.7;
}
.contact_form .box p a.tel::before {
  content: "";
  width: 120%;
  height: 1px;
  background: #004DA1;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}

footer#containerfooter {
  padding: 0;
}
footer#containerfooter .container {
  width: 100%;
  padding: 0;
}

.mlp_footer {
  color: #534A3C;
  background: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .mlp_footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.mlp_footer .box {
  text-align: left;
  width: 85%;
  padding: 8% 0 3%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .mlp_footer .box {
    width: 90%;
    padding: 6% 0 3%;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer .box {
    padding: 8% 0 3%;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .box {
    max-width: 600px;
    padding: 30px 60px 0 0;
    margin: 0 0 15px auto;
  }
}
.mlp_footer .box p.name {
  font-size: 4.5vw;
  font-weight: bold;
  margin: 0 0 0.3em;
}
@media screen and (min-width: 600px) {
  .mlp_footer .box p.name {
    font-size: 3vw;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer .box p.name {
    font-size: 2.4vw;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .box p.name {
    font-size: 20px;
  }
}
.mlp_footer .box dl {
  display: grid;
  grid-template-columns: 25% 1fr;
}
@media screen and (min-width: 600px) {
  .mlp_footer .box dl {
    grid-template-columns: 20% 1fr;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer .box dl {
    grid-template-columns: 25% 1fr;
  }
}
.mlp_footer .box dl dt, .mlp_footer .box dl dd {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 1px;
  border-bottom: 1px solid #534A3C;
  padding: 1em 0;
}
.mlp_footer .box dl dt:last-of-type, .mlp_footer .box dl dd:last-of-type {
  border: none;
}
@media screen and (min-width: 600px) {
  .mlp_footer .box dl dt, .mlp_footer .box dl dd {
    font-size: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer .box dl dt, .mlp_footer .box dl dd {
    font-size: 1.6vw;
  }
}
@media screen and (min-width: 1025px) {
  .mlp_footer .box dl dt, .mlp_footer .box dl dd {
    font-size: 14px;
  }
}
.mlp_footer .box dl dt {
  font-weight: bold;
}
.mlp_footer .box dl dd p {
  line-height: 1.6;
}
.mlp_footer .map {
  width: 100%;
  aspect-ratio: 1.8/1;
}
@media screen and (min-width: 600px) {
  .mlp_footer .map {
    aspect-ratio: 2.5/1;
  }
}
@media screen and (min-width: 768px) {
  .mlp_footer .map {
    height: 100%;
    aspect-ratio: auto;
  }
}
.mlp_footer .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}

footer#containerfooter .footerbase {
  padding: 10px 0;
  margin: 0;
  background-color: #FF0000;
}
footer#containerfooter .footerbase .container {
  width: 100%;
  padding: 0;
}
footer#containerfooter .footerbase .container .footercredits {
  padding: 0;
}
footer#containerfooter .footerbase .container .footercredits small {
  color: #fff;
  font-size: 1rem;
}

#topcontrol .to_the_top {
  width: 44px;
  height: 44px;
  border: 3px solid #004DA1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#topcontrol .to_the_top .kt-icon-arrow-up2 {
  color: #004DA1;
  font-size: 3rem;
  line-height: 1;
  padding: 0;
}
#topcontrol .to_the_top .kt-icon-arrow-up2::before {
  width: 16px;
  height: 16px;
  margin-left: -8px;
}/*# sourceMappingURL=style.css.map */